 /* Footer */
 
 .button {
    color: #fff;
    padding: 0.7em 1.7em;
    font-size: 14px;
    border-radius: 1.6em;
    background: #1da1f3;
    border: 1px solid #1da1f3;
    transition: all .3s;
    box-shadow: 6px 6px 12px #c5c5c5, -6px -6px 12px #ffffff;
    height: 60px;
    cursor: pointer;
    width: 230px;
}
 
.neo-button {
  color: #090909;
  padding: 0.7em 1.7em;
  font-size: 14px;
  border-radius: 1.6em;
  background: #fff;
  border: 1px solid #fff;
  transition: all .3s;
  box-shadow: 6px 6px 12px #c5c5c5,
             -6px -6px 12px #ffffff;
  height: 60px;
  cursor:help;
  width:230px;
}
.neo-button:hover {
  box-shadow: 4px 4px 8px #d9d9d9, 
              -4px -4px 8px #ffffff; /* Уменьшаем размер теней для создания эффекта нажатия */
  transform: translateY(2px);
}

/* Создаем стили для состояния нажатия на элемент 
.neo-button:active {
  box-shadow: 4px 4px 12px #c5c5c5,
             -4px -4px 12px #ffffff;
} 

/*
 
   .site-footer {
    background: #f8f8f8;
    border-top: 1px solid #efecec;
    padding: 70px 0 50px;
    position: relative;
    z-index: 62;
}
   
.footer {
    padding-top: 65px;

    background-color: #f8f8f8;
}

.footer__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -15px;
    padding-bottom: 65px;
}

.footer__col {
    padding: 0 15px;
}

.footer__col--first {
    width: 40%;
}

.footer__col--second {
    width: 29%;
}

.footer__col--third {
    width: 22%;
}

.footer__logo {
    margin-bottom: 30px;

    font-size: 46px;
    font-weight: 700;
    color: #ccc;
}

.footer__text {
    margin-bottom: 30px;

    font-size: 15px;
    color: #999;
}

.footer__social {
    margin-bottom: 25px;
}

.footer__social-header {
    padding-bottom: 15px;

    font-size: 14px;
    color: #333;

    border-bottom: 1px solid #e5e5e5;
}

.footer__social-header b {
    font-size: 18px;
}

.footer__social-content {
    padding-top: 15px;

    font-size: 15px;
    color: #999;
    font-style: italic;
    font-weight: 300;
}

.footer__social-content a {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;

    font-size: 18px;
    color: #333;
}

.footer__title {
    margin: 30px 0;

    font-size: 14px;
    color: #333;
    text-transform: uppercase;
}




.blogs__item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.blogs__img {
    width: 120px;
    height: 80px;
}

.blogs__content {
    padding-left: 20px;
}

.blogs__title {
    display: block;
    margin-bottom: 5px;

    color: #333;
    font-size: 12px;
    line-height: 1.5;
    text-transform: uppercase;
    text-decoration: none;
}

.blogs__title:hover {
    text-decoration: underline;
}

.blogs__date {
    font-size: 13px;
    color: #999;
    font-style: italic;
    font-weight: 300;
}



.instagram {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.instagram__item {
    width: 33%;
    border-bottom: 1px solid #fff;
}

.instagram__item img {
    display: block;
    max-width: 100%;
    height: auto;
}




.subscribe__input {
    width: 60%;
    height: 40px;
    padding: 12px;
    margin-bottom:10px;

    background: #fff;
    border: 1px solid #e7e7e7;
    

    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 1.1;
    color: #333;
    font-style: italic;
    font-weight: 300;
}

.subscribe__input:focus {
    outline: 0;
    border-color: #95e1d3;
}

.subscribe__btn {
    width: 40%;
    height: 40px;
    padding: 12px 10px;

    background-color: #333;
    border: 0;
    cursor: pointer;

    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.1;
    font-weight: 700;
    text-align: center;
    color: #fff;
    text-transform: uppercase;

    transition: background .2s linear;
}

.subscribe__btn:hover {
    background-color: #334;
}

.subscribe__btn:focus {
    outline: 0;
}



.copyright {
    padding: 20px 0;

    border-top: 1px solid #e5e5e5;

    font-size: 14px;
    color: #333;
    text-align: center;
}

.copyright span {
    color: #b3b3b3;
}

.android{
    display:flex;
    justify-content:center;
}

#footer_menu {
    list-style: none;
    display: block;
    padding: 1px;
    margin-top: -3px;
}

#footer_menu, #footer_menu a, .button {
    text-decoration: none;
}

@media (min-width: 1200px){
.container {
    max-width: 1161px;
}
}


@media (max-width: 992px){
    
 #footer{
     display:none;
 }   
 } 
@media (min-width: 992px){
    
    
.container {
    max-width: 960px;
}
}
@media (min-width: 768px){
.container {
    max-width: 720px;
}
}
@media (min-width: 576px){
.container {
    max-width: 540px;
}
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media only screen and (min-width: 75em){
.container {
    max-width: 128rem;
}
}
@media only screen and (min-width: 64em){
.container {
    max-width: 96rem;
}
}
@media only screen and (min-width: 48em){
.container {
    max-width: 49rem;
}
}
.container, .container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.container {
    width: 100%;
    max-width: 1230px;
    padding: 0 15px;
    margin: 0 auto;
}



.boldtext,
.h_3 {
  font-weight: 700;
}
#footer_menu,
#footer_menu a,
.button {
  text-decoration: none;
}

.h_3 {
  font-size: 1.17em;
  margin-top: 1em;
  margin-bottom: 1em !important;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 1600px) {
  #footer {
    left: 1px;
    right: 1px;
    border: 1px solid #f5faff;
  }
}
#footer_container {
  margin: 90px auto auto;
  font-size: 14px;
  width: 1200px;
}
.space {
  margin-right: 100px;
}
.block_footer {
  float: left;
  width: 223px;
  height: 200px;
}
.pay_footer {
  border: 1px solid #d6e5f2;
  border-radius: 15px;
  background-color: #fff;
  margin-top: 10px;
  width: 85px;
  height: 50px;
  position: relative;
}
.pay_footer img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.inline_footer {
  float: left;
  margin-right: 10px;
}
.blacktext {
  color: #2c2b30;
}
.greytext {
  color: #8f95a7;
}
.bluetext {
  color: #1da1f3 !important;
}
#footer_menu {
  list-style: none;
  display: block;
  padding: 1px;
  margin-top: -3px;
}
#footer_menu a {
  color: #2c2b30;
  line-height: 2.3;
}
#footer_menu a:hover {
  color: #1da1f3;
}
#footer_menu ul {
  display: block;
  list-style-type: disc;
}
.button {
  border-radius: 22px;
  background-color: #1da1f3;
  -webkit-box-shadow: 0 15px 25px 0 rgba(62, 160, 255, 0.5);
  box-shadow: 0 15px 25px 0 rgba(62, 160, 255, 0.5);
  border: none;
  position: absolute;
  color: #fff;
  padding: 8px 40px;
  font-size: 14px;
  line-height: 2.857;
}
.button:hover {
  cursor: pointer;
}
.button:disabled {
  background-color: #eff8ff;
  color: #99a8b8;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.for-foot-new,
.new-inline-block {
  display: none;
}
.google-play {
  width: 130px;
  margin-left: -15px;
  margin-bottom: -35px;
}
@media (max-width: 1200px) {
  .google-play {
    margin-bottom: 5px;
    margin-left: 0 !important;
  }
  #footer_container {
    width: 100%;
  }
  .block_footer {
    float: none;
    width: 100%;
    text-align: center;
    margin: 50px auto auto;
  }
  #footer {
    height: auto;
  }
  .for-foot,
  .inline_footer {
    display: none;
  }
  .new-inline-block {
    display: flex;
    justify-content: space-between;
  }
  .for-foot-new {
    display: block;
  }
  .first-foot {
    margin-bottom: -60px;
  }
  .foot-but {
    position: relative;
    padding: 20px 30px;
  }
}

*/
