@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

html,
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
   /* overflow-x: hidden; */
}

body {
    /* background-image: url("../img/bg-texture.jpg"); */
    background-color: #1e1e1e;
    background-position: center;
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: auto;
   font-family: "Roboto", sans-serif;
   font-size: 17px;
}
/* блокируем скролл */
html.is-loading,
body.is-loading {
  overflow: hidden;
  height: 100%;
}

/* overlay БЕЗ ФОНА */
.site-loader{
  position: fixed;
  inset: 0;
  z-index: 99999;
  pointer-events: none; /* чтобы не было кликов */
  display: grid;
  place-items: center;
  opacity: 1;
  background: #0f0f0f;
  transition: opacity .6s ease;
}

.site-loader.is-hide{
  opacity: 0;
}
.img-fluid{
    width: 100%;
    height: auto;
}
.site-loader__inner{
  pointer-events: auto;
  display: grid;
  gap: 16px;
  transform: translateY(0);
  transition: transform .6s ease, opacity .6s ease;
}

.site-loader.is-hide .site-loader__inner{
  transform: translateY(-10px);
  opacity: 0;
}

.site-loader__logo img{
  width: 200px;
  height: auto;
  display: block;
  margin: 0 auto;

}

/* прогресс */
.site-loader__progress{
  display: flex;
  align-items: center;
  gap: 14px;
}

.site-loader__bar{
  width: 260px;
  height: 2px;
  background: rgb(255, 255, 255);
  overflow: hidden;
}

.site-loader__barFill{
  display: block;
  height: 100%;
  width: 0%;
  background: #d40f1e;
  transition: width .15s linear;
}

.site-loader__meta{
  min-width: 48px;
  text-align: right;
  font: 600 14px/1 system-ui;
  letter-spacing: .08em;
  opacity: .9;
  color: #d40f1e;
}
a {
    text-decoration: none;
    color: #d40f1e;
}

* {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
    color: #9c0c14;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {

}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
a{color: inherit;
}
button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

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

input,
textarea,
keygen,
select,
button,
a {
    font-family: inherit;
    outline-width: 0;
}

ul,
li,
ol,
p {
    margin: 0;
}

h3 {
    margin: 0;
    font-size: 30px;
    margin-bottom: 10px;
}

h3 {
    margin: 0;
    font-size: 22px;
    margin-bottom: 10px;
}

h3 {
    margin: 0;
    font-size: 22px;
    margin-bottom: 10px;
}

h4 {
    margin: 0;
}

h5 {
    margin: 0;
}

h6 {
    margin: 0;
}


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

.clearfix::after {
    content: '';
    display: block;
    clear: both;
}

.not-found-product {
    font-size: 18px;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-style: italic;
    color: #9c0c14;
    text-align: center;
    padding: 100px 0 150px;
    letter-spacing: 2px;
}

.info-text {
    letter-spacing: 0.5px;
    line-height: 30px;
    color: #c5c6d1;
}

.info-text p {
    margin-bottom: 15px;
}

@media screen and (max-width:550px) {
    .info-text p {
        margin-bottom: 10px;
    }
}

header .tel-box:hover::after {
    background-image: url(../img/sprite.png);
    background-position: -727px -423px;
    width: 8px;
    height: 5px;
}

header .tel-box::after {
    background-image: url(../img/sprite.png);
    background-position: -740px -423px;
    width: 8px;
    height: 4px;
}

.top-section .arrow-down::before {
    background-image: url(../img/sprite.png);
    background-position: -576px -495px;
    width: 19px;
    height: 60px;
}

body,
html {
    height: 100%;
}

body {
    background: url("../img/bg-texture.jpg") repeat 0 0;
}
.info-text ul {
margin-bottom: 20px;
margin-left: 15px;
}
.error:-moz-placeholder {
    color: #f00;
}

.error::-moz-placeholder {
    color: #f00;
}

.error:-ms-input-placeholder {
    color: #f00;
}

.error::-webkit-input-placeholder {
    color: #f00;
}

.error {
    color: #f00;
    border-color: #f00 !important;
}


.wrapper {
    position: relative;
    overflow: hidden;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    color: transparent;
}

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

@media screen and (max-width:1023px) {
    .parallax-item {
        display: none !important;
    }
}

*::-webkit-media-controls-panel {
    display: none !important;
    -webkit-appearance: none;
}

*::--webkit-media-controls-play-button {
    display: none !important;
    -webkit-appearance: none;
}

*::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none;
}

