/* ===================================== reset =============================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,а
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent; }

footer, header, menu, nav, section {
    display: block; }

nav ul {
    list-style: none; }

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent; }

table {
    border-collapse: collapse;
    border-spacing: 0; }

input, select {
    vertical-align: middle; }

button {
    padding: 0;
    margin: 0; }

@font-face {
    font-family: 'OsnovaPro-BoldItalic';
    src: url("fonts/OsnovaPro-BoldItalic.eot?#iefix") format("embedded-opentype"), url("fonts/OsnovaPro-BoldItalic.woff2") format("woff2"); }

@font-face {
    font-family: 'OsnovaPro-Bold';
    src: url("fonts/OsnovaPro-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/OsnovaPro-Bold.woff2") format("woff2"); }

@font-face {
    font-family: 'OsnovaPro-Italic';
    src: url("fonts/OsnovaPro-Italic.eot?#iefix") format("embedded-opentype"), url("fonts/OsnovaPro-Italic.woff2") format("woff2"); }

@font-face {
    font-family: 'OsnovaPro-Regular';
    src: url("fonts/OsnovaPro-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/OsnovaPro-Regular.woff2") format("woff2"); }

@font-face {
    font-family: 'TTTricks-Light';
    src: url("fonts/TTTricks-Light.eot?#iefix") format("embedded-opentype"), url("fonts/TTTricks-Light.woff2") format("woff2"); }

@font-face {
    font-family: 'TTTricks-LightItalic';
    src: url("fonts/TTTricks-LightItalic.eot?#iefix") format("embedded-opentype"), url("fonts/TTTricks-LightItalic.woff2") format("woff2"); }

@font-face {
    font-family: 'TTTricks-Regular';
    src: url("fonts/TTTricks-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/TTTricks-Regular.woff2") format("woff2"); }

@font-face {
    font-family: 'EB Garamond';
    src: url("fonts/EBGaramond-Regular.eot");
    src: local("EB Garamond Regular"), local("EBGaramond-Regular"), url("fonts/EBGaramond-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/EBGaramond-Regular.woff2") format("woff2"), url("fonts/EBGaramond-Regular.woff") format("woff"), url("fonts/EBGaramond-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal; }

.clearfix:before,
.clearfix:after {content: " ";
    display: table;}
.clearfix:after {clear: both;}
.clearfix {*zoom: 1;}

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

* {
    margin: 0;
    padding: 0;
    min-height: 0;
    min-width: 0; }

a {
    text-decoration: none;
    color: inherit;
    outline: none !important; }

:focus {
    outline: none;
    text-decoration: none !important;
}

a:active, a:hover, a:focus {
	outline: none;
    color: #63242c;
	/*color: #63242c !important;*/
	text-decoration: none !important;
}

input, textarea {
    font: inherit;
    padding: 0;
    margin: 0;
    background: none;
    border: 0;
    width: 100%; }

button {
    font: inherit;
    padding: 0;
    margin: 0;
    background: none;
    border: 0; }

img {
    border: none; }

h1, h2, h3, h4, h5 {
    font-weight: normal;
    line-height: 1.2;
    font-size: initial; }

h1 {
    font-family: 'TTTricks-Light',"Trebuchet MS", serif;
    font-size: 30px;
    text-align: center;
    color: #63242c; }

body {
    min-height: 100%;
    overflow-x: hidden;
    font: 16px/1.2 'OsnovaPro-Regular',"Trebuchet MS", sans-serif;
    color: #454545;
    background: #fff;
    position: relative;
    width: 100vw; }
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.flex.jc-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.flex.jc-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.flex.ai-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.flex.ai-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.flex.ai-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.mt15{
    margin-top: 15px !important;
}

.checkbox label, .radio label{
    padding-left: 0;
}

.link {
    text-decoration: underline;
    cursor: pointer; }

.link:hover {
    text-decoration: none; }

strong {
    font-family: 'OsnovaPro-Bold',"Trebuchet MS", sans-serif; }

.global-mb10 {
    margin-bottom: 10px; }

.global-mt15 {
    margin-top: 15px; }

.global-mb15 {
    margin-bottom: 15px; }

.global-mb35 {
    margin-bottom: 35px; }

.hiddenPC {
    display: none !important; }

.hiddenMOB {
    display: block; }

.hiddenPL {
    display: block; }

.btn {
    display: inline-block;
     border-color:inherit;
    background-color: #e7bfaf;
    font-size: 13px;
    color: #fff;
    font-family: 'OsnovaPro-Regular', "Trebuchet MS", sans-serif;
    text-align: center;
    text-transform: uppercase;
    height: 40px;
    line-height: 1;
    padding: 13px 33px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    z-index: 1; }

.btn:before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    opacity: 0;
    bottom: 0;
    width: -webkit-calc(100% + 2px);
    width: calc(100% + 2px);
    height: -webkit-calc(100% + 2px);
    height: calc(100% + 2px);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #582931;
    background: #582931;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: -1;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0); }

.btn:hover:before {
    opacity: 1;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1); }

