

/* Start:/local/templates/yalvz/template_styles.css?177971054759036*/
@charset "UTF-8";
body,
html {
    padding: 0;
    margin: 0;
    background: #ffffff;
    font-family: "Roboto Slab", "Arial", sans-serif;
    font-size: 18px;
    /* font-size: 16px; */
    line-height: 32px;
    color: rgba(0, 0, 0, 0.6);
    font-style: normal;
    font-weight: normal;
}

* {
    box-sizing: border-box;
    outline: none;
}

p:first-child, h2:first-child, h3:first-child {
    margin-top: 0;
}

p:last-child, h2:last-child, h3:last-child {
    margin-bottom: 0;
}

a {
    color: rgba(0, 0, 0, 0.6);
    text-decoration: none;
}

a:hover {
    color: #D49849;
}

.link-agree {
    color: #E6A959;
}

h1, .h1,
h2, .h2,
h3, .h3 {
    font-family: "Roboto Slab", "Arial", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -0.01em;
    color: #333333;
    margin-bottom: 40px;
}

h1, .h1 {
    color: #E6A959;
}

.h1,
.h2,
.h3 {
    margin-top: 0;
}

h2, .h2 {
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0;
}

.body--main .h2,
.body--main h2 {
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -0.01em;
}

h3, .h3 {
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0;
    font-weight: 500;
}

.tab {
    display: none;
}

.tab-links {
    padding-left: 49px;
    margin-bottom: 32px;
}

.tab-link {
    display: inline-block;
    vertical-align: top;
    border-bottom: 4px solid transparent;
    margin: 0 42px 0 0;
    padding-bottom: 4px;
    letter-spacing: 0.1px;
}

.tab-link.active {
    border-bottom-color: #E6A959;
}

.tab.active {
    display: block;
}

.input {
    -webkit-appearance: none;
    outline: none;
    background: #f7f7f7;
    border: 1px solid rgba(0, 0, 0, 0.21);
    border-radius: 0;
    padding: 22px 24px 9px;
    width: 100%;
    max-width: 100%;
    margin: 0;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.9);
    font-family: 'Roboto Slab', 'Arial', sans-serif;
}

.input + span {
    display: inline-block;
    vertical-align: top;
    color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 21px;
    left: 24px;
    transition: all .3s;
}

.input-wrap {
    display: block;
    position: relative;
    width: 100%;
    cursor: pointer;
    margin-bottom: 16px;
    line-height: 1;
}

.input-wrap--2 {
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
}

.input-wrap--2.last {
    margin-right: 0;
}

.input:focus, .input:hover {
    border-color: rgba(0, 0, 0, 0.9);
}

.input.active + span, .input:focus + span {
    top: 6px;
    font-size: 11px;
    line-height: 140%;
}

.select {
    padding: 0;
    cursor: pointer;
}

.select .jq-selectbox__select-text {
    padding: 15px 24px 14px;
    position: relative;
}

.select .jq-selectbox__select-text:after {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    background: url("/local/templates/yalvz/images/svg/arr-choose.svg") no-repeat center;
    right: 23px;
    top: 21px;
}

.select.opened {
    border-bottom: 0;
}

.select.opened .jq-selectbox__select-text:after {
    transform: rotate(-180deg);
}

.select .jq-selectbox__dropdown {
    left: -1px;
    right: -1px;
    background: inherit;
    border: 1px solid rgba(0, 0, 0, 0.21);
    border-radius: 0;
    padding: 8px 0;
}

.select .jq-selectbox__dropdown ul {
    padding: 0;
    margin: 0;
}

.select .jq-selectbox__dropdown ul li {
    padding: 8px 16px;
}

.select .jq-selectbox__dropdown ul li.sel, .select .jq-selectbox__dropdown ul li:hover {
    background-color: #f9efe3;
}

.select .jq-selectbox__dropdown ul li.placeholder {
    display: none;
}

textarea.input {
    height: auto;
}

.check {
    display: inline-block;
    vertical-align: top;
    width: 16px;
    height: 16px;
    border: 1px solid rgba(0, 0, 0, 0.21);
    background-color: transparent;
    border-radius: 0;
    position: absolute;
    top: 0;
    left: 0;
    outline: none;
    outline-offset: 0;
}

.check + span {
    display: inline-block;
    vertical-align: top;
    padding-left: 16px;
    width: calc(100% - 16px);
}

.check-wrap {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 100%;
    cursor: pointer;
    margin: 8px 0 24px;
    padding-left: 24px;
    line-height: 1;
}

.check-wrap:hover .check {
    border-color: rgba(0, 0, 0, 0.9);
}

.check .jq-checkbox__div {
    width: 14px;
    height: 14px;
    background: url("/local/templates/yalvz/images/svg/ok.svg") no-repeat center;
    opacity: 0;
}

.check.checked .jq-checkbox__div {
    opacity: 1;
}

.check input {
    visibility: hidden;
}

::placeholder {
    font-size: 18px;
    line-height: 140%;
    color: rgba(0, 0, 0, 0.6);
    font-family: 'Roboto Slab', 'Arial', sans-serif;
}

.swiper-button {
    display: inline-block;
    vertical-align: top;
    position: static;
    margin: 0 4px;
    width: 56px;
    height: 56px;
    border-radius: 100%;
    border: 1px solid rgba(0, 0, 0, 0.6);
    background: url("/local/templates/yalvz/images/svg/arr-swiper.svg") no-repeat center, url("/local/templates/yalvz/images/svg/arr-swiper-hover.svg") no-repeat center, #FFFFFF;
    background-size: auto, 0;
}

.swiper-button-prev {
    transform: rotate(180deg);
}

.swiper-button:after {
    display: none;
}

.swiper-button:hover {
    background-color: #E6A959;
    border-color: #E6A959;
    background-size: 0, auto;
}

.swiper-pagination {
    position: static;
    margin: 76px 0;
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.swiper-pagination-progressbar-fill {
    background-color: #E6A959 !important;
    height: 4px !important;
    bottom: -1px;
}

.btn {
    display: inline-block;
    vertical-align: top;
    -webkit-appearance: none;
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #E6A959;
    border: none;
    padding: 12px 69px 12px 0;
    cursor: pointer;
    background: transparent;
    border-radius: 0;
    position: relative;
    font-family: 'Roboto Slab', 'Arial', sans-serif;
}

.btn:after {
    content: "";
    display: block;
    position: absolute;
    width: 56px;
    height: 56px;
    border-radius: 56px;
    border: 1px solid #E6A959;
    background: url("/local/templates/yalvz/images/svg/arr-btn.svg") no-repeat center, url("/local/templates/yalvz/images/svg/arr-btn-hover.svg") no-repeat center;
    background-size: auto, 0;
    transform: rotate(-45deg);
    right: 0;
    top: 0;
    box-sizing: border-box;
    transition: all .3s;
}

.btn:hover {
    color: #D49849;
}

.btn:hover:after {
    background-color: #D49849;
    border-color: #D49849;
    background-size: 0, auto;
    transform: rotate(0);
}

.btn--up {
    padding: 12px 0 12px 56px;
}

.btn--up:after {
    right: auto;
    left: 0;
    border-color: transparent;
    width: 48px;
    height: 48px;
    transform: rotate(-90deg);
    top: 3px;
}

.btn--up:hover:after {
    background-color: transparent;
    background-size: auto, 0;
    border-color: #E6A959;
    transform: rotate(-90deg);
}

.breadcrumbs {
    font-family: "Inter", "Arial", sans-serif;
    margin: 0 0 10px;
    line-height: 1;
}

.breadcrumbs span, .breadcrumbs a {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    /* font-size: 14px; */
    line-height: 16px;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.6);
}

