@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Regular/Montserrat-Regular.otf') format('opentype'),
        url('../fonts/Montserrat-Regular/Montserrat-Regular.woff') format('woff'),
        url('../fonts/Montserrat-Regular/Montserrat-Regular.ttf') format('truetype'),
        url('../fonts/Montserrat-Regular/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Bold/Montserrat-Bold.otf') format('opentype'),
        url('../fonts/Montserrat-Bold/Montserrat-Bold.woff') format('woff'),
        url('../fonts/Montserrat-Bold/Montserrat-Bold.ttf') format('truetype'),
        url('../fonts/Montserrat-Bold/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Introheadb-base';
    src: url('../fonts/Introheadb-base/Introheadb-base.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Introheadb-base/Introheadb-base.otf') format('opentype'),
        url('../fonts/Introheadb-base/Introheadb-base.woff') format('woff'),
        url('../fonts/Introheadb-base/Introheadb-base.ttf') format('truetype'),
        url('../fonts/Introheadb-base/Introheadb-base.svg#Introheadb-base') format('svg');
    font-weight: 700;
    font-style: normal;
}

:root {
    --bg-cover: rgba(3, 13, 28, 0.60);
    --text-color: #58585A;
    --blue: #2D9CDB;
    --gray: #BDBDBD;
}

* {
    outline: 0 !important;
    box-sizing: border-box;
}

ul,
li,
ol,
p,
label,
h1,
h2,
h3,h4 {
    list-style: none;
    padding: 0;
    margin: 0;
}

a,
a:hover {
    text-decoration: none;
}

body,
html {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 1270px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.body-ofh {
    overflow: hidden;
}

.text {
    font-weight: 400;
    color: var(--text-color);
}

.text_size_1 {
    font-size: 18px;
    line-height: 150%;
}

.text_size_2 {
    font-size: 24px;
    line-height: 150%;
}

.text_size_subline {
    font-size: 30px;
    line-height: 150%;
}

.text_color_white {
    color: #FFFFFF;
}

.text_color_black {
    color: #000000;
}

.caption {
    /* font-weight: 700; */
    color: var(--text-color);
    font-family: 'Introheadb-base';
}

#wrapper {
    background-color: #000000;
}

.caption_size_h1 {
    font-size: 58px;
    line-height: 120%;
}

.caption_size_h2 {
    font-size: 50px;
    line-height: 120%;
}

.caption_size_h3 {
    font-size: 40px;
    line-height: 1;
}

.caption_color_white {
    color: #ffffff;
}

.caption_color_black {
    color: #000000;
}

.main-button {
    height: 80px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Introheadb-base';
    font-weight: 400;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    width: max-content;
    padding: 0 52px;
    border: 1px solid #FFFFFF;
    color: #fff;
    background-color: transparent;
}

.main-button:hover {
    color: #000;
    background-color: #fff;
    text-decoration: none;
}

.hamburger {
    display: none;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before,
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
    background-color: #fff;
}


.hamburger:hover .hamburger-inner,
.hamburger:hover .hamburger-inner:after,
.hamburger:hover .hamburger-inner:before,
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before{
    background-color: #F5A818;
}

.header {
    box-sizing: border-box;
    background-color: #3C3A3A;
    height: 95px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
}

.header__nav {
    width: 100%;
    display: flex;
    align-items: center;
}

.header__menu-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__menu {
    display: flex;
    align-items: center;
    /* grid-gap: 30px; */
    margin-right: auto;
    margin-left: 7%;
}

.header__menu a {
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
    display: flex;
    height: 95px;
    align-items: center;
    padding: 0 15px;
}

.header__menu a.active{
    background-color: #1C1C1C;
}

.header__menu a:hover{
    color: #F5A818;
}

.social-links {
    display: flex;
    align-items: center;
    grid-gap: 12px;
}

.social-links__link{
    display: flex;
}

.header__social-links .social-links__link svg {
    /* filter: invert(1); */
    fill: #fff;
}