.btn:hover {
    color: #fff; }

.btn.btn-blue {
    border-color: #bbdce5;
    background-color: #bbdce5;
    color: #582931; }

.btn.btn-brown {
    background-color: #582931; }

.btn.btn-brown:focus{color: #fff !important; background-color: #582931; }

.form__comment-col-right .btn {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    color: #582931;
    padding:0;
    font-family: 'OsnovaPro-Bold', sans-serif;
    text-transform: none;
    width: 100%; }

.form__comment-col-right .pull-right{
    float: none !important;
}

.form__comment-col-right .btn:hover {
    color: #fff; }

.wrapper {
/*    max-width: 1050px;*/
    max-width: 90%;
    padding: 0 65px 0 45px;
    margin: 0 auto; }

footer .wrapper,
header .wrapper {
    max-width: none; }

.wrap {
    max-width: 999px;
    padding: 0 45px;
    margin: 0 auto; }

.st0{fill:none;stroke:#B49499;stroke-width:1.3;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:10;}
.st1{fill:#B49499;}

.icon:hover .st0{stroke:#999;}
.icon:hover .st1{fill:#999;}

.header__social .st0{stroke:#999;}
.header__social .st1{fill:#999;}

.header__social .icon:hover .st0{stroke:#B49499;}
.header__social .icon:hover .st1{fill:#B49499;}

#content p{
    margin-bottom: 20px;
}

#content ol{
    margin-bottom: 20px;
}

#content ul{
    margin-left: 30px;
    margin-bottom: 15px;
}

/*-------header-------*/
header {
    position: relative; }

header ul {
    list-style-type: none; }

.submenu, .submenu-mob {
    display: none;
    z-index: 10; }

.btn-close {
    width: 12px;
    height: 2px;
    background-color: #080808;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    cursor: pointer; }

.btn-close__wrap {
    width: 10px;
    height: 10px;
    position: absolute;
    right: -13px;
    top: 5px; }

.header__search-inner {
    padding-right: 60px;
    padding-left: 65px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative; }

.header__search-inner input {
    height: 50px;
    padding: 0 60px 0 60px; }

.header__search {
    background: #fff;
    padding: 20px 0;
    position: relative;
    display: none; }

.header .header__search .header__search-btn {
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 13px;
    right: 90px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-image: url(../image/sprite.png);
    background-position: -99px -30px;
    background-repeat: no-repeat; }

.header .header__search .header__search_-close {
    position: absolute;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 1;
    right: -50px;
    top: 10px; }

.header .header__search .header__search-close:after {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background: url(../image/sprite.png) -462px -28px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto; }

.header__top .wrapper {
    position: relative; }

.header__top-inner {
    position: relative; }

.btn-close:after {
    display: block;
    content: '';
    width: 12px;
    height: 2px;
    background-color: #080808;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute; }

.header ul.submenu {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #fff;
    font-size: 13px;
    padding: 25px 0px 10px 0px;
    text-transform: none;
    -webkit-box-shadow: 0 7px 9px rgba(0, 0, 0, 0.11);
    box-shadow: 0 7px 9px rgba(0, 0, 0, 0.11);
    background: #fff;
    display: none;
    width: 100%;}

.header .lang__list ul.submenu {
    padding: 30px 20px 10px 15px;
}
.header__wrap {
    padding: 0 15px; }

.header__top {
    background-color: #bbdce5;
    color: #080808;
    text-transform: uppercase;
    font-size: 11px;
    margin-bottom: 20px;
    padding: 8px 10px;
    text-align: center; }

.header__middle {
    margin-top: 0px;
    min-height: 95px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

.icon {
    background-repeat: no-repeat;
    position: relative;
    cursor: pointer; }

.header__middle-icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

.header__middle-icon {
    display: inline-block;
    width: 20px;
    height: 20px; }

.header__middle-icon:not(:last-child) {
    margin-right: 35px; }


.i-phone {
    background-image: url(../image/svg/ph.svg);
    position: relative; }

.i-account{
    background-image: url(../image/svg/login.svg);
}

.i-basket{
    background-image: url(../image/svg/cr.svg);
}

.i-heart{
    background-image: url(../image/svg/heart0.svg);
}

.i-search{
    background-image: url(../image/svg/search.svg);
}

.i-phone__wrap {
    background-color: #fff;
    position: absolute;
    z-index: 11;
    padding-left: 5px;
    top: 20px;
    min-width: 150px; }

.i-phone__wrap a {
    display: block;
    font-size: 16px;
    color: #454545;
    padding-top: 20px;
    left: 0; }

.header__middle-icon.i-phone:after {
    background-position: -97px -3px; }

.header__middle-icon.i-account:after {
    background-position: -124px -3px; }

.header__middle-icon.i-basket:after {
    background-position: -147px -3px; }

.header__middle-icon.i-basket {
    position: relative; }

.basket__number, .wishlist__number{
    padding-top: 3px;
    z-index: 10;
    font-size: 10px;
    color: #fff;
    position: absolute;
    top: -8px;
    right: -7px;
    text-align: center;
    display: block;
    width: 17px;
    background-color: #582931;
    height: 17px;
    -webkit-border-radius: 50%;
    border-radius: 50%; }

.socials {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -8px; }

.social {
    display: block;
    width: 30px;
    height: 30px;
    margin: 5px; }

.burger {
    width: 18px;
    height: 14px;
    position: relative;
    cursor: pointer;
    z-index: 100; }

.burger__wrap {
    position: relative; }

.burger span {
    position: absolute;
    width: 18px;
    height: 2px;
    background-color: #63242c;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }

.burger:before {
    position: absolute;
    content: '';
    width: 18px;
    height: 2px;
    background-color: #63242c;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }

.burger:after {
    position: absolute;
    content: '';
    width: 18px;
    height: 2px;
    background-color: #63242c;
    left: 0;
    top: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }

.header .burger.open:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 5px; }

.header .burger.open:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 7px; }

.header .burger.open span {
    display: none; }

.header-menu-b__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

.header-menu-b__list-links:after {
    content: '';
    display: block;
    width: 100%;
    bottom: -1px;
    left: 0;
    height: 1px;
    position: absolute;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #bbdce5;
    opacity: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0); }

.header__bottom-mob-menu .header-menu-b__list-links{
    padding: 15px 14px 15px 0px;
}

.header__bottom-mob-menu .header-menu-b{
    width: 100%;
    overflow-x: scroll;
    height: max-content;
    overflow-y: hidden;
}


::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 10px;
}

::-webkit-scrollbar:horizontal {
    height:5px;
}

::-webkit-scrollbar-thumb {
    height: 1px;
    background-color: rgba(99, 36, 44, 0.5);
    border-radius: 10px;
    border: 1px solid #ffffff;
}

::-webkit-scrollbar-track {
    border-radius: 7px;
    background-color: #ffffff;
}

.header__bottom-mob-menu .header-menu-b__list{
    width: max-content;
    margin: 0 auto;
}

.header-menu-b__list-links:hover:after,
.header-menu-b__list-item.active .header-menu-b__list-links:after{
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1; }

.header-menu-b__list-links {
    position: relative;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    color: #63242c;
    padding: 25px 7px;
    height: 100%;
    font-family: "OsnovaPro-Bold", sans-serif;
    font-size: 15px;
}

.header__bottom {
    position: relative;
    border-bottom: 1px solid #e1e1e1; }

.header__bottom-inner {
    min-height: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

.header__col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 33%; }

.header__middle-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

.header__middle-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }

.header__logo {
    width: 140px;
    height: auto; }

.header__middle-lang {
    margin-right: 20px; }

.currency__link, .lang__link {
    z-index: 20;
    position: relative;
    display: block;
    font-size: 13px;
    color: #191919;
    text-transform: uppercase; }

.currency__list ul.submenu {
    left: 0px; }

.currency__list li {
    position: relative; }

.currency__link:before,
.arrow-down:after {
    display: block;
    content: '';
    position: absolute; }

.currency__link:before {
    left: 10px;
    top: -webkit-calc(50% - 6px);
    top: calc(50% - 6px);
    width: 16px;
    height: 11px;
    background-image: url(../image/sprite.png); }

.currency__link {
    padding: 5px 18px 5px 35px;
    min-width: 90px; }

.arrow-down:after {
    right: 10px;
    top: -webkit-calc(50% - 5px);
    top: calc(50% - 5px);
    width: 8px;
    height: 6px;
    background-image: url(../image/sprite.png);
    background-position: -223px -3px; }

.i-usd:before {
    background-position: -237px -3px; }

.i-uah:before {
    background-position: -237px -19px; }

.lang__list li {
    padding:5px;
    position: relative; }

.lang__list .submenu a {
    display: block;
    min-width: 65px;
    padding: 5px 5px 5px 15px; }

.lang__link {
    padding: 5px 20px 5px 15px;
    position: relative;
    min-width: 59px;
    display: block; }

.header__bottom-icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

.header__bottom-icon {
    width: 17px;
    height: 17px;
    display: block; }

.i-heart:after {
    background-position: -171px -4px;
    width: 17px;
    height: 17px; }

.i-search:after {
    background-position: -193px -4px;
    width: 17px;
    height: 17px; }

.i-linepoint {
    background-position: -214px -4px;
    width: 3px;
    background-image:url(../image/sprite.png);
    height: 30px;
    top: -5px;
    margin: 0 15px;}

.i-linepoint:after {
    background-position: -214px -4px;
    width: 5px;
    height: 30px;
    top: -5px; }

/*-------main-slider-------*/
.main__slider {
    height: -webkit-calc(100vh - 295px);
    height: calc(100vh - 295px);
    min-height: 370px;
    max-height: 600px;
    position: relative; }

.main__slider .main__slider-content {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    margin-bottom: 110px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 10;
    left: 0;
    height: 90%;
    right: 0;
    top: 0;
    padding-top: 30px;
    bottom: 0;
    pointer-events: none; }

.main__slider .main__slider-content img{
    max-width: 180px;
    display:inline-block;
}

.main__slider .main__slider-arrow.slick-arrow {
    position: absolute;
    width: 18px;
    height: 36px;
    top: -webkit-calc(50% - 36px);
    top: calc(50% - 36px);
    z-index: 10;
    cursor: pointer;
    background-image: url(../image/sprite.png); }

.main__slider .main__slider-arrow.slick-prev {
    background-position: -1px -32px;
    left: 45px; }

.main__slider .main__slider-arrow.slick-next {
    background-position: -26px -32px;
    right: 65px; }

.main__slider .main__slider-content-wrap{
    text-align: center;
    width: auto;
}

.main__slider .main__slider-text {
    margin-top: 50px;
    color: #ece3d9;
    font: 45px/1.2 'TTTricks-Regular',"Trebuchet MS", sans-serif;
    text-align: center; }

.main__slider .main__slider-item {
    height: -webkit-calc(100vh - 295px);
    height: calc(100vh - 295px);
    max-height: 600px;
    min-height: 370px;
    width: 100vw;
    margin: 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: right; }

.main__slider .main__slider-img,
.header-menu-one img,
.header-menu-three img{
    width: 100%;
    height: auto;
    display: block; }

.slick-dots {
    position: absolute;
    z-index: 2;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    right: 0px;
    left: 0;
    bottom: 20px;
    text-align: center; }

.slick-dots li button {
    color: transparent;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }

.slick-dots li {
    position: relative;
    width: 15px;
    height: 15px;
    margin: 0 7px;
    display: inline-block; }

.slick-dots li button:after {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: rgba(186, 167, 158, 0.5);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: ''; }

.slick-dots li.slick-active button:before {
    position: absolute;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: '';
    background-color: rgba(187, 220, 229, 0.8); }

/*-------main__banners-------*/
.main__banners {
    padding-top: 50px; }

.main__banners-wrap {
    border-bottom: 1px solid #e1e1e1;
    padding: 0 20px 20px;
    margin: 0 -20px; }

.main__banners-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -8px; }

.main__banner-left {
    width: 66.66%; }

.main__banner-left video{
    height:100%;
}


.main__banner img {
    width: 100%;
}

.main__banner-right .slick-list,
.main__banner-right .slick-track{
    height: 100% !important;
}

.main__banner-right {
    width: -webkit-calc(100% - 66.66% - 9px);
    width: calc(100% - 66.66% - 9px); }

.main__banner-right-item {
    -webkit-background-size: cover;
    background-size: cover; }

.main__banner-right-item-img{
     -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: calc(100% - 50px);
}

.main__banner-right .slick-dots{
    bottom: -5px;
}

.main__banner-right-item-text{
    font-family: "OsnovaPro-Bold", sans-serif;
    text-transform: uppercase;
    color: #63242c;
    padding-top: 10px;
    font-size: 15px;
}
/*
.slick-slider .slick-track, .slick-slider .slick-list {
    height: 100% !important; }
*/

.banner-img {
    width: 100%;
    height: auto; }

.main__banner {
    overflow: hidden;
    margin: 0 8px;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat; }

/*-------products-------*/
.products, .our-products {
    padding-top: 55px; }

.our-products__slider .slick-track{
    display: table !important;
    height: 100% !important;
}

.products__title-wrap {
    width: 100%;
    text-align: center; }

h2.products__title {
    font: 30px/1.2 'TTTricks-Light',"Trebuchet MS", sans-serif;
    color: #63242c; }

.products__subtitle {
    padding-top: 10px;
    font: 16px/1.2 'OsnovaPro-Regular',"Trebuchet MS", sans-serif;
    color: rgba(88, 41, 49, 0.7);
    text-align: center;
}

.products__wrap {
    padding-top: 35px;
    text-align: center; }

.products__list {
    margin: 0 -8px;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }

.products-item {
    width: 25%;
    padding: 0 8px;
    text-align: center;
    display: block;
    -webkit-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s; }

.products-item__img {
    margin-bottom: 15px;
/*    background-color: #f5f5f5;*/
    width: 100%;
    position: relative; }

.our-products-item__img.products-item__img{
    margin-bottom: 15px;
}

.carousel.our-products .products__wrap .slick-arrow{
   top: calc(50% - 20px);
}
.carousel.our-products .our-products-item__img.products-item__img{
    margin-bottom: 0;
}

.products-item__img img {
    display: block;
    width: 100%;
    height: auto; }

.our-products__item-title {
    display: none; }

.our-products__item {
    position: relative; }

.our-products__item:after {
    display: block;
    content: '';
    position: absolute;
    background-color: rgba(88, 41, 49, 0);
    display: block;
    top: 0;
    right: 8px;
    bottom: 0;
    left: 8px;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s; }

.our-products__item:hover:after {
    display: block;
    content: '';
    position: absolute;
    background-color: rgba(88, 41, 49, 0.8);
    display: block;
    top: 0;
    right: 8px;
    bottom: 0;
    left: 8px; }

.our-products__item:hover .our-products__item-title {
    color: #fff;
    position: absolute;
    left: 0;
    color: #fff;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    right: 0;
    -webkit-transition: background-color 0.3;
    -o-transition: background-color 0.3;
    transition: background-color 0.3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    bottom: 0;
    z-index: 10; }

.products__wrap .slick-arrow {
    position: absolute;
    width: 18px;
    height: 34px;
    top: 25%;
    cursor: pointer;
    background-image: url(../image/sprite.png); }

.products__wrap .slick-prev {
    background-position: -1px -32px;
    left: -25px; }

.products__wrap .slick-next {
    background-position: -26px -32px;
    right: -25px; }

.products-item__title {
    font-family: "OsnovaPro-Regular","Trebuchet MS", sans-serif;
    font-size: 15px;
    padding: 15px 0px 0;
    color: #582931; }

.rating.products__rating .stars .on {
    height: 15px;
    background-image: url(../image/stars-products.png);
    background-position: 0px -16px;
    background-repeat: repeat-x; }

.rating.products__rating .stars {
    position: relative;
    display: block;
    height: 15px;
    float: none;
    width: 97px;
    background-image: url(../image/stars-products.png);
    background-position: 0 1px;
    background-repeat: repeat-x;
    margin: 20px auto 0;
    cursor: pointer;
    }

.products-item__prices {
    color: #582931;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 40px;
    font-family: 'TTTricks-Regular',"Trebuchet MS", sans-serif; }

.products-item__price {
    font-size: 18px; }

.products-item__price-old {
    font-size: 16px;
    text-decoration: line-through; }

.products__rating {
    margin-top: auto;
    margin-bottom: 15px; }

.products-item .btn {
    padding: 13px 0;
    text-transform: unset;
    width: 100%;
    font-size: 14px;
    margin-top: 15px; }

.products-item .btn:focus,
.products-item .btn:hover{
    outline: none !important;
}

.products-item__heart {
    position: absolute;
    top: 20px;
    right: 20px; }

.heart {
    display: inline-block;
    width: 17px;
    cursor: pointer;
    height: 14px;
    background-repeat: no-repeat;
    background-image: url(../image/svg/heart1.svg);}

.heart.active {
    background-repeat: no-repeat;
    background-image: url(../image/svg/heart2.svg);}

.products-item__wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100% !important; }

.products .btn-seeall {
    margin-top: 50px; }

.our-products .products-item__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    height: 100% !important;
    min-height: 0; }

/*-------subscribe-------*/
.subscribe {
    padding-top: 50px;
    padding-bottom: 30px; }

.subscribe__btn {
    font-size: 12px;
    padding: 13px 10px;
    width: 130px;
    color: #63242c;
    border-color: #bbdce5;
    font-family: "OsnovaPro-Bold","Trebuchet MS", sans-serif;
    background-color: #bbdce5; }

.textarea {
    color: #454545;
    background: #fff;
    min-height: 150px;
    width: 100%;
    font-size: 16px;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 10px 15px 10px 20px; }

.textarea:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 7px rgba(208, 211, 216, 0.5);
    box-shadow: 0 0 7px rgba(208, 211, 216, 0.5); }

.textarea:focus::-webkit-input-placeholder {
    opacity: 0;
    text-indent: 500px;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease; }

.textarea:focus::-moz-placeholder {
    opacity: 0;
    text-indent: 500px;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease; }

.textarea:focus::-ms-input-placeholder {
    opacity: 0;
    text-indent: 500px;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease; }

.textarea:focus::placeholder {
    opacity: 0;
    text-indent: 500px;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease; }

.textarea:focus + .btn-subscribe {
    -webkit-box-shadow: 0 0 7px rgba(208, 211, 216, 0.5);
    box-shadow: 0 0 7px rgba(208, 211, 216, 0.5); }

.inputall {
    color: #454545;
    background: #fff;
    height: 40px;
    width: 100%;
    font-size: 16px;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 0 15px 0 25px; }

.inputall.error{
    border: 1px solid rgb(255, 0, 0);
    background: rgb(248, 172, 172);
}


.inputall:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 7px rgba(208, 211, 216, 0.5);
    box-shadow: 0 0 7px rgba(208, 211, 216, 0.5); }

.inputall:focus::-webkit-input-placeholder {
    opacity: 0;
    text-indent: 500px;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease; }

.inputall:focus::-moz-placeholder {
    opacity: 0;
    text-indent: 500px;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease; }

.inputall:focus::-ms-input-placeholder {
    opacity: 0;
    text-indent: 500px;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease; }

.inputall:focus::placeholder {
    opacity: 0;
    text-indent: 500px;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease; }

.inputall:focus + .btn-subscribe {
    -webkit-box-shadow: 0 0 7px rgba(208, 211, 216, 0.5);
    box-shadow: 0 0 7px rgba(208, 211, 216, 0.5); }

.input__wrap {
    position: relative;
    width: 100%; }

.input__icons:after {
    position: absolute;
    content: '';
    background-image: url(../image/sprite.png);
    left: 20px;
    top: 12px;
    bottom: 0;
    z-index: 10;
    width: 20px;
    height: 16px;
    background-position: -70px -35px; }

.input__icons.i-letter {
    background-position: 10px 0;
    width: -webkit-calc(100% - 130px);
    width: calc(100% - 130px); }

.subscribe__logo .logo__link {
    width: 66px;
    height: 40px;
    display: block; }

.logo__link img {
    width: 100%;
    height: auto; }

.subscribe__form {
    width: 550px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.subscribe__input.inputall{
    padding-left: 60px;}

.subscribe__form-wrap {
    width: 550px;
    margin-left: -webkit-calc(50% - 550px/2 - 66px);
    margin-left: calc(50% - 550px/2 - 66px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

.subscribe__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 30px; }

.subscribe__form {
    margin-left: -webkit-calc(50% - 550px/2 - 66px);
    margin-left: calc(50% - 550px/2 - 66px); }

/*-------footer-------*/
footer {
    padding: 30px 0;
    border-top: 1px solid #e1e1e1;
    margin-top: 30px; }

footer a {
    text-decoration: underline;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
    color: #582931; }

footer a:hover {
    text-decoration: unset; }

footer p {
    margin-bottom: 15px; }

footer p.tel a {
    font-size: 18px;
    text-decoration: none; }

footer p.time-work {
    font-size: 14px; }

.footer__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px; }

.line-grey {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #e1e1e1; }

footer .line-grey {
    margin: 0 -30px;
    width: -webkit-calc(100% + 60px);
    width: calc(100% + 60px); }

footer .logo__link {
    width: 66px;
    height: 40px;
    display: inline-block; }

.footer-item {
    width: 33.33%; }

footer .socials {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

.footer__logo {
    text-align: center; }

.footer__social {
    text-align: right;
    color: #838383; }

.footer__menu {
    list-style-type: none;
    text-align: center;
    color: #582931; }

.footer__contacts {
    color: #63242c;
    font-size: 16px; }

.footer__menu li {
    margin-bottom: 8px; }

.footer__bottom {
    text-align: center; }

.partners a {
    color: #582931;
    padding: 10px 15px;
    display: inline-block; }

.security {
    margin-top: 30px; }

.footer__bottom {
    padding-top: 45px; }

.security a {
    padding: 3px 15px;
    color: #582931;
    display: inline-block; }

.security a:hover {
    color: #582931; }

.copyrights {
    color: #838383;
    font-size: 12px;
    margin-top: 30px; }

.developer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px; }

.developer .text {
    text-align: left;
    color: #838383;
    font-size: 10px;
    margin-left: 10px; }

.developer .img {
    width: 87px;
    height: 26px;
    background-color: #c9cbca;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s; }

.developer:hover .img {
    width: 87px;
    height: 26px;
    background-color: #fd2293; }

.developer img {
    padding-top: 3px; }

/*-------header-menu-------*/
.header-menu {
    padding: 20px 0px;
    width: 100vw;
    position: absolute;
    top: 70px;
    left: 0;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    z-index: 20;
    display: none;
    background-color: rgba(255, 255, 255, 0.98); }

.header-menu__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
    max-height: calc(100vh - 230px);
    overflow-y: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.header-menu-two {
    width: -webkit-calc(100%/6*4);
    width: calc(100%/6*4);
    height: auto;
}


.header-menu-one,
.header-menu-three {
    width: -webkit-calc(100%/6);
    width: calc(100%/6); }

.header-menu__catalog {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

.header-menu__catalog-item {
    width: 25%;
    padding: 10px; }

.header-menu__banner {
    display: block;
    margin-bottom: 25px; }

.header-menu__banner-title {
    font: 14px/1.2 'OsnovaPro-Regular',"Trebuchet MS", sans-serif;
    color: #582931;
    font-weight: bold;
}

.header-menu__banner-desc {
    font: 14px/1.2 'OsnovaPro-Regular',"Trebuchet MS", sans-serif;
    color: #454545;
    margin-top: 8px; }

.header-menu__banner-img img {
    width: 100%;
    height: auto;
    display: block; }

.header-menu__banner-img {
    margin-top: 20px; }

.header-menu-one {
    padding-right: 20px;
    padding-top: 10px; }

.header-menu-three {
    padding-top: 10px;
    padding-left: 20px; }

.header-menu__catalog-item-title {
    font-family: "OsnovaPro-Bold","Trebuchet MS", sans-serif;
    font-size: 12px;
    color: #63242c;
    text-transform: uppercase;
    padding-bottom: 5px; }

.header-menu__catalog-item {
    font: 14px/1.2 'OsnovaPro-Regular',"Trebuchet MS", sans-serif;
    color: #582931; }

.header-menu__catalog-item li a {
    padding: 7px 0px;
    display: block; }

.viewed__subtitle{
    display:none;}

/*-------.mobmenu-------*/
.mobmenu {
    position: absolute;
    display: block;
    width: 235px;
    height: 100%;
    top: -15px;
    z-index: 40;
    padding-top: 0px;
    /* overflow: scroll; */
    -webkit-transition: left 0.3s;
    -o-transition: left 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    left: -35px; }

.mobmenu {
    color: #63242c; }

.mobmenu ul {
    margin: 0;
    padding: 0;
    list-style: none; }

.mobmenu .mobmenu-clients {
    padding-left: 20px;
    padding-right: 20px; }

.mobmenu .mobmenu-clients .tit {
    font: 16px/1.2 'TTTricks-Regular',"Trebuchet MS", sans-serif;
    text-transform: uppercase; }

.mobmenu .mobmenu-clients ul {
    display: none; }

.mobmenu .mobmenu-clients.open ul {
    display: block; }

.mobmenu .mobmenu-clients ul li {
    font-size: 18px;
    padding-right: 25px;
    margin-bottom: 10px;
    position: relative; }

.mobmenu .mobmenu-clients ul li.selected:after {
    position: absolute;
    content: '';
    background: url(../image/sprite.png) -489px -34px;
    width: 18px;
    height: 14px;
    right: 0;
    top: 4px; }

.mobmenu .mobmenu-clients ul li a {
    padding: 5px 0;
    display: block; }

.mobmenu .mobmenu-main {
    padding-bottom: 10px;
    background-color: #fff; }

.mobmenu .mobmenu-main ul li a {
    padding-top: 12px;
    padding-bottom: 12px;
    display: block;
    text-transform: uppercase;
    padding-right: 10px;
    position: relative;
    font-family: "OsnovaPro-Bold","Trebuchet MS", sans-serif; }

.mobmenu-main ul li:not(:last-child) {
    position: relative;
    border-bottom: 1px solid #e1e1e1; }

.mobmenu a:hover {
    color: #582931; }
.mobmenu-main-primary li{
    position: relative;}
.mobmenu-main-primary li:after {
    display: block;
    content: '';
    position: absolute;
    width: 8px;
    height: 6px;
    background-image: url(../image/sprite.png);
    background-position: -223px -3px;
    top: -webkit-calc(50% - 4px);
    top: calc(50% - 4px);
    right: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg); }

.mobmenu-main ul.submenu li {
    border-bottom: none; }

.mobmenu-main ul.submenu li a {
    font: 18px/1.2 'OsnovaPro-Regular',"Trebuchet MS", sans-serif;
    text-transform: inherit;
    padding: 6px 0; }

.mobmenu-main ul li.withsubmenu-mob:after {
    display: block;
    content: '';
    position: absolute;
    width: 8px;
    height: 6px;
    background-image: url(../image/sprite.png);
    background-position: -223px -3px;
    top: 17px;
    right: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }

.mobmenu-main ul li.withsubmenu-mob.open:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg); }

.mobmenu-wrap {
    display: none;
    padding: 40px 20px 25px;
    background-color: #fff;
    -webkit-box-shadow: 0 7px 9px rgba(0, 0, 0, 0.11);
    box-shadow: 0 7px 9px rgba(0, 0, 0, 0.11); }

.mobmenu .mobmenu-main ul li a.js--mlink:after {
    position: absolute;
    content: '';
    background: url(../image/sprite.png) -516px -33px;
    width: 8px;
    height: 13px;
    display:none;
    right: 0;
    top: 11px; }

.mobmenu .mobmenu-main_submenu {
    font-family: 'RalewayBold',"Trebuchet MS", sans-serif;
    font-size: 18px;
    display: none; }

.mobmenu .mobmenu-main_submenu .tit {
    padding-bottom: 15px;
    position: relative;
    text-align: center;
    padding-top: 20px;
    cursor: pointer;
    text-transform: uppercase;
    font: 16px/1.2 'TTTricks-Regular',"Trebuchet MS", sans-serif;
    border-bottom: 1px solid #e1e1e1; }

.mobmenu .mobmenu-main_submenu .tit:before {
    content: '';
    position: absolute;
    width: 18px;
    display: block;
    height: 36px;
    top: 10px;
    cursor: pointer;
    background-image: url(../image/sprite.png);
    background-position: -1px -32px; }

.mobmenu-lang, .mobmenu-currency {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important; }

.mobmenu-top-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 70px;
    margin: 0 -20px;
    padding-right: 20px;
    border-bottom: 1px solid #e1e1e1; }

.mobmenu-main-second > li:last-child{
    position: relative;
    border-bottom: 1px solid #e1e1e1;
}

.mobmenu .mobmenu-main_submenu ul {
    padding-bottom: 15px; }

.mobmenu .mobmenu-main_submenu ul li ul li{
    border-bottom: none;
}
.mobmenu .mobmenu-main_submenu ul li ul li a{
    font: 18px/1.2 'OsnovaPro-Regular',"Trebuchet MS", sans-serif;
    text-transform: inherit;
}

ul.mobmenu-main-primary{
    border-bottom: 1px solid #e1e1e1;}

.mobmenu .mobmenu-other .tit {
    font-size: 12px;
    color: #999999;
    text-transform: uppercase;
    margin-bottom: 25px; }

.mobmenu .mobmenu-other ul li {
    border-bottom: 1px solid #e6e2e2; }

.mobmenu .mobmenu-other ul a {
    padding: 15px;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition: 0.15s ease-in-out;
    -o-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
    width: 100%;
    font-size: 13px;
    font-family: "OsnovaPro-Bold","Trebuchet MS", sans-serif; }

.mobmenu .mobmenu-butt {
    margin-bottom: 20px;
    display: block;
    width: 75%;
    margin: 0 auto 20px;
    background: #262626;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-align: center; }

.mobmenu .mobmenu-butt img {
    display: block;
    margin: 0 auto; }

.mobmenu-search__submit {
    display: block;
    width: 26px;
    height: 26px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-image: url(../image/sprite.png);
    background-position: -99px -30px;
    background-repeat: no-repeat; }

.mobmenu-search {
    font-size: 16px;
    color: #000;
    padding: 10px 20px;
    margin: 0 -20px 10px;
    border-bottom: 1px solid #e1e1e1; }

.mobmenu-search__form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

.mobmenu .mobmenu-lang {
    margin-left: -15px; }

.mobmenu .mobmenu-currency ul.submenu,
.mobmenu .mobmenu-lang ul.submenu {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #fff;
    font-size: 13px;
    padding: 30px 0px 10px 0px;
    text-transform: none;
    -webkit-box-shadow: 0 7px 9px rgba(0, 0, 0, 0.11);
    box-shadow: 0 7px 9px rgba(0, 0, 0, 0.11);
    background: #fff;
    display: none; }

.mobmenu .mobmenu-currency ul.submenu {
    left: 0px; }

.mobmenu .mobmenu-lang ul.submenu a {
    display: block;
    min-width: 65px;
    padding: 5px 5px 5px 15px; }

.mobmenu-menu__banner-list {
    padding-right: 140px; }

.mobmenu .header-menu__banner:not(:last-child) {
    margin-bottom: 20px; }

.btn-up {
    position: fixed;
    bottom: 80px;
    right: 80px;
    display: none;
    width: 55px;
    height: 40px;
    background-color: #582931;
    cursor: pointer;
    z-index: 100; }

.btn-up:after {
    display: block;
    content: '';
    position: absolute;
    width: 32px;
    height: 17px;
    left: -webkit-calc(50% - 16px);
    left: calc(50% - 16px);
    top: -webkit-calc(50% - 11px);
    top: calc(50% - 11px);
    background-image: url(../image/sprite.png);
    background-position: -126px -30px;
    background-repeat: no-repeat; }

.customer-pass a{
    display: block;
    margin: 10px 0;
    color: #838383;
    text-decoration: none;
    font-size: 14px;
    font-family: 'OsnovaPro-Regular',"Trebuchet MS", sans-serif;
}

.customer-pass a:hover{
    text-decoration: none;
}


.mod-reg .mod-soc a{
    margin-top: 10px;
}

.mod-form label{
      padding-left:0;
	font: 14px/1.2 'OsnovaPro-Regular',"Trebuchet MS", sans-serif;
    color: #838383;
}

.mod-form label a{
    font-size: 14px;
    text-decoration: none;
}

.mod-form label a:hover{
    color: #582931;
}

.mod {
    position: absolute;
    width: 685px;
    background: #fff;
    top: 100px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 40;
    overflow: hidden;
    padding: 43px 50px 50px 50px;
    display: none; }

.mod .i-register{
    text-decoration:none;
}

.overlay {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(99, 36, 44, 0.9); }

.overlay.open{
    display:block;
}

/*.overlay-menu {
    position: fixed;
    z-index: 10;
    top: 215px;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(99, 36, 44, 0.5); }*/

.overlay-menu.open{
    display:block;
}

.mod-tit {
    font-family: 'TTTricks-Light',"Trebuchet MS", serif;
    font-size: 26px;
    text-align: center;
    margin-bottom: 30px; }

.mod-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

.mod-form .form-group {
    width: 49%;
    margin-bottom: 15px;
}

.mod-form .form-group.w100{
    width: 100%;
}

.mod-form input {
    width: 100%;
    height: 43px;
    border: 1px solid #e1e1e1;
    padding: 0 10px 0 24px;
}

.mod-form input[type="checkbox"]{
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
}

.mod-form input.ver {
    -webkit-box-shadow: 0 0 7px rgba(231, 191, 175, 0.5);
    box-shadow: 0 0 7px rgba(231, 191, 175, 0.5); }

.mod-form input:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 7px rgba(208, 211, 216, 0.5);
    box-shadow: 0 0 7px rgba(208, 211, 216, 0.5); }

.mod-form input:focus::-webkit-input-placeholder {
    opacity: 0;
    text-indent: 500px;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease; }

.mod-form input:focus::-moz-placeholder {
    opacity: 0;
    text-indent: 500px;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease; }

.mod-form input:focus::-ms-input-placeholder {
    opacity: 0;
    text-indent: 500px;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease; }

.mod-form input:focus::placeholder {
    opacity: 0;
    text-indent: 500px;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease; }

.mod-form input::-webkit-input-placeholder {
    color: #454545;
    font-size: 14px;
    font-weight: 300; }

.mod-form input::-moz-placeholder {
    color: #454545;
    font-size: 14px;
    font-weight: 300; }

.mod-form input::-ms-input-placeholder {
    color: #454545;
    font-size: 14px;
    font-weight: 300; }

.mod-form input::placeholder {
    color: #454545;
    font-size: 14px;
    font-weight: 300; }

.mod-submit {
    margin-top: 0px;
    width: 100%;
    background-color: #582931;
    text-align: center;
    padding: 0;
    line-height: 40px;
    color: #ffffff;
    font-size: 15px;
    letter-spacing: 1px;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s; }

.mod-submit:hover {
    -webkit-box-shadow: 0 0 7px rgba(231, 191, 175, 0.5);
    box-shadow: 0 0 7px rgba(231, 191, 175, 0.5); }

.mod-close {
    width: 12px;
    height: 2px;
    margin: 8px 4px;
    background-color: #080808;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    cursor: pointer; }

.mod-close:after {
    display: block;
    content: '';
    width: 12px;
    height: 2px;
    background-color: #080808;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute; }

.mod-close__wrap {
    position: absolute;
    right: 25px;
    top: 30px;
    width: 20px;
    height: 20px; }

.mod-account {
    border-top: 1px solid #e4e4e4a8;
    margin-top: 36px;
    margin-bottom: 44px; }

.mod-account p {
    text-align: center;
    font-size: 20px;
    font-family: 'TTTricks-Light',"Trebuchet MS", serif;
    margin-top: -18px;
    margin-bottom: 15px;
}

.mod-account p span {
    padding: 0 25px;
    background: #fff; }

.mod-soc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;;
    -webkit-justify-content: center;;
    -ms-flex-pack: center;;
    justify-content: center; }

.mod-soc a {
    margin: 25px 6px 0;
    display:block;
}


.mod-enter .mod-account,
.mod-forgotten .mod-account,
.mod-checkout-login .mod-account{
   margin-bottom: 0px;
}

.i-register .mod-info:before{
    left: -10px;
    top: -2px;
}

.mod-soc a.i-account{
    background-image: none;
}

.mod-fb {
    background-image: url(../image/sprite.png);
    background-position: -1px -68px;
    background-repeat: no-repeat;
    height: 32px;
    width: 32px;
    display: block; }

.mod-google {
    background-image: url(../image/sprite.png);
    background-position: -127px 32px;
    height: 32px;
    width: 32px;
    display: block;
    margin-right: 55px; }

.mod-info:before {
    display: block;
    content: '';
    position: absolute;
    background-image: url(../image/sprite.png);
    background-position: -187px 72px;
    height: 20px;
    left: 0;
    top: 0px;
    width: 20px;
    display: block; }

.mod-info div{
    padding-top: 3px;
}


.mod.mod-enter .mod-form input,
.mod.mod-checkout-login .mod-form input{
    width: 49%;
    margin-bottom: 15px;
}

.mod-info {
    padding-left: 25px;
    position: relative; }

.mod-info div,
.fz14-grey{
    color: #838383;
    line-height: 1;
    font-size: 14px; }

.mod-info a {
     color: #838383;
    text-decoration: none;
    font-size: 14px;
}

.mod-info a:hover {
    color: #582931; }

.mod-enter .mod-google {
    margin-right: 118px;
}


.mod-checkout-login .mod-google {
    margin-right: 118px;
}

.mod-soc a.mod-ent{
    width: 100%;
    margin-top:15px;
    text-align: right;
    text-decoration: underline; }

.mod-ent:hover {
    text-decoration: none; }

.overlay {
    position: absolute;
    z-index: 30;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(99, 36, 44, 0.9); }

/*-------cookies-------*/
.cookies {
    background: rgba(105, 62, 70, 0.9);
    position: fixed;
    z-index: 10;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 20px;
    padding-bottom: 20px; }

.cookies .container {
    padding: 0 60px 0 40px;
    border: 0;
    position: relative; }

.cookies-cont {
    font-size: 14px;
    color: #ffffff; }

.cookies-cont a {
    text-decoration: underline; }

.cookies-cont a:hover {
    text-decoration: none; }

.cookies-close {
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../image/sprite.png) -462px -28px;
    right: 20px;
    top: 0px;
    cursor: pointer; }

.mes-added-product {
    position: fixed;
    top: 0;
    right: 0;
    padding-left: 95px;
    padding-top: 15px;
    left: 0;
    display: inline-block;
    height: 50px;
    background-color: rgba(231, 191, 175, 0.9);
    color: #63242c;
    font-size: 16px;
    font: 16px/1.2 'OsnovaPro-Regular',"Trebuchet MS", sans-serif;
    z-index: 10;
}

.mes-added-product a {
    text-decoration: underline;
    padding: 0 5px;}

.mes-added-product a:hover {
    text-decoration: unset; }

.products-item {
    display: table-cell !important;
    vertical-align:top;
    float: none !important; }

.products .slick-track {
    display: table !important;
    height: 100% !important;
}

.products .slick-slide {
    height: 100% !important; }

/*--------------------------------------------------------catalog--------------------------------------------------------------*/
.catalog__list .products__list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -12px -8px; }

.catalog__list .btn {
    height: auto;
    padding: 13px 0px; }

.catalog .big-video__subtitle{
    display:none;}

.big-video__title{
    display:none;
}

.big-video__iframe{
    width: 100%;
}

.banner-big-video {
  cursor: pointer;
  position: relative;
  margin-top: 35px; }

.banner-big-video:after{
    content: '';
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 7%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 50%;
    pointer-events: none;
    background-image: url(../image/video-loader.png);
}

.banner-big-video img {
  width: 100%;
  height: auto; }
/*
.overlay-video{
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 105;
  background-color: rgba(67, 78, 86, 0.6); }*/

.overlay.zoom-out {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.overblock {
  position: absolute;
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  top: 50px;
  background: #fff;
  padding: 40px 20px;
  left: 0;
  right: 0;
  z-index: 110;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5); }

.overblock .overblock-close {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #434e56;
  cursor: pointer;
  top: 0;
  right: -40px; }

.overblock .overblock-close:before {
  position: absolute;
  content: '';
  background: url(../image/sprite.png) -560px -54px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  z-index: 1;
  cursor: pointer; }

.videoframe iframe {
  width: 100%;
  height: 450px; }

.video-v-f{
  display:none;
}

.video-v img{
  width: 100%;
  height: auto;
}

.catalog .products-item {
    margin: 13px 0;
    display: block; }

.catalog .btn-product__wrap {
    padding-top: 25px; }

.catalog .btn-product {
    margin: 0 auto;
    display: inline-block;
    max-width: 130px; }

.btn-white {
    background-color: #ffffff;
    color: #63242c;
    border: 1px solid #6e4129;
    font-family: 'OsnovaPro-Bold', sans-serif; }

.breadcrumbs {
    margin: 20px 0; }

.breadcrumbs__item {
    position: relative;
    color: rgba(88, 41, 49, 0.7);
    font-size: 12px; }

.breadcrumbs__item:not(:first-child) {
    padding-left: 65px; }

.breadcrumbs__item:not(:first-child):before {
    content: '';
    display: block;
    width: 32px;
    height: 1px;
    background-image: url(../image/sprite.png);
    background-position: -211px -38px;
    background-repeat: no-repeat;
    left: 15px;
    top: 50%;
    position: absolute; }

.breadcrumbs-home .breadcrumbs__link {
    width: 10px;
    height: 15px;
    position: relative;
    display: block; }

.breadcrumbs-home .breadcrumbs__link:before {
    content: '';
    display: block;
    width: 10px;
    position: absolute;
    top: -webkit-calc(50% - 3px);
    top: calc(50% - 3px);
    left: 0;
    height: 9px;
    background-image: url(../image/sprite.png);
    background-position: -167px -54px;
    background-repeat: no-repeat; }

.breadcrumbs__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none; }

.breadcrumbs__link span {
    color: #999;
    display: block;
    font-family: 'OsnovaPro-Regular',"Trebuchet MS", sans-serif;
    font-size: 12px; }

.products-item__label {
    padding: 0px 9px 1px 8px;
    position: absolute;
    left: 0;
    top: 40px;
    z-index: 1;
    display: none; }

.products-item__label span {
    font-family: "OsnovaPro-Bold","Trebuchet MS", sans-serif;
    text-transform: uppercase;
    font-size: 12px; }

.products-item__label.new {
    display: block;
    color: #582931;
    background-color: #bbdce5; }

.products-item__label.hit {
    display: block;
    color: #bbdce5;
    background-color: #582931; }

.products-item__link {
    position: relative; }

.page-title {
    margin: 20px 30px; }

.page-subtitle {
  margin-top: 10px;
  font-size: 16px;
  line-height: 2;
  text-align: center; }

.big__banner {
    margin: 20px 0; }

.banner-big img {
    height: auto;
    width: 100%;
    max-height: 490px; }

.catalog-view {
    text-align: right;
    padding: 20px 0; }

.catalog-view__btn {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../image/sprite.png) -558px -2px;
    cursor: pointer; }

.banner-big {
    position: relative; }

.banner-big__inner {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 0; }

.banner-big__title {
    font-family: "OsnovaPro-Bold","Trebuchet MS", sans-serif;
    font-size: 60px;
    color: #fff;
    line-height: 1; }

.banner-big__desc {
    font-family: 'OsnovaPro-Regular',"Trebuchet MS", sans-serif;
    font-size: 30px;
    color: #fff;
    font-size: 30px;
    letter-spacing: 4px;
    text-transform: uppercase;
    line-height: 1; }

.line-grey {
    width: 100%;
    height: 1px;
    margin: 0 auto;
    background-color: #e1e1e1; }

.catalog .products__title-wrap {
    padding-top: 45px; }

.banner-big-video img {
    width: 100%;
    height: auto; }

.catalog .subscribe__inner {
    padding: 0; }

.catalog .subscribe__form {
    margin: 0; }

.catalog .subscribe__inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }

.catalog__list.small .products-item {
    width: -webkit-calc(100%/6);
    width: calc(100%/6); }

/*--------------------------------------------------------template-product--------------------------------------------------------------*/
.t-product .big-video {
    padding-top: 55px; }

.rating .stars {
    position: relative;
    display: block;
    float: left;
    height: 18px;
    width: 140px;
    background-image: url("../image/stars.png");
    background-position: 0 1px;
    background-repeat: repeat-x;
    margin-right: 5px; }

.rating .stars .on {
    height: 18px;
    background-image: url("../image/stars.png");
    background-position: -1px -17px; }

.rating .stars .live {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }

.t-product__choose-color {
    margin-top: 30px; }

.reviews-count {
    font-size: 14px;
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px); }

.choose-color__list {
    padding-top: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.choose-color__list a.choose-color__item{
    width: 33px;
    height: 33px;
    margin-left: 2px;
}

.choose-color__item:not(:last-child) {
    margin-right: 3px; }

.t-product__right .line-grey {
    width: 100%;
    padding: 0;
    margin: 0; }

.t-product__right .control-label{
    display:block;
    font-family: 'OsnovaPro-Bold',"Trebuchet MS", sans-serif;
    margin-bottom: 5px;
}

.quantity-block {
    width: 100%;
    margin-top: 25px;
    display:block; }

.t-product__right .quantity-block .btn{
    font-size: 16px;
    padding:0;
    line-height: 50px;
    text-transform: none;}

.inputall.quantity-num {
    font-family: 'EB Garamond', serif;
    color: #454545;
    text-align: center;
    height: 50px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #582931;
    font-size: 22px; }

.quantity-text {
    display:inline-block;
    float: right;
    color: #838383;
    text-transform: uppercase;
    margin-left: 5px;
    width: 70%;
    width: -webkit-calc(100% - 85px);
    width: calc(100% - 85px);
    font-size: 12px; }

label {
    position: relative;
    display: inline;
    font-weight: normal; }

label.choose-color__item > input {
    visibility: hidden;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0; }

label.choose-color__item > input + img {
    cursor: pointer;
    border: 1px solid transparent;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 2px;
    width: 31px;
    height: 31px; }

label.choose-color__item > input:checked + img {
    border: 1px solid #2f2727; }

.t-product__title {
    font-family: 'EB Garamond', serif;
    font-size: 24px;
    line-height: 1.2;
    margin: 0;
    padding-right: 55px;
    color: #63242c;
    margin-bottom: 30px;
    text-align: left; }

.t-product__prices {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #582931;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }

.t-product__price {
    font: 30px/25px 'TTTricks-Regular',"Trebuchet MS", sans-serif; }

.t-product__price-old {
    font: 16px/1 'TTTricks-Regular',"Trebuchet MS", sans-serif;
    text-decoration: line-through;
    margin-left: 15px; }

.t-product__heart {
    position: absolute;
    right: 25px;
    top: 30px; }

.t-product__rating-block {
    margin-top: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.t-product .rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #838383; }

.t-product__reviews-link a {
    font-size: 14px;
    color: #582931;
    display: block;
    padding: 10px 0; }

.t-product__right .butts {
    margin-top: 20px; }

.t-product__right .btn {
    height: 50px;
    padding: 18px 0px;
    width: 100%; }

.t-product__desc {
    color: #454545;
    font: 16px/1.2 'OsnovaPro-Regular',"Trebuchet MS", sans-serif;
    margin: 20px 0 30px; }

.t-product__desc p:not(:last-child){
  margin-bottom: 5px;
}

.quantity-selector {
    display:inline-block;
    max-width: 80px;
    position: relative; }

.quantity-selector input {
    padding: 5px 27px; }

.btn.btn-bin:after {
    content: '';
    display: block;
    width: 20px;
    height: 25px;
    background-image: url(../image/sprite.png);
    background-position: -162px -74px;
    background-repeat: no-repeat;
    left: 20px;
    top: -webkit-calc(50% - 12px);
    top: calc(50% - 12px);
    position: absolute; }

.btn.btn-bin:hover:after {
    content: '';
    display: block;
    width: 20px;
    height: 25px;
    background-image: url(../image/sprite.png);
    background-position: -186px -74px;
    background-repeat: no-repeat;
    left: 20px;
    top: -webkit-calc(50% - 12px);
    top: calc(50% - 12px);
    position: absolute; }

.btn.btn-star {
    background-color: #582931;
    border: 1px solid #582931;
    font-family: 'OsnovaPro-Bold',"Trebuchet MS", sans-serif; }

.btn.btn-star:before {
    background-color: #fff; }

.btn.btn-star:hover {
    color: #582931; }

.btn.btn-star:hover:after {
    position: absolute;
    content: '';
    background: url(../image/sprite.png) -534px -79px;
    width: 20px;
    height: 20px;
    left: 22px;
    top: 0;
    bottom: 0;
    margin: auto; }

.btn.btn-star:after {
    position: absolute;
    content: '';
    background: url(../image/sprite.png) -511px -79px;
    width: 20px;
    height: 20px;
    left: 22px;
    top: 0;
    bottom: 0;
    margin: auto; }

.quantity-arrow {
    height: 70%;
    width: 20px;
    position: absolute;
    font-family: 'OsnovaPro-Regular',"Trebuchet MS", sans-serif;
    top: 10px; }

.quantity-arrow.quantity-arrow-minus {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    left: 5px; }

.quantity-arrow.quantity-arrow-plus {
    top: 8px;
    right: 5px; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */ }

input[type=number] {
    -moz-apperance: textfield; }

.info:before {
    display: block;
    content: '';
    position: absolute;
    background-image: url(../image/svg/i.svg);
    height: 20px;
    left: 0;
    top: -3px;
    width: 20px;
    display: block; }

.t-product__info-link {
    color: #838383;
    font-size: 14px; }

.t-product__info-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 30px; }

.t-product__info-item:not(:last-child) {
    margin-right: 25px; }

.t-product__info-item:hover {
    text-decoration: underline; }

.info {
    padding-left: 25px;
    position: relative; }

.info div {
    color: #838383;
    line-height: 1;
    font-size: 14px; }

.t-product__top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.t-product__left {
    position: sticky;
    top: 30px;
    padding-right: 25px;
    width: 62%; }

.t-product__gallery {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

.t-product__right {
    width: 38%;
    position: relative;
    padding: 30px 20px 25px;
    background-color: #f9f9f9; }

.t-product .subscribe__inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }

.t-product .subscribe__form {
    margin-left: 0; }

.gallery-main {
    width: 83.7%; }

.gallery-main img {
    width: 100%;
    height: auto; }

.gallery-dots {
    padding-right: 7%;
    width: -webkit-calc(100% - 83.7%);
    width: calc(100% - 83.7%); }

.gallery-dots .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

.gallery-dots .slick-list {
    padding: 0 !important;
    margin: 0; }

.gallery-dots__item {
    width: 100% !important;
    margin-bottom: 22px;
    cursor: pointer;
}

.gallery-dots__item img {
    width: 100%;
    height: auto; }

.gallery-dots__item {
    min-height: max-content;
}
.gallery-dots__item.slick-slide.slick-current.slick-active {
    border: 1px solid #582931;
    border-radius: 3px;
    padding: 1px;
}
.tabs-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    font-size: 22px;
   font-family: 'TTTricks-LightItalic',"Trebuchet MS", sans-serif;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

.tabs-nav li:not(:last-child) {
    margin-right: 5.5%; }

.tabs-item p {
    margin-bottom: 20px; }

.tabs-item p:last-child{
    margin: 0;
}

.tabs-nav a {
    font-size: 22px;
    font-family: 'TTTricks-LightItalic',"Trebuchet MS", sans-serif;
    color: #582931;
}

.tabs-nav a.active {
    text-decoration: none;
   /* font-size: 24px;*/
    font-family: 'TTTricks-LightItalic',"Trebuchet MS", sans-serif;
}

.tabs-items {
    margin-top: 25px;
    height: auto;
}

#tab-3 {
    margin-top: -20px; }

.t-product__bottom {
    padding-top: 40px;
    padding-bottom: 45px;
    color: #454545; }

.form_send-comment {
    padding-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

.form__comment-title {
    color: #63242c;
    font-size: 30px;
    font-family: 'TTTricks-Light',"Trebuchet MS", sans-serif;
    padding-bottom: 15px; }

.comments {
    position: relative; }

.comments-input__wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.comments-input__item{
    width: calc(50% - 5px);}

.comment-user-data {
    color: #454545;
    margin-top: 12px;
    font-size: 16px; }

.form__comment-col-right {
    width: 50%;
    padding-left: 15px;
    margin-top: 50px; }

.comment__time {
    color: #454545;
    font-family: 'OsnovaPro-Regular',"Trebuchet MS", sans-serif;
    font-size: 16px; }

.input-comment {
    padding-left: 20px; }

.form__comment-col-left {
    padding-right: 15px;
    width: 50%; }

.comments-rating ul.stars {
    list-style-type: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

.form__comment-col-right .comments-rating span{
    margin-right: 30px;
    margin-top: 3px;
    font-family: 'OsnovaPro-Bold',"Trebuchet MS", sans-serif;
}

.stars__item {
    padding: 0 10px; }

.comments-rating-col:first-of-type {
    margin-right: 5px; }

.comments-rating-col {
    padding: 5px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

.comments-list {
    list-style-type: none; }

.comment-user__name {
    font-family: "OsnovaPro-Bold","Trebuchet MS", sans-serif;
    font-size: 16px;
    color: #454545;
    margin-bottom: 15px;
    padding-right: 12px;
    position: relative;
    margin-right: 9px; }

.comment-user-column-left {
    width: 100%;
    margin-left: 35px;
    max-width: 245px;
/*    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;*/ }

.comment-user-column-right{
     width: calc(100% - 245px);
    }

.comment-user-column-right .rating{
    margin-bottom: 15px;
}

.comment-user__name:before {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    left: -35px;
    top: -3px;
    background-image: url(../image/sprite.png);
    background-position: -260px -74px;
    background-repeat: no-repeat; }

/*.comment-user__name:after {
    content: '';
    display: block;
    width: 1px;
    height: 25px;
    position: absolute;
    right: 0;
    top: -3px;
    background-image: url(../image/sprite.png);
    background-position: -292px -74px;
    background-repeat: no-repeat; }*/

.comments-list__item {
    padding: 30px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #e1e1e1; }

.form__comment-col-left p {
    color: #838383; }

.comments-rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 35px 0; }

.required-text {
    color: #4c4c4c;
    font-size: 14px; }

.comments-message {
    padding: 17px 15px 20px 50px;
    position: relative;
    font-family: 'OsnovaPro-Regular',"Trebuchet MS", sans-serif;
    font-size: 16px; }

.info-black:before {
    display: block;
    content: '';
    position: absolute;
    background-image: url(../image/sprite.png);
    background-position: -187px 50px;
    background-repeat: no-repeat;
    height: 20px;
    left: 0;
    top: -3px;
    width: 20px; }

.comments-message:before {
    left: 17px;
    content: '';
    display: block;
    top: -webkit-calc(50% - 12px);
    top: calc(50% - 12px); }

.comments-message.white {
    color: #454545; }

#comments-mes-thanks {
    background-color: #bbdce5;
    display: none; }

#comments-mes-no {
    background-color: #fff;
    display: none; }

#comments-mes-info {
    background-color: #e7bfaf;
    display: none; }

.gallery-main-arrow.slick-arrow {
    position: absolute;
    width: 18px;
    height: 36px;
    top: -webkit-calc(50% - 36px);
    top: calc(50% - 36px);
    z-index: 10;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0;
    cursor: pointer;
    background-image: url(../image/sprite.png); }

.gallery-main:hover .slick-arrow {
    opacity: 1; }

.gallery-main-arrow.slick-prev {
    background-position: -1px -32px;
    left: 20px; }

.gallery-main-arrow.slick-next {
    background-position: -26px -32px;
    right: 20px; }

/*--------------------------------------------------------basket--------------------------------------------------------------*/
.t-basket .page-content {
    padding-bottom: 30px; }

.basket {
    padding-top: 20px; }

.basket-list {
    padding-top: 20px;
    border-top: 1px solid #e1e1e1; }

.basket-list__item {
    border-bottom: 1px solid #e1e1e1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0; }

.basket__img {
    height: 85px;
    margin-right: 20px; }

.basket__img-link {
    width: 100%;
    height: 100%;
    line-height: 0;
    display: block; }

.basket__img-link img {
    width: 80px;
    height: 85px;
    -o-object-fit: cover;
    object-fit: cover; }

.basket-item__product {
    width: 40%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

.basket__details {
    width: -webkit-calc(100% - 80px - 20px);
    width: calc(100% - 80px - 20px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

.basket__options {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    color: #582931;
}

.basket__option:not(:last-child) {
    margin-bottom: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.basket__option {
    align-items: center;
    display: flex;
}
.basket__option > *{
    padding-right: 10px;
}
.basket-name {
    margin-bottom: 10px; }

.basket__name-link {
    color: #582931;
    font-size: 16px;
    font-family: 'OsnovaPro-Regular',"Trebuchet MS", sans-serif; }

.basket-item__amount {
    width: 44%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #222;
    font-size: 18px;
    font-family: 'TTTricks-Regular', "Trebuchet MS", sans-serif;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

.basket-item__cost {
    width: 16%;
    font-size: 18px;
    text-align: right;
    color: #222222;
    font-family: 'TTTricks-Regular', "Trebuchet MS", sans-serif; }

.basket__quantity-wrap {
    position: relative;
    margin: 0 20px; }

.basket__quantity {
    width: 100px;
    height: 40px;
    font-size: 18px;
    padding: 5px 25px 5px 25px;
    font-family: 'TTTricks-Regular',"Trebuchet MS", sans-serif;
    text-align: center;
}

.basket__amount-btn {
    position: absolute;
    width: 22px;
    height: 16px;
    top: -webkit-calc(50% - 8px);
    top: calc(50% - 8px);
    right: 15px;
    background-image: url(../image/sprite.png);
    background-position: -211px -53px;
    background-repeat: no-repeat; }

.basket__close-btn {
    width: 20px;
    height: 20px;
    background: url(../image/sprite.png) -462px -28px;
    cursor: pointer; }

.basket__result {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    width: -webkit-calc(44% + 16% - (44% - 233px));
    width: calc(44% + 16% - (44% - 233px));
    margin-left: auto;
    margin-top: 20px;
    margin-bottom: 20px; }

.discount-code-input__wrap {
    width: 125px; }

.discount-code-input {
    padding: 0 10px 0 20px; }

.basket__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

.btn.btn-brown {
    background-color: #582931;
    border: 1px solid #582931;
    font-family: 'OsnovaPro-Bold',"Trebuchet MS", sans-serif; }



.btn.btn-brown:before {
    background-color: #fff; }

.btn.basket__btn-order:after {
    position: absolute;
    content: '';
    background: url(../image/sprite.png) -565px -33px;
    width: 8px;
    height: 12px;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto; }

.btn.basket__btn-order:hover:after {
    position: absolute;
    content: '';
    background: url(../image/sprite.png) -546px -35px;
    width: 12px;
    height: 8px;
    right: 20px;
    top: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    bottom: 0;
    margin: auto; }

.btn.btn-brown:hover {
    color: #582931 !important;}

.basket__btn-order-wrap {
    width: -webkit-calc(44% + 16% - (44% - 233px));
    width: calc(44% + 16% - (44% - 233px)); }

.basket__btn-order {
    width: 100%;
    height: 40px;
    font-size: 16px;
    text-transform: none; }

.basket__total-cost span {
    font-size: 20px;
    font-family: 'OsnovaPro-Regular',"Trebuchet MS", sans-serif;
    margin-right: 10px; }

.basket__total-cost {
    font-family: 'TTTricks-Regular',"Trebuchet MS", sans-serif;
    font-size: 25px;
    color: #222;
    text-align: right; }

.header__basket {
    width: 100vw;
    max-width: 390px;
    position: absolute;
    right: 0;
    top: 25px;
    padding: 10px 30px;
    background-color: #f6f6f6;
    z-index: 100;
    cursor: auto;
    display: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

.header__basket.open {
    display: block; }

.header__basket-top {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header__basket-count-items .basket__number{
    position: initial;
    background: none;
    color: #454545;
    font-size: 16px;
    display: inline-block;
    padding: 0;
    margin: 0;
    border: none;
}

.header__basket .basket-list {
    overflow: auto;
    padding-top: 0;
    max-height: 233px; }

.header__basket .basket-item {
    width: 100%;
    margin-bottom: 10px; }

.basket-item__amount {
    padding-bottom: 10px; }

.header__basket .basket-name {
    font-size: 14px; }

.header__basket .basket-item__cost-old {
    text-decoration: line-through;
    font-size: 16px;
    margin-right: 20px; }

.header__basket .basket__img-link img {
    width: 50px;
    height: auto; }

.header__basket .basket__result {
    width: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

.header__basket .basket__details {
    width: 100%; }

.header__basket .basket-list__item {
    padding-right: 15px; }

.header__basket .basket__btn-order-wrap {
    width: 100%; }

.header__basket .inputall {
    background-color: #f6f6f6; }

.header__basket .basket__img {
    height: 60px; }

.header__basket .quantity-arrow{
    height: auto;
}
/*--------------------------------------------------------checkout--------------------------------------------------------------*/
.checkout {
    padding-top: 10px; }

.checkout-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

.checkout-form {
    max-width: 575px;
}

.checkout-form .checkout-radios__list{
    padding-top: 15px;
    margin-bottom: 0;
}

.t-checkout .checkout-form .checkout-radios__list{
    width: 100%;
}

.checkout-step__h,
.oreder__h {
    font-family: 'TTTricks-Light',"Trebuchet MS", serif;
    font-size: 24px;
    margin-bottom: 20px;
    color: #63242c; }

.oreder__h {
    margin-bottom: 56px; }

.checkout-step__h-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #63242c;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.checkout-inner .info {
    width: 100%;
    color: #838383;
    font-size: 14px;
    margin-bottom: 15px;
    display: block; }

.checkout-inner .info a {
    color: #582931; }

.link-regular-customer {
    font-family: 'OsnovaPro-Regular',"Trebuchet MS", sans-serif;
    font-size: 16px; }

.checkout-main {
    width: 68.81%;
    padding-right: 66px; }

.checkout-form__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.checkout-form__list .fz14-grey{
    margin-bottom: 15px;
    width: 100%;
}

.checkout-form__item {
    margin: 5px;
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    position: relative;
}

.checkout-radios__list {
    list-style-type: none;
    margin-bottom: 30px;
    text-align: left;
}

.checkout-radios__item {
    margin-bottom: 15px; }

.checkout-radios__item input {
    display: none; }

.checkout-radios__item input[type="radio"] + label {
    font-family: 'OsnovaPro-Regular',"Trebuchet MS", sans-serif;
    font-size: 16px;
    color: #454545;
    position: relative;
    cursor: pointer;
    padding-left: 30px;
    display: inline-block; }

.checkout-radios__item input[type="radio"] + label:before {
    content: '';
    display: block;
    width: 20px;
    left: 0;
    top: 2px;
    height: 20px;
    vertical-align: middle;
    margin-top: -2px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #838383;
    position: absolute;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }

.checkout-radios__item input[type="radio"]:checked + label:before {
    border: 1px solid #572930; }

.checkout-radios__item input[type="radio"] + label:after {
    display: none;
    content: '';
    width: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 10px;
    background-color: #572930;
    position: absolute;
    top: 5px;
    left: 5px; }

.checkout-radios__item input[type="radio"]:checked + label:after {
    display: block; }

.checkout-aside {
    width: -webkit-calc(100% - 68.81%);
    width: calc(100% - 68.81%); }

.checkout-aside .basket__option:not(:last-child){
    margin-bottom: 0px;
}

.checkout-aside .order-item__content .basket__options{
    margin-bottom: 0px;
}

.checkout-aside .order-item__quantity{
    margin-bottom: 10px;
}

.checkout .inputall {
    padding: 0 20px; }

.checkout-form__step {
    margin-bottom: 10px; }

.checkout-radios__info {
    display: inline-block;
    width: 21px;
    height: 21px;
    vertical-align: middle;
    margin-left: 10px;
    margin-top: -2px;
    background-image: url(../image/sprite.png);
    background-position: -234px -51px;
    background-repeat: no-repeat; }

.customer-branch {
    width: 100%; }

a.create-order, button.create-order {
    margin: 15px 0;
    width: 100%; }

.order-list {
    list-style-type: none;
    max-height: 600px;
    overflow: scroll; }

.order-list__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

.order-item__content {
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px); }

.order-list__item .basket__img {
    margin-right: 10px; }

.oreder-item__quantity {
    font-family: 'OsnovaPro-Regular',"Trebuchet MS", sans-serif;
    font-size: 16px;
    color: #454545;
    margin-bottom: 10px; }

.order-item__price {
    font-family: 'TTTricks-Regular',"Trebuchet MS", sans-serif;
    color: #222;
    font-size: 18px; }

.order-list__item {
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e1e1e1; }

.order-item__content .basket__options {
    margin-bottom: 7px; }

/*--------------------------------------------------------faq--------------------------------------------------------------*/
.faq-list {
    padding: 15px 0 10px; }

.faqlist-section__title{
  text-transform: uppercase;
  font-family: "OsnovaPro-Bold", sans-serif;
}

.faqlist-section__item p{
    margin-bottom: 15px;
}
.faqlist-section__content .faqlist-section__title{
   /* font-family: "OsnovaPro-Bold","Trebuchet MS", sans-serif;
    font-size: 12px;*/
  /* text-transform: unset;*/
}

.faqlist-section__title {
 /*   font-family: 'TTTricks-Regular',"Trebuchet MS", sans-serif;*/
    color: #63242c;
    font-size: 17px;
    /*font-size: 20px;*/
    padding: 12px 0;
    cursor: pointer;
    text-decoration: underline; }

.faqlist-section.open .faqlist-section__title {
    text-decoration: none; }

.faqlist-section__item-title {
    font-family: "OsnovaPro-Bold","Trebuchet MS", sans-serif;
    font-size: 16px;
    color: #454545;
    text-decoration: underline;
    padding: 10px 0;
    cursor: pointer; }

.faqlist-section__item.open .faqlist-section__item-title {
    color: #582931;
    text-decoration: none; }

.faqlist-section__item-text {
    font-family: 'OsnovaPro-Regular',"Trebuchet MS", sans-serif;
    padding-bottom: 0px;
    font-size: 16px;
    color: #454545; }1

.faqlist-section__content {
    padding-bottom: 10px; }

.faq-search {
    padding: 20px 0px; }

.faq-search__inner {
    width: 86.4%;
    margin: 0 auto;
    position: relative; }

.faq-search__input {
    padding: 0px 60px 0px 20px;
    height: 50px; }

.faq__search-btn {
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 13px;
    right: 30px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-image: url(../image/sprite.png);
    background-position: -99px -30px;
    background-repeat: no-repeat; }

/*--------------------------------------------------------contacts--------------------------------------------------------------*/
.t-contacts a {
    color: #582931; }

.contacts-info {
    padding-top: 40px; }

.map__wrap {
    padding-top: 20px; }

.contacts-info__title {
    font-size: 20px;
    font-family: 'TTTricks-Regular',"Trebuchet MS", sans-serif;
    color: #63242c;
    margin-bottom: 15px;
    text-align: center; }

.contacts-info__desc {
    color: #454545;
    font-size: 16px;
    text-align: center;
    font-family: 'OsnovaPro-Regular',"Trebuchet MS", sans-serif; }

.feedback {
    padding-top: 55px;
    padding-bottom: 30px; }

.feedback-form {
    width: 100%;
    max-width: 550px;
    margin: 0 auto; }

.feedback-form__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px -8px 20px; }

.feedback-form__item {
    width: -webkit-calc(50% - 16px);
    width: calc(50% - 16px);
    margin: 8px; }

.feedback-form__name {
    width: 100%; }

.feedback .inputall {
    padding: 0 20px; }

.textarea {
    resize: none; }

.feedback .textarea {
    width: -webkit-calc(100% - 16px);
    width: calc(100% - 16px);
    margin: 8px 8px 0; }

.feedback .agreed {
    color: #4c4c4c;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 20px;
    font-family: 'OsnovaPro-Regular',"Trebuchet MS", sans-serif; }

.checkbox {
    position: relative;
    padding-left: 35px;
    font-size: 14px;
    cursor: pointer; }

.checkbox:before {
    width: 23px;
    height: 23px;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    left: 0;
    top: -4px;
    position: absolute;
    content: ''; }

.checkbox.active:after {
    position: absolute;
    content: '';
    background: url(../image/sprite.png) -587px -4px;
    left: 7px;
    top: 4px;
    width: 11px;
    height: 9px; }

.btn-feedback {
    margin-top: 20px;
    width: 100%;
    border-color: #bbdce5;
    background-color: #bbdce5;
    text-transform: none;
    color: #582931;
    font-family: "OsnovaPro-Bold","Trebuchet MS", sans-serif; }
.information-information .pull-right .btn{
    min-width: 230px;
}

.information-information .col-sm-10{
    padding:0;
}

.information-information .col-sm-2{
    padding: 5px 0;
}

.form-control:focus{
    border-color: #ccc;
}

/*.information-information .btn:hover{
    color: #582931 !important;
    background-color: #fff;
}
.information-information a.btn:hover
{
    color: #fff !important;
}*/

#quickcheckoutconfirm label{
    color: #838383;
    font-size: 14px;
}

#quickcheckoutconfirm label a{
    color: #838383;
    font-size: 14px;
}

#quickcheckoutconfirm label a:hover{
    color: #582931;
    font-size: 14px;
}

.btn-primary:hover, .btn-primary:focus{
    background-color: #e7bfaf;
    border-color: inherit;
}


.t-account h2{
    color: #63242c;
    font-weight: bold;
}
.t-account .account-list{
    margin: 5px 0 10px 10px;
    list-style-type: none;
}

.t-account .account__buttons{
    margin-top: 20px;
}

.carousel .our-products__subtitle{
    display: none;
}

#account-wishlist .basket-item__amount {
    padding-bottom: 0px;
}

#account-order .buttons{
    margin-top: 20px;
}

#account-order .btn.btn-info:before{
  display:none;
}

#account-order h2{
    margin-bottom: 10px;
}

#account-address .basket-item__amount {
    padding-bottom: 0px;
}

#account-address .basket__buttons{
    margin-top: 20px;
}

.btn.btn-danger:before{
  display:none;
}

.btn.btn-danger:hover i{
    color: #fff;
}

.address-form .btn.btn-brown,
#account-newsletter .btn.btn-brown,
#account-edit .btn.btn-brown,
#account-password .btn.btn-brown{
    font-size: 13px;
    width: 200px;
}

#account-newsletter .checkout-radios__list{
    width: 100%;
}
#account-password input.btn-brown:hover{
    background-color: #fff;
}

#account-edit .btn.btn-brown,
#account-transaction .btn.btn-brown{
    margin-top: 20px;
}

.address-form .checkout-radios__list{
    width: 100%;
}
.address-form .checkout-radios__list .control-label,
#account-newsletter .control-label
{
    margin-bottom: 10px;
    display: block;
}

#account-password legend{
    margin-bottom: 10px;
    display: block;
}

#account-newsletter
.address-form .btn.btn-brown:last-child,
#account-newsletter .btn.btn-brown:last-child,
#account-edit .btn.btn-brown:last-child{
    margin-left: auto;
}

#account-password .pull-left{
    width: max-content;
    display: inline-block;
    float: none !important;
}

#account-password .pull-left{
    width: max-content;
}


#account-wishlist .products__subtitle .mod-open{
    text-decoration: underline;
}

.about img {
  width: 100%;
  height: auto;
  display: block; }

.about {
  color: #5b282f; }

.about-block__title {
  font-size: 30px; }

.about-block__img {
  min-width: 40%;
  margin-right: 75px; }

.about-block-creators {
  margin-top: -70px; }

.about-block-creators .about-block__img {
  min-width: 36%;
  max-width: 36%;
  margin-left: 75px;
  margin-right: 0; }

.about-block-creators .about-block__text {
  padding-top: 50px; }

.about-block .btn {
  width: 250px;
  margin-top: 20px; }

.about-bottom .about-block__img {
  min-width: 36%;
  max-width: 36%;
  margin-right: 0; }

.about-block, .about-bottom {
  margin-top: 50px; }

.about-block .rating {
  margin-top: 20px; }

.about p, .about ul {
  margin-top: 25px;
  font-size: 18px; }

.top-banner {
  margin-top: 20px; }

.about-map {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  width: 64%; }



.simplecheckout-cart .input-group {
    border-spacing: 5px;
}

.simplecheckout-cart img {
    max-width: 100px;
}


#simplecheckout_cart .form-control{
    height: 40px;
}

.simplecheckout-cart td.quantity{
    min-width: 170px !important;
}

.socnetauth2_buttons img{
   max-width: 30px;
   display: inline-block;
}

.simplecheckout-block-content .socnetauth2_buttons{
    display: inline-block;
    width: 30px;
    margin: 10px 2px;
}


@media only screen and (min-width: 1700px) {
    .main__slider-text{
        margin-top: 70px;
        font: 70px/1.2 'TTTricks-Regular',"Trebuchet MS", sans-serif;
    }
    .main__slider-content img {
    max-width: 230px;
}
}

@media only screen and (max-width: 1200px) {
  .about p, .about ul {
    margin-top: 15px;
    font-size: 16px; }
  .about-block-creators {
    margin-top: -20px; } }

@media only screen and (max-width: 1024px) {
    .hiddenPL {
        display: none !important; }
    .hiddenMOB {
        display: block; }
    .hiddenPC {
        display: block !important; }
    .wrapper {
        max-width: 100%;
        padding: 0 10px; }
    .mes-added-product{
        padding-top: 20px;}
    .i-heart {
    width: 20px;
    height: 20px;
    background-position: center;
    background-image: url(../image/svg/heart3.svg);}
    .i-phone__wrap {
        top: 20px;
        left: -50px; }
    .i-phone__wrap a {
        display: block;
        padding: 5px;
        background-color: #fff;
        font-size: 16px;
        color: #454545;
        margin-top: 20px;
        left: 0; }
    .overlay-menu{
        display: none;
    }
    .mobmenu.open {
        left: -10px;
        height: auto; }
    .header__bottom-inner {
        min-height: 60px; }
    .header__middle {
        min-height: 60px; }
    .header__middle-right {
        margin-right: 10px; }
    .header__middle-icon.i-basket {
        margin-right: 10px; }
    .header__logo {
        width: 73px;
        margin-right: auto; }
    .header__col {
        width: auto; }
    .header__middle-center {
        margin-right: auto;
        margin-left: 30px; }
    .main__slider {
        padding-top: 0;
        height: -webkit-calc(100vh - 60px);
        height: calc(100vh - 60px);
        max-height: 320px; }
    .main__slider .main__slider-item {
        height: -webkit-calc(100vh - 60px);
        height: calc(100vh - 60px);
        max-height: 320px; }
     .main__slider-content.wrapper {
        padding-left: 50px; }
    .main__slider-content img {
       max-width: 150px;}

    .myHeader {
        height: 60px; }
    /*-------------------------*/
    .subscribe__form {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; }
    .subscribe__inner {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; }
    .footer__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center; }
    footer p {
        text-align: center; }
    .footer-item {
        margin: 0 auto;
        width: 100%; }
    footer .socials {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; }
    .developer .text {
        text-align: center;
        margin-left: 0;
        margin-top: 10px; }
    .footer-item__menu {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1; }
    .footer-item__contacts {
        padding-top: 45px;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2; }
    .partners, .developer {
        margin-top: 45px; }
    .partners a,
    .security a {
        width: 100%; }
    .footer-item__social {
        padding-top: 30px;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3; }
    .footer__bottom {
        padding-top: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
    .partners {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1; }
    .security {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2; }
    .developer {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
    .main__slider-arrow {
        display: none !important; }
    .copyrights {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
        padding-top: 30px; }
    .mobmenu {
        top: -24px;
        width: 320px;
        left: -330px; }
    .header-menu__banner-img {
        height: 140px;
        width: 140px; }
    .mobmenu-wrap {
        display: block;
        padding-top: 20px; }
    .mobmenu .mobmenu-other ul li {
        border: none; }
    .mobmenu .header-menu__banner:not(:last-child) {
        margin-bottom: 25px; }
    .mobmenu .mobmenu-other ul a:hover {
        text-decoration: none; }
    .mobmenu .mobmenu-other ul a {
        padding: 10px 10px 10px 0;
        font-family: "OsnovaPro-Regular";
        font-size: 16px;
        text-decoration: underline;
        text-transform: unset; }
    .products__wrap .slick-arrow {
        display: none !important; }
    .mobmenu-top {
        margin-top: -10px; }
    .burger {
        z-index: 100;
        padding-right: 50px; }
    .mobmenu-top-inner {
        padding-bottom: 10px;
        padding-top: 15px; }
    .mod-enter .mod-google {
        margin-right: 80px; }
    .mod-checkout-login .mod-google {
        margin-right: 80px; }
    .btn-close__wrap {
        right: 0; }

    .comments-list__item{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
          flex-direction: column;
    }

    .comment-user-column-right{
        width: 100%;
        margin-top: 20px;
    }
    /*-------------------------------catalog-----------------------------*/

    .line-grey {
        width: 100%;
        height: 1px;
        margin: 0;
        background-color: #e1e1e1; }
    .catalog__list.small .products-item {
        width: -webkit-calc(100%/4);
        width: calc(100%/4); }
    /*----------------checkout------------------*/
    .checkout {
        padding-top: 0px; }
    .oreder__h {
        margin-bottom: 30px; }
    .checkout-aside {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        margin-bottom: 50px; }
    .checkout-main {
        width: 100%;
        padding: 0;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2; } }

@media only screen and (max-width: 767px) {
 .simplecheckout-cart{
    max-width: 100%;
 }

 .simplecheckout-cart .input-group {
    border-spacing: 3px;
}

.simplecheckout-cart th{
    padding: 8px 0px;
}

.simplecheckout-block .input-group{
    display: flex;
    flex-wrap: wrap;
}

.simplecheckout-block .input-group-btn {
    margin: 5px 0;
    width: 100%;}


.simplecheckout-block   .btn.btn-danger{
    border-radius: 3px;
}

  .page-subtitle {
    font-size: 12px;
    line-height: 1.5; }
  .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .about-block {
    margin-top: 20px; }
  .about-bottom {
    margin-top: 30px; }
  .about-block-creators .about-block__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .about-block__title {
    font-size: 25px; }
  .about-map {
    width: 100%;
    height: 250px; }
  .about-block-creators .about-block__text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .about-block-creators {
    margin-top: 30px; }
  .about-block .btn {
    width: 100%; }
  .about-block .rating .stars {
    float: none;
    margin: 0 auto; }
  .about-block-creators .about-block__text {
    padding-top: 0px; }
  .about-bottom .about-block__img {
    max-width: 100%;
    width: 100%; }
  .about-block__img, .about-block-creators .about-block__img {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
    margin-right: 0; }
    .mes-added-product{
        padding: 15px 20px 0;
        z-index: 100;}
    .page-title{
        margin: 20px 30px 10px;}
    .col-sm-6 .mod-tit,
    .col-sm-12 h1,
    .col-sm-8 h1{
       margin-top: 25px;}
    .map h1{
        margin:25px 0;}
    .catalog-view {
    padding: 0 0 10px 0;}
    .mes-added-product a{
        padding: 0;}
    .breadcrumbs{
        display:none;}
    .main__banner-right{
        display:none !important;}
    .information-information .form-horizontal .control-label {
        margin-bottom: 10px;}
    .error-not-found p{
        text-align: center;}
    .error-not-found .pull-right{
        width: 100%;}
    .address-form .btn.btn-brown,
    #account-newsletter .btn.btn-brown,
    #account-edit .btn.btn-brown,
    #account-password .btn.btn-brown{
    width: 100%;}
    .address-form .btn.btn-brown:last-child,
    #account-password .btn.btn-brown:last-child,
     #account-newsletter .btn.btn-brown:last-child,
     #account-edit .btn.btn-brown{
        margin-top: 20px;
        margin-left: 0px;}
    .row{
        margin-left:0;
        margin-right: 0;
    }
    .checkout-form__list{
        margin:0;
    }

    #account-password .pull-left {
    width: 100%;}
 .information-information .pull-left,
   .information-information .pull-right{
    width: 100%;
}
    .hiddenMOB {
        display: none; }
    .wrapper {
        padding: 0 10px; }
    .hiddenPC {
        display: block; }
    .btn-up {
        bottom: 50px;
        right: 30px; }
    .header__middle {
        min-height: 60px; }
    .header__middle-right {
        margin-right: 10px; }
    .header__logo {
        width: 73px; }
    .header__col {
        width: auto; }
    .header__middle-center {
        margin-right: auto;
        margin-left: 30px; }
    .main__slider {
        padding-top: 0;
        height: -webkit-calc(100vh - 110px);
        max-height: 430px;
        height: calc(100vh - 110px); }
    .main__slider .main__slider-item {
        height: -webkit-calc(100vh - 110px);
        max-height: 430px;
        height: calc(100vh - 110px); }
    /*--------main__banners-------*/
    .main__banners-wrap {
        padding: 0;
        margin: 0; }
    .main__banners {
        padding-top: 20px; }
    .main__banners-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0; }
    .main__banner {
        margin: 0;
        width: 100%;
        max-height: none;
        height: auto;
        margin: 0 0 20px 0; }
    .header__middle-icon.icon.i-basket-open{
        margin-right: 0;
    }
    /*--------------------------------*/
    .products__list {
        padding: 0; }
    .products__wrap .slick-arrow {
        display: none !important; }
    .bests .slick-list.draggable,
    .novelties .slick-list.draggable,
    .viewed .slick-list.draggable {
        padding: 0 !important; }
    /**/
    .subscribe__form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        margin: 0; }
    .subscribe__inner {
        padding: 0; }
    /*-------------------------*/
    .subscribe__btn {
        margin-top: 25px; }
    .footer__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center; }
    footer p {
        text-align: center; }
    .footer-item {
        margin: 0 auto;
        width: 100%; }
    footer .socials {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; }
    .footer-item.menu {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1; }
    .footer-item.contacts {
        padding-top: 45px;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2; }
    .partners a,
    .security a {
        width: 100%; }
    .footer-item.social {
        padding-top: 30px;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3; }
    .footer__bottom {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
    .partners {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1; }
    .security {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2; }
    .developer {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
    .copyrights {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
        padding: 0 30px; }
    .btn {
        width: 100%; }
    .mod {
        padding: 43px 20px 50px 20px;
        width: 100%; }
    .mod-form input {
        width: 100%; }
    .mod.mod-enter .mod-form input{
    width: 100%;  }
    .mod.mod-checkout-login .mod-form input{
    width: 100%;  }
    .mod-enter .mod-google {
        margin-right: 40px; }
    .products-item {
        width: 50%; }
    .banner-big__title {
        font-size: 26px; }
    .banner-big__desc {
        font-size: 18px; }
    .catalog__list.small .products-item {
        width: 100%; }
    .input__icons.i-letter {
        width: 100%; }
    .t-product__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
    .t-product__left {
        top: 0;
        position: relative;
        padding-right: 0;
        width: 100%; }
    .t-product__right {
        width: 100%;
        padding: 15px 10px 15px;
        margin-top: 30px; }
    .tabs-nav a.active {
        font-size: 18px; }
    .tabs-nav a {
        font-size: 16px; }
    .form__comment-col-left,
    .form__comment-col-right {
        width: 100%;
        padding: 0; }
    .form__comment-col-right {
        margin-top: 10px; }
    /*----basket-----*/
    .basket-item {
        width: 100%;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
    .basket-item__product {
        margin-bottom: 20px; }
    .basket-item__amount {
        width: 78%; }
    .basket-item__cost {
        width: 22%;
        text-align: right; }
    .basket__btn-back-wrap {
        margin-bottom: 20px; }
    .basket__btn-back-wrap,
    .basket__btn-order-wrap,
    .basket__result {
        width: 100%; }
    .checkout-form__item,
    .feedback-form__item,
    .comments-input__item {
        width: 100%; }
    .comments-input__item:first-child{
        margin-bottom: 15px;
    }
      .main__slider-content {
        margin: 0;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
    .main__slider-content.wrapper {
        padding: 0; }
    .buttons .pull-right{
        float: none !important;}
    .btn-up{
        display:none !important;}
    .burger__wrap {
    width: 33.33%;}
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;}
    .t-product__related-products:before{
        left: -10px;
    width: calc(100% + 20px);
    }
.header__logo {
    width: 33.33%;
    text-align: center;
}

.header__middle-icons{
    text-align: right;
    width: 33.33%;
}

.logo__link img {
    width: 100%;
    max-width: 73px;
    height: auto;
}

.lang__link, a.lang__link:focus, .currency__link:focus{color: #191919 !important;}
.lang__list .submenu li{
  color: #191919;
  padding: 8px 20px 5px 20px;
}

.mobmenu-currency .submenu .currency__link{
   padding: 5px 18px 5px 27px;
}

.lang__link:focus{
  color: #191919; }
.header__middle-icon:not(:last-child) {
    margin-right: 15px;
}

.overblock{
    padding: 40px 0px;
    box-shadow:none;
    background:rgba(99, 36, 44, 0);
}

.overblock .overblock-close {
    background: rgba(99, 36, 44, 0);
    right: 0px;
}

    .main__slider-text {
    font: 30px/1.2 'TTTricks-Regular',"Trebuchet MS", sans-serif;}
    .mod {
    top: 5%;
         }
     }

@media only screen and (max-width: 500px) {
    .main__slider .main__slider-item {
    /*background-image: url(../image/main-banner-top-mob.jpg) !important;*/
	background-image: url(../image/black-friday-2021-mob.jpg) !important;
    background-position: center;
}


  .main__slider-content.wrapper {
        display: none; }

}

#alertCookie{
    display: none;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio]{
    height: 13px;
    width: 13px;
}

.t-product__desc ul.ul{
    padding: 0 0 0 20px;
}

.tabs-items ul.ul, .tabs-items ul, ul.ul{
    padding: 0 0 0 20px;
    margin-bottom: 20px;
}

.mod-basket .basket-list .basket-item__amount {
    flex-direction: column;
    width: 22%;
}

.mod-basket .basket-list .basket-item__product {
    width: 62%;
}

.mod-basket .basket-list .basket__quantity-wrap {
    margin: 10px 0;
}
.mod-basket .to-basket {
    margin: 20px auto 0 auto;
    float: none;
    display: block;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
    outline: none;
}

.jq-radio.checked .jq-radio__div {
    margin: 3px 0 0 3px;
    background: #572930;
    width: 12px;
    height: 12px;
}

.choose-color__item .jq-radio {
    width: 0;
    height: 0;
    border: none;
    visibility: hidden;
}
/*-------------*/


.form__comment-col-right .stars .jq-radio{
    display:none;
}

.form__comment-col-right .stars:not(:checked) > input {
    display: none;
}
.form__comment-col-right .stars label {
    margin-left: 10px;
    padding: 0;
    cursor: pointer;

    color: lightgrey;
    position: relative;
    text-shadow: 1px 1px #bbb;
}

.form__comment-col-right .stars label:before {
    content:'';
    position: absolute;
    height: 20px;
    width: 20px;
    background-image: url(../image/stars-c.png);
    background-position: 0px -21px;

}

.form__comment-col-right .stars .stars__item.active label:before {
    background-position: 0px 0px;
}



/*------------------*/
.jq-checkbox.focused, .jq-radio.focused,
.jq-checkbox.checked, .jq-radio.checked {
    border: 1px solid #572930;
}

.choose-color__item .jq-radio.focused,
.choose-color__item .jq-radio.checked{
    border: none;
}

.choose-color__item .jq-radio.checked + img{
    border: 1px solid #572930;
}

label.choose-color__item {
    width: 35px;
    height: 35px;
    margin-bottom: 10px;
}

.choose_color .choose-tit{
    color: #582931;
}
.choose-color__item .jq-radio + img {
    position: absolute;
    width: 33px;
}

.choose-color__item .jq-radio.checked + img {
    border: 1px solid #572930;
    border-radius: 100%;
    padding: 2px;
}

.jq-checkbox, .jq-radio {
    vertical-align: -4px;
    width: 20px;
    height: 20px;
    margin: 0 4px 0 0;
    background: none;
    box-shadow: none;
    cursor: pointer;
    border: 1px solid #838383;
}

.jq-checkbox.checked .jq-checkbox__div {
    width: 12px;
    height: 8px;
    margin: 3px 0 0 3px;
    border-bottom-color:#572930;
    border-left-color: #572930;
}

label.normal-weight{
    font-weight: normal;
}

.checkout-inner .i-account{
    background: none;
}

.form-horizontal .control-label {
    text-align: left;
}

#content > h1 {
	margin-bottom: 20px;
}

.form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
}

.basket.wishlist .basket__options{
    flex-direction: row;
}

.basket.wishlist .basket__options .form-group{
    margin-right: 10px;
}
.basket.wishlist .basket__options .form-group:last-child{
    margin-right: 0;
}

.basket.wishlist .basket-item__cost{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.basket.wishlist .basket-item__cost .btn-white {
    min-width: 120px;
    margin-right: 20px;
}

.error404 {
    font-size: 82px;
    font-family: 'TTTricks-Regular',"Trebuchet MS", sans-serif;
    color: #63242c;
    margin-bottom: 15px;
    text-align: center;
}

.t-product__related-products {
    margin-top: 25px;
    padding-top: 40px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-direction: column;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: flex-start;
}

.t-product__related-products:before{
    content:'';
    display:block;
    height: 10px;
    position: absolute;
    top: 0;
    left: -20px;
    background-color: #fff;
    width: calc(100% + 40px);
}

.related-product {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    padding: 20px 0;
    border-bottom: 1px solid #e1e1e1;
}

.related-product .heart{
    background-size: 8px;
    background-position: right;
}

.related-product:last-child{
    /*border-top: unset;*/
    /*border-bottom: 1px solid #582931;*/
}

.related-product .products-item__title {
    padding: 0 0 15px;
}
.related-product .products-item__img {
    width: 20%;
}

.related-product .products-item__prices {
    display: flex;
    flex-direction: column;
    height: auto;
    padding-left: 15px;
    justify-content: start;
    width: 80%;
}

.related-product .btn {
    width: max-content;
    padding: 0 20px;
    font-size: 12px;
    height: 40px;
    margin-top: 15px;
    align-self: flex-start;
}

.related-product .products-item__img {
    margin: 0;
}

.related-product .products-item__heart{
    top: 5px;
    right: 5px;
    z-index: 100;
}

.t-product__related-products .t-product__title{
    text-align: left;
    margin: 0 0 15px;
    padding: 0;
}

.mod-soc .socnetauth2_buttons {
    width: 35px;
    height: 35px;
    align-items: center;
}

.products-item__list.card-list .select-card-item{
    width: 33px;
    height: 33px;
    display: inline-block;
}

.products-item__list.card-list .select-card-item.active img {
    width: 33px;
    height: 33px;
    border: 1px solid #572930;
    border-radius: 50%;
    padding: 2px;
}

.street-list {
    top: 100%;
    display: none;
    position: absolute;
    z-index: 10;
    border: 1px solid;
    margin-top: 5px;
    min-width: 100%;
    max-width: 400px;
    width: max-content;
    background: #fff;
}

.street-list .street-item {
    cursor: pointer;
    padding: 3px;
    margin: 2px 4px;
    display: block;
}
.choose-color__list.products-card a.choose-color__item.active img{
    border: 1px solid #572930;
    border-radius: 100%;
    padding: 2px;
    width: 100%;
    height: 100%;
}