.nav a {
    display: inline-block;
    vertical-align: top;
    height: 48px;
    min-width: 48px;
    text-align: center;
    line-height: 46px;
    color: rgba(0, 0, 0, 0.6);
    margin: 0 4px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 100%;
}

.nav a:hover {
    border-color: #E6A959;
}

.nav a.nav-next, .nav a.nav-prev {
    background: url("/local/templates/yalvz/images/svg/arr-choose.svg") no-repeat center;
    transform: rotate(-90deg);
}

.nav a.nav-next:hover, .nav a.nav-prev:hover {
    border-color: #E6A959;
    color: #E6A959;
}

.nav a.nav-prev {
    transform: rotate(90deg);
}

.nav a.active {
    color: #ffffff;
    border-color: #E6A959;
    background-color: #E6A959;
}

.wrap {
    max-width: 1304px;
    margin: 0 auto;
    padding: 0 28px;
}

.page-top {
    margin-bottom: 38px;
}

.page-top h1 {
    margin: 0 0 24px;
}

.page-top__descr {
    max-width: 724px;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.6);
}

.back-btn {
    display: block;
    width: max-content;
    font-size: 18px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 32px;
    padding-left: 32px;
    position: relative;
    color: #E6A959;
    transition: all .3s;
}

.back-btn:before {
    content: "";
    display: block;
    position: absolute;
    width: 19px;
    height: 18px;
    background: url("/local/templates/yalvz/images/svg/arr-btn.svg");
    transform: rotate(180deg);
    left: 0;
    top: 7px;
    background-size: 18px auto;
}

.back-btn:hover {
    padding-left: 40px;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 24px;
}

.header-top {
    margin-bottom: 32px;
}

.header-bot {
    position: relative;
}

.header-lang {
    display: inline-block;
    vertical-align: top;
    width: 150px;
    text-align: right;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 500;
    line-height: 19px;
}

.header-lang a {
    display: inline-block;
    vertical-align: top;
    color: #E6A959;
    padding-bottom: 3px;
    border-bottom: 2px solid transparent;
    opacity: .3;
    margin-left: 21px;
}

.header-lang a:hover {
    opacity: 1;
}

.header-lang a.active {
    opacity: 1;
    border-bottom-color: #E6A959;
}

.header-phone {
    display: inline-block;
    vertical-align: top;
    text-align: right;
    float: right;
    padding-top: 8px;
}

.top-menu {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 150px);
    line-height: 1;
    padding-top: 3px;
    position: relative;
}

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

.top-menu ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 28px;
}

.top-menu ul li a {
    display: inline-block;
    vertical-align: top;
    color: rgba(0, 0, 0, 0.6);
}

.top-menu ul li a:hover {
    color: #D49849;
}

.top-menu .lvl2 {
    display: none;
}

.socials {
    display: inline-block;
    vertical-align: top;
}

.socials a {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: 1px solid #666666;
    background: url("/local/templates/yalvz/images/svg/ico-fb.svg") no-repeat 50% 52%;
    margin-right: 16px;
}

.socials a.vk {
    background-image: url("/local/templates/yalvz/images/svg/ico-vk.svg");
}

.socials a.inst {
    background-image: url("/local/templates/yalvz/images/svg/ico-inst.svg");
}

.socials a:hover {
    border-color: #E6A959;
}

.logo {
    display: inline-block;
    vertical-align: top;
    width: 350px;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 49.3%;
    transform: translate3d(-50%, -58%, 0);
}

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

.main {
    padding-top: 176px;
}

.mail, .phone {
    display: inline-block;
    vertical-align: top;
    color: rgba(0, 0, 0, 0.6);
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0;
}

.main-top {
    margin: 8px 0;
    position: relative;
    height: 500px;
}

.main-top .swiper-slide {
    position: relative;
}

.main-top .swiper-slide img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: 100%;
    top: 50%;
    transform: translate(0, -50%);
}

.main-top .swiper-buttons {
    position: absolute;
    right: 40px;
    bottom: 40px;
    z-index: 1;
}

.main-top .swiper-button {
    border-color: #ffffff;
}

.main-top .swiper-button:hover {
    border-color: #E6A959;
}

.main-prod {
    margin: 12px 0 72px;
}

.main-prod .swiper-slide {
    height: 180px;
    transition: all .3s;
}

.main-prod .swiper-slide img {
    max-height: 100%;
    transition: .2s all;
}

.main-prod .swiper-slide img[data-image-hover] {
    display: none;
}

.main-prod .swiper-slide:hover img[data-image-hover] {
    display: block;
}

.main-prod .swiper-slide:hover img[data-image-default] {
    display: none;
}

.main-prod .swiper-buttons {
    margin-top: 8px;
    text-align: center;
}

.main-about {
    background-color: #FAFAFA;
    padding: 72px 0;
}

.main-about > .wrap {
    display: flex;
    align-items: center;
}

.main-about__info {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-right: 56px;
}

.main-about__img {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-top: 32%;
    position: relative;
    z-index: 1;
}

.main-about__img span {
    position: absolute;
    top: 16px;
    bottom: 0;
    left: 10px;
    right: 4px;
    background: no-repeat center;
    background-size: cover;
    z-index: 1;
}

.main-about__img:before {
    content: "";
    display: block;
    position: absolute;
    top: 44px;
    left: -14px;
    bottom: -29px;
    right: 28px;
    background-color: #E6A959;
    z-index: 0;
}

.main-about__title {
    margin: 0 0 59px;
}

.main-about__text {
    margin-bottom: 40px;
    max-width: 516px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0;
}

.main-about__text p {
    margin: 32px 0;
}

.main-production {
    margin: 72px 0;
}

.main-production__title {
    margin-bottom: 55px;
}

.main-production__items {
    margin: 0 -10px 30px;
    display: flex;
    flex-wrap: wrap;
}

.main-production__item {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: calc(50% - 20px);
    margin: 0 10px 24px;
    padding: 138px 0 0 50px;
    position: relative;
    text-align: right;
}

.main-production__item-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: no-repeat center;
    background-size: cover;
    z-index: 0;
}

.main-production__item-info {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 296px;
    position: relative;
    text-align: left;
    z-index: 2;
}

