@charset "UTF-8";

/*-------------------------reset-------------------------*/

@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

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

body {
    line-height: 1.25;
    background-color: #fff;
    color: #111;
    font-size: 14px;
    overflow-x: hidden;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

.maintext_ban {
    font-weight: 600;
}

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

body * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Arial', sans-serif;
    font-weight: 400;
    font-style: normal;
}

.containers {
    max-width: 1100px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

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

a,
a:hover,
a:focus,
a:visited {
    outline: none;
    text-decoration: none;
    color: inherit;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


/*-------------------------header------------------------*/

.top_sliderheader {
    text-align: center;
}

.header__calend .input-range input[type=range] {
    margin: 25px 0 10px;
}

.contentt {
    margin-top: 114px;
}

.header__calend {
    -ms-flex-preferred-size: 78%;
    flex-basis: 78%;
}

.header__calend ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.header__calend ul a {
    color: #666666;
    font-weight: 300;
    font-family: 'Geometria', sans-serif;
    display: block;
    margin-right: 45px;
}

.header__calend ul a:hover,
.header__calend ul a.active {
    text-decoration: underline;
    font-weight: 700;
    color: #664a47;
}

.header__calend:before {
    content: "";
    background-image: url(../images/header_aa.png);
    position: absolute;
    top: 0;
    left: 0;
    height: 31px;
    display: block;
    width: 16px;
}

.header {
    padding-bottom: 45px;
    background-color: #fff;
    position: relative;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

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

.header__left {
    position: relative;
    -ms-flex-preferred-size: 73%;
    flex-basis: 73%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.header__opencalend {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    padding-top: 45px;
    border-left: 1px solid #d0d0d0;
    padding-left: 30px;
    display: block;
}

.header__opencalend img {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.header__opencalend img:hover {
    opacity: 0.7;
}

.header__right {
    -ms-flex-preferred-size: 25.5%;
    flex-basis: 25.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 3px;
}

.header__tel {
    margin-bottom: -2px;
}

.header__tel a {
    font-size: 16px;
    font-weight: 700;
    color: #5b4340;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Geometria', sans-serif;
}

.header__tel a span {
    font-weight: 700;
    font-size: inherit;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.header__tel a span.lightt {
    color: #c7865e;
    padding-right: 4px;
    padding-left: 12px;
}

.header__tel a:hover span {
    color: #c7865e;
}

.header__menu {
    margin-left: 25px;
}

.hamburger {
    width: 20px;
    height: 17px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.hamburger:hover span {
    background-color: #5b4340;
}

.hamburger span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #c7865e;
    border-radius: 3px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.hamburger span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.hamburger span:nth-child(2) {
    top: 7px;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.hamburger span:nth-child(3) {
    top: 14px;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.hamburger.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -2px;
    left: 8px;
}

.hamburger.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.hamburger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 12px;
    left: 8px;
}


/*-------------------------firstscreen------------------------*/

.firstscreen {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.firstscreen__paper {
    max-width: 540px;
    width: 100%;
    background-image: url(../images/bg_paper.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 35px 115px 50px;
}

.firstscreen__title {
    font-size: 94px;
    color: #5b4340;
    letter-spacing: 9px;
    line-height: 0.7;
    text-transform: uppercase;
    font-weight: 900;
    font-family: 'Roboto Condensed', sans-serif;
}

.firstscreen__subtitle {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 34px;
    color: #fff;
    margin-bottom: 30px;
}

.firstscreen__yellow {
    font-size: 16px;
    color: #fbe6a5;
    margin-bottom: 20px;
    font-weight: 700;
    font-family: 'Geometria', sans-serif;
}

.firstscreen__text {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight: 300;
    line-height: 2.2;
    margin-bottom: 53px;
}

.btns {
    background-color: #5b4340;
    height: 50px;
    color: #fbfcea !important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 5px 35px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 13px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    position: relative;
    line-height: 0.9;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.btns span {
    font-size: inherit;
    margin-right: 8px;
    padding-right: 7px;
    border-right: 1px solid #fbfcea;
}

.btns:hover {
    background-color: #c7865e;
}

.btns:before {
    content: "";
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    margin: 4px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.btns.btns_light {
    font-size: 14px;
    font-weight: 700;
    background-color: #c7865e;
    color: #fff !important;
    -webkit-box-shadow: 0px 0px 25px 5px rgba(199, 134, 94, 0.55);
    box-shadow: 0px 0px 25px 5px rgba(199, 134, 94, 0.55);
}

.btns.btns_light:hover {
    background-color: #5b4340;
}


/*-------------------------secscreen------------------------*/

.secscreen {
    background-image: url(../images/bg_romb.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 48px;
    padding-bottom: 135px;
}

.bannersweet {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 10px 20px 15px 10px;
    margin-bottom: 48px;
}

.slick-dots {
    bottom: 85px !important;
}

.slick-dots li button {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid transparent !important;
    width: 18px !important;
    height: 18px !important;
}

.slick-dots li.slick-active button {
    border: 1px solid #725856 !important;
}

.slick-dots li button:before {
    font-size: 12px !important;
    color: #725856 !important;
    opacity: 1 !important;
    border-radius: 50%;
    top: 1px !important;
    width: 18px !important;
    height: 18px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.bannersweet__center {
    padding-top: 37px;
    padding-bottom: 75px;
    padding-left: 45%;
    padding-right: 14%;
    border: 1px solid #c7865e;
}

.bannersweet__title {
    text-transform: uppercase;
    color: #5b4340;
    font-size: 30px;
    font-weight: 800;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 19px;
}

.choise-surpr__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

.choise-surpr__headerleft {
    font-size: 18px;
    color: #5b4340;
    font-weight: 700;
}

.choise-surpr__headerright {
    padding-right: 20px;
    color: #5b4340;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}

.choise-surpr__body {
    border: 1px solid #bab0af;
    border-left: 0;
    border-right: 0;
    padding: 26px 0 47px;
    margin-bottom: 47px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.form-popups__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-preferred-size: 27%;
    flex-basis: 27%;
    padding-left: 10px;
}

.form-popups__numb {
    color: #c7865e;
    font-size: 48px;
    font-family: 'Geometria', sans-serif;
    font-weight: 800;
    line-height: 0.7;
}

.form-popups__right {
    margin-left: 40px;
}

.form-popups__title {
    font-weight: 700;
    color: #5b4340;
    padding-left: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.form-popups__btn {
    position: relative;
    height: 40px;
    min-width: 145px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border: 2px solid #efb57b;
    font-size: 13px;
    font-weight: 500;
    color: #5b4340;
    padding: 5px 20px;
}

.form-popups__btn span {
    font-weight: 400;
    font-size: 15px;
}

.form-popups__btn:hover {
    background-color: #efb57b;
    color: #fff;
}

.form-popups__btn.active {
    background-color: #efb57b;
    color: #fff !important;
    -webkit-box-shadow: 0px 0px 24px 1px rgba(199, 134, 94, 0.37);
    box-shadow: 0px 0px 24px 1px rgba(199, 134, 94, 0.37);
}

.form-popups__btn.active:before {
    content: "";
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    margin: 3px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.popupopen__subm {
    position: relative;
    -ms-flex-preferred-size: 12%;
    flex-basis: 12%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 20px;
    margin-bottom: -20px;
}

.popupopen__subm:before {
    content: "";
    display: block;
    background-image: url(../images/subm_arrow.png);
    width: 19px;
    height: 7px;
    position: absolute;
    left: -30px;
    top: calc(50% - 4px);
}

.popupopen__subm .btns_light {
    padding: 0;
    width: 62px;
    height: 62px;
}

.centerp {
    text-align: center;
    max-width: 890px;
    width: 100%;
    margin: 0 auto;
    color: #666666;
    margin-bottom: 10px;
}

.centerp span {
    color: #c7865e;
    text-transform: uppercase;
}

p {
    line-height: 1.42;
    margin-bottom: 20px;
}

.main-title {
    text-align: center;
    color: #5b4340;
    font-weight: 700;
    font-size: 36px;
    position: relative;
    z-index: 1;
}

.main-title .single__time {
    display: inline-block;
    margin-left: 35px;
    padding-left: 35px;
    position: relative;
    color: #c7865e;
    font-weight: inherit;
}

.main-title .single__time::before {
    content: "";
    width: 1px;
    height: 18px;
    background-color: #c7865e;
    display: block;
    position: absolute;
    bottom: calc(50% - 12px);
    left: 0;
}

.main-title_bg {
    padding: 48px 0;
    margin-top: 36px;
}

.main-title_bg:before {
    content: "";
    display: block;
    background-image: url(../images/bg_title.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 17px;
    width: 428px;
    position: absolute;
    top: 0;
    left: calc(50% - 214px);
}

.main-title_bg:after {
    content: "";
    display: block;
    background-image: url(../images/bg_title.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 17px;
    width: 428px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 214px);
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}


/*-------------------------thirdscreen------------------------*/

.thirdscreen {
    overflow: hidden;
    margin-top: -95px;
    position: relative;
}

.thirdscreen .containers {
    position: relative;
    z-index: 1;
}

.roundrow {
    margin-bottom: 67px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.roundrow .roundrow__item {
    -ms-flex-preferred-size: 182px;
    flex-basis: 182px;
    overflow: hidden;
}

.roundrow .roundrow__item a {
    display: block;
    text-align: center;
    color: #c7865e;
    text-decoration: underline;
}

.roundrow .roundrow__item a:hover {
    text-decoration: none;
}

.roundrow .roundrow__item .roundrow__img {
    border: 4px solid #c7865e;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-bottom: 23px;
    position: relative;
    height: 170px;
    width: 170px;
    overflow: hidden;
}

.roundrow .roundrow__item .roundrow__img:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    z-index: 2;
    left: 0;
    top: 0;
    background-image: url(../images/round_shadow.png);
    background-repeat: no-repeat;
    background-size: 110%;
    background-position: center;
}

.roundrow .roundrow__item .roundrow__hoverimg {
    position: relative;
}

.roundrow .roundrow__item .roundrow__hoverimg:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    z-index: 1;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

.roundrow .roundrow__item .roundrow__text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 3;
    font-family: 'Geometria', sans-serif;
    color: #fff;
    font-weight: 700;
    text-align: center;
}


/*-------------------------orderexample------------------------*/

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

.orderexample__left {
    -ms-flex-preferred-size: 48.2%;
    flex-basis: 48.2%;
    padding: 0 30px;
}

.orderexample__info {
    margin-top: 54px;
    margin-bottom: 120px;
}

.orderexample__info .main-title {
    text-align: left;
    margin-bottom: 20px;
}

.orderexample__text {
    line-height: 1.87;
    margin-bottom: 53px;
    font-size: 16px;
    color: #444444;
}

.orderexample__right {
    -ms-flex-preferred-size: 48.2%;
    flex-basis: 48.2%;
    padding: 0 30px;
}

.orderexample__rowbtns .btns_light {
    margin-left: 20px;
}

.orderexample__rowbtns .btns {
    padding: 5px 45px;
}

.saleblock {
    -webkit-box-shadow: 0px -1px 14px 2px rgba(34, 60, 80, 0.2);
    box-shadow: 0px -1px 14px 2px rgba(34, 60, 80, 0.2);
    background-color: #6a4d48;
    background-image: url(../images/bg_sale.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 80px 60px 102px;
}

.saleblock:before {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    display: block;
    content: "";
    border: 1px solid #a47056;
    margin: 20px;
}

.saleblock__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.saleblock__img {
    -ms-flex-preferred-size: 80px;
    flex-basis: 80px;
}

.saleblock__texttitle {
    -ms-flex-preferred-size: calc(100% - 80px);
    flex-basis: calc(100% - 80px);
    color: #fff;
    font-size: 24px;
    font-family: 'Geometria', sans-serif;
    font-weight: 700;
}

.saleblock__text {
    margin-bottom: 70px;
    opacity: 0.6;
    color: #fff;
}

.saleblock__text p {
    line-height: 1.75;
}

.prod-row__item {
    -webkit-box-shadow: 0px -1px 14px 6px rgba(34, 60, 80, 0.2);
    box-shadow: 0px -1px 14px 6px rgba(34, 60, 80, 0.2);
    margin-bottom: 40px;
}

.prod-row__img img {
    width: 100%;
}

.prod-row__text {
    color: #444444;
    padding: 22px 20px 5px;
}


/*-------------------------deliver------------------------*/

.deliver {
    position: relative;
}

.deliver .containers {
    position: relative;
    z-index: 1;
}

.deliver__banner {
    background-color: #f8f8f8;
    position: relative;
    padding: 42px 28% 48px 11.8%;
    text-transform: inherit;
    margin-bottom: 82px;
}

.deliver__banner:before {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    display: block;
    content: "";
    border: 1px solid #c7865e;
    margin: 10px;
}

.deliver .bannersweet__title {
    font-size: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-transform: inherit;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
}

.deliver .bannersweet__title .round {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    border: 2px solid #c7865e;
    font-size: 14px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 15px;
    text-transform: uppercase;
}

.bannersweet__img {
    position: absolute;
    right: 14.5%;
    top: -35px;
}

.yellow_prefooter {
    color: #c7865e;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
}

.yellow_prefooter__row {
    padding-bottom: 51px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.yellow_prefooter__row p {
    color: #444444;
    line-height: 1.8;
}

.yellow_prefooter__item {
    -ms-flex-preferred-size: 48.2%;
    flex-basis: 48.2%;
}

.yellow_prefooter__title {
    position: relative;
    font-size: 30px;
    font-weight: 700;
    color: #5b4340;
    padding: 35px 41px;
    line-height: 1.1;
    min-height: 170px;
    margin-bottom: 12px;
    font-family: 'Geometria', sans-serif;
}

.yellow_prefooter__title_white {
    color: #fff;
}

.yellow_prefooter__title:before {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    display: block;
    content: "";
    border: 1px solid #c7865e;
    margin: 10px;
}


/*-------------------------prefooter------------------------*/

.prefooter {
    background-image: url(../images/card_left.jpg);
    background-size: inherit;
    background-repeat: no-repeat;
    background-position: 115px;
    position: relative;
    padding: 60px 0 13px;
}

.prefooter .containers {
    position: relative;
    z-index: 1;
}

.prefooter .bannersweet {
    padding: 10px;
}

.prefooter .bannersweet__center {
    text-align: center;
    padding-left: 14%;
    padding-top: 32px;
}

.prefooter .yellow_prefooter {
    margin-bottom: 37px;
}

.prefooter .bannersweet__title__prefooter {
    text-transform: inherit;
    font-size: 26px;
    margin-bottom: 7px;
}

.prefooter .btns {
    padding: 5px 47px;
}


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

.footer {
    position: relative;
    z-index: 1;
    background-image: url(../images/bg_footer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-size: cover;
}

.footer__top {
    padding-top: 43px;
    padding-bottom: 35px;
}

.footer__social {
    margin-bottom: 20px;
    padding-left: 12px;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
}

.footer__social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer__social ul li {
    margin-right: 46px;
}

.footer__social ul li a:hover {
    opacity: 0.8;
}

.footer__righttop {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-preferred-size: 57%;
    flex-basis: 57%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.footer__righttop a:hover {
    color: #c7865e;
}

.footer__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer__phone a {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}

.footer__phone a span {
    font-weight: 700;
    color: #c7865e;
}

.footer__phone .footer_time {
    font-size: 12px;
    color: #fff;
    opacity: 0.6;
}

.footer__email {
    margin-left: 50px;
}

.footer__email a {
    font-size: 16px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
}

.footer__email a span {
    font-weight: 700;
}

.footer__email a img {
    margin-right: 10px;
}

.footer__bottom {
    padding-bottom: 46px;
    padding-top: 57px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.footer__menu {
    -ms-flex-preferred-size: 78%;
    flex-basis: 78%;
    color: #fff;
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer__menu a:hover {
    opacity: 0.7;
}

.footer__menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer__menu ul li {
    margin: 0 10px;
}

.footer__pdf {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
}

.footer__pdf a {
    text-decoration: underline;
    font-size: 13px;
    color: #ec9f6a;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer__pdf a img {
    margin-left: 10px;
}

.footer__pdf a:hover {
    text-decoration: none;
}

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

.footer .footer_advert {
    padding: 10px 20px;
    border: 1px solid rgba(238, 172, 107, 0.42);
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    margin-left: 10px;
}

.underfooter {
    background-color: #4b3130;
    color: rgba(255, 255, 255, 0.4);
    font-size: 12px;
    padding: 25px 0;
}

.underfooter .containers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.underfooter__copyr {
    margin-right: 40px;
    margin-left: 10px;
}

.underfooter__menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.underfooter__menu ul li {
    margin-right: 20px;
}

.underfooter__menu ul li a:hover {
    color: #fff;
}


/*-------------------------catalog visible------------------------*/

.leftopencatalog {
    padding-top: 20px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 3;
    background-color: #5b4340;
    width: 125px;
    height: 100vh;
}

.leftopencatalog .homelink {
    text-align: center;
    display: block;
}

.leftopencatalog .homelink:hover {
    opacity: 0.8;
}

.leftopencatalog__catalog {
    margin-top: 200px;
    color: #fafbe9;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    letter-spacing: 3px;
    cursor: pointer;
    margin-left: calc(50% - 10px);
}

.leftopencatalog__catalog:hover {
    color: #b3b3b1;
}

.leftopencatalog__text {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-top: 15px;
    font-weight: 700;
    margin-left: -3px;
}

.leftopencatalog__text span {
    font-size: inherit;
    font-weight: inherit;
}

input,
button,
select {
    outline: none;
    cursor: pointer;
}


/*-------------------------catalog hide------------------------*/

.hidecatalog {
    padding-top: 25px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 50px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    background-color: #5b4340;
    width: 300px;
    height: 100vh;
    overflow: auto;
    display: none;
    z-index: 6;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.hidecatalog .menubtnsss {
    text-align: center;
    margin-top: 10vh;
}

.hidecatalog__link {
    display: block;
    margin-bottom: 14px;
    text-align: center;
}

.hidecatalog__link:hover {
    opacity: 0.7;
}

.searchform {
    margin-bottom: 11px;
}

.searchform__ins {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding: 0 10px 7px;
    position: relative;
}

.searchform__ins .input_search {
    font-size: 14px;
    color: #fafbe9;
    font-weight: 300;
    font-family: 'Geometria', sans-serif;
    display: block;
    border: 0;
    background-color: transparent;
    width: 100%;
    padding-right: 25px;
}

.searchform__ins .input_search::-webkit-input-placeholder {
    opacity: 1;
    color: #fafbe9;
}

.searchform__ins .input_search::-moz-placeholder {
    opacity: 1;
    color: #fafbe9;
}

.searchform__ins .input_search:-ms-input-placeholder {
    opacity: 1;
    color: #fafbe9;
}

.searchform__ins .input_search::-ms-input-placeholder {
    opacity: 1;
    color: #fafbe9;
}

.searchform__ins .input_search::placeholder {
    opacity: 1;
    color: #fafbe9;
}

.searchform__ins .button_search {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    background-color: transparent;
    border: 0;
}

.parentul {
    display: none;
}

.catalogmenu .parentul {
    margin-top: 15px;
}

.catalogmenu li {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px 0;
    font-family: 'Geometria', sans-serif;
    position: relative;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}

.catalogmenu li a {
    font-size: inherit;
    font-weight: inherit;
}

.catalogmenu li a:hover {
    color: #c7865e;
}

.catalogmenu li a:hover:before {
    background-color: #c7865e;
}

.catalogmenu li li {
    border: 0;
    padding: 12px 0;
}

.catalogmenu li li a {
    padding-left: 45px;
    display: block;
    font-weight: 500;
    position: relative;
}

.catalogmenu li li a:before {
    content: "";
    position: absolute;
    left: 10px;
    height: 2px;
    top: calc(50% - 1px);
    display: block;
    width: 14px;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.catalogmenu li li.active a {
    text-decoration: underline;
    color: #c7865e;
    position: relative;
}

.catalogmenu li li.active a:before {
    background-color: #c7865e;
}

.catalogmenu .haschild {
    position: relative;
}

.catalogmenu .haschild .openparent {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 20px;
    background-image: url(../images/icon_arrowcateg.png);
    width: 12px;
    height: 7px;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.catalogmenu .haschild .openparent.open {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.hidemenu {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
    background-color: #fff;
}

.hidemenu .containers {
    position: relative;
    min-height: 114px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hidemenu .containers .hamburger {
    position: absolute;
    right: -50px;
    top: calc( 50% - 8px);
    z-index: 44;
}

.hidemenu__menu {
    -ms-flex-preferred-size: 65%;
    flex-basis: 65%;
}

.hidemenu__menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hidemenu__menu ul a {
    color: rgba(0, 0, 0, 0.8);
    display: block;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Geometria', sans-serif;
    padding-right: 25px;
}

.hidemenu__menu ul a:hover {
    color: #856e6c !important;
}

.hidemenu__right {
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hidemenu__right .hidemenu__advert {
    line-height: 0.9;
    font-size: 14px;
    color: #5b4340;
    font-family: 'Geometria', sans-serif;
    padding: 13px 18px;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border: 2px solid #c7865e;
    margin-right: 15px;
}

.hidemenu__right .hidemenu__advert:hover {
    background-color: #c7865e;
    color: #fff;
}

.hidemenu__right .hidemenu__pdf {
    font-size: 14px;
    color: #5b4340;
    font-family: 'Geometria', sans-serif;
    padding: 13px 15px;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border: 2px solid #5b4340;
    background-color: #5b4340;
    color: #fbfcea;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hidemenu__right .hidemenu__pdf span {
    padding-right: 7px;
    margin-right: 8px;
    line-height: 0.8;
    border-right: 1px solid #fff;
}

.hidemenu__right .hidemenu__pdf:hover {
    background-color: #c7865e;
    border-color: #c7865e;
}


/*-------------------------callbackbtn------------------------*/

.opentelbtns {
    position: fixed;
    right: 15px;
    bottom: 90px;
    z-index: 999;
    flex-wrap: wrap;
    flex-direction: column;
    display: none;
}

.opentelbtns.active {
    display: flex;
}

.callbackbtn.active .icontell {
    display: none;
}

.closex {
    display: none;
}

.callbackbtn.active .closex {
    display: block;
}

.opentelbtns a {
    height: 40px;
    margin-bottom: 10px;
}

.callbackbtn {
    cursor: pointer;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 15px;
    bottom: 40px;
    z-index: 2;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.callbackbtn.active {
    background-color: #5b4340;
}

.saleblock__link {
    position: relative;
    z-index: 1;
}


/*-------------------------img items------------------------*/

.right1 {
    position: absolute;
    right: 0;
    top: 100px;
}

.right2 {
    position: absolute;
    right: 0;
    top: 60%;
}

.left1 {
    position: absolute;
    left: 115px;
    top: 20%;
}

.left2 {
    position: absolute;
    left: 10%;
    top: 50%;
}

.left3 {
    position: absolute;
    left: 115px;
    bottom: 0%;
}


/*-------------------------sliders------------------------*/

.sliders {
    position: relative;
}

.sliders .containers {
    position: relative;
    z-index: 1;
}

.sliders .slick-active {
    padding: 35px 0;
}

.sliders .slick-center {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
}

.sliders .slick-slide:not(.slick-active) {
    margin: 35px 0;
}

.slide {
    outline: none;
    position: relative;
    transition: all o 0.3s ease-in-out;
    -webkit-transition: all o 0.3s ease-in-out;
    -moz-transition: all o 0.3s ease-in-out;
    -ms-transition: all o 0.3s ease-in-out;
    -o-transition: all o 0.3s ease-in-out;
}

.slide.slick-active.slick-center {
    z-index: 9999;
}

.slide.slick-active.slick-center .slide__hoverimg {
    visibility: hidden;
}

.slide__inside {
    overflow: hidden;
    position: relative;
    background-image: url(../images/bg_sale.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 65px;
}

.slide__inside:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    border: 1px solid #a47056;
    margin: 20px;
    z-index: 4;
}

.slide__title {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    font-family: 'Geometria', sans-serif;
    margin-bottom: 30px;
}

.slide__text {
    margin-bottom: 65px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.6);
}

.slide__hoverimg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    visibility: visible;
    -webkit-filter: blur(4px);
    filter: blur(4px);
}

.slide__hoverimg img {
    width: 100%;
}


/*-------------------------magnific popups callback------------------------*/

.makeorder {
    position: relative;
    max-width: 400px;
    width: 95%;
    margin: 0 auto;
    padding: 30px;
    font-family: 'Geometria', sans-serif;
    background-color: #5b4340;
    color: rgba(255, 255, 255, 0.8);
}

.makeorder .makeorder__inside {
    padding: 35px 30px 55px;
    border: 1px solid rgba(199, 134, 94, 0.6);
}

.mfp-close {
    color: #fff !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    font-size: 24px !important;
    right: -7px !important;
    top: -7px !important;
}

.makeorder__title {
    font-size: 26px;
    padding-bottom: 10px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    font-family: 'Geometria', sans-serif;
}

.makeorder__lavel {
    display: block;
    position: relative;
    min-height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.makeorder__lavel span {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    position: absolute;
    top: 12px;
    left: 20px;
}

#followcall .popupinput {
    text-align: center;
}

.makeorder .btns {
    border: 0;
    margin-top: 35px;
}

.makeorder .makeor {
    text-align: center;
}

.makeorder .popupinput {
    display: block;
    width: 100%;
    font-family: 'Geometria', sans-serif;
    border: 0;
    background-color: transparent;
    padding: 5px;
    font-size: 16px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

.makeorder .popupinput::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.makeorder .popupinput::-moz-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.makeorder .popupinput:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.makeorder .popupinput::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.makeorder .popupinput::placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.makeorder__file {
    margin-top: 25px;
}

.makeorder__file label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.makeorder__file label input {
    display: none;
}

.makeorder__file label span {
    text-decoration: underline;
    margin-right: 15px;
    font-family: 'Geometria', sans-serif;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.makeorder__file label:hover span {
    text-decoration: none;
}

.makeorder__details {
    opacity: 0.7;
    font-family: 'Geometria', sans-serif;
}


/*-------------------------magnific formstep------------------------*/

.formstep {
    position: relative;
    max-width: 860px;
    width: 95%;
    margin: 0 auto;
    padding: 30px;
    font-family: 'Geometria', sans-serif;
    background-color: #fff;
    color: #5b4340;
}

.formstep__inside {
    padding: 15px;
    border: 1px solid rgba(199, 134, 94, 0.6);
}

.formstep__count {
    text-align: right;
    color: rgba(136, 136, 136, 0.24);
    font-size: 24px;
    font-family: 'Geometria', sans-serif;
    grid-template: 700px;
}

.formstep__count span {
    font-weight: 700;
    color: #888888;
    font-family: 'Geometria', sans-serif;
}

.formstep__title {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    color: #5b4340;
    font-family: 'Geometria', sans-serif;
    margin-bottom: 20px;
}

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

.formstep__label {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
}

.formstep__label input {
    display: none;
}

.formstep__label span {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    color: rgba(0, 0, 0, 0.8);
    padding: 6px 50px 6px 20px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    display: inline-block;
    margin-bottom: 12px;
    font-weight: 400;
    cursor: pointer;
    position: relative;
    font-family: 'Geometria', sans-serif;
}

.formstep__label span:hover {
    color: rgba(255, 255, 255, 0.8);
    background-color: #c7865e;
}

.formstep__label input:checked+span {
    color: rgba(255, 255, 255, 0.8);
    background-color: #c7865e;
}

.formstep__label input:checked+span:after {
    background-image: url(../images/checkbox.png);
    background-repeat: no-repeat;
    background-size: inherit;
    content: "";
    position: absolute;
    top: calc( 50% - 4px);
    right: 15px;
    width: 13px;
    height: 9px;
    display: block;
}

.formstep__bottom {
    margin-top: 20px;
    border-top: 1px solid rgba(136, 136, 136, 0.8);
    padding-top: 15px;
    margin-left: 20px;
    margin-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.formstep .btns {
    border: 0;
}

.formstep .mfp-close {
    color: #5b4340 !important;
}

.reset-steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #888888;
}

.reset-steps:hover {
    color: rgba(199, 134, 94, 0.6);
}

.resettext {
    font-size: 14px;
    margin-right: 10px;
    font-family: 'Geometria', sans-serif;
    font-weight: 300;
}

.resetplus {
    font-size: 28px;
    font-weight: 500;
    font-family: 'Geometria', sans-serif;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}


/*-------------------------magnific variantdesign------------------------*/

.formstep__variable {
    position: relative;
    background-size: cover;
}

.formstep__variable:before {
    content: "";
    display: block;
    background-image: url(../images/card_left.jpg);
    background-repeat: no-repeat;
    background-position: center;
    height: 245px;
    width: 229px;
    position: absolute;
    left: 0;
    top: 0;
}

.formstep__variable:after {
    content: "";
    display: block;
    background-image: url(../images/orange_fuul.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 118px;
    width: 114px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.variableslider__navigat .btns {
    position: absolute;
    top: calc(50% - 20px);
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    padding: 0;
    -o-border-radius: 50%;
    cursor: pointer;
}

.variableslider__navigat .variableslider__left {
    left: 10px;
}

.variableslider__navigat .variableslider__right {
    right: 10px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}


/* Styles specific to this particular page */

.scroll-pane {
    width: 100%;
    height: 200px;
    overflow: auto;
}

.horizontal-only {
    height: auto;
    max-height: 200px;
}

.calendarhide .header__calend {
    width: 100%;
    max-width: 1200px;
    overflow: auto;
    white-space: nowrap;
    padding-top: 25px;
    padding-bottom: 25px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.calendarhide .header__calend:after {
    content: "";
    display: block;
    height: 100%;
    width: 30px;
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    right: -5px;
    top: 0;
}

.calendarhide .header__calend:before {
    display: none;
}

.calendarhide .header__calend ul {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.variableslider__item {
    outline: none;
    text-align: center;
    padding: 0 80px;
}

.variableslider__img {
    text-align: center;
    padding-top: 10px;
}

.variableslider__img img {
    max-width: 260px;
    margin: 0 auto;
}

.variableslider__title {
    margin-top: 25px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    color: #5b4340;
    margin-bottom: 30px;
    font-family: 'Geometria', sans-serif;
}

.variableslider__text {
    font-family: 'Geometria', sans-serif;
    line-height: 2;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.8);
}

.variableslider__btn {
    margin-top: 30px;
    margin-bottom: 30px;
}


/* --------------- single page ---------------- */

.header_shadow {
    -webkit-box-shadow: 0px 3px 49px 5px rgba(128, 62, 53, 0.26);
    box-shadow: 0px 3px 49px 5px rgba(128, 62, 53, 0.26);
}

.main-title_bigup {
    margin-top: 75px;
    margin-bottom: 53px;
    text-align: left;
}

.single {
    padding-top: 40px;
    min-height: 55vh;
    padding-bottom: 80px;
    position: relative;
    overflow: hidden;
}

.single .main-title__text {
    max-width: 750px;
}

.single .main-title__text p {
    line-height: 1.6;
}

.single .containers {
    position: relative;
    z-index: 1;
}

.single .single1 {
    position: absolute;
    right: 0;
    top: 7%;
}

.single .single2 {
    position: absolute;
    left: 125px;
    top: 20%;
}

.single .single3 {
    position: absolute;
    right: 10%;
    bottom: 0;
}


/* --------------- contact page ---------------- */

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

.contact .contact__left {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    position: relative;
    padding-top: 95px;
    padding-bottom: 40px;
}

.contact .contact__left .main-title_bigup {
    padding-bottom: 45px;
    margin-top: 0;
}

.contact .contact__right {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.contact .contact__right iframe {
    margin-bottom: -5px;
}

.contact .footer__righttop {
    display: block;
    margin-bottom: 110px;
}

.contact .footer__righttop a {
    color: #c7865e;
}

.contact .footer__righttop a:hover {
    color: #5b4340;
}

.contact .footer__phone a {
    color: #5b4340;
}

.contact .footer__phone a:hover {
    color: #c7865e;
}

.contact .footer__phone a img {
    display: inline-block;
    margin-right: 10px;
}

.contact .footer_time {
    color: #888888;
    padding-left: 25px;
    font-size: 14px;
    margin-top: 3px;
}

.contact .footer__email {
    margin-top: 35px;
    margin-left: 0;
}

.contact .footer__phone a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.left5 {
    position: absolute;
    left: 125px;
    bottom: -5%;
}


/* --------------- sales ---------------- */

.main-title_smallup {
    text-align: left;
    padding-top: 45px;
    padding-bottom: 35px;
}

.postsrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.postsrow__item {
    background-color: #fff;
    overflow: hidden;
    -ms-flex-preferred-size: 31.5%;
    flex-basis: 31.5%;
    margin: 0 0 35px;
    -webkit-box-shadow: 4px 4px 20px 10px rgba(199, 134, 94, 0.1);
    box-shadow: 4px 4px 20px 10px rgba(199, 134, 94, 0.1);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.postsrow__item_big {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.postsrow__item_big .postsrow__name {
    font-size: 23px;
}

.postsrow__item_big .postsrow__descr {
    font-size: 18px;
}

.postsrow__item_big .postsrow__details {
    -ms-flex-preferred-size: 31.5%;
    flex-basis: 31.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 29px !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 54px !important;
}

.postsrow__item_big .postsrow__img {
    -ms-flex-preferred-size: 68.5%;
    flex-basis: 68.5%;
}

.postsrow__item:hover .postsrow__name {
    color: #c7865e !important;
}

.postsrow__img img {
    width: 100%;
    display: block;
}

.postsrow__name {
    font-size: 18px;
    color: #5b4340;
    margin-top: 12px;
    margin-bottom: 13px;
    min-height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.postsrow__descr {
    margin-bottom: 33px;
    color: #888888;
}

.postsrow .postsrow__details {
    padding: 0 45px;
}

.single__forimg {
    margin-bottom: 60px;
}

.breadcrumb ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.breadcrumb ul li span {
    display: inline-block;
    margin: 0 10px;
}

.breadcrumb ul li a:hover {
    color: #c7865e;
}

.single__dateyear {
    margin-top: 20px;
    margin-bottom: -20px;
    color: #888888;
    font-size: 16px;
}

.news-row {
    margin-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.news-row .news__img {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
}

.news-row .news__text {
    -ms-flex-preferred-size: 51%;
    flex-basis: 51%;
    background-color: #fff;
}

.navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 50px;
}

.navigation__left {
    padding-right: 40px;
}

.navigation__left:hover {
    opacity: 0.7;
}

.navigation__ul {
    margin-bottom: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navigation__ul li {
    padding: 0 14px;
}

.navigation__ul li a {
    width: 40px;
    height: 40px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid #d19b7a;
    color: #5b4340;
    font-weight: 700;
    font-family: 'Geometria', sans-serif;
}

.navigation__ul li a:hover {
    background-color: #c7865e;
    color: #fff !important;
}

.navigation__ul li a:hover:before {
    content: "";
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    margin: 3px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.navigation__ul li.active a {
    background-color: #c7865e;
    color: #fff !important;
}

.navigation__ul li.active a:before {
    content: "";
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    margin: 3px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.navigation__right {
    padding-left: 40px;
}

.navigation__right img {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.navigation__right:hover {
    opacity: 0.7;
}

.main-title_left60 {
    padding-left: 60px;
    padding-top: 15px;
}


/* --------------- portfolio ---------------- */

.portfolio-top {
    position: relative;
}

.portfolio-top .portfoliotop1 {
    position: absolute;
    top: 3%;
    left: 85px;
}

.portfolio-top .containers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.portfolio-top__left {
    -ms-flex-preferred-size: 52%;
    flex-basis: 52%;
    padding-right: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.portfolio-top .main-title_bigup {
    margin-top: 30px;
    font-size: 32px;
    margin-bottom: 30px;
}

.portfolio-top__details {
    max-width: 510px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid rgba(91, 67, 64, 0.2);
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.portfolio-top__singl {
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%;
    position: relative;
}

.portfolio-top__singl:after {
    content: "";
    display: block;
    position: absolute;
    right: 4%;
    top: calc(50% - 6px);
    height: 12px;
    width: 1px;
    background-color: #888;
}

.portfolio-top__singl:last-child:after {
    display: none;
}

.portfolio-top__title {
    color: #888888;
}

.portfolio-top__name {
    font-size: 18px;
    color: #c7865e;
}

.portfolio-top__right {
    position: relative;
    z-index: 1;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
}

.portfolio-top__right img {
    display: block;
}

.portfmaintext__content {
    padding-bottom: 20px;
}

.portfmaintext__descr {
    margin-bottom: 10px;
    color: #888888;
}

.portfolioproces {
    position: relative;
    z-index: 1;
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 925px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.portfolioproces a {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    margin-bottom: 30px;
}

.portfolioproces a img {
    margin: 0 auto;
    width: 155px;
    height: 140px;
    display: block;
}

.portfolio__bottom {
    padding-bottom: 65px;
    padding-top: 10px;
    background-color: #fafafa;
    position: relative;
}

.portbot1 {
    position: absolute;
    top: 0;
    right: 0;
}

.portbot2 {
    position: absolute;
    left: 125px;
    bottom: 10%;
}

.backgroundfullp {
    background: url(../images/bg_portfolio.png);
    background-position: top;
    background-size: cover;
    background-repeat: repeat;
}

.portfoliorow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 910px;
    width: 100%;
    margin: 50px auto 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.portfoliolink {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 60px;
}

.portfoliolink__left {
    -ms-flex-preferred-size: 35.5%;
    flex-basis: 35.5%;
}

.portfoliolink__left img {
    display: block;
    max-width: 320px;
    width: 100%;
}

.portfoliolink__right {
    -ms-flex-preferred-size: 55.5%;
    flex-basis: 55.5%;
}

.portfoliolink__right .main-title {
    margin-top: 20px;
    margin-bottom: 25px;
    text-align: left;
    font-size: 24px;
    font-weight: 400;
    display: block;
}

.portfoliolink__right .main-title:hover {
    color: #c7865e;
}


/* --------------- advert ---------------- */

.firstadvert {
    padding-bottom: 176px;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}

.firstadvert__title {
    text-align: left;
    font-size: 32px;
    max-width: 700px;
    width: 100%;
    padding-top: 145px;
    margin-bottom: 35px;
    padding-left: 80px;
}

.firstadvert__descr {
    line-height: 1.7;
    padding-left: 80px;
    font-size: 16px;
    color: #000;
    max-width: 700px;
    width: 100%;
}

.secadvert {
    padding-top: 46px;
    padding-bottom: 55px;
    background-image: url(../images/bg_adver2.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
}

.secadvert .containers {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.secadvert__left {
    -ms-flex-preferred-size: 42%;
    flex-basis: 42%;
    margin-right: 18%;
}

.secadvert__yellow {
    color: #fbe6a5;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 25px;
}

.secadvert__descr {
    color: rgba(255, 255, 255, 0.64);
    margin-bottom: 26px;
    line-height: 1.7;
}

.secadvert__link {
    text-decoration: underline;
    color: #c7865e !important;
}

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

.main-title_fontsmaller {
    font-size: 18px;
    max-width: 730px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.greyhalfbg {
    margin-bottom: 55px;
    padding-top: 6px;
    padding-bottom: 35px;
    background-color: rgba(232, 232, 232, 0.2);
}

.greyhalfbg__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 735px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
}

.greyhalfbg .main-title {
    margin-bottom: 50px;
}

.greyhalfbg__number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    color: #c7865e;
    border: 2px solid #c7865e;
    font-weight: 700;
    font-size: 20px;
}

.greyhalfbg__content {
    -ms-flex-preferred-size: calc(100% - 105px);
    flex-basis: calc(100% - 105px);
    color: #000;
    line-height: 1.7;
}

.advert_bg {
    margin-top: 78px;
    background-image: url(../images/advert_mainbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.advert_bg .thirdscreen {
    margin-top: 20px;
    margin-bottom: 15px;
}

.advert_bg .bannersweet {
    margin-top: 80px;
}

.advert_bg .roundrow {
    margin-top: 40px;
}

.linebox {
    margin-top: 40px;
    position: relative;
    padding-top: 80px;
    padding-bottom: 93px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
}

.linebox__grey {
    -ms-flex-preferred-size: 14.27%;
    flex-basis: 14.27%;
}

.linebox__grey:last-child .linebox__img:after {
    display: none;
}

.linebox__greytext {
    max-width: 165px;
    color: #888888;
    font-size: 13px;
    position: absolute;
    bottom: 175px;
}

.linebox__img {
    text-align: center;
    position: relative;
}

.linebox__img:after {
    content: "";
    background-image: url(../images/greyarrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 70px;
    height: 5px;
    display: inline-block;
    position: absolute;
    right: -25px;
    top: calc(50% - 3px);
}

.linebox__bottom {
    -ms-flex-preferred-size: 14.27%;
    flex-basis: 14.27%;
}

.linebox__bottnumb {
    color: #c7865e;
    font-family: 'Geometria', sans-serif;
    font-weight: 800;
    font-size: 30px;
    text-align: center;
    position: relative;
}

.linebox__bottnumb:after {
    content: "";
    background-image: url(../images/greyarrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 70px;
    height: 5px;
    display: inline-block;
    position: absolute;
    right: -25px;
    top: calc(50% - 3px);
}

.linebox__botttext {
    position: absolute;
    top: 157px;
    color: #5b4340;
    font-weight: 700;
    max-width: 220px;
    margin-left: -20px;
}


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

.firstaboutpage {
    padding-top: 130px;
    padding-bottom: 160px;
    background-image: url(../images/aboutbg.jpg);
    background-size: cover;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
}

.firstaboutpage__yellow {
    font-size: 18px;
    color: #5b4340;
    margin-bottom: 25px;
    font-weight: 700;
}

.firstaboutpage__descr {
    font-size: 16px;
    line-height: 1.8;
    color: #000;
    max-width: 810px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.aboutpage .advert_bg {
    background-position: center;
    padding-top: 50px;
    margin-top: 0;
}

.about-item {
    margin-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.about-item:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.about-item__text {
    -ms-flex-preferred-size: 41%;
    flex-basis: 41%;
    padding: 15px 0;
}

.about-item__title {
    color: #5b4340;
    font-size: 24px;
    margin-bottom: 35px;
}

.about-item__descr {
    font-size: 13px;
    color: #888888;
    line-height: 1.75;
}

.about-item__img {
    -ms-flex-preferred-size: 41%;
    flex-basis: 41%;
}

.about-item__img img {
    display: block;
    width: 100%;
}

.about_bottom {
    background-color: rgba(240, 240, 240, 0.7);
}

.navigation-about {
    margin-bottom: 85px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navigation-about__left {
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 240px;
}

.navigation-about__item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    min-height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    color: #5b4340;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.navigation-about__item span {
    font-weight: inherit;
}

.navigation-about__item.active {
    background-color: #c7865e;
    color: #fff;
}

.navigation-about__item:hover {
    color: #c7865e;
}

.navigation-about__item.active:hover {
    color: #fff;
}

.navigation-about__right {
    text-align: left;
    padding-left: 240px;
}

.openfordeliv-title {
    text-align: center;
    color: #5b4340;
    font-size: 18px;
    margin-bottom: 65px;
    line-height: 1.6;
    max-width: 820px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.openfordeliv__ul {
    margin-bottom: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.openfordeliv__ul ul {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding-right: 3%;
}

.openfordeliv__ul ul li {
    position: relative;
    display: block;
    padding: 22px 0;
    line-height: 1.8;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 40px;
    background-image: url(../images/ul_bg.png);
    background-repeat: no-repeat;
    background-position: center left;
}

.openfordeliv__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 75px;
}

.openfordeliv__lineitem {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.openfordeliv__lineimg {
    height: 50px;
    margin-bottom: 25px;
    text-align: center;
}

.openfordeliv__linetext {
    text-align: center;
    max-width: 220px;
    width: 100%;
    line-height: 1.7;
    margin-left: auto;
    margin-right: auto;
    color: #5b4340;
    font-weight: 700;
}

.centera {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 75px;
}

.openforshops {
    display: none;
}

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

.openforshops__ul ul {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    padding-left: 2%;
    padding-bottom: 35px;
    list-style: disc;
}

.openforshops__ul ul li {
    padding-bottom: 35px;
    font-size: 16px;
    line-height: 1.5;
}

.openforshops__row {
    margin-bottom: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.openforshops__rowitem {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border: 2px solid #c7865e;
    padding: 10px 25px;
    line-height: 1.8;
    color: #888888;
}

.openforshops__img {
    margin-bottom: 30px;
    text-align: center;
}


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

.productrow .containers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-item {
    background-color: #fff;
    display: block;
    padding: 55px 0 48px;
    -ms-flex-preferred-size: 27.3%;
    flex-basis: 27.3%;
    margin-right: 9%;
}

.product-item__img {
    position: relative;
}

.product-item__img img {
    width: 100%;
    display: block;
}

.product-item__title {
    color: #5b4340;
    margin-top: 35px;
    padding-left: 4px;
}

.product-item__bottom {
    padding-left: 4px;
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-item__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #5b4340;
}

.product-item__price span {
    display: inline-block;
    margin-right: 5px;
    font-size: 24px;
    font-weight: 700;
}

.product-item__count {
    font-size: 11px;
    color: #888888;
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #888;
}

.product-item .exclusive {
    position: absolute;
    z-index: 1;
    top: 25px;
    left: -3px;
}

.product-item .exclusive img {
    width: auto;
}

.product-item:nth-child(3n) {
    margin-right: 0;
}

.product-item:hover .product-item__title {
    color: #c7865e;
}

.secadvert_category {
    background-image: url(../images/bgbanercategor.jpg);
}

.secadvert_category .secadvert__yellow {
    color: #5b4340;
    font-size: 32px;
}

.secadvert_category .secadvert__descr {
    color: #000;
    font-size: 16px;
}

.secadvert_category .containers {
    max-width: 940px;
}

.category-search {
    background-image: url(../images/bg_form_categor.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 53px 0;
}

.category-search__title {
    font-weight: 700;
    color: #fff;
    font-size: 32px;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.category-search__form {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.category-search__inside {
    max-width: 80%;
    margin-left: auto;
    position: relative;
}

.category-search .containers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.searchinput {
    background-color: #fff;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    padding: 10px 45px 10px 30px;
    font-size: 13px;
    height: 50px;
    width: 100%;
    outline: none;
    border: 0;
}

.searc-btn {
    position: absolute;
    top: 16px;
    border: 0;
    background-color: transparent;
    right: 25px;
}

.helpselect {
    background-image: url(../images/bg_footer.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 40px;
    padding-bottom: 58px;
    color: #fff;
}

.helpselect__top {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.36);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.helpselect__toptitle {
    font-weight: 700;
    font-size: 18px;
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
}

.helpselect__reset {
    cursor: pointer;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    text-align: right;
    font-size: 13px;
    opacity: 0.8;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.helpselect__reset span {
    margin-left: 5px;
    display: block;
    font-size: 23px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.helpselect__reset:hover {
    color: #c7865e;
}

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

.helpselect__title {
    margin-bottom: 11px;
    display: block;
    width: 100%;
    font-size: 13px;
}

.helpselect__item {
    -ms-flex-preferred-size: 180px;
    flex-basis: 180px;
}

.helpselect .btns_light {
    border: 0;
    outline: none;
    width: 100%;
}

.helpselinput {
    height: 43px;
    font-size: 13px;
    width: 100%;
    outline: none;
    display: block;
    padding: 5px 18px;
    border: 0;
    outline: none;
}

input.helpselinput {
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

select.helpselinput {
    color: #888;
    padding-left: 12px;
}

.tagsblock {
    background-color: #fafafa;
    padding-top: 40px;
    padding-bottom: 45px;
}

.tagsblock .containers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tagsblock__item {
    margin-top: 10px;
    margin-right: 12px;
}

.yellow-round {
    color: #888888;
    font-size: 13px;
    padding: 10px 20px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border: 2px solid #c7865e;
}

.yellow-round:hover {
    background-color: #c7865e;
    color: #fff;
}


/* --------------- filter block ---------------- */

.filtermain {
    padding-top: 28px;
}

.filtermain .containers {
    background-color: #fff;
}

.filtermain__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 50px;
}

.filtermain__topleft {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    text-transform: uppercase;
    font-size: 18px;
    color: #5b4340;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.filtermain__topleft:after {
    margin-left: 10px;
    content: "";
    display: inline-block;
    width: 8px;
    height: 5px;
    background-image: url(../images/filterarrow.png);
    background-position: center;
}

.filtermain__topleft.active:after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.filtermain__topright {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    text-align: right;
}

.filtermain__row {
    padding-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.filtermain__left {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding-left: 30px;
    padding-right: 40px;
}

.filtermain__right {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding-left: 40px;
    padding-right: 30px;
}

.filter_reset {
    cursor: pointer;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    text-align: right;
    font-size: 13px;
    opacity: 0.8;
    color: #888;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.filter_reset span {
    margin-left: 5px;
    display: block;
    font-size: 23px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.filter_reset:hover {
    color: #c7865e;
}

.filter__leftline {
    margin-bottom: 40px;
}

.filter__title {
    font-size: 13px;
    text-transform: uppercase;
    color: #5b4340;
    margin-bottom: 10px;
}

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

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

.subteg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 30px;
    border-radius: 50px;
    padding: 5px 15px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    background-color: #c7865e;
    margin-right: 10px;
    margin-bottom: 5px;
    color: #fff;
}

.subteg__text {
    margin-right: 10px;
}

.subteg__delete {
    cursor: pointer;
    transform: rotate(45deg);
    font-size: 23px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.subteg__delete:hover {
    color: #000;
}

.openmoressubtegs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 5px;
}

.openmoressubtegs span {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    background-color: #888;
    width: 4px;
    display: block;
    height: 4px;
    margin-right: 2px;
    cursor: pointer;
}

.openmoressubtegs:hover span {
    background-color: #c7865e;
}

.filter-rightline {
    margin-bottom: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.filter-rightline__item {
    -ms-flex-preferred-size: 42%;
    flex-basis: 42%;
}

.forwho {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 30px;
}

.forwho input {
    display: none;
}

.forwho label {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #888;
    font-size: 13px;
    position: relative;
}

.forwho label span {
    position: relative;
    padding-left: 25px;
}

.forwho label span:before {
    position: absolute;
    left: 0;
    top: 0;
    margin-right: 10px;
    content: "";
    border: 2px solid #c7865e;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 14px;
    height: 14px;
}

.forwho label span:after {
    content: "";
    top: 5px;
    background-color: #c7865e;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 5px;
    opacity: 0;
}

.forwho label input:checked+span:after {
    opacity: 1;
}

.filterinput {
    width: 100%;
    border: 1px solid #c7865e;
    height: 30px;
    color: #888;
    padding-left: 5px;
}

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

.linecolor input {
    display: none;
}

.linecolor label {
    cursor: pointer;
    color: #888;
    margin-right: 10px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 25px;
    height: 25px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.linecolor label span {
    position: relative;
    padding-left: 25px;
    opacity: 0;
    background-image: url(../images/white_cheked.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 10px;
    height: 7px;
    display: block;
}

.linecolor label input:checked+span {
    opacity: 1;
}

.morefilters {
    color: #888;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.morefilters__text {
    margin-right: 15px;
}

.morefilters:hover {
    color: #c7865e;
}

.inputfile {
    height: 30px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border: 2px solid #c7865e;
    color: #888;
    display: inline-block;
    font-size: 13px;
    padding: 5px 15px;
    cursor: pointer;
}

.inputfile input {
    display: none;
}

.inputfile span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
}

.inputfile span:after {
    content: "";
    background-image: url(../images/pluss.png);
    background-repeat: no-repeat;
    width: 11px;
    height: 11px;
    margin-left: 15px;
    margin-top: 2px;
    display: inline-block;
}

.inputfile:hover {
    color: #c7865e;
}

.lineforsubtags__row {
    height: 35px;
    overflow: hidden;
    -ms-flex-preferred-size: calc(100% - 20px);
    flex-basis: calc(100% - 20px);
}

.lineforsubtags__row.open {
    height: auto !important;
}

.more-rightfilter {
    display: none;
}


/* --------------- card page ---------------- */

.tabs__content {
    display: none;
    /* по умолчанию прячем все блоки */
}

.tabs__content.active {
    display: block;
    /* по умолчанию показываем нужный блок */
}

.simularprod {
    background-color: #fafafa;
    padding-top: 50px;
}

.simularprod .product-item {
    margin: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    background-color: transparent;
    padding-left: 35px;
    padding-right: 35px;
}

.simularprod .variableslider__left {
    left: -20px;
}

.simularprod .variableslider__right {
    right: -20px;
}

.simularprod .variableslider__navigat .btns {
    top: calc(50% - 60px);
}

.simularprod__title {
    font-size: 32px;
    padding-left: 3%;
    text-align: left;
}

.simularprod__row {
    position: relative;
}

.threebest {
    padding-top: 95px;
    padding-bottom: 85px;
}

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

.threebest__items {
    -ms-flex-preferred-size: 33.3%;
    flex-basis: 33.3%;
    text-align: center;
}

.threebest__img {
    height: 50px;
}

.threebest__text {
    font-size: 16px;
    line-height: 1.5;
}

.detailssale {
    margin-bottom: 75px;
}

.detailssale__left {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.detailssale__left .tabs__caption {
    margin-bottom: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.detailssale__left .tabs__caption li {
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    padding-top: 40px;
    border-top: 5px solid transparent;
    margin-right: 35px;
    text-transform: uppercase;
    color: #5b4340;
    font-weight: 700;
}

.detailssale__left .tabs__caption li:last-child {
    margin-right: 0;
}

.detailssale__left .tabs__caption li.active,
.detailssale__left .tabs__caption li:hover {
    border-color: #c7865e;
}

.detailssale__right {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 20px;
    padding-top: 80px;
}

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

.tabs__content {
    color: #888;
    font-size: 13px;
    line-height: 1.65;
    padding-right: 5%;
}

.saleitem {
    height: 100px;
    max-width: 235px;
    margin: 10px 20px 10px 0;
    background-image: url(../images/bg_form_categor.jpg);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-position: center;
    padding: 5px;
    background-size: cover;
}

.saleitem__title {
    font-size: 32px;
    color: #fbe6a5;
    font-family: 'Geometria', sans-serif;
    font-weight: 700;
}

.saleitem__descr {
    color: #fff;
}

.saleitem__inside {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 15px 15px 15px 20px;
    border: 1px solid #c7865e;
}

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

.cardgarant-item {
    -ms-flex-preferred-size: 49.5%;
    flex-basis: 49.5%;
    text-align: center;
    padding-bottom: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cardgarant-item:before {
    content: "";
    background-image: url(../images/bg_garant.png);
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fafafa;
    height: 200px;
    display: block;
}

.cardgarant-item__ins {
    position: relative;
    border: 3px solid #c7865e;
    max-width: 340px;
    width: 100%;
    padding: 30px 45px 25px;
    background-color: #fff;
}

.cardgarant-item__grey {
    margin-top: 15px;
    color: #888;
}

.cardgarant-item__title {
    font-size: 32px;
    color: #5b4340;
    font-weight: 700;
    font-family: 'Geometria', sans-serif;
    margin-bottom: 5px;
}

.cardgarant-item__subtitle {
    font-size: 15px;
    font-style: italic;
}

.cardgarant-item__titlesec {
    font-weight: 700;
    font-size: 20px;
    color: #5b4340;
    padding-top: 10px;
}

.productinside {
    background-image: url(../images/bg_slidercard.jpg);
    background-size: cover;
    background-position: center;
    padding: 35px 0 50px;
}

.productinside .productinside__toptitle {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.productinside__row {
    margin-top: 40px;
}

.productinside__title {
    margin-top: 20px;
    color: #fff;
    font-size: 13px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    text-align: center;
    padding: 0 10%;
}

.productinside__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.productinside__img img {
    max-width: 140px;
}

.productinside__item:hover .productinside__title {
    color: #c7865c;
}

.productinside .productinside__row {
    position: relative;
}

.productinside .variableslider__navigat .variableslider__left {
    left: -20px;
}

.productinside .variableslider__navigat .variableslider__right {
    right: -20px;
}

.productinside .variableslider__navigat .btns {
    top: calc(50% - 40px);
    background-color: #c7865e;
}

.productinside .variableslider__navigat .btns:hover {
    color: #5b4340;
}

.cardtopgrey {
    background-color: #fafafa;
    padding-bottom: 45px;
    padding-top: 45px;
    margin-top: -75px;
}

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

.cardtopgrey__left {
    -ms-flex-preferred-size: 49.5%;
    flex-basis: 49.5%;
}

.cardtopgrey__title {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
    color: #5b4340;
}

.cardtopgrey__weigrow,
.cardtopgrey__design {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cardtopgrey__right {
    -ms-flex-preferred-size: 49.5%;
    flex-basis: 49.5%;
}

.cardtopgrey__descr {
    font-size: 13px;
    color: #888;
    margin-top: 10px;
    line-height: 1.7;
}

.cardchek {
    display: block;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.cardchek input {
    display: none;
}

.cardchek span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    font-size: 13px;
    color: #888;
    border: 2px solid #c7865e;
    height: 38px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    min-width: 90px;
    padding: 5px 15px;
}

.cardchek span:hover {
    color: #fff;
    background-color: #c7865e;
}

.cardchek input:checked+span {
    background-color: #5b4340;
    color: #fff;
    border-color: #5b4340;
}

.openmoreweight {
    font-weight: 300;
    color: #c7865e;
    text-decoration: underline;
    font-size: 13px;
    margin-bottom: 10px;
    cursor: pointer;
}

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

.cardchek_more {
    display: none;
}

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

.cardtop__left {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding-top: 40px;
}

.cardtop__right {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.card__title {
    margin-top: 15px;
    font-size: 22px;
    color: #5b4340;
    margin-bottom: 55px;
}

.cardtop__bottomrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 145px;
    padding: 35px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.lefttext {
    color: #888;
    font-style: italic;
    font-size: 13px;
    -ms-flex-preferred-size: 76%;
    flex-basis: 76%;
    line-height: 1.6;
}

.print {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cardtopbg {
    background-image: url(../images/bg_form_categor.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0;
}

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

.cardtopbg__left {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-left: 10px;
}

.cardtopbg__left:after {
    content: "";
    height: 30px;
    width: 1px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: calc(50% - 15px);
    opacity: 0.8;
}

.cardtopbg__lefttext {
    color: #fff;
    font-size: 14px;
    margin-left: 20px;
}

.cardtopbg__right {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px;
}

.cardtopbg__rightr {
    margin-left: 20px;
    text-align: center;
}

.cardtopbg__righttitle {
    color: #fff;
    font-size: 12px;
    margin-bottom: 5px;
}

.cardtopbg__days {
    font-weight: 700;
    color: #c7865e;
    font-size: 24px;
}

.card__details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 55px;
}

.card__details .product-item__bottom {
    margin-top: 0;
    -ms-flex-preferred-size: 28%;
    flex-basis: 28%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.card__details .product-item__price {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    font-size: 20px;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.card__details .product-item__price span {
    font-size: 30px;
}

.card__details .product-item__count {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    border: 0;
    padding-left: 0;
    margin-left: 0;
    font-size: 12px;
}

.card__detailscount {
    -ms-flex-preferred-size: 26%;
    flex-basis: 26%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.card__detailsbuy {
    -ms-flex-preferred-size: 36%;
    flex-basis: 36%;
}

.podbor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.podbor .minus,
.podbor .plus {
    border: radius 50;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #c7865e;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    position: relative;
    cursor: pointer;
}

.podbor .minus:hover,
.podbor .plus:hover {
    background-color: #5b4340;
}

.podbor .minus {
    font-size: 0;
}

.podbor .minus:before {
    content: "";
    display: block;
    height: 2px;
    width: 10px;
    background-color: #fff;
}

.podbor input {
    display: block;
    margin-left: 10px;
    margin-right: 10px;
    border: 1px solid #c7865e;
    height: 40px;
    width: 65px;
    text-align: center;
    font-size: 18px;
    color: #888;
}

.card__detailscounttext {
    text-align: center;
    color: #888;
}

.bigslider {
    width: 100%;
    max-width: 550px;
}

.smallerslider {
    width: 100%;
    max-width: 250px;
    position: absolute;
    bottom: 120px;
    left: 40px;
}

.smallerslider .smallerslider__item {
    padding: 0 5px;
}

.slick-slide {
    outline: none;
}

.exclusive-card {
    position: relative;
}

.exclusive-card:after {
    content: "";
    background-image: url(../images/exclusive-card.png);
    width: 150px;
    height: 40px;
    background-size: contain;
    display: block;
    position: absolute;
    top: 35px;
    left: 0;
}

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

.cardtitle__row .card__title {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
}

.cardtitle__row .taste {
    -ms-flex-preferred-size: 24%;
    flex-basis: 24%;
}

.cardtitle__row .taste__titl {
    font-size: 11px;
    color: #888;
    margin-bottom: 5px;
}

.cardtitle__row .taste__text {
    font-size: 12px;
    text-transform: uppercase;
    color: #5b4340;
}

.looksbefore__item {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.looksbefore__item .looksbefore_slider__img {
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
}

.looksbefore__item .looksbefore_slider__img img {
    display: block;
}

.looksbefore__item .looksbefore_slider__right {
    -ms-flex-preferred-size: 58%;
    flex-basis: 58%;
    padding-right: 8%;
}

.looksbefore__item .product-item__title {
    color: #fff;
    margin-top: 0;
}

.looksbefore__item .product-item__count {
    color: #fff;
    opacity: 0.4;
}

.looksbefore__item .product-item__price {
    color: #c7865e;
}

.looksbefore .variableslider__navigat .btns {
    top: calc(50% - 20px);
}


/* range */

input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    margin: 50px 0;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: #888;
}

input[type=range]::-webkit-slider-thumb {
    height: 13px;
    width: 67px;
    background-color: transparent;
    background: url(../images/range.png) center center no-repeat;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -5px;
    border: 0;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #888;
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: #888;
}

input[type=range]::-moz-range-thumb {
    height: 13px;
    width: 67px;
    border-radius: 3px;
    background-color: transparent;
    background: url(../images/range.png) center center no-repeat;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -5px;
    border: 0;
}

input[type=range]::-ms-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

input[type=range]::-ms-fill-lower {
    background: #888;
}

input[type=range]::-ms-fill-upper {
    background: #888;
}

input[type=range]::-ms-thumb {
    height: 13px;
    width: 67px;
    border: 0;
    background: url(../images/range.png) center center no-repeat;
}

.title-range {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.title-range .main-title {
    flex-basis: 37%;
    text-align: left;
}

.input-range {
    flex-basis: 60%;
}

.inputrangein {
    background-color: transparent;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.cardtopbg__days {
    position: relative;
    padding: 0 10px;
}

.carddays {
    width: 105px;
}

.carddays__left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    left: 0;
}

.carddays__right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    right: 0;
}

.carddays_btn {
    top: 11px;
    cursor: pointer;
    border: solid #c7865e;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

select.carddays__item {
    font-weight: 700;
    color: #c7865e;
    font-size: 24px;
    background: transparent;
    outline: none;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}


/* .carddays_btn:hover {
    border-color: #888;
} */

.linkyellow {
    margin-top: -5px;
    color: #c7865e !important;
    text-decoration: underline;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    position: relative;
}

.linkyellow:after {
    content: "";
    display: inline-block;
    width: 5px;
    margin-left: 8px;
    height: 10px;
    background-image: url(../images/arrow_yellow.png);
    background-size: contain;
    background-repeat: no-repeat;
}

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

.open_inmobile {
    display: none;
}

.formobileonly {
    display: none;
}

.uparrow {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 2px solid #c7865e;
    position: fixed;
    z-index: 999;
    bottom: calc(50% - 25px);
    right: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.uparrow__ins {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    width: 38px;
    height: 38px;
    border: 2px solid #c7865e;
    justify-content: center;
}

.uparrow:hover {
    border-color: #4b3130;
}

.uparrow:hover .uparrow__ins {
    border-color: #4b3130;
}


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

.orderform {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-top: 50px;
}

.orderform__title {
    text-align: center;
    color: #5b4340;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 20px;
}

.orderform__form {}

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

.orderform__three {
    flex-basis: 32%;
    margin-bottom: 15px;
}

.order__labelname {
    color: #666;
    display: block;
    margin-bottom: 10px;
}

.order__input {
    height: 40px;
    padding: 3px 10px;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    width: 100%;
    resize: none;
    outline: none;
    background-color: #fff;
}

textarea.order__input {
    height: 100px;
    padding: 10px;
}

.orderform__one {
    width: 100%;
    margin-bottom: 40px;
}

.order__btn {
    text-align: center;
}

.order__btn .btns {
    border: 0;
    min-width: 205px;
}

.stepsorder {
    background-image: url(../images/bg_garant.png);
    background-position: left center;
    background-size: contain;
    padding: 35px 0;
}

.stepsorder__inside {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.stepsorder__item {
    position: relative;
    text-align: center;
    flex-basis: 33.33%;
}

.stepsorder__item:before {
    position: absolute;
    left: 0;
    width: calc(50% - 20px);
    height: 2px;
    display: block;
    top: 14px;
    z-index: 2;
    content: "";
    background-color: rgba(217, 212, 211, 1);
}

.stepsorder__item:after {
    position: absolute;
    right: 0;
    width: calc(50% - 20px);
    content: "";
    height: 2px;
    display: block;
    top: 14px;
    z-index: 2;
    background-color: rgba(217, 212, 211, 1);
}

.stepsorder__item_active:before {
    background-color: #c7865e;
}

.stepsorder__item_active:after {
    background-color: #c7865e;
}

.stepsorder__img {
    height: 30px;
    width: 30px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.stepsorder__img img {
    max-height: 30px;
    width: auto;
}

.stepsorder__img .btns {
    width: 30px;
    height: 30px;
    padding: 0;
    background-color: #c7865e !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.stepsorder__descr {
    font-size: 13px;
    color: #888888;
}

.stepsorder__text {
    font-weight: 700;
    color: #5b4340;
}

.single_order {
    background-image: url(../images/advert_mainbg.png);
}

.single_order .containers {
    background-color: transparent !important;
}

.order__subtitle {
    font-size: 16px;
    color: #444;
    margin-bottom: 30px;
}

.cartform {
    max-width: 900px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.cartform .main-title {
    margin-top: 45px;
    margin-bottom: 15px;
    text-align: left;
}

.cartform .orderform__row {
    padding: 0 10px;
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 15px;
}

.orderform__two {
    flex-basis: 49%;
    margin-bottom: 15px;
    padding-top: 25px;
}

.nofiles {
    padding-left: 15px;
    display: inline-block;
}

.nofiles.active {
    color: #c7865e;
}

.download {
    cursor: pointer;
}

.orderform_aligncenter {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    padding-top: 35px;
}

.orderform_aligncenter .download {
    height: 40px;
}

.orderform_aligncenter .download input {
    display: none;
}

.orderform__two .orderform_aligncenter {
    padding-top: 20px;
    padding-bottom: 35px;
}

.inportant {
    color: #c7865e;
}

.orderform__two textarea.order__input {
    height: 155px;
}

.orderform__two .forwho {
    justify-content: inherit;
}

.orderform__two .forwho label {
    margin-right: 40px;
}

.orderform__two .forwho label span:before {
    top: -2px;
}

.orderform__two .forwho label span:after {
    top: 3px;
}

.noborder {
    border: 0 !important;
}

.orderform__two .order__btn {
    text-align: right;
}

.orderform__two .order__btn .btns {
    margin-top: 17px;
}

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

.orderformtworight {
    flex-basis: 40%;
}

.orderformtwoleft {
    flex-basis: 55%;
}

.codevalid {
    width: 100%;
    height: 67px;
    border: 1px solid #d0d0d0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.forwho label span strong {
    text-transform: uppercase;
    font-weight: 700;
    color: #5b4340;
}

.orderform__two_radio {
    margin-bottom: 0;
    padding-top: 55px;
}

.orderformitem {
    padding-top: 5px;
    padding-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.orderformitem_header {
    padding-top: 25px;
    padding-bottom: 5px;
}

.orderformitem__name {
    flex-basis: 33%;
}

.orderformitem__weight {
    flex-basis: 15%;
    padding-left: 2%;
}

.orderformitem__oform {
    flex-basis: 15%;
    padding-left: 2%;
}

.orderformitem__count {
    flex-basis: 21%;
    padding-left: 2%;
}

.orderformitem__price {
    flex-basis: 16%;
    padding-left: 2%;
}

.orderformitem__title {
    color: #666;
    margin-bottom: 15px;
}

.orderformitem__inside {
    border-right: 1px solid #d0d0d0;
    min-height: 80px;
    display: flex;
    align-items: center;
}

.orderformitem__price .orderformitem__inside {
    border: 0;
}

.ins_link {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #5b4340;
}

.ins_link:hover {
    color: #c7865e;
}

.ins_img {
    flex-basis: 26.2%;
}

.ins_text {
    padding-left: 20px;
    padding-right: 10px;
    flex-basis: 73.8%;
}

.orderformitem__value {
    text-align: center;
    font-size: 13px;
    color: #888;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border: 2px solid #c7865e;
    min-height: 35px;
    min-width: 78%;
    display: flex;
    align-items: center;
    padding: 5px;
    margin-right: 5px;
    justify-content: center;
    word-break: break-all;
}

.orderprice-value {
    color: #5b4340;
    font-weight: 700;
    font-size: 24px;
}

.orderprice-value span {
    font-size: 14px;
}

.for-fizface {
    display: none;
    padding-top: 30px !important;
}

.fiztext {
    margin-top: 10px;
    color: #666;
    font-style: italic;
    margin-bottom: 5px;
}


/* --------------- media ---------------- */

@media screen and (max-width: 1400px) {
    .single .containers,
    .stepsorder__inside {
        padding-left: 3%;
    }
    .contact .contact__left {
        padding-left: 3%;
    }
    .left5 {
        bottom: -27%;
    }
    .portfolio-top .portfoliotop1 {
        left: auto;
        right: 0;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .portfolio-top .containers {
        padding-left: 3%;
    }
    .aboutpage .containers {
        padding-left: 3%;
    }
    .aboutpage .about_bottom .containers,
    .aboutpage .firstaboutpage .containers {
        background-color: transparent;
    }
    .about-item__text {
        background-color: #fff;
        padding-left: 15px;
    }
    .single .main-title__text {
        max-width: 100%;
    }
    .single .containers {
        background-color: #fff;
    }
    .single .containers_nobg {
        background: none !important;
    }
    .productinside .variableslider__navigat .variableslider__right {
        right: 0;
    }
    .productinside .variableslider__navigat .variableslider__left {
        left: 0;
    }
    .detailssale {
        background-color: #fff;
    }
    .simularprod .variableslider__left {
        left: 0;
    }
    .simularprod .variableslider__right {
        right: 0;
    }
}

@media screen and (max-width: 1300px) {
    .hidemenu .containers .hamburger {
        right: -10px;
    }
    .threebest {
        background-color: #fff;
    }
    .left5 {
        display: none;
    }
    .leftopencatalog {
        width: 70px;
    }
    .leftopencatalog__catalog {
        margin-top: 100px;
    }
    .containers {
        margin-left: 75px;
    }
    .calendarhide .header__calend {
        -ms-flex-preferred-size: 95%;
        flex-basis: 95%;
    }
    .left1,
    .left3,
    .single .single2 {
        left: 70px;
    }
    .single .main-title__text {
        max-width: 950px;
        background: #fff;
        padding: 10px;
    }
    .single2 {
        display: none;
    }
    .news-row {
        margin-bottom: 0px;
    }
    .navigation__ul li a {
        padding-top: 2px;
    }
}

@media screen and (max-width: 1180px) {
    .containers {
        margin-left: auto;
        padding: 0 15px;
    }
    .header {
        padding: 0;
    }
    .single_order {
        background-image: none;
    }
    .orderform__two_radio {
        flex-basis: 100%;
    }
    .header__left {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    header .header__calend {
        display: none;
    }
    .header__opencalend {
        padding-top: 25px;
        padding-bottom: 15px;
    }
    .header__right {
        padding-bottom: 17px;
    }
    .firstscreen__title {
        font-size: 83px;
    }
    .firstscreen__subtitle {
        font-size: 30px;
    }
    .firstscreen__paper {
        padding: 80px 35px 60px;
    }
    .bannersweet__title {
        font-size: 27px;
    }
    .left1,
    .left3 {
        left: 0;
    }
    .orderexample__left,
    .orderexample__right {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        padding: 0 20px;
    }
    .saleblock {
        padding: 65px 55px 85px;
    }
    .saleblock__texttitle {
        font-size: 21px;
    }
    .bannersweet__img {
        right: 6.5%;
    }
    .deliver__banner {
        padding: 42px 28% 48px 5.8%;
    }
    .yellow_prefooter__title {
        font-size: 26px;
    }
    .leftopencatalog {
        width: 58%;
        padding-top: 5px;
        height: 64px;
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 15px;
    }
    .leftopencatalog__catalog {
        -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
        writing-mode: inherit;
        transform: none;
        margin-top: 0;
        margin-left: 0;
        letter-spacing: 2px;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
    .leftopencatalog .homelink {
        max-width: 53px;
        margin-right: 40px;
    }
    .leftopencatalog {
        padding-top: 0;
    }
    .leftopencatalog__text {
        margin-top: 2px;
        margin-left: 10px;
    }
    .hidemenu {
        z-index: 3;
    }
    .calendarhide .header__calend {
        -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
    }
    .hidemenu .containers {
        min-height: 65px;
    }
    .hidemenu .containers .hamburger {
        right: 15px;
    }
    .hidemenu__menu ul a {
        padding-right: 20px;
    }
    .hidemenu__right .hidemenu__pdf {
        display: none;
    }
    .hidemenu__right {
        flex-basis: 25%;
    }
    .hidemenu__menu {
        -ms-flex-preferred-size: 76%;
        flex-basis: 75%;
        padding-top: 0;
    }
    .header__opencalend {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .header__right {
        padding-bottom: 22px;
    }
    .single .single2 {
        left: 0;
    }
    .single .containers {
        padding-left: 15px;
    }
    .contact .contact__left {
        padding-left: 0;
    }
    .contentt {
        margin-top: 64px;
    }
    .leftopencatalog {
        position: fixed;
        z-index: 2;
    }
    .roundrow .roundrow__item {
        -ms-flex-preferred-size: 33.3%;
        flex-basis: 33.3%;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 35px;
    }
    .news-row .news__img {
        margin-bottom: 20px;
    }
    .news-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .portfolio-top .main-title_bigup {
        font-size: 20px;
    }
    .portfolio-top__singl:after {
        right: 0;
    }
    .portfolio-top .containers {
        padding-left: 15px;
    }
    .portfolio-top__name {
        font-size: 16px;
    }
    .yellow_prefooter__item {
        background-color: #fff;
    }
    .firstaboutpage {
        padding-top: 0;
        padding-bottom: 0px;
    }
    .firstaboutpage .containers {
        background-color: rgba(255, 255, 255, 0.9) !important;
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .firstaboutpage__descr {
        font-size: 14px;
    }
    .about-item__text,
    .about-item__img {
        -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
    }
    .navigation-about__item {
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 10px 0;
        min-height: 70px;
    }
    .saleitem__title {
        font-size: 30px;
    }
    .saleitem {
        height: 95px;
    }
    .cardtop {
        background-color: #fff;
    }
    .bigslider {
        max-width: 477px;
    }
    .cardtop__left {
        padding-top: 10px;
    }
    .card__details .product-item__price span {
        font-size: 27px;
    }
    .btns {
        height: 40px;
        padding: 3px 21px;
        font-size: 12px;
    }
    .cardtopbg {
        padding: 20px 0;
    }
    .btns.btns_light.callbackbtn {
        height: 50px;
        padding: 0;
    }
    .stepsorder__inside {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 980px) {
    .header__right {
        -ms-flex-preferred-size: 36%;
        flex-basis: 36%;
    }
    .leftopencatalog__text {
        font-size: 13px;
    }
    .saleblock__link .btns {
        text-align: center;
    }
    .leftopencatalog {
        width: 53%;
    }
    .header__opencalend {
        padding-left: 15px;
    }
    .firstscreen__paper {
        max-width: 460px;
    }
    .firstscreen__title {
        font-size: 70px;
    }
    .firstscreen__subtitle {
        font-size: 26px;
    }
    .firstscreen__yellow {
        font-size: 14px;
    }
    .firstscreen__text {
        line-height: 1.7;
        margin-bottom: 30px;
    }
    .btns {
        height: 45px;
    }
    .secscreen {
        padding-top: 35px;
    }
    .bannersweet__title {
        font-size: 23px;
    }
    .bannersweet__center {
        padding-top: 25px;
        padding-bottom: 70px;
        padding-left: 40%;
        padding-right: 10%;
    }
    .slick-dots li button {
        width: 19px !important;
        height: 19px !important;
    }
    .form-popups__numb {
        font-size: 30px;
        margin-bottom: 8px;
    }
    .form-popups__item {
        padding-left: 0;
    }
    .form-popups__right {
        margin-left: 15px;
    }
    .form-popups__btn {
        min-width: 125px;
    }
    .main-title_bg {
        padding: 30px 0;
        margin-top: 30px;
    }
    .main-title {
        font-size: 26px;
    }
    .roundrow .roundrow__item {
        -ms-flex-preferred-size: 29%;
        flex-basis: 29%;
        margin-bottom: 20px;
    }
    .roundrow {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .right2 {
        display: none;
    }
    .orderexample__left,
    .orderexample__right {
        padding: 0 10px;
    }
    .btns.btns_light {
        font-size: 13px;
    }
    .orderexample__info {
        margin-top: 25px;
        margin-bottom: 70px;
    }
    .orderexample__rowbtns .btns {
        padding: 5px 23px;
    }
    .orderexample__text {
        font-size: 15px;
    }
    .saleblock {
        padding: 55px 40px 80px;
    }
    .saleblock__texttitle {
        font-size: 19px;
    }
    .saleblock__text p {
        line-height: 1.55;
    }
    .deliver__banner {
        margin-bottom: 50px;
        padding: 35px 23% 30px 3.8%;
    }
    .bannersweet__img {
        right: 2.5%;
        max-width: 140px;
        top: -13px;
    }
    .yellow_prefooter__title {
        font-size: 23px;
    }
    .deliver .bannersweet__title {
        font-size: 22px;
    }
    .yellow_prefooter {
        font-size: 17px;
    }
    .yellow_prefooter__title {
        padding: 30px;
        background-position: center bottom;
    }
    .yellow_prefooter__row p br {
        display: none;
    }
    .footer__top {
        padding-top: 25px;
        padding-bottom: 20px;
    }
    .footer__bottom {
        padding-bottom: 25px;
        padding-top: 20px;
    }
    .underfooter {
        padding: 15px 0;
    }
    .underfooter__copyr {
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 5px;
    }
    .btns.btns_light.callbackbtn {
        height: 50px;
    }
    .footer .footer_advert {
        margin-left: 0;
        font-size: 12px;
        width: 190px;
        padding: 10px;
    }
    .formstep {
        width: 90%;
        padding: 0px;
    }
    .variableslider__item {
        padding: 0 40px;
    }
    .formstep__count {
        margin-top: 10px;
    }
    .left5 {
        display: none;
    }
    .contact .contact__right iframe {
        height: 500px !important;
    }
    .contact .contact__left .main-title_bigup {
        padding-bottom: 0;
    }
    .contact .footer__righttop {
        margin-bottom: 55px;
    }
    .contact .contact__left {
        padding-top: 40px;
    }
    .contact .contact__right iframe {
        height: 405px !important;
    }
    .postsrow__item_big .postsrow__img {
        -ms-flex-preferred-size: 53%;
        flex-basis: 53%;
    }
    .postsrow__item_big .postsrow__img img {
        height: auto !important;
    }
    .postsrow__name {
        font-size: 16px;
        margin-top: 5px;
        margin-bottom: 10px;
        min-height: 65px;
    }
    .postsrow .postsrow__details {
        padding: 0 20px;
    }
    .postsrow__descr {
        margin-bottom: 15px;
    }
    .postsrow__item_big .postsrow__name {
        font-size: 19px;
    }
    .postsrow__item_big .postsrow__details {
        padding-top: 20px !important;
        padding-bottom: 0px !important;
        -ms-flex-preferred-size: 46%;
        flex-basis: 46%;
    }
    .postsrow__item_big .postsrow__descr {
        font-size: 15px;
    }
    .main-title_smallup {
        padding-top: 0;
    }
    .breadcrumb {
        margin-bottom: 30px;
    }
    .main-title .single__time {
        margin-left: 0;
        padding-left: 0;
        display: block;
        margin-top: 10px;
    }
    .main-title .single__time::before {
        display: none;
    }
    .single__dateyear {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .navigation__ul li {
        padding: 0 8px;
    }
    .portfolioproces a {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        margin-bottom: 25px;
    }
    .portfolio-top .containers {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .portfolio-top__right img {
        margin-left: auto;
        margin-right: auto;
        max-width: 350px;
    }
    .portfolio-top__left {
        padding-right: 0;
    }
    .portfolio-top__details {
        max-width: 540px;
    }
    .portfoliolink__right .main-title {
        font-size: 20px;
    }
    .portfoliolink__right {
        -ms-flex-preferred-size: 61.5%;
        flex-basis: 61.5%;
    }
    .portfoliolink {
        margin-bottom: 20px;
    }
    .portfoliolink .portfmaintext__content {
        padding-bottom: 0;
    }
    .firstadvert__title {
        padding-left: 3%;
        padding-top: 85px;
    }
    .firstadvert__descr {
        padding-left: 3%;
        max-width: 480px;
    }
    .firstadvert {
        padding-bottom: 80px;
    }
    .secadvert {
        padding-top: 30px;
        padding-bottom: 40px;
        background-position: center;
    }
    .secadvert__left {
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
        margin-right: 7%;
    }
    .advert_bg {
        margin-top: 40px;
    }
    .main-title_fontsmaller {
        font-size: 18px;
    }
    .greyhalfbg .main-title {
        margin-bottom: 40px;
    }
    .greyhalfbg__item {
        margin-bottom: 20px;
    }
    .greyhalfbg__number {
        background-color: #fff;
    }
    .linebox__greytext {
        bottom: 160px;
        max-width: 115px;
    }
    .linebox__botttext {
        max-width: 160px;
        font-size: 13px;
    }
    .linebox__bottnumb:after,
    .linebox__img:after {
        width: 48px;
    }
    .about-item__title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .about-item__descr {
        line-height: 1.5;
    }
    .about-item__text,
    .about-item__img {
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    }
    .navigation-about__item {
        font-size: 14px;
        min-height: 60px;
    }
    .navigation-about {
        margin-bottom: 40px;
    }
    .openfordeliv-title {
        font-size: 16px;
        margin-bottom: 35px;
    }
    .openfordeliv__ul ul li {
        padding: 10px 0 10px 40px;
    }
    .openfordeliv__linetext {
        font-size: 13px;
    }
    .openforshops__ul ul li {
        font-size: 14px;
        padding-bottom: 20px;
    }
    .category-search__title {
        font-size: 27px;
    }
    .filtermain__left {
        padding-left: 0;
        padding-right: 15px;
    }
    .filtermain__right {
        padding-left: 15px;
        padding-right: 0;
    }
    .filter-rightline {
        margin-bottom: 25px;
    }
    .filter__leftline {
        margin-bottom: 20px;
    }
    .filter-rightline__item {
        -ms-flex-preferred-size: 47%;
        flex-basis: 47%;
    }
    .helpselect__item {
        -ms-flex-preferred-size: 18%;
        flex-basis: 18%;
    }
    .helpselinput,
    .helpselect__item .btns {
        height: 35px;
    }
    .product-item__title {
        margin-top: 15px;
    }
    .product-item {
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
        margin-right: 5%;
        padding: 40px 0;
    }
    .product-item__bottom {
        margin-top: 15px;
    }
    .product-item__price span {
        font-size: 20px;
    }
    .secadvert_category {
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .cardtop__left {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-top: 20px;
    }
    .cardtopbg__left {
        padding-right: 10px;
    }
    .cardtop__right {
        margin-left: auto;
        margin-right: auto;
    }
    .cardtopgrey .containers {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .cardtopgrey__left {
        margin-bottom: 20px;
    }
    .detailssale__left {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .detailssale__right {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding-top: 20px;
    }
    .hidemenu__right {
        flex-basis: 28%;
    }
    .hidemenu__right .hidemenu__advert {
        font-size: 13px;
        padding: 10px;
        margin-right: 0;
    }
    .hidemenu__menu {
        -ms-flex-preferred-size: 76%;
        flex-basis: 72%;
        padding-top: 0;
    }
    .calendarhide .header__calend {
        padding: 10px 0;
    }
    .header__calend .input-range input[type=range] {
        margin: 15px 0 5px;
    }
    .orderformitem__title,
    .ins_text,
    .orderformitem__value {
        font-size: 12px;
    }
    .orderprice-value {
        font-size: 20px;
    }
    .cartform .orderform__row {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 760px) {
    .firstscreen__paper {
        max-width: 385px;
        padding: 65px 20px 35px;
    }
    .formobileonly {
        display: block;
        margin-top: -10px;
        margin-bottom: 20px;
    }
    .fordesktop {
        display: none;
    }
    .popupopen__subm:before {
        left: -6px;
    }
    .roundrow__item .linkyellow:after {
        position: relative;
        top: 2px;
    }
    .about-item__text {
        padding-left: 0;
    }
    .single__forimg {
        margin-bottom: 20px;
    }
    .main-title_bigup {
        margin-top: 35px;
        margin-bottom: 35px;
    }
    .single {
        padding-bottom: 55px;
    }
    .firstscreen__title {
        font-size: 54px;
    }
    .firstscreen__subtitle {
        font-size: 21px;
    }
    .bannersweet__center {
        padding-left: 28%;
        padding-right: 4%;
    }
    .choise-surpr__headerright {
        font-size: 20px;
    }
    .choise-surpr__headerleft {
        font-size: 16px;
    }
    .bannersweet__title {
        font-size: 20px;
    }
    .form-popups__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        flex-basis: 24%;
        width: 24%;
    }
    .form-popups__numb {
        font-size: 25px;
    }
    .form-popups__right {
        margin-left: 0;
    }
    .form-popups__title {
        padding-left: 0;
        text-align: center;
    }
    .form-popups__btn {
        height: 35px;
    }
    .popupopen__subm {
        width: 24%;
        -ms-flex-preferred-size: 24%;
        flex-basis: 24%;
        margin-top: 25px;
        margin-right: 0;
        padding-right: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .choise-surpr__body {
        margin-bottom: 25px;
    }
    .main-title {
        font-size: 22px;
    }
    .roundrow .roundrow__item {
        -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
        margin: 0 0.5%;
    }
    .roundrow .roundrow__item .roundrow__img {
        border: 2px solid #c7865e;
        margin-bottom: 15px;
        height: 140px;
        width: 140px;
    }
    .roundrow .roundrow__item .roundrow__text {
        font-size: 12px;
    }
    .right1 {
        display: none;
    }
    .roundrow .roundrow__item a {
        font-size: 13px;
    }
    .main-title {
        font-size: 19px;
    }
    .orderexample__text {
        line-height: 1.4;
        margin-bottom: 15px;
        font-size: 13px;
    }
    .orderexample__rowbtns .btns {
        padding: 5px 20px;
    }
    .btns {
        height: 40px;
    }
    .orderexample__rowbtns .btns_light {
        margin-left: 0;
        margin-top: 10px;
    }
    .prod-row__text {
        font-size: 13px;
        padding: 15px 10px 1px;
    }
    .saleblock:before,
    .slide__inside:before {
        margin: 10px;
        width: calc(100% - 20px);
        height: calc(100% - 20px);
    }
    .saleblock {
        padding: 30px 20px 35px;
    }
    .saleblock__img {
        -ms-flex-preferred-size: 40px;
        flex-basis: 40px;
    }
    .saleblock__texttitle {
        font-size: 15px;
        padding-left: 10px;
        line-height: 1.1;
    }
    .saleblock__title {
        margin-bottom: 10px;
    }
    .saleblock__text {
        margin-bottom: 20px;
    }
    .saleblock__text p {
        font-size: 13px;
        line-height: 1.3;
    }
    .bannersweet__img {
        display: none;
    }
    .deliver .bannersweet__title {
        font-size: 16px;
    }
    .deliver__banner {
        margin-bottom: 20px;
        padding: 20px;
    }
    .deliver .bannersweet__title .round {
        font-size: 13px;
        width: 33px;
        height: 33px;
    }
    .yellow_prefooter {
        font-size: 14px;
    }
    .yellow_prefooter__item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 10px;
    }
    .yellow_prefooter__title {
        font-size: 21px;
    }
    .yellow_prefooter__row p {
        padding: 10px;
        line-height: 1.4;
    }
    .slide__inside {
        padding: 40px 30px;
    }
    .slide__title {
        font-size: 19px;
        margin-bottom: 15px;
    }
    .slide__text {
        margin-bottom: 30px;
        line-height: 1.5;
        font-size: 13px;
    }
    .prefooter {
        padding: 15px 0;
    }
    .prefooter .bannersweet__center {
        padding: 15px 25px;
    }
    .prefooter .bannersweet__title__prefooter {
        font-size: 21px;
    }
    .prefooter .yellow_prefooter {
        margin-bottom: 17px;
    }
    .bannersweet {
        margin-bottom: 25px;
    }
    .footer__social ul li {
        margin-right: 15px;
    }
    .footer__phone a {
        font-size: 14px;
    }
    .footer__email {
        margin-left: 0;
    }
    .footer__email a {
        font-size: 14px;
        margin-top: 10px;
    }
    .underfooter .containers,
    .underfooter__menu ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .footer .footer_advert {
        display: none;
    }
    .footer__menu ul li {
        margin: 0 7px;
        font-size: 12px;
    }
    .footer__pdf a {
        font-size: 12px;
    }
    .footer__pdf {
        -ms-flex-preferred-size: 18%;
        flex-basis: 18%;
    }
    .makeorder .popupinput {
        font-size: 14px;
    }
    .makeorder__title {
        font-size: 21px;
    }
    .yellow_prefooter__row {
        padding-bottom: 0;
    }
    .calendarhide .header__calend {
        padding: 15px 0;
    }
    .hidemenu .containers {
        height: 56px;
    }
    .header__calend ul a {
        font-size: 13px;
    }
    .catalogmenu li {
        font-size: 12px;
    }
    .catalogmenu li li {
        padding: 8px 0;
    }
    .header__tel a {
        font-size: 12px;
    }
    .header__tel a img {
        display: none;
    }
    .header__tel a span {
        padding-left: 0;
    }
    .header__tel a span.lightt {
        padding-left: 0;
    }
    .header__menu {
        margin-left: 15px;
    }
    .header__opencalend {
        padding-top: 19px;
        padding-left: 10px;
        padding-bottom: 13px;
    }
    .header__calend ul a {
        margin-right: 20px;
    }
    .header__right {
        padding-bottom: 15px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .hidemenu__menu {
        width: 100%;
        padding: 15px 0;
    }
    .hidemenu__menu ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .hidemenu__menu ul li {
        margin-bottom: 15px;
    }
    .hidemenu__menu ul li a {
        font-size: 15px;
        text-align: center;
        padding-right: 0;
    }
    .hidemenu__menu {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding-top: 45px;
    }
    .hidemenu .containers .hamburger {
        top: 15px;
    }
    .leftopencatalog .homelink {
        max-width: 45px;
        margin-right: 10%;
    }
    .leftopencatalog__text {
        font-size: 12px;
    }
    .leftopencatalog__text span {
        display: none;
    }
    .leftopencatalog__catalog img {
        width: 15px;
    }
    .leftopencatalog {
        height: 56px;
    }
    .formstep__title,
    .formstep__count {
        font-size: 20px;
    }
    .leftopencatalog {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-right: 10px;
    }
    .formstep {
        padding: 10px;
    }
    .formstep__label {
        -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    }
    .formstep__label span {
        font-size: 12px;
        padding: 5px 40px 3px 10px;
    }
    .formstep__bottom {
        margin-left: 10px;
        margin-right: 10px;
    }
    .formstep .mfp-close {
        color: #5b4340 !important;
        right: -4px !important;
        top: -3px !important;
    }
    .variableslider__text {
        line-height: 1.3;
        font-size: 13px;
    }
    .variableslider__title {
        margin-bottom: 20px;
    }
    .formstep__variable:before,
    .formstep__variable:after {
        display: none;
    }
    .variableslider__item {
        padding: 0;
    }
    .contact .footer__email {
        margin-top: 15px;
    }
    .contact .footer_time {
        font-size: 13px;
    }
    .contact .footer__righttop {
        margin-bottom: 30px;
    }
    .contact .contact__right iframe {
        height: 330px !important;
    }
    .contentt {
        margin-top: 56px;
    }
    .roundrow .roundrow__item {
        margin-bottom: 35px;
    }
    .postsrow__descr,
    .postsrow__item_big .postsrow__descr {
        font-size: 12px;
    }
    .postsrow__item {
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
        margin: 0 0 20px;
    }
    .postsrow__name,
    .postsrow__item_big .postsrow__name {
        min-height: auto;
        margin-top: 10px;
        font-size: 14px;
        margin-bottom: 15px;
    }
    .postsrow__item_big {
        display: block;
    }
    .single .single3,
    .single .single1 {
        display: none;
    }
    .postsrow__item_big .postsrow__details {
        padding-top: 0px !important;
    }
    .single__dateyear {
        font-size: 14px;
    }
    .navigation__left {
        padding-right: 15px;
    }
    .navigation__right {
        padding-left: 15px;
    }
    .portfolioproces a {
        -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
        margin-bottom: 17px;
        padding: 0 6px;
    }
    .portfolio-top__right img {
        max-width: 250px;
    }
    .portfoliotop1 {
        display: none;
    }
    .portfoliorow {
        margin-top: 0;
    }
    .portfoliolink {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .portfoliolink__left {
        max-width: 250px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .portfoliolink__right .main-title {
        font-size: 17px;
        margin: 15px 0;
    }
    .portfoliolink__right {
        border-bottom: 1px solid rgba(91, 67, 64, 0.2);
        padding-bottom: 5px;
        margin-bottom: 10px;
    }
    .portfoliolink__right .portfolio-top__title {
        font-size: 13px;
    }
    .portfoliolink__right .portfolio-top__name {
        font-size: 15px;
    }
    .portfoliolink__right .portfolio-top__details {
        margin-bottom: 0;
        border: 0;
        padding-bottom: 10px;
    }
    .firstadvert__descr {
        font-size: 14px;
        margin-left: 0;
        padding-left: 0;
    }
    .firstadvert__title {
        padding-left: 0;
        padding-top: 70px;
        margin-bottom: 20px;
    }
    .firstadvert {
        padding-bottom: 0;
    }
    .firstadvert .containers {
        background-color: rgba(255, 255, 255, 0.5);
        height: 100%;
        padding-bottom: 40px;
    }
    .secadvert {
        text-align: center;
    }
    .secadvert__right {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .secadvert__left {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .secadvert__descr {
        font-size: 17px;
    }
    .main-title {
        font-size: 17px;
    }
    .greyhalfbg__content {
        -ms-flex-preferred-size: calc(100% - 75px);
        flex-basis: calc(100% - 75px);
        font-size: 13px;
    }
    .greyhalfbg__number {
        height: 50px;
        width: 50px;
        font-size: 17px;
    }
    .greyhalfbg {
        margin-bottom: 30px;
    }
    .advert_bg .thirdscreen {
        margin-top: 0;
    }
    .advert_bg .roundrow {
        margin-bottom: 20px;
    }
    .linebox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        display: block;
    }
    .linebox__img:after,
    .linebox__bottnumb:after {
        display: none;
    }
    .linebox__botttext,
    .linebox__greytext {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        max-width: 100%;
        -ms-flex-preferred-size: calc(100% - 60px);
        flex-basis: calc(100% - 60px);
        text-align: left;
        margin-left: 0;
    }
    .linebox {
        padding-top: 0;
        padding-bottom: 0;
    }
    .linebox__img,
    .linebox__bottnumb {
        width: 60px;
    }
    .linebox__grey {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .linebox__grey,
    .linebox__bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 20px;
    }
    .advert_bg .bannersweet {
        margin-top: 40px;
    }
    .firstaboutpage .containers {
        padding-top: 75px;
        padding-bottom: 55px;
        font-size: 13px;
        line-height: 1.5;
    }
    .aboutpage .advert_bg {
        background-position: center;
        padding-top: 35px;
    }
    .about-item {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        margin-bottom: 0;
        margin-top: 25px;
    }
    .about_bottom {
        margin-top: 40px;
    }
    .navigation-about__item {
        font-size: 12px;
        min-height: 45px;
    }
    .openfordeliv-title {
        font-size: 15px;
    }
    .openfordeliv__ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .openfordeliv__ul {
        margin-bottom: 30px;
    }
    .openfordeliv__linetext {
        font-size: 11px;
    }
    .openfordeliv__line {
        margin-bottom: 50px;
    }
    .centera {
        padding-bottom: 45px;
    }
    .openforshops__ul ul li {
        font-size: 13px;
    }
    .centera .btns_light {
        font-size: 11px !important;
    }
    .openforshops__rowitem {
        padding: 10px 13px;
        line-height: 1.4;
        font-size: 12px;
    }
    .category-search {
        padding: 35px 0;
    }
    .category-search .containers {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .category-search__title {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .category-search__inside {
        max-width: 100%;
    }
    .category-search__form {
        width: 90%;
    }
    .searchinput {
        height: 40px;
    }
    .searc-btn {
        top: 12px;
    }
    .filtermain__left,
    .filtermain__right {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding: 0;
    }
    .filtermain__top {
        padding-bottom: 30px;
    }
    .tagsblock {
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .yellow-round {
        border-width: 1px;
        font-size: 12px;
        padding: 7px 15px;
    }
    .helpselect {
        padding-top: 25px;
        padding-bottom: 10px;
    }
    .helpselect__toptitle {
        font-size: 16px;
        -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
        margin-top: 2px;
    }
    .helpselect__reset {
        -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    }
    .helpselect__item {
        -ms-flex-preferred-size: 46%;
        flex-basis: 46%;
        margin: 0 2%;
        margin-bottom: 20px;
    }
    .helpselect__inside {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .product-item {
        -ms-flex-preferred-size: 46%;
        flex-basis: 46%;
        margin-right: 2% !important;
        margin-left: 2%;
        padding: 30px 0;
    }
    .product-item__bottom {
        margin-top: 7px;
    }
    .product-item__count {
        padding-left: 0;
        margin-left: 0;
        border: 0;
    }
    .secadvert_category .secadvert__yellow {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .secadvert_category .secadvert__descr {
        font-size: 15px;
        margin-bottom: 0;
        line-height: 1.5;
    }
    .threeitems .product-item:last-child {
        display: none;
    }
    .detailssale {
        margin-bottom: 0;
    }
    .threebest__text {
        font-size: 14px;
        padding: 0 5%;
    }
    .bigslider {
        max-width: 400px;
    }
    .smallerslider {
        max-width: 200px;
        bottom: 110px;
        left: 10px;
    }
    .saleitem {
        margin-right: 5px;
    }
    .threebest {
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .simularprod .product-item {
        margin: 0 !important;
        padding-left: 15px;
        padding-right: 15px;
    }
    .form-popups__btn {
        min-width: 95px;
        padding: 5px 10px;
    }
    .popupopen__subm {
        margin-top: 0;
    }
    .product-item .product-item__bottom {
        display: block !important;
    }
    .looksbefore_slider__right .product-item__bottom {
        display: block !important;
    }
    .cardgarant-item {
        padding-bottom: 0px;
        margin-bottom: 20px;
    }
    .cardgarant-item__ins {
        padding: 20px 10px;
    }
    .cardgarant-item__title {
        font-size: 29px;
    }
    .cardgarant-item:before {
        display: none;
    }
    .cardgarant-item__titlesec {
        font-size: 16px;
    }
    .prefooter .bannersweet {
        background-position: 74%;
    }
    .hidemenu__right {
        flex-basis: 100%;
        padding-bottom: 30px;
        justify-content: center;
    }
    .hidemenu__right .hidemenu__advert {
        font-size: 13px;
        padding: 10px;
    }
    .hidemenu__menu {
        padding-top: 30px;
        -ms-flex-preferred-size: 76%;
        flex-basis: 100%;
    }
    .slick-dots {
        bottom: 50px !important;
    }
    .bannersweet__center {
        padding-bottom: 50px;
    }
    .orderform__title {
        font-size: 20px;
    }
    .orderform__two {
        flex-basis: 100%;
        margin-bottom: 5px;
        padding-top: 15px;
    }
    .orderform__three {
        flex-basis: 100%;
    }
    .orderform_aligncenter {
        padding-top: 20px;
    }
    .main-title {
        font-size: 19px;
    }
    .orderform__row_card {
        overflow: auto;
        width: 100%;
        display: block;
    }
    .orderformitem {
        width: 768px;
    }
}

@media screen and (max-width: 460px) {
    .containers {
        padding: 0 10px;
    }
    .prefooter .bannersweet__title__prefooter,
    .prefooter .yellow_prefooter {
        text-align: left;
    }
    .prefooter .bannersweet {
        background-position: 76%;
    }
    .cardtopgrey__left,
    .cardtopgrey__right {
        display: none;
    }
    .prefooter .bannersweet__center {
        padding: 15px;
        text-align: left;
    }
    .orderform__two .forwho label {
        margin-right: 20px;
    }
    .open_inmobile {
        display: block;
        border: 1px solid #c7865e;
        text-align: center;
        padding: 10px;
        position: relative;
        color: #c7865e;
        font-size: 18px;
        margin-bottom: 15px;
    }
    .open_inmobile:after {
        content: "";
        display: inline-block;
        background-image: url(../images/arrow_yellow.png);
        width: 8px;
        margin-bottom: -2px;
        height: 14px;
        margin-left: 10px;
        background-repeat: no-repeat;
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
    }
    .open_inmobile.active:after {
        transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
    }
    .portfolio-top__singl {
        padding-bottom: 5px;
        margin-bottom: 5px;
    }
    .main-title_bigup {
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .main-title_bg:before,
    .main-title_bg:after {
        width: 100%;
        left: 0;
    }
    .footer .containers {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .footer__righttop {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .footer__social {
        margin-bottom: 0;
        margin-top: 15px;
    }
    .footer__menu ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 10px;
    }
    .footer__bottom {
        padding-bottom: 15px;
        padding-top: 15px;
    }
    .makeorder {
        padding: 7px;
    }
    .makeorder__title {
        font-size: 20px;
    }
    .makeorder .makeorder__inside {
        padding: 30px 20px;
    }
    .makeorder__lavel {
        min-height: 55px;
    }
    .prefooter .bannersweet__title__prefooter {
        font-size: 18px;
    }
    .slide__title {
        font-size: 18px;
    }
    .slide__inside {
        padding: 40px 25px;
    }
    /* .variableslider__navigat .btns {
    top: calc(73% - 20px);
} */
    .yellow_prefooter__title {
        min-height: 140px;
    }
    p {
        margin-bottom: 10px;
    }
    .deliver .bannersweet__title {
        font-size: 15px;
    }
    .deliver .bannersweet__title .round {
        margin: 0 3px;
        width: 32px;
        height: 32px;
    }
    .orderexample {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .yellow_prefooter {
        text-align: center;
    }
    .orderexample__info {
        margin-top: 0px;
        margin-bottom: 25px;
    }
    .orderexample__info .main-title {
        text-align: center;
        margin-bottom: 10px;
    }
    .orderexample__text {
        text-align: center;
    }
    .orderexample__rowbtns .btns {
        padding: 5px 20px;
    }
    .orderexample__left,
    .orderexample__right {
        padding: 0;
    }
    .orderexample__rowbtns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .orderexample__rowbtns .btns_light {
        margin-top: 0;
    }
    .saleblock {
        margin-bottom: 25px;
    }
    .prod-row__item {
        margin-bottom: 20px;
        position: relative;
        z-index: 1;
    }
    .prod-row__item {
        background-color: #fff;
    }
    .orderexample {
        margin-bottom: 15px;
    }
    .saleblock__title,
    .saleblock__text,
    .saleblock__link {
        text-align: center;
    }
    .roundrow .roundrow__item {
        -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
        margin-bottom: 20px;
    }
    .roundrow {
        margin-bottom: 20px;
    }
    .left1 {
        top: 28%;
    }
    .secscreen {
        padding-bottom: 120px;
    }
    .form-popups {
        margin: 0 -10px;
    }
    .form-popups__item {
        width: 32%;
        -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
    }
    .form-popups__numb {
        font-size: 22px;
    }
    .form-popups__title {
        font-size: 13px;
    }
    .form-popups__btn {
        min-width: 95px;
        font-size: 11px;
        padding: 3px 10px;
    }
    .form-popups__btn span {
        font-size: 13px;
    }
    .contentt {
        margin-top: 56px;
    }
    .choise-surpr__body {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .choise-surpr__body {
        padding-bottom: 10px;
    }
    .choise-surpr__header {
        margin-bottom: 10px;
    }
    .choise-surpr__headerright {
        padding-right: 0;
    }
    .bannersweet {
        margin-bottom: 15px;
        padding: 20px;
    }
    .footer__social {
        padding-left: 0;
    }
    .bannersweet__center {
        padding: 15px;
        text-align: center;
    }
    .bannersweet__title {
        font-size: 18px;
    }
    .header__tel {
        display: none;
    }
    .header__right {
        -ms-flex-preferred-size: 17%;
        flex-basis: 17%;
    }
    .header__left {
        -ms-flex-preferred-size: 82%;
        flex-basis: 82%;
    }
    .leftopencatalog {
        width: 64%;
    }
    .firstscreen__paper {
        background-image: none;
    }
    .firstscreen__title {
        font-size: 44px;
        color: #fff;
    }
    .firstscreen__paper {
        padding: 65px 10px 35px;
    }
    .hidecatalog {
        padding-left: 15px;
        padding-right: 15px;
        width: 260px;
    }
    .formstep {
        padding: 5px;
        width: 100%;
    }
    .formstep__inside {
        padding: 10px;
    }
    .formstep__title,
    .formstep__count {
        text-align: center;
    }
    .formstep__bottom .btns {
        height: 35px;
        padding: 5px 20px;
    }
    .resettext {
        font-size: 13px;
        margin-right: 7px;
    }
    .reset-steps {
        width: 90px;
    }
    .variableslider__img img {
        max-width: 160px;
    }
    .deliver .bannersweet__title {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .footer__righttop {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .contact .containers {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 20px;
    }
    .contact .contact__right iframe {
        height: 220px !important;
    }
    .contact__info {
        padding-top: 10px;
    }
    .postsrow__item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .navigation__ul li a {
        width: 33px;
        height: 33px;
        font-size: 12px;
    }
    .navigation__ul li {
        padding: 0 5px;
    }
    .navigation__left {
        padding-right: 10px;
        max-width: 30px;
    }
    .navigation__right {
        padding-left: 10px;
        max-width: 30px;
    }
    .navigation {
        padding-top: 30px;
    }
    .single .containers {
        padding-left: 10px;
    }
    .single .main-title__text {
        padding: 0;
    }
    .firstscreen {
        background-position: right;
    }
    .firstscreen .containers {
        background: rgba(0, 0, 0, 0.4);
    }
    .portbot1 {
        top: 6%;
    }
    .portfolioproces a {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
    .portfolio__bottom {
        padding-bottom: 30px;
    }
    .portfolio-top__title {
        font-size: 13px;
    }
    .portfolio-top__singl:after {
        top: calc(50% - 8px);
    }
    .portfolio-top__name {
        font-size: 15px;
    }
    .portfolio-top__details {
        margin-bottom: 20px;
        padding-bottom: 10px;
    }
    .portfoliolink__left {
        max-width: 210px;
    }
    .portfoliorow {
        margin-bottom: 0;
    }
    .firstadvert__title {
        padding-top: 40px;
    }
    .firstadvert__descr {
        font-size: 13px;
        line-height: 1.4;
    }
    .secadvert__yellow {
        font-size: 17px;
    }
    .secadvert__descr {
        font-size: 15px;
        line-height: 1.4;
    }
    .main-title {
        font-size: 16px;
    }
    .linebox__bottnumb {
        font-size: 26px;
    }
    .greyhalfbg__number {
        height: 40px;
        width: 40px;
        font-size: 14px;
    }
    .greyhalfbg__content {
        -ms-flex-preferred-size: calc(100% - 50px);
        flex-basis: calc(100% - 50px);
    }
    .greyhalfbg {
        margin-bottom: 15px;
        padding-bottom: 10px;
    }
    .about-item__title {
        font-size: 18px;
    }
    .navigation-about__item {
        font-size: 11px;
        min-height: 40px;
    }
    .openfordeliv-title {
        font-size: 14px;
        line-height: 1.4;
    }
    .openfordeliv__ul ul li {
        padding: 10px 0 10px 30px;
        font-size: 13px;
        line-height: 1.4;
    }
    .centera .btns_light {
        font-size: 12px !important;
        line-height: 1.05;
        text-align: center;
    }
    .openfordeliv__lineitem {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        margin-bottom: 20px;
    }
    .openfordeliv__lineimg {
        height: 45px;
        margin-bottom: 5px;
    }
    .openfordeliv__line {
        margin-bottom: 30px;
    }
    .openforshops__ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 15px;
    }
    .openforshops__ul ul {
        padding-bottom: 0 !important;
    }
    .openforshops__rowitem {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 20px;
    }
    .openforshops__row {
        margin-bottom: 0;
    }
    .openforshops__ul ul li {
        margin-bottom: 10px;
    }
    .category-search__title {
        font-size: 19px;
    }
    .filtermain__topleft:after {
        margin-left: 1px;
    }
    .subteg {
        padding: 5px 10px;
        height: 27px;
        font-size: 12px;
    }
    .subteg__text {
        margin-right: 3px;
    }
    .filter__title {
        font-size: 12px;
    }
    .lineforsubtags__row {
        height: 30px;
    }
    .filter-rightline__item {
        -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
        margin-bottom: 20px;
    }
    .filterinput,
    .forwho {
        font-size: 12px;
    }
    .filter-rightline {
        margin-bottom: 0;
    }
    .tagsblock__item {
        margin-right: 3px;
    }
    .helpselect__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .helpselect__toptitle {
        text-align: center;
    }
    .product-item {
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
        padding: 20px 0;
        max-width: 250px;
        margin-right: auto !important;
    }
    .secadvert_category .secadvert__descr {
        font-size: 14px;
    }
    .bigslider {
        max-width: 290px;
    }
    .card__title {
        font-size: 20px;
        margin-bottom: 40px;
    }
    .card__details {
        margin-bottom: 35px;
    }
    .card__details .product-item__price span {
        font-size: 23px;
    }
    .cardtopbg__lefttext {
        font-size: 12px;
        margin-left: 10px;
    }
    .cardtopbg__rightr {
        margin-left: 10px;
    }
    .cardtopbg__days {
        font-size: 21px;
    }
    .cardtopgrey {
        margin-top: 0;
        width: 100%;
        padding-bottom: 10px;
        padding-top: 25px;
    }
    .detailssale__left .tabs__caption li {
        padding: 7px;
        font-size: 13px;
        margin-top: 10px;
        margin-right: 5px;
        border-width: 3px;
        font-size: 12px !important;
    }
    .detailssale__left .tabs__caption {
        margin-bottom: 30px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .saleitem__title {
        font-size: 25px;
    }
    .saleitem {
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }
    .cardgarant-item__ins {
        max-width: 260px;
        padding: 20px 10px 15px;
    }
    .cardgarant-item__title {
        font-size: 26px;
    }
    .cardgarant-item__titlesec {
        font-size: 18px;
    }
    .threebest__items {
        margin-bottom: 15px;
    }
    .threebest .containers {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .threebest__img {
        height: auto;
        margin-bottom: 5px;
    }
    .threebest {
        margin-bottom: 0;
    }
    .cardtitle__row .card__title {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .cardtitle__row .taste {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 15px;
        margin-top: -10px;
    }
    .form-popups__item {
        width: 25%;
        -ms-flex-preferred-size: 32%;
        flex-basis: 25%;
    }
    .form-popups__btn.active:before {
        width: calc(100% - 4px);
        height: calc(100% - 4px);
        margin: 1px;
    }
    .choise-surpr__body {
        padding-bottom: 30px;
        margin-bottom: 20px;
    }
    .portfoliolink__right .portfolio-top__title,
    .portfmaintext__descr,
    .portfolio-top__title {
        font-size: 12px;
    }
    .portfoliolink__right .portfolio-top__name,
    .portfolio-top__name {
        font-size: 13px;
    }
    .card__detailsbuy {
        text-align: right;
    }
    .card__detailsbuy .btns.btns_light {
        font-size: 12px;
        text-align: center;
        padding: 3px 13px;
    }
    .saleitem {
        max-width: 49%;
        height: auto;
    }
    .saleitem__title {
        font-size: 22px;
    }
    .saleitem__inside {
        height: 100%;
        text-align: center;
        padding: 10px;
    }
    .looksbefore .variableslider__navigat .btns {
        top: -51px;
    }
    .looksbefore .variableslider__navigat .variableslider__left {
        left: 0;
    }
    .aboutpage .advert_bg {
        padding-top: 0;
    }
    .firstaboutpage .containers {
        padding-bottom: 20px;
    }
    .looksbefore {
        padding-top: 0;
    }
    .smallerslider {
        max-width: 150px;
        bottom: 80px;
    }
    .cardgarant-item__title {
        font-size: 24px;
    }
    .productinside__row {
        margin-top: 0px;
    }
    .cardgarant-item__titlesec {
        font-size: 15px;
    }
    .exclusive-card:after {
        width: 113px;
        height: 30px;
        top: 20px;
    }
    .title-range .main-title {
        flex-basis: 45%;
    }
    .input-range {
        flex-basis: 50%;
    }
    .productinside .productinside__toptitle {
        font-size: 16px;
    }
    .carddays {
        width: 90px;
    }
    .carddays_btn {
        top: 9px;
    }
    .banner_slider .bannersweet {
        margin-bottom: 15px;
        padding: 5px;
    }
    .banner_slider .bannersweet__center {
        padding-bottom: 55px;
    }
    .slick-dots {
        bottom: 35px !important;
    }
    .banner_slider .bannersweet {
        background-position: center !important;
        background-size: inherit;
    }
    .stepsorder__inside {
        padding-left: 10px;
        padding-right: 10px;
    }
    .order__input {
        height: 35px;
    }
    .main-title {
        font-size: 18px;
    }
    .main-title_left60 {
        padding-left: 0;
    }
    .single_order {
        background-image: none;
    }
    select.carddays__item {
        font-size: 17px;
    }
}

@media screen and (max-width: 395px) {
    .maintext_ban {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
    }
    .prefooter .bannersweet {
        background-position: 80%;
    }
    .deliver .bannersweet__title .round {
        margin: 0 10px;
    }
    .form-popups__numb {
        font-size: 18px;
    }
    .form-popups__title {
        font-size: 10px;
    }
    .form-popups__btn {
        min-width: 75px;
        font-size: 10px;
        padding: 3px 7px;
        height: 30px;
    }
    .popupopen__subm .btns_light,
    .card__detailsbuy .btns.btns_light {
        width: 50px;
        height: 50px;
        -webkit-box-shadow: 0px 0px 9px 3px rgb(199 134 94 / 55%);
        box-shadow: 0px 0px 9px 3px rgb(199 134 94 / 55%);
    }
    .popupopen__subm .btns_light:before {
        margin: 2px;
        width: calc(100% - 6px);
        height: calc(100% - 6px);
    }
    .popupopen__subm .btns_light img {
        width: 20px;
    }
    .portfolio-top__name {
        font-size: 13px;
        text-align: center;
        width: 100%;
        display: block;
    }
    .portfolio-top__title {
        font-size: 12px;
        display: block;
        text-align: center;
    }
    .cardtopbg__left img {
        max-width: 20px;
        width: 100%;
    }
    .cardtopbg__right {
        padding-left: 7px;
    }
    .cardtopbg__right img {
        max-width: 30px;
        width: 100%;
    }
    .cardtopbg__rightr {
        margin-left: 7px;
    }
    .cardtopbg__days {
        font-size: 19px;
    }
    .product-item__bottom {
        padding-left: 0;
    }
    .card__details .product-item__price span {
        font-size: 20px;
    }
    .card__details .product-item__price {
        font-size: 16px;
    }
    .card__details .product-item__bottom,
    .card__detailscount {
        flex-basis: 32%;
    }
    .podbor input {
        height: 33px;
        width: 45px;
        font-size: 15px;
        margin-left: 5px;
        margin-right: 5px;
    }
    .card__detailsbuy .btns.btns_light {
        width: 80%;
        height: 45px;
        padding: 3px 5px;
        font-size: 11px;
    }
    .card__detailsbuy .btns.btns_light:before {
        width: calc(100% - 6px);
        height: calc(100% - 6px);
        margin: 2px;
    }
    .forwho label {
        margin-bottom: 5px;
    }
    .saleitem {
        padding: 3px;
    }
    .saleitem__title {
        font-size: 18px;
    }
    .saleitem__descr {
        font-size: 12px;
    }
    .variableslider__navigat .btns {
        top: calc(81% - 20px);
    }
    .product-item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .cardgarant-item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 20px;
    }
    .product-item {
        margin-right: auto;
        margin-left: auto;
    }
    .carddays {
        width: 75px;
    }
    .carddays_btn {
        top: 7px;
    }
    .orderform__three {
        flex-basis: 100%;
    }
    .stepsorder__descr {
        font-size: 12px;
    }
    .stepsorder__text {
        font-size: 12px;
    }
    .orderform__title {
        font-size: 17px;
    }
}