.header__social-links .social-links__link:hover svg{
    fill: #F5A818;
}

.main-slider-section {
    position: relative;
    padding-bottom: 30px;
}

.main-banner-swiper__prev,
.main-banner-swiper__next {
    position: absolute;
    display: flex;
    width: 75px;
    height: 75px;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 37px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    cursor: pointer;
}

.main-banner-swiper__prev {
    left: 30px;
    transform: rotate(180deg);
}

.main-banner-swiper__next {
    right: 30px;
}

.main-banner-swiper__slide {
    display: flex;
}

.main-banner-swiper__slide img {
    width: 100%;
}

.main-banner-swiper__dots {
    display: flex;
    align-items: center;
    grid-gap: 14px;
    justify-content: center;
}

.main-banner-swiper__dots .swiper-pagination-bullet {
    display: flex;
    width: 22px;
    height: 22px;
    border-radius: 11px;
    background-color: #3D3D3D;
    transition: background-color .3s;
}

.main-banner-swiper__dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
}

.catalog-buttons__banner {
    display: flex;
    max-width: 100%;
    margin-bottom: 25px;
}

.catalog-buttons__buttons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.catalog-button {
    height: 540px;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.catalog-button__pic {
    margin-top: auto;
    margin-bottom: auto;
}

.catalog-button_type_main {
    background-color: #9E2014;
}

.catalog-button_type_limit {
    background-color: #7031D9;
}

.catalog-button_type_big {
    background-color: #452CCF;
}

.catalog-button__caption {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px;
}

.partners-block {
    background-color: #442CCF;
    padding: 65px 35px;
    border-radius: 30px;
    margin-bottom: 30px;
}

.partners-block__caption {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.partners-block__subcaption {
    margin-bottom: 40px;
}

.partners-block__infos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: flex-end;
}

.partners-block__info a {
    color: #ffffff;
    text-decoration: underline;
}

.partners-block__info span {
    display: block;
    font-size: 14px;
    font-weight: 500;
}

.partners-block__info {
    display: flex;
    align-items: center;
    grid-gap: 15px;
}

.main-page__catalog-buttons {
    margin-bottom: 40px;
}

.main-page__main-button{
    margin-bottom: 70px;
    margin-left: auto;
    margin-right: auto;
}

.footer-contacts {
    background-color: #F5A818;
    padding: 65px 35px;
    border-radius: 30px;
    margin-bottom: 60px;
}

.footer-contacts__caption {
    text-transform: uppercase;
    margin-bottom: 35px;
}

.footer-contacts__rows {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: flex-start;
}

.footer-contacts__row a {
    color: #000000;
    text-decoration: underline;
}

.footer-contacts__row .text {
    font-weight: 500;
}

.footer-contacts__social-links .social-links__link svg{
    fill: #000000;
}

.footer-contacts__social-links .social-links__link:hover svg{
    fill: #fff;
}

.breadcrumbs .kama_breadcrumbs {
    display: flex;
    color: #3C3C3C;
    font-size: 12px;
    grid-gap: 10px;
}

.breadcrumbs {
    padding-top: 50px;
    margin-bottom: 30px;
}

.breadcrumbs .kama_breadcrumbs a,
.breadcrumbs .kama_breadcrumbs .kb_sep {
    color: #ffffff;
}

.assortment-filters {
    margin-bottom: 60px;
}

.assortment-filters__caption {
    text-transform: uppercase;
    margin-bottom: 50px;
}

.assortment-categories {
    display: flex;
    justify-content: space-between;
    grid-gap: 20px;
}

.assortment-categories__beers {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    width: 100%;
}

.assortment-categories__beer {
    height: 145px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    background-color: #161515;
    border-radius: 30px;
    border: none;
    grid-gap: 20px;
}

.assortment-categories__beer_active {
    background-color: #9E2014;
}

.assortment-categories__beer span {
    font-size: 25px;
    font-family: 'Introheadb-base';
    text-align: left;
    text-transform: uppercase;
    color: #fff;
}

.assortment-categories__packages {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-shrink: 0;
    width: 290px;
}

.assortment-categories__package {
    height: 70px;
    display: flex;
    align-items: center;
    background-color: #161515;
    border-radius: 30px;
    border: none;
    justify-content: space-between;
    padding: 0 30px;
}

.assortment-categories__package span {
    font-size: 25px;
    font-family: 'Introheadb-base';
    text-align: left;
    text-transform: uppercase;
    color: #fff;
}

.assortment-categories__package.active{
    background-color: #9E2014;
}

.assortment-tags {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 10px;
    margin-top: 20px;
}

.assortment-tags__tag {
    height: 50px;
    padding: 0 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    background-color: transparent;
    border: 1px solid #464646;
    font-family: Intro Head B;
    font-weight: 400;
    font-family: 'Introheadb-base';
    font-size: 25px;
    text-transform: uppercase;
    color: #ffffff;
}

.assortment-tags__tag:hover{
    border-color: #F5A818;
    color: #F5A818;
}

.beer-catalog {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 25px;
    margin-bottom: 50px;
}

.beer-catalog-item {
    border-radius: 30px;
    padding: 30px 40px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.beer-catalog-item__image {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}

.beer-catalog-item__image img{
    max-height: 380px;
}

.beer-catalog-item__type {
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.beer-catalog-item__title {
    font-weight: 400;
    font-family: 'Introheadb-base';
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 15px;
    color: #ffffff;
    border-bottom: 2px solid #FFFFFF33;
    margin-bottom: 20px;
}

.beer-catalog-item__options {
    /* display: flex;
    justify-content: space-between; */
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.beer-catalog-item__option {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.beer-catalog-item__option span {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}

.beer-catalog-item__option b {
    font-size: 40px;
    font-weight: 400;
    font-family: 'Introheadb-base';
    color: #fff;
}

.beer-catalog-item__hovered {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    opacity: 0;
    transition: .3s;
    border-radius: 30px;
}

.beer-catalog-item:hover .beer-catalog-item__hovered {
    opacity: 1;
}

.beer-catalog-item__button {
    padding: 0 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    height: 80px;
    border: 1px solid #fff;
    border-radius: 40px;
    font-size: 30px;
    font-weight: 400;
    font-family: 'Introheadb-base';
    color: #fff;
    transition: .3s;
}

.beer-catalog-item__button:hover {
    background-color: #fff;
    color: #000000
}

.pagination .nav-links{
    display: flex;
    justify-content: center;
    grid-gap: 10px;
}

.pagination .page-numbers{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-family: 'Introheadb-base';
    font-size: 25px;
    border-radius: 25px;
    border: 1px solid #464646;
    color: #fff;
}

.pagination .page-numbers:hover{
    border-color: #F5A818;
    color: #F5A818;
}

.pagination .page-numbers.current{
    background-color: #F5A818;
    color: #000;
    border: none;
}

.assortment-page__pagination{
    margin-bottom: 50px;
}

.beer-page {
    padding-bottom: 75px;
}

.beer-page__caption {
    margin-bottom: 150px;
}

.beer-block {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    border-radius: 30px;
    margin-bottom: 160px;
}

.beer-block__info {
    padding: 75px 0 60px 100px;
}

.beer-block__options {
    display: flex;
    flex-direction: column;
    grid-gap: 25px;
    margin-bottom: 25px;
}

.beer-block__option {
    display: flex;
    flex-direction: column;
}

.beer-block__option span {
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    color: #ffffff;
}

.beer-block__option b {
    font-family: 'Introheadb-base';
    font-weight: 400;
    font-size: 80px;
    line-height: 1;
    color: #ffffff;
}

.beer-block__info-sub {
    display: flex;
    flex-direction: column;
}

.beer-block__info-sub b {
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    color: #ffffff;
}

.beer-block__text {
    display: flex;
    flex-direction: column;
    grid-gap: 40px;
    padding-right: 35px;
    justify-content: center;
}

.beer-block__pic {
    position: relative;
}

.beer-block__pic img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -100px;
    max-width: 265px;
    max-height: 895px;
    width: 100%;
    height: auto;
}

.about-page__tesis span {
    font-weight: 900;
    font-size: 40px;
    line-height: 43px;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px;
    display: block;
}

.about-page__tesis {
    position: relative;
}

.about-page__top {
    background-image: url(../images/about-lines.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    position: relative;
    margin-bottom: 90px;
}

.about-page__top .container {
    position: relative;
}

.about-page__top .container::before {
    content: '';
    position: absolute;
    right: 380px;
    bottom: -20px;
    width: 365px;
    height: 830px;
    background-image: url(../images/about-beer2.png);
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(-15deg);
}

.about-page__top .container::after {
    content: '';
    position: absolute;
    right: 95px;
    top: 0;
    width: 384px;
    height: 840px;
    background-image: url(../images/about-beer1.png);
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(18deg);
}


.about-page__tesis b {
    font-weight: 900;
    font-size: 410.16px;
    line-height: 300px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: #BF99D0;
    margin-left: -30px;
}

.about-page__caption {
    margin-bottom: 90px;
}

.about-page {
    overflow: hidden;
}

.about-pole {
    display: grid;
    grid-template-columns: 300px 920px;
    /* grid-gap: 10px; */
    justify-content: space-between;
}

.about-pole__content-first h3 {
    font-size: 40px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
}

.about-pole__content-first {
    height: 1100px;
    display: flex;
    align-items: center;
    position: relative;
}

.about-pole__content-second {
    height: 1100px;
    display: flex;
    align-items: center;
    position: relative;
}

.about-pole__content-second:after {
    content: '';
    position: absolute;
    right: -1070px;
    top: 130px;
    width: 384px;
    height: 840px;
    background-image: url(../images/about-beer1.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.about-pole__content-third {
    height: 700px;
    display: flex;
    align-items: center;
    position: relative;
}

.about-pole__content-third:after {
    content: '';
    position: absolute;
    right: -1070px;
    top: 0px;
    width: 384px;
    height: 840px;
    background-image: url(../images/about-beer2.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.about-pole__content-fourth {
    height: 900px;
    display: flex;
    align-items: center;
    position: relative;
}

.about-pole__content-fourth:after {
    content: '';
    position: absolute;
    right: -1040px;
    top: 290px;
    width: 330px;
    height: 610px;
    background-image: url(../images/about-beer3.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.about-pole__content-second b,
.about-pole__content-third b,
.about-pole__content-fourth b {
    font-family: 'Introheadb-base';
    color: #fff;
    font-size: 35px;
}

.about-pole__content-second span,
.about-pole__content-third span,
.about-pole__content-fourth span {
    font-family: Montserrat;
    font-weight: 900;
    font-size: 75px;
    line-height: 63px;
    letter-spacing: 0%;
    text-transform: uppercase;
    display: block;
}

.about-pole__content-second h3,
.about-pole__content-third h3,
.about-pole__content-fourth h3 {
    font-size: 25px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    font-family: 'Introheadb-base';
}

.about-pole__content-fifth h3 {
    color: #fff;
    font-family: Montserrat;
    font-weight: 900;
    font-size: 60px;
    line-height: 63px;
    letter-spacing: 0%;
    text-transform: uppercase;
    display: block;
}

.about-pole__content-fifth {
    height: 900px;
    display: flex;
    align-items: center;
    position: relative;
}

.about-pole__content-second span {
    color: #DED10D;
}

.about-pole__content-third span {
    color: #FF0000;
}

.about-pole__content-fourth span {
    color: #02E5FB;
}

.about-page__top {
    background-image: url(../images/about-lines.png);
    background-repeat: no-repeat;
    background-position: center calc(100% - 20px);
    background-size: 100% auto;
    position: relative;
    margin-bottom: 90px;
}

.about-taste {
    background-image: url(../images/about-lines.png);
    background-repeat: no-repeat;
    background-position: center 20px;
    background-size: 100% auto;
    position: relative;
    margin-bottom: 100px;
}

.about-taste__caption {
    font-weight: 900;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 43px;
    line-height: 40px;
    text-align: center;
}

.about-taste__caption b {
    font-size: 410.16px;
    line-height: 300px;
    display: block;
    margin-bottom: 30px;
}

.person-item {
    display: flex;
    justify-content: space-between;
    border-radius: 30px;
    overflow: hidden;
}

.about-page__about-text {
    margin-bottom: 30px;
}

.person-item__name {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 40px;
}

.person-item__position {
    margin-bottom: 25px;
}

.person-item__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 100px;
    padding-right: 100px;
}

.person-item__image {
    display: flex;
    border-radius: 30px;
}

.person-item_color_black {
    background-color: #161515;
    margin-bottom: 30px;
}

.person-item_color_blue {
    background-color: #442CCF;
    margin-bottom: 100px;
}

.person-item__quote {
    position: relative;
    /* max-width: 410px; */
}

.person-item__quote::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 20px;
    background-image: url(../images/quote-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 5px;
    right: calc(100% + 25px);
    transform: rotate(180deg);
}

.person-item__quote::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 20px;
    background-image: url(../images/quote-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: calc(100% + 25px);
    right: 0;
}

.taproom-page__main-pic-wrapper {
    display: flex;
    max-width: 100%;
    border-radius: 30px;
    margin-bottom: 45px;
}

.taproom-page__main-pic-wrapper video{
    border: 1px solid #F5A818;
    border-radius: 30px;
    display: flex;
	pointer-events: none;
}

.taproom-page__main-pic-wrapper video::-webkit-media-controls-panel {
	display: none !important;
	opacity: 1 !important;
}

.taproom-page__caption {
    margin-bottom: 45px;
}

.taproom-content p {
    margin-bottom: 25px;
}

.taproom-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 25px;
}

.taproom-gallery__pic {
    display: flex;
}

.taproom-gallery__pic img {
    width: 100%;
    border-radius: 30px;
    object-fit: cover;
    object-position: center;
    height: 420px;
}

.taproom-gallery__pic:nth-child(3) {
    grid-column-start: 3;
    grid-column-end: 5;
}

.taproom-gallery__pic:nth-child(4) {
    grid-column-start: 1;
    grid-column-end: 3;
}

.taproom-gallery__wolf {
    background-color: #DB3530;
    border-radius: 30px;
    padding: 45px 30px;
    background-image: url(../images/wolf-black-icon.svg);
    background-repeat: no-repeat;
    background-position: center 100%;
}

.taproom-page__taproom-gallery {
    margin-bottom: 25px;
}

.map-block {
    padding: 65px 25px 40px;
    background-color: #0F0F0F;
    border-radius: 30px;
}

.map-block__caption {
    margin-bottom: 30px;
    text-transform: uppercase;
}

.map-block__infos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 25px;
    margin-bottom: 60px;
}

.map-block__info-caption {
    margin-bottom: 50px;
}

.map-block__text {
    font-weight: 500;
}

.map-block__text:last-child {
    padding-top: 25px;
    border-top: 1px solid #fff;
    margin-top: 25px;
}

.map-block__text span {
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
}

.map-block__text a {
    color: #ffffff;
}

.map-block__map iframe {
    width: 100%;
    height: 500px;
    border-radius: 30px;
    border: none;
}

.taproom-page__map-block {
    margin-bottom: 45px;
}

.taproom-page__main-button{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}

.contacts-page__caption {
    margin-bottom: 50px;
    text-transform: uppercase;
}

.contacts-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 25px;
}

.contacts-info {
    background-color: #F5A818;
    border-radius: 30px;
    padding: 70px 45px;
}

.contacts-info__item:not(:last-child) {
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
    /* padding-top: 20px; */
}

.contacts-info__number {
    font-size: 45px;
    font-weight: 500;
    color: #000000;
}

.contacts-info__item a {
    color: #000;
}

.contacts-info__item span {
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
}

.contacts-socials {
    padding: 40px 45px;
    min-height: 420px;
    border-radius: 30px;
    background-image: url(../images/wolf-black-icon.svg);
    background-repeat: no-repeat;
    background-position: center 100%;
    background-size: 400px;
    background-color: #442CCF;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.contacts-item {
    padding: 40px 45px;
    border-radius: 30px;
    background-color: #0F0F0F;
}

.contacts-socials__social-links {
    margin-left: auto;
}

.contacts-socials__social-links .social-links__link svg{
    fill: #fff;
}

.contacts-socials__social-links .social-links__link:hover svg{
    fill: #F5A818;
}

.contacts-item__info-caption {
    height: 80px;
    margin-top: 0;
    margin-bottom: 30px;
}

.contacts-item__text span {
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
}

.contacts-item__text a {
    color: #fff;
}

.contacts-item__text:not(:last-child) {
    padding-bottom: 20px;
    border-bottom: 1px solid #4D4D4D;
    margin-bottom: 20px;
    /* padding-top: 20px; */
}

.contacts-page__contacts-grid {
    margin-bottom: 30px;
}

/* Стили для активных тегов */
.assortment-tags__tag.active {
    background-color: #ffcc00;
    color: #000;
    font-weight: bold;
}

/* Индикатор загрузки */
.loading {
    text-align: center;
    padding: 20px;
    font-size: 18px;
}

/* Сообщения об ошибке и отсутствии результатов */
.error,
.no-results {
    text-align: center;
    padding: 20px;
    font-size: 16px;
    color: #666;
}

.overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    display: none;
}

.modal {
    max-width: 1200px;
    width: 100%;
    background-color: #161515;
    padding: 30px 100px 70px;
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 30px;
}

.modal__close {
    position: absolute;
    top: 40px;
    right: 40px;
    cursor: pointer;
}

.overlay {
    display: none;
}

.overlay_active {
    display: flex;
}

.form-sent{
    display: none;
}

.modal__logo{
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}

.modal__caption{
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}

.modal__text{
    text-align: center;
    margin-bottom: 70px;
}

.form-input{
    background-color: #252525;
    height: 60px;
    border-radius: 30px;
    display: flex;
    padding: 0 30px;
    border: none;
    color: #fff;
    font-size: 18px;
    box-sizing: border-box;
    width: 100%;
}

.form-input-wrapper label{
    font-size: 20px;
    font-family: 'Introheadb-base';
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #fff;
    display: block;
}

.form-input-wrapper label:has(.wpcf7-not-valid) {
	color: #FF6565;
}

.form-input.wpcf7-not-valid{
    border: 1px solid #FF6565;
    color: #FF6565;
    background-color: #392828;
}

.form-input.wpcf7-not-valid::placeholder{
    color: #FF656566;
}

.taproom-form br{
    display: none;
}

.form-wrapper__inputs{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 25px;
    margin-bottom: 20px;
}

.form-input-wrapper textarea{
    background-color: #252525;
    height: 160px;
    border-radius: 30px;
    display: flex;
    padding: 30px;
    border: none;
    color: #fff;
    font-size: 18px;
    width: 100%;
    resize: none;
}

.form-input-wrapper:last-child{
    grid-column-start: 1;
    grid-column-end: 3;
}

.form-wrapper__info{
    font-size: 14px;
    color: #5B5B5B;
    margin-bottom: 30px;
}

.form-wrapper__main-button{
    margin-left: auto;
    margin-right: auto;
}

.taproom-form .wpcf7-form.sent .form-wrapper{
    display: none;
}

.taproom-form .wpcf7-form.sent .form-sent{
    display: flex;
    flex-direction: column;
}

.form-wrapper__main-close{
    margin-left: auto;
    margin-right: auto;
}

.taproom-form .wpcf7-response-output{
    display: none !important;
}

.taproom-form .wpcf7-not-valid-tip{
    color: #FF6565;
}