.main-production__item-info:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #E6A959;
    top: -16px;
    left: -16px;
    z-index: -1;
}

.main-production__item-title {
    font-size: 64px;
    line-height: 100%;
    background: #FAFAFA;
    padding: 24px 32px 18px;
}

.main-production__item-text {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 120%;
    text-transform: lowercase;
    background: #FAFAFA;
    padding: 0 55px 30px 32px;
    min-height: 93px;
}

.main-production__item--wide {
    width: 100%;
    height: 450px;
}

.main-production__item--wide .main-production__item-info {
    max-width: 690px;
    flex-direction: row;
    display: flex;
    justify-content: flex-end;
}

.main-production__item--wide .main-production__item-info:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
}

.main-production__item--wide .main-production__item-text,
.main-production__item--wide .main-production__item-title {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    width: calc(50% - 20px);
}

.main-news {
    background-color: #FAFAFA;
    padding: 72px 0;
}

.main-news__title {
    margin-bottom: 55px;
}

.main-news__items {
    margin: 0 -26px 59px;
}

.main-news__item {
    display: inline-block;
    vertical-align: top;
    width: calc(33.333% - 58px);
    margin: 0 29px;
}

.main-news__item-img {
    display: block;
    background: no-repeat center;
    background-size: cover;
    margin-bottom: 24px;
    padding-top: 76%;
}

.main-news__item-date {
    display: block;
    color: #E6A959;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0;
    margin-bottom: 10px;
}

.main-news__item-title {
    display: block;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 24px;
}

.main-news__item-text {
    display: block;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.6);
}

.main-news__item:hover .main-news__item-title {
    color: #E6A959;
}

.footer {
    position: relative;
}

.footer:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), #e5a959, rgba(255, 255, 255, 0));
}

.footer-top {
    padding: 57px 0 87px 319px;
    position: relative;
}

.footer .logo {
    transform: none;
    left: 4px;
    top: 41px;
    width: 231px;
}

.footer-address {
    display: inline-block;
    vertical-align: top;
    width: 31.7%;
    font-size: 18px;
    line-height: 124%;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.6);
    padding-right: 24px;
}

.footer-address .address {
    max-width: 155px;
}

.footer-menu {
    display: inline-block;
    vertical-align: top;
    width: 48.3%;
    padding-right: 24px;
}

.footer-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    columns: 2;
    column-gap: 114px;
}

.footer-menu ul li {
    margin-bottom: 16px;
    line-height: 21px;
    white-space: nowrap;
}

.footer-menu ul li a {
    display: inline-block;
    vertical-align: top;
}

.footer-contacts {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    text-align: right;
    padding-right: 6px;
}

.footer-contacts .mail, .footer-contacts .phone {
    font-size: 18px;
    margin-bottom: 17px;
}

.footer-bot {
    padding-bottom: 33px;
    position: relative;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0;
    font-family: "Roboto", "Arial", sans-serif;
    color: rgba(0, 0, 0, 0.6);
}

.footer .prominado {
    position: absolute;
    bottom: 33px;
    right: 6px;
}

.footer .prominado a {
    color: rgba(0, 0, 0, 0.6);
}

.footer .prominado a:hover {
    color: #E6A959;
}

.submenu {
    padding: 22px 48px 21px;
    background-color: #E6A959;
    margin-bottom: 16px;
}

.submenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.submenu ul li {
    display: inline-block;
    vertical-align: top;
    margin-bottom: -1px;
}

.submenu ul li a {
    display: inline-block;
    vertical-align: top;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0;
    padding-bottom: 5px;
    border-bottom: 4px solid transparent;
    margin-right: 35px;
}

.submenu ul li a.active {
    border-bottom-color: #ffffff;
}

.submenu ul li a:hover {
    border-bottom-color: #EDC38B;
}

.submenu ul li:last-child a {
    margin-right: 0;
}

.submenu + .page-top__descr {
    margin-top: 48px;
}

.sections-items {
    margin: 0 -10px 44px;
}

.sections-item {
    display: inline-block;
    vertical-align: top;
    width: calc(33.33% - 23px);
    margin: 0 10px 75px;
    padding-top: 58px;
}

.sections-item__img {
    display: block;
    padding-top: 51%;
    margin-bottom: 66px;
    background: no-repeat center;
    background-size: cover;
    filter: grayscale(1);
}

.sections-item__name {
    display: block;
    font-size: 24px;
    line-height: 120%;
    text-align: center;
    color: #333333;
	text-transform: uppercase;
}

.sections-item:hover .sections-item__img {
    filter: none;
}

.sections-item:hover .sections-item__name {
    color: #E6A959;
}

.section-items {
    margin: 0 -14px 90px;
}

.section-item {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 32px);
    margin: 0 14px 40px;
}

.section-item__holder {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    margin-bottom: 24px;
}

.section-item__img {
    display: block;
    padding-top: 100%;
    background: no-repeat center #FAFAFA;
    background-size: cover;
    transition: .2s all;
}

.section-item__name {
    display: block;
    padding-left: 52px;
    margin-bottom: 8px;
    position: relative;
}

.section-item__name:before {
    content: "";
    display: block;
    position: absolute;
    width: 28px;
    height: 4px;
    background-color: #E6A959;
    left: 0;
    top: 18px;
}

.section-item__text {
    display: block;
    padding-left: 52px;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.6);
}

.section-item:hover .section-item__name {
    color: #E6A959;
}

.section-item:hover .section-item__img {
    transform: scale(1.1);
}

.detail-col {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-bottom: 56px;
}

.detail-img {
    background: no-repeat center transparent;
    background-size: contain;
    padding-top: 100%;
    position: relative;
}

.detail-img .label {
    position: absolute;
    width: 96px;
    height: 96px;
    background-size: contain;
    top: 48px;
    left: 53px;
    z-index: 1;
}

.detail-slider .swiper-slide {
    padding-top: calc(100% - 96px);
    background: no-repeat center;
    background-size: cover;
}

.detail-slider .swiper-buttons {
    height: 96px;
    text-align: right;
    padding: 20px 32px;
    background-color: #E6A959;
}

.detail-slider .swiper-button {
    background-color: #E6A959;
    border-color: #ffffff;
    background-size: 0, auto;
    opacity: .6;
}

.detail-slider .swiper-button:hover {
    opacity: 1;
}

.detail-descr__text {
    max-width: 425px;
    #text-align: justify;
}

.detail-descr h2 {
    margin-top: 41px;
}

.detail-char {
    background-color: transparent;
    padding: 41px 59px 56px;
    width: 100%;
}

