/* отправка колбэка */
.message-wrapper, .message-wrapper-err {
  /*display: none;*/
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 99999;
}


.message {
  border-radius: 15px;
    background-color: #d62c4b;;
}

.err_mess{
  border-radius: 15px;
    background-color: #fd414b;
}

.message p, .err_mess p{
  font-weight: 800;
    margin: 19px;
    color: #fff;
}
/* конец отправка колбэка*/

.menu.is-active {
  z-index: 30;
}


.first-foto-none{
  display: none;
}

@media (max-width: 991px){
  .first-foto-none {
      display: block;
  }  
}

@media (max-width: 360px){
  .copyright.d-flex{
    text-align: center;
    display:block !important;
  }
}

.tel .icon-phone {
  fill: #D62C4B;
  width: 22px;
  height: 22px;
}

.tel {
  font-size: 20px;
}

.button {
  font-size: 16px;
  padding: 12px 22px;
  height: auto;
} 

@media (max-width: 991px) {
  .logo-inline {
    margin-right: auto;
  }

  .button {
    font-size: 15px;
    padding: 9px 18px;
  }
}

@media (max-width: 768px) {
  .header-mobile .logo-inline img {
    width: 130px;
  }

  .logo-inline {
    transform: translateY(-3px);
  }

  .button {
    font-size: 14px;
    padding: 8px 20px;
  }

}

@media (max-width: 575px) {
  .header-mobile .logo-inline img {
    width: 100px;
  }

  .button {
    padding: 8px 13px;
  }
}

@media (max-width: 374px) {
  .header-mobile .logo-inline img {
    width: 75px;
  }

  .button {
    font-size: 12px;
    padding: 7px 7px;
  }
}

.btn--color-black {
  color: #000000;
  text-shadow: 0 0 #000000;
}

.link--yellow svg {
  color: #FFA800;
}

.link--yellow:hover {
  color: #FFA800;
}

.container-big{
  max-width: 1270px;
  margin: 0 auto;
  padding: 0 15px;
}

.cookie-msg {
  width: 380px;
  padding: 20px;
  border-radius: 8px;
  background-color: #fff;
  position: fixed;
  z-index: 600;
  left: 20px;
  bottom: 20px;
  box-shadow: 0 10px 20px rgba(0,0,0,.12),0 6px 6px rgba(0,0,0,.16);
}
@media (max-width: 576px){
	.cookie-msg {
		padding: 15px;
		width: 100%;
		left: 0;
		right: 0;
		bottom: 0;
		border-radius: 8px 8px 0 0;
	}
}