@font-face {
    font-family: ArTarumianKamar;
    src: url(../fonts/DejaVuSans.ttf);
}
*, body {
    margin:0;
    padding: 0;
    font-family: ArTarumianKamar;
    transition: 0.3s;
    outline: none;
}
a {
    text-decoration: none;
}
body {
    background: #000;
}
input, button {
    outline: none;
}
header {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(29, 29, 29, 0.92);
    color: #BE8C5A;
    font-size: 13px;
    z-index: 10;
}
header > div {
    max-width: 1358px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 0;
}
header > div > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
header a {
    color: #BE8C5A;
    font-size: 13px;
}
header i {
    color: #BE8C5A;
    font-size: 20px !important;
}
header ul.menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
}
header ul.menu li {
    margin-left: 60px;
}
.banner img {
    width: 100%;
}
.order_info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 55px;
}
.order_info > div {
    margin-left: 35px;
}
.order_info > div a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.order_info > div a span {
    margin-left: 8px;
    white-space: nowrap;
}
.banner {
    position: relative;
}

.banner form {
    position: absolute;
    top: 44%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance:none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
.banner form input {
    background: rgba(0, 0, 0, 0.69);
    border-radius: 50px;
    border:none;
    max-width: 745px;
    width: 100%;
    height: 45px;
    color: #fff;
    padding-left: 43px;
}
.banner form button {
    position: relative;
    right: 66px;
    background: none;
    border: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}
.dropdoen_menu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 77px;
    background: rgba(29, 29, 29, 0.92);
    height: 0;
    overflow: hidden;
    transition: 0.4s;
}
.mobile_menu button {
    background: none;
    border: none;
}
.mobile_menu button img {
    width: 22px;
    height: 16px;
}
.show_mobile {
    height: 136px;
}
.dropdoen_menu ul {
    padding: 17px;
    list-style: none;
}
.dropdoen_menu ul a {
    text-align: center;
    display: block;
    margin-bottom: 10px;
}
.mobile_menu {
    display: none;
}
.logo img {
    max-width: 100px;
}
.language i {
    font-size: 13px !important;
}
.favorite_orders i, .profile_header i {
    color: #fff;
}
.beer_section {
    color: #fff;
}
.beer_section p {
    max-width: 430px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}