.detail-char .tr {
    padding-bottom: 14px;
    margin-bottom: 9px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.detail-char .td {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.detail-char .td:last-child {
    text-align: right;
    color: #000;
}

.detail-char__barcode {
    margin-top: 32px;
}

.detail-char__barcode-title {
    margin-bottom: 16px;
}

.detail-char__barcode img {
    display: block;
    width: 100%;
}

.detail-advantage {
    margin-bottom: 32px;
}

.detail-advantage h3 {
    margin: 0 0 16px;
}

.detail-info {
    display: flex;
    flex-direction: row;
}

.detail-info .detail-col {
    display: flex;
}

.body--about h1 {
    margin-bottom: 38px;
}

.body--about .main {
    overflow: hidden;
}

.process {
    margin: 56px 0;
}

.process-title {
    margin: 0 0 10px;
    max-width: 460px;
}

.process-item {
    width: 377px;
}

.process-item__img {
    padding-top: 64%;
    background: no-repeat left bottom;
    margin-bottom: 24px;
}

.process-item__step {
    padding-top: 16px;
    margin-bottom: 10px;
    position: relative;
    font-size: 18px;
    line-height: 120%;
    color: rgba(0, 0, 0, 0.6);
}

.process-item__text {
    margin-top: 0;
    font-weight: 400;
}

.process .swiper-container {
    overflow: visible;
}

.process .swiper-wrapper {
    transition-timing-function: linear;
}

.production-capacity {
    margin: 140px 0 86px;
}

.production-capacity__title {
    margin-bottom: 17px;
    font-weight: 400;
}

.production-capacity__text {
    margin: 0 0 45px;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 400;
}

.production-capacity .wrap {
    padding: 0;
}

.about-gallery {
    margin: 104px 0 123px;
}

.about-gallery__title {
    margin: 0 0 60px;
    font-weight: 400;
}

.about-gallery .gallery-top {
    display: inline-block;
    vertical-align: top;
    width: calc(78% - 21px);
    margin-right: 21px;
}

.about-gallery .gallery-top .swiper-buttons {
    margin-top: 32px;
}

.about-gallery .swiper-slide {
    padding-top: 66%;
    background: no-repeat center;
    background-size: cover;
    height: 0;
}

.about-gallery .gallery-thumbs {
    display: inline-block;
    vertical-align: top;
    width: 22%;
}

.about-gallery .gallery-thumbs .swiper-slide {
    padding-top: 100%;
}

.history-wrapper {
    margin-top: -32px;
}

.history-item {
    margin: 80px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.history-item .col {
    width: calc(51%);
}

.history-item .col:first-child {
    padding-right: 55px;
    width: 49%;
}

.history-item .col img {
    display: block;
    width: 100%;
}

.history-item .col--2 img {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 20px);
}

.history-item .col--2 img:first-child {
    margin-right: 20px;
}

.history-item--revert {
    flex-direction: row-reverse;
}

.history-item--revert .col:first-child {
    padding-right: 0;
}

.history-item--revert .col:last-child {
    padding-right: 80px;
}

.history-item__title {
    margin: 0 0 42px;
    position: relative;
    padding-left: 44px;
}

.history-item__title:before {
    content: "";
    display: block;
    position: absolute;
    width: 28px;
    height: 4px;
    background-color: #E6A959;
    left: 0;
    top: 17px;
}

.history-item__descr {
    font-size: 24px;
    line-height: 32px;
    color: #333333;
    margin-bottom: 24px;
    margin-right: 5px;
}

.history-item:last-child {
    margin-bottom: 120px;
}

.history-item__bot {
    align-items: self-start;
}

.history-item__contacts {
    background: #F7F7F7;
    padding: 27px 27px 26px;
    margin: 80px 0 17px;
}

.history-item__article {
    padding: 24px 50px 32px 85px;
    background: url("/local/templates/yalvz/images/svg/article.svg") no-repeat 34px 24px #FAFAFA;
    margin: 29px 0 0;
}

.history-item--1 .col:last-child {
    padding: 0 0 0 20px;
}

.history-item--2 .col:last-child {
    padding-right: 89px;
}

.history-item--3 {
    align-items: flex-start;
}

.history-item--3 .col:first-child {
    width: 51%;
}

.history-item--3 .col:last-child {
    width: 49%;
}

.history-item--4 .col:first-child {
    width: 51%;
}

.history-item--4 .col:last-child {
    width: 49%;
}

.history-item--4 .history-item__text {
    max-width: 510px;
}

.history-item--5 .col:first-child {
    width: 51%;
}

.history-item--5 .col:last-child {
    width: 49%;
}

.history-item--5 .history-item__text {
    max-width: 550px;
}

.history-item__more {
    display: none;
}

.store-contacts {
    position: relative;
}

.store-contacts__title {
    margin: 0;
}

.store-contacts__phone {
    display: block;
    width: max-content;
    font-size: 20px;
    line-height: 120%;
}

.tour {
    background: #FAFAFA;
    padding: 32px 80px 44px 48px;
    margin: 17px 0 0;
}

.tour h2 {
    margin-bottom: 32px;
}

.tour-info {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    margin-right: 8.5%;
    font-size: 18px;
}

.tour form {
    display: inline-block;
    vertical-align: top;
    width: 57.9%;
}

.body--news .main-news__items {
    margin-bottom: 0;
}

.body--news .main-news__item {
    margin-bottom: 64px;
}

.body--news .footer {
    margin-top: 120px;
}

.body--newsDetail .main > .wrap {
    max-width: 886px;
}

.news-detail {
    font-size: 18px;
}

.news-detail__date {
    font-size: 18px;
    line-height: 120%;
    color: #333333;
    margin: 24px 0 8px;
}

.news-detail img {
    display: block;
    width: 100%;
    margin: 32px 0 40px;
}

.news-detail .btn--up {
    margin-top: 32px;
}

.body--newsDetail .page-top {
    margin-bottom: 38px;
}

.docs-slider {
    margin-bottom: 120px;
}

.docs-slider .swiper-buttons {
    text-align: right;
    margin-top: 24px;
}

.docs-slider .swiper-pagination {
    margin: 47px 0 24px;
}

.docs-slider .docs-slide:hover:before, .docs-slider .docs-slide:hover:after {
    opacity: 1;
}

.docs-slide {
    padding-top: 33%;
    background: no-repeat center;
    background-size: contain;
    position: relative;
    cursor: pointer;
}

.docs-slide:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
    opacity: 0;
    transition: all .3s;
    z-index: 0;
}

.docs-slide:before {
    content: 'Увеличить';
    padding-left: 30px;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    background: url("/local/templates/yalvz/images/svg/zoom.svg") no-repeat 0 50%;
    font-size: 18px;
    line-height: 32px;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .3s;
    z-index: 1;
}

.manufacturing-top {
    margin-bottom: 112px;
}

.manufacturing-top .col {
    display: inline-block;
    vertical-align: top;
    width: 30%;
}

.manufacturing-top .col:last-child {
    width: 70%;
    padding-left: 90px;
}

.manufacturing-top__text {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 48px;
}

.manufacturing-top__address {
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 34px;
    color: rgba(0, 0, 0, 0.9);
}

.manufacturing-top__mail, .manufacturing-top__phone {
    display: block;
    width: max-content;
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 24px;
}

.manufacturing-top form {
    display: block;
    background-color: #f7f7f7;
    padding: 32px 48px;
}

.manufacturing-top form .col {
    width: calc(47% - 20px);
    margin-right: 20px;
}

.manufacturing-top form .col--right {
    width: 53%;
    margin-right: 0;
}

.manufacturing-top form .col--right textarea.input {
    min-height: 128px;
}

.manufacturing-top form h2 {
    margin-bottom: 26px;
}

.manufacturing-top form .check {
    top: 5px;
}

.manufacturing-top form .check + span {
    font-size: 18px;
    line-height: 140%;
    padding-left: 16px;
}

.manufacturing-top form .check-wrap {
    margin: 6px 0 17px;
}

form button.btn {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.05em;
    padding-right: 59px;
}

form button.btn:after {
    transform: rotate(0);
    width: 46px;
    height: 46px;
    background-size: 22px, 0;
    transition: background-color .3s;
}

form button.btn:hover:after {
    background-size: 0, 22px;
}

.contacts {
    margin: 60px 0 120px;
}

.contacts-map {
    display: inline-block;
    vertical-align: top;
    width: 49%;
}

.contacts-info {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-left: 108px;
    max-width: 520px;
}

.contacts-title {
    margin: 0 0 55px;
}

.contacts-address {
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 34px;
    color: rgba(0, 0, 0, 0.9);
}

.contacts-mail, .contacts-phone {
    display: block;
    width: max-content;
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 24px;
}

#map {
    height: 375px;
    background-color: #f7f7f7;
}