header {
    position: fixed;
    width: 1200px;
    height: 100px;
    top: 0;
    left: 50%;
    margin-left: -600px;
    z-index: 10;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

@media screen and (max-width:1239px) {
    header {
        width: 100%;
        left: 0;
        margin-left: 0;
    }
}

header .logo-section {
    position: relative;
    height: 100px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

@media screen and (max-width:550px) {
    header .logo-section {
        height: 80px;
    }
}

header .logo-section::after {
    content: '';
    display: block;
    clear: both;
}

header .menu-btn {
    position: absolute;
    top: 20px;
    left: 40px;
    width: 60px;
    height: 60px;
    display: none;
    z-index: 2;
    padding: 17px 10px;
}

@media screen and (max-width:1023px) {
    header .menu-btn {
        display: block;
    }
}

@media screen and (max-width:550px) {
    header .menu-btn {
        left: 15px;
        top: 15px;
        width: 50px;
        height: 50px;
        background-size: 65%;
        padding: 13px 7px;
    }
}

header .menu-bar {
    position: relative;
    height: 2px;
    width: 36px;
    background-color: #ebecf5;
    top: 10px;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

@media screen and (max-width:550px) {
    header .menu-bar {
        width: 32px;
    }
}

header .menu-bar::before {
    content: '';
    display: block;
    position: absolute;
    top: -10px;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #ebecf5;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

header .menu-bar::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #ebecf5;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

header .menu-transform {
    background-color: transparent;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

header .menu-transform::before {
    -webkit-transform: translate(0px, 10px) rotate(135deg);
    transform: translate(0px, 10px) rotate(135deg);
}

header .menu-transform::after {
    -webkit-transform: translate(0px, -10px) rotate(-135deg);
    transform: translate(0px, -10px) rotate(-135deg);
}

header .search-box {
    position: relative;
    float: left;
    z-index: 1;
    -webkit-transition: .55s ease;
    transition: .55s ease;
}

@media screen and (max-width:1239px) {
    header .search-box {
        margin-left: 30px;
    }
}

@media screen and (max-width:1023px) {
    header .search-box {
        position: absolute;
        -webkit-transform: translateX(1200px);
        transform: translateX(1200px);
        top: 90px;
        right: 40px;
    }
}

@media screen and (max-width:550px) {
    header .search-box {
        right: auto;
        left: 0;
        margin-left: 10px;
    }
}

header fieldset {
    position: relative;
    border: 0;
    padding: 0;
    margin: 0;
}

header fieldset:hover::-webkit-input-placeholder {
    color: rgba(255, 253, 255, 0.8);
}

header fieldset:hover::-moz-placeholder {
    color: rgba(255, 253, 255, 0.8);
}

header fieldset:hover:-moz-placeholder {
    color: rgba(255, 253, 255, 0.8);
}

header fieldset:hover:-ms-input-placeholder {
    color: rgba(255, 253, 255, 0.8);
}

header fieldset:hover::after {
    background-color: rgba(255, 253, 255, 0.5);
}

header fieldset::after {
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: 33px;
    left: 0;
    background-color: rgba(255, 253, 255, 0);
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

@media screen and (max-width:1023px) {
    header fieldset::after {
        bottom: 7px;
    }
}

header .search {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(255, 253, 255, 0.5);
    line-height: 100px;
    padding: 0 0 0 35px;
    background-color: transparent;
    letter-spacing: 1px;
    min-width: 200px;
}

@media screen and (max-width:1023px) {
    header .search {
        line-height: 60px;
        font-size: 12px;
        min-width: 190px;
    }
}

header .search-active .search {
    color: rgba(255, 253, 255, 0.8);
}

header .search-active::after {
    background-color: rgba(255, 253, 255, 0.5);
}

header .search-active-menu {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

header .submit-wrap {
    position: absolute;
    left: 9px;
    top: 44px;
}

@media screen and (max-width:1023px) {
    header .submit-wrap {
        top: 24px;
    }
}

header .submit {
    display: block;
    width: 14px;
    height: 14px;
    background: url("../img/search-icon.svg") no-repeat 0 0;
    background-size: 100%;
    background-color: transparent;
    text-indent: -9999px;
}

header::-webkit-input-placeholder {
    color: rgba(255, 253, 255, 0.5);
    letter-spacing: 1px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

@media screen and (max-width:1023px) {
    header::-webkit-input-placeholder {
        color: #ebecf5;
    }
}

header::-moz-placeholder {
    color: rgba(255, 253, 255, 0.5);
    letter-spacing: 1px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

@media screen and (max-width:1023px) {
    header::-moz-placeholder {
        color: #ebecf5;
    }
}

header:-moz-placeholder {
    color: rgba(255, 253, 255, 0.5);
    letter-spacing: 1px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

@media screen and (max-width:1023px) {
    header:-moz-placeholder {
        color: #ebecf5;
    }
}

header:-ms-input-placeholder {
    color: rgba(255, 253, 255, 0.5);
    letter-spacing: 1px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

@media screen and (max-width:1023px) {
    header:-ms-input-placeholder {
        color: #ebecf5;
    }
}

header:focus::-webkit-input-placeholder {
    color: transparent;
}

header:focus::-moz-placeholder {
    color: transparent;
}

header:focus:-moz-placeholder {
    color: transparent;
}

header:focus:-ms-input-placeholder {
    color: transparent;
}

header .tel-btn {
    position: absolute;
    right: 40px;
    top: 20px;
    width: 60px;
    height: 60px;
    border: 2px solid #ebecf5;
    background: url("../img/tel-btn-icon.png") no-repeat 50% 50%;
    display: none;
}

@media screen and (max-width:550px) {
    header .tel-btn {
        right: 15px;
        top: 15px;
        width: 50px;
        height: 50px;
        background-size: 55%;
    }
}

header .tel-box {
    position: absolute;
    right: 0;
    top: 25px;
       font-size: 16px;
    color: #ebecf5;
    letter-spacing: 2px;
    padding: 10px 33px 10px 42px;
    list-style: none;
    line-height: 30px;
    z-index: 2;
}

@media screen and (max-width:1239px) {
    header .tel-box {
        right: 30px;
    }
}

@media screen and (max-width:1023px) {
    header .tel-box {
        position: relative;
        display: none;
        -webkit-transform: translate(1200px);
        transform: translate(1200px);
        -webkit-transition: .4s ease;
        transition: .4s ease;
    }

    header .tel-box::before {
        content: none;
    }

    header .tel-box::after {
        content: none;
    }
}

header .tel-box:hover {
    background-color: #ebecf5;
    color: #1b1b1b;
    font-weight: 700;
}

@media screen and (max-width:1023px) {
    header .tel-box:hover {
        background-color: transparent;
        color: #ebecf5;
        font-weight: 400;
    }

    header .tel-box:hover::after {
        content: none;
    }

    header .tel-box:hover::before {
        content: none;
    }
}

@media screen and (max-width:1023px) {
    header .tel-box:hover::after {
        content: none;
    }
}

@media screen and (max-width:1023px) {
    header .tel-box:hover::before {
        content: none;
    }
}

header .tel-box:hover .sub-list {
    display: block;
}

header .tel-box a {
    display: block;
    height: 100%;
}

header .tel-box::before {
    content: '';
    display: block;
    position: absolute;
    left: 15px;
    top: 20px;
}

@media screen and (max-width:1023px) {
    header .tel-box::before {
        content: none;
    }
}

header .tel-box::after {
    content: '';
    display: block;
    position: absolute;
    right: 14px;
    top: 23px;
}

@media screen and (max-width:1023px) {
    header .tel-box::after {
        content: none;
    }
}

header .tel-box .sub-list {
    display: none;
    list-style: none;
}

@media screen and (max-width:1023px) {
    header .tel-box .sub-list {
        display: block;
    }
}

header .tel-box .lifecell {
    position: relative;
}

header .tel-box .lifecell::before {
    content: '';
    display: block;
    position: absolute;
    left: -25px;
    top: 8px;
}

@media screen and (max-width:1023px) {
    header .tel-box .lifecell::before {
        content: none;
    }
}

header .tel-box .kiev {
    position: relative;
}

header .tel-box .kiev::before {
    content: '';
    display: block;
    position: absolute;
    left: -25px;
    top: 8px;
}

@media screen and (max-width:1023px) {
    header .tel-box .kiev::before {
        content: none;
    }
}

header .tel-box .vodafone {
    position: relative;
}

header .tel-box .vodafone::before {
    content: '';
    display: block;
    position: absolute;
    left: -25px;
    top: 8px;
}

@media screen and (max-width:1023px) {
    header .tel-box .vodafone::before {
        content: none;
    }
}

header .menu-tel-box {
    display: block;
    position: absolute;
    top: 60px;
    padding: 0 0 10px 0;
    right: 0;
    -webkit-transform: translate(3000px);
    transform: translate(3000px);
}

@media screen and (max-width:550px) {
    header .menu-tel-box {
        top: 0;
        position: relative;
    }

    header .menu-tel-box::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: -20px;
        width: 250px;
        height: 1px;
        background: rgba(255, 255, 255, 0.3);
    }
}

header .logo {
    position: absolute;
    top: 0;
    width: 420px;
    height: 100%;
    font-size: 24px;
    background: url(../img/logo-new.svg) no-repeat 50%;
    background-size: 420px 210px;
    text-indent: -9999px;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width:360px) {
    header .logo {
        background-size: 155px 17px;
    }
}

header .logo a {
    display: block;
    height: 100%;
}

header nav {
    padding: 0 9999px;
    margin: 0 -9999px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

@media screen and (max-width:1023px) {
    header nav {
        position: fixed;
        top: 0;
        left: 0;
        padding: 90px 0 0;
        margin: 0;
        background-color: transparent;
        width: 100%;
        height: 100%;
        visibility: hidden;
        -webkit-transition: .3s ease;
        transition: .3s ease;
    }
}

@media screen and (max-width:550px) {
    header nav {
        padding: 150px 0 0;
    }
}

header .menu {
    position: relative;
    list-style: none;
    -webkit-transition: .75s ease;
    transition: .75s ease;
}

@media screen and (max-width:1023px) {
    header .menu {
        display: block;
        padding: 0 0 0 40px;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        height: 100%;
    }
}

@media screen and (max-width:550px) {
    header .menu {
        padding: 0 0 0 20px;
    }
}

header .menu::after {
    content: '';
    display: block;
    clear: both;
}

header .menu li {
    float: left;
    width: 14.2%;
    text-align: center;
    line-height: 60px;
    color: #ebecf5;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 1px solid #ebecf5;
    border-right: 0;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

@media screen and (max-width:1023px) {
    header .menu li {
        float: none;
        width: 100%;
        border: 0;
        text-align: left;
        font-size: 15px;
    }
}

header .menu li:first-child {
    border-left: 0;
}

header .menu .active {
    color: #9c0c14;
}

@media screen and (max-width:1023px) {
    header .menu .active {
        color: #ebecf5;
    }
}

header .menu .active a {
    position: relative;
}

header .menu .active a::after {
    content: '';
    display: block;
    position: absolute;
    height: 2px;
    width: 40px;
    background-color: #c5c6d1;
    left: 50%;
    bottom: -1px;
    margin-left: -20px;
}

@media screen and (max-width:1023px) {
    header .menu .active a::after {
        content: none;
    }
}

header .menu li:hover {
    color: #1b1b1b;
    background-color: #ebecf5;
}

@media screen and (max-width:1023px) {
    header .menu li:hover {
        color: #ebecf5;
        background-color: transparent;
    }
}

header .menu li:hover .products-drop {
    visibility: visible;
    opacity: 1;
    z-index: 10;
}

@media screen and (max-width:1023px) {
    header .menu li:hover .products-drop {
        opacity: 0;
        visibility: hidden;
    }
}

header .menu a {
    display: block;
    height: 100%;
}

.header-scrolled {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
}

@media screen and (max-width:1023px) {
    .header-scrolled {
        -webkit-transform: none;
        transform: none;
    }

    .header-scrolled .logo-section {
        background-color: #1f1f1f;
    }
}

.header-scrolled nav {
    background-color: #1f1f1f;
    padding: 20px 9999px;
}

@media screen and (max-width:1023px) {
    .header-scrolled nav {
        background-color: rgba(0, 0, 0, 0.93);
        padding: 90px 0 0;
    }
}

@media screen and (max-width:550px) {
    .header-scrolled nav {
        padding: 150px 0 0;
    }
}

.menu-active {
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.93);
}

.menu-active .menu {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.menu-active .menu-tel-box {
    -webkit-transform: translate(0);
    transform: translate(0);
}

.products-drop {
    position: absolute;
    width: 100%;
    top: 62px;
    left: 0%;
    background-color: #ebecf5;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 50px 60px 40px;
    text-align: left;
    visibility: hidden;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    opacity: 0;
}

.products-drop .list-title {
    position: relative;
    line-height: 15px;
    margin-bottom: 40px;
    color: #242229;
}

.products-drop .list-title::before {
    content: '';
    display: block;
    position: absolute;
    background-color: #c5c6d1;
    height: 1px;
    width: 100%;
    left: 0;
    bottom: -18px;
}

.products-drop .private-clients {
    display: inline-block;
    vertical-align: top;
    width: 64%;
    margin-right: 2%;
    position: relative;
}

.products-drop .restaurant {
    display: inline-block;
    vertical-align: top;
    width: 32%;
}

.products-drop .row {
    list-style: none;
    overflow: hidden;
}

.products-drop .row li {
    position: relative;
    float: left;
    width: 50%;
    color: #242229;
    text-align: left;
    line-height: 40px;
    padding: 0 0 0 20px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    letter-spacing: 1px;
}

.products-drop .row li a {
    position: relative;
    display: inline-block;
}

.products-drop .row li a::after {
    content: '';
    display: block;
    position: absolute;
    border-bottom: 1px dashed #9c0c14;
    height: 1px;
    bottom: 10px;
    left: 0;
    width: 100%;
    opacity: 0;
    margin: 0;
}

.products-drop .row li:hover {
    color: #9c0c14;
}

.products-drop .row li:hover a::after {
    opacity: 1;
}

.products-drop .row .wet::before {
    content: '';
    display: block;
    position: absolute;
    top: 13px;
    left: 0;
}

.products-drop .row .dry::before {
    content: '';
    display: block;
    position: absolute;
    top: 15px;
    left: 0;
}

.products-drop .restaurant .row li {
    width: 100%;
}

footer {
    width: 100%;
    background: #1f1f1f;
}

@media screen and (max-width:1239px) {
    footer {
        width: 100%;

    }
}

@media screen and (max-width:550px) {
    footer {

    }
}

footer .footer-menu {
    list-style: none;
    text-align: center;
    height: 100px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ebecf5;
    letter-spacing: 2px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    margin-bottom: 30px;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width:1023px) {
    footer .footer-menu {
        display: none;
    }
}

footer .footer-menu li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    border: 1px solid #ebecf5;
    padding: 25px 45px;
}
footer .footer-menu li:first-child {
    border-left: 0;
}
footer .footer-menu li:last-child {
    border-right: 0;
}
@media screen and (max-width:1239px) {
    footer .footer-menu li {
        padding: 0 20px;
    }
}



footer .footer-menu li a {
    display: block;
    height: 100%;
}

footer .footer-menu li:hover {
    color: #9c0c14;
}

@media screen and (max-width:1024px) {
    footer .footer-menu li:hover {
        color: #ebecf5;
    }

    footer .footer-menu li:hover::after {
        opacity: 0;
    }
}

footer .footer-menu li:hover::after {
    opacity: 1;
}

footer .contacts-table {
    overflow: hidden;
    background-color: #1f1f1f;
}

@media screen and (max-width:1023px) {
    footer .contacts-table {
        padding: 0 30px;
        margin-bottom: 40px;
    }
}

@media screen and (max-width:550px) {
    footer .contacts-table {
        margin-bottom: 30px;
    }
}

footer .col {
    float: left;
    list-style: none;
    width: 33.33333333%;
    font-size: 14px;
    font-weight: 400;
    color: #c5c6d1;
    letter-spacing: 2px;
    text-align: center;
}

@media screen and (max-width:1023px) {
    footer .col {
        width: 100%;
    }

    footer .col:first-child {
       
    }
}

footer .col:last-child li {
   
}

footer .col li {
    height: 26px;
   
    border-right: 0;
    border-top: 0;
}

@media screen and (max-width:1023px) {
    footer .col li {
       
        height: 80px;
    }
}

footer .col .bot {
    height: 65px;
    padding: 15px 0 0;
}

@media screen and (max-width:1023px) {
    footer .col .bot {
        height: auto;
        padding: 0 0 30px;
    }
}

footer .col .address-info {
    padding: 10px 80px 0;
    line-height: 30px;
}

@media screen and (max-width:1239px) {
    footer .col .address-info {
        padding: 10px 20px 0;
        line-height: 20px;
    }
}

@media screen and (max-width:1023px) {
    footer .col .address-info {
        padding: 0 20px 30px;
    }
}

footer .col address {
    font-style: normal;
}

footer .col .tel {
    background: url("../img/footer-tel.svg") no-repeat 50% 50%;
    background-size: 25px 25px;
}

@media screen and (max-width:1023px) {
    footer .col .tel {
        border-bottom: 0;
    }
}

footer .col .address {
    background: url("../img/footer-marker.svg") no-repeat 50% 50%;
    background-size: 20px 26px;
}

@media screen and (max-width:1023px) {
    footer .col .address {
        border-bottom: 0;
    }
}

footer .col .mail {
    background: url("../img/footer-mail.svg") no-repeat 50% 50%;
    background-size: 26px 20px;
}

@media screen and (max-width:1023px) {
    footer .col .mail {
        border-bottom: 0;
    }
}

footer .copy-row {
    display: flex;
    position: relative;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #1f1f1f;
    padding: 10px 0px;
}
.web-art a{
font-weight: 900;
color: #878787;
}
.web-art a span {
    font-weight: 900;
    color: #fbffbf;
    font-size: 33px;
    line-height: 0;
}
@media screen and (max-width:767px) {
    footer .copy-row {
        text-align: center;
        padding: 0 15px;
    }
}

footer .copy-row::after {
    content: '';
    display: block;
    clear: both;
}

footer .copy {
    float: left;
    font-size: 12px;
    color: #c5c6d1;
    opacity: 0.5;
    letter-spacing: 1px;
    position: relative;
    margin-right: 40px;
}

@media screen and (max-width:767px) {
    footer .copy {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
}

footer .copy::after {
    content: '';
    display: block;
    position: absolute;
    background-color: #f2f1f3;
    height: 24px;
    width: 1px;
    right: -21px;
    top: -5px;
    opacity: 0.25;
}

@media screen and (max-width:767px) {
    footer .copy::after {
        content: none;
    }
}

footer .developers {
    position: relative;
    float: left;
    color: #c5c6d1;
    font-size: 12px;
    width: 181px;
    letter-spacing: 1px;
}

@media screen and (max-width:767px) {
    footer .developers {
        float: none;
        display: inline-block;
        vertical-align: top;
        left: -35px;
        width: auto;
    }
}

footer .developers::after {
    content: '';
    display: block;
    clear: both;
}

footer .developers .dev-text {
    position: relative;
    color: rgba(197, 198, 209, 0.5);
    float: left;
}

footer .developers .dev-text:hover .dev-logo .st0 {
    fill: #f9f402;
}

footer .developers .dev-text:hover .dev-lemon .st0 {
    fill: #ebecf5;
}

footer .developers .dev-text a {
    display: block;
    height: 100%;
}

footer .dev-logo {
    display: block;
    position: absolute;
    right: 59px;
    top: -8px;
    width: 32px;
    height: 32px;
}

footer .dev-logo svg {
    height: 100%;
}

footer .dev-logo .st0 {
    fill: #777;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

footer .dev-lemon {
    display: block;
    position: absolute;
    right: -77px;
    top: -8px;
    width: 36px;
    height: 20px;
    overflow: hidden;
}

footer .dev-lemon svg {
    height: 160%;
    position: relative;
    left: -131px;
}

footer .dev-lemon .st0 {
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.seo-section {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding: 0 10px 60px;
}

@media screen and (max-width:1239px) {
    .seo-section {
        width: 100%;
    }
}

@media screen and (max-width:550px) {
    .seo-section {
        padding: 0 0 30px;
    }
}

.seo-section .text-box {
    padding: 0 0 0 40px;
}

@media screen and (max-width:1023px) {
    .seo-section .text-box {
        padding: 0 30px;
    }
}

.seo-section .title {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    color: #ebecf5;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 70px;
}

@media screen and (max-width:550px) {
    .seo-section .title {
        margin-bottom: 40px;
    }
}

.seo-section .title::after {
    content: '';
    display: block;
    position: absolute;
    width: calc(100% + 40px);
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    left: -40px;
    bottom: -37px;
}

@media screen and (max-width:1023px) {
    .seo-section .title::after {
        left: -60px;
        width: 200%;
    }
}

@media screen and (max-width:550px) {
    .seo-section .title::after {
        bottom: -20px;
    }
}

.seo-section .text-holder {
    height: 300px;
    color: #c5c6d1;
}

.seo-section .info-text {
    display: inline-block;
    vertical-align: top;
    margin-right: 40px;
}

@media screen and (max-width:1023px) {
    .seo-section .info-text {
        margin-right: 0;
    }
}

.seo-section p {
    margin-bottom: 30px;
}

@media screen and (max-width:550px) {
    .seo-section p {
        margin-bottom: 20px;
    }
}

.feedback-section {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 150px;
}

@media screen and (max-width:1440px) {
    .feedback-section {
        padding: 0 20px 150px 0;
    }
}

@media screen and (max-width:1239px) {
    .feedback-section {
        padding: 0 40px 150px 0;
        width: 100%;
    }
}

@media screen and (max-width:1023px) {
    .feedback-section {
        padding: 0 30px 70px;
    }
}

.feedback-section .dec-peppers-1 {
    position: absolute;
    top: -80px;
    left: -25px;
}

@media screen and (max-width:1239px) {
    .feedback-section .dec-peppers-1 {
        left: 0;
    }
}

.feedback-section::after {
    content: '';
    display: block;
    clear: both;
}

.feedback-section .content {
    max-width: 800px;
    float: right;
    margin-right: 140px;
}

@media screen and (max-width:1239px) {
    .feedback-section .content {
        margin-right: 0;
    }
}

@media screen and (max-width:1023px) {
    .feedback-section .content {
        float: left;
    }
}

.feedback-section .main-title {
    position: relative;
    font-size: 48px;
    font-weight: 700;
    color: #ebecf5;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 80px;
}

@media screen and (max-width:1023px) {
    .feedback-section .main-title {
        letter-spacing: 3px;
    }
}

@media screen and (max-width:550px) {
    .feedback-section .main-title {
        font-size: 36px;
        letter-spacing: 1px;
    }
}

@media screen and (max-width:550px) {
    .feedback-section .main-title {
        margin-bottom: 50px;
    }
}

.feedback-section .main-title::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -30px;
    left: -40px;
    height: 1px;
    width: 1000px;
    background-color: rgba(255, 255, 255, 0.2);
}

@media screen and (max-width:550px) {
    .feedback-section .main-title::after {
        bottom: -15px;
    }
}

.feedback-section .sub-title {
    font-size: 14px;
    font-weight: 400;
    color: #c5c6d1;
    margin-bottom: 35px;
    letter-spacing: 0.5px;
}

.feedback-section fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

.feedback-section .text-input {
    display: inline-block;
    vertical-align: top;
    height: 60px;
    line-height: 60px;
    font-size: 12px;
    font-weight: 700;
    color: #c5c6d1;
    background-color: transparent;
    border-bottom: 1px solid #56575c;
    width: 380px;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

@media screen and (max-width:550px) {
    .feedback-section .text-input {
        width: 100%;
    }
}

.feedback-section::-webkit-input-placeholder {
    color: #c5c6d1;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.feedback-section:-moz-placeholder {
    color: #c5c6d1;
    opacity: 1;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.feedback-section::-moz-placeholder {
    color: #c5c6d1;
    opacity: 1;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.feedback-section:-ms-input-placeholder {
    color: #c5c6d1;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.feedback-section .submit-wrap {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 55px;
}

@media screen and (max-width:1023px) {
    .feedback-section .submit-wrap {
        width: 100%;
        margin-left: 0;
    }
}

.feedback-section .submit-wrap::after {
    content: '';
    display: block;
    position: absolute;
    left: 210px;
    top: 20px;
    cursor: pointer;
}


@media screen and (max-width:1023px) {
    .feedback-section .submit-wrap::after {
        right: auto;
        left: 210px;
    }
}

.feedback-section .submit {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 60px;
    height: 60px;
    color: #ebecf5;
    padding: 0 65px;
    letter-spacing: 2px;
    border: 1px solid #d40f1e;
    background-color: transparent;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.feedback-section .submit:hover {
    border-color: #ebecf5;
}

@media screen and (max-width:1024px) {
    .feedback-section .submit:hover {
        border-color: rgba(189, 161, 128, 0.5);
    }
}

.breadcrumbs-box {
    padding: 0 50px 30px;
}

@media screen and (max-width:550px) {
    .breadcrumbs-box {
        padding: 0 30px 20px;
    }
}

.breadcrumbs-box .breadcrumb {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #9c0c14;
    letter-spacing: 2px;
    list-style: none;
    overflow: hidden;
}

.breadcrumbs-box li {
    position: relative;
    margin-right: 40px;
    float: left;
}

.breadcrumbs-box li::after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    right: -30px;
    width: 20px;
    background-color: #ebecf5;
    opacity: 0.2;
    height: 1px;
}

.breadcrumbs-box li:last-child {
    margin-right: 0;
}

.breadcrumbs-box li:last-child::after {
    content: none;
}

.share-section {
    padding: 28px 10px;
    border: solid #56575c;
    border-width: 1px 0;
    margin-bottom: 110px;
}

@media screen and (max-width:1023px) {
    .share-section {
        margin-bottom: 70px;
    }
}

@media screen and (max-width:550px) {
    .share-section {
        margin-bottom: 30px;
    }
}

.share-section .title {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    font-weight: 700;
    color: #ebecf5;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-left: 40px;
    margin-right: 50px;
}

@media screen and (max-width:767px) {
    .share-section .title {
        margin-bottom: 7px;
    }
}

@media screen and (max-width:550px) {
    .share-section .title {
        margin-left: 20px;
    }
}

.share-section span {
    display: inline-block;
    vertical-align: middle;
}

.share-section .share-social {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}

@media screen and (max-width:767px) {
    .share-section .share-social {
        display: block;
        padding: 0 0 0 37px;
    }
}

@media screen and (max-width:550px) {
    .share-section .share-social {
        padding: 0 0 0 17px;
    }
}

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

    .share-section .st_vkontakte_hcount,
    .share-section .st_facebook_hcount,
    .share-section .st_twitter_hcount,
    .share-section .st_googleplus_hcount {
        margin-bottom: 10px;
    }
}

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

    .share-section .st_vkontakte_hcount,
    .share-section .st_facebook_hcount,
    .share-section .st_twitter_hcount,
    .share-section .st_googleplus_hcount {
        margin-right: 5px;
    }
}

@media screen and (max-width:360px) {
    .share-section .st_facebook_hcount {
        margin-right: 80px;
    }
}

.share-section .stButton {
    position: relative;
    font-size: 11px;
    font-weight: 300;
    color: #ebecf5 !important;
}

.share-section .stButton .stButton_gradient {
    height: 24px !important;
    padding: 0;
    background: transparent;
    border-color: #9c0c14;
    border-radius: 0;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.share-section .stButton .stButton_gradient:hover {
    background: #9c0c14 !important;
}

@media screen and (max-width:1024px) {
    .share-section .stButton .stButton_gradient:hover {
        background-color: transparent !important;
    }
}

.share-section .stButton .stMainServices {
    height: 24px !important;
    width: 73px;
    padding: 0;
    background: transparent !important;
    border: 1px solid;
    border-color: #9c0c14;
    border-radius: 0;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.share-section .stButton .stMainServices:hover {
    background-color: #9c0c14 !important;
    background-color: transparent !important;
}

.share-section .stButton .st-facebook-counter {
    background: url("../img/share-fb.jpg") no-repeat 0 0 !important;
}

.share-section .stButton .st-twitter-counter {
    background: url("../img/share-twitter.jpg") no-repeat 0 0 !important;
}

.share-section .stButton .vkontakte {
    background-image: url("../img/share-vk.jpg");
}

.share-section .stButton .googleplus {
    background-image: url("../img/share-google.jpg");
}

.share-section .stButton .stArrow {
    position: absolute;
    right: 0;
    width: 48px;
    height: 100%;
    top: 0;
    background: transparent;
    line-height: 21px;
    padding: 0;
    margin: 0;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    z-index: 1;
}

.share-section .stButton .stArrow:hover {
    background-color: #9c0c14 !important;
    color: #ebecf5 !important;
}

@media screen and (max-width:1024px) {
    .share-section .stButton .stArrow:hover {
        background-color: transparent !important;
    }
}

.share-section .stButton .stArrow .stButton_gradient {
    width: 100%;
    border: 0;
}

.share-section .stButton .stArrow .stBubble_hcount {
    position: relative;
    z-index: 1;
    color: #ebecf5 !important;
}

.share-section .stButton .stHBubble {
    margin: 0;
    text-align: center;
}

.share-section .chicklets {
    line-height: 24px !important;
    height: 100% !important;
    text-indent: -9999px;
    width: 71px;
}

.callback-btn {
    position: fixed;
    right: -79px;
    top: 50%;
    width: 222px;
    height: 66px;
 
    font-size: 14px;
    font-weight: 500;
    color: #ebecf5;
    text-transform: uppercase;
    line-height: 61px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    text-align: center;
    letter-spacing: 1px;
    cursor: pointer;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    z-index: 10;
    background: #9c0c14;
}
@media screen and (max-width:1023px) {
    .callback-btn {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        right: 40px;
        top: 20px;
        width: 60px;
        height: 60px;
    
        background: url("../img/tel-btn-icon.svg") no-repeat 50% 50%;
        background-size: 30px 30px;
        text-indent: -9999px;
    }
}

@media screen and (max-width:550px) {
    .callback-btn {
        right: 15px;
        top: 15px;
        width: 50px;
        height: 50px;
        background-size: 55%;
    }
}

.callback-btn:hover {
    color: #1b1b1b;
    background-color: #ebecf5;
}

@media screen and (max-width:1023px) {
    .callback-btn:hover {
        background-color: transparent;
        color: #ebecf5;
    }
}

.callback-popup {
    position: fixed;
    top: 50%;
    margin-top: -230px;
    left: 50%;
    margin-left: -270px;
    max-width: 540px;
    height: auto;
    background-color: #191919;
    box-shadow: -24px 0 64px rgba(0, 0, 0, 0.5);
    padding: 10px;
    z-index: 100;
    display: none;
}

@media screen and (max-width:767px) {
    .callback-popup {
        width: 100%;
        max-width: 100%;
        left: 0;
        margin-left: 0;
    }
}

.callback-popup .content {

}

.callback-popup .title-row {
    width: 100%;
    overflow: hidden;

}

.callback-popup .title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #c9c9c9;
    line-height: 80px;
    padding: 0 0 0 50px;
    float: left;
    letter-spacing: 3px;
}

@media screen and (max-width:550px) {
    .callback-popup .title {
        font-size: 13px;
        letter-spacing: 0.5px;
        padding: 0 0 0 15px;
        line-height: 50px;
    }
}

.callback-popup .cancel-btn {
    float: right;
    width: 80px;
    height: 80px;
    
    background: url("../img/callback-cancel.png") no-repeat 50% 50%;
    cursor: pointer;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

@media screen and (max-width:550px) {
    .callback-popup .cancel-btn {
        height: 50px;
        width: 50px;
    }
}

.callback-popup .cancel-btn:hover {
    background-color: #1b1b1f;
    background-image: url("../img/cancel-callback-hover.png");
}

@media screen and (max-width:1024px) {
    .callback-popup .cancel-btn:hover {
        background-color: transparent;
        background-image: url("../img/callback-cancel.png");
    }
}

.callback-popup .sub-title {
    font-size: 14px;
    color: #56575c;
    margin-bottom: 20px;
}

@media screen and (max-width:550px) {
    .callback-popup .sub-title {
        margin-bottom: 10px;
    }
}

.callback-popup .form-box {
    padding: 35px 50px 50px;
}

@media screen and (max-width:550px) {
    .callback-popup .form-box {
        padding: 20px 30px 30px;
    }
}

.callback-popup .form-box fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

.callback-popup .text-input {
    width: 100%;
    line-height: 60px;
    height: 60px;
    border-bottom: 1px solid #c5c6d1;
    color: #a8abb6;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 20px;
    background-color: transparent;
}

input.error+.notes-error,
textarea.error+.notes-error {
    display: block;
}

textarea.error+.notes-error {
    margin: 0 0 10px;
}

.notes-error {
    display: none;
    color: #f00;
    font-size: 13px;
}

.callback-popup .text-input:focus {
    border-color: #56575c;
}

.callback-popup input:focus::-webkit-input-placeholder {
    color: transparent;
}

.callback-popup input:focus:-moz-placeholder {
    color: transparent;
}

.callback-popup input:focus::-moz-placeholder {
    color: transparent;
}

.callback-popup input:focus:-ms-input-placeholder {
    color: transparent;
}

.callback-popup input::-webkit-input-placeholder {
    color: #c5c6d1;
    letter-spacing: 3px;
}

@media screen and (max-width:550px) {
    .callback-popup input::-webkit-input-placeholder {
        letter-spacing: 0.5px;
    }
}

.callback-popup input:-moz-placeholder {
    color: #c5c6d1;
    letter-spacing: 3px;
}

@media screen and (max-width:550px) {
    .callback-popup input:-moz-placeholder {
        letter-spacing: 0.5px;
    }
}

.callback-popup input::-moz-placeholder {
    color: #c5c6d1;
    letter-spacing: 3px;
}

@media screen and (max-width:550px) {
    .callback-popup input::-moz-placeholder {
        letter-spacing: 0.5px;
    }
}

.callback-popup input:-ms-input-placeholder {
    color: #c5c6d1;
    letter-spacing: 3px;
}

@media screen and (max-width:550px) {
    .callback-popup input:-ms-input-placeholder {
        letter-spacing: 0.5px;
    }
}

.callback-popup .submit-wrap {
    display: inline-block;
    position: relative;
    vertical-align: top;
    padding: 20px 0 0;
}

@media screen and (max-width:550px) {
    .callback-popup .submit-wrap {
        padding: 10px 0 0;
    }
}

.callback-popup .submit-wrap::after {
    content: '';
    display: block;
    position: absolute;
    right: -20px;
    top: 42px;
}

@media screen and (max-width:550px) {
    .callback-popup .submit-wrap::after {
        top: 32px;
    }
}

.callback-popup .submit {
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 60px;
    height: 60px;
    background-color: transparent;
    padding: 0 65px;
    border: 1px solid #9c0c14;
    cursor: pointer;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    background-color: #9c0c14;
}

.callback-popup .submit:hover {
    background-color:#ebecf5;
    color: #1b1b1f;
}

@media screen and (max-width:1024px) {
    .callback-popup .submit:hover {
        background-color: transparent;
        color: #1b1b1f;
    }
}

.popup-confirm {
    width: 420px;
    position: fixed;
    top: 50%;
    margin-top: -260px;
    left: 50%;
    margin-left: -210px;
    background-color: #ebecf5;
    box-shadow: -24px 0 64px rgba(0, 0, 0, 0.5);
    z-index: 100;
    padding: 10px;
    display: none;
}

@media screen and (max-width:550px) {
    .popup-confirm {
        left: 0;
        margin-left: 0;
        width: 100%;
    }
}

.popup-confirm .content {
    border: 1px solid #756757;
}

.popup-confirm .title {
    font-size: 16px;
    color: #1b1b1f;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-align: center;
    line-height: 80px;
    border-bottom: 1px solid #1b1b1f;
    margin-bottom: 50px;
}

@media screen and (max-width:550px) {
    .popup-confirm .title {
        font-size: 13px;
        line-height: 50px;
        letter-spacing: 0.5px;
        margin-bottom: 20px;
    }
}

.popup-confirm .image-box {
    text-align: center;
    margin-bottom: 30px;
}

@media screen and (max-width:550px) {
    .popup-confirm .image-box {
        margin-bottom: 10px;
    }
}

.popup-confirm .sub-title {
    font-size: 14px;
    color: #56575c;
    line-height: 30px;
    padding: 0 50px;
    text-align: center;
    margin-bottom: 30px;
}

@media screen and (max-width:550px) {
    .popup-confirm .sub-title {
        margin-bottom: 10px;
    }
}

.popup-confirm .confirm-btn-wrap {
    text-align: center;
}

.popup-confirm .confirm-btn {
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: #1b1b1f;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 60px;
    height: 60px;
    background-color: transparent;
    letter-spacing: 2px;
    padding: 0 65px;
    border: 1px solid #1b1b1f;
    cursor: pointer;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    margin-bottom: 50px;
}

@media screen and (max-width:550px) {
    .popup-confirm .confirm-btn {
        margin-bottom: 20px;
    }
}

.popup-confirm .confirm-btn::after {
    content: '';
    display: block;
    position: absolute;
    right: -20px;
    top: 22px;
}

.popup-confirm .confirm-btn:hover {
    background-color: #1b1b1f;
    color: #ebecf5;
}

@media screen and (max-width:1024px) {
    .popup-confirm .confirm-btn:hover {
        background-color: transparent;
        color: #1b1b1f;
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.top-section {
    position: relative;
    padding: 160px 0 190px;
    overflow: hidden;
    background: #000;
        height: 100vh;
}

/* Відео */
.top-section .bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 0;
}
.top-section::after {
    content: '';
    position: absolute;
    inset: 0;
    /* background-image: url("../img/main_photo.png"); */
    background-color: rgb(23 23 23 / 55%);
    background-repeat: no-repeat;
    background-position: 70% 50%;
    z-index: 1;
}

@media screen and (max-width:1440px) {
    .top-section {
        padding: 95px 0 100px;
        background: url("../img/main_photo.png") no-repeat 70% 50%;
        background-size: cover;
    }
}

@media screen and (max-width:1023px) {
    .top-section {
        padding: 95px 0 60px;
        background-size: cover;
        background-position: 85% 60%;
    }

    .top-section::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(23 23 23 / 55%);
        background-repeat: no-repeat;
        background-position: 70% 50%;
        z-index: 1;
}
}

.top-section .content {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

@media screen and (max-width:1239px) {
    .top-section .content {
        width: 100%;
    }
}

@media screen and (max-width:1023px) {
    .top-section .content {
        position: relative;
        z-index: 2;
    }
}

.top-section .text-box {
    position: relative;
    padding: 200px 0 0 50px;
}
.top-img {
    position: absolute;
    width: 610px;
    top: 104px;
    right: 0px;
}

@media screen and (max-width:1440px) {
    .top-section .text-box {
        padding: 150px 0 0 50px;
    }
}

@media screen and (max-width:1023px) {
    .top-section .text-box {
        padding: 30px 0 0 50px;
    }
}

@media screen and (max-width:550px) {
    .top-section .text-box {
        padding: 30px 15px 0 30px;
    }
}

.top-section .main-title {
    font-size: 37px;
    font-weight: 700;
    color: #ebecf5;
    text-transform: uppercase;
    letter-spacing: 5px;
    line-height: 60px;
    max-width: 620px;
    margin-bottom: 60px;
}
.top-section .main-title span{
    font-size: 78px;
    font-weight: 900;
    color: #9c0c14;
    text-transform: uppercase;
    letter-spacing: 5px;
    line-height: 60px;
    max-width: 620px;
    margin-bottom: 60px;
}
@media screen and (max-width:1023px) {
    .top-section .main-title {
        letter-spacing: 3px;
    }
}

@media screen and (max-width:550px) {
    .top-section .main-title {
        font-size: 36px;
        letter-spacing: 1px;
    }
}

@media screen and (max-width:1023px) {
    .top-section .main-title {
        margin-bottom: 25px;
        letter-spacing: 3px;
    }
}

@media screen and (max-width:550px) {
    .top-section .main-title {
        margin-bottom: 10px;
        letter-spacing: 1px;
        font-size: 36px;
        line-height: 54px;
    }
}

.top-section .sub-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    color: #ebecf5;
    text-transform: uppercase;
    max-width: 600px;
    letter-spacing: 3px;
    margin-bottom: 70px;
}

@media screen and (max-width:1023px) {
    .top-section .sub-title {
        margin-bottom: 40px;
        letter-spacing: 2px;
    }
}

@media screen and (max-width:550px) {
    .top-section .sub-title {
        letter-spacing: 1px;
        font-size: 15px;
    }
}



/* изначально скрыты */
.top-section .main-title,
.top-section .sub-title,
.top-section .new-btn {
    opacity: 0;
    transform: translateY(22px);
    filter: blur(6px);
    transition:
        opacity .8s cubic-bezier(.22,.61,.36,1),
        transform .8s cubic-bezier(.22,.61,.36,1),
        filter .8s cubic-bezier(.22,.61,.36,1);
    will-change: opacity, transform, filter;
}

/* активное состояние */
.top-section.is-ready .main-title,
.top-section.is-ready .sub-title,
.top-section.is-ready .new-btn {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
    
}

/* задержки (по порядку) */
.top-section .main-title { transition-delay: .2s; }
.top-section .sub-title  { transition-delay: .55s; }
.top-section .new-btn { transition-delay: .9s; }

/* если reduce motion */
@media (prefers-reduced-motion: reduce) {
    .top-section .main-title,
    .top-section .sub-title,
    .top-section .new-btn {
        transition: none;
        opacity: 1;
        transform: none;
        filter: none;
    }
}



.top-section .arrow-down {
    display: block;
    position: relative;
    width: 60px;
    height: 60px;
    border: 1px solid rgb(212 15 28);
    -webkit-transition: .3s ease;
    transition: .3s ease;
    cursor: pointer;
}

.top-section .arrow-down:hover {
    border-color: #ebecf5;
}

@media screen and (max-width:1024) {
    .top-section .arrow-down:hover {
        border-color: 1px solid rgb(212 15 28);
    }
}

.top-section .arrow-down::before {
    content: '';
    display: block;
    position: absolute;
    top: -21px;
    left: 21px;
}

.technology-section {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding: 190px 0 290px;
}

@media screen and (max-width:1239px) {
    .technology-section {
        width: 100%;
    }
}

@media screen and (max-width:1023px) {
    .technology-section {
        padding: 70px 0 90px;
    }
}

@media screen and (max-width:550px) {
    .technology-section {
        padding: 50px 0 70px;
    }
}

.technology-section::after {
    content: '';
    display: block;
    clear: both;
}

.technology-section .image-box {
    position: absolute;
    top: 127px;
    left: -121px;
}

@media screen and (max-width:1239px) {
    .technology-section .image-box {
        left: -240px;
    }
}

@media screen and (max-width:1023px) {
    .technology-section .image-box {
        display: none;
    }
}

.technology-section .image-box img {
    display: block;
}

.technology-section .text-box {
    position: relative;
    max-width: 750px;
    float: right;
}

@media screen and (max-width:1023px) {
    .technology-section .text-box {
        max-width: 100%;
        padding: 0 30px;
    }
}

@media screen and (max-width:550px) {
    .technology-section .text-box {
        padding: 0 15px;
    }
}

.technology-section .text-box .dec-wave-1 {
    position: absolute;
    top: 150px;
    right: 100px;
}

.technology-section .text-box .main-title {
    font-size: 48px;
    font-weight: 700;
    color: #ebecf5;
    text-transform: uppercase;
    letter-spacing: 5px;
    line-height: 60px;
    color: #ebecf5;
    margin-bottom: 65px;
}

@media screen and (max-width:1023px) {
    .technology-section .text-box .main-title {
        letter-spacing: 3px;
    }
}

@media screen and (max-width:550px) {
    .technology-section .text-box .main-title {
        font-size: 36px;
        letter-spacing: 1px;
    }
}

@media screen and (max-width:1023px) {
    .technology-section .text-box .main-title {
        margin-bottom: 30px;
    }
}

@media screen and (max-width:550px) {
    .technology-section .text-box .main-title {
        line-height: 50px;
        font-size: 32px;
    }
}

.technology-section .text-box .info-text {
    padding: 0 100px;
    margin-bottom: 55px;
    height: 240px;
    overflow: hidden;
}

@media screen and (max-width:1023px) {
    .technology-section .text-box .info-text {
        padding: 0 50px;
    }
}

@media screen and (max-width:550px) {
    .technology-section .text-box .info-text {
        padding: 0 30px;
    }
}

#tech-section .learn-more-btn {
    position: relative;
    display: block;
    width: 190px;
    font-size: 16px;
    font-weight: 600;
    color: #9c0c14;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: 2px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

@media screen and (max-width:1239px) {
    #tech-section .learn-more-btn {
    
    }
}

@media screen and (max-width:1023px) {
   #tech-section .learn-more-btn {
      
    }
}

@media screen and (max-width:550px) {
    #tech-section .learn-more-btn {
   
    }
}

#tech-section .learn-more-btn:hover {
    color: #ebecf5;
}

@media screen and (max-width:1024px) {
   #tech-section .learn-more-btn:hover {
        color: #9c0c14;
    }

   #tech-section .learn-more-btn:hover::after {
        border-color: rgba(189, 161, 128, 0.5);
    }
}

#tech-section .learn-more-btn:hover::after {
    border-color: #9c0c14;
}

#tech-section .learn-more-btn::after {
    content: '';
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    left: -80px;
    top: -9px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

#tech-section .learn-more-btn::before {
    content: '';
    display: block;
    position: absolute;
    top: 12px;
    left: -100px;
}

.certificates-section {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 140px;
}

@media screen and (max-width:1239px) {
    .certificates-section {
        width: 100%;
        padding: 0 30px;
    }
}

@media screen and (max-width:550px) {
    .certificates-section {
        padding: 0 15px 30px;
    }
}

.certificates-section::after {
    content: '';
    display: block;
    clear: both;
}

.certificates-section .dec-tree-1 {
    position: absolute;
    bottom: -140px;
    left: 0;
}

.certificates-section .text-box {
    position: relative;
    margin-left: 50px;
    float: left;
}

@media screen and (max-width:1239px) {
    .certificates-section .text-box {
        width: 52%;
        margin-left: 0;
    }
}

@media screen and (max-width:1023px) {
    .certificates-section .text-box {
        width: 100%;
    }
}

.certificates-section .text-box .dec-lines-1 {
    position: absolute;
    right: 0;
    top: 325px;
}

.certificates-section .main-title {
    font-size: 48px;
    font-weight: 700;
    color: #ebecf5;
    text-transform: uppercase;
    letter-spacing: 5px;
    line-height: 60px;
    max-width: 495px;
    margin-bottom: 70px;
}

@media screen and (max-width:1023px) {
    .certificates-section .main-title {
        letter-spacing: 3px;
    }
}

@media screen and (max-width:550px) {
    .certificates-section .main-title {
        font-size: 36px;
        letter-spacing: 1px;
    }
}

@media screen and (max-width:1239px) {
    .certificates-section .main-title {
        margin-bottom: 30px;
    }
}

@media screen and (max-width:1023px) {
    .certificates-section .main-title {
        max-width: 100%;
    }
}

@media screen and (max-width:550px) {
    .certificates-section .main-title {
        font-size: 30px;
        margin-bottom: 10px;
    }
}

.certificates-section .info-text {
    margin-left: 100px;
    max-width: 540px;
}

@media screen and (max-width:1239px) {
    .certificates-section .info-text {
        margin-left: 50px;
    }
}

@media screen and (max-width:1023px) {
    .certificates-section .info-text {
        max-width: 100%;
    }
}

@media screen and (max-width:550px) {
    .certificates-section .info-text {
        margin-left: 30px;
    }
}

.certificates-section .certificates {
    position: relative;
    float: right;
    max-width: 380px;
    margin: 50px 10px 0 0;
    overflow: hidden;
}

@media screen and (max-width:1023px) {
    .certificates-section .certificates {
        width: 380px;
        float: none;
        margin: 0 auto;
        padding: 20px 0 0;
    }
}

@media screen and (max-width:550px) {
    .certificates-section .certificates {
        width: 180px;
    }
}

.certificates-section .certificates .item {
    float: left;
    margin: 0 60px 60px 0;
}

@media screen and (max-width:550px) {
    .certificates-section .certificates .item {
        margin: 0 0 30px;
    }
}

.certificates-section .certificates .item:nth-child(2n) {
    margin-right: 0;
}

.certificates-section .certificates .item-arrow {
    position: relative;
    top: 20px;
    left: 20px;
}

.certificates-section .certificates img {
    display: block;
}

.advantages-section {
    width: 1200px;
    margin: 0 auto;
    background: url("../img/advantages-bg.jpg") no-repeat 0 0;
    position: relative;
    text-align: center;
    padding: 90px 0 80px;
}

@media screen and (max-width:1239px) {
    .advantages-section {
        width: 100%;
    }
}

@media screen and (max-width:1023px) {
    .advantages-section {
        padding: 50px 0 40px;
    }
}

@media screen and (max-width:550px) {
    .advantages-section {
        background: transparent;
    }
}

.advantages-section::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    right: -20px;
    bottom: -20px;
    border: 1px solid rgba(189, 161, 128, 0.5);
}

@media screen and (max-width:550px) {
    .advantages-section::before {
        content: none;
    }
}

.advantages-section .dec-pepper-1 {
    position: absolute;
    right: -15px;
    bottom: -220px;
}

.advantages-section .main-title {
    font-size: 48px;
    font-weight: 700;
    color: #ebecf5;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 90px;
}

@media screen and (max-width:1023px) {
    .advantages-section .main-title {
        letter-spacing: 3px;
    }
}

@media screen and (max-width:550px) {
    .advantages-section .main-title {
        font-size: 36px;
        letter-spacing: 1px;
    }
}

@media screen and (max-width:1023px) {
    .advantages-section .main-title {
        margin-bottom: 60px;
        font-size: 44px;
        padding: 0 15px;
    }
}

@media screen and (max-width:550px) {
    .advantages-section .main-title {
        font-size: 30px;
    }
}

.advantages-section .items-row {
    list-style: none;
    padding: 0 20px;
}

.advantages-section .item {
    display: inline-block;
    vertical-align: top;
    width: 26%;
    margin-right: 60px;
}

@media screen and (max-width:1023px) {
    .advantages-section .item {
        margin-right: 20px;
        width: 30%;
    }
}

@media screen and (max-width:550px) {
    .advantages-section .item {
        width: 100%;
        margin-right: 0;
        border: 2px solid #756757;
        border-top: 0;
        padding: 40px 20px;
    }

    .advantages-section .item:first-child {
        border-top: 2px solid #756757;
    }
}

.advantages-section .item:last-child {
    margin: 0;
}

.advantages-section .item .image-box {
    width: 100%;
    margin-bottom: 45px;
}

@media screen and (max-width:1023px) {
    .advantages-section .item .image-box {
        margin-bottom: 30px;
    }
}

.advantages-section .item .image-box img {
    display: inline-block;
}

.advantages-section .item .text-box {
    font-size: 16px;
    font-weight: 700;
    color: #ebecf5;
    text-transform: uppercase;
    line-height: 30px;
    letter-spacing: 2px;
}

@media screen and (max-width:1023px) {
    .advantages-section .item .text-box {
        letter-spacing: 1px;
        line-height: 26px;
        font-size: 15px;
    }
}

.client-section {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding: 180px 0 195px;
}

@media screen and (max-width:1239px) {
    .client-section {
        width: 100%;
        padding: 100px 0 150px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (max-width:550px) {
    .client-section {
        padding: 30px 0 80px;
    }
}

.client-section .video-box {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 680px;
    margin-left: 10px;
}

@media screen and (max-width:1239px) {
    .client-section .video-box {
        max-width: 100%;
        width: 80%;
        left: 10%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        height: auto;
        margin-left: 0;
    }
}

@media screen and (max-width:550px) {
    .client-section .video-box {
        width: 90%;
        left: 5%;
    }
}

.client-section .video-box video {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.client-section .video-box img {
    display: block;
    width: 100%;
}

.client-section .video-box::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -20px;
    right: -20px;
    border: 1px solid rgba(189, 161, 128, 0.5);
    z-index: -1;
}

@media screen and (max-width:550px) {
    .client-section .video-box::before {
        content: none;
    }
}

.client-section .play-btn {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    height: 60px;
    z-index: 1;
    cursor: pointer;
}

.client-section .play-btn::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -5px;
    right: -5px;
    border: 1px solid #ebecf5;
    opacity: 0.5;
    z-index: -2;
}

.client-section .play-btn::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #9c0c14 url("../img/play-btn.png") no-repeat 50% 50%;
    top: 0;
    left: 0;
    z-index: -1;
}

.client-section .play-btn-hidden {
    margin-left: 0;
    left: 0;
    width: 100%;
}

.client-section .play-btn-hidden::before {
    content: none;
}

.client-section .play-btn-hidden::after {
    content: none;
}

.client-section .text-box {
    max-width: 500px;
    margin-top: 75px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

@media screen and (max-width:1239px) {
    .client-section .text-box {
        max-width: 100%;
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        padding: 0 30px;
        margin-top: 0;
        margin-bottom: 20px;
        text-align: center;
    }
}

@media screen and (max-width:550px) {
    .client-section .text-box {
        margin-bottom: 0;
    }
}

.client-section .text-box .dec-wave-1 {
    position: absolute;
    right: 55px;
    bottom: -175px;
}

.client-section .main-title {
    position: relative;
    font-size: 48px;
    font-weight: 700;
    color: #ebecf5;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 75px;
    left: -80px;
}

@media screen and (max-width:1023px) {
    .client-section .main-title {
        letter-spacing: 3px;
    }
}

@media screen and (max-width:550px) {
    .client-section .main-title {
        font-size: 36px;
        letter-spacing: 1px;
    }
}

@media screen and (max-width:1239px) {
    .client-section .main-title {
        left: 0;
        margin-bottom: 20px;
    }
}

.client-section .info-text {
    position: relative;
    max-width: 395px;
    left: 60px;
}

@media screen and (max-width:1239px) {
    .client-section .info-text {
        max-width: 100%;
        left: 0;
    }
}

.partners-section {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 0 50px;
}

@media screen and (max-width:1239px) {
    .partners-section {
        width: 100%;
    }
}

@media screen and (max-width:1023px) {
    .partners-section {
        padding: 0 0 70px;
    }
}

@media screen and (max-width:550px) {
    .partners-section {
        padding: 0 0 40px;
    }
}

.partners-section .main-title {
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    color: #ebecf5;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 95px;
}

@media screen and (max-width:1023px) {
    .partners-section .main-title {
        letter-spacing: 3px;
    }
}

@media screen and (max-width:550px) {
    .partners-section .main-title {
        font-size: 36px;
        letter-spacing: 1px;
    }
}

@media screen and (max-width:1023px) {
    .partners-section .main-title {
        margin-bottom: 50px;
    }
}

@media screen and (max-width:550px) {
    .partners-section .main-title {
        margin-bottom: 20px;
        font-size: 34px;
    }
}

.partners-section .partners-slider {
    position: relative;
    width: 90%;
    left: 5%;
}

@media screen and (max-width:1440px) {
    .partners-section .partners-slider {
        width: 85%;
        left: 7.5%;
    }
}

@media screen and (max-width:1239px) {
    .partners-section .partners-slider {
        width: 80%;
        left: 10%;
    }
}

@media screen and (max-width:1023px) {
    .partners-section .partners-slider {
        width: 72%;
        left: 14%;
    }
}

@media screen and (max-width:550px) {
    .partners-section .partners-slider {
        width: 100%;
        left: 0;
        text-align: center;
        padding: 0 15px;
    }
}

@media screen and (max-width:550px) {
    .partners-section .item {
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        margin-bottom: 20px;
    }
}

.partners-section .slick-prev {
    position: absolute;
    left: -90px;
    width: 60px;
    height: 60px;
    top: 30px;
    border: 1px solid #9c0c14;
    text-indent: -9999px;
    background-color: transparent;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

@media screen and (max-width:1023px) {
    .partners-section .slick-prev {
        left: -70px;
    }
}

.partners-section .slick-prev:hover {
    border-color: #ebecf5;
}

@media screen and (max-width:1024px) {
    .partners-section .slick-prev:hover {
        border-color: rgba(189, 161, 128, 0.5);
    }
}

.partners-section .slick-prev::before {
    content: '';
    display: block;
    position: absolute;
    top: 20px;
    right: -21px;
}

.partners-section .slick-next {
    position: absolute;
    right: -90px;
    width: 60px;
    height: 60px;
    top: 30px;
    border: 1px solid #9c0c14;
    text-indent: -9999px;
    background-color: transparent;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

@media screen and (max-width:1023px) {
    .partners-section .slick-next {
        right: -70px;
    }
}

.partners-section .slick-next:hover {
    border-color: #ebecf5;
}

@media screen and (max-width:1024px) {
    .partners-section .slick-next:hover {
        border-color: rgba(189, 161, 128, 0.5);
    }
}

.partners-section .slick-next::before {
    content: '';
    display: block;
    position: absolute;
    top: 20px;
    left: -21px;
}

.partners-section .item {
    position: relative;
    text-align: center;
    height: 120px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10px;
    border: 2px solid #9c0c14;
}




.partners-section .item .image-box {
    display: inline-block;
    vertical-align: middle;
}

.steak-slider {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding: 0 10px 50px;
}

@media screen and (max-width:1239px) {
    .steak-slider {
        width: 100%;
        padding: 0 10px 120px;
    }
}

@media screen and (max-width:1023px) {
    .steak-slider {
        padding: 0 10px 70px;
    }
}

@media screen and (max-width:550px) {
    .steak-slider {
        padding: 0 20px 70px;
    }
}

.steak-slider .dec-rect-1 {
    position: absolute;
    width: 160px;
    height: 160px;
    border: 1px solid rgba(189, 161, 128, 0.5);
    top: -35px;
    left: 360px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.steak-slider .dec-salt-1 {
    position: absolute;
    top: -165px;
    right: -15px;
}

.steak-slider .index-steak-slider {
    position: relative;
}

.steak-slider .index-steak-slider::after {
    content: '';
    display: block;
    clear: both;
}

@media screen and (max-width:1023px) {
    .steak-slider .item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.steak-slider .text-box {
    position: relative;
    float: left;
    padding: 115px 0 0 40px;
    margin-right: 10px;
    width: 350px;
}

@media screen and (max-width:1239px) {
    .steak-slider .text-box {
        padding: 115px 0 0 20px;
    }
}

@media screen and (max-width:1023px) {
    .steak-slider .text-box {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        padding: 30px 0 0 20px;
        width: 100%;
    }
}

@media screen and (max-width:550px) {
    .steak-slider .text-box {
        margin-right: 0;
        padding: 30px 0 0 0;
    }
}

.steak-slider .main-title {
    position: relative;
    font-size: 25px;
    font-weight: 700;
    color: #ebecf5;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 70px;
    height: 95px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 310px;
}

@media screen and (max-width:1023px) {
    .steak-slider .main-title {
        letter-spacing: 3px;
    }
}

@media screen and (max-width:550px) {
    .steak-slider .main-title {
        font-size: 24px;
        letter-spacing: 1px;
    }
}

@media screen and (max-width:1023px) {
    .steak-slider .main-title {
        max-width: 100%;
        width: 100%;
        margin-bottom: 50px;
    }
}

.steak-slider .main-title::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -18px;
    left: -40px;
    height: 1px;
    width: 500px;
    background-color: rgba(255, 255, 255, 0.2);
}

@media screen and (max-width:1023px) {
    .steak-slider .main-title::after {
        width: 100%;
    }
}

.steak-slider .info-text {
    max-width: 300px;
    margin-bottom: 40px;
    height: 90px;
    overflow: hidden;
}

@media screen and (max-width:1239px) {
    .steak-slider .info-text {
        max-width: 250px;
    }
}

@media screen and (max-width:1023px) {
    .steak-slider .info-text {
        max-width: 100%;
        width: 100%;
        margin-bottom: 20px;
    }
}

@media screen and (max-width:1023px) {
    .steak-slider .price-box {
        margin-bottom: 30px;
    }
}

.steak-slider .buttons-row {
    position: relative;
}

@media screen and (max-width:550px) {
    .steak-slider .buttons-row {
        text-align: center;
    }
}

.steak-slider .order-btn {
    position: relative;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: #ebecf5;
    text-transform: uppercase;
    line-height: 60px;
    letter-spacing: 2px;
    border: 1px solid rgba(189, 161, 128, 0.5);
    padding: 0 40px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    cursor: pointer;
}

@media screen and (max-width:550px) {
    .steak-slider .order-btn {
        margin: 0 50px 20px;
    }
}

.steak-slider .order-btn::before {
    content: '';
    display: block;
    position: absolute;
    width: 60px;
    height: 1px;
    left: -40px;
    top: 30px;
    background-color: #9c0c14;
    opacity: 0;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.steak-slider .order-btn:hover {
    background-color: #ebecf5;
    border-color: #ebecf5;
    color: #000;
}

@media screen and (max-width:1024px) {
    .steak-slider .order-btn:hover {
        color: #ebecf5;
        border-color: rgba(189, 161, 128, 0.5);
        background-color: transparent;
    }

    .steak-slider .order-btn:hover::before {
        opacity: 0;
    }
}

.steak-slider .order-btn:hover::before {
    opacity: 1;
}

.steak-slider .learn-more {
    display: inline-block;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-weight: 700;
    font-style: italic;
    font-size: 14px;
    line-height: 22px;
    border-bottom: 1px dashed #ebecf5;
    color: #ebecf5;
    letter-spacing: 2px;
    margin-left: 35px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

@media screen and (max-width:550px) {
    .steak-slider .learn-more {
        margin: 0 60px;
    }
}

.steak-slider .learn-more:hover {
    border-color: #9c0c14;
    color: #9c0c14;
}

@media screen and (max-width:1024px) {
    .steak-slider .learn-more:hover {
        border-color: #ebecf5;
        color: #ebecf5;
    }
}

.steak-slider .slick-slide {
    padding: 0 0 200px;
    overflow: hidden;
}

.steak-slider .image-box {
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.steak-slider .image-box img {
    height: auto;
}

@media screen and (max-width:1023px) {
    .steak-slider .image-box {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        width: 80%;
        left: 10%;
    }
}

@media screen and (max-width:550px) {
    .steak-slider .image-box {
        width: 100%;
        left: 0;
    }

    .steak-slider .image-box img {
        display: block;
        width: 100%;
    }
}

.steak-slider .features-box {
    float: right;
    position: relative;
    width: 385px;
    padding: 210px 0 0;
}

@media screen and (max-width:1239px) {
    .steak-slider .features-box {
        float: right;
        width: 300px;
    }
}

@media screen and (max-width:1023px) {
    .steak-slider .features-box {
        bottom: 10px;
        left: 360px;
        width: auto;
        position: absolute;
    }
}

@media screen and (max-width:550px) {
    .steak-slider .features-box {
        width: 100%;
        bottom: 49px;
        left: 0;
    }
}

.steak-slider .features-box em {
    font-style: normal;
    padding: 0 0 0 40px;
}

@media screen and (max-width:1239px) {
    .steak-slider .features-box em {
        padding: 0 0 0 20px;
    }
}

.steak-slider .features-box .title {
    position: relative;
    font-size: 14px;
    color: #ebecf5;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 50px;
    letter-spacing: 2px;
}

@media screen and (max-width:1023px) {
    .steak-slider .features-box .title {
        display: none;
    }
}

.steak-slider .features-box .title::after {
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: -25px;
    background-color: rgba(255, 255, 255, 0.2);
}

.steak-slider .feature {
    list-style: none;
    color: #ebecf5;
    margin-bottom: 80px;
}

@media screen and (max-width:1023px) {
    .steak-slider .feature {
        display: none;
    }
}

.steak-slider .feature li {
    font-size: 10px;
    font-weight: 400;
    line-height: 50px;
    text-transform: uppercase;
    letter-spacing: 5px;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.steak-slider .feature span {
    position: relative;
    float: right;
    width: 40%;
    color: #9c0c14;
}

@media screen and (max-width:1239px) {
    .steak-slider .feature span {
        width: 35%;
    }
}

.steak-slider .navigation {
    position: absolute;
    right: 10px;
    bottom: 250px;
}

@media screen and (max-width:1023px) {
    .steak-slider .navigation {
        padding: 0;
        bottom: 75px;
        right: auto;
        left: 370px;
    }
}

@media screen and (max-width:550px) {
    .steak-slider .navigation {
        right: 20px;
        left: 20px;
        bottom: 120px;
    }
}

.steak-slider .navigation::after {
    content: '';
    display: block;
    clear: both;
}

.steak-slider .arrows-box {
    float: left;
    margin-right: 39px;
}

@media screen and (max-width:1023px) {
    .steak-slider .arrows-box {
        float: none;
        margin-right: 0;
    }
}

.steak-slider .prev-arrow {
    position: relative;
    float: left;
    width: 60px;
    height: 60px;
    border: 1px solid rgba(189, 161, 128, 0.5);
    background: url("../img/centered-arrow-left.png") no-repeat 50% 50%;
    margin-right: 24px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    cursor: pointer;
}

@media screen and (max-width:1023px) {
    .steak-slider .prev-arrow {
        width: 50px;
        height: 50px;
    }
}

.steak-slider .prev-arrow:hover {
    border-color: #ebecf5;
}

@media screen and (max-width:1024px) {
    .steak-slider .prev-arrow:hover {
        border-color: rgba(189, 161, 128, 0.5);
    }

    .steak-slider .prev-arrow:hover::before {
        opacity: 0;
    }
}

.steak-slider .prev-arrow:hover::before {
    opacity: 1;
}

.steak-slider .prev-arrow::before {
    content: '';
    display: block;
    position: absolute;
    right: -25px;
    top: 20px;
    opacity: 0;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

@media screen and (max-width:1024px) {
    .steak-slider .prev-arrow::before {
        content: none;
    }
}

.steak-slider .next-arrow {
    position: relative;
    float: left;
    width: 60px;
    height: 60px;
    border: 1px solid rgba(189, 161, 128, 0.5);
    background: url("../img/centered-arrow-right.png") no-repeat 50% 50%;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    cursor: pointer;
}

@media screen and (max-width:1023px) {
    .steak-slider .next-arrow {
        width: 50px;
        height: 50px;
        float: right;
    }
}

.steak-slider .next-arrow:hover {
    border-color: #ebecf5;
}

@media screen and (max-width:1024px) {
    .steak-slider .next-arrow:hover {
        border-color: rgba(189, 161, 128, 0.5);
    }

    .steak-slider .next-arrow:hover::before {
        opacity: 0;
    }
}

.steak-slider .next-arrow:hover::before {
    opacity: 1;
}

.steak-slider .next-arrow::before {
    content: '';
    display: block;
    position: absolute;
    top: 20px;
    left: -25px;
    opacity: 0;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

@media screen and (max-width:1024px) {
    .steak-slider .next-arrow::before {
        content: none;
    }
}

.steak-slider .info {
    float: left;
    font-size: 10px;
    color: #9c0c14;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 5px 0 0;
}

@media screen and (max-width:1023px) {
    .steak-slider .info {
        display: none;
    }
}

.steak-slider .info .amount {
    margin-bottom: 5px;
}

.steak-slider .info span {
    font-size: 24px;
    color: #ebecf5;
}

.steak-slider .info em {
    padding: 0;
    font-style: normal;
    font-size: 12px;
}

.steak-slider .in-catalog {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 12px;
    font-weight: 700;
    font-style: italic;
    color: #ebecf5;
    text-transform: none;
    border-bottom: 1px dashed #ebecf5;
    padding: 0 0 2px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.steak-slider .in-catalog:hover {
    border-color: #9c0c14;
    color: #9c0c14;
}

@media screen and (max-width:1024px) {
    .steak-slider .in-catalog:hover {
        border-color: #ebecf5;
        color: #ebecf5;
    }
}

.steak-slider .slick-slide img {
    display: inline-block;
}

.price-box {
    position: relative;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ebecf5;
    margin-bottom: 60px;
}

.price-box .amount {
    font-size: 12px;
    color: #9c0c14;
    margin-left: 10px;
}

.steak-cut strong {
    display: block;
    position: absolute;
    left: -19px;
    top: 19px;
}

.steak-wet strong {
    display: block;
    position: absolute;
    left: -19px;
    top: 19px;
}

.steak-wet.title strong {
    top: 8px;
}

.steak-vacuum strong {
    display: block;
    position: absolute;
    left: -19px;
    top: 19px;
}

.steak-steak strong {
    display: block;
    position: absolute;
    left: -19px;
    top: 19px;
}

.navigation-title {
    position: relative;
    font-size: 48px;
    font-weight: 700;
    color: #ebecf5;
    text-transform: uppercase;
    letter-spacing: 5px;
    padding: 220px 0 0 40px;
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

@media screen and (max-width:1023px) {
    .navigation-title {
        letter-spacing: 3px;
    }
}

@media screen and (max-width:550px) {
    .navigation-title {
        font-size: 22px;
        letter-spacing: 1px;
    }
    .accordion-tabs {
    width: 100%;

    border-radius: 0.1875em;
    margin-bottom: 1.5em;
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    padding: 10px !important;
    margin: 0px;
}
}

@media screen and (max-width:1239px) {
    .navigation-title {
        width: 100%;
    }
}

@media screen and (max-width:1023px) {
    .navigation-title {
        padding: 120px 0 0 40px;
    }
}

@media screen and (max-width:550px) {
    .navigation-title {
        padding: 90px 0 0 40px;
    }
}

.navigation-title::after {
    content: '';
    display: block;
    position: absolute;
    width: calc(100% - 20px);
    height: 1px;
    left: 10px;
    bottom: -30px;
    background-color: #56575c;
}

.about-technology {
    padding: 190px 0 110px;
    position: relative;
}

@media screen and (max-width:1023px) {
    .about-technology {
        padding: 80px 0 0;
    }
}

.about-technology .dec-rect-1 {
    position: absolute;
    width: 160px;
    height: 160px;
    border: 1px solid rgb(213 14 28 / 46%);
    top: 400px;
    right: 90px;
    z-index: -1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.about-technology .text-box .info-text {
    height: auto;
}

.about-technology .text-box::after {
    background: none;
    width: 160px;
    height: 160px;
    border: 1px solid #756757;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 60px;
    top: 210px;
}

.about-certificates {
    width: 1200px;
    margin: 0 auto;
}

@media screen and (max-width:1239px) {
    .about-certificates {
        width: 100%;
        padding: 0 30px;
    }
}

.about-certificates .main-title {
    font-size: 48px;
    font-weight: 700;
    color: #ebecf5;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-align: center;
    margin-bottom: 70px;
}

@media screen and (max-width:1023px) {
    .about-certificates .main-title {
        letter-spacing: 3px;
    }
}

@media screen and (max-width:550px) {
    .about-certificates .main-title {
        font-size: 36px;
        letter-spacing: 1px;
    }
}

@media screen and (max-width:550px) {
    .about-certificates .main-title {
        margin-bottom: 40px;
        font-size: 29px;
        letter-spacing: 1px;
    }
}

.about-certificates .row {
    overflow: hidden;
}

@media screen and (max-width:1023px) {
    .about-certificates .row {
        border-bottom: 1px solid #56575c;
    }
}

.about-certificates .col {
    width: 33.3333333%;
    float: left;
    text-align: center;
}

@media screen and (max-width:1023px) {
    .about-certificates .col {
        width: 100%;
        border-right: 1px solid #56575c;
    }
}

.about-certificates .col .image-box {
    padding: 70px 0;
    border: 1px solid #56575c;
    border-bottom: 0;
    border-right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width:1023px) {
    .about-certificates .col .image-box {
        padding: 30px 0;
    }
}

.about-certificates .col .image-box img {
    margin: auto;
}

.about-certificates .col .text-box {
    font-size: 16px;
    font-weight: 700;
    color: #ebecf5;
    text-transform: uppercase;
    letter-spacing: 2px;
    height: 130px;
    padding: 0 20px;
    border: 1px solid #56575c;
    border-right: 0;
    line-height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width:1023px) {
    .about-certificates .col .text-box {
        border-top: 0;
        border-bottom: 0;
        display: block;
        height: auto;
        padding: 0 0 30px;
    }
}

.about-certificates .col .text-box .text-holder {
    margin: auto;
}

.about-certificates .col .text-box em {
    display: block;
    font-style: normal;
}

.about-certificates .col:last-child .image-box,
.about-certificates .col:last-child .text-box {
    border-right: 1px solid #56575c;
}

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

    .about-certificates .col:last-child .image-box,
    .about-certificates .col:last-child .text-box {
        border-right: 0;
    }
}

.about-client {
    padding: 50px 0 100px;
}

@media screen and (max-width:1239px) {
    .about-client {
        display: block;
        padding: 100px 0 70px;
    }
}

@media screen and (max-width:1023px) {
    .about-client {
        padding: 50px 0 20px;
    }
}

.about-client .video-box {
    position: relative;
    min-width: 75%;
    left: 12.5%;
    height: auto;
    margin-bottom: 125px;
}

@media screen and (max-width:1239px) {
    .about-client .video-box {
        margin-bottom: 90px;
    }
}

@media screen and (max-width:1023px) {
    .about-client .video-box {
        width: 80%;
        left: 10%;
        margin-bottom: 70px;
    }
}

@media screen and (max-width:550px) {
    .about-client .video-box {
        margin-bottom: 40px;
        width: 90%;
        left: 5%;
    }
}

.about-client .video-box img {
    width: 100%;
}

.about-client .text-box {
    padding: 0 250px;
    max-width: 100%;
    margin: 0;
}

@media screen and (max-width:1239px) {
    .about-client .text-box {
        text-align: left;
    }
}

@media screen and (max-width:1023px) {
    .about-client .text-box {
        padding: 0 120px;
    }
}

@media screen and (max-width:550px) {
    .about-client .text-box {
        padding: 0 30px;
    }
}

.about-client .text-box::after {
    left: 95px;
    bottom: -115px;
}

.about-client .info-text {
    max-width: 100%;
    left: 0;
}

.our-team {
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 130px;
}

@media screen and (max-width:1239px) {
    .our-team {
        width: 100%;
    }
}

@media screen and (max-width:1023px) {
    .our-team {
        padding: 0 0 70px;
    }
}

@media screen and (max-width:550px) {
    .our-team {
        padding: 0 0 50px;
    }
}

.our-team .main-title {
    position: relative;
}

.our-team .main-title .dec-wave-1 {
    position: absolute;
    left: 0;
    top: -175px;
}

.our-team .our-team-slider {
    position: relative;
}

.our-team .slick-prev {
    position: absolute;
    width: 60px;
    height: 60px;
    border: 1px solid rgba(189, 161, 128, 0.5);
    top: 50%;
    margin-top: -30px;
    left: -95px;
    background: transparent;
    text-indent: -9999px;
    z-index: 1;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

@media screen and (max-width:1440px) {
    .our-team .slick-prev {
        left: -85px;
    }
}

@media screen and (max-width:550px) {
    .our-team .slick-prev {
        left: -53px;
        width: 50px;
        height: 50px;
        background: url("../img/centered-arrow-left.png") no-repeat 50% 50%;
    }
}

.our-team .slick-prev:hover {
    border-color: #ebecf5;
}

@media screen and (max-width:1024px) {
    .our-team .slick-prev:hover {
        border-color: rgba(189, 161, 128, 0.5);
    }
}

.our-team .slick-prev::before {
    content: '';
    display: block;
    position: absolute;
    top: 20px;
    right: -20px;
}

@media screen and (max-width:550px) {
    .our-team .slick-prev::before {
        content: none;
    }
}

.our-team .slick-next {
    position: absolute;
    width: 60px;
    height: 60px;
    border: 1px solid rgba(189, 161, 128, 0.5);
    top: 50%;
    margin-top: -30px;
    right: -85px;
    background: transparent;
    text-indent: -9999px;
    z-index: 1;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

@media screen and (max-width:1240px) {
    .our-team .slick-next {
        right: -75px;
    }
}

@media screen and (max-width:550px) {
    .our-team .slick-next {
        right: -43px;
        width: 50px;
        height: 50px;
        background: url("../img/centered-arrow-right.png") no-repeat 50% 50%;
    }
}

.our-team .slick-next:hover {
    border-color: #ebecf5;
    border-color: rgba(189, 161, 128, 0.5);
}

.our-team .slick-next::before {
    content: '';
    display: block;
    position: absolute;
    top: 20px;
    left: -20px;
}

@media screen and (max-width:550px) {
    .our-team .slick-next::before {
        content: none;
    }
}

.our-team .main-title {
    font-size: 48px;
    font-weight: 700;
    color: #ebecf5;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 70px;
    text-align: center;
}

@media screen and (max-width:1023px) {
    .our-team .main-title {
        letter-spacing: 3px;
    }
}

@media screen and (max-width:550px) {
    .our-team .main-title {
        font-size: 36px;
        letter-spacing: 1px;
    }
}

@media screen and (max-width:550px) {
    .our-team .main-title {
        margin-bottom: 40px;
        padding: 0 20px;
    }
}

.our-team .slider-box {
    padding: 0 90px;
}

@media screen and (max-width:1239px) {
    .our-team .slider-box {
        padding: 0 120px;
    }
}

@media screen and (max-width:550px) {
    .our-team .slider-box {
        padding: 0 60px;
    }
}

.our-team .item {
    border: 1px solid rgba(189, 161, 128, 0.5);
    margin: 10px 15px 0;
}

.our-team .image-box {
    position: relative;
    top: -10px;
    left: -10px;
    margin-bottom: 25px;
}

@media screen and (max-width:550px) {
    .our-team .image-box {
        margin-bottom: 15px;
    }
}

.our-team .image-box img {
    width: 100%;
    display: block;
}

.our-team .text-box {
    padding: 0 30px 30px;
}

@media screen and (max-width:550px) {
    .our-team .text-box {
        padding: 0 10px 20px;
    }
}

.our-team .title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ebecf5;
    margin-bottom: 15px;
    letter-spacing: 2px;
}

.our-team .sub-title {
    color: #c5c6d1;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    height: 51px;
    overflow: hidden;
}

.our-production {
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 140px;
}

@media screen and (max-width:1239px) {
    .our-production {
        width: 100%;
    }
}

@media screen and (max-width:550px) {
    .our-production {
        display: none;
    }
}

.our-production .main-title {
    margin-bottom: 75px;
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    color: #ebecf5;
    text-transform: uppercase;
    letter-spacing: 5px;
}

@media screen and (max-width:1023px) {
    .our-production .main-title {
        letter-spacing: 3px;
    }
}

@media screen and (max-width:550px) {
    .our-production .main-title {
        font-size: 36px;
        letter-spacing: 1px;
    }
}

@media screen and (max-width:1023px) {
    .our-production .main-title {
        margin-bottom: 60px;
        padding: 0 20px;
    }
}

.our-production img {
    width: 100%;
    display: block;
}

.catalog-section {
    width: 1200px;
    margin: 0 auto;
}

@media screen and (max-width:1239px) {
    .catalog-section {
        width: 100%;
    }
}

.catalog-section .navigation-title {
    margin-bottom: 30px;
}

.catalog-section .filter-box {
    position: relative;
    padding: 10px 40px;
    margin: 0 10px;
    line-height: 40px;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    overflow: hidden;
    border-bottom: 1px solid #56575c;
    margin-bottom: 30px;
}

@media screen and (max-width:1023px) {
    .catalog-section .filter-box {
        margin-bottom: 20px;
        padding: 10px 20px;
    }
}

@media screen and (max-width:550px) {
    .catalog-section .filter-box {
        font-size: 9px;
        letter-spacing: 1px;
    }
}

.catalog-section .filter-box .item {
    float: left;
    overflow: hidden;
    font-weight: 700;
}

.catalog-section .filter-box .item:nth-child(3) .filter-list {
    margin-right: 0;
}

@media screen and (max-width:1023px) {
    .catalog-section .filter-box .item:nth-child(3) {
        width: 100%;
    }
}

@media screen and (max-width:767px) {
    .catalog-section .filter-box .item:nth-child(3) {
        padding: 0 0 35px;
    }
}

@media screen and (max-width:767px) {
    .catalog-section .filter-box .item {
        width: 100%;
    }

    .catalog-section .filter-box .item .filter-list {
        width: 62%;
        float: right;
        margin-right: 0;
    }
}

.catalog-section .filter-box .title {
    float: left;
    color: #ebecf5;
    margin-right: 20px;
}

@media screen and (max-width:550px) {
    .catalog-section .filter-box .title {
        margin-right: 10px;
    }
}

.catalog-section .filter-list {
    list-style: none;
    float: left;
    overflow: hidden;
    margin-right: 40px;
}

@media screen and (max-width:1239px) {
    .catalog-section .filter-list {
        margin-right: 20px;
    }
}

.catalog-section .filter-list li {
    float: left;
    color: #c5c6d1;
    margin-right: 20px;
    cursor: pointer;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

@media screen and (max-width:1239px) {
    .catalog-section .filter-list li {
        margin-right: 10px;
    }
}

.catalog-section .filter-list li:hover {
    color: #9c0c14;
}

@media screen and (max-width:1024px) {
    .catalog-section .filter-list li:hover {
        color: #c5c6d1;
    }
}

.catalog-section .filter-list li:last-child {
    margin-right: 0;
}

.catalog-section .filter-list .active {
    color: #9c0c14;
}

.catalog-section .clear-filter {
    position: relative;
    float: right;
    color: #ebecf5;
    font-weight: 400;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    cursor: pointer;
}

@media screen and (max-width:1023px) {
    .catalog-section .clear-filter {
        position: absolute;
        right: 20px;
    }
}

@media screen and (max-width:767px) {
    .catalog-section .clear-filter {
        right: auto;
        float: none;
        left: 20px;
        bottom: 10px;
    }
}

.catalog-section .clear-filter:hover {
    color: #9c0c14;
}

@media screen and (max-width:1024px) {
    .catalog-section .clear-filter:hover {
        color: #ebecf5;
    }

    .catalog-section .clear-filter:hover::after {
        border-color: #ebecf5;
    }
}

.catalog-section .clear-filter:hover::after {
    border-color: #9c0c14;
}

.catalog-section .clear-filter::after {
    content: '';
    display: block;
    position: absolute;
    height: 0;
    width: 100%;
    left: 0;
    bottom: 10px;
    border-bottom: 1px dashed #ebecf5;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.catalog-row {
    position: relative;
    padding: 10px 10px 0;
}

.catalog-row::after {
    content: '';
    display: block;
    clear: both;
}

.catalog-row .item {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    position: relative;
    max-width: 380px;
    margin-right: 15px;
    margin-bottom: 50px;
    padding: 0 0 40px;
}

@media screen and (max-width:1239px) {
    .catalog-row .item {
        width: 31%;
        margin-right: 3%;
    }
}

@media screen and (max-width:1023px) {
    .catalog-row .item {
        margin-bottom: 30px;
    }
}

@media screen and (max-width:767px) {
    .catalog-row .item {
        width: 47%;
        margin-right: 5%;
    }
}

@media screen and (max-width:550px) {
    .catalog-row .item {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
    }
}

.catalog-row .item:hover {
    border: 1px solid #756757;
}

@media screen and (max-width:1024px) {
    .catalog-row .item:hover {
        border: 0;
    }
}

.catalog-row .item:hover .text-box {
    padding: 0 39px;
}

@media screen and (max-width:1024px) {
    .catalog-row .item:hover .text-box {
        padding: 0 15px;
    }
}

.catalog-row .item:hover::after {
    content: '';
}

@media screen and (max-width:1024px) {
    .catalog-row .item:hover::after {
        content: none;
    }
}

.catalog-row .item:hover .image-box {
    border-color: #756757;
}

@media screen and (max-width:1024px) {
    .catalog-row .item:hover .image-box {
        border-color: #56575c;
    }
}

.catalog-row .item:hover .price-box {
    margin-bottom: 20px;
}

.catalog-row .item:hover .btn-wrap {
    display: block;
}

@media screen and (max-width:1024px) {
    .catalog-row .item:hover .btn-wrap {
        display: none;
    }
}

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

@media screen and (max-width:767px) {
    .catalog-row .item:nth-child(3n) {
        margin-right: 5%;
    }
}

@media screen and (max-width:550px) {
    .catalog-row .item:nth-child(3n) {
        margin-right: 0;
    }
}

@media screen and (max-width:767px) {
    .catalog-row .item:nth-child(2n) {
        margin-right: 0;
    }
}

.catalog-row .item::after {
    content: none;
    display: block;
    position: absolute;
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    background: url("../img/bg-texture.jpg") repeat 0 0;
    box-shadow: 0 10px 64px rgba(0, 0, 0, 0.5);
    z-index: -1;
}

.catalog-row .item .buy-btn-wrap {
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
}

@media screen and (max-width:1239px) {
    .catalog-row .item .buy-btn-wrap {
        display: block;
        text-align: center;
    }
}

.catalog-row .item .buy-btn {
    display: inline-block;
    position: relative;
    margin-left: 40px;
    font-size: 12px;
    font-weight: 700;
    color: #ebecf5;
    letter-spacing: 2px;
    padding: 0 40px;
    height: 60px;
    line-height: 60px;
    text-transform: uppercase;
    border: 1px solid #756757;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

@media screen and (max-width:1239px) {
    .catalog-row .item .buy-btn {
        margin: 0;
    }
}

.catalog-row .item .buy-btn:hover {
    background-color: #ebecf5;
    color: #000;
}

@media screen and (max-width:1024px) {
    .catalog-row .item .buy-btn:hover {
        background-color: transparent;
        color: #ebecf5;
    }

    .catalog-row .item .buy-btn:hover::before {
        opacity: 0;
    }
}

.catalog-row .item .buy-btn:hover::before {
    opacity: 1;
}

.catalog-row .item .buy-btn::before {
    content: '';
    display: block;
    position: absolute;
    top: 30px;
    left: -42px;
    height: 1px;
    width: 60px;
    background-color: #756757;
    opacity: 0;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.catalog-row .item .btn-wrap {
    position: absolute;
    display: none;
    background: url("../img/bg-texture.jpg") repeat 0 0;
    box-shadow: 0 40px 64px rgba(0, 0, 0, 0.2);
    bottom: -80px;
    padding: 0 10px 10px;
    margin: 0 -10px;
    width: calc(100% + 22px);
    left: -1px;
    z-index: 2;
}

@media screen and (max-width:1239px) {
    .catalog-row .item .btn-wrap {
        bottom: -88px;
    }
}

.catalog-row .item .btn-holder {
    padding: 0 0 40px;
    border: 1px solid #756757;
    border-top: 0;
}

.catalog-row .item .see-more-wrap {
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
}

@media screen and (max-width:1239px) {
    .catalog-row .item .see-more-wrap {
        display: block;
        text-align: center;
    }
}

.catalog-row .item .see-more {
    display: inline-block;
    margin: 0 0 0 40px;
    font-size: 14px;
    font-weight: 700;
    font-style: italic;
    font-family: Georgia, Times, "Times New Roman", serif;
    position: relative;
    color: #ebecf5;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    letter-spacing: 2px;
}

@media screen and (max-width:1239px) {
    .catalog-row .item .see-more {
        position: relative;
        top: 15px;
        margin: 0;
    }
}

.catalog-row .item .see-more:hover {
    color: #9c0c14;
}

@media screen and (max-width:1024px) {
    .catalog-row .item .see-more:hover {
        color: #ebecf5;
    }

    .catalog-row .item .see-more:hover::after {
        border-color: #ebecf5;
    }
}

.catalog-row .item .see-more:hover::after {
    border-color: #9c0c14;
}

.catalog-row .item .see-more::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    border-bottom: 1px dashed #ebecf5;
}

.catalog-row .item a {
    display: block;
    height: 100%;
}

.catalog-row .image-box {
    width: 100%;
    margin-bottom: 35px;
    border-bottom: 1px solid #56575c;
}

.catalog-row .image-box img {
    display: block;
    width: 100%;
    height: 100%;
}

.catalog-row .text-box {
    padding: 0 40px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
    color: #c5c6d1;
    margin-bottom: 40px;
    letter-spacing: 1px;
}

@media screen and (max-width:1023px) {
    .catalog-row .text-box {
        padding: 0 15px;
        margin-bottom: 10px;
    }
}

.catalog-row .title {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    color: #ebecf5;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

@media screen and (max-width:1023px) {
    .catalog-row .title {
        margin-bottom: 5px;
    }

    .catalog-row .title::before {
        content: none;
    }
}

.catalog-row .price-box {
    padding: 0 40px;
    margin-bottom: 20px;
}

@media screen and (max-width:1023px) {
    .catalog-row .price-box {
        padding: 0 15px;
    }
}

.catalog-row .steak-dry::before {
    top: 9px;
}

.catalog-row .steak-wet::before {
    top: 8px;
}

.load-wrap {
    text-align: center;
    margin-bottom: 130px;
}

@media screen and (max-width:1023px) {
    .load-wrap {
        margin-bottom: 80px;
    }
}

@media screen and (max-width:550px) {
    .load-wrap {
        margin-bottom: 40px;
    }
}

.load-wrap .load-more {
    display: inline-block;
    vertical-align: top;
    font-size: 10px;
    text-transform: uppercase;
    position: relative;
    color: #bb9f7f;
    letter-spacing: 2px;
    border-bottom: 1px dashed #bb9f7f;
    padding: 60px 0 3px;
    cursor: pointer;
}

.load-wrap .load-more:hover::before {
    animation: rotation 1.2s cubic-bezier(0, 0, 1, 1) infinite;
    -webkit-animation: rotation 1.2s cubic-bezier(0, 0, 1, 1) infinite;
}

.load-wrap .load-more::before {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 50%;
    margin-left: -14px;
    width: 28px;
    height: 35px;
    background: url("../img/load-icon.svg") no-repeat 0 0;
}

@keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.touchevents .catalog-row {
    margin-bottom: 50px;
}

@media screen and (max-width:1023px) {
    .touchevents .catalog-row {
        margin-bottom: 70px;
    }
}

.touchevents .catalog-row .item {
    margin-bottom: 70px;
}

.touchevents .catalog-row .item .btn-wrap {
    display: block;
    box-shadow: none;
    background: transparent;
}

.touchevents .catalog-row .item .btn-holder {
    border: 0;
}

.catalog-row .item .text-box div:nth-child(2) {
    height: 90px;
    overflow: hidden;
}

.product-section {
    margin: 0 auto;
    position: relative;
    padding: 150px 0 0;
}

@media screen and (max-width:1239px) {
    .product-section {
        width: 100%;
        padding: 200px 0 0;
    }
}

@media screen and (max-width:1023px) {
    .product-section {
        padding: 120px 0 0;
    }
}

@media screen and (max-width:550px) {
    .product-section {
        padding: 90px 0 0;
    }
}

.product-section::after {
    content: '';
    display: block;
    clear: both;
}

.product-section .product-wrap {
    position: relative;
}

.product-section .product-wrap::after {
    content: '';
    display: block;
    clear: both;
}

.product-section .steak-slider {
    padding: 0 10px;
}

.product-section .steak-slider::after {
    content: none;
}

.product-section .steak-slider::before {
    content: none;
}

.product-section .steak-slider .item {
    position: relative;
}

.product-section .steak-slider .item::after {
    content: '';
    display: block;
    clear: both;
}

.product-section .steak-slider .text-box {
    padding: 0 0 0 40px;
    width: 670px;
}

@media screen and (max-width:767px) {
    .product-section .steak-slider .text-box {
        width: 100%;
        padding: 0 40px;
    }
}

@media screen and (max-width:550px) {
    .product-section .steak-slider .text-box {
        padding: 0 20px;
    }
}

.product-section .steak-slider .main-title {
    max-width: 100%;
    margin-bottom: 30px;
}

@media screen and (max-width:1023px) {
    .product-section .steak-slider .main-title {
        margin-bottom: 15px;
    }
}

.product-section .steak-slider .main-title::after {
    content: none;
}

.product-section .steak-slider .info-text {
    max-width: 485px;
    margin-bottom: 50px;
}

@media screen and (max-width:1023px) {
    .product-section .steak-slider .info-text {
        margin-bottom: 30px;
    }
}

.product-section .steak-slider .order-btn {
    margin-right: 60px;
}

@media screen and (max-width:550px) {
    .product-section .steak-slider .order-btn {
        margin: 0 30px 20px;
    }
}

.product-section .steak-slider .buttons-row {
    margin-bottom: 90px;
}

@media screen and (max-width:1023px) {
    .product-section .steak-slider .buttons-row {
        margin-bottom: 60px;
    }
}

@media screen and (max-width:550px) {
    .product-section .steak-slider .buttons-row {
        margin-bottom: 40px;
    }
}

.product-section .steak-slider .price-box {
    display: inline-block;
    margin-bottom: 0;
}

.product-section .steak-slider .features-box {
    padding: 0;
    left: -40px;
    width: 540px;
    margin-bottom: 120px;
    float: left;
}

.product-section .steak-slider .feature {
    margin-bottom: 0;
}

.product-section .steak-slider .feature span {
    width: 48%;
}

.product-section .steak-slider .image-box {
    position: absolute;
    width: auto;
    left: auto;
    transform: none;
    right: 0;
    top: -100px;
    z-index: 1;
}

@media screen and (max-width:1023px) {
    .product-section .steak-slider .image-box {
        position: relative;
        top: 0;
        width: 50%;
        left: 25%;
    }

    .product-section .steak-slider .image-box img {
        width: 100%;
    }
}

@media screen and (max-width:550px) {
    .product-section .steak-slider .image-box {
        width: 80%;
        left: 10%;
    }
}

.product-section .steak-slider .dec-rect {
    right: 50px;
    bottom: 180px;
    background: transparent;
    position: absolute;
    width: 160px;
    height: 160px;
    border: 1px solid #756757;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
}

.product-section .steak-info-wrap {
    overflow: hidden;
    margin-bottom: 100px;
}

@media screen and (max-width:1023px) {
    .product-section .steak-info-wrap {
        margin-bottom: 50px;
    }
}

@media screen and (max-width:550px) {
    .product-section .steak-info-wrap {
        margin-bottom: 40px;
    }
}

.product-section .steak-info {
    float: right;
    border: 1px solid #756757;
    max-width: 800px;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 18px;
    font-style: italic;
    color: #9c0c14;
    line-height: 40px;
    padding: 35px 50px;
    letter-spacing: 1px;
}

@media screen and (max-width:550px) {
    .product-section .steak-info {
        padding: 20px 30px;
        line-height: 34px;
    }
}

.product-section .facts-box {
    position: relative;
}

.product-section .facts-box .dec-wave {
    position: absolute;
    left: 110px;
    top: -120px;
}

.product-section .info-box {
    position: relative;
    padding: 0 40px 0 50px;
}

@media screen and (max-width:550px) {
    .product-section .info-box {
        padding: 0 20px 0 30px;
    }
}

.product-section .info-box::after {
    content: '';
    display: block;
    clear: both;
}

.product-section .info-box p {
    margin-bottom: 60px;
}

@media screen and (max-width:1023px) {
    .product-section .info-box p {
        margin-bottom: 40px;
    }
}

@media screen and (max-width:767px) {
    .product-section .info-box p {
        margin-bottom: 20px;
    }
}

.product-section .info-box .text-holder {
    position: relative;
    z-index: 1;
}

.product-section .info-box .text-holder:last-child {
    margin-right: 0;
}

.product-section .info-box .text-holder .info-text {
    float: right;
    max-width: 47%;
}

@media screen and (max-width:767px) {
    .product-section .info-box .text-holder .info-text {
        max-width: 100%;
    }

    .product-section .info-box .text-holder .info-text:nth-child(even) {
        margin: 0;
    }
}

.product-section .info-box .text-holder .info-text:nth-child(even) {
    margin-right: 4.5%;
}

.product-section .slider-section {
    position: relative;
    margin-bottom: 80px;
}

@media screen and (max-width:1023px) {
    .product-section .slider-section {
        padding: 0 20px;
        margin-bottom: 60px;
    }
}

@media screen and (max-width:550px) {
    .product-section .slider-section {
        margin-bottom: 30px;
    }
}

.product-section .slider-section::after {
    content: '';
    display: block;
    clear: both;
}

.product-section .fact-list {
    float: right;
    max-width: 460px;
    margin-right: 10px;
}

@media screen and (max-width:1023px) {
    .product-section .fact-list {
        margin: 0 auto;
        float: none;
    }
}

.product-section .fact-list .title {
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
    color: #ebecf5;
    font-weight: 700;
    letter-spacing: 3px;
    padding: 0 10px 35px 40px;
    border-bottom: 1px solid #56575c;
}

@media screen and (max-width:1023px) {
    .product-section .fact-list .title {
        padding: 0 10px 20px 40px;
    }
}

@media screen and (max-width:550px) {
    .product-section .fact-list .title {
        padding: 0 10px 20px 20px;
    }
}

.product-section .info-list {
    padding: 35px 0 0 40px;
    list-style: none;
}

@media screen and (max-width:550px) {
    .product-section .info-list {
        padding: 20px 0 0 20px;
    }
}

.product-section .info-list li {
    position: relative;
    padding: 0 0 0 40px;
    color: #ebecf5;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

@media screen and (max-width:1239px) {
    .product-section .info-list li {
        margin-bottom: 10px;
    }
}

.product-section .info-list em {
    position: absolute;
    font-style: normal;
    font-weight: 700;
    color: #756757;
    left: 0;
}

.same-products {
    margin-bottom: 20px;
}

.same-products .main-title {
    position: relative;
    font-size: 48px;
    font-weight: 700;
    color: #ebecf5;
    text-transform: uppercase;
    letter-spacing: 5px;
    padding: 0 40px;
    margin: 0 0 90px;
}

@media screen and (max-width:1023px) {
    .same-products .main-title {
        letter-spacing: 3px;
    }
}

@media screen and (max-width:550px) {
    .same-products .main-title {
        font-size: 36px;
        letter-spacing: 1px;
    }
}

.same-products .main-title::after {
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: -35px;
    left: 0;
    background-color: #56575c;
}

.big-slider-wrap {
    float: left;
    position: relative;
    max-width: 680px;
    margin-left: 10px;
    top: -150px;
    margin-bottom: -150px;
}

@media screen and (max-width:1239px) {
    .big-slider-wrap {
        max-width: 520px;
    }
}

@media screen and (max-width:1023px) {
    .big-slider-wrap {
        max-width: 600px;
        margin: 0 auto;
        float: none;
        top: -10px;
        margin-bottom: 20px;
    }
}

.big-slider-wrap::after {
    content: '';
    display: block;
    clear: both;
}

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

    .big-slider-wrap .product-big-slider,
    .big-slider-wrap .product-big-slider1 {
        margin-bottom: 30px;
    }
}

.big-slider-wrap .counter-box {
    position: relative;
    top: -5px;
    float: left;
    margin-left: 40px;
}

@media screen and (max-width:550px) {
    .big-slider-wrap .counter-box {
        margin: 0;
    }
}

.big-slider-wrap .counter {
    color: #9c0c14;
    letter-spacing: 2px;
}

.big-slider-wrap .counter .index {
    color: #ebecf5;
    font-size: 24px;
    letter-spacing: 3px;
}

.big-slider-wrap .counter .amount {
    font-size: 12px;
}

.big-slider-wrap .counter .name {
    text-transform: uppercase;
    font-size: 10px;
    line-height: 24px;
}

.product-big-slider,
.big-slider-wrap .product-big-slider,
.big-slider-wrap .product-big-slider1 {
    position: relative;
    margin-bottom: 50px;
}

.product-big-slider .image-box {
width: 100%;
box-shadow: 17.7px 17.7px 64px rgba(0, 0, 0, 0.25);
}

.product-big-slider .image-box img {
    display: block;
    width: 100%;
    height: 100%;
}

.product-big-slider .slick-prev,
.product-big-slider1 .slick-prev {
    position: absolute;
    width: 60px;
    height: 60px;
    border: 1px solid rgba(189, 161, 128, 0.5);
    background: transparent url("../img/centered-arrow-left.png") no-repeat 50% 50%;
    right: 124px;
    bottom: -100px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    cursor: pointer;
    text-indent: -9999px;
}

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

    .product-big-slider .slick-prev,
    .product-big-slider1 .slick-prev {
        width: 40px;
        height: 40px;
        right: 70px;
        bottom: -55px;
    }
}

.product-big-slider .slick-prev:hover,
.product-big-slider1 .slick-prev:hover {
    border-color: #ebecf5;
}

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

    .product-big-slider .slick-prev:hover,
    .product-big-slider1 .slick-prev:hover {
        border-color: rgba(189, 161, 128, 0.5);
    }

    .product-big-slider .slick-prev:hover::before,
    .product-big-slider1 .slick-prev:hover::before {
        opacity: 0;
    }
}

.product-big-slider .slick-prev:hover::before,
.product-big-slider1 .slick-prev:hover::before {
    opacity: 1;
}

.product-big-slider .slick-prev::before,
.product-big-slider1 .slick-prev::before {
    content: '';
    display: block;
    position: absolute;
    right: -25px;
    top: 20px;
    opacity: 0;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

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

    .product-big-slider .slick-prev::before,
    .product-big-slider1 .slick-prev::before {
        content: none;
    }
}

.product-big-slider .slick-next,
.product-big-slider1 .slick-next {
    position: absolute;
    width: 60px;
    height: 60px;
    border: 1px solid rgba(189, 161, 128, 0.5);
    background: transparent url("../img/centered-arrow-right.png") no-repeat 50% 50%;
    right: 40px;
    bottom: -100px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    cursor: pointer;
    text-indent: -9999px;
}

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

    .product-big-slider .slick-next,
    .product-big-slider1 .slick-next {
        width: 40px;
        height: 40px;
        right: 10px;
        bottom: -55px;
    }
}

.product-big-slider .slick-next:hover,
.product-big-slider1 .slick-next:hover {
    border-color: #ebecf5;
}

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

    .product-big-slider .slick-next:hover,
    .product-big-slider1 .slick-next:hover {
        border-color: rgba(189, 161, 128, 0.5);
    }

    .product-big-slider .slick-next:hover::before,
    .product-big-slider1 .slick-next:hover::before {
        opacity: 0;
    }
}

.product-big-slider .slick-next:hover::before,
.product-big-slider1 .slick-next:hover::before {
    opacity: 1;
}

.product-big-slider .slick-next::before,
.product-big-slider1 .slick-next::before {
    content: '';
    display: block;
    position: absolute;
    top: 20px;
    left: -25px;
    opacity: 0;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

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

    .product-big-slider .slick-next::before,
    .product-big-slider .slick-next::before {
        content: none;
    }
}

.contacts-section {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 80px;
}

@media screen and (max-width:1239px) {
    .contacts-section {
        width: 100%;
        padding: 0 30px;
    }
}

@media screen and (max-width:1023px) {
    .contacts-section {
        padding: 0 15px;
        margin-bottom: 70px;
    }
}

@media screen and (max-width:550px) {
    .contacts-section {
        margin-bottom: 50px;
    }
}

.contacts-section .navigation-title {
    margin-bottom: 70px;
}

.contacts-section .row {
    margin: 0 10px;
    border: 1px solid #56575c;
    position: relative;
}

@media screen and (max-width:1023px) {
    .contacts-section .row {
        padding: 0;
    }
}

.contacts-section .row::after {
    content: '';
    display: block;
    clear: both;
}

.contacts-section .col {
    padding: 65px 60px 60px;
    float: left;
    width: 50%;
    color: #ebecf5;
}

@media screen and (max-width:1023px) {
    .contacts-section .col {
        padding: 40px 30px 30px;
        width: 100%;
    }
}

@media screen and (max-width:550px) {
    .contacts-section .col {
        padding: 30px 15px 15px;
    }
}

.contacts-section .contacts-box .title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 55px;
}

@media screen and (max-width:550px) {
    .contacts-section .contacts-box .title {
        margin-bottom: 30px;
    }
}

.contacts-section .contacts-box .contacts {
    list-style: none;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 30px;
    letter-spacing: 2px;
}

@media screen and (max-width:550px) {
    .contacts-section .contacts-box .contacts {
        padding: 0;
        font-size: 11px;
        letter-spacing: 1px;
    }
}

.contacts-section .contacts-box li {
    position: relative;
    margin-bottom: 30px;
}

@media screen and (max-width:550px) {
    .contacts-section .contacts-box li {
        margin-bottom: 15px;
    }
}

.contacts-section .contacts-box li::after {
    content: '';
    display: block;
    clear: both;
}

.contacts-section .contacts-box em,
.contacts-section .contacts-box address {
    font-style: normal;
}

.contacts-section .contacts-box em {
    position: relative;
    float: left;
}

.contacts-section .contacts-box .address-icon::before {
    content: '';
    display: block;
    position: absolute;
    left: -25px;
    top: 6px;
}

@media screen and (max-width:550px) {
    .contacts-section .contacts-box .address-icon::before {
        content: none;
    }
}

.contacts-section .contacts-box .tel-icon::before {
    content: '';
    display: block;
    position: absolute;
    left: -29px;
    top: 8px;
}

@media screen and (max-width:550px) {
    .contacts-section .contacts-box .tel-icon::before {
        content: none;
    }
}

.contacts-section .contacts-box .mail-icon::before {
    content: '';
    display: block;
    position: absolute;
    left: -29px;
    top: 9px;
}

@media screen and (max-width:550px) {
    .contacts-section .contacts-box .mail-icon::before {
        content: none;
    }
}

.contacts-section .contacts-box span {
    float: right;
    width: 70%;
    color: #c5c6d1;
    font-weight: 400;
}


.contacts-section .form-box {
    border-left: 1px solid #56575c;
    font-size: 14px;
    font-weight: 400;
    color: #ebecf5;
}

@media screen and (max-width:1023px) {
    .contacts-section .form-box {
        border-left: 0;
        border-top: 1px solid #56575c;
    }
}

.contacts-section .form-box .title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 39px;
}

@media screen and (max-width:550px) {
    .contacts-section .form-box .title {
        margin-bottom: 20px;
    }
}

.contacts-section .form-box fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

.contacts-section .form-box .text-input {
    width: 100%;
    background-color: transparent;
    border-bottom: 1px solid #56575c;
    line-height: 60px;
    letter-spacing: 1px;
    height: 60px;
    margin-bottom: 20px;
}

.contacts-section .form-box .text-input:focus {
    border-color: #c5c6d1;
}

.contacts-section .form-box .textarea-input {
    height: 120px;
    min-height: 80px;
    max-height: 200px;
    resize: none;
    margin-bottom: 40px;
}

.contacts-section .form-box .submit-wrap {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.contacts-section .form-box .submit-wrap::after {
    content: '';
    display: block;
    position: absolute;
    right: -20px;
    top: 20px;
    cursor: pointer;
}

.contacts-section .form-box .submit {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 60px;
    height: 60px;
    color: #ebecf5;
    padding: 0 65px;
    letter-spacing: 2px;
    border: 1px solid rgba(189, 161, 128, 0.5);
    background-color: transparent;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.contacts-section .form-box .submit:hover {
    border-color: #ebecf5;
}

@media screen and (max-width:1024px) {
    .contacts-section .form-box .submit:hover {
        border-color: rgba(189, 161, 128, 0.5);
    }
}

.contacts-section input:focus::-webkit-input-placeholder,
.contacts-section textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

.contacts-section input:focus:-moz-placeholder,
.contacts-section textarea:focus:-moz-placeholder {
    color: transparent;
}

.contacts-section input:focus::-moz-placeholder,
.contacts-section textarea:focus::-moz-placeholder {
    color: transparent;
}

.contacts-section input:focus:-ms-input-placeholder,
.contacts-section textarea:focus:-ms-input-placeholder {
    color: transparent;
}

.contacts-section input::-webkit-input-placeholder,
.contacts-section textarea::-webkit-input-placeholder {
    color: #c5c6d1;
    letter-spacing: 2px;
}

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

    .contacts-section input::-webkit-input-placeholder,
    .contacts-section textarea::-webkit-input-placeholder {
        letter-spacing: 0.5px;
    }
}

.contacts-section input:-moz-placeholder,
.contacts-section textarea:-moz-placeholder {
    color: #c5c6d1;
    letter-spacing: 2px;
}

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

    .contacts-section input:-moz-placeholder,
    .contacts-section textarea:-moz-placeholder {
        letter-spacing: 0.5px;
    }
}

.contacts-section input::-moz-placeholder,
.contacts-section textarea::-moz-placeholder {
    color: #c5c6d1;
    letter-spacing: 2px;
}

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

    .contacts-section input::-moz-placeholder,
    .contacts-section textarea::-moz-placeholder {
        letter-spacing: 0.5px;
    }
}

.contacts-section input:-ms-input-placeholder,
.contacts-section textarea:-ms-input-placeholder {
    color: #c5c6d1;
    letter-spacing: 2px;
}

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

    .contacts-section input:-ms-input-placeholder,
    .contacts-section textarea:-ms-input-placeholder {
        letter-spacing: 0.5px;
    }
}

.contacts-section .dec-salt-pepper {
    position: absolute;
    left: 10px;
    bottom: -150px;
}

.map {
    position: relative;
    padding: 0 10px;
    width: 1200px;
    margin: 0 auto;
    height: 560px;
    background-color: #9c0c14;
    margin-bottom: 200px;
    z-index: 1;
}

@media screen and (max-width:1239px) {
    .map {
        width: 100%;
        height: 450px;
        margin-bottom: 150px;
    }
}

@media screen and (max-width:1023px) {
    .map {
        height: 350px;
        margin-bottom: 100px;
    }
}

@media screen and (max-width:550px) {
    .map {
        height: 280px;
        margin-bottom: 50px;
    }
}

.blog-section {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

@media screen and (max-width:1239px) {
    .blog-section {
        width: 100%;
    }
}

.blog-section .navigation-title {
    margin-bottom: 90px;
}

.blog-section .date-time {
    display: block;
    font-style: normal;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    color: #9c0c14;
}

.blog-section .date-time .date {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 20px;
}

.blog-section .date-time .date::after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 18px;
    background-color: #56575c;
    right: -12px;
    top: 6px;
}

.blog-section .date-time .time {
    display: inline-block;
    vertical-align: middle;
}

.blog-section p {
    margin-bottom: 15px;
}

.blog-section .read-more {
    display: inline-block;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 14px;
    font-weight: 700;
    font-style: italic;
    color: #ebecf5;
    position: relative;
    letter-spacing: 2px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    line-height: 26px;
}

.blog-section .read-more:hover {
    color: #9c0c14;
}

@media screen and (max-width:1024px) {
    .blog-section .read-more:hover {
        color: #ebecf5;
    }

    .blog-section .read-more:hover::after {
        border-color: #ebecf5;
    }
}

.blog-section .read-more:hover::after {
    border-color: #9c0c14;
}

.blog-section .read-more::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px dashed #ebecf5;
    opacity: 0.75;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.blog-section .main-item {
    position: relative;
    width: 100%;
    padding: 0 55px 40px;
    height: 560px;
    background: url("../data/blog-1.jpg") no-repeat 0 0;
    background-size: 100%;
    margin-bottom: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width:1239px) {
    .blog-section .main-item {
        background-size: cover;
        height: 500px;
    }
}

@media screen and (max-width:767px) {
    .blog-section .main-item {
        height: auto;
        padding: 90px 40px 120px;
        margin-bottom: 35px;
    }
}

@media screen and (max-width:550px) {
    .blog-section .main-item {
        padding: 40px 20px 50px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width:1024px) {
    .blog-section .main-item:hover::after {
        opacity: 0;
    }

    .blog-section .main-item:hover::before {
        opacity: 0;
    }
}

.blog-section .main-item:hover::after {
    opacity: 1;
}

.blog-section .main-item:hover::before {
    opacity: 1;
}

.blog-section .main-item::before {
    content: '';
    display: block;
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    top: 10px;
    left: 10px;
    border: 1px solid #9c0c14;
    opacity: 0;
    -webkit-transition: .4s ease;
    transition: .4s ease;
    z-index: 1;
}

.blog-section .main-item::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1b1b1f;
    opacity: 0;
    -webkit-transition: .4s ease;
    transition: .4s ease;
}

.blog-section .main-item .text-box {
    margin: auto;
    position: relative;
    z-index: 2;
}

.blog-section .main-item .main-title {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 36px;
    line-height: 50px;
    color: #ebecf5;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

@media screen and (max-width:550px) {
    .blog-section .main-item .main-title {
        font-size: 30px;
    }
}

.blog-section .main-item .date-time {
    color: #c5c6d1;
}

.blog-section .main-item .date-time .date::after {
    background-color: #ebecf5;
    opacity: 0.5;
    top: -1px;
}

.blog-section .image-box {
    margin-bottom: 30px;
}

.blog-section .image-box img {
    display: block;
    width: 100%;
}

.blog-section .item {
    font-size: 14px;
    line-height: 30px;
    color: #c5c6d1;
    margin-bottom: 50px;
}

@media screen and (max-width:767px) {
    .blog-section .item {
        margin-bottom: 35px;
    }
}

@media screen and (max-width:550px) {
    .blog-section .item {
        margin-bottom: 30px;
    }
}

.blog-section .item .title {
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    color: #ebecf5;
    letter-spacing: 2px;
    margin-bottom: 20px;
    word-break: break-word;
}

.blog-section .item-image-left {
    overflow: hidden;
}

.blog-section .item-image-left .image-box {
    float: left;
    width: calc(50% - 20px);
    margin-right: 40px;
    margin-bottom: 0;
}

@media screen and (max-width:550px) {
    .blog-section .item-image-left .image-box {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
}

.blog-section .item-image-left .text-box {
    float: left;
    width: calc(50% - 20px);
}

@media screen and (max-width:550px) {
    .blog-section .item-image-left .text-box {
        width: 100%;
    }
}

@media screen and (max-width:767px) {
    .blog-section .tablet-image-left {
        width: 100% !important;
        overflow: hidden;
    }

    .blog-section .tablet-image-left .image-box {
        float: left;
        width: calc(50% - 20px);
        margin-right: 40px;
        margin-bottom: 0;
    }

    .blog-section .tablet-image-left .text-box {
        float: left;
        width: calc(50% - 20px);
    }
}

@media screen and (max-width:550px) {
    .blog-section .tablet-image-left .image-box {
        margin-right: 0;
        margin-bottom: 30px;
        width: 100%;
    }

    .blog-section .tablet-image-left .text-box {
        width: 100%;
    }
}

.blog-section .load-wrap {
    margin-top: 30px;
}

@media screen and (max-width:1023px) {
    .blog-section .load-wrap {
        margin-bottom: 60px;
        margin-top: 0;
    }
}

.blog-section .grid {
    overflow: hidden;
    margin: 0 20px;
}

.blog-section .grid-item {
    width: 560px;
}

@media screen and (max-width:1239px) {
    .blog-section .grid-item {
        width: 48%;
    }
}

@media screen and (max-width:767px) {
    .blog-section .grid-item {
        width: 100%;
    }
}

.blog-section .grid-item--width05 {
    width: 260px;
}

@media screen and (max-width:1239px) {
    .blog-section .grid-item--width05 {
        width: 22%;
    }
}

@media screen and (max-width:767px) {
    .blog-section .grid-item--width05 {
        width: 46%;
    }
}

@media screen and (max-width:550px) {
    .blog-section .grid-item--width05 {
        width: 100%;
    }
}

.blog-section .grid-sizer {
    width: 260px;
}

@media screen and (max-width:1239px) {
    .blog-section .grid-sizer {
        width: 22%;
    }
}

@media screen and (max-width:767px) {
    .blog-section .grid-sizer {
        width: 48%;
    }
}

@media screen and (max-width:550px) {
    .blog-section .grid-sizer {
        width: 100%;
    }
}

.blog-section .gutter-sizer {
    width: 40px;
}

@media screen and (max-width:1239px) {
    .blog-section .gutter-sizer {
        width: 4%;
    }
}

@media screen and (max-width:550px) {
    .blog-section .gutter-sizer {
        width: 0;
    }
}

.article-section {
    padding: 250px 0 0;
    width: 1200px;
    margin: 0 auto;
}

@media screen and (max-width:1239px) {
    .article-section {
        width: 100%;
        padding: 200px 0 0;
    }
}

@media screen and (max-width:1023px) {
    .article-section {
        padding: 120px 0 0;
    }
}

@media screen and (max-width:550px) {
    .article-section {
        padding: 100px 0 0;
    }
}

.article-section .navigation-title {
    padding: 0 40px 0 50px;
    margin-bottom: 40px;
}

@media screen and (max-width:1023px) {
    .article-section .navigation-title {
        font-size: 36px;
        margin-bottom: 25px;
    }
}

@media screen and (max-width:550px) {
    .article-section .navigation-title {
        font-size: 20px;
        padding: 0 30px;
    }
}

.article-section .navigation-title::after {
    content: none;
}

.article-section .date-time {
    display: block;
    font-style: normal;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    color: #ebecf5;
    padding: 0 50px;
    margin-bottom: 60px;
}

@media screen and (max-width:1023px) {
    .article-section .date-time {
        margin-bottom: 35px;
    }
}

@media screen and (max-width:550px) {
    .article-section .date-time {
        padding: 0 30px;
    }
}

.article-section .date-time .date {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 20px;
}

.article-section .date-time .date::after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 18px;
    background-color: #ebecf5;
    opacity: 0.5;
    right: -12px;
    top: 0px;
}

.article-section .date-time .time {
    display: inline-block;
    vertical-align: middle;
}

.article-section .image-box {
    margin: 0 10px;
    box-shadow: 17.7px 17.7px 64px rgba(0, 0, 0, 0.25);
    margin-bottom: 80px;
}

@media screen and (max-width:1023px) {
    .article-section .image-box {
        margin-bottom: 50px;
    }
}

@media screen and (max-width:550px) {
    .article-section .image-box {
        margin-bottom: 35px;
    }
}

.article-section .image-box img {
    display: block;
    width: 100%;
}

.article-section .sub-title {
    padding: 0 180px 0 140px;
    color: #ebecf5;
    font-size: 18px;
    line-height: 30px;
    font-family: Georgia, Times, "Times New Roman", serif;
    margin-bottom: 80px;
    letter-spacing: 1px;
}

@media screen and (max-width:1023px) {
    .article-section .sub-title {
        padding: 0 70px;
        margin-bottom: 40px;
    }
}

@media screen and (max-width:550px) {
    .article-section .sub-title {
        padding: 0 30px;
        margin-bottom: 20px;
    }
}

.article-section .text-holder {
    position: relative;
    padding: 0 200px;
    color: #c5c6d1;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 70px;
    letter-spacing: 0.5px;
}

@media screen and (max-width:1023px) {
    .article-section .text-holder {
        padding: 0 120px;
        margin-bottom: 40px;
    }
}

@media screen and (max-width:550px) {
    .article-section .text-holder {
        padding: 0 40px;
        margin-bottom: 30px;
    }
}

.article-section .text-holder p {
    margin-bottom: 30px;
}

.article-section .text-holder .dec-wave-1 {
    position: absolute;
    left: 0;
    top: -10px;
}

.article-section .text-holder .dec-rect-1 {
    position: absolute;
    width: 160px;
    height: 160px;
    border: 1px solid #756757;
    right: 100px;
    top: 310px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
}

.article-section .bordered-text {
    border: 1px solid #756757;
    max-width: 1020px;
    margin: 0 auto;
    padding: 50px 100px;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 18px;
    font-style: italic;
    line-height: 40px;
    color: #9c0c14;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 80px;
}

@media screen and (max-width:1023px) {
    .article-section .bordered-text {
        padding: 30px 70px;
        margin-bottom: 50px;
    }
}

@media screen and (max-width:550px) {
    .article-section .bordered-text {
        padding: 20px 40px;
        margin-bottom: 35px;
        line-height: 32px;
    }
}

.recipe-section {
    padding: 40px 10px 0;
    position: relative;
}

@media screen and (max-width:1023px) {
    .recipe-section {
        padding: 0 30px;
    }
}

@media screen and (max-width:550px) {
    .recipe-section {
        padding: 0 15px;
    }
}

.recipe-section::after {
    content: '';
    display: block;
    clear: both;
}

.recipe-section .row {
    position: relative;
}

.recipe-section .row::after {
    content: '';
    display: block;
    clear: both;
}

.recipe-section .image-box {
    position: relative;
    float: left;
    max-width: 680px;
    margin-right: 40px;
    padding: 0;
}

@media screen and (max-width:1239px) {
    .recipe-section .image-box {
        margin-right: 0;
        max-width: 520px;
    }
}

@media screen and (max-width:1023px) {
    .recipe-section .image-box {
        max-width: 680px;
        margin: 0 auto;
        float: none;
        margin-bottom: 20px;
    }
}

@media screen and (max-width:550px) {
    .recipe-section .image-box {
        margin-bottom: 0;
    }
}

.recipe-section .image-box .dec-lines-1 {
    position: absolute;
    right: -120px;
    bottom: -120px;
    z-index: -1;
}

.recipe-section .image-box img {
    display: block;
    width: 100%;
}

.recipe-section .fact-list {
    float: right;
    min-width: 440px;
    margin-right: 10px;
    padding: 65px 0 0;
}

@media screen and (max-width:1239px) {
    .recipe-section .fact-list {
        padding: 30px 0 0;
    }
}

@media screen and (max-width:1023px) {
    .recipe-section .fact-list {
        float: none;
        margin: 0 auto;
        max-width: 450px;
        min-width: 0;
    }
}

.recipe-section .fact-list .title {
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
    color: #ebecf5;
    font-weight: 700;
    letter-spacing: 3px;
    padding: 0 10px 35px 40px;
    border-bottom: 1px solid #56575c;
}

@media screen and (max-width:550px) {
    .recipe-section .fact-list .title {
        padding: 0 10px 20px 10px;
    }
}

.recipe-section .info-list {
    padding: 35px 0 0 40px;
    list-style: none;
}

@media screen and (max-width:550px) {
    .recipe-section .info-list {
        padding: 20px 0 0 10px;
    }
}

.recipe-section .info-list li {
    position: relative;
    padding: 0 0 0 40px;
    color: #ebecf5;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    max-width: 650px;
}

@media screen and (max-width:550px) {
    .recipe-section .info-list li {
        padding: 0 0 0 27px;
        font-size: 12px;
        margin-bottom: 10px;
    }
}

.recipe-section .info-list li::after {
    content: '';
    display: block;
    clear: both;
}

.recipe-section .info-list em {
    position: absolute;
    font-style: normal;
    font-weight: 700;
    color: #756757;
    left: 0;
}

.recipe-section .info-list small {
    float: right;
    font-size: 100%;
    color: #9c0c14;
    width: 30%;
}

.recipe-section .cooking-list {
    float: none;
    max-width: 860px;
    margin: 0 auto;
    padding: 40px 0 0;
    color: #c5c6d1;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.5px;
    margin-bottom: 70px;
}

@media screen and (max-width:1023px) {
    .recipe-section .cooking-list {
        margin-bottom: 50px;
    }
}

@media screen and (max-width:550px) {
    .recipe-section .cooking-list {
        margin-bottom: 30px;
    }
}

.recipe-section .cooking-list p {
    padding: 0 40px;
}

.see-also-article {
    margin-bottom: 190px;
}

@media screen and (max-width:1239px) {
    .see-also-article {
        padding: 0 30px;
        margin-bottom: 130px;
    }
}

@media screen and (max-width:1023px) {
    .see-also-article {
        margin-bottom: 50px;
    }
}

@media screen and (max-width:550px) {
    .see-also-article {
        margin-bottom: 10px;
    }
}

.see-also-article .navigation-title {
    margin-bottom: 70px;
}

@media screen and (max-width:550px) {
    .see-also-article .navigation-title {
        margin-bottom: 40px;
    }
}

.see-also-article .navigation-title::after {
    content: '';
    width: 100%;
    left: 0;
}

@media screen and (max-width:550px) {
    .see-also-article .navigation-title::after {
        bottom: -15px;
    }
}

.see-also-article .row {
    overflow: hidden;
    width: 100%;
}

.see-also-article .item {
    float: left;
    width: calc(50% - 30px);
    margin-right: 60px;
}

@media screen and (max-width:767px) {
    .see-also-article .item {
        width: 100%;
        margin-right: 0;
    }
}

@media screen and (max-width:550px) {
    .see-also-article .item {
        margin-bottom: 40px !important;
    }
}

.see-also-article .item:last-child {
    margin-right: 0;
}

.see-also-article p {
    margin-bottom: 15px;
}

.see-also-article .read-more {
    display: inline-block;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 14px;
    font-weight: 700;
    font-style: italic;
    color: #ebecf5;
    position: relative;
    letter-spacing: 2px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.see-also-article .read-more:hover {
    color: #9c0c14;
}

@media screen and (max-width:1024px) {
    .see-also-article .read-more:hover {
        color: #ebecf5;
    }

    .see-also-article .read-more:hover::after {
        border-color: #ebecf5;
    }
}

.see-also-article .read-more:hover::after {
    border-color: #9c0c14;
}

.see-also-article .read-more::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px dashed #ebecf5;
    opacity: 0.75;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.see-also-article .title {
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    color: #ebecf5;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.see-also-article .item {
    font-size: 14px;
    line-height: 30px;
    color: #c5c6d1;
    margin-bottom: 60px;
}

.see-also-article .date-time {
    display: block;
    font-style: normal;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    padding: 0;
    color: #9c0c14;
}

.see-also-article .date-time .date::after {
    background-color: #56575c;
    top: 6px;
    opacity: 1;
}

.see-also-article .image-box {
    padding: 0;
    margin-bottom: 30px;
}

.partners {
    position: relative;
}

.partners .navigation-title {
    margin-bottom: 110px;
}

@media screen and (max-width:1023px) {
    .partners .navigation-title {
        margin-bottom: 70px;
    }
}

.partners .seo-section {
    padding: 0 10px 80px;
}

@media screen and (max-width:1023px) {
    .partners .seo-section {
        padding: 0 10px 40px;
    }
}

@media screen and (max-width:550px) {
    .partners .seo-section {
        padding: 0 10px 30px;
    }
}

.partners .seo-section::after {
    content: none;
}

.partners .seo-section .title {
    margin-bottom: 60px;
}

@media screen and (max-width:550px) {
    .partners .seo-section .title {
        margin-bottom: 40px;
    }
}

.partners .seo-section .title::after {
    content: none;
}

.partners .seo-section .dec-rect-1 {
    position: absolute;
    right: 60px;
    bottom: 30px;
    width: 160px;
    height: 160px;
    border: 1px solid #756757;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
}

.partners .about-certificates {
    margin-bottom: 120px;
}

@media screen and (max-width:1023px) {
    .partners .about-certificates {
        margin-bottom: 50px;
    }
}

@media screen and (max-width:550px) {
    .partners .about-certificates {
        margin-bottom: 30px;
    }
}

.partners .about-certificates .image-box {
    height: 300px;
}

@media screen and (max-width:1023px) {
    .partners .about-certificates .image-box {
        height: 250px;
        padding: 30px 0 0;
    }
}

@media screen and (max-width:550px) {
    .partners .about-certificates .image-box {
        height: 210px;
    }
}

.partners .documents-section {
    position: relative;
    width: 1220px;
    margin: 0 auto;
    margin-bottom: 120px;
}

@media screen and (max-width:1239px) {
    .partners .documents-section {
        width: 100%;
    }
}

@media screen and (max-width:1023px) {
    .partners .documents-section {
        text-align: center;
        margin-bottom: 80px;
    }
}

@media screen and (max-width:550px) {
    .partners .documents-section {
        margin-bottom: 20px;
    }
}

.partners .documents-section::after {
    content: '';
    display: block;
    clear: both;
}

.partners .big-slider-wrap {
    float: right;
    max-width: 480px;
    top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 10px;
}

.partners .big-slider-wrap.big-slider-wrap1 {
    max-width: 460px;
}

@media screen and (max-width:1023px) {
    .partners .big-slider-wrap {
        float: none;
        display: inline-block;
        vertical-align: top;
        text-align: left;
    }
}

@media screen and (max-width:767px) {
    .partners .big-slider-wrap {
        max-width: 400px;
    }
}

@media screen and (max-width:550px) {
    .partners .big-slider-wrap {
        display: none;
    }
}

.partners .counter-box {
    margin-left: 0;
}

.partners .slick-prev {
    right: 84px;
}

.partners .slick-next {
    right: 0;
}

.partners .documents-text {
    position: relative;
    max-width: 720px;
    margin-left: 10px;
    float: left;
}

@media screen and (max-width:1239px) {
    .partners .documents-text {
        width: 50%;
    }
}

@media screen and (max-width:1023px) {
    .partners .documents-text {
        width: 100%;
        max-width: 100%;
        text-align: left;
        margin-bottom: 20px;
    }
}

.partners .documents-text .title {
    font-size: 16px;
    color: #ebecf5;
    font-weight: 700;
    letter-spacing: 2px;
    position: relative;
    padding: 45px 0 30px 40px;
    text-transform: uppercase;
    margin-bottom: 70px;
}

@media screen and (max-width:1239px) {
    .partners .documents-text .title {
        margin-bottom: 30px;
    }
}

.partners .documents-text .title::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #56575c;
}

.partners .documents-text .info-text {
    padding: 0 100px 0 40px;
}

@media screen and (max-width:550px) {
    .partners .documents-text .info-text {
        padding: 0 30px;
    }
}

.partners .documents-text .dec-wave-1 {
    position: absolute;
    bottom: -120px;
    left: 100px;
}

.partners .partners-section .slick-next {
    right: -90px;
}

.partners .partners-section .partners-slider {
    margin-bottom: 80px;
}

@media screen and (max-width:1023px) {
    .partners .partners-section .partners-slider {
        margin-bottom: 50px;
    }
}

@media screen and (max-width:550px) {
    .partners .partners-section .partners-slider {
        margin-bottom: 20px;
    }
}

.partners .partners-section .partners-btn-wrap {
    text-align: center;
}

.partners .partners-section .partners-btn {
    position: relative;
    display: inline-block;
    vertical-align: top;
    border: 1px solid rgba(189, 161, 128, 0.5);
    font-size: 12px;
    font-weight: 700;
    color: #ebecf5;
    letter-spacing: 2px;
    line-height: 60px;
    height: 60px;
    padding: 0 45px;
    text-transform: uppercase;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.partners .partners-section .partners-btn:hover {
    background-color: #ebecf5;
    color: #000;
}

@media screen and (max-width:1024px) {
    .partners .partners-section .partners-btn:hover {
        background-color: transparent;
        color: #ebecf5;
    }

    .partners .partners-section .partners-btn:hover::before {
        opacity: 0;
    }
}

.partners .partners-section .partners-btn:hover::before {
    opacity: 1;
}

.partners .partners-section .partners-btn::before {
    content: '';
    display: block;
    position: absolute;
    top: 30px;
    left: -40px;
    width: 60px;
    height: 1px;
    background-color: #9c0c14;
    opacity: 0;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.delivery-section {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

@media screen and (max-width:1239px) {
    .delivery-section {
        width: 100%;
    }
}

.delivery-section .navigation-title {
    margin-bottom: 90px;
}

@media screen and (max-width:1023px) {
    .delivery-section .navigation-title {
        margin-bottom: 40px;
    }
}

.delivery-section .delivery-box {
    position: relative;
    padding: 0 10px;
    margin-bottom: 120px;
}

@media screen and (max-width:1023px) {
    .delivery-section .delivery-box {
        margin-bottom: 20px;
    }
}

.delivery-section .delivery-box::after {
    content: '';
    display: block;
    clear: both;
}

.delivery-section .delivery-box .item {
    margin-bottom: 75px;
}

@media screen and (max-width:1239px) {
    .delivery-section .delivery-box .item {
        margin-bottom: 30px;
    }
}

.delivery-section .delivery-box .text-box {
    float: left;
    max-width: 580px;
    margin-right: 80px;
}

@media screen and (max-width:1239px) {
    .delivery-section .delivery-box .text-box {
        width: 40%;
        margin-right: 40px;
    }
}

@media screen and (max-width:1023px) {
    .delivery-section .delivery-box .text-box {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
    }
}

.delivery-section .delivery-box .text-box .title {
    font-size: 16px;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    color: #ebecf5;
    padding: 25px 0 35px 40px;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

.delivery-section .delivery-box .text-box .title::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 1px;
    background-color: #56575c;
}

.delivery-section .delivery-box .text-box .sub-title {
    text-transform: uppercase;
    padding: 30px 0;
}

.delivery-section .delivery-box .text-box .info-text {
    padding: 0 20px 0 40px;
    letter-spacing: 0;
}

.delivery-section .delivery-box .text-box em {
    font-family: Georgia, Times, "Times New Roman", serif;
    color: #9c0c14;
}

.delivery-section .delivery-box .image-box {
    max-width: 520px;
    float: right;
}

@media screen and (max-width:1023px) {
    .delivery-section .delivery-box .image-box {
        display: none;
    }
}

.delivery-section .delivery-box .image-box img {
    display: block;
    width: 100%;
}

.delivery-section .about-certificates {
    margin-bottom: 200px;
}

@media screen and (max-width:1239px) {
    .delivery-section .about-certificates {
        margin-bottom: 150px;
    }
}

@media screen and (max-width:1023px) {
    .delivery-section .about-certificates {
        margin-bottom: 90px;
    }
}

@media screen and (max-width:550px) {
    .delivery-section .about-certificates {
        margin-bottom: 50px;
    }
}

.delivery-section .about-certificates .main-title {
    position: relative;
}

.delivery-section .about-certificates .dec-wave-1 {
    position: absolute;
    left: 100px;
    top: -100px;
}

.delivery-section .about-certificates .col {
    width: 25%;
}

@media screen and (max-width:1023px) {
    .delivery-section .about-certificates .col {
        width: 100%;
    }
}

.delivery-section .about-certificates .image-box {
    height: 300px;
}

@media screen and (max-width:1023px) {
    .delivery-section .about-certificates .image-box {
        height: 250px;
    }
}

@media screen and (max-width:550px) {
    .delivery-section .about-certificates .image-box {
        height: 230px;
    }
}

.delivery-section .about-certificates .text-box .text-holder {
    padding: 0 20px;
}

.not-found {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 110px;
}

@media screen and (max-width:1239px) {
    .not-found {
        width: 100%;
        padding: 0 0 70px;
    }
}

.not-found .not-found-content {
    text-align: center;
    padding: 250px 0 0;
}

@media screen and (max-width:1239px) {
    .not-found .not-found-content {
        padding: 200px 0 0;
    }
}

@media screen and (max-width:1023px) {
    .not-found .not-found-content {
        padding: 120px 0 0;
    }
}

.not-found .image-box {
    display: inline-block;
    margin-bottom: 40px;
}

@media screen and (max-width:1239px) {
    .not-found .image-box {
        margin-bottom: 20px;
    }
}

@media screen and (max-width:1023px) {
    .not-found .image-box {
        margin-bottom: 0;
    }
}

.not-found .image-box img {
    display: block;
    width: 100%;
}

.not-found .title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 60px;
    color: #ebecf5;
    padding: 0 30px;
}

@media screen and (max-width:550px) {
    .not-found .title {
        line-height: 30px;
        margin-bottom: 20px;
    }
}

.not-found .sub-title {
    font-size: 14px;
    font-weight: 400;
    color: #c5c6d1;
    line-height: 24px;
    letter-spacing: 0.5px;
    padding: 0 20px;
}

.not-found em {
    display: inline-block;
    font-family: Georgia, Times, "Times New Roman", serif;
    color: #9c0c14;
    position: relative;
    font-weight: 700;
    border-bottom: 1px dashed #9c0c14;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.not-found em:hover {
    color: #ebecf5;
    border-color: #ebecf5;
}

@media screen and (max-width:1024px) {
    .not-found em:hover {
        color: #9c0c14;
        border-color: #9c0c14;
    }
}

.search-result {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ebecf5;
}

@media screen and (max-width:1239px) {
    .search-result {
        width: 100%;
    }
}

@media screen and (max-width:550px) {
    .search-result {
        font-size: 14px;
        letter-spacing: 1px;
    }
}

.search-result .navigation-title {
    margin-bottom: 60px;
}

@media screen and (max-width:550px) {
    .search-result .navigation-title {
        margin-bottom: 40px;
    }

    .search-result .navigation-title::after {
        bottom: -20px;
    }
}

.search-result p {
    padding: 0 80px 0 40px;
}

@media screen and (max-width:550px) {
    .search-result p {
        padding: 0 30px 0 30px;
    }
}

.search-result .sisea-results-list {
    margin: 30px 10px 0;
}

@media screen and (max-width:550px) {
    .search-result .sisea-results-list {
        margin: 20px 10px 0;
    }
}

.search-result .sisea-result {
    padding: 40px 45px 45px 30px;
    border-top: 1px solid #56575c;
    font-size: 14px;
    color: #c5c6d1;
    line-height: 30px;
    text-transform: none;
    letter-spacing: 0.5px;
    font-weight: 400;
}

@media screen and (max-width:550px) {
    .search-result .sisea-result {
        padding: 25px 25px 30px 20px;
        font-size: 13px;
    }
}

.search-result .sisea-result h3 {
    letter-spacing: 3px;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #ebecf5;
}

@media screen and (max-width:550px) {
    .search-result .sisea-result h3 {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 24px;
    }
}

.search-result .sisea-result p {
    padding: 0;
    margin-bottom: 20px;
}

@media screen and (max-width:550px) {
    .search-result .sisea-result p {
        margin-bottom: 10px;
    }
}

.search-result .sisea-result .learn-more {
    display: inline-block;
    vertical-align: top;
    font-family: Georgia, Times, "Times New Roman", serif;
    color: #ebecf5;
    font-weight: 700;
    font-size: 14px;
    font-style: italic;
    border-bottom: 1px dashed #ebecf5;
    letter-spacing: 1px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.search-result .sisea-result .learn-more:hover {
    color: #9c0c14;
    border-color: #9c0c14;
}

.search-result .sisea-paging {
    position: relative;
    text-align: center;
    padding: 30px 0;
    border: solid #56575c;
    border-width: 1px 0;
    margin: 0 10px 80px;
}

@media screen and (max-width:1023px) {
    .search-result .sisea-paging {
        margin: 0 10px 50px;
    }
}

@media screen and (max-width:550px) {
    .search-result .sisea-paging {
        padding: 15px 0;
        margin: 0 10px 30px;
    }
}

.search-result .sisea-page {
    display: inline-block;
    vertical-align: middle;
    line-height: 60px;
    height: 60px;
    width: 60px;
    font-size: 14px;
    font-weight: 700;
    color: #ebecf5;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

@media screen and (max-width:550px) {
    .search-result .sisea-page {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
}

.search-result .sisea-page:hover {
    color: #9c0c14;
}

.search-result .sisea-page a {
    display: block;
    height: 100%;
}

.search-result .sisea-current-page {
    border: 1px solid #756757;
    color: #9c0c14;
}

.search-result .arrow-prev {
    position: absolute;
    width: 60px;
    height: 60px;
    border: 1px solid rgba(189, 161, 128, 0.5);
    left: 20px;
    top: 30px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

@media screen and (max-width:767px) {
    .search-result .arrow-prev {
        display: none;
    }
}

.search-result .arrow-prev:hover {
    border-color: #ebecf5;
}

.search-result .arrow-prev::before {
    content: '';
    display: block;
    position: absolute;
    right: -20px;
    top: 20px;
}

.search-result .arrow-next {
    position: absolute;
    width: 60px;
    height: 60px;
    border: 1px solid rgba(189, 161, 128, 0.5);
    right: 20px;
    top: 30px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

@media screen and (max-width:767px) {
    .search-result .arrow-next {
        display: none;
    }
}

.search-result .arrow-next:hover {
    border-color: #ebecf5;
}

.search-result .arrow-next::before {
    content: '';
    display: block;
    position: absolute;
    left: -20px;
    top: 20px;
}

.seo-section .jcf-scrollbar-vertical {
    position: absolute;
    cursor: default;
    background: #eee;
    background: hsla(0, 0%, 100%, .15);
    width: 5px;
    bottom: 0;
    right: 0px;
    top: 0;
}

.seo-section .jcf-scrollbar-vertical .jcf-scrollbar-handle {
    background: #ebecf5;
    background: hsla(0, 0%, 100%, .77);
    height: 16px;
    width: 7px;
    left: -1px;
}

/* sm ≥576 */
@media (min-width: 576px) {
    .container-wide {
        max-width: 600px;
    }
}

/* md ≥768 */
@media (min-width: 768px) {
    .container-wide {
        max-width: 820px;
    }
}

/* lg ≥992 */
@media (min-width: 992px) {
    .container-wide {
        max-width: 1080px;
    }
}

/* xl ≥1200 */
@media (min-width: 1200px) {
    .container-wide {
        max-width: 1320px;
    }

    /* ширше за bs (1140) */
}

/* xxl ≥1400 */
@media (min-width: 1400px) {
    .container-wide {
        max-width: 1560px;
    }

    /* ширше за bs (1320) */
}

/* ultra wide ≥1600 */
@media (min-width: 1600px) {
    .container-wide {
        max-width: 1720px;
    }
}

/* 1920+ */
@media (min-width: 1920px) {
    .container-wide {
        max-width: 1720px;
    }
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0;

    padding: 20px;

    background: rgba(46, 46, 46, 0.65);
    /* від #2E2E2E */
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.header img.logo {
    width: 130px;
}

.hero {
    background:
        radial-gradient(ellipse at top,
            #3a3a3a 0%,
            #343434 30%,
            #2e2e2e 55%,
            #242424 80%,
            #1e1e1e 100%);
    background-attachment: fixed;
    height: 550px;
    margin: 50px 0;
    border-radius: 15px;
}

.hero__content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.container-wide {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
}
.product-card {
    padding: 20px;
    margin: 15px;
    display: flex;
    box-sizing: border-box;
    color: #ebecf5;
    flex-direction: column;
    align-items: center;
    height: 325px;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    text-align: center;
   
}

.product-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.product-card:hover {
    padding: 20px;
    margin: 15px;
    display: flex;
    box-sizing: border-box;
    color: #9c0c14;
    flex-direction: column;
    align-items: center;
    height: 325px;
    transition: all 0.3s ease;
    text-align: center;
  
}
.image-box {
    position: relative;
    width: 100%;
    height: auto;
}



.image-box img {
    display: block;
    width: 100%;
    height: auto;
    transition: all 0.3s ease;
}

.product-card:hover .hover-shine figure img{
   transform: scale(1.08);
     transition: all 0.3s ease;
}


.text-box {
  margin: auto 0;

}

.text-box .title {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
    transition: color 0.3s ease;
    letter-spacing: 1px;
}

.menu-img {
    width: 400px;
    height: auto;
    position: absolute;
    top: 33px;
    right: 45px;
}
.js-split .char{
  display:inline-block;
  opacity:0;
  transform: translateY(12px);
  filter: blur(6px);
  animation: charIn .55s ease forwards;
  animation-delay: calc(var(--i) * var(--stagger) + var(--baseDelay));
}

@keyframes charIn{
  to{
    opacity:1;
    transform: translateY(0);
    filter: blur(0);
  }
}

/* налаштування за замовчуванням */
.js-split{
  --stagger: 22ms;     /* швидкість по буквах */
  --baseDelay: 0ms;    /* базова затримка */
}
.section-grup-title {
    z-index: 1;
    position: relative;
}
.product-section-title {
    font-size: 100px;
    font-weight: 700;
    color: #ebecf5;
    letter-spacing: 2px;
    margin-bottom: 70px;
    text-align: center;
}
.product-section-subtitle{
    font-size: 22px;
    font-weight: 700;
    color: #9c0c14;
    letter-spacing: 2px;
    margin-bottom: 100px;
}
.hover-shine figure {
	position: relative;
    overflow: hidden;
}

.scan-lines{
  position: fixed;              /* або absolute якщо тільки в hero */
  inset: 0;
  pointer-events: none;
  z-index: -1;                    /* нижче контенту, вище фону */
}

/* сама лінія */
.scan-lines .line{
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(255,255,255,.08);
  overflow: hidden;
}

/* позиції ліній */
.scan-lines .l1{ left: 15%; }
.scan-lines .l2{ left: 35%; }
.scan-lines .l3{ left: 65%; }
.scan-lines .l4{ left: 85%; }

.scan-lines .line::after{
  content:'';
  position:absolute;
  left:50%;
  width:6px;
  height:6px;
  background:#9c0c14;           /* твій акцент */
  transform: translateX(-50%);
  animation: moveY 3.5s linear infinite;
}

/* різні швидкості */
.l2::after{ animation-duration: 4.5s; }
.l3::after{ animation-duration: 3s; }
.l4::after{ animation-duration: 5.5s; }

@keyframes moveY{
  0%   { top: -10px; opacity: 0; }
  10%  { opacity: 1; }
  50%  { opacity: 1; }
  90%  { opacity: 1; }
  100% { top: 100%; opacity: 0; }
}

.preloader {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #262628;
    z-index: 100000
}

.preloader-dark {
    position: absolute;
left: 40.4vw;
    top: calc((100vh - 15.646vw) / 2);
    width: 18.6vw;
    height: 18.646vw;
    background-image: url(../img/preloader-dark.png);
    background-size: cover;
}

.preloader-light-container {
    position: absolute;
left: 40.4vw;
    top: calc((100vh - 15.646vw) / 2);
    width: 18.6vw;
    height: 18.646vw;
    overflow: hidden;
}

.preloader-light {
    width: 0%;
    height: 100%;
    background-image: url(../img/preloader-light.png);
    background-size: cover;
}



.preloader-top.loading {
    transform: translateY(0);
}



.preloader-bottom.loading {
    transform: translateY(0);
    transform: translateX(0);
}






@media (max-width: 992px) {
    .preloader-dark {
        position: absolute;
        left: calc((100vw - 18.6vh) / 2);
        top: 45.677vh;
        width: 18.6vh;
        height: 8.646vh;
        background-image: url(../img/preloader-dark.png);
        background-size: cover;
    }

    .preloader-light-container {
        position: absolute;
        left: calc((100vw - 18.6vh) / 2);
        top: 45.677vh;
        height: 8.646vh;
        width: 18.6vh;
        overflow: hidden;
    }

   
}

.preloader-content-block {
    display: flex;
    position: relative;
    flex-direction: column;
    padding-top: 60px
}

.preloader-content-list {
    position: absolute;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    left: 50%;
    margin-left: -250px;
    width: 500px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 50px;
    text-align: center;
    color: #ebecf5
}

.preloader-content-item {
    display: none
}

.preloader-line {
    position: relative;
    margin-top: 40px;
    height: 1px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.3)
}

.preloader-line::before {
    content: '';
    -webkit-transition: 4.5s;
    -o-transition: 4.5s;
    transition: 4.5s;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background-color: #ebecf5
}

.preloader-line--active::before {
    width: 100%
}

.adv-item {
    border: #ebecf5 2px solid;
    padding: 30px;
    margin-bottom: 30px;
    background-image: url(../img/bg-texture.jpg);
    display: flex;
    flex-direction: row;
    gap: 20px;
    opacity: 0;
    min-height: 170px;
    transform: translateX(0);
    transition: opacity .7s ease, transform .7s ease;
    will-change: transform, opacity;
    align-items: center;
}
@media (max-width: 480px) {
.adv-item{
border: #ebecf5 2px solid;
padding: 30px;
margin-bottom: 30px;
background-image: url(../img/bg-texture.jpg);
display: flex;
flex-direction: row;
gap: 20px;
opacity: 0;
min-height: 235px;
    transform: translateX(0);
    transition: opacity .7s ease, transform .7s ease;
    will-change: transform, opacity;
}
}
/* слева */
.adv-item.from-left {
    transform: translateX(-60px);
}

/* справа */
.adv-item.from-right {
    transform: translateX(60px);
}

/* когда элемент появился */
.adv-item.in-view {
    opacity: 1;
    transform: translateX(0);
}

.adv-item:hover{
background-color: #9c0c14;
background-image: none;
cursor: pointer;
}
.adv-item .title {
    font-size: 32px;
    font-weight: 700;
    color: #ebecf5;
    margin-bottom: 30px;
}
.adv-item .text {
    font-size: 18px;
    font-weight: 500;
    color: #ebecf5;
}
.adv-item .icon img {
    width: 60px;
    height: 60px;
}
.section-adv {
    margin: 0 auto;
    position: relative;
    padding: 150px 0 0;
}
.section-contact{
    margin: 0 auto;
    position: relative;
    padding: 150px 0;
}
.section-how-order{
    margin: 0 auto;
    position: relative;
    padding: 150px 0 0;
}
.hov-order-item{
padding: 30px;
}
.hov-order-item .step{
color: #9c0c14;
font-size: 46px;
font-weight: 700;
margin-bottom: 20px;
}
.hov-order-item .step span{
margin-left: 10px;
color: #ebecf5;
font-size: 18px;
font-weight: 600;
}
.hov-order-item .text{
color: #ebecf5;
font-size: 16px;
font-weight: 400;
line-height: 30px;
}
.hov-order-item .title{
color: #ebecf5;
font-size: 26px;
font-weight: 700;
margin-bottom: 20px;
}
.hov-order-item-contact{
background-color: #9c0c14;
display: flex;
flex-direction: column;
justify-content: center;
padding: 40px 20px;
position: relative;
overflow: hidden;
}
.hov-order-item-contact::after {
    content: "?";
    position: absolute;
    top: -56px;
    right: -25px;
    font-size: 438px;
    font-weight: 700;
    color: #9c0c14;
    -webkit-text-stroke: 1px #ebecf569;
    z-index: 0;
}
.hov-order-item-contact .title{
color: #ebecf5;
font-size: 30px;
font-weight: 700;
margin-bottom: 20px;
z-index: 1;
}

.hov-order-item-contact .text {
    color: #ebecf5;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    z-index: 1;
    width: 70%;
}
.hov-order-item-contact .submit {
    margin-top: 43px;
    color: #1b1b1f;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    height: 60px;
    background-color: #ebecf5;
    letter-spacing: 2px;
    padding: 24px 65px;
    border: 1px solid #1b1b1f;
    cursor: pointer;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    display: inline-block;
}

.hov-order-item-contact .submit:hover {
    margin-top: 43px;
    color: #ebecf5;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    height: 60px;
    background-color: #1b1b1f;
    letter-spacing: 2px;
    padding: 24px 65px;
    border: 1px solid #1b1b1f;
    cursor: pointer;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    display: inline-block;
}
.contact-form.horizontal {
    display: flex;
    gap: 15px;
    align-items: flex-end;
    max-width: 100%;
}

/* поля */
.contact-form.horizontal .form-group {
    flex: 1;
}

/* інпути */
.form-group {
    position: relative;
}

.form-group input {
    width: 100%;
    padding: 30px 15px;
    background: transparent;
    border: 1px solid rgba(235, 236, 245, .35);
    color: #fff;
    font-size: 16px;
}

/* лейбл */
.form-group label {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: #171717;
    padding: 0 6px;
    color: rgba(235,236,245,.6);
    pointer-events: none;
    transition: all .25s ease;
}

.form-group input:focus + label,
.form-group input:not(:placeholder-shown) + label {
    top: -8px;
    font-size: 13px;
    color: #fff;
}

/* кнопка */
.form-btn {
    padding: 30px 65px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    cursor: pointer;
    white-space: nowrap;
    transition: all .3s ease;
}

.form-btn:hover {
    background: #fff;
    color: #000;
}

/* 📱 мобіла */
@media (max-width: 768px) {
    .contact-form.horizontal {
        flex-direction: column;
        gap: 20px;
        align-items: stretch;
    }

    .form-btn {
        width: 100%;
    }
}


:root{
  --bg-a:#000;      /* 1: чорний */
  --bg-b:#1a1a1a;   /* 2: темно-сірий */
  --bg-c:#2e2e2e;   /* 3: сірий як зараз */
}


/* ================= PRELOADER ================= */
.preloader{
  position:fixed;
  inset:0;
  z-index:9999;
  pointer-events:none;
  background:var(--bg-a);
  opacity:1;
  transition:opacity 1.6s ease;
}

.preloader.is-hide{ opacity:0; }

html.is-preloading,
body.is-preloading{ overflow:hidden; }

/* ================= SWEEPS (ONLY LEFT→RIGHT) ================= */
.preloader__sweeps{
  position:absolute;
  inset:0;
  overflow:hidden;
  z-index:1;
}

.sweep{
  position:absolute;
  left:-10%;
  top:0;
  width:120%;
  height:100%;
  transform:translateX(-150vw);
  will-change:transform;
  clip-path: polygon(
    0 0,
    95% 0,
    100% 50%,
    95% 100%,
    0 100%
  );
}

/* трохи повільніше */
.sweep--a{background:var(--bg-a);animation:sweepInX 2.1s cubic-bezier(.2,.9,.2,1) forwards;}
.sweep--b{background:var(--bg-b);animation:sweepInX 2.1s cubic-bezier(.2,.9,.2,1) forwards .55s;}
.sweep--c{background:var(--bg-c);animation:sweepInX 2.1s cubic-bezier(.2,.9,.2,1) forwards 1.1s;}

@keyframes sweepInX{
  from{ transform:translateX(-150vw); }
  to{ transform:translateX(0); }
}

/* ================= LOGO (CENTER → HOLD 2s → BACK TO DOT) ================= */
.preloader__center{
  position:absolute;
  inset:0;
  display:grid;
  place-items:center;
  z-index:5;
}

.preloader__logo{
  width:180px;
  opacity:0;
  transform:scale(0);
  transform-origin:center center;
  /* зʼявляється з точки (після свіпів) */
  animation:logoIn 1.2s cubic-bezier(.2,.9,.2,1) forwards 2s;
  filter:drop-shadow(0 10px 26px rgba(0,0,0,.25));
}

.preloader__logo svg{
  width:100%;
  height:auto;
  display:block;
}

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

@keyframes logoIn{
  from{ opacity:0; transform:scale(0); }
  to{ opacity:1; transform:scale(1); }
}

@keyframes logoOut{
  from{ opacity:1; transform:scale(1); }
  to{ opacity:0; transform:scale(0); }
}

/* ховаємо хедер-логотип під час прелодера */
html.is-preloading #headerLogo{ opacity:0; }

header .header-phone {
    position: absolute;
    display: flex;
    gap: 10px;
    left: 0;
    top: 25px;
       font-size: 16px;
    font-weight: 700;
    color: #ebecf5;
    letter-spacing: 2px;
    padding: 10px 33px 10px 1px;
    list-style: none;
    line-height: 30px;
    z-index: 2;
    align-items: center;
}
.header-phone i{
font-size: 20px;
}
@media (max-width: 768px) {
  .header-phone {
    display: none;
  }
  .product-section-title {
    font-size: 50px;
    font-weight: 700;
    color: #ebecf5;
    letter-spacing: 2px;
    margin-bottom: 70px;
    text-align: center;
}
}
@media (max-width: 480px) {
  .header-phone {
    display: none;
  }
  .product-section-title {
    font-size: 40px;
    font-weight: 700;
    color: #ebecf5;
    letter-spacing: 2px;
    margin-bottom: 70px;
    text-align: center;
}
}
@media (max-width: 767px), (hover: none) and (pointer: coarse) {
    header .header-phone {
        display: none !important;
    }
    .product-section-title {
    font-size: 29px;
    font-weight: 700;
    color: #ebecf5;
    letter-spacing: 2px;
    margin-bottom: 70px;
    text-align: center;
}
}

.slider-item-client{
background: #fff;
border: 2px solid #d40f1e;
}
.product-text{
color: #ebecf5;
}
.product-text p{
margin-bottom: 30px;
}


.product-metall-section{
margin-top: 100px;
margin-bottom: 60px;
position: relative;
}

.container-tab {
  margin: auto;

}
/* TABS */
.accordion-tabs {
  *zoom: 1;
  width: 100%;

  border-radius: 0.1875em;
  margin-bottom: 1.5em;
  margin-left: 0;
  padding-left: 0;
}
.accordion-tabs:before,
.accordion-tabs:after {
  content: " ";
  display: table;
}
.accordion-tabs:after {
  clear: both;
}
.accordion-tabs ul li {
list-style: disc;
}
.accordion-tabs li.tab-head-cont:first-child a {
  border-top-left-radius: 0.1875em;
  border-top-right-radius: 0.1875em;
  border-top: 0;
}
.accordion-tabs li.tab-head-cont:last-child a {
  border-bottom-left-radius: 0.1875em;
  border-bottom-right-radius: 0.1875em;
}
.accordion-tabs li.tab-head-cont a {
    text-decoration: none;

    color: #ebecf5;
    display: block;
    padding: 12px 10px;
    font-size: 16px;
    font-weight: 700;
}
.accordion-tabs li.tab-head-cont a:hover {
    color: #d40f1e;
}
.accordion-tabs li.tab-head-cont a:focus {
  outline: none;
}
.accordion-tabs li.tab-head-cont a.is-active {
  border-bottom: 0;
  color: #d40f1e;
  fint-weight: 800;
}
.accordion-tabs li.tab-head-cont section {
  padding: 40px 0px;
  display: none;
  overflow: hidden;
  width: 100%;
}

/* RESPONSIVE */
@media screen and (min-width: 40em) {

  .accordion-tabs {
    border: none;
    position: relative;
  }
  .accordion-tabs li.tab-head-cont {
    display: inline;
  }
  .accordion-tabs li.tab-head-cont:last-child a {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .accordion-tabs li.tab-head-cont a {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    border-top: 0;
    border-top-right-radius: 0.1875em;
    border-top-left-radius: 0.1875em;
  }
  .accordion-tabs li.tab-head-cont a.is-active {
font-weight: 800;
     
        border-bottom: 2px solid #d40f1e;;
        margin-bottom: -1px;
  }
  .accordion-tabs li.tab-head-cont section {
    border-bottom-left-radius: 0.1875em;
    border-bottom-right-radius: 0.1875em;

    float: left;
    left: 0;
padding: 40px 0px;
    color: #e5e6ef;
  }
  .accordion-tabs li.tab-head-cont section p {
margin-bottom: 30px;
  }
    .accordion-tabs li.tab-head-cont section h2 {
font-size: 22px;
font-weight: 700;
margin-bottom: 25px;
  }
      .accordion-tabs li.tab-head-cont section h3 {
font-size: 22px;
font-weight: 700;
margin-bottom: 25px;
  }
}
.learn-more-btn {
    position: relative;
    display: block;
    width: 190px;
    font-size: 16px;
    font-weight: 600;
    color: #9c0c14;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: 2px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    cursor: pointer;
}
.learn-more-btn:hover {
    color: #ebecf5;
        cursor: pointer;
}
.learn-more-btn::before {
    content: '';
    display: block;
    position: absolute;
    top: 12px;
    left: -100px;
    background-image: url(../img/sprite.png);
    width: 60px;
    height: 19px;
    background-position: -727px -399px;
}
.learn-more-btn:hover::after {
    border-color: #9c0c14;
}
.learn-more-btn::after {
    content: '';
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    left: -80px;
    top: -9px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
.product-btn-area {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 40px 0px;
}
.new-btn {
    border: 1px solid rgb(156 12 20);
    padding: 15px 30px;
    font-size: 14px;
    font-weight: 700;
    color: #ebecf5;
    text-transform: uppercase;  
    background: rgba(235, 236, 245, 0);
    transition: all 0.5s ease;
    background: #9c0c14;
    text-decoration: none;
}
.new-btn:hover{
border: 1px solid rgba(255, 255, 255, 0.5);
padding: 15px 30px;
font-size: 14px;
font-weight: 700;
background: #ebecf5;
color: #1b1b1f;
text-transform: uppercase;
transition: all 0.5s ease;
}



/* іконка */
.service-item-icon img {
    width: auto;
    height: 60px;
    transition: transform .4s ease, filter .4s ease;
}

.vacanci-item:hover .service-item-icon img {
    transform: scale(1.08);
}



.vacanci-item:hover .service-item-title {
    color: #ffffff;
}



.vacanci-item:hover .service-item-seemore {
    opacity: 1;
    transform: translateY(0);
}

/* ===================== Resume Form (Dark + Accent Red, NO RADIUS) ===================== */
:root{
  --cv-bg: #1f1f1f;
  --cv-panel: rgba(255,255,255,.04);
  --cv-text: rgba(255,255,255,.92);
  --cv-muted: rgba(255,255,255,.62);
  --cv-border: rgba(255,255,255,.14);
  --cv-accent: #9c0c14;
}

/* карточка формы */
.resume-form{
  background: var(--cv-panel);

  padding: 22px;
  box-shadow: 0 18px 44px rgba(0,0,0,.35);
  border-radius: 0 !important;
}

/* текст */
.resume-form__title{
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 800;
  color: var(--cv-text);
  line-height: 1.2;
}
.resume-form__sub{
  margin: 0 0 18px;
  font-size: 14px;
  color: var(--cv-muted);
}

.resume-form__group{ margin-bottom: 14px; }

.resume-form__label{
  display:block;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 700;
  color: rgba(255,255,255,.78);
  letter-spacing: .2px;
}

/* поля */
.resume-form__input,
.resume-form__textarea{
  width: 100%;
  border: 1px solid var(--cv-border);
  border-radius: 0 !important;
  padding: 12px 12px;
  font-size: 15px;
  line-height: 1.2;
  color: var(--cv-text);
  background: rgba(0,0,0,.22);
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.resume-form__textarea{
  min-height: 110px;
  resize: vertical;
}

.resume-form__input::placeholder,
.resume-form__textarea::placeholder{
  color: rgba(255,255,255,.42);
}

.resume-form__input:focus,
.resume-form__textarea:focus{
  border-color: rgba(223,17,31,.95);
  box-shadow: 0 0 0 3px rgba(223,17,31,.25);
  background: rgba(0,0,0,.30);
}

.resume-form__hint{
  margin-top: 6px;
  font-size: 12px;
  color: rgba(255,255,255,.55);
}

/* file input */
.resume-form__file{
  display:flex;
  align-items:center;
  gap: 12px;
  padding: 12px;
  border: 1px dashed rgba(223,17,31,.65);
  border-radius: 0 !important;
  background: rgba(0,0,0,.18);
}
.resume-form__file input[type="file"]{
  width:100%;
  font-size: 14px;
  color: rgba(255,255,255,.78);
}

/* ошибки */
.resume-form__error:empty{ display:none; }
.resume-form__error{
  margin-top: 6px;
  font-size: 12px;
  color: rgba(255,140,140,.95);
}

/* если AjaxForm/валидатор добавляет класс error */
.resume-form input.error,
.resume-form textarea.error,
.resume-form__input.error,
.resume-form__textarea.error{
  border-color: rgba(223,17,31,.85);
  box-shadow: 0 0 0 3px rgba(223,17,31,.18);
}

/* кнопка */
.resume-form__btn{
  width: 100%;
  margin-top: 6px;
  border: 1px solid var(--cv-accent);
  border-radius: 0 !important;
  padding: 13px 16px;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  color: #fff;
  background: var(--cv-accent);
  transition: transform .15s ease, filter .15s ease, box-shadow .2s ease;
  box-shadow: 0 14px 28px rgba(223,17,31,.22);
}
.resume-form__btn:hover{
  filter: brightness(0.92);
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(223,17,31,.28);
}
.resume-form__btn:active{
  transform: translateY(0);
  filter: brightness(0.88);
}
.resume-form__btn:disabled{
  opacity: .6;
  cursor: not-allowed;
  transform: none;
}

/* сообщения */
.resume-form__ok,
.resume-form__fail{
  margin-top: 14px;
  padding: 12px 12px;
  font-size: 14px;
  line-height: 1.35;
  border-radius: 0 !important;
}

.resume-form__ok{
  border: 1px solid rgba(80, 220, 140, .28);
  background: rgba(80, 220, 140, .08);
  color: rgba(220,255,235,.92);
}

.resume-form__fail{
  border: 1px solid rgba(223,17,31,.55);
  background: rgba(223,17,31,.10);
  color: rgba(255,220,215,.92);
}

/* страхуемся: никакого радиуса даже если bootstrap добавит */
.resume-form *{
  border-radius: 0 !important;
}

@media (max-width: 576px){
  .resume-form{ padding: 16px; }
}
:root{
  --os-bg: #1f1f1f;
  --os-card: #1f1f1f;
  --os-text: #e9e9e9;
  --os-muted: rgba(233,233,233,.68);
  --os-line: rgba(223,17,31,.35);
  --os-accent: #9c0c14;
  --os-shadow: rgba(223,17,31,.10);
}

.osBlogCard{
  background: var(--os-card);
  border: 0px solid var(--os-line);
  box-shadow: 0 0 0 1px rgba(0,0,0,.35), 0 16px 34px rgba(0,0,0,.35);
  overflow: hidden; /* без скруглений, но чтобы картинка не вылезала */
}

.osBlogCard__link{
  display: grid;
  grid-template-rows: auto 1fr;
  color: inherit;
  text-decoration: none;
  outline: none;
}

.osBlogCard__media{
  position: relative;
  border-bottom: 2px solid var(--os-line);
  background: #0f0f0f;
}

.osBlogCard__img{
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  filter: saturate(1.02) contrast(1.02);
}

.osBlogCard__badge{
  position: absolute;
  left: 12px;
  top: 12px;
  padding: 8px 10px;
  border: 2px solid var(--os-accent);
  background: rgba(0,0,0,.55);
  color: var(--os-text);
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.osBlogCard__body{
  padding: 16px;
  display: grid;
  gap: 10px;
}

.osBlogCard__meta{
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--os-muted);
  font-size: 13px;
  letter-spacing: .02em;
}

.osBlogCard__dot{
  width: 6px;
  height: 6px;
  background: var(--os-accent);
  display: inline-block;
}

.osBlogCard__title{
  margin: 0;
  color: var(--os-text);
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: .01em;
}

.osBlogCard__excerpt{
  margin: 0;
  color: var(--os-muted);
  font-size: 14px;
  line-height: 1.55;
}

.osBlogCard__footer{
  margin-top: 6px;
  padding-top: 12px;
  border-top: 2px solid rgba(223,17,31,.18);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.osBlogCard__author{
  color: rgba(233,233,233,.78);
  font-size: 13px;
}

.osBlogCard__cta{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border: 2px solid var(--os-accent);
  color: var(--os-text);
  background: rgba(223,17,31,.08);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 12px;
}

.osBlogCard__arrow{
  transition: transform .2s ease;
}

/* Hover / Focus */
.osBlogCard__link:hover .osBlogCard__cta,
.osBlogCard__link:focus-visible .osBlogCard__cta{
  background: rgba(223,17,31,.14);
  box-shadow: 0 0 0 4px var(--os-shadow);
}

.osBlogCard__link:hover .osBlogCard__arrow,
.osBlogCard__link:focus-visible .osBlogCard__arrow{
  transform: translateX(4px);
}

.osBlogCard__link:focus-visible{
  box-shadow: 0 0 0 3px rgba(223,17,31,.55) inset;
}

/* Адаптив */
@media (min-width: 768px){
  .osBlogCard__img{ height: 260px; }
  .osBlogCard__title{ font-size: 20px; }
}

@media (min-width: 1024px){
  .osBlogCard__img{ height: 280px; }
}
.osBlogGrid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

/* 3 -> 2 */
@media (max-width: 1024px){
  .osBlogGrid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
}

/* 2 -> 1 */
@media (max-width: 640px){
  .osBlogGrid{
    grid-template-columns: 1fr;
    gap: 14px;
  }
}
.image-page-blog img{
    width: 100%;
    height: auto;
    display: block;
    margin: 20px 0;
}
.vf-accordion{
  --vf-bg:#111;
  --vf-bd:rgba(255,255,255,.12);
  --vf-tx:#f2f2f2;
  --vf-sub:rgba(255,255,255,.72);
  --vf-r:14px;
  --vf-p:16px;
  --vf-sp:260ms;

  display:grid;
  gap:10px;
}

.vf-item {
    border: 1px solid rgb(86 87 92);
    background: none;
    border-radius: 0px;
    overflow: hidden;
    padding: 20px;
}

.vf-trigger{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;

  padding:var(--vf-p);
  border:0;
  background:transparent;
  color:var(--vf-tx);
  cursor:pointer;
  text-align:left;
  font:inherit;
}

.vf-trigger:focus-visible{
  outline:2px solid rgba(255,255,255,.35);
  outline-offset:2px;
  border-radius:10px;
}

.vf-title{
  font-weight:700;
  line-height:1.2;
}

.vf-plus{
  width:20px;
  height:20px;
  position:relative;
  flex:0 0 20px;
  opacity:.9;
}
.vf-plus::before,
.vf-plus::after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:14px;
  height:2px;
  background:var(--vf-tx);
  transform:translate(-50%,-50%);
  border-radius:2px;
}
.vf-plus::after{
  transform:translate(-50%,-50%) rotate(90deg);
  transition:transform var(--vf-sp) ease;
}

/* было .is-open -> стало .vf-on */
.vf-item.vf-on .vf-plus::after{
  transform:translate(-50%,-50%) rotate(0deg);
}

.vf-panel{
  height:0;
  overflow:hidden; /* було clip */
  transition:height 260ms ease; /* можна так, або залиш var(--vf-sp) */
}

.vf-body{
  padding:0 var(--vf-p) var(--vf-p);
  color:var(--vf-sub);
  line-height:1.6;
}

@media (prefers-reduced-motion: reduce){
  .vf-panel{ transition:none; }
  .vf-plus::after{ transition:none; }
}
.manager-items-area{
  display: grid;
  grid-template-columns: 1fr; /* mobile */
  gap: 20px;
}

/* планшети і вище */
@media (min-width: 768px){
  .manager-items-area{
    grid-template-columns: repeat(2, 1fr);
      column-gap: 100px;
        row-gap: 53px;
  }
}
.about-section{
margin-top: 75px;
}




html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 0;
  height: 0;
}

:root{
    --cc-bg:#1f1f1f;
    --cc-text:#f2f2f2;
    --cc-muted:#bdbdbd;
    --cc-accent:#df111f;
    --cc-border:2px solid var(--cc-accent);
    --cc-shadow: 0 0 0 0 rgba(0,0,0,0);
  }

  .cc-wrap{
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 9999;
  }

.cc-banner {
    position: fixed;
    right: 16px;
    bottom: 16px;
    background: var(--cc-bg);
    color: var(--cc-text);
    box-shadow: 0 14px 40px rgba(0, 0, 0, .55);
    padding: 16px;
    display: none;
    gap: 16px;
    align-items: flex-start;
    justify-content: space-between;
    pointer-events: auto;
}

.cc-wrap.is-open .cc-banner {
    display: flex;
    animation: ccUp .35s ease both;
    flex-direction: column;
    width: 371px;
    font-size: 12px;
}

  @keyframes ccUp{
    from { transform: translateY(16px); opacity: 0; }
    to   { transform: translateY(0);   opacity: 1; }
  }

  .cc-title{ font-weight: 800; font-size: 18px; letter-spacing:.2px; }
  .cc-desc{ margin-top: 8px; color: var(--cc-muted); line-height: 1.45; max-width: 780px; }
  .cc-links{ margin-top: 10px; }
  .cc-link{ color: var(--cc-text); text-decoration: underline; text-underline-offset: 4px; }
  .cc-link:hover{ color: var(--cc-accent); }

  .cc-actions{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
    min-width: 320px;
  }

  .cc-btn{
    appearance: none;
    border-radius: 0;
    border: var(--cc-border);
    background: transparent;
    color: var(--cc-text);
    padding: 10px 14px;
    font-weight: 700;
    letter-spacing: .2px;
    cursor: pointer;
    transition: transform .08s ease, background .2s ease, color .2s ease, border-color .2s ease;
    user-select: none;
  }
  .cc-btn:active{ transform: translateY(1px); }
  .cc-btn--accent{
    background: var(--cc-accent);
    color: #fff;
  }
  .cc-btn--ghost:hover{
    background: rgba(223,17,31,.12);
  }
  .cc-btn--accent:hover{
    filter: brightness(1.05);
  }
  .cc-btn--x{
    width: 40px; height: 40px;
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 22px; line-height: 1;
    padding: 0;
  }

  /* Modal overlay */
  .cc-modal{
    position: fixed;
    inset: 0;
    display: none;
    pointer-events: auto;
    background: rgba(0,0,0,.70);
    padding: 16px;
  }
  .cc-modal.is-open{ display: grid; place-items: center; animation: ccFade .2s ease both; }
  @keyframes ccFade{ from{opacity:0} to{opacity:1} }

  .cc-modal__panel{
    width: min(720px, 100%);
    background: var(--cc-bg);
    border: var(--cc-border);
    box-shadow: 0 18px 60px rgba(0,0,0,.65);
  }
  .cc-modal__head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 14px 10px;
    border-bottom: 1px solid rgba(223,17,31,.35);
  }
  .cc-modal__title{ font-weight: 900; font-size: 18px; }
  .cc-modal__body{ padding: 14px; }
  .cc-modal__actions{
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding: 14px;
    border-top: 1px solid rgba(223,17,31,.35);
  }

  .cc-row{
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255,255,255,.06);
  }
  .cc-row:last-child{ border-bottom: 0; }
  .cc-row__name{ font-weight: 800; }
  .cc-row__hint{ display:block; margin-top: 6px; color: var(--cc-muted); font-size: 14px; line-height: 1.4; }

  .cc-toggle{
    width: 22px; height: 22px;
    accent-color: var(--cc-accent);
  }

  @media (max-width: 720px){
    .cc-banner{ flex-direction: column; }
    .cc-actions{ min-width: 0; width: 100%; justify-content: stretch; }
    .cc-btn{ width: 100%; }
  }
  .tovar-opis ul li{
list-style: disc !important;
margin-left: 15px;
  margin-bottom: 15px;
  }
    .tovar-opis ul{
margin-bottom: 30px;
  }
.tovar-opis p a{
color: #9c0c14 !important;
text-decoration: underline !important;
  }
  .tovar-opis a{
color: #9c0c14 !important;
text-decoration: underline !important;
  }

   .tovar-opis ol {
  list-style-type: decimal;
  padding-left: 24px;
  margin-left: 0;
}

  .tovar-opis ol li {
  display: list-item;
}



  .info-text ul li{
list-style: disc !important;
margin-left: 15px;
  }
    .info-text ul{
margin-bottom: 30px;
  }
.info-text p a{
color: #9c0c14;
text-decoration: underline !important;
  }
  .info-text a{
color: #9c0c14 !important;
text-decoration: underline !important;
  }

   .info-text ol {
  list-style-type: decimal;
  padding-left: 24px;
  margin-left: 0;
}

  .info-text ol li {
  display: list-item;
}
.contact-block {
    color: #fff;
    padding: 23px 0px;
    border-bottom: 1px solid #56575c;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}
.manager-item {
color: #fff;
    padding: 23px 0px;
    border-bottom: 1px solid #56575c;
    text-align: center;
}
.manager-name{
font-size: 18px;
font-weight: 700;
margin-bottom: 15px;
}
.manager-phone{
font-size: 18px;

margin-bottom: 15px;
}
.manager-email{
font-size: 18px;

margin-bottom: 15px;
}
.manager-item a{
color: #fffß;
transition:all 0.3s ease;
}
.manager-item a:hover{
color: #9c0c14;
transition:all 0.3s ease;
}
.contact-block a{
color: #fff;
transition:all 0.3s ease;
}
.contact-block a:hover{
color: #9c0c14;
transition:all 0.3s ease;
}
.title-company{
font-size: 28px;
    font-weight: 700;
    color: #ebecf5;
    text-transform: uppercase;
}
.phone-company{
font-size: 19px;

}
.title-office-map{
font-size: 28px;
    font-weight: 700;
    color: #ebecf5;
    text-transform: uppercase;
    margin: 30px 0px;
}
.composition-map-adress{
font-size: 18px;
margin-bottom: 15px;
color: #fff;
}
.img-info-text {
  float: left;
  max-width: 600px;
  width: 100%;
  height: auto;
  margin: 0 20px 15px 0;
}
.section-service{
    margin: 0 auto;
    position: relative;
    padding: 150px 0;
    background-image: url(../img/bg-poslugi.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .img-info-text {
    float: none;
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 0 15px 0;
  }
  .adv-item .title {
    font-size: 22px;
    font-weight: 700;
    color: #ebecf5;
    margin-bottom: 30px;
}
.section-service{
    margin: 0 auto;
    position: relative;
    padding: 150px 0;
    background-image: url(../img/bg-poslugi.jpg);
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
}
.section-service::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(23 23 23 / 75%);
    z-index: 0;

}



.posluga {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;

    z-index: 1;
}
.posluga .item-title {
    font-size: 20px;
    font-weight: 700;
    color: #ebecf5;
    margin: 20px 0;
    transition: color .3s ease;
}

.posluga:hover .item-title {
    font-size: 20px;
    font-weight: 700;
    color: #9c0c14;
    margin: 20px 0;
    transition: color .3s ease;
}

.posluga-img-box {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.posluga .posluga-img-box figure img {
    display: block;
    width: 210px;
    height: auto;
    transition: all 0.3s ease;
}
.posluga:hover .posluga-img-box figure img {
    transform: scale(1.08);
    transition: all 0.3s ease;
}

.vacanci-item:hover .item-title {
    font-size: 20px;
    font-weight: 700;
    color: #9c0c14;
    margin: 20px 0;
    transition: color .3s ease;
}
.vacanci-item .item-title {
    font-size: 20px;
    font-weight: 700;
    color: #ebecf5;
    margin: 20px 0;
    transition: color .3s ease;
}

.vacanci-item {
    position: relative;
    z-index: 1;
    padding: 30px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
    gap: 40px;
    justify-content: space-between;
}
.info-text ol {
    margin-bottom: 15px;
}
    .info-text ul {
    margin-bottom: 15px;
}