.section_first img {
    max-width: 630px;
    width: 100%;
}
.section_second img {
    max-width: 520px;
    width: 100%;
}
.section_first p {
   font-size: 52px;
    padding-top: 105px;
}
.section_second p {
    font-size: 30px;
    padding-top: 299px;
    max-width: 504px;
}
.section_first {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.section_second {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    top: -216px;
    left: -146px;
    z-index: -1;
}
h2 {
    color: #BE8C5A;
}
.beer_section {
    max-width: 1176px;
    width: 100%;
    margin: 0 auto;
}
.take_part {
    color: #BE8C5A;
    font-weight: bold;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.65);
    padding: 6px 50px;
    position: absolute;
    bottom: 22px;
    right: 29px;
}
.take_part:hover {
    color: #fff;
}
.take_part:hover i {
    color: #fff;
}
.take_part i {
   transition: none;
}
.beer_image img {
    max-width: 170px;
}
.beer_image {
    position: relative;
}
.beer_item, .beer_item a {
    color: #fff;
}
.beer_item {
    max-width: 180px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.beer_name a {
    font-size: 19px;
    display: -webkit-box;
    word-break: break-word;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
.beer_name {
    height: 45px;
    margin: 15px 0;
}
.beer_price {
    font-style: italic;
    font-weight: normal;
    font-size: 17px;
}
.beer_price span {
    margin-right: 30px;
}
.beer_btn {
    color: #fff;
    background: none;
    border: none;
    font-size: 25px;
    margin: 8px 7px;
}
.percent {
    width: 45px;
    height: 43px;
    background: #452D16;
    color: #fff;
    box-sizing: border-box;
    padding-top: 11px;
    position: absolute;
    top: 115px;
    left: -12px;
}
.order_now_section  {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}
.order_now_section h2 {
    color: #BE8C5A;
    font-weight: normal;
    font-size: 45px;
    text-align: center;
    margin: 55px 0 100px;
}
.beer_section h2 {
    color: #BE8C5A;
    font-weight: normal;
    font-size: 45px;
    text-align: center;
    margin: 100px 0 141px;
}
.section_first img {
    max-width: 630px;
    width: 100%;
}
.section_second img {
    max-width: 525px;
    width: 100%;
}
.more {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 23px;
}
.more a {
    color: #fff;
}
.more a span {
    position: relative;
    top: -33px;
    left: 42px;
}
.mid_image {
    text-align: center;
    margin: 100px 0 63px;
}
.mid_image img {
    max-width: 1440px;
    width: 100%;
}
.beer_event .section_first, .beer_event .section_second {
    position: relative;
}
.beer_event .section_first p {
    font-size: 31px;
    padding-top: 105px;
}
.beer_event .section_first .event_date {
    position: absolute;
    bottom: 223px;
    right: 140px;
    font-size: 42px;
}
.beer_event .section_second .event_date {
    position: absolute;
    bottom: 0;
    left: 433px;
    font-size: 42px;
}
.beer_event .section_second p {
    padding-left: 105px;
}
.beer_event {
    margin-bottom: 80px;
}
.footer_links > a {
    display: block;
    margin-bottom: 10px;
    font-size: 13px;
}
.footer_links p {
    margin: 31px 0 0 0;
    font-size: 14px;
}
/* menu */

.menu_section {
    max-width: 1358px;
    width: 100%;
    margin: 0 auto 171px;
}
.menu_section h2 {
    color: #BE8C5A;
    font-weight: normal;
    font-size: 45px;
    text-align: center;
    margin: 55px 0 100px;
}
.menu_section h3 {
    color: #fff;
    font-weight: normal;
    font-size: 28px;
    font-style: italic;
    margin: 0 0 90px;
}
.menu_single_item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 650px;
    width: 100%;
    font-size: 20px;
    color: #BE8C5A;
    margin-right: 48px;
}
.menu_single_item a > p {
    width: 259px;
}
.menu_single_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 650px;
    margin-bottom: 40px;
}
.menu_single_item button {
    border: none;
    background: none;
    color: #fff;
    font-size: 26px;
    margin: 0 25px;
}
.menu_menu >  div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.menu_menu >  div > div {
    width: 100%;
}
.menu_menu >  div > div:nth-child(1) {
    margin-right: 75px;
}
.inside_section .beer_item, .inside_section .beer_image img {
    max-width: 300px;
}
.inside_section .beer_item{
    margin: 0 103px;
}
.inside_main .inside_description {
    max-width: 430px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 24px;
    padding-top: 79px;
}
.inside_main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1300px;
    width: 100%;
    margin: 100px auto;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.inside_slider {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto 100px;
}