.welcome {
    max-width: 594px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.welcome-title {
    font-weight: 500;
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    margin-bottom: 56px;
}

.welcome-box {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 38px 67px 53px;
    max-width: 448px;
    margin: 0 auto;
}

.welcome-box__title {
    font-weight: normal;
    font-size: 32px;
    line-height: 120%;
    margin-bottom: 56px;
}

.welcome-box__text {
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 32px;
}

.welcome-btn {
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 12px 40px;
    width: calc(50% - 14px);
    margin-right: 14px;
    border: 1px solid #E6A959;
    background: #E6A959;
}

.welcome-btn:hover {
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.3);
    color: #000000;
}

.welcome-btn--light {
    margin-right: 0;
    border-color: rgba(0, 0, 0, 0.3);
    color: #000000;
    background-color: transparent;
}

.welcome-btn--light:hover {
    background-color: #E6A959;
    border-color: #E6A959;
    color: #ffffff;
}

.body--welcome .header {
    height: 104px;
    background: #fff;
}

.body--welcome .header .socials, .body--welcome .header-phone, .body--welcome .header-top {
    display: none;
}

.body--welcome .header .logo {
    width: 300px;
    left: 0;
    top: -16px;
    transform: translateX(0);
}

.body--welcome .footer {
    display: none;
}

.body--welcome .main {
    height: 100vh;
    background: url("/local/templates/yalvz/images/welcome-bg.jpg") no-repeat center;
    background-size: cover;
}

.body--welcome .page-top {
    display: none;
}

.top-menu-close,
.footer .header-lang,
.main-production__slider,
.burger {
    display: none;
}

.hide-desktop {
    display: none;
}

