@import url('https://fonts.googleapis.com/css?family=Lato');
@import url(https://fonts.googleapis.com/css?family=Noto+Sans&subset=cyrillic);

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


body {
  background: #f1f1f1;
}

.logo img{
  max-width: 100%;
}

.gallery {
  width: 970px;
  margin: 0 auto;
  min-height: 450px;
}

.image-city {
  width: 182px;
  height: 421px;
  position: relative;
  display: inline-block;
  bottom: 10px;
  margin-right: 6px;
  margin-left: 6px;
}

.image-city .hover-img {
	opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  left: 2px;
  top: 2px;
  transition: opacity ease-in .2s;
  -moz-transition: opacity ease-in .2s;
  -webkit-transition: opacity ease-in .2s;
  -o-transition: opacity ease-in .2s;
}

.image-city:hover .hover-img{
   opacity: 1;
   filter: alpha(opacity=100);
}

.image-city> div > img {
  width: 182px;
  height: 366px;
  position: relative;
  top: 2px;
  left: 2px;
}

.image-city:hover > div> img{
  top: 2px;
  left: 2px;
}

.pole {
	height: 366px;
}
.texter {
	float: left;
	width: 186px;
	height: 421px;
	position: absolute;
	top: 0;
	text-align: center;
	color: #2b2a29;
	font-family: Noto Sans;
	font-size: 18px;
	line-height: 53px;
	background: #c1c1c1;
	transition: background ease-in .2s, color ease-in .2s;
	-webkit-transition: background ease-in .2s, color ease-in .2s;
	-moz-transition: background ease-in .2s, color ease-in .2s;
	-o-transition: background ease-in .2s, color ease-in .2s;
}

.image-city:hover  .texter{
	background: #0b77bd;
	color: #f1f1f1;
}

h1 {
  top: 10px;
  font: 14px/1 Noto Sans, sans-serif;
  color: #2b2a29;
  margin: 18px 0;
  font-size: 24px;
  text-align: center;
}

.phone {
  width: 500px;
  font: 14px/1 Noto Sans, sans-serif;
  color: #2b2a29;
  margin: 10px auto;
  font-size: 20px;
  text-align: center;
}

.pho {
  font-size: 24px;
  height: 34px;
}

span.telspan {
  color: #cd1421;
}
a,
h1,
h2,
p{
    -webkit-font-smoothing: antialiased;
    font-family: "Google Sans",Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
}
.container .content p{
    margin-top: 10px;
    font-size: 17px;
    -webkit-font-smoothing: antialiased;
    font-family: "Google Sans",Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
}

body {
    display: flex;
    /* flex-wrap: wrap; */
    max-width: 100%;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
    margin: 0;
}
/*body a{
    color: white;
}*/
footer {
    font-size: 0.9em;
}
footer a{
   color: #fff;
}
.top_contacts--address {
    font-style: normal;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #000000;
}
.top_contacts--mail a{
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  align-items: center;
    text-decoration: unset;
  color: #000000;
}
.breadcrumb a{
    color: #a1a1a1;
    text-decoration: unset;
    font-size: 13px;
}
.breadcrumb li:last-child a{
    color: #d8d8d8;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #dbdbdb;
}
ol.breadcrumb {
    margin-bottom: 0rem;
}
.pseudo-h3 {
    display: block;
    font-size: 20px;
    padding-bottom: 10px;
}
.content a:not(.btn) {
    color: #878787;
    text-decoration: underline;
}
.justify-content-md-center a:not(.btn) {
    color: #878787;
    text-decoration: underline;
}
.content a:hover:not(.btn), .justify-content-md-center a:hover:not(.btn) {
    color: #0a58ca;
}
.btn-primary {
    margin-bottom: 5px;
}
.content img{
    vertical-align: middle;
    max-width: 100%;
}
.justify-content-md-center .col{
    text-align: center;
  margin-bottom: 30px;
}
#delivery_cont.map_container, #delivery-block .map_container, #footer-delivery-list:checked ~ .footer-delivery .map_container {
    display: block;
    height: 300px;
}
.sPopular__item .sPopular__content {
    order: 2;
}
.sPopular__item .sPopular__img-wrap {
    min-width: 200px;
    display: flex;
    align-items: center;
    margin: 10px;
    justify-content: center;
}
.sPopular__item .sPopular__img-wrap img {
    min-width: 100%;
}
.sPopular__item  {
    display: flex;
    margin-bottom: 20px;
    margin-top: 20px;
}
.swiper-wrapper .sPopular__slide {
  width: 50%;
}
.swiper-wrapper {
    display: flex;
    flex-wrap: wrap;

}
.sPopular__sub-link-wrap {
  font-size: 0.9em;
}

.clients-list .last { margin:0 0 30px 0; }
.clients-list .client-logo {
  display: inline-block;
  width: 220px;
  margin: 0 calc((100% - 220px)/2) 10px calc((100% - 220px)/2);
}
.clients-list .photo-cl,
.clients-list .otziv-cl
{
  position:absolute;
  color: #fff;
  width:52px;
  height: 20px;
  background-color: #0b77bd;
  z-index:10;
  margin-top:10px;
  text-align: center;
}
.clients-list .photo-cl { margin-left:-3px;}
.clients-list .otziv-cl { margin-left:175px;}
.clients-list img
{
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  filter: grayscale(1);
  -webkit-filter: grayscale(1); /* Google Chrome & Safari 6+ */
  width:200px;
  height:auto;
}
.clients-list img:hover
{
  filter: none;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
}
.clients-list .t-it
{
  display:table-cell;
  vertical-align:middle;
  box-shadow:0 2px 2px rgba(137, 167, 186, 0.4);
  width:220px;
  margin:0 23px 30px 0;
  border-radius:5px;
  background-color:#ffffff;
  text-align:center;
  height:220px;
}
.clients-list .t-it:hover { box-shadow:0 8px 8px rgba(137, 167, 186, 0.4); }

@media (min-width: 480px){
  .clients-list .client-logo { margin: 0 calc((100% - 440px)/4) 10px calc((100% - 440px)/4);}
}
@media (min-width: 720px){
  .clients-list .client-logo { margin: 0 calc((100% - 660px)/6) 10px calc((100% - 660px)/6);}
}
@media (min-width: 980px){
  .clients-list .client-logo { margin: 0 calc((100% - 880px)/8) 10px calc((100% - 880px)/8);}
}
@media (min-width: 992px){
  .clients-list .client-logo {margin: 10px;}
}
@media (min-width: 1220px){
  .clients-list .client-logo {margin: 10px;}
}
@media (max-width: 1100px){
  
  .swiper-wrapper .sPopular__slide {
    width: 100%;
  }
}
@media (max-width: 560px){
  
  .swiper-wrapper .sPopular__slide {
    width: 100%;
  }
  .sPopular__item {
      display: flex;
      margin-bottom: 20px;
      margin-top: 20px;
      flex-direction: column;
  }

.sPopular__item .sPopular__img-wrap img {
    min-width: auto;
}
}
.sPopular__title {
font-size: 1.1em;
    color: black;
    text-decoration: underline;
}