/*!
Theme Name: Tambovskaya
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tambovskaya
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Tambovskaya is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

.menu-list{
      margin: 0 0 0 0 !important;
}

.form-row__hint--error{
  display: none;
}
.display_error{
  display: block;
}


.current-menu-item a {
    font-weight: bold;
}

.footer-info-list__item a {
    font-size: 12px;
    line-height: 1.25;
    letter-spacing: 0.05em;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    color: #000 !important;
    text-transform: none;
  }
  .footer-info-list__item a:hover {
    text-decoration: none;
  }
.about__img-w img{
    display: block;
    width: 100%;
}

  .site-main{
    padding-top: 45px;
padding-bottom: 40px;
    width: 100%;
    max-width: 1140px;
    padding-left: 15px;
    padding-right: 15px;
    
    margin: 0 auto;
}
.lang__drop li, .lang__active{
  text-transform: uppercase;
}
.thanks-content{
  display: none;
}

#main{
  display: flex;
  flex-direction: column;
}
.contact{
  flex: 1 0 auto;
}
.footer{
  flex: 0 0 auto;
}
.age-verification2{
  display: none !important;
}
.error{
  
}

.error input{
  border-bottom: 1px solid #d61636 !important;
  color: #d61636 !important;
}
.error label{
  color: #d61636 !important;
}

.error input::placeholder{
  color: #d61636 !important;
}

.madein{
  margin-top: 45px;
  text-align: right;
  
}

@media (max-width: 568px) {
  
  .madein{
    margin-top: 25px;
   
    text-align: left;
  }

}


.cocktails-list__img-w{
  width: 260px; 
  height: 347px;

}
.cocktails-list__img-w img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 568px) {
  .cocktails-list__img-w{
      width: 300px;
      height: 400px;  
  }
  
}


.cocktails-modal__imgBox{
  width: 517px;
  height: 690px;
  margin: 0 auto;
}
.cocktails-modal__imgBox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 765px) {
  .cocktails-modal__imgBox{
    width: 317px;
    height: 490px;
    margin: 0 auto;
  }
}