.mobile-socials {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.cookie-notificator {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px 40px;
    z-index: 100;
}

.cookie-notificator-close {
    font-size: 20px;
    position: absolute;
    top: 10px;
    right: 20px;
}

.product-line-promo {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
}

.product-line-box {
	display: grid;
	grid-template-columns: 50% 50%;
	column-gap: 0;
	row-gap: 0;
}

.product-line-box.last {
	margin-bottom: 4em;
}

.product-line-box .product-line-box__image .image-container {
	width: 100%;
	padding-top: 100%;
	height: 100%;
	position: relative;
	background-size: cover;
}

.product-line-box .product-line-box__text {
	padding: 4em;
	display: flex;
	align-items: center;
}

.coctails.beringoff {
    background: #0b0708 url('/local/templates/yalvz/images/beringoff/coctails-bg.jpg') top center no-repeat;
    background-size: cover;
    color: #fff;
    margin-top: 4em;
    padding: 7em 0;
}

.coctails.beringoff h2 {
    color: #e6a959;
    text-transform: uppercase;
    text-align: center;
    font-size: 90px;
}

.coctails.beringoff p.subheader {
    text-align: center;
    font-size: 20px;
    padding: 0 14em;
    margin-bottom: 6em;
}

.coctails.beringoff p.subheader span {
    color: #e6a959;
    font-style: italic;
}

.coctails.beringoff .section-item__img {
    background-color: #000;
}
.coctails.beringoff .section-item__name.h2 {
    color: #fff;
}

.coctails.beringoff .section-item__descr {
    margin-left: 52px;
    display: block;
}


.body--newsDetail .news-detail a {
    color: #E6A959;
    text-decoration: none;
}


@media (max-width: 1024px) {
    .burger {
        display: block;
        width: 40px;
        height: 40px;
        position: absolute;
        left: 10px;
        top: 17px;
        padding: 19px 10px;
        overflow: hidden;
    }

    .burger:before, .burger:after {
        content: "";
        display: block;
        position: absolute;
        top: 14px;
        left: 10px;
    }

    .burger:after {
        top: auto;
        bottom: 14px;
    }

    .burger:before, .burger:after,
    .burger span {
        display: block;
        width: 20px;
        height: 2px;
        background-color: #E6A959;
        opacity: 1;
    }

    .burger.opened span {
        opacity: 0;
    }

    .burger.opened:before {
        transform: rotate(45deg);
        top: 19px;
    }

    .burger.opened:after {
        transform: rotate(-45deg);
        bottom: 19px;
    }

    .top-menu {
        display: none;
        position: absolute;
        top: 65px;
        width: 100%;
        right: 0;
        left: 0;
        height: 100vh;
        padding: 0px 20px 0;
        overflow: auto;
        background-color: #ffffff;
        z-index: 1;
    }

    .top-menu ul li {
        display: block;
        padding: 0;
        margin: 20px 0 25px;
    }

    .top-menu ul li a {
        display: block;
        font-weight: normal;
        font-size: 18px;
        line-height: 24px;
        color: #3D3D3D;
        position: relative;
    }

    .top-menu ul li.parent .a {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        height: 40px;
        background: url("/local/templates/yalvz/images/svg/arr-choose-gold.svg");
        transform: rotate(-90deg);
    }

    .top-menu.opened {
        display: block;
    }

    .top-menu li.parent {
        position: relative;
    }

    .top-menu li.parent > a.open-sub {
        display: block;
        width: 40px;
        height: 40px;
        background: url("/local/templates/yalvz/images/svg/arr-choose-gold.svg") no-repeat center;
        transform: rotate(-90deg);
        position: absolute;
        top: -8px;
        right: -15px;
        z-index: 2;
    }

    .top-menu li.parent a {
        position: relative;
        z-index: 0;
    }

    .top-menu .lvl2.show {
        display: block;
        position: fixed;
        padding: 105px 20px;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 5;
        background-color: #ffffff;
    }

    .top-menu .lvl2 > li > a {
        font-size: 16px;
        line-height: 21px;
    }

    .top-menu .lvl2 > li > a.lvl2-back {
        font-size: 18px;
        line-height: 24px;
    }

    .top-menu .lvl2-back {
        padding-bottom: 20px;
        position: relative;
        padding-left: 40px;
        color: #717171;
    }

    .top-menu .lvl2-back:after {
        content: "";
        display: block;
        position: absolute;
        width: 40px;
        height: 40px;
        background: url("/local/templates/yalvz/images/svg/arr-choose-gold.svg") no-repeat center;
        transform: rotate(90deg);
        left: -13px;
        top: -6px;
    }

    .top-menu .lvl2-back:before {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 1px;
        background: linear-gradient(to left, rgba(255, 255, 255, 0), #e5a959, rgba(255, 255, 255, 0));
    }

    .hide .main,
    .hide .footer {
        display: none;
    }

    .header {
        position: absolute;
        background-color: #ffffff;
        height: 65px;
        padding: 0;
        z-index: 10;
    }

    .header-phone,
    .header .socials {
        display: none;
    }

    .header .logo {
        width: 148px;
        position: absolute;
        top: 9px;
        left: 50%;
        transform: translate3d(-55%, 0, 0);
    }

    .header-top {
        margin: 0;
    }

    .header-bot {
        position: static;
    }

    .header-lang {
        position: absolute;
        right: 20px;
        top: 25px;
    }

    .header-lang a {
        margin-left: 17px;
    }

    .main {
        padding-top: 77px;
    }

    .footer-top {
        padding: 31px 0 0;
    }

    .footer .logo {
        position: static;
        width: 176px;
        margin-bottom: 30px;
    }

    .footer-address {
        display: block;
        width: 100%;
        padding-right: 0;
        max-width: 284px;
        margin-bottom: 40px;
    }

    .footer-address .address {
        max-width: 100%;
        font-weight: normal;
        font-size: 16px;
        line-height: 25px;
    }

    .footer-menu {
        display: block;
        width: 100%;
        padding-right: 0;
        margin-bottom: 15px;
    }

    .footer-menu ul li {
        display: block;
        width: 100%;
        margin: 0 0 19px;
    }

    .footer-menu ul li a {
        display: block;
        color: #000000;
    }

    .footer-contacts {
        display: block;
        width: 100%;
        padding-right: 0;
        text-align: left;
        margin-bottom: 15px;
    }

    .footer-contacts .mail,
    .footer-contacts .phone {
        margin: 0;
        font-weight: normal;
        font-size: 16px;
        line-height: 120%;
    }

    .footer-bot span {
        display: block;
        line-height: 20px;
    }

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

    .footer .prominado {
        position: static;
        float: right;
        text-align: right;
        margin-top: 30px;
        font-size: 14px;
        line-height: 16px;
        letter-spacing: .022em;
    }

    .footer .header-lang {
        display: inline-block;
        vertical-align: top;
        position: absolute;
        top: 46px;
        right: 4px;
        width: auto;
    }

    .footer .header-lang a {
        margin-left: 21px;
    }

    .tour {
        padding: 40px 30px;
        margin-bottom: 80px;
    }

    .submenu ul li a {
        margin-right: 20px;
        font-size: 20px;
    }

    .manufacturing-top .col {
        display: block;
        width: 100%;
    }

    .manufacturing-top .col:last-child {
        width: 100%;
        padding: 0;
    }

    .manufacturing-top form {
        margin-top: 60px;
    }

    .manufacturing-top form .col {
        display: inline-block;
        vertical-align: top;
        width: calc(47% - 20px);
    }

    .main-news__item {
        width: calc(50% - 58px);
    }

    .contacts {
        display: flex;
        flex-direction: column-reverse;
    }

    .contacts-info, .contacts-map {
        display: block;
        width: 100%;
        padding: 0;
    }

    .history-item {
        margin: 29px 0 60px;
    }

    .history-item .col:first-child,
    .history-item .col:last-child {
        display: block;
        width: 100%;
        padding: 0;
    }

    .history-item__title {
        margin-bottom: 16px;
        padding-left: 53px;
    }

    .history-item__descr {
        font-weight: normal;
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 20px;
        color: #3D3D3D;
    }

    .history-item__article, .history-item__text {
        display: none;
    }

    .history-item__article.visible, .history-item__text.visible {
        display: block;
    }

    .history-item__more {
        display: block;
        width: max-content;
        padding-right: 28px;
        font-size: 14px;
        line-height: 25px;
        text-transform: uppercase;
        color: #E6A959;
        position: relative;
    }

    .history-item__more:after {
        content: "";
        display: block;
        position: absolute;
        right: 0;
        top: 9px;
        width: 15px;
        height: 8px;
        background: url("/local/templates/yalvz/images/svg/arr-choose-gold.svg") no-repeat center;
    }

    .history-item--revert {
        display: flex;
        flex-direction: column-reverse;
    }

    .history-item--1 {
        margin-bottom: 30px;
    }

    .history-item--1 .col:first-child {
        margin-bottom: 30px;
    }

    .history-item--2 {
        margin: 0 0 30px;
    }

    .history-item--2 .col:first-child,
    .history-item--2 .col:last-child {
        display: none;
        margin-bottom: 30px;
    }

    .history-item--3 {
        margin-bottom: 60px;
    }

    .history-item--3 .col:first-child {
        margin-bottom: 60px;
    }

    .history-item--4 {
        margin-bottom: 61px;
    }

    .history-item--4 img {
        margin-bottom: 0;
    }

    .history-item--4 .col:first-child {
        margin-bottom: 30px;
    }

    .history-item--5 .col:first-child {
        margin-bottom: 30px;
    }

    .history-item:last-child {
        margin-bottom: 80px;
    }

    .store .history-item {
        margin: 0;
    }

    .store .history-item .col:first-child,
    .store .history-item .col:last-child {
        margin: 0 0 30px;
        display: block;
    }

    .store .history-item__text {
        display: block;
    }

    .store .history-item__bot .col--2:last-child {
        display: none;
    }

    .store .history-item__contacts {
        padding: 30px 20px;
    }

    .store .history-item__contacts__title {
        font-weight: normal;
        font-size: 18px;
        line-height: 120%;
        margin: 0 0 10px;
    }

    .store .history-item__contacts .address {
        margin-bottom: 60px;
    }

    .store .history-item__contacts .store-contacts__phone {
        margin-bottom: 20px;
    }

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

    .tour-info,
    .tour form {
        display: block;
        width: 100%;
        padding: 0;
    }

    .tour-info {
        margin-bottom: 20px;
    }

    .tour .input-wrap {
        margin-bottom: 10px;
    }

    .product-line-box .product-line-box__text {
        padding: 2em;
        display: flex;
        align-items: center;
    }

    .coctails.beringoff h2 {
        font-size: 70px;
    }

    .coctails.beringoff p.subheader {
        padding: 0 7em;
        margin-bottom: 3em;
    }    
}

@media (max-width: 767px) {
    body, html {
        font-size: 16px;
        line-height: 25px;
    }

    h1, .h1 {
        font-weight: normal;
        font-size: 32px;
        line-height: 40px;
        letter-spacing: -0.01em;
        margin-bottom: 20px;
    }

    .body--main .h2,
    .body--main h2 {
        font-weight: normal;
        font-size: 32px;
        line-height: 40px;
        letter-spacing: -0.01em;
        margin-bottom: 20px;
    }

    h2, .h2 {
        font-weight: normal;
        font-size: 25px;
        line-height: 30px;
        letter-spacing: 0;
        margin-bottom: 15px;
    }

    h3, .h3 {
        font-size: 25px;
        line-height: 30px;
        font-weight: normal;
        margin-bottom: 18px;
    }

    .breadcrumbs {
        margin: 8px 0 10px;
    }

    .breadcrumbs span, .breadcrumbs a {
        display: inline;
        font-size: 12px;
        line-height: 16px;
    }

    .btn {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        padding-right: 63px;
    }

    .btn:after {
        width: 50px;
        height: 50px;
        top: -2px;
    }

    .wrap {
        padding: 0 20px;
    }

    .swiper-button {
        width: 50px;
        height: 50px;
    }

    .main-top .swiper-button {
        border: 1px solid #000000;
    }

    .main-top .swiper-buttons {
        position: static;
        margin: 20px 0 0;
        text-align: center;
    }

    .main-prod {
        margin: 10px 0 30px;
    }

    .main-prod .swiper-buttons {
        display: none;
    }

    .main-prod .swiper-slide {
        height: 115px;
    }

    .main-about {
        padding: 40px 0 145px;
        position: relative;
    }

    .main-about__info {
        display: block;
        width: 100%;
        margin-bottom: 40px;
        padding: 0;
    }

    .main-about__img {
        display: block;
        width: 100%;
        padding-top: 73.3%;
    }

    .main-about__img span {
        top: 0;
        right: 0;
        left: 15px;
    }

    .main-about__img:before {
        left: 0;
        bottom: -15px;
        top: 15px;
        right: 20px;
    }

    .main-about > .wrap {
        display: block;
    }

    .main-about__btn {
        position: absolute;
        bottom: 40px;
        left: 20px;
    }

    .main-about__text {
        font-size: 18px;
        line-height: 30px;
    }

    .main-about__text p {
        margin: 25px 0;
    }

    .main-about__text p:first-child {
        margin-top: 0;
    }

    .main-production {
        margin: 60px 0 75px;
    }

    .main-production__items {
        display: block;
        margin: 0 0 35px 15px;
        position: relative;
        padding: 0;
        z-index: 1;
    }

    .main-production__items:after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #E6A959;
        bottom: -15px;
        left: -15px;
        z-index: -1;
    }

    .main-production__item {
        display: block;
        width: 100%;
        padding: 0 0 40px 30px;
        background: #FAFAFA;
        margin: 0;
        text-align: left;
    }

    .main-production__item--wide {
        height: auto;
    }

    .main-production__item--wide .main-production__item-text,
    .main-production__item--wide .main-production__item-title {
        display: block;
        width: 100%;
    }

    .main-production__item-img {
        display: none;
    }

    .main-production__item-info,
    .main-production__item--wide .main-production__item-info {
        max-width: 100%;
        display: block;
    }

    .main-production__item-info:after,
    .main-production__item--wide .main-production__item-info:after {
        display: none;
    }

    .main-production__item-title {
        font-size: 36px;
        line-height: 100%;
        padding: 0 0 9px;
    }

    .main-production__item-text {
        font-size: 14px;
        line-height: 22px;
        padding: 0;
        min-height: auto;
        max-width: 250px;
    }

    .main-production__item:first-child {
        padding-top: 30px;
    }

    .main-production__item:last-child {
        padding-bottom: 30px;
    }

    .main-production__slider {
        display: block;
        margin: 30px -20px 40px;
        overflow: hidden;
    }

    .main-production__slider .swiper-container {
        max-width: 290px;
        margin: 0 auto;
        overflow: visible;
    }

    .main-production__slider .swiper-slide {
        padding-top: 81%;
        background: no-repeat center;
        background-size: cover;
    }

    .main-production__slider .swiper-wrapper {
        margin-bottom: 20px;
    }

    .main-production__slider .swiper-buttons {
        text-align: center;
    }

    .main-production .btn {
        display: none;
    }

    .main-news {
        padding: 40px 0 60px;
    }

    .main-news__items {
        margin: 30px 0 20px;
    }

    .main-news__item {
        width: 100%;
        margin: 0 0 65px;
    }

    .main-news__item-img {
        margin-bottom: 21px;
        padding-top: 78.2%;
    }

    .main-news__item-title {
        margin-bottom: 18px;
        font-size: 16px;
        line-height: 24px;
    }

    .body--main .main-news__item {
        display: none;
    }

    .body--main .main-news__item:nth-child(1), .body--main .main-news__item:nth-child(2) {
        display: block;
    }

    .body--main .main-news__item:nth-child(2) {
        margin-bottom: 46px;
    }

    .footer-menu ul {
        columns: 1;
        column-gap: 0;
    }

    .body--welcome .main {
        padding-top: 110px;
    }

    .body--welcome .header {
        height: 65px;
    }

    .body--welcome .header .logo {
        left: 15px;
    }

    .welcome {
        position: static;
        transform: none;
    }

    .welcome-box {
        padding: 30px 30px 40px;
    }

    .welcome-box__title {
        font-size: 25px;
        margin-bottom: 40px;
    }

    .welcome-box__text {
        font-size: 20px;
    }

    .welcome-title {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 40px;
    }

    .welcome-btn {
        padding: 12px 20px;
    }

    .body--about h1 {
        margin-bottom: 20px;
    }

    .submenu {
        padding: 0 0 0 20px;
        background: none;
        width: calc(100% + 40px);
        margin: 0 -20px;
        overflow-y: hidden;
        overflow-x: auto;
    }

    .submenu::-webkit-scrollbar {
        display: none;
    }

    .submenu ul {
        border-bottom: 1px solid rgba(229, 169, 89, 0.3);
        width: max-content;
        display: flex;
    }

    .submenu ul li {
        display: inline-block;
        vertical-align: top;
        margin-right: 25px;
    }

    .submenu ul li a {
        display: inline-block;
        vertical-align: top;
        font-weight: normal;
        font-size: 18px;
        line-height: 30px;
        color: #3D3D3D;
        padding-bottom: 8px;
        border-bottom: 4px solid transparent;
        margin: 0 0 0 0;
    }

    .submenu ul li a.active {
        border-bottom-color: #E6A959;
    }

    .submenu + .page-top__descr {
        margin-top: 30px;
    }

    .page-top__descr {
        font-size: 16px;
        line-height: 25px;
    }

    .process {
        margin: 32px 0;
    }

    .process-title {
        margin-bottom: 80px;
    }

    .process-item {
        width: 240px;
    }

    .process-item__img {
        padding-top: 63.8%;
        margin-bottom: 1px;
        background-size: contain;
    }

    .process-item__step {
        margin-bottom: 9px;
    }

    .process-item__text {
        font-weight: normal;
        font-size: 16px;
        line-height: 25px;
    }

    .swiper-pagination {
        margin: 31px 0;
    }

    .production-capacity {
        margin: 60px 0;
    }

    .production-capacity__title {
        font-size: 32px;
        line-height: 120%;
        margin-bottom: 20px;
    }

    .production-capacity__text {
        font-weight: normal;
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 30px;
    }

    .about-gallery {
        margin: 75px -20px 79px;
        overflow: hidden;
    }

    .about-gallery__title {
        font-size: 32px;
        line-height: 120%;
        margin-bottom: 29px;
        margin-left: 20px;
    }

    .about-gallery .gallery-thumbs {
        display: none;
    }

    .about-gallery .gallery-top {
        display: block;
        width: 100%;
        margin: 0 auto;
        max-width: 290px;
        overflow: visible;
    }

    .about-gallery .gallery-top .swiper-buttons {
        text-align: center;
        margin-top: 20px;
    }

    .about-gallery .gallery-top .swiper-slide {
        padding-top: 81%;
    }

    .body--about .page-top {
        margin-bottom: 31px;
    }

    .input-wrap--2 {
        width: 100%;
        margin-right: 0;
    }

    .body--news .main-news__item {
        margin-bottom: 60px;
    }

    .body--news .footer {
        margin-top: 80px;
    }

    .nav a {
        min-width: 45px;
        height: 45px;
        line-height: 43px;
        color: #000000;
    }

    .back-btn {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 30px;
    }

    .back-btn:before {
        background-size: contain;
        top: 4px;
        width: 17px;
        height: 16px;
    }

    .news-detail {
        font-size: 16px;
    }

    .news-detail img {
        margin: 30px 0;
    }

    .news-detail .btn--up {
        margin-top: 40px;
        font-size: 16px;
        line-height: 25px;
        padding: 0 0 0 32px;
    }

    .news-detail .btn--up:after {
        width: 20px;
        height: 20px;
        background-size: 18px;
        top: 2px;
    }

    .contacts {
        margin: 30px 0 80px;
    }

    .contacts-info {
        margin-bottom: 30px;
        position: relative;
    }

    .contacts-title {
        margin-bottom: 30px;
    }

    .contacts-address {
        font-weight: normal;
        font-size: 16px;
        line-height: 25px;
        margin: 0 50% 0 0;
    }

    .contacts-mail, .contacts-phone {
        display: inline-block;
        vertical-align: top;
        font-weight: normal;
        font-size: 16px;
        line-height: 25px;
        color: #3D3D3D;
        position: absolute;
        bottom: 20px;
        right: 0;
        margin: 0;
    }

    .contacts-phone {
        bottom: 50px;
    }

    #map {
        height: 250px;
    }

    .manufacturing-top {
        margin-bottom: 80px;
    }

    .manufacturing-top .col:last-child,
    .manufacturing-top .col {
        display: block;
        width: 100%;
        padding: 0;
        position: relative;
    }

    .manufacturing-top__address {
        font-weight: normal;
        font-size: 16px;
        line-height: 25px;
        margin: 0 50% 60px 0;
    }

    .manufacturing-top__mail, .manufacturing-top__phone {
        display: inline-block;
        vertical-align: top;
        font-weight: normal;
        font-size: 16px;
        line-height: 25px;
        color: #3D3D3D;
        position: absolute;
        bottom: 20px;
        right: 0;
        margin: 0;
    }

    .manufacturing-top__phone {
        bottom: 50px;
    }

    .manufacturing-top__text {
        margin-bottom: 30px;
    }

    .manufacturing-top form {
        margin-top: 0;
        padding: 30px 20px;
    }

    .manufacturing-top form .col {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .tab-links {
        display: flex;
        margin: 0 -20px 40px;
        overflow-y: hidden;
        overflow-x: auto;
        width: calc(100% + 40px);
        padding-left: 20px;
    }

    .tab-links::-webkit-scrollbar {
        display: none;
    }

    .tab-links a {
        white-space: nowrap;
    }

    .tab-links a:last-child {
        padding-right: 20px;
    }

    .sections-item {
        width: calc(50% - 23px);
        margin-bottom: 60px;
        padding-top: 0;
    }

    .sections-item__img {
        margin-bottom: 10px;
        padding-top: 77%;
    }

    .sections-item__name {
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        color: #717171;
    }

    .page-top + .tabs {
        margin-top: -8px;
    }

    .section-item {
        width: calc(100% - 32px);
    }

    .section-item__name {
        font-size: 18px;
        line-height: 32px;
        margin: 0;
    }

    .section-item__text {
        font-weight: normal;
        font-size: 16px;
        line-height: 25px;
    }

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

    .detail-col {
        display: block;
        width: 100%;
        margin: 0;
        margin-bottom: 60px;
    }

    .detail-col--img .label:before {
        width: 50px;
        height: 50px;
        top: 25px;
        left: 25px;
    }

    .detail-char {
        padding: 0;
        background-color: transparent;
    }

    .detail-char .table {
        margin-top: 35px;
    }

    .detail-info {
        display: block;
    }

    .detail-info .detail-col {
        display: block;
    }

    .history-wrapper {
        margin-top: 0;
    }

    .tabs {
        margin-top: 16px;
    }

    .hide-desktop {
        display: block !important;
    }

    .hide-mobile {
        display: none !important;
    }

    .detail-slider .swiper-buttons {
        height: 75px;
        padding: 13px 32px;
    }

    .detail-slider .swiper-slide {
        padding-top: 100%;
    }

    .main-top .swiper-slide img {
        width: 100%;
        height: auto;
    }

    .product-line-box {
        display: grid;
        grid-template-columns: 100%;
        column-gap: 0;
        row-gap: 0;
    }

    .product-line-box.last {
        margin-bottom: 20px;
    }

    .product-line-box .product-line-box__image .image-container {
        width: 100%;
        padding-top: 100%;
        height: 100%;
        position: relative;
        background-size: cover;
    }

    .product-line-box .product-line-box__text {
        padding: 20px;
        display: flex;
        align-items: center;
    }

    .coctails.beringoff h2 {
        font-size: 50px;
        line-height: 120%;
    }

    .coctails.beringoff p.subheader {
        padding: 0 40px;
        margin-bottom: 2em;        
    }        
}

@media (max-height: 700px) and (min-width: 768px) {
    .welcome {
        transform: translate(-50%, -40%);
    }
}
/* End */
/* /local/templates/yalvz/template_styles.css?177971054759036 */