/* Cart */
.cart_section h2 {
    font-size: 45px;
    color: #BE8C5A;
    text-align: center;
    margin: 50px 0 50px;
    font-weight: 100;
}
.cart_heading a {
    font-size: 21px;
    line-height: 24px;
    text-decoration: underline;
    color: #BE8C5A;
}
.cart_heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.basket_info {
    max-width: 1300px;
    width: 100%;
    margin: 91px auto;
}
.basket_info > div, .basket_info > div a{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 32px;
    width: 100%;
}
.basket_info > div a > span {
    display: block;
    width: 262px;
    text-align: right;
}
button {
    cursor: pointer;
}
.basket_info a{
    color: #000;
    font-weight: bold;
}
.basket_info .spinner {
    margin-right: 35px;
}
.basket_info .spinner input, .basket_info .spinner button {
    color: #BE8C5A;
}
.remove_basket_item{
    width: 42px;
    height: 42px;
    border: none;
    color: #000;
    font-size: 30px;
    border-radius: 50%;
}
.remove_basket_item i{
    position: relative;
    top: -4px;
    left: -1px;
}
.total_price {
    text-align: right;
    max-width: 1300px;
    width: 100%;
    margin: 91px auto 30px;
}
.total_price > p {
    font-size: 26px;
    color: #fff;
    font-style: italic;
    max-width: 452px;
    width: 100%;
    margin: 0 0 43px auto;
    text-align: left;
}
.delivery_price {
    padding: 9px;
    color: #fff;
    margin: 11px 0 0 auto;
    border-bottom: 2px solid #fff;
    max-width: 440px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.make_order {
    display: block;
    margin: 20px auto 0;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #BE8C5A;
    padding: 13px 31px;
    background: #FFFFFF;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    font-size: 18px;
    border: none;
}
.basket_middle_content .basket_info {
    margin: 7px auto !important;
}
.make_order:hover {
    color: #FFFFFF;
    background: #BE8C5A;
}
.select_ .selected_item {
    background: rgba(196, 196, 196, 0.9);
    max-width: 391px;
    padding: 16px 16px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    cursor: pointer;
    margin-top: 17px;
}
.select_ .selected_item i {
    color:#BE8C5A;
    font-size: 31px;
    position: absolute;
    top: 3px;
    right: 18px;
}
.select_ {
    max-width: 391px;
    width: 100%;
    position: relative;
}
#order_select {
    background: #F8F8F8;
    max-width: 324px;
    margin: 0 auto;
    padding: 10px 19px;
    position: absolute;
    width: 100%;
    left: 14px;
    display: none;
}
#order_select p {
    margin: 7px 0;
    cursor: pointer;
}
.basket_checkout form {
    max-width: 73%;
}
.basket_checkout {
    margin: 131px auto !important;
}
.spinner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.spinner input, .spinner button {
    border:none;
    background: none;
    font-size: 22px;
    color: #fff;
    width: 38px;
    text-align: center;
}

.spin_price {
    background: #EEEEEE;
    border-radius: 3px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px 7px;
}
.basket_middle_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.hr {
    height: 2px;
    background: #fff;
    width: 50%;
}
.beer_event .section_second {
    z-index: 0;
}

.section_second img {
    opacity: 0.6;
}
.beer_event .section_second img {
    opacity: 1;
}
.beer_event .section_first img {
    opacity: 0.6;
}

/* Login */


