body {
overflow: visible;
}
body ::selection {
color: #fff;
background: #000;
}
body ::-moz-selection {
color: #fff;
background: #000;
}
.swiper-slide:not(:first-child) {
display: block;
}
.header .header-wr {
position: relative;
z-index: 2;
}
.header.scrolled .mobile-menu {
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}
.menu-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
position: fixed;
top: 0;
height: 100%;
width: 560px;
right: -560px;
-webkit-transition: right 0.4s linear;
transition: right 0.4s linear;
padding-bottom: 100px;
-webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
background-color: #fff;
}
@media (max-width: 1450px) {
.menu-wrapper {
padding-bottom: 50px;
}
}
@media (max-width: 1199px) {
.menu-wrapper {
width: 100%;
bottom: 0;
right: -100%;
padding-bottom: 0;
}
.menu-wrapper .decor {
display: none;
}
}
.menu-wrapper .decor {
position: absolute;
}
.menu-wrapper .decor:first-child {
bottom: 254px;
right: 157px;
}
@media (max-width: 1450px) {
.menu-wrapper .decor:first-child {
bottom: 170px;
}
}
.menu-wrapper .decor:nth-child(2) {
bottom: 91px;
right: 80px;
}
@media (max-width: 1450px) {
.menu-wrapper .decor:nth-child(2) {
bottom: 20px;
}
}
.menu-wrapper .decor:nth-child(3) {
bottom: 66px;
right: 216px;
}
@media (max-width: 1450px) {
.menu-wrapper .decor:nth-child(3) {
bottom: 5px;
}
}
.menu-wrapper.active {
right: 0;
}
.menu-wrapper .spacer-header {
-ms-flex-negative: 0;
flex-shrink: 0;
background: #fff;
}
.menu-wrapper .menu {
margin-bottom: 45px;
}
.menu-wrapper .menu li {
margin-bottom: 45px;
line-height: 1.1em;
}
@media (max-width: 1450px) {
.menu-wrapper .menu li {
margin-bottom: 23px;
}
}
@media (max-width: 1199px) {
.menu-wrapper .menu li {
margin-bottom: 20px;
}
}
.menu-wrapper .menu li:last-of-type {
margin-bottom: 0;
}
.menu-wrapper .menu li > span {
display: inline-block;
margin-right: 20px;
font-size: 12px;
font-weight: 500;
color: #a3a3a3;
}
@media (max-width: 1199px) {
.menu-wrapper .menu li > span {
display: none;
}
}
.menu-wrapper .menu li a {
font-size: 1.333rem;
-webkit-transition: 0.2s;
transition: 0.2s;
text-decoration: none;
color: #000;
font-weight: 700;
font-family: "Intro", sans-serif;
}
@media (max-width: 1450px) {
.menu-wrapper .menu li a {
font-size: 1.111rem;
}
}
@media (min-width: 992px) {
.menu-wrapper .menu li a:hover {
color: #525252;
}
}
@media (max-width: 1199px) {
.menu-wrapper .line-df {
display: none;
}
}
.menu-inner {
padding: 75px 0 0 85px;
position: relative;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
overflow-y: auto;
overflow-x: hidden;
}
@media (max-width: 1450px) {
.menu-inner {
padding: 50px 0 0 70px;
}
}
@media (max-width: 1199px) {
.menu-inner {
padding: 45px 0 45px 25px;
overflow: auto;
}
}
.menu-inner:before {
content: "";
display: block;
height: 1px;
width: 50vw;
background-color: #ebebeb;
position: absolute;
top: 0;
left: 0;
}
@media (max-width: 1199px) {
.menu-inner:before {
display: none;
}
}
@media (max-width: 767px) {
.menu-inner .menu-category {
display: none;
}
}
.menu-category {
margin-bottom: 45px;
display: none;
}
@media (max-width: 1199px) {
.menu-category {
display: block;
}
}
.menu-category li {
margin-bottom: 25px;
}
@media (max-width: 1199px) {
.menu-category li {
margin-bottom: 20px;
}
}
.menu-category li:last-of-type {
margin-bottom: 0;
}
.menu-category li a {
display: inline-block;
position: relative;
padding-left: 40px;
text-decoration: none;
text-transform: uppercase;
font-size: 16px;
font-weight: 500;
color: #a3a3a3;
letter-spacing: 0.04em;
cursor: pointer;
-webkit-transition: 0.2s;
transition: 0.2s;
}
@media (max-width: 1199px) {
.menu-category li a {
font-size: 14px;
}
}
.menu-category li .icon {
max-width: 30px;
max-height: 30px;
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.menu-category li .icon svg {
max-width: 100%;
fill: #8f8f8f;
}
.menu-category li.active a {
color: #ffde1a;
}
.menu-category li.active .icon svg {
fill: #ffde1a;
}
.mobile-language {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
line-height: 1;
margin-bottom: 25px;
}
.mobile-language .title {
display: inline-block;
margin-right: 20px;
color: #000;
font-size: 16px;
font-weight: 500;
}
.mobile-language .ml-item {
text-transform: uppercase;
text-decoration: none;
font-size: 0.889rem;
font-weight: 500;
color: #a3a3a3;
letter-spacing: 0.04em;
margin-right: 15px;
}
.mobile-language .ml-item.active {
color: #ffde1a;
}
.social-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.social-wrapper .title {
display: inline-block;
margin-right: 20px;
color: #000;
font-size: 16px;
font-weight: 500;
}
.social-wrapper a {
width: 50px;
height: 50px;
position: relative;
text-decoration: none;
margin-right: 15px;
}
.social-wrapper a .icon {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
line-height: 0;
}
.social-wrapper a .icon svg {
fill: #000;
}
.social-wrapper a .border svg {
-webkit-transition: 0.2s;
transition: 0.2s;
stroke: #ebebeb;
fill: rgba(1, 1, 1, 0);
}
@media (min-width: 992px) {
.social-wrapper a:hover .border svg {
stroke: #ffde1a;
fill: #ffde1a;
}
}
.mobile-menu {
display: block;
position: absolute;
top: 100%;
left: 0;
right: 0;
background-color: #fff;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
z-index: 1;
}
@media (min-width: 767px) {
.mobile-menu {
display: none !important;
}
}
.mobile-menu:after,
.mobile-menu:before {
position: absolute;
content: "";
top: 0;
bottom: 0;
width: 30px;
z-index: 1;
pointer-events: none;
}
.mobile-menu:before {
left: 0;
background-image: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
background-image: linear-gradient(to right, white, rgba(255, 255, 255, 0));
}
.mobile-menu:after {
right: 0;
background-image: -webkit-gradient(linear, right top, left top, from(white), to(rgba(255, 255, 255, 0)));
background-image: linear-gradient(to left, white, rgba(255, 255, 255, 0));
}
.mobile-menu .menu-category {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 0;
height: 50px;
padding: 0 15px;
overflow-x: auto;
}
.mobile-menu .menu-category li {
margin: 0 10px;
}
.mobile-menu .menu-category li:last-child {
padding-right: 20px;
}
.mobile-menu .menu-category li a {
padding-left: 0;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
color: #222;
opacity: 1;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
color: #222;
opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
color: #222;
opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
color: #222;
opacity: 1;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
display: none;
}
input[type="number"],
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
-webkit-appearance: none;
-moz-appearance: textfield;
appearance: none;
margin: 0;
}
input::-ms-clear,
input::-ms-reveal {
display: none;
}
input,
select,
textarea {
border-radius: 0;
background: none;
border: none;
margin: 0;
width: 100%;
padding: 0;
}
textarea {
display: block;
resize: none;
overflow: auto;
}
select::-ms-expand {
display: none;
}
.input {
font-size: 15px;
height: 51px;
border: 1px solid #222;
line-height: 51px;
padding: 0 15px;
}
textarea.input {
height: 80px;
padding-top: 5px;
padding-bottom: 5px;
line-height: 18px;
}
.invalid {
border-color: red;
color: red;
}
.input {
height: 54px;
font-size: 0.777rem;
color: #000;
background-color: #f5f5f5;
border: 1px solid transparent;
outline: none;
margin-bottom: 20px;
padding: 0 15px;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.input::-webkit-input-placeholder {
font-size: 0.777rem;
color: #525252;
}
.input:-ms-input-placeholder {
font-size: 0.777rem;
color: #525252;
}
.input::-ms-input-placeholder {
font-size: 0.777rem;
color: #525252;
}
.input::placeholder {
font-size: 0.777rem;
color: #525252;
}
.input:focus {
border-color: #ffde1a;
background-color: transparent;
}
textarea.input {
height: 110px;
padding: 10px 15px;
}
.form.dark .input {
background-color: rgba(0, 0, 0, 0.7);
color: #fff;
}
.form.dark .input::-webkit-input-placeholder {
color: #a3a3a3;
background-color: rgba(0, 0, 0, 0.7);
}
.form.dark .input:-ms-input-placeholder {
color: #a3a3a3;
background-color: rgba(0, 0, 0, 0.7);
}
.form.dark .input::-ms-input-placeholder {
color: #a3a3a3;
background-color: rgba(0, 0, 0, 0.7);
}
.form.dark .input::placeholder {
color: #a3a3a3;
background-color: rgba(0, 0, 0, 0.7);
}
.form .btn {
position: relative;
}
@media (max-width: 575px) {
.form .btn {
width: 100%;
}
}
.form .btn input[type="submit"] {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
opacity: 0;
border: none;
cursor: pointer;
z-index: 1;
}
.form .upload {
background-image: url(../img/icon-upload.svg);
background-repeat: no-repeat;
background-position: 0 50%;
font-size: 14px;
color: #fff;
padding: 5px 0 5px 34px;
cursor: pointer;
-webkit-transition: 0.2s;
transition: 0.2s;
}
@media (min-width: 992px) {
.form .upload:hover {
color: #ffde1a;
}
}
.form .upload input {
display: none;
}
.form-buttons {
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;
}
.form-buttons.centered {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
@media (max-width: 767px) {
.form-buttons {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.form-buttons > * {
margin-bottom: 20px;
}
.form-buttons > :last-child {
margin-bottom: 0;
}
}
.form-item {
position: relative;
}
@media (max-width: 767px) {
.form-item:last-child {
margin-bottom: 5px;
}
}
@media (max-width: 575px) {
.form-item .input {
margin-bottom: 10px;
}
}
.form-item .invalid-text {
position: absolute;
bottom: 0;
left: 10px;
font-size: 0.666rem;
line-height: 1.2;
letter-spacing: 0.01em;
color: #bc2626;
visibility: hidden;
opacity: 0;
-webkit-transition: opacity 0.2s ease;
transition: opacity 0.2s ease;
}
@media (max-width: 575px) {
.form-item .invalid-text {
bottom: -3px;
}
}
.form-item .invalid-text.visible {
opacity: 1;
visibility: visible;
}
.invalid {
border: 1px solid #bc2626 !important;
}
.custom-select .SumoSelect {
font-size: 0.777rem;
}
.custom-select .SumoSelect.open > .CaptionCont {
border-bottom-color: transparent;
}
.custom-select .SumoSelect.open > .CaptionCont:after {
height: 1px;
}
.custom-select .SumoSelect.open > .CaptionCont > label > i:after {
top: 8px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.custom-select .SumoSelect > .CaptionCont {
border: 1px solid #ffde1a;
color: #000;
line-height: 52px;
padding-left: 15px;
}
.custom-select .SumoSelect > .CaptionCont:after {
position: absolute;
content: "";
bottom: 0;
left: 15px;
right: 15px;
height: 0;
background-color: #ebebeb;
}
.custom-select .SumoSelect > .CaptionCont > label > i {
background-image: none;
}
.custom-select .SumoSelect > .CaptionCont > label > i:after {
position: absolute;
content: "";
top: 5px;
right: 7px;
width: 6px;
height: 6px;
border: 1px solid #333;
border-right: none;
border-bottom: none;
-webkit-transform: rotate(-135deg);
transform: rotate(-135deg);
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.custom-select .SumoSelect > .CaptionCont > span.placeholder {
font-size: 0.777rem;
color: #525252;
font-style: normal;
}
.custom-select .SumoSelect .optWrapper {
border: 1px solid #ffde1a;
border-top: none;
padding: 15px 0;
}
.custom-select .SumoSelect .optWrapper > .options li.opt {
padding: 5px 15px;
border-bottom: none;
}
@media (min-width: 992px) {
.custom-select .SumoSelect .optWrapper > .options li.opt:hover {
background-color: transparent;
color: #000;
}
}
.custom-select .SumoSelect .optWrapper > .options li.opt.selected {
display: none;
}
.checkbox-wr {
font-size: 0.888rem;
color: #a3a3a3;
cursor: pointer;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
@media (min-width: 992px) {
.checkbox-wr:hover {
color: #000;
}
}
.checkbox-wr input[type="checkbox"] {
display: none;
}
.checkbox-wr input[type="checkbox"]:checked + .text {
color: #000;
}
.checkbox-wr input[type="checkbox"]:checked + .text:before {
background: #000 url(../img/check.svg) no-repeat center;
background-size: 10px auto;
border-color: #000;
}
.checkbox-wr.small .text:before {
margin-top: -7px;
width: 14px;
height: 14px;
}
.checkbox-wr .text {
display: inline-block;
position: relative;
padding-left: 29px;
}
.checkbox-wr .text:before {
position: absolute;
content: "";
top: 50%;
left: 0;
width: 16px;
height: 16px;
margin-top: -8px;
border: 1px solid #dbdbdb;
border-radius: 2px;
-webkit-transition: background-color 0.2s ease, border-color 0.2s ease;
transition: background-color 0.2s ease, border-color 0.2s ease;
}
.action-i {
position: absolute;
color: #000;
font-weight: 700;
letter-spacing: 0.7px;
text-transform: uppercase;
text-align: center;
background-color: #ffde1a;
z-index: 1;
}
.action-i.big {
top: 5px;
left: 5px;
width: 90px;
height: 30px;
line-height: 30px;
font-size: 0.8rem;
}
.action-i.small {
top: 2px;
left: 2px;
width: 56px;
height: 20px;
line-height: 20px;
font-size: 0.55rem;
}
.pagination {
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: 100%;
font-size: 0.889rem;
}
.pagination li {
padding: 6px;
}
@media (min-width: 992px) {
.pagination li:hover a {
background-color: #ffde1a;
color: #000;
}
}
.pagination li.active a {
background-color: #ffde1a;
font-weight: 500;
color: #000;
}
.pagination li.elip {
padding: 6px 17px;
}
.pagination a {
display: block;
width: 38px;
height: 38px;
line-height: 38px;
color: #525252;
background-color: transparent;
border-radius: 2px;
text-align: center;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.burgers-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.burgers-list .decor {
position: absolute;
background-repeat: no-repeat;
background-position: center;
background-size: 100% auto;
}
@media (max-width: 1450px) {
.burgers-list .decor {
display: block;
-webkit-transform: scale(0.8);
transform: scale(0.8);
}
}
@media (max-width: 1199px) {
.burgers-list .decor {
-webkit-transform: scale(0.6);
transform: scale(0.6);
}
}
@media (max-width: 991px) {
.burgers-list .decor {
display: none;
}
}
.burgers-main-title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: calc(50% - 10px);
min-height: 450px;
}
@media (max-width: 1629px) {
.burgers-main-title {
width: calc(45% - 10px);
}
}
@media (max-width: 991px) {
.burgers-main-title {
min-height: auto;
width: 100%;
}
}
.burgers-main-title .decor-wrapper {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
position: relative;
}
@media (max-width: 991px) {
.burgers-main-title .decor-wrapper {
display: none;
}
}
.burgers-main-title .decor-wrapper .decor {
background-repeat: no-repeat;
background-position: center;
background-size: 100% auto;
}
.burgers-main-title .decor-wrapper .decor:first-child {
width: 52px;
height: 52px;
top: 32%;
left: -25px;
background-image: url(../img/decor-004.svg);
}
.burgers-main-title .decor-wrapper .decor:nth-child(2) {
width: 50px;
height: 32px;
bottom: 22%;
left: 32%;
background-image: url(../img/decor-005.svg);
}
@media (max-width: 1630px) {
.burgers-main-title .decor-wrapper .decor:nth-child(2) {
left: 15%;
}
}
.burgers-main-title .decor-wrapper .decor:nth-child(3) {
width: 356px;
height: 342px;
top: -155px;
right: 10px;
background-image: url(../img/decor-text-004.svg);
}
@media (max-width: 1360px) {
.burgers-main-title .decor-wrapper .decor:nth-child(3) {
right: -70px;
}
}
@media (max-width: 1199px) {
.burgers-main-title .decor-wrapper .decor:nth-child(3) {
right: -100px;
}
}
.burger-decors {
position: relative;
}
.burger-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
}
@media (max-width: 991px) {
.burger-item {
margin-top: 50px !important;
}
}
.burger-item:nth-child(2) {
width: calc(50% + 10px);
}
@media (max-width: 1629px) {
.burger-item:nth-child(2) {
width: calc(55% + 10px);
}
}
@media (max-width: 991px) {
.burger-item:nth-child(2) {
width: 100%;
margin-top: 30px !important;
}
}
.burger-item:nth-child(2) .prod01 {
width: 100%;
}
.burger-item:nth-child(2) .burger-decors {
display: none;
}
.burger-item:nth-child(n + 3):nth-child(odd) {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
@media (max-width: 1199px) {
.burger-item:nth-child(n + 3):nth-child(odd) {
margin-top: -40px;
}
}
@media (max-width: 991px) {
.burger-item:nth-child(n + 3):nth-child(odd) {
margin-top: 0;
}
}
.burger-item:nth-child(n + 3):nth-child(2n) {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.burger-item:nth-child(n + 3):nth-child(2n) .prod01 {
margin-top: -80px;
}
@media (max-width: 1199px) {
.burger-item:nth-child(n + 3):nth-child(2n) .prod01 {
margin-top: -40px;
}
}
@media (max-width: 991px) {
.burger-item:nth-child(n + 3):nth-child(2n) .prod01 {
margin-top: 0;
}
}
.burger-item:nth-child(8n + 3) .burger-decors .decor:first-child {
width: 128px;
height: 100px;
top: 26%;
right: 24%;
background-image: url(../img/decor-002.svg);
}
.burger-item:nth-child(8n + 4) .burger-decors .decor:first-child {
width: 64px;
height: 58px;
bottom: 10%;
left: 15%;
background-image: url(../img/decor-006.svg);
}
.burger-item:nth-child(8n + 4) .burger-decors .decor:nth-child(2) {
width: 50px;
height: 32px;
top: 43%;
right: 39%;
background-image: url(../img/decor-005.svg);
}
.burger-item:nth-child(8n + 5) .burger-decors .decor:first-child {
width: 89px;
height: 89px;
top: 37%;
left: 59%;
background-image: url(../img/decor-007.svg);
}
.burger-item:nth-child(8n + 6) .burger-decors .decor:first-child {
width: 50px;
height: 42px;
top: 45%;
left: 35%;
background-image: url(../img/decor-003.svg);
}
.burger-item:nth-child(8n + 7) .burger-decors .decor:first-child {
width: 36px;
height: 36px;
top: 36%;
left: 65%;
background-image: url(../img/decor-004.svg);
}
.burger-item:nth-child(8n + 8) .burger-decors .decor:first-child {
width: 128px;
height: 100px;
top: 40%;
left: 23%;
background-image: url(../img/decor-002.svg);
}
.burger-item:nth-child(8n + 9) .burger-decors .decor:first-child {
width: 44px;
height: 56px;
top: 50%;
left: 35%;
background-image: url(../img/decor-009.svg);
}
.burger-item:nth-child(8n + 9) .burger-decors .decor:nth-child(2) {
width: 54px;
height: 57px;
top: 22%;
left: 79%;
background-image: url(../img/decor-008.svg);
}
.burger-item:nth-child(8n + 10) .burger-decors .decor:first-child {
width: 64px;
height: 58px;
top: 55%;
left: 30%;
background-image: url(../img/decor-006.svg);
}
.burger-item:last-child:nth-child(2n) .burger-decors .decor:first-child {
left: 65%;
}
.burger-item:last-child:nth-child(2n) .burger-decors .decor:nth-child(2) {
right: auto;
left: 50px;
-webkit-transform: rotate(60deg);
transform: rotate(60deg);
}
@media (max-width: 14500px) {
.burger-item:last-child:nth-child(2n) .burger-decors .decor:nth-child(2) {
-webkit-transform: rotate(60deg) scale(0.8);
transform: rotate(60deg) scale(0.8);
}
}
@media (max-width: 1199px) {
.burger-item:last-child:nth-child(2n) .burger-decors .decor:nth-child(2) {
-webkit-transform: rotate(60deg) scale(0.6);
transform: rotate(60deg) scale(0.6);
left: -80px;
}
}
.burger-item:last-child .burger-decors .decor:first-child {
width: 50px;
height: 32px;
top: 45%;
left: 30%;
background-image: url(../img/decor-005.svg);
}
.burger-item:last-child .burger-decors .decor:nth-child(2) {
width: 418px;
height: 291px;
bottom: -14%;
right: 20px;
background-image: url(../img/decor-text-005.svg);
}
@media (max-width: 1199px) {
.burger-item:last-child .burger-decors .decor:nth-child(2) {
right: -160px;
}
}
.burger-item .prod01 {
width: calc(50% + 10px);
}
@media (max-width: 1629px) {
.burger-item .prod01 {
width: calc(55% + 10px);
}
}
@media (max-width: 991px) {
.burger-item .prod01 {
width: 100%;
}
}
@media (max-width: 767px) {
.burger-item .prod01 {
position: relative;
padding-top: 255px;
}
}
@media (max-width: 767px) {
.burger-item .prod01__top {
position: static;
padding-left: 0;
}
}
@media (max-width: 767px) {
.burger-item .prod01__title {
position: absolute;
left: 0;
top: 235px;
}
}
@media (max-width: 767px) {
.burger-item .prod01__title .title {
max-height: none;
overflow: visible;
}
}
@media (max-width: 767px) {
.burger-item .prod01__price-single {
padding: 0;
margin: 0;
height: auto;
border-left: none;
}
}
@media (max-width: 767px) {
.burger-item .prod01__price-single .price {
display: none;
}
}
@media (max-width: 767px) {
.burger-item .prod01__price-single .weight {
position: absolute;
top: 10px;
right: 5px;
}
.burger-item .prod01__price-single .weight > span {
display: none;
}
}
@media (max-width: 767px) {
.burger-item .prod01__bottom {
display: block;
position: static;
}
}
@media (max-width: 767px) {
.burger-item .prod01__img {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 220px;
margin-top: 0;
}
}
@media (max-width: 767px) {
.burger-item .prod01__img .img {
height: 100%;
}
}
@media (max-width: 767px) {
.burger-item .prod01__img img {
height: 100%;
}
}
@media (max-width: 767px) {
.burger-item .prod01__cont {
padding-top: 15px;
margin-left: 0;
width: 100%;
}
}
@media (max-width: 575px) {
.burger-item .prod01__cont > .text {
max-height: none;
overflow: visible;
}
}
@media (max-width: 767px) {
.burger-item .prod01__btn-wrap {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
width: 100%;
}
}
@media (max-width: 767px) {
.burger-item .prod01__price-total {
position: absolute;
bottom: 55px;
border-left: 4px solid #ffde1a;
}
}
@media (max-width: 767px) {
.burger-item .prod01__price-total .price {
font-size: 1.333rem;
}
}
@media (max-width: 767px) {
.burger-item .prod01__price-total-inner {
height: 25px;
}
.burger-item .prod01__price-total-inner > span {
display: none;
}
}
@media (max-width: 767px) {
.burger-item .prod01 .quantity-product {
width: 110px;
}
}
@media (max-width: 767px) {
.burger-item .prod01 .add-to-card-btn {
width: 110px;
}
.burger-item .prod01 .add-to-card-single {
width: 110px;
}
}
@media (max-width: 991px) {
.burger-item .prod01 .add-ingredient-btn-wrap.move-down {
-webkit-transform: none;
transform: none;
}
}
.burger-item .burger-decors {
width: calc(50% - 10px);
}
@media (max-width: 1629px) {
.burger-item .burger-decors {
width: calc(45% - 10px);
}
}
@media (max-width: 991px) {
.burger-item .burger-decors {
display: none;
}
}
.prod01__top {
position: relative;
z-index: 2;
padding-left: 50%;
}
@media (max-width: 1199px) {
.prod01__top {
padding-left: 40%;
}
}
@media (max-width: 991px) {
.prod01__top {
padding-left: 50%;
}
}
.prod01__title {
display: inline-block;
}
@media (min-width: 992px) {
.prod01__title:hover .title {
color: #525252;
}
}
.prod01__title .title {
max-height: 2.5em;
overflow: hidden;
-webkit-transition: color 0.2s ease;
transition: color 0.2s ease;
}
.prod01__price-single {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
height: 52px;
line-height: 1;
border-left: 4px solid #ffde1a;
padding: 10px 25px;
margin-bottom: 20px;
}
@media (max-width: 1450px) {
.prod01__price-single {
height: 43px;
}
}
@media (max-width: 991px) {
.prod01__price-single {
height: 33px;
padding: 5px 10px;
margin-bottom: 10px;
}
}
.prod01__price-single .item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.prod01__price-single .price {
font-size: 32px;
color: #000;
}
@media (max-width: 1450px) {
.prod01__price-single .price {
font-size: 1.389rem;
}
}
@media (max-width: 991px) {
.prod01__price-single .price {
font-size: 1.333rem;
}
}
.prod01__price-single .price .sup {
font-size: 12px;
margin-left: 6px;
}
.prod01__price-single .weight {
font-weight: 300;
margin: 1px 0 0 20px;
}
@media (max-width: 1450px) {
.prod01__price-single .weight {
font-size: 0.888rem;
}
}
.prod01__price-single .weight span {
margin-right: 12px;
}
.prod01__price-single .weight .sup {
font-size: 10px;
margin-left: 4px;
}
.prod01__bottom {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
z-index: 3;
padding-bottom: 40px;
}
@media (max-width: 991px) {
.prod01__bottom {
padding-bottom: 0;
}
}
.prod01__img {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
position: relative;
margin-top: -25px;
}
@media (max-width: 991px) {
.prod01__img {
margin-top: 15px;
}
}
.prod01__img .img {
display: block;
text-align: center;
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
}
@media (min-width: 992px) {
.prod01__img .img:hover {
opacity: 0.7;
}
}
@media (max-width: 991px) {
.prod01__img .img {
position: static;
}
}
.prod01__img img {
display: inline-block;
}
.prod01__cont {
-ms-flex-negative: 0;
flex-shrink: 0;
width: 280px;
margin-left: 40px;
padding-top: 15px;
}
@media (max-width: 1629px) {
.prod01__cont {
margin-left: 15px;
}
}
@media (max-width: 991px) {
.prod01__cont {
padding-top: 10px;
}
}
.prod01__cont > .text {
max-height: 6.5em;
overflow: hidden;
margin-bottom: 20px;
}
@media (max-width: 991px) {
.prod01__cont > .text {
margin-bottom: 10px;
}
}
.prod01__option {
margin-bottom: 25px;
}
@media (max-width: 991px) {
.prod01__option {
margin-bottom: 15px;
}
}
.prod01__btn-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding-bottom: 15px;
}
@media (max-width: 991px) {
.prod01__btn-wrap {
width: 290px;
padding-bottom: 10px;
}
}
.prod01__price-total {
position: relative;
font-size: 0.777rem;
line-height: 1;
}
.prod01__price-total .price {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
font-size: 1.444rem;
color: #000;
margin-left: 10px;
}
@media (max-width: 767px) {
.prod01__price-total .price {
font-size: 1.333rem;
}
}
.prod01__price-total .sup {
font-size: 0.555rem;
margin: 1px 0 0 3px;
}
.prod01__price-total-inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: absolute;
top: 0;
left: 0;
right: 0;
margin: 12px 0;
overflow: hidden;
height: 0;
-webkit-transition: height 0.4s ease;
transition: height 0.4s ease;
}
@media (max-width: 991px) {
.prod01__price-total-inner {
position: static;
margin: 5px 0;
}
}
.prod01__price-total-inner.visible {
height: 25px;
}
.prod01 .add-to-card-btn {
width: 141px;
}
.prod01 .add-to-card-single {
width: 141px;
}
.prod01 .add-ingredient-btn-wrap {
padding-top: 15px;
-webkit-transition: -webkit-transform 0.4s ease;
transition: -webkit-transform 0.4s ease;
transition: transform 0.4s ease;
transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
@media (max-width: 991px) {
.prod01 .add-ingredient-btn-wrap {
padding-top: 10px;
}
}
.prod01 .add-ingredient-btn-wrap.move-down {
-webkit-transform: translateY(49px);
transform: translateY(49px);
}
.prod02-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 -10px;
}
.prod02-item {
width: 25%;
padding: 30px 10px;
}
@media (max-width: 1630px) {
.prod02-item {
width: 33.333%;
}
}
@media (max-width: 1350px) {
.prod02-item {
width: 50%;
}
}
@media (max-width: 767px) {
.prod02-item {
width: 100%;
padding: 15px 10px;
}
}
.prod02 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
position: relative;
max-width: 385px;
height: 100%;
border: 2px solid transparent;
padding: 20px;
margin: 0 auto;
-webkit-transition: border-color 0.3s ease;
transition: border-color 0.3s ease;
}
@media (max-width: 991px) {
.prod02 {
padding: 20px 10px;
}
}
@media (max-width: 767px) {
.prod02 {
padding: 20px 0;
}
}
@media (min-width: 992px) {
.prod02:hover {
border-color: #dbdbdb;
}
.prod02:hover .prod02__footer .quantity-product {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
.prod02.style-02:before {
position: absolute;
content: "";
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: #000;
border-radius: 4px;
opacity: 0;
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
z-index: -1;
}
@media (min-width: 992px) {
.prod02.style-02:hover {
border-color: transparent;
}
.prod02.style-02:hover:before {
opacity: 0.7;
}
}
@media (min-width: 992px) and (min-width: 992px) {
.prod02.style-02:hover .prod02__title:hover .title {
color: #ffde1a;
}
}
.prod02.style-02 .prod02__weight {
color: #a3a3a3;
}
.prod02.style-02 .prod02__title .title {
color: #fff;
}
.prod02.style-02 .prod02__desc {
color: #a3a3a3;
}
.prod02.style-02 .prod02__footer .price {
color: #ffde1a;
}
.prod02__weight {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: absolute;
top: 15px;
right: 27px;
font-size: 0.777rem;
line-height: 1;
font-weight: 300;
}
.prod02__weight .sup {
font-size: 0.555rem;
margin-left: 2px;
margin-top: -1px;
}
.prod02__img {
display: block;
position: relative;
text-align: center;
padding-bottom: 100%;
margin-bottom: 13px;
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
}
.prod02__img .img {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 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;
padding: 5px;
}
@media (min-width: 992px) {
.prod02__img:hover {
opacity: 0.7;
}
}
.prod02__img img {
display: inline-block;
}
.prod02__title {
display: inline-block;
margin-bottom: 12px;
}
@media (min-width: 992px) {
.prod02__title:hover .title {
color: #525252;
}
}
.prod02__title .title {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
-webkit-transition: color 0.2s ease;
transition: color 0.2s ease;
}
@media (max-width: 767px) {
.prod02__title .title {
white-space: normal;
}
}
.prod02__desc {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-height: 4.875em;
overflow: hidden;
margin-bottom: 21px;
}
@media (max-width: 767px) {
.prod02__desc {
max-height: none;
font-size: 0.888rem;
}
}
.prod02__footer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.prod02__footer .price {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
height: 32px;
line-height: 1;
border-left: 4px solid #ffde1a;
padding: 6px 10px;
font-size: 1.111rem;
color: #000;
}
.prod02__footer .price .sup {
font-size: 12px;
margin-left: 5px;
margin-top: -1px;
}
.prod02__footer .quantity-product {
width: 105px;
height: 54px;
margin-right: -2px;
-webkit-transition: -webkit-transform 0.4s ease;
transition: -webkit-transform 0.4s ease;
transition: transform 0.4s ease;
transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
@media (min-width: 992px) {
.prod02__footer .quantity-product {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
}
.prod02__footer .quantity-product.no-transform {
-webkit-transform: none !important;
transform: none !important;
}
.prod02__footer .quantity-product input {
margin: 0 3px;
}
.prod02__footer .btn-primary {
padding: 0 22px;
}
@media (max-width: 991px) {
.prod02__footer .btn-primary {
width: 110px;
padding: 0 10px;
}
}
.prod02 .add-to-card-btn {
width: 127px;
}
.prod02 .add-to-card-single {
width: 127px;
}
@media (max-width: 991px) {
.prod02 .add-to-card-btn {
width: 110px;
}
.prod02 .add-to-card-single {
width: 110px;
}
}
.product-detail__inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.product-detail__img {
position: relative;
width: 41.666667%;
margin-left: 8.333333%;
text-align: center;
}
@media (max-width: 1629px) {
.product-detail__img {
width: 50%;
margin-left: 0;
}
}
@media (max-width: 1199px) {
.product-detail__img {
width: 100%;
}
}
.product-detail__img img {
display: inline-block;
}
.product-detail .prod01 {
width: 33.333333%;
margin-left: 8.333333%;
}
@media (max-width: 1629px) {
.product-detail .prod01 {
width: 50%;
margin-left: 0;
padding-left: 40px;
}
}
@media (max-width: 1199px) {
.product-detail .prod01 {
width: 100%;
padding: 0;
}
}
.product-detail .prod01__top {
padding-left: 0;
}
.product-detail .prod01__cont {
width: auto;
margin-left: 0;
}
.product-detail .prod01__cont > .text {
max-height: none;
}
@media (max-width: 575px) {
.product-detail .prod01__cont > .text {
font-size: 0.888rem;
}
}
.product-detail .prod01__footer {
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;
}
@media (max-width: 575px) {
.product-detail .prod01__footer {
display: block;
}
}
.product-detail .prod01__price-total {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 0.888rem;
font-weight: 500;
}
@media (max-width: 575px) {
.product-detail .prod01__price-total {
margin-bottom: 20px;
}
}
.product-detail .prod01__price-total .price {
font-size: 1.777rem;
font-weight: 400;
}
@media (max-width: 575px) {
.product-detail .prod01__price-total .price {
font-size: 1.444rem;
}
}
.product-detail .prod01__price-total .sup {
font-size: 0.722rem;
margin: 0 0 0 3px;
}
.product-detail .prod01__btn-wrap {
padding: 0;
}
.product-detail .prod01__btn-wrap .add-to-card-btn {
margin-left: 20px;
}
.product-detail .prod01__btn-wrap .add-to-card-single {
margin-left: 20px;
}
.tabs__caption-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
@media (max-width: 991px) {
.tabs__caption-wrap {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
.tabs__caption li {
cursor: pointer;
}
.tabs__content {
display: none;
}
.tabs__content.active {
display: block;
}
.in-tabs {
margin-bottom: 60px;
}
@media (max-width: 1450px) {
.in-tabs {
margin-bottom: 30px;
}
}
@media (max-width: 1199px) {
.in-tabs {
margin-bottom: 0;
}
}
.in-tabs .tabs__caption {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 15px 0 0;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.in-tabs .tabs__caption li {
position: relative;
font-family: "Intro", sans-serif;
font-weight: 700;
font-size: 0.777rem;
color: #a3a3a3;
letter-spacing: 0.05em;
text-transform: uppercase;
margin-right: 50px;
margin-bottom: 15px;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
@media (max-width: 991px) {
.in-tabs .tabs__caption li {
margin-right: 20px;
}
}
.in-tabs .tabs__caption li:after {
position: absolute;
content: "";
bottom: -1px;
left: 0;
right: 0;
width: 100%;
height: 2px;
background-color: transparent;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.in-tabs .tabs__caption li:last-child {
margin-right: 0;
}
.in-tabs .tabs__caption li.active {
color: #000;
}
.in-tabs .tabs__caption li.active:after {
background-color: #ffde1a;
}
@media (min-width: 992px) {
.in-tabs .tabs__caption li:hover {
color: #000;
}
}
.benefits.style-01 .benefits__item {
color: rgba(255, 255, 255, 0.8);
border-right: 1px solid rgba(255, 255, 255, 0.15);
}
@media (max-width: 1359px) {
.benefits.style-01 .benefits__item {
border-right: none;
}
}
.benefits.style-01 .benefits__item .icon .border svg path {
stroke: #ffde1a;
}
.benefits.style-01 .benefits__item .title {
color: #fff;
}
.benefits.style-02 .benefits__item {
color: #525252;
border-right: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 1359px) {
.benefits.style-02 .benefits__item {
border-right: none;
}
}
.benefits.style-02 .benefits__item .icon .border svg path {
stroke: #ffde1a;
fill: #ffde1a;
}
.benefits.style-02 .benefits__item .title {
color: #000;
}
.benefits__inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.benefits__item {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
text-align: center;
padding: 10px 3%;
}
@media (max-width: 1629px) {
.benefits__item {
padding: 10px 15px;
}
}
@media (max-width: 1359px) {
.benefits__item {
-webkit-box-flex: 1;
-ms-flex: auto;
flex: auto;
width: 50%;
padding: 20px 8%;
}
}
@media (max-width: 991px) {
.benefits__item {
padding: 20px 15px;
}
}
@media (max-width: 767px) {
.benefits__item {
width: 100%;
padding: 20px 0;
}
}
.benefits__item:last-of-type {
border-right: none;
}
.benefits__item .icon {
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;
position: relative;
width: 92px;
height: 92px;
line-height: 0;
margin: 0 auto 20px;
}
.benefits__item .icon .border {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 1;
}
.benefits__item .icon img {
position: relative;
z-index: 2;
}
.benefits__item .title {
position: relative;
margin-bottom: 12px;
display: inline-block;
letter-spacing: 0.05em;
}
@media (max-width: 1450px) {
.benefits__item .text {
font-size: 0.888rem;
}
}
.benefits__item .decor {
position: absolute;
top: 0;
left: 0;
-webkit-transform: translate(-60%, -60%);
transform: translate(-60%, -60%);
}
.benefits-2__inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.benefits-2__item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 25%;
padding: 48px 35px;
border-right: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 1450px) {
.benefits-2__item {
padding: 48px 20px;
}
}
@media (max-width: 1199px) {
.benefits-2__item {
-webkit-box-flex: 1;
-ms-flex: auto;
flex: auto;
width: 50%;
border-right: none;
padding: 20px 8%;
}
}
@media (max-width: 991px) {
.benefits-2__item {
padding: 20px 15px;
}
}
@media (max-width: 767px) {
.benefits-2__item {
width: 100%;
padding: 20px 0;
}
}
.benefits-2__item:last-of-type {
border-right: none;
}
.benefits-2__item .image {
-ms-flex-negative: 0;
flex-shrink: 0;
width: 80px;
padding-right: 10px;
}
.benefits-2__text {
font-size: 0.888rem;
line-height: 1.5;
padding-top: 5px;
}
@media (max-width: 767px) {
.benefits-2__text {
max-width: 100%;
}
}
.benefits-2__text .number {
font-size: 2.222rem;
font-weight: 700;
line-height: 1;
color: #000;
margin-bottom: 3px;
}
.benefits-2__text .text {
max-width: 180px;
}
@media (max-width: 767px) {
.benefits-2__text .text {
max-width: 100%;
}
}
.s-about__top .decor:first-child {
right: -70px;
top: 0;
z-index: -1;
}
.s-about__top .text {
max-width: 550px;
line-height: 1.6;
}
.s-about__bottom .decor:first-child {
bottom: -60px;
right: -10px;
}
@media (max-width: 1629px) {
.s-about__bottom .decor:first-child {
bottom: -100px;
}
}
.s-about__bottom .decor:nth-child(2) {
width: 36px;
bottom: 29%;
right: -15px;
}
.s-about__bottom .decor:nth-child(3) {
width: 32px;
bottom: 15%;
right: 110px;
}
.s-about__bottom .text {
padding-right: 70px;
}
@media (max-width: 1629px) {
.s-about__bottom .text {
padding-right: 0;
}
}
@media (max-width: 1450px) {
.s-about__bottom .text {
font-size: 0.888rem;
}
}
.s-about .title-wrap {
margin-left: 195px;
}
@media (max-width: 1629px) {
.s-about .title-wrap {
margin-left: 0;
}
}
@media (max-width: 1450px) {
.s-about .title-wrap {
font-size: 0.888rem;
}
}
.s-instagram .decor-wrapper-1 .decor {
z-index: 1;
}
.s-instagram .decor-wrapper-1 .decor:first-child {
left: -13%;
top: 41%;
}
.s-instagram .decor-wrapper-1 .decor:nth-child(2) {
left: -19%;
top: 8%;
}
.s-instagram .decor-wrapper-2 .decor {
z-index: 1;
}
.s-instagram .decor-wrapper-2 .decor:first-child {
left: -39%;
top: -13%;
}
.s-instagram .title-wrap {
position: relative;
padding-top: 40px;
}
@media (max-width: 1629px) {
.s-instagram .title-wrap {
padding-top: 0;
margin-top: -20px;
}
}
@media (max-width: 991px) {
.s-instagram .title-wrap {
margin-top: 0;
}
}
.s-instagram .title-wrap .decor:first-child {
right: -35%;
top: 40px;
}
@media (max-width: 1630px) {
.s-instagram .title-wrap .decor:first-child {
right: -50%;
}
}
.insta-mobile-wrap {
display: none;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 -10px;
}
@media (max-width: 991px) {
.insta-mobile-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
}
.insta-mobile-wrap .instagram-feed {
width: 33.333%;
padding: 10px;
}
.i-feed-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 10px !important;
}
@media (max-width: 991px) {
.i-feed-wrap {
display: none;
}
}
.i-feed-wrap.type-01 {
padding: 0 !important;
}
.i-feed-wrap.type-01 .item {
width: 50%;
height: 50%;
padding: 10px;
}
.i-feed-wrap .instagram-feed {
width: 100%;
position: relative;
z-index: 2;
}
.instagram-photo {
display: block;
position: relative;
padding-bottom: 100%;
overflow: hidden;
}
.instagram-photo:before {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: inherit;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
-webkit-transition: 0.8s;
transition: 0.8s;
}
@media (min-width: 992px) {
.instagram-photo:hover:before {
}
}
.instagram-photo-feed {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: 100%;
}
.instagram-photo-row {
margin: 0 -2.5px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
@media (max-width: 991px) {
.instagram-photo-row {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
}
.instagram-photo-row .col-i {
padding: 0 2.5px;
margin-bottom: 5px;
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
}
@media (max-width: 991px) {
.instagram-photo-row .col-i {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
}
}
@media (max-width: 769px) {
.instagram-photo-row .col-i {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33%;
flex: 0 0 33.33%;
}
}
@media (max-width: 575px) {
.instagram-photo-row .col-i {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
}
}
.instagram-photo-photo {
display: block;
padding-bottom: 100%;
position: relative;
overflow: hidden;
}
.instagram-photo-photo:before {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: inherit;
-webkit-transition: 0.8s;
transition: 0.8s;
}
@media (min-width: 992px) {
.instagram-photo-photo:hover:before {
-webkit-transform: scale(1.06);
transform: scale(1.06);
}
}
.instagram-photo-wr-btn {
text-align: center;
overflow: hidden;
}
.instagram-photo-wr-btn a {
color: #292929;
text-decoration: none;
font-size: 28px;
font-weight: 500;
-webkit-transition: 0.2s;
transition: 0.2s;
position: relative;
}
.instagram-photo-wr-btn a:after,
.instagram-photo-wr-btn a:before {
content: "";
display: block;
position: absolute;
width: 50vw;
height: 1px;
background-color: #e9e9e8;
top: 50%;
}
.instagram-photo-wr-btn a:before {
right: calc(100% + 25px);
}
.instagram-photo-wr-btn a:after {
left: calc(100% + 25px);
}
@media (min-width: 992px) {
.instagram-photo-wr-btn a:hover {
color: #646261;
}
}
.s-text__inner {
max-width: 950px;
margin: 0 auto;
}
@media (max-width: 1450px) {
.s-text .text {
font-size: 0.888rem;
}
}
.acc-body {
display: none;
}
.s-open-positions .title-wrap {
max-width: 730px;
margin: 0 auto;
}
@media (max-width: 1450px) {
.position-inner {
margin: 0 -100px;
}
}
@media (max-width: 1199px) {
.position-inner {
margin: 0;
}
}
.position-list .decor:first-child {
left: -33%;
top: 7%;
}
.position-list .decor:nth-child(2) {
left: -18%;
top: 31%;
}
.position-list .decor:nth-child(3) {
right: -16%;
top: 70%;
}
.position-list .decor:nth-child(4) {
right: -29%;
top: 47%;
}
.position-i {
border-top: 1px solid #ebebeb;
padding: 30px 0;
}
@media (max-width: 575px) {
.position-i:last-child {
padding-bottom: 0;
}
.position-i:last-child .position-i__desc {
padding-bottom: 0;
}
}
@media (max-width: 991px) {
.position-i {
padding: 15px 0;
}
}
.position-i__main {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
@media (max-width: 991px) {
.position-i__main {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
}
.position-i__photo {
-ms-flex-negative: 0;
flex-shrink: 0;
}
@media (max-width: 575px) {
.position-i__photo {
display: none;
}
}
.position-i__center {
margin: 0 40px;
}
@media (max-width: 991px) {
.position-i__center {
margin: 0;
padding: 15px 0 0 15px;
width: calc(100% - 140px);
}
}
@media (max-width: 575px) {
.position-i__center {
margin: 0;
padding: 15px 0 0;
width: 100%;
}
}
.position-i__center .title {
margin-bottom: 15px;
}
@media (max-width: 991px) {
.position-i__center .title {
margin-bottom: 5px;
}
}
.position-i__read-more {
width: 210px;
-ms-flex-negative: 0;
flex-shrink: 0;
text-align: right;
}
@media (max-width: 991px) {
.position-i__read-more {
width: 100%;
text-align: center;
}
}
@media (max-width: 575px) {
.position-i__read-more {
text-align: left;
}
}
.position-i__desc {
padding: 0 250px 15px 180px;
}
@media (max-width: 991px) {
.position-i__desc {
padding: 15px 0 15px 155px;
}
}
@media (max-width: 575px) {
.position-i__desc {
padding: 15px 0;
}
}
.position-i__desc .title {
font-family: "Intro", sans-serif;
font-weight: 700;
color: #000;
}
.position-i__desc ul {
margin-bottom: 30px;
}
@media (max-width: 991px) {
.position-i__desc ul {
margin-bottom: 20px;
}
}
.position-i__desc ul li {
margin-bottom: 10px;
}
.position-i__desc .btn {
margin-top: 10px;
}
@media (max-width: 991px) {
.position-i__desc .btn {
margin-top: 0;
}
}
.new-item {
max-width: 655px;
margin: 25px auto;
}
@media (max-width: 991px) {
.new-item {
margin: 15px auto;
}
}
.new-item__img {
display: block;
position: relative;
overflow: hidden;
margin-bottom: 22px;
}
@media (min-width: 992px) {
.new-item__img:hover .img {
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
}
.new-item__img .img {
-webkit-transition: -webkit-transform 0.5s linear;
transition: -webkit-transform 0.5s linear;
transition: transform 0.5s linear;
transition: transform 0.5s linear, -webkit-transform 0.5s linear;
}
.new-item__title {
display: inline-block;
margin-bottom: 10px;
}
@media (min-width: 992px) {
.new-item__title:hover .title {
color: #525252;
}
}
.new-item__title .title {
max-height: 2.6em;
overflow: hidden;
-webkit-transition: color 0.3s ease;
transition: color 0.3s ease;
}
@media (max-width: 991px) {
.new-item__title .title {
max-height: none;
overflow: visible;
}
}
.new-item__desc {
max-height: 4.65em;
overflow: hidden;
}
@media (max-width: 1450px) {
.new-item__desc {
font-size: 0.888rem;
}
}
@media (max-width: 991px) {
.new-item__desc {
max-height: none;
overflow: visible;
}
}
@media (max-width: 1450px) {
.s-left-right .text-wrap {
margin: 0 -50px;
}
}
@media (max-width: 1199px) {
.s-left-right .text-wrap {
margin: 0;
}
}
@media (max-width: 575px) {
.s-left-right .text {
font-size: 0.888rem;
}
}
.img-with-decor {
position: relative;
}
.img-with-decor .img {
position: relative;
z-index: 1;
}
.img-with-decor.type-01 .decor:first-child {
top: -45px;
left: -54px;
}
.img-with-decor.type-01 .decor:nth-child(2) {
bottom: -69px;
right: -87px;
}
.img-with-decor.type-02 .decor:first-child {
top: -51px;
right: -61px;
}
.img-with-decor.type-02 .decor:nth-child(2) {
bottom: -41px;
left: -56px;
}
.form-decor-style-01 .decor:first-child {
left: -48%;
top: -8%;
}
.form-decor-style-01 .decor:nth-child(2) {
width: 50px;
left: -22%;
top: 29%;
}
.form-decor-style-01 .decor:nth-child(3) {
width: 32px;
left: -37%;
top: 79%;
}
.form-decor-style-01 .decor:nth-child(4) {
right: -23%;
top: 11%;
}
.form-decor-style-01 .decor:nth-child(5) {
right: -43%;
top: 57%;
}
.form-decor-style-02 .decor:first-child {
width: 53px;
left: -46%;
top: 14%;
}
.form-decor-style-02 .decor:nth-child(2) {
width: 44px;
left: -29%;
bottom: 8%;
}
.form-decor-style-02 .decor:nth-child(3) {
width: 50px;
right: -40%;
top: 26%;
}
.info-box {
background-color: #000;
-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
text-align: center;
padding: 15px 30px;
margin-bottom: 20px;
}
.info-box h5 {
color: #fff;
font-size: 14px;
line-height: 22px;
margin-bottom: 5px;
}
.info-box p {
font-size: 13px;
line-height: 22px;
color: rgba(255, 255, 255, 0.7);
}
.contacts-main__left {
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-pack: center;
-ms-flex-pack: center;
justify-content: center;
height: 100%;
position: relative;
}
.contacts-main__left .decor:first-child {
width: 38px;
top: 2%;
left: 42%;
}
.contacts-main__left .decor:nth-child(2) {
width: 30px;
top: 38%;
left: -32%;
}
.contacts-main__left .decor:nth-child(3) {
width: 40px;
bottom: 3%;
right: 28%;
}
.contacts-main__map {
position: relative;
}
.contacts-main__map .decor:first-child {
bottom: -69px;
right: -87px;
}
.contacts-main__map .map-block {
height: 540px;
}
@media (max-width: 1199px) {
.contacts-main__map .map-block {
height: 450px;
}
}
@media (max-width: 767px) {
.contacts-main__map .map-block {
height: 300px;
}
}
.contacts-list .c-item {
display: inline-block;
}
@media (min-width: 992px) {
.contacts-list .c-item:hover {
color: #000;
}
}
.c-item {
display: block;
font-size: 16px;
color: #525252;
font-weight: 500;
text-decoration: none;
position: relative;
padding-left: 38px;
-webkit-transition: 0.2s;
transition: 0.2s;
margin-bottom: 25px;
}
@media (min-width: 992px) {
.c-item:hover {
color: #ffde1a;
}
}
.c-item .icon {
position: absolute;
top: 50%;
left: 0;
width: 24px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
line-height: 0;
text-align: center;
}
.c-item .icon img {
display: inline-block;
}
.delivery-main {
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;
margin-left: -10px;
margin-right: -10px;
}
.delivery-main__left {
width: 33.333333%;
margin-left: 8.333333%;
padding: 0 10px;
}
@media (max-width: 1450px) {
.delivery-main__left {
width: 40%;
margin-left: 5%;
}
}
@media (max-width: 1199px) {
.delivery-main__left {
width: 100%;
margin: 0;
}
}
@media (max-width: 575px) {
.delivery-main__left .text {
font-size: 0.888rem;
}
}
.delivery-items {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 40px 0 35px;
}
@media (max-width: 1199px) {
.delivery-items {
margin: 25px 0;
}
}
.delivery-items .item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 33%;
}
@media (max-width: 575px) {
.delivery-items .item {
width: 100%;
margin-bottom: 20px;
}
.delivery-items .item:last-child {
margin-bottom: 0;
}
}
.delivery-items .item__icon {
-ms-flex-negative: 0;
flex-shrink: 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;
position: relative;
width: 64px;
height: 64px;
margin-right: 20px;
}
.delivery-items .item__icon img {
position: relative;
margin-left: 2px;
z-index: 1;
}
.delivery-items .item__text {
font-size: 0.777rem;
line-height: 1.428;
padding-right: 5px;
}
.delivery-items .item .border {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.delivery-items .item .time {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
font-size: 1.444rem;
font-weight: 500;
color: #000;
line-height: 1;
margin-bottom: 5px;
}
.delivery-items .item .sup {
font-size: 0.777rem;
margin-left: 5px;
}
.delivery-map-block {
width: 50%;
margin-left: 8.333333%;
position: relative;
padding: 0 10px;
}
@media (max-width: 1450px) {
.delivery-map-block {
margin-left: 5%;
}
}
@media (max-width: 1199px) {
.delivery-map-block {
width: 100%;
margin: 0;
}
}
.delivery-map-block .decor:first-child {
top: -45px;
right: -61px;
}
.delivery-map-block .decor:nth-child(2) {
bottom: -66px;
left: -84px;
}
.delivery-map-block .map-block {
height: 640px;
}
@media (max-width: 1199px) {
.delivery-map-block .map-block {
height: 450px;
}
}
@media (max-width: 767px) {
.delivery-map-block .map-block {
height: 300px;
}
}
.delivery-map-block .delivery-inputs {
position: absolute;
top: 30px;
left: 30px;
z-index: 1;
font-size: 0;
}
@media (max-width: 575px) {
.delivery-map-block .delivery-inputs {
top: 5px;
left: 15px;
right: 15px;
}
}
.delivery-map-block .delivery-inputs .input-field-wrapp {
display: inline-block;
margin: 0;
width: 385px;
}
@media (max-width: 575px) {
.delivery-map-block .delivery-inputs .input-field-wrapp {
width: 100%;
}
}
.delivery-map-block .delivery-inputs .input-field-wrapp .input-field {
background: #fff;
}
.delivery-map-block .delivery-inputs .input-field-wrapp .input-field:focus {
background-color: #fff !important;
}
.b-payment .decor-wrapper .decor:first-child {
left: -11%;
bottom: 48%;
width: 53px;
height: 54px;
}
.b-payment .decor-wrapper .decor:nth-child(2) {
left: 0;
top: -80%;
width: 40px;
height: 40px;
}
.b-payment .decor-wrapper .decor:nth-child(3) {
right: -9%;
top: -17%;
width: 50px;
height: 54px;
}
.b-payment__inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.b-payment__item {
width: 33.333%;
text-align: center;
padding: 10px 5%;
border-right: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 1360px) {
.b-payment__item {
padding: 10px 15px;
}
}
@media (max-width: 991px) {
.b-payment__item {
width: 50%;
margin-bottom: 10px;
border-right: none;
}
}
@media (max-width: 767px) {
.b-payment__item {
width: 100%;
}
}
.b-payment__item:last-of-type {
border-right: none;
}
.b-payment__item .icon {
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;
position: relative;
width: 90px;
height: 92px;
line-height: 0;
margin: 0 auto 20px;
}
.b-payment__item .icon .border {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 1;
}
.b-payment__item .icon img {
position: relative;
z-index: 2;
}
.b-payment__item .title {
position: relative;
margin-bottom: 12px;
display: inline-block;
letter-spacing: 0.05em;
}
@media (max-width: 991px) {
.b-payment__item .title {
margin-bottom: 8px;
}
}
.b-payment__item .decor {
position: absolute;
top: 0;
left: 0;
-webkit-transform: translate(-60%, -60%);
transform: translate(-60%, -60%);
}
.s-order .title-wh-dec {
position: relative;
font-size: 16px;
line-height: 1.2em;
}
.s-order .title-wh-dec span {
background-color: #fff;
display: inline-block;
padding-right: 20px;
position: relative;
z-index: 1;
}
.s-order .title-wh-dec:after {
position: absolute;
content: "";
left: 0;
top: 50%;
width: 100%;
display: inline-block;
height: 1px;
background-color: #ebebeb;
}
.main-order {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
position: relative;
}
@media (max-width: 1360px) {
.main-order {
padding-bottom: 160px;
}
}
@media (max-width: 1199px) {
.main-order {
padding-bottom: 150px;
}
}
@media (max-width: 1199px) {
.main-order {
padding-bottom: 160px;
}
}
.l-order {
width: 41.666667%;
margin-left: 8.333333%;
}
@media (max-width: 1629px) {
.l-order {
width: 55%;
margin-left: 0;
padding-left: 25px;
}
}
@media (max-width: 1360px) {
.l-order {
width: 100%;
padding-left: 0;
}
}
.r-order {
width: 50%;
}
@media (max-width: 1629px) {
.r-order {
width: 45%;
}
}
@media (max-width: 1360px) {
.r-order {
width: 100%;
}
}
.r-order__list .item-product-cart {
padding-top: 23px;
padding-bottom: 23px;
}
@media (max-width: 991px) {
.r-order__list .item-product-cart {
padding-top: 20px;
padding-bottom: 20px;
}
}
.r-order__list .item-product-cart:first-child {
border-top: none;
}
@media (max-width: 1199px) {
.r-order__list .item-product-cart .image {
height: 80px;
padding-bottom: 0;
}
}
@media (max-width: 480px) {
.r-order__list .item-product-cart .image {
height: 60px;
}
}
.r-order__list .item-product-cart .remove-product {
width: 20px;
height: 20px;
}
.r-order__list .item-product-cart .remove-product:before {
top: 47%;
font-size: 9px;
margin-bottom: 1px;
}
.r-order__bottom {
padding: 30px;
background-image: url(../img/dark-wall.jpg);
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;
}
@media (max-width: 1360px) {
.r-order__bottom {
position: absolute;
bottom: 0;
left: 0;
right: 0;
}
}
@media (max-width: 1199px) {
.r-order__bottom {
padding: 20px;
}
}
@media (max-width: 767px) {
.r-order__bottom {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding: 10px 10px 20px;
}
}
.r-order__bottom .price {
color: #fff;
font-size: 16px;
font-weight: 500;
padding-right: 15px;
}
@media (max-width: 767px) {
.r-order__bottom .price {
padding-right: 0;
margin-bottom: 5px;
}
}
.r-order__bottom .total {
color: #ffde1a;
font-size: 32px;
font-weight: 400;
vertical-align: middle;
margin-left: 10px;
}
.r-order__bottom .sub {
color: #ffde1a;
font-size: 13px;
font-weight: 400;
vertical-align: text-bottom;
position: relative;
top: -7px;
}
@media (max-width: 575px) {
.r-order__bottom .main-order-button {
width: 100%;
}
}
.order-map .map-block {
height: 400px;
}
@media (max-width: 767px) {
.order-map .map-block {
height: 300px;
}
}
.order-tabs .tabs__caption {
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;
}
@media (max-width: 575px) {
.order-tabs .tabs__caption {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
}
.order-tabs .tabs__caption li {
position: relative;
color: #a3a3a3;
font-size: 0.888rem;
margin-right: 50px;
padding-left: 29px;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
@media (max-width: 991px) {
.order-tabs .tabs__caption li {
margin-right: 20px;
margin-bottom: 5px;
}
}
@media (min-width: 992px) {
.order-tabs .tabs__caption li:hover {
color: #000;
}
}
.order-tabs .tabs__caption li:before {
position: absolute;
content: "";
top: 5px;
left: 0;
width: 14px;
height: 14px;
border: 1px solid #dbdbdb;
border-radius: 2px;
-webkit-transition: background-color 0.2s ease, border-color 0.2s ease;
transition: background-color 0.2s ease, border-color 0.2s ease;
}
.order-tabs .tabs__caption li.active {
color: #000;
}
.order-tabs .tabs__caption li.active:before {
background: #000 url(../img/check.svg) no-repeat center;
background-size: 10px auto;
border-color: #000;
}
.order-tabs .tabs__content {
padding: 0 0 15px;
}
@media (max-width: 991px) {
.order-tabs .tabs__content {
padding: 0 0 15px;
}
}
.checkbox-accordeon-content {
display: none;
}
.o-caption {
font-size: 0.666rem;
font-weight: 500;
color: #000;
}
.i-cash .input {
max-width: 385px;
margin-top: 7px;
}
.o-toggle-btn {
display: inline-block;
position: relative;
color: #333;
padding-right: 20px;
cursor: pointer;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.o-toggle-btn.active:after {
top: 8px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
@media (min-width: 992px) {
.o-toggle-btn:hover {
color: #000;
}
.o-toggle-btn:hover:after {
border-color: #000;
}
}
.o-toggle-btn:after {
position: absolute;
content: "";
top: 5px;
right: 2px;
width: 6px;
height: 6px;
border: 1px solid #333;
border-right: none;
border-bottom: none;
-webkit-transform: rotate(-135deg);
transform: rotate(-135deg);
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.o-toggle-field {
display: none;
padding: 15px 0 5px;
}
.o-toggle-field .input {
margin-bottom: 0;
}
.b-minimum-cost {
border: 2px solid #ebebeb;
padding: 20px 30px;
border-radius: 2px;
}
@media (max-width: 767px) {
.b-minimum-cost {
padding: 15px;
}
}
.b-minimum-cost .cost-lines {
position: relative;
height: 42px;
width: 100%;
}
.b-minimum-cost .cost-lines .item {
position: absolute;
top: 50%;
margin-top: -2px;
left: 0;
height: 4px;
}
.b-minimum-cost .cost-lines .total-line {
width: 100%;
background-color: #ebebeb;
}
.b-minimum-cost .cost-lines .current-line {
max-width: 100% !important;
background-color: #ffde1a;
-webkit-transition: width 0.5s linear;
transition: width 0.5s linear;
}
.b-minimum-cost .cost-lines .current-line.green {
background-color: #368323;
}
.b-minimum-cost .cost-lines .total-cost {
position: absolute;
top: -20px;
right: 0;
font-size: 0.666rem;
line-height: 1;
}
.b-minimum-cost .cost-lines .current-cost {
position: absolute;
bottom: -20px;
right: 0;
font-size: 0.777rem;
font-weight: 700;
color: #000;
line-height: 1;
}
.b-eco {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
@media (max-width: 575px) {
.b-eco {
display: block;
}
}
.b-eco .i-eco {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 0.888rem;
color: #000;
margin-right: 15px;
margin-bottom: 1px;
}
@media (max-width: 575px) {
.b-eco .i-eco {
margin-bottom: 5px;
}
}
.b-eco .eco-icon {
-ms-flex-negative: 0;
flex-shrink: 0;
width: 24px;
margin-right: 10px;
}
.order-receipt {
max-width: 680px;
width: 100%;
border: 1px solid #ebebeb;
border-radius: 4px;
margin: 0 auto;
padding: 35px 80px;
}
@media (max-width: 767px) {
.order-receipt {
padding: 15px;
}
}
.receipt-table {
font-size: 0.888rem;
line-height: 1.25;
}
.receipt-table__item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
border-bottom: 1px solid #ebebeb;
padding: 20px 0;
}
.receipt-table__item:last-child {
border-bottom: none;
}
.receipt-table .title {
width: 50%;
padding-right: 10px;
}
@media (max-width: 575px) {
.receipt-table .title {
width: 100%;
margin-bottom: 10px;
}
}
.receipt-table .cont {
width: 50%;
}
@media (max-width: 575px) {
.receipt-table .cont {
width: 100%;
}
}
.receipt-table .cont .item {
margin-bottom: 13px;
}
.receipt-table .cont .item:last-child {
margin-bottom: 0;
}
.receipt-table .small-text {
font-size: 0.666rem;
line-height: 1.333;
}
.receipt-table .small-title {
color: #000;
font-weight: 500;
margin-bottom: 5px;
}
.receipt-table .small-title:last-child {
margin-bottom: 0;
}
.search-mobile-button {
display: none;
text-align: center;
margin-bottom: 10px;
}
body.mobile .search-mobile-button {
display: block;
}
.deliveryWarning .errorMsg {
display: none;
position: relative;
margin-bottom: 10px;
font-size: 0.9rem;
line-height: 1.2;
letter-spacing: 0.01em;
color: #bc2626;
}
.deliveryWarning .errorMsg b,
.deliveryWarning .errorMsg strong {
color: #bc2626;
}
.pay-main-wrapper .product-label {
font-size: 16px;
line-height: 30px;
color: #fff;
font-weight: 300;
text-transform: inherit;
letter-spacing: 0.5px;
white-space: inherit;
}
.pay-main-wrapper .product-label b,
.pay-main-wrapper .product-label span {
font-weight: 700;
padding-left: 4px;
}
.pay-main-wrapper .product-label i:last-child {
display: none;
}
.pac-container {
background: #fff;
border-radius: 0;
}
.pac-container .pac-item {
margin: 0;
padding: 0 15px;
border-top: 1px solid #eee;
font-size: 14px;
color: #000;
line-height: 40px;
font-weight: 300;
position: relative;
display: block;
cursor: pointer;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.pac-container .pac-item:first-child {
border-top: none;
}
.pac-icon-marker {
display: none !important;
}
.pac-item-query {
font-size: 16px;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.pac-container.pac-logo:after {
content: none;
}
@media (max-width: 1450px) {
.single-article > .container > .row {
margin-left: -115px;
margin-right: -115px;
}
}
@media (max-width: 1199px) {
.single-article > .container > .row {
margin-left: -15px;
margin-right: -15px;
}
}
@media (max-width: 1450px) {
.s-privacy > .container > .row {
margin-left: -115px;
margin-right: -115px;
}
}
@media (max-width: 1199px) {
.s-privacy > .container > .row {
margin-left: -15px;
margin-right: -15px;
}
}
.basket-up {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
position: fixed;
right: 0;
top: 0;
height: 100%;
width: 100%;
max-width: 735px;
background-color: #fff;
padding: 0 30px;
z-index: 46;
-webkit-transform: translateX(100%);
transform: translateX(100%);
-webkit-transition: 0.3s linear;
transition: 0.3s linear;
}
@media (max-width: 991px) {
.basket-up {
max-width: 100%;
padding: 0 15px;
}
}
.basket-up .title-top {
-ms-flex-negative: 0;
flex-shrink: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 15px 50px 15px 0;
position: relative;
height: 110px;
}
@media (max-width: 1199px) {
.basket-up .title-top {
height: 85px;
}
}
@media (max-width: 991px) {
.basket-up .title-top {
height: 75px;
}
}
.basket-up .title-top .btn-close {
position: absolute;
top: 50%;
right: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 1;
}
.basket-up .basket-bottom {
padding: 30px;
margin: 0 -30px;
background-image: url(../img/dark-wall.jpg);
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;
}
@media (max-width: 1629px) {
.basket-up .basket-bottom {
padding: 20px;
}
}
@media (max-width: 991px) {
.basket-up .basket-bottom {
margin: 0 -15px;
display: block;
-ms-flex-negative: 0;
flex-shrink: 0;
text-align: center;
padding: 10px 0 20px;
}
}
@media (max-width: 575px) {
.basket-up .basket-bottom {
padding: 5px 0 10px;
}
}
.basket-up .basket-bottom .price {
color: #fff;
font-size: 16px;
font-weight: 500;
padding-right: 15px;
}
@media (max-width: 768px) {
.basket-up .basket-bottom .price {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
text-align: center;
margin-bottom: 10px;
padding-right: 0;
}
}
@media (max-width: 575px) {
.basket-up .basket-bottom .price {
margin-bottom: 5px;
}
}
.basket-up .basket-bottom .total {
color: #ffde1a;
font-size: 1.777rem;
font-weight: 400;
vertical-align: middle;
margin-left: 10px;
}
@media (max-width: 767px) {
.basket-up .basket-bottom .total {
font-size: 1.444rem;
}
}
@media (max-width: 575px) {
.basket-up .basket-bottom .total {
font-size: 1.3rem;
margin-bottom: 3px;
vertical-align: inherit;
}
}
.basket-up .basket-bottom .sub {
color: #ffde1a;
font-size: 13px;
font-weight: 400;
vertical-align: text-bottom;
position: relative;
top: -7px;
}
@media (max-width: 575px) {
.basket-up .basket-bottom .sub {
top: -9px;
}
}
.basket-up-wr {
display: block;
}
.basket-up-wr .layer-close {
position: fixed;
left: 0;
top: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.6);
opacity: 0;
-webkit-transition: 0.2s;
transition: 0.2s;
z-index: 46;
visibility: hidden;
}
.basket-up-wr.active {
display: block;
}
.basket-up-wr.active .layer-close {
opacity: 1;
visibility: visible;
}
.basket-up-wr.active .basket-up {
-webkit-transform: translateX(0);
transform: translateX(0);
}
.basket-wrapper {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
overflow-y: auto;
padding-right: 10px;
margin-right: -10px;
}
@media (max-width: 991px) {
.basket-wrapper {
padding-bottom: 30px;
}
}
.item-product-cart {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
padding-top: 30px;
padding-bottom: 30px;
border-top: 1px solid #ebebeb;
position: relative;
}
@media (max-width: 991px) {
.item-product-cart {
padding-top: 20px;
padding-bottom: 20px;
}
}
.item-product-cart .image {
-webkit-box-flex: 0;
-ms-flex: 0 0 80px;
flex: 0 0 80px;
width: 80px;
height: 80px;
background-color: #f7f7f7;
position: relative;
-webkit-transition: 0.2s;
transition: 0.2s;
}
@media (max-width: 480px) {
.item-product-cart .image {
-webkit-box-flex: 0;
-ms-flex: 0 0 60px;
flex: 0 0 60px;
width: 60px;
height: 60px;
}
}
@media (min-width: 992px) {
.item-product-cart .image:hover {
opacity: 0.8;
}
}
.item-product-cart .image img {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
max-width: 95%;
max-height: 95%;
}
.item-product-cart .info {
padding-left: 30px;
-webkit-box-flex: 1;
-ms-flex: auto;
flex: auto;
}
@media (max-width: 991px) {
.item-product-cart .info {
padding-left: 10px;
}
}
.item-product-cart .price {
font-size: 0.666rem;
color: #525252;
line-height: 1.1;
margin-top: 8px;
}
.item-product-cart .in-wr {
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;
margin: -10px 0;
}
@media (max-width: 991px) {
.item-product-cart .in-wr {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 10px 0 -10px;
}
}
.item-product-cart .title {
color: #000;
font-size: 0.889rem;
line-height: 1.25;
font-weight: 500;
text-decoration: none;
-webkit-transition: 0.2s;
transition: 0.2s;
padding-right: 15px;
margin: 18px 0 16px;
}
@media (max-width: 991px) {
.item-product-cart .title {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
padding-right: 0;
margin: 0 0 10px;
}
}
@media (min-width: 992px) {
.item-product-cart .title:hover {
color: #525252;
}
}
.item-product-cart .weight {
width: 65px;
font-size: 0.777rem;
color: #525252;
}
.item-product-cart .total-price {
width: 95px;
font-size: 14px;
font-weight: 500;
color: #000;
padding: 0 15px 0 0;
text-align: right;
}
.item-product-cart .in-sr {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-flex: 1;
-ms-flex: auto;
flex: auto;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-flex: 0;
-ms-flex: 0 0 60%;
flex: 0 0 60%;
}
@media (max-width: 991px) {
.item-product-cart .in-sr {
-webkit-box-flex: 1;
-ms-flex: 1 1 100%;
flex: 1 1 100%;
max-width: 300px;
}
}
.item-product-cart .slide-wrapper {
max-width: 330px;
margin-top: -18px;
}
@media (max-width: 991px) {
.item-product-cart .slide-wrapper {
margin-top: 0;
}
}
.item-product-cart .slide-wrapper .sl-title {
display: inline-block;
padding-right: 15px;
margin-bottom: 5px;
cursor: pointer;
font-size: 12px;
line-height: 1.1em;
letter-spacing: 0.2px;
color: #a3a3a3;
position: relative;
-webkit-transition: 0.2s;
transition: 0.2s;
}
@media (min-width: 992px) {
.item-product-cart .slide-wrapper .sl-title:hover {
color: #ffde1a;
}
.item-product-cart .slide-wrapper .sl-title:hover .icon-arrow:after,
.item-product-cart .slide-wrapper .sl-title:hover .icon-arrow:before {
background-color: #ffde1a;
}
}
.item-product-cart .slide-wrapper .sl-content .text {
font-size: 0.666rem;
}
.item-product-cart .slide-wrapper .icon-arrow {
position: absolute;
right: 0;
top: 5px;
-webkit-transform-origin: 50% 60%;
transform-origin: 50% 60%;
-webkit-transition: 0.3s;
transition: 0.3s;
}
.item-product-cart .slide-wrapper .icon-arrow:after,
.item-product-cart .slide-wrapper .icon-arrow:before {
-webkit-transition: 0.2s;
transition: 0.2s;
}
.item-product-cart .slide-wrapper.active .icon-arrow {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.item-product-cart .remove-product {
width: 32px;
height: 32px;
background-color: rgba(1, 1, 1, 0);
cursor: pointer;
position: relative;
outline: none;
}
@media (max-width: 991px) {
.item-product-cart .remove-product {
position: absolute;
top: 20px;
right: 0;
}
}
.item-product-cart .remove-product:before {
content: "\02715";
color: #cf1f1f;
font-size: 14px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: 0.2s;
transition: 0.2s;
}
.item-product-cart .remove-product .border svg {
stroke: #ebebeb;
fill: rgba(1, 1, 1, 0);
-webkit-transition: 0.2s;
transition: 0.2s;
}
@media (min-width: 992px) {
.item-product-cart .remove-product:hover .border svg {
stroke: #000;
fill: #000;
}
.item-product-cart .remove-product:hover:before {
color: #ffde1a;
}
}
.quantity-product {
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: 118px;
height: 54px;
border-radius: 4px;
padding: 0 10px;
background: url(../img/quantity-border.png) no-repeat center;
background-size: 100% 100%;
overflow: hidden;
}
.quantity-product input {
width: 40px;
height: 40px;
font-size: 16px;
font-weight: 500;
text-align: center;
margin: 0 4px;
outline: none;
}
.quantity-product .add,
.quantity-product .dec {
-ms-flex-negative: 0;
flex-shrink: 0;
width: 20px;
height: 20px;
position: relative;
background: none;
cursor: pointer;
outline: none;
}
.quantity-product .add:before,
.quantity-product .dec:before {
content: "";
display: block;
position: absolute;
height: 2px;
width: 12px;
left: 4px;
top: calc(50% - 1px);
background-color: #a3a3a3;
-webkit-transition: 0.2s;
transition: 0.2s;
}
.quantity-product .add:after {
content: "";
display: block;
position: absolute;
width: 2px;
height: 12px;
top: 4px;
left: calc(50% - 1px);
background-color: #a3a3a3;
-webkit-transition: 0.2s;
transition: 0.2s;
}
.quantity-product.color-white input {
color: #fff;
}
@media (min-width: 992px) {
.quantity-product.color-white .add:hover:after,
.quantity-product.color-white .add:hover:before,
.quantity-product.color-white .dec:hover:after,
.quantity-product.color-white .dec:hover:before {
background-color: #ffde1a;
}
}
.quantity-product.color-black input {
color: #000;
}
@media (min-width: 992px) {
.quantity-product.color-black .add:hover:after,
.quantity-product.color-black .add:hover:before,
.quantity-product.color-black .dec:hover:after,
.quantity-product.color-black .dec:hover:before {
background-color: #000;
}
}
.quantity-product.type-02 {
background-image: none;
padding: 0;
}
.quantity-product.type-02 input {
border: 1px solid #ebebeb;
margin: 0 12px;
}
.quantity-ing {
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: 96px;
height: 25px;
border-radius: 4px;
padding: 0 8px;
background: url(../img/quantity-border.png) no-repeat center;
background-size: 100% 100%;
overflow: hidden;
}
.quantity-ing input {
min-width: 40px;
width: 40px;
height: 100%;
font-size: 16px;
color: #000;
font-weight: 500;
text-align: center;
margin: 0 4px;
outline: none;
}
.quantity-ing .add,
.quantity-ing .dec {
-ms-flex-negative: 0;
flex-shrink: 0;
width: 20px;
height: 20px;
position: relative;
background: none;
cursor: pointer;
outline: none;
}
.quantity-ing .add:before,
.quantity-ing .dec:before {
content: "";
display: block;
position: absolute;
height: 2px;
width: 10px;
left: 5px;
top: calc(50% - 1px);
background-color: #a3a3a3;
-webkit-transition: 0.2s;
transition: 0.2s;
}
.quantity-ing .add:after {
content: "";
display: block;
position: absolute;
width: 2px;
height: 10px;
top: 5px;
left: calc(50% - 1px);
background-color: #a3a3a3;
-webkit-transition: 0.2s;
transition: 0.2s;
}
@media (min-width: 992px) {
.quantity-ing .add:hover:after,
.quantity-ing .add:hover:before,
.quantity-ing .dec:hover:after,
.quantity-ing .dec:hover:before {
background-color: #000;
}
}
.prod0 .quantity-product .add,
.prod0 .quantity-product .dec {
-ms-flex-negative: 0;
flex-shrink: 0;
width: 20px;
height: 20px;
position: relative;
background: none;
cursor: pointer;
outline: none;
}
.add-ingredients .popup-container {
height: 100%;
}
.add-ingredients .popup-align {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: 100%;
padding: 0;
}
.add-ingredients-inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 50px 10% 30px;
}
@media (max-width: 1199px) {
.add-ingredients-inner {
padding: 50px 5% 30px;
}
}
@media (max-width: 767px) {
.add-ingredients-inner {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
}
@media (max-width: 575px) {
.add-ingredients-inner {
padding: 40px 15px;
}
}
.add-ingredients-align {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
overflow: auto;
}
.add-ingredients-items {
width: 63%;
padding-left: 70px;
}
@media (max-width: 1199px) {
.add-ingredients-items {
padding-left: 30px;
}
}
@media (max-width: 991px) {
.add-ingredients-items {
width: 60%;
padding-left: 15px;
}
}
@media (max-width: 767px) {
.add-ingredients-items {
width: 100%;
padding-left: 0;
}
}
.add-ingredients-info {
width: 37%;
}
@media (max-width: 991px) {
.add-ingredients-info {
width: 40%;
margin-bottom: 25px;
}
}
@media (max-width: 767px) {
.add-ingredients-info {
width: 100%;
}
}
.add-ingredients-info .image {
position: relative;
margin-bottom: 40px;
}
.add-ingredients-info > .text {
max-height: 6.932em;
overflow: hidden;
}
.add-ingredients-info .price-wr {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
padding: 5px 0 5px 15px;
border-left: 4px solid #ffde1a;
line-height: 1;
}
.add-ingredients-info .price-wr .item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.add-ingredients-info .price-wr .price {
font-size: 1.444rem;
color: #000;
}
@media (max-width: 991px) {
.add-ingredients-info .price-wr .price {
font-size: 1.333rem;
}
}
.add-ingredients-info .price-wr .price .sup {
font-size: 12px;
color: #000;
margin-left: 6px;
}
.add-ingredients-info .price-wr .weight {
color: #525252;
font-size: 1rem;
margin: 1px 0 0 9px;
}
@media (max-width: 991px) {
.add-ingredients-info .price-wr .weight {
font-size: 0.888rem;
}
}
.add-ingredients-info .price-wr .weight span {
margin-right: 9px;
}
.add-ingredients-info .price-wr .weight .sup {
color: #525252;
font-size: 10px;
margin-left: 3px;
}
.add-ingredients .title-wh-dec {
position: relative;
font-size: 14px;
line-height: 1.2em;
}
.add-ingredients .title-wh-dec span {
background-color: #fff;
display: inline-block;
padding-right: 20px;
position: relative;
z-index: 1;
}
.add-ingredients .title-wh-dec:after {
content: "";
width: 100%;
display: inline-block;
height: 1px;
background-color: #ebebeb;
position: absolute;
left: 0;
top: 50%;
}
.add-ingredients .what-added-items {
font-size: 14px;
font-weight: 500;
color: #000;
padding: 0 25px 0 0;
position: relative;
display: inline-block;
margin: 0 15px 10px 0;
}
.add-ingredients .what-added-items .remove {
width: 20px;
height: 20px;
position: absolute;
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
cursor: pointer;
}
.add-ingredients .what-added-items .remove:before {
content: "\02715";
font-size: 10px;
color: #bc2626;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: 0.2s;
transition: 0.2s;
}
.add-ingredients .what-added-items .remove svg {
stroke: #ebebeb;
fill: rgba(1, 1, 1, 0);
-webkit-transition: 0.2s;
transition: 0.2s;
}
@media (min-width: 992px) {
.add-ingredients .what-added-items .remove:hover svg {
fill: #000;
stroke: #000;
}
.add-ingredients .what-added-items .remove:hover:before {
color: #ffde1a;
}
}
.add-ingredients .wrapper-ingredient {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 -10px 20px;
}
.add-ingredients .item-ingredient {
position: relative;
}
@media (min-width: 992px) {
.add-ingredients .item-ingredient:hover .quantity-ing {
visibility: visible;
opacity: 1;
}
}
.add-ingredients .item-ingredient.item-added .item-ingredient-in .added {
opacity: 1;
visibility: visible;
}
.add-ingredients .item-ingredient.item-added .quantity-ing {
visibility: visible;
opacity: 1;
}
.add-ingredients .item-ingredient .quantity-ing {
position: absolute;
top: 83px;
left: 12px;
right: 12px;
background-color: #fff;
-webkit-transition: 0.2s;
transition: 0.2s;
visibility: hidden;
opacity: 0;
}
@media (max-width: 991px) {
.add-ingredients .item-ingredient .quantity-ing {
visibility: visible;
opacity: 1;
}
}
@media (max-width: 575px) {
.add-ingredients .item-ingredient .quantity-ing {
top: 98px;
}
}
.add-ingredients .item-ingredient .item-ingredient-in {
padding: 10px;
border: 2px solid rgba(1, 1, 1, 0);
-webkit-transition: 0.2s;
transition: 0.2s;
width: 120px;
cursor: pointer;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
@media (min-width: 992px) {
.add-ingredients .item-ingredient .item-ingredient-in:hover {
border: 2px solid #ebebeb;
}
}
.add-ingredients .item-ingredient .item-ingredient-in .image {
position: relative;
background-color: #f7f7f7;
padding-bottom: 100%;
margin-bottom: 10px;
}
@media (max-width: 575px) {
.add-ingredients .item-ingredient .item-ingredient-in .image {
margin-bottom: 30px;
}
}
.add-ingredients .item-ingredient .item-ingredient-in .image > img {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
max-width: 85%;
max-height: 85%;
}
.add-ingredients .item-ingredient .item-ingredient-in .price {
font-size: 0.7rem;
font-weight: 700;
color: #000;
margin-bottom: 4px;
line-height: 1.1;
}
.add-ingredients .item-ingredient .item-ingredient-in .name {
font-size: 0.8rem;
color: #000;
line-height: 1.1;
}
.add-ingredients .item-ingredient .item-ingredient-in .added {
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;
position: absolute;
top: 0;
left: 0;
right: 0;
height: 25px;
font-size: 0.555rem;
color: #fff;
letter-spacing: 0.05em;
font-weight: 700;
text-transform: uppercase;
background-color: #368323;
visibility: hidden;
opacity: 0;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.add-ingredients .item-ingredient .item-ingredient-in .added .icon {
width: 8px;
height: 8px;
margin-left: 6px;
background: url(../img/icon-added.svg) no-repeat center;
background-size: 100% auto;
}
.add-ingredients-informer {
background-image: url(../img/dark-wall.jpg);
padding: 25px 10%;
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;
}
@media (max-width: 1629px) {
.add-ingredients-informer {
padding: 20px 5%;
}
}
@media (max-width: 1199px) {
.add-ingredients-informer {
padding: 20px;
}
}
@media (max-width: 991px) {
.add-ingredients-informer {
display: block;
padding: 20px;
}
}
@media (max-width: 575px) {
.add-ingredients-informer {
padding: 5px 0 10px;
}
}
.add-ingredients-informer .quantity-product {
margin-right: 50px;
}
@media (max-width: 991px) {
.add-ingredients-informer .quantity-product {
margin-right: 15px;
}
}
.add-ingredients-informer .qu-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 0.888rem;
font-weight: 500;
color: #ffde1a;
}
@media (max-width: 991px) {
.add-ingredients-informer .qu-wrapper {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 5px;
}
}
.add-ingredients-informer .qu-wrapper .price {
font-weight: 400;
margin-left: 10px;
}
.add-ingredients-informer .price {
font-size: 1.777rem;
color: #ffde1a;
}
@media (max-width: 767px) {
.add-ingredients-informer .price {
font-size: 1.444rem;
}
}
@media (max-width: 575px) {
.add-ingredients-informer .price {
font-size: 1.3rem;
}
}
.add-ingredients-informer .price sub {
font-size: 13px;
position: relative;
top: -16px;
}
@media (max-width: 575px) {
.add-ingredients-informer .price sub {
top: -9px;
}
}
@media (max-width: 767px) {
.add-ingredients.popup-content {
padding: 0;
}
.add-ingredients.popup-content .btn-close {
right: 10px;
top: 2px;
}
}
.add-ingredients.type-02.popup-content .popup-container {
height: auto;
}
@media (max-width: 767px) {
.add-ingredients.type-02.popup-content .popup-container {
height: 100%;
}
}
.add-ingredients.type-02.popup-content .add-ingredients-items {
width: 100%;
padding-left: 0;
}
.btn-wrapper-bottom {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
@media (max-width: 991px) {
.btn-wrapper-bottom {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: 0 5px;
}
}
.btn-wrapper-bottom > .btn {
margin-left: 25px;
}
.btn-wrapper-bottom > .btn:first-child {
margin-left: 0;
}
@media (max-width: 1450px) {
.btn-wrapper-bottom > .btn {
font-size: 0.722rem;
}
}
@media (max-width: 991px) {
.btn-wrapper-bottom > .btn {
position: relative;
height: 54px;
line-height: 54px;
color: #000;
font-size: 0.777rem;
font-weight: 800;
letter-spacing: 0.05em;
border: none;
border-radius: 2px;
background-color: #ffde1a;
text-transform: uppercase;
padding: 0 23px;
margin: 0 5px;
z-index: 1;
}
.btn-wrapper-bottom > .btn:before {
display: none;
}
}
@media (max-width: 575px) {
.btn-wrapper-bottom > .btn {
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: 42px;
width: calc(50% - 10px);
padding: 0 10px;
font-size: 0.7rem;
line-height: 1.3;
}
}
.ui-widget-header .ui-icon {
background: none !important;
}
.ui-datepicker {
border: none !important;
z-index: 15;
background-color: #fff;
}
.ui-datepicker .ui-state-default,
.ui-datepicker .ui-widget-content .ui-state-default,
.ui-datepicker .ui-widget-header {
border: none !important;
border-radius: 0 !important;
background: none !important;
color: #525252;
}
.ui-datepicker-header {
position: relative;
text-align: center;
}
.ui-datepicker-next,
.ui-datepicker-prev {
position: absolute;
top: 0;
bottom: 0;
width: 44px;
height: 44px;
border-radius: 0 !important;
background: none !important;
border: none !important;
cursor: pointer;
}
.ui-datepicker-next:before,
.ui-datepicker-prev:before {
content: "";
position: absolute;
top: 17px;
width: 10px;
height: 10px;
border-style: solid;
}
.ui-datepicker-prev {
left: 0;
border-right: 1px solid rgba(186, 198, 211, 0.5) !important;
}
.ui-datepicker-prev:before {
left: 18px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
border-width: 2px 0 0 2px;
border-color: #fff transparent transparent #fff;
}
.ui-datepicker-next {
right: 0;
border-left: 1px solid rgba(186, 198, 211, 0.5) !important;
}
.ui-datepicker-next:before {
right: 18px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
border-width: 2px 2px 0 0;
border-color: #fff #fff transparent transparent;
}
.ui-datepicker-title {
color: #2b2b2b;
font-family: "Formular", sans-serif;
font-weight: 700;
font-size: 18px;
line-height: 22px;
letter-spacing: 1.1px;
background-color: #000;
color: #fff;
font-size: 13px;
font-weight: 500;
line-height: 18px;
padding: 12px 60px 14px;
letter-spacing: 1px;
}
.ui-datepicker-month:after,
.ui-datepicker-year,
.ui-icon {
display: none;
}
.ui-datepicker-month {
position: relative;
}
.ui-datepicker-calendar {
width: 100%;
border-collapse: collapse;
}
.ui-datepicker-calendar thead {
background-color: #171717;
}
.ui-datepicker-calendar thead th {
color: #fff;
}
.ui-datepicker-calendar td,
.ui-datepicker-calendar th {
text-align: center;
color: rgba(43, 43, 43, 0.8);
font-size: 12px;
line-height: 12px;
padding: 15px !important;
}
.ui-datepicker-calendar td {
cursor: pointer;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.ui-datepicker-calendar td.ui-datepicker-current-day {
background-color: #ffde1a;
}
.ui-datepicker-calendar td.not-active {
pointer-events: none;
}
.ui-datepicker-calendar td.not-active a {
opacity: 0.54;
}
.ui-datepicker-calendar td a.ui-state-active {
color: #fff;
font-weight: 700;
}
@media (min-width: 992px) {
.ui-datepicker-next:hover,
.ui-datepicker-prev:hover {
border-color: #ffde1a !important;
background-color: #ffde1a !important;
}
.ui-datepicker-calendar td:hover {
background-color: #ffde1a;
}
.ui-datepicker-calendar td:hover a {
color: #fff;
}
}
#order-in-advance {
margin-top: -10px;
}
.swiper-entry {
position: relative;
}
.swiper-container:not(.swiper-no-swiping) .swiper-wrapper {
cursor: url(../img/drag.png) 16 9, ew-resize;
}
.swiper-container-vertical:not(.swiper-no-swiping) .swiper-wrapper {
cursor: url(../img/drag-vertical.png) 8 16, ns-resize;
}
.swiper-pagination {
line-height: 0;
z-index: 2;
}
.swiper-pagination .swiper-pagination-bullet {
outline: none;
background: none;
margin: 0 11px !important;
opacity: 1;
-webkit-transition: -webkit-transform 0.3s ease;
transition: -webkit-transform 0.3s ease;
transition: transform 0.3s ease;
transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (min-width: 992px) {
.swiper-pagination .swiper-pagination-bullet:hover svg {
fill: #ffde1a;
}
}
.swiper-pagination .swiper-pagination-bullet svg {
fill: #dbdbdb;
-webkit-transition: fill 0.2s ease;
transition: fill 0.2s ease;
}
.swiper-pagination .swiper-pagination-bullet-active {
-webkit-transform: scale(1.5);
transform: scale(1.5);
}
.swiper-pagination .swiper-pagination-bullet-active svg {
fill: #ffde1a;
}
.swiper-pagination.swiper-pagination-relative {
position: relative;
margin-top: 20px;
bottom: auto;
}
.swiper-custom .swiper-button-next,
.swiper-custom .swiper-button-prev {
opacity: 1;
width: 52px;
height: 50px;
background: none;
outline: none;
margin-top: -25px;
}
@media (min-width: 992px) {
.swiper-custom .swiper-button-next:hover .border svg,
.swiper-custom .swiper-button-prev:hover .border svg {
stroke: #ffde1a !important;
}
}
.swiper-custom .swiper-button-next.swiper-button-lock,
.swiper-custom .swiper-button-prev.swiper-button-lock {
display: none !important;
}
.swiper-custom .swiper-button-next .border,
.swiper-custom .swiper-button-prev .border {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.swiper-custom .swiper-button-next .border svg,
.swiper-custom .swiper-button-prev .border svg {
width: 100%;
height: 100%;
-webkit-transition: 0.2s;
transition: 0.2s;
}
.swiper-custom .swiper-button-next .arrow,
.swiper-custom .swiper-button-prev .arrow {
position: absolute;
top: 50%;
left: 50%;
margin-left: -7px;
margin-top: -8px;
width: 15px;
height: 16px;
}
.swiper-custom .swiper-button-next .arrow svg,
.swiper-custom .swiper-button-prev .arrow svg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-transition: 0.2s;
transition: 0.2s;
}
.swiper-custom .swiper-button-next.style-01 .border svg,
.swiper-custom .swiper-button-prev.style-01 .border svg {
stroke: rgba(255, 255, 255, 0.3);
}
.swiper-custom .swiper-button-next.style-01 .arrow svg,
.swiper-custom .swiper-button-prev.style-01 .arrow svg {
stroke: #fff;
}
.swiper-custom .swiper-button-next.style-02 .border svg,
.swiper-custom .swiper-button-prev.style-02 .border svg {
stroke: #ebebeb;
}
.swiper-custom .swiper-button-next.style-02 .arrow svg,
.swiper-custom .swiper-button-prev.style-02 .arrow svg {
stroke: #525252;
}
.swiper-custom .swiper-button-prev.style-01 {
left: 60px;
}
@media (max-width: 1199px) {
.swiper-custom .swiper-button-prev.style-01 {
left: 15px;
}
}
.swiper-custom .swiper-button-next.style-01 {
right: 60px;
}
@media (max-width: 1199px) {
.swiper-custom .swiper-button-next.style-01 {
right: 15px;
}
}
.swiper-custom .swiper-button-prev.style-02 {
left: -112px;
}
.swiper-custom .swiper-button-next.style-02 {
right: -112px;
}
.image-slider .swiper-button-next,
.image-slider .swiper-button-prev {
margin-top: -50px;
}
.prod-slider .swiper-button-prev.style-01 {
left: -112px;
}
@media (max-width: 1450px) {
.prod-slider .swiper-button-prev.style-01 {
left: -48px;
}
}
.prod-slider .swiper-button-next.style-01 {
right: -112px;
}
@media (max-width: 1450px) {
.prod-slider .swiper-button-next.style-01 {
right: -48px;
}
}
.popup-wrapper {
position: fixed;
z-index: 46;
left: 0;
top: 0;
width: 100%;
height: 100%;
left: -100%;
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
}
.popup-wrapper.active {
left: 0;
-webkit-transition-delay: 0;
transition-delay: 0;
}
.popup-wrapper .bg-layer {
position: absolute;
left: 0;
top: -100px;
right: 0;
bottom: -100px;
background: rgba(0, 0, 0, 0.6);
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
opacity: 0;
}
.popup-wrapper.active .bg-layer {
opacity: 1;
}
.popup-content {
position: absolute;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
-webkit-overflow-scrolling: touch;
font-size: 0;
text-align: center;
-webkit-transition: opacity 0.3s ease-out, left 0 0.3s, -webkit-transform 0.3s ease-out;
transition: opacity 0.3s ease-out, left 0 0.3s, -webkit-transform 0.3s ease-out;
transition: transform 0.3s ease-out, opacity 0.3s ease-out, left 0 0.3s;
transition: transform 0.3s ease-out, opacity 0.3s ease-out, left 0 0.3s, -webkit-transform 0.3s ease-out;
-webkit-transform: scale(1.2);
transform: scale(1.2);
opacity: 0;
left: -10000px;
padding: 25px;
}
.popup-content.active {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
left: 0;
-webkit-transition: opacity 0.3s ease-out, left 0 0s, -webkit-transform 0.3s ease-out;
transition: opacity 0.3s ease-out, left 0 0s, -webkit-transform 0.3s ease-out;
transition: transform 0.3s ease-out, opacity 0.3s ease-out, left 0 0;
transition: transform 0.3s ease-out, opacity 0.3s ease-out, left 0 0s, -webkit-transform 0.3s ease-out;
position: relative;
}
.popup-content:after {
display: inline-block;
vertical-align: middle;
height: 100%;
content: "";
}
.popup-container {
display: inline-block;
vertical-align: middle;
width: 100%;
position: relative;
text-align: left;
background: #fff;
}
.popup-container.size-1 {
max-width: 570px;
}
.popup-container.size-2 {
max-width: 1060px;
}
.popup-container.size-3 {
max-width: 1330px;
}
@media (max-width: 1450px) {
.popup-container.size-3 {
max-width: 1070px;
}
}
.popup-content .layer-close {
position: absolute;
left: 0;
bottom: 0;
right: 0;
height: 10000px;
}
.popup-align {
padding: 60px 70px 70px;
overflow: hidden;
}
.popup-content .btn-close {
position: absolute;
right: -20px;
top: -18px;
}
.form-popup .popup-align {
padding: 75px 0 0;
}
@media (max-width: 767px) {
.form-popup .popup-align {
padding: 40px 0 0;
}
}
@media (max-width: 767px) {
.form-popup .form-item:last-child {
margin-bottom: 5px;
}
}
.form-popup .form-buttons-wrap {
background: url(../img/dark-wall.jpg) repeat-y center top;
background-size: 100% auto;
}
.form-popup .form-buttons {
padding: 30px 0;
}
@media (max-width: 767px) {
.form-popup .form-buttons {
padding: 20px 0 15px;
}
}
.thanks-popup .popup-align {
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;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: relative;
min-height: 345px;
padding: 40px 40px 35px;
}
.thanks-popup .decor:first-child {
top: 0;
left: 0;
}
.thanks-popup .decor:nth-child(2) {
top: 0;
left: 0;
}
.thanks-popup .decor:nth-child(3) {
bottom: 0;
right: 0;
}
.thanks-popup .decor:nth-child(4) {
bottom: 0;
right: 10px;
}
.footer {
position: relative;
padding-top: 50px;
background-image: url(../img/dark-wall.jpg);
background-size: cover;
}
.footer:before {
position: absolute;
content: "";
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(1, 1, 1, 0.6);
}
.footer .container-lg {
position: relative;
z-index: 1;
}
.footer .line-df {
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding-bottom: 60px;
}
@media (max-width: 1199px) {
.footer-inner {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding-bottom: 50px;
}
}
@media (max-width: 1199px) {
.footer-inner .logo-wrapper {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
text-align: center;
margin-bottom: 40px;
}
}
.footer-inner .logo {
display: inline-block;
width: 100px;
}
.footer-inner .logo img {
max-width: 100%;
}
.footer-inner .category {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
@media (max-width: 1199px) {
.footer-inner .category {
margin-bottom: 40px;
}
}
.footer-inner .category li {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
margin-bottom: 25px;
}
@media (max-width: 1199px) {
.footer-inner .category li {
text-align: center;
margin-bottom: 20px;
}
}
@media (max-width: 575px) {
.footer-inner .category li {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
}
}
.footer-inner .category li a {
display: inline-block;
position: relative;
padding-left: 35px;
text-decoration: none;
text-transform: uppercase;
font-size: 14px;
font-weight: 500;
color: #a3a3a3;
letter-spacing: 0.04em;
cursor: pointer;
-webkit-transition: 0.2s;
transition: 0.2s;
}
@media (min-width: 992px) {
.footer-inner .category li a:hover {
color: #ffde1a;
}
.footer-inner .category li a:hover .icon svg {
fill: #ffde1a;
}
}
.footer-inner .category .icon {
max-width: 26px;
max-height: 24px;
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.footer-inner .category .icon svg {
max-width: 100%;
max-height: 100%;
-webkit-transition: 0.2s;
transition: 0.2s;
fill: #8f8f8f;
}
@media (max-width: 1199px) {
.footer-inner .menu {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
text-align: center;
margin-bottom: 40px;
}
}
.footer-inner .menu li {
margin-bottom: 20px;
line-height: 1.1em;
}
.footer-inner .menu li:last-of-type {
margin-bottom: 0;
}
.footer-inner .menu li a {
font-size: 16px;
color: #fff;
font-family: "Intro", sans-serif;
text-decoration: none;
-webkit-transition: 0.2s;
transition: 0.2s;
}
@media (min-width: 992px) {
.footer-inner .menu li a:hover {
color: #ffde1a;
}
}
@media (max-width: 1199px) {
.footer-inner .contacts {
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;
}
}
.footer-inner .contacts .c-item {
color: #fff;
margin-bottom: 25px;
}
@media (max-width: 1199px) {
.footer-inner .contacts .c-item {
margin-bottom: 20px;
}
}
@media (min-width: 992px) {
.footer-inner .contacts .c-item:hover {
color: #ffde1a;
}
}
.footer-inner .contacts .social {
margin-top: 40px;
}
@media (max-width: 1199px) {
.footer-inner .contacts .social {
text-align: center;
margin-top: 20px;
}
}
.footer-inner .contacts .social a {
display: inline-block;
width: 50px;
height: 50px;
position: relative;
text-decoration: none;
margin-right: 20px;
}
@media (max-width: 1199px) {
.footer-inner .contacts .social a {
margin: 0 10px;
}
}
@media (min-width: 992px) {
.footer-inner .contacts .social a:hover .border svg {
stroke: #ffde1a;
fill: #ffde1a;
}
.footer-inner .contacts .social a:hover .icon svg {
fill: #000;
}
}
.footer-inner .contacts .social .border svg {
-webkit-transition: 0.3s;
transition: 0.3s;
fill: rgba(1, 1, 1, 0);
stroke: rgba(255, 255, 255, 0.3);
}
.footer-inner .contacts .social .icon {
position: absolute;
top: 50%;
left: 50%;
width: 18px;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
line-height: 0;
text-align: center;
}
.footer-inner .contacts .social .icon svg {
-webkit-transition: 0.3s;
transition: 0.3s;
max-width: 100%;
fill: #fff;
}
.footer-bottom {
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;
padding: 26px 0;
}
@media (max-width: 1199px) {
.footer-bottom {
padding: 18px 0;
}
}
@media (max-width: 767px) {
.footer-bottom {
-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;
}
}
@media (max-width: 767px) {
.footer-bottom .privacy-link {
margin-bottom: 10px;
}
}
.footer-bottom .privacy-link a {
display: block;
font-size: 13px;
color: #a3a3a3;
}
@media (min-width: 992px) {
.footer-bottom .privacy-link a:hover {
color: #ffde1a;
}
}
.footer-bottom .develope {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #a3a3a3;
text-decoration: none;
font-size: 13px;
-webkit-transition: 0.2s;
transition: 0.2s;
}
.footer-bottom .develope .image {
width: 80px;
display: block;
margin-left: 15px;
line-height: 0;
}
.footer-bottom .develope .image img {
max-width: 100%;
}
@media (min-width: 992px) {
.footer-bottom .develope:hover {
color: #fff;
}
}
.footer-bottom .copyright {
font-size: 13px;
color: #a3a3a3;
}
@media (max-width: 767px) {
.footer-bottom .copyright {
text-align: center;
margin-bottom: 10px;
}
}
.footer-bottom .pay-logo {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
@media (max-width: 767px) {
.footer-bottom .pay-logo {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 10px;
}


}
.footer-bottom .pay-logo .item {
margin: 0 10px;
max-width: 50px;
-webkit-filter: grayscale(0.98);
filter: grayscale(0.98);
}
.footer-bottom .pay-logo .item img {
max-width: 100%;
}


.quantity-product input {
pointer-events: none;
}
#home-h1 {
z-index: 6;
color: #fff;
font-weight: 600;
text-transform: uppercase;
    font-size: 2.4rem;
    line-height: 1.25;
    letter-spacing: .4px;
}
#home-mobile-h1 {display:none;}
#h3-buttons-more {margin: 4vw 0;}
#h3-buttons-more .main-texts{
display: none;
}
#h3-buttons-more .teaser {
margin-top: 2vw;
}
#h3-buttons-more .readmore-button-1, #h3-buttons-more .readmore-button-1 {
margin-left:5%; 
display: block;
}
#h3-buttons-more .teaser, #h3-buttons-more .main-texts {
padding:0 5%;
}
#h3-buttons-more .main-texts h2 {
margin-bottom: 3vw;
margin-top: 3vw;
}
#h3-buttons-more .teaser h2 {
margin: 2vw auto;
}
#h3-buttons-more div h2 {
display: block;

}
#h3-buttons-more div p {
line-height: 1.6;
padding:1vw 0;
}
@media (max-width: 767px) {
#home-h1 {font-size: 5.5vw;}
.spacer-header {display: flex;align-items: center;justify-content: center;}
#h3-buttons-more div p {padding:3vw 0!important;}
#h3-buttons-more .readmore-button-1, #h3-buttons-more .readmore-button-2 {margin-bottom:7vw;}
}


a.footer-dev-logo{
	position: relative;
}
a.footer-dev-logo:before{
    background: #090909 url(../img/redstone.svg);
    background-repeat: no-repeat;
    width: 71px;
    background-position: right center;
    background-size: 100%;
    content: '';
    right: 0px;
    top: 0px;
    position: absolute;
    height: 100%;
}