#second-slider-button a{
 align-items: flex-start;
 padding-top: 185px;
 }
/*
.container-fluid{
	margin-right: -35px;
  	margin-left: -35px;
}*/

@media screen and (max-width: 767px) {
  div.full * {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  div.mob * {
    display: none !important;
  }
}

body > main > div.content > section.section.instagram > div > div > div.col-md-4.col-sm-12.col-xs-12 > div > div.descr {
    border: 3px solid #000;
    display: flex;
    padding: 10px;
    margin-top: 25px;
    justify-content: center;
  	width: 70%;
    margin-left: 15%;
    margin-bottom: 5%;
  	
}
body > main > div.content > section.section.instagram > div > div > div.col-md-4.col-sm-12.col-xs-12 > div > div.descr:hover {
  	background: black;
}

body > main > div.content > section.section.instagram > div > div > div.col-md-4.col-sm-12.col-xs-12 > div > div.descr > a {
    text-align: center;
    font-size: 14px;
}
body > main > div.content > section.section.instagram > div > div > div.col-md-4.col-sm-12.col-xs-12 > div > div.descr:hover a {
    color: white !important;
}

.hidden-button a.reg-button span {
    line-height: 1;
    height: auto;
    padding: 4px 35px 4px;
    font-family: "HelveticaNeue";
    font-size: 12px;
    font-weight: bold;
    line-height: 25px;
    text-transform: uppercase;
}

.hidden-button a {
    text-align: center;
}
@media screen and (min-width: 767px) {
	.custom-button-banner {
    	display: none !important;
	}
}
@media screen and (max-width: 767px) {
   .custom-button-banner {
      	display: flex !important;
	}
  	.custom-button-banner:hover {
      	opacity: 1;
	}
}

#span-custom-banner {
	background: #000;
    color: #fff;
  	display: block;
  	border: 4px solid #000;
}

@media screen and (max-width: 767px) {
  	.secondSlider .item .hidden-button.black:hover {
    	opacity: 1;
	}
  
  	body > main > div.content > section.section.section-collections > div > div > div:nth-child(2) > div > div > div.hidden-button.white {
  		display: block;
  	}
}

.secondSlider .item img {
 max-height: 427px!important;
}

.owl-carousel.owl-loaded{
	padding-bottom: 60px;
}
.contacts-social__items, .facebook, .instagram{
	display: none !important;
}
.b-footer_social img{
	width: 30px;
}