.login_content form{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.login_content input, .profile input {
    background: rgba(255, 255, 255, 0.77);
    border: none;
    padding: 15px;
    width: 303px;
    margin-bottom: 25px;
}
.login_content form > div {
    width: 100%;
    text-align: center;
}
.login_content form label, .login_social span {
    font-style: italic;
    font-size: 18px;
    color: #BE8C5A;
    margin-right: 23px;
}
.login_social a {
    margin: 0 11px;
}
.login_btn, .confirm {
    display: block;
    margin: 20px auto 48px;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #BE8C5A;
    padding: 13px 31px;
    background: #FFFFFF;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    font-size: 18px;
    border: none;
}
.login_btn:hover, .confirm:hover {
    color: #FFFFFF;
    background: #BE8C5A;
}
.login_content {
    margin: 113px 0 86px;
}
.register input {
    width: 67%;
}
.register ::placeholder, .profile ::placeholder {
    color: rgba(0, 0, 0, 0.3);
}
.profile_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.profile_content i {
    color: #BE8C5A;
    margin-left: 18px;
}
.delete_page {
    display: block;
    margin: 20px auto 48px;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #FFFFFF;
    padding: 13px 31px;
    background: #BE8C5A;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    font-size: 18px;
    border: none;
}
.delete_page:hover {
    color:#BE8C5A;
    background: #FFFFFF;
}
.profile_btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.change_photo {
    position: relative;
    top: 34px;
}
.change_photo span {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 200px;
    text-align: center;
    background: #fff;
    padding: 8px;
    cursor: pointer;
}
.change_photo input {
    width: 183px;
    position: relative;
    top: 8px;
    opacity: 0;
    z-index: 99;
    cursor: pointer;
}
.profile_image_main img {
    max-width: 220px;
}
.profile_image_main {
    text-align: center;
}
.profile {
    margin: 110px 0 73px;
}
.login h2 {
    font-size: 45px;
    color: #BE8C5A;
    text-align: center;
    margin: 63px 0;
    font-weight: 100;
}
.login {
    max-width: 1350px;
    width: 100%;
    margin: 0 auto;
}
footer {
    width: 100%;
    height: 167px;
    background: rgba(138, 91, 44, 0.5);
    color: #fff;
    box-sizing: border-box;
    padding-top: 22px;
}
footer a {
    color: #fff;
}
footer > div > div:nth-child(1) {
    max-width: 401px;
    width: 100%;
}
footer > div {
    max-width: 1358px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
footer i {
    font-size: 25px !important;
    margin-right: 15px;
}
.footer_social > div{
    margin: 13px 0;
}
.profile_header {
    position: relative;
}
.header_profile_content {
    position: absolute;
    background: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    width: 177px;
    left: -77px;
    top: 36px;
    box-sizing: border-box;
    padding: 23px;
    display: none;
}
.header_profile_content a, #language_content a {
    margin: 8px 0;
}
.header_profile_content a:hover, #language_content a:hover {
    opacity: 0.5;
}
.show_profile_dropdown {
    display: block !important;
}
.language {
    position: relative;
    cursor: pointer;
}
#language_content {
    position: absolute;
    background: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    width: 59px;
    left: -10px;
    top: 36px;
    box-sizing: border-box;
    padding: 7px 12px;
    display: none;
}
#language_content a {
    text-align: center;
}
.basket_main {
    background: #FFFFFF;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    max-width: 437px;
    width: 100%;
    position: absolute;
    padding: 30px 15px;
    right: -500px;
}
.show_basket {
    right: 0;
}
.for_flex {
    margin-bottom: 0 !important;
}
.basket_middle_content img {
    max-width: 76px;
    margin-right: 25px;
}
.close_basket {
    position: absolute;
    right: 10px;
    top: 9px;
}
.basket_main_content {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.basket_table {
    width: 100%;
    height: 402px;
    overflow: auto;
    margin-top: 13px;
}
.basket_middle_content {
    margin-bottom: 18px;
}
.for_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 11px;
}
.basket_middle_content > span {
    display: block;
    background: #BE8C5A;
    padding: 5px 10px;
    font-size: 18px;
    margin-right: 13px;
}
.close_basket button {
    border: none;
    background: none;
}
.close_basket button i {
    color: #BE8C5A;
}
.basket_total_price p {
    color: #BE8C5A;
    margin: 0 11px;
    font-size: 17px;
}
.basket_bottom_content{
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 14px;
}
.basket_total_price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.basket_main ::-webkit-scrollbar {
    width: 10px;
    height: 9px;
}
.basket_main ::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.basket_main ::-webkit-scrollbar-thumb {
    background:#BE8C5A;
}
.basket_main ::-webkit-scrollbar-thumb:hover {
    background: #BE8C5A;
}
.language > p {
    white-space: nowrap;
}


/* Contact us */

