#top_search img{
	min-width:300px !important;
	min-height:80px !important;
}
/* --- Required CSS (not customizable) --- */

.modal {
  display: none;
}

.modal:target {
  display: flex;
}

/* --- Required CSS (customizable) --- */

.modal {
  text-align: left;
  backdrop-filter: blur(2px);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 2rem;
  z-index: 199;
}

.modal:target {
  justify-content: space-around;
  align-items: center;
}

.modal__overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  cursor: default;
}

.modal__content {
  min-width: 320px;
  width: 100%;
  max-width: 800px;
  position: relative;
  background-color: #ffffff;
  padding: 2rem;
}

.modal__close {
  color: initial;
  text-decoration: none;
  font-size: 24px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 1.5rem;
  display: inline-block;
}

/* Стили для оформления кнопок поделиться */
#share {
	width:100%;
	margin: 0 auto;
	background:#fff;
	text-align:center;
}

.like {
font-size: 16px;
font-weight: 700;
padding-top: 10px;
margin-bottom: 10px;
}

.push {
    display: inline-block;
    min-width: 30px;
    margin: 5px 2px 10px 2px;
    font-size: 17px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    padding: 5px;
}

.pushfb {
    display: inline-block;
    min-width: 40px;
    margin: 5px 2px 10px 2px;
    font-size: 17px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    padding: 5px;
}

.push i.fa{
  color:#FFFFFF !important;
}

.facebook {background-color:#3b5998;}
.facebook:hover {background-color:#2d4373;color:#fff;text-decoration: none;}

.telegram {background-color:#0088cc;}
.telegram:hover {background-color:#c23321;color:#fff;text-decoration: none;}

.pinterest {background-color:#bd081c;}
.pinterest:hover {background-color:#881f12;color:#fff;text-decoration: none;}

.viber {background-color:#665cac;}
.viber:hover {background-color:#881f12;color:#fff;text-decoration: none;}

.twitter {background-color:#55acee;}
.twitter:hover {background-color:#2795e9;color:#fff;text-decoration: none;}

.vkontakte {background-color:#587ea3;}
.vkontakte:hover {background-color:#466482;color:#fff;text-decoration: none;}

.ok {background-color:#ee8208;}
.ok:hover {background-color: #a05f20; color:#fff;text-decoration: none;}
/* Стили для оформления кнопок поделиться */