.contact_form {
    max-width: 1358px;
    width: 100%;
    margin: 38px auto;
}
.contact_form input {
    background: #EEEEEE;
    border: none;
    padding: 10px 16px;
    box-sizing: border-box;
}
.contact_form form {
    max-width: 57%;
    margin: 0 auto;
}
.contact_form form > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.contact_form label {
    color: #BE8C5A;
    font-style: italic;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    width: 150px;
    text-align: right;
    margin-right: 40px;
}
.contact_form input {
    width: 100%;
}
.contact_form form > div {
    margin-bottom: 25px;
}
.contact_form form > div > div {
    width: 100%;
}
.two_inputs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.send {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #BE8C5A;
    padding: 13px 31px;
    background: #FFFFFF;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 18px;
    border: none;
}
.send:hover {
    color: #FFFFFF;
    background: #BE8C5A;
}
.contact_form textarea {
    width: 391px;
    height: 182px;
    border: none;
    background: #EEEEEE;
    resize: none;
    padding: 12px;
    box-sizing: border-box;
}
.contact_form_bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.two_inputs input:nth-child(1) {
    margin-right: 17px;
}
.contact_top_section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 99px;
}
.contact_info {
    background: #FFFFFF;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    box-sizing: border-box;
    padding: 14px 30px;
    color: #BE8C5A;
    font-weight: bold;
}
.contact_info a {
    color: #BE8C5A;
    font-size: 18px;
    line-height: 21px;
}
.contact_info > div {
    margin: 13px 0;
}
.event_item img {
    max-width: 287px;
}
.event_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: white;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 95px;
}
.event_section {
    max-width: 1358px;
    width: 100%;
    margin: 38px auto;
}
.event_item_content {
    margin-top: 156px;
}
.event_txt_info span {
    display: block;
    max-width: 338px;
    font-size: 33px;
    text-align: center;
    font-style: italic;
}
.event_txt_info p {
    display: block;
    max-width: 338px;
    font-size: 24px;
    text-align: center;
    margin-top: 42px;
}
.event_date_time {
    font-size: 53px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.event_item_content .login_btn {
    margin: 0;
}
.old_events {
    margin: 147px 0;
    color: #fff;
}
.old_events a {
    text-decoration: underline;
    color: #fff;
    display: block;
    font-size: 25px;
    margin-bottom: 17px;
}
.old_events span {
    font-size: 19px;
}
.history .basket_info, .cart_section .basket_info, .cart_section .spinner button, .cart_section .spinner input {
    color: #fff !important;
}
.cart_section .remove_basket_item i {
    top: -1px;
    left: 0;
}
.cart_section .remove_basket_item {
    background: #BE8C5A;
}
.total_price_form {
    max-width: 1300px;
    width: 100%;
    margin: 91px auto 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.total_price_form .total_price{
    max-width: 500px !important;
    margin: 0 !important;
}
.total_price_form .send{
    margin: 0 !important;
}
.history_date i {
    font-weight: bold;
    color: #BE8C5A;
    cursor: pointer;
}
.history a {
    color: #fff;
}

@media (max-width: 1440px) {
    .section_first p {
        font-size: 38px;
    }
    .menu_section, .inside_slider, .inside_section, .cart_heading, .basket_info, .total_price, .login, .event_section {
        max-width: 90%;
        margin: 0 auto;
    }
    .event_date_time {
        font-size: 36px;
    }
    .event_txt_info {
        margin: 0 40px;
    }
    .event_date_time {
        margin-right: 40px;
    }
    .event_txt_info span {
        font-size: 25px;
    }
    .event_txt_info p {
        font-size: 20px;
        margin-top: 28px;
    }
}
@media (max-width: 1326px) {
    header ul.menu li {
        margin-left: 24px;
    }
    .order_info {
        margin-left: 9px;
    }
    .beer_section {
        max-width: 90%;
    }
    .section_second {
        left: -20px;
    }
    .menu_single_item a {
        margin-right: 15px;
    }
}
@media (max-width: 1291px) {
    .beer_event .section_second .event_date {
        left: 289px;
    }
    .menu_menu > div {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .menu_single_item {
        max-width: 100%;
    }
    .menu_menu > div > div:nth-child(1) {
        margin-right: 0;
    }
}
@media (max-width: 1115px) {
    .section_second {
        left: 0;
        top: 0;
    }
    .section_first, .section_second {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .beer_section p {
        max-width: 90% !important;
        margin-bottom: 40px;
    }
    .section_first p {
        padding-top: 20px;
    }
    .section_second p {
        padding-top: 20px;
        max-width: 90%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .more {
        margin: 54px auto 0;
    }
    .beer_section h2 {
        margin: 100px 0 69px;
    }
    .beer_event .section_first p {
        padding-top: 0;
    }
    .beer_event .section_second {
        margin-top: 31px;
    }
    .beer_event .section_second p {
        padding-left: 0;
    }
    .event_date {
        position: static !important;
    }
    .beer_event .section_second .event_date {
        margin-top: 26px;
    }
}
@media (max-width: 1024px) {
    .order_now_section h2, .beer_section h2 {
        font-size: 33px;
    }
    .beer_section h2 {
        margin: 68px 0 78px;
    }
    .section_first img {
        max-width: 70%;
    }
    .section_second img {
        max-width: 60%;
    }
    .section_first p {
        font-size: 26px;
        padding-left: 21px;
        padding-right: 21px;
    }
    .section_second p {
        font-size: 21px;
        padding-left: 21px;
        padding-right: 21px;
    }
    .section_second {
        top: 0;
    }
    .beer_event .section_first p {
        font-size: 22px;
    }
    .beer_event .section_first .event_date, .beer_event .section_second .event_date {
        font-size: 25px;
    }
    .more img {
        max-width: 100px;
    }
    .history_date {
        white-space: nowrap;
    }
}
@media (max-width: 986px) {
    .old_events {
        margin: 64px 0;
    }
    .event_item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .event_date_time {
        margin-right: 0;
    }
    .event_txt_info {
        margin: 28px 0 28px 0;
    }
    .event_txt_info p, .event_txt_info span {
        max-width: 100%;
    }
    .event_date_time {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 27px;
    }
    .event_item_content {
        margin-top: 85px;
    }
    .event_item {
        margin-bottom: 68px;
    }
}
@media (max-width: 860px) {
    .inside_main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .inside_main .inside_description {
        padding-top: 39px;
        font-size: 18px;
    }
    .cart_section h2 {
        font-size: 25px;
        margin: 49px 0 23px;
    }
    .cart_heading {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .cart_heading a {
        font-size: 17px;
        margin-bottom: 38px;
    }
    .remove_basket_item {
        width: 27px;
        height: 27px;
        font-size: 17px;
    }
    .remove_basket_item i {
        top: 0;
        left: 0;
    }
    .basket_info {
        font-size: 13px;
    }
    .count {
        margin: 0 20px;
    }
    .history h2 {
        font-size: 25px;
        margin: 49px 0 64px;
    }
    .change_photo input {
        width: 179px;
    }
    .old_events a {
        font-size: 19px;
    }
    .total_price_form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .total_price_form .send {
        margin: 40px 0 0 !important;
    }
    .total_price_form .total_price {
        max-width: 80% !important;
    }
}
@media (max-width: 600px) {
    .take_part {
        font-size: 10px;
        padding: 6px 14px;
        right: 4px;
    }
    .order_now_section h2, .beer_section h2 {
        font-size: 25px;
        margin: 50px 0 50px;
    }
    .mid_image {
        margin: 45px 0 63px;
    }
    .section_first p {
        font-size: 21px;
        padding-left: 2px;
        padding-right: 2px;
    }
    .dots {
        display: none;
    }
    .menu_single_item a {
        font-size: 15px;
    }
    .menu_single_item a > p {
        width: 71%;
        margin-right: 11px;
    }
    .menu_single_item button {
        font-size: 19px;
        margin: 0 16px;
    }
    .menu_section h2 {
        font-size: 34px;
        margin: 55px 0 59px;
    }
    .inside_section .beer_item, .inside_section .beer_image img {
        max-width: 266px;
    }
    .spinner {
        margin: 0 14px;
    }
    .basket_info p {
        margin-right: 8px;
    }
    .spinner input, .spinner button {
        font-size: 18px;
        width: 29px;
    }
    .delivery_price {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .total_price > p {
        font-size: 18px;
    }
    .remove_basket_item {
        padding: 0 6px;
    }
    .history_price {
        margin-left: 17px;
    }
    .login h2 {
        font-size: 28px;
        margin: 50px 0;
    }
    .event_date_time {
        font-size: 26px;
    }
    .event_txt_info span {
        font-size: 20px;
    }
    .event_txt_info p {
        font-size: 15px;
    }
}









@media (max-width: 1426px) {
    header > div, footer > div, .menu_banner {
        max-width: 90%;
    }
    .bottom_banner {
        height: auto;
    }
    .products {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}
@media (max-width: 1279px) {
    .contact_form_bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .send {
        margin: 20px auto;
    }
}
@media (max-width: 1220px) {
    header ul.menu li {
        margin-left: 34px;
    }
    .contact_form form {
        max-width: 90%;
    }
}
@media (max-width: 1075px) {
    .mobile_menu {
        display: block;
    }
    header ul.menu {
        display: none;
    }
    .new_product_item p {
        font-size: 16px;
    }
    .new_product_item {
        margin: 18px 36px;
    }
    .banner form input {
        max-width: 80%;
    }
    .header_basket > span {
        display: none;
    }
    .more {
        margin: 27px auto 50px;
        top: 0;
    }
    .banner form button {
        right: 41px;
    }
    .categories_main {
        display: none;
    }
    .category_mobile {
        display: block;
    }
    .products {
        margin-left:  0;
    }
    .product_inside_main {
        width: 100%;
    }
    .inside_info > p {
        font-size: 25px;
    }
    .first_section div:nth-child(1) {
        margin-right: 27px;
    }
    .basket_spinner .remove_basket_item {
        margin-left: 16px;
    }
    .basket_spinner .spinner {
        margin-right: 23px;
    }
    .order_history_item > div {
        margin: 0 12px;
    }
    .color_ {
        margin: 0 6px;
    }
}
@media (max-width: 903px) {
    .main_content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .basket_spinner {
        margin: 12px 0 25px;
    }
    .main_content .news_item {
        max-width: 100%;
    }
    .order_history_item > div a, .order_history_item > div p{
        font-size: 12px;
    }
    .order_history_item > div p {
        margin-top: 12px;
    }
    .color_ {
        white-space: nowrap;
    }
    .order_history_item > div {
        min-width: 170px;
    }
    .order_history_item {
        overflow: auto;
    }
}
@media (max-width: 721px) {
    .contact_top_section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .contact_info > div {
        text-align: center;
    }
    footer > div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }
    footer {
        height: auto;
    }
    .heading h2 {
        font-size: 22px;
    }
    .contact_form textarea, .basket_checkout .contact_form_bottom > div {
        width: 100%;
    }
    .login_content input {
        width: 100%;
        box-sizing: border-box;
    }
    .login_content form label {
        margin-bottom: 14px;
        display: block;
        margin-right: 0;
    }
    .profile_content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .profile_img {
        margin-bottom: 35px;
    }
}
@media (max-width: 650px) {
    .banner form input {
        max-width: 60%;
        height: 37px;
        padding-left: 25px;
        top: 53%;
    }
    .banner form {
        top: 53%;
    }
    .logo {
        max-width: 58px;
    }
    .order_info > div {
        margin-left: 19px;
    }
    .make_order {
        padding: 7px 10px;
    }
    .order_info {
        margin-left: 0;
    }
    .dropdoen_menu {
        top: 62px;
    }
    .more {
        padding: 14px 31px;
        font-size: 20px;
    }
    footer p {
        font-size: 13px;
    }
    .heading {
        max-width: 66%;
    }
    .heading h2 {
        padding: 7px 9px 7px 8px;
    }
    .first_section, .news_item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .first_section div:nth-child(1) {
        margin-right: 0;
        margin-bottom: 22px;
        max-width: 211px;
    }
    .first_section div:nth-child(1) p {
        font-size: 16px;
    }
    .inside_info > p {
        font-size: 20px;
        margin-bottom: 29px;
    }
    .news_text {
        text-align: center;
        margin-top: 20px;
        margin-left: 0;
    }
    .news_text p {
        max-width: 100%;
        padding-left: 0;
    }
}
@media (max-width: 474px) {
    .contact_form form > div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .contact_form label {
        text-align: center;
        margin-right: 0;
        margin-bottom: 20px;
    }
}
@media (max-width: 425px) {
    .basket_spinner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .profile_btns button {
        margin:10px;
        font-size: 14px;
        padding: 13px 12px;
    }
    .profile input {
        width: 74%;
    }
    .profile form {
        width: 100%;
    }
    .profile_content i {
        margin-left: 9px;
    }
    .change_photo span {
        left: 31px;
    }
}
@media (max-width: 413px) {
    .make_order {
        font-size: 9px;
    }
    .order_info > div {
        margin-left: 14px;
    }
    .basket_spinner .remove_basket_item {
        margin-left: 0;
        margin-top: 14px;
    }
    .basket_spinner .spinner {
        margin-right: 4px;
    }
    .baskt_content_item_ > span {
        margin-right: 10px;
    }
}
@media (max-width: 375px) {
  .favorite_orders {
      display: none;
  }
}
