/*
Theme Name: Polimer
*/
.wpcf7-not-valid{
	border:1px solid red!important;
}
.wpcf7-not-valid-tip, .wpcf7-validation-errors{
	display:none!important;
}

.logged-in .header {
	top: 31px;
}
.wpcf7 form.invalid .wpcf7-response-output{
	display: none!important;
}

 img.alignright {
	float: right;
	margin-left: 30px;
}
img.alignleft {
	float: left;
	margin-right: 30px;
}
.flex-wrap{
	overflow: hidden;
}
.areas-list li a {
	display: flex;
}
.hidden{
	display: none;
}

.wpcf7-response-output {
	display: none!important;
}


.modal .input-group input[type=text], .modal .input-group textarea,.modal .input-group input[type=email] {
	border: 1px solid #c4c4c4;
	font-size: 14px;
	font-family: TTNorms-bold,sans-serif;
	color: #868686;
	padding: 7px 10px;
	width: 100%;
}



.seo-block::-webkit-scrollbar {
  width: 3px;
}

.seo-block::-webkit-scrollbar-thumb {
  background-color: #0065bb;
  background-image: -webkit-linear-gradient(45deg,rgba(255, 255, 255, .25) 25%,
                    transparent 25%,
                    transparent 50%,
                    rgba(255, 255, 255, .25) 50%,
                    rgba(255, 255, 255, .25) 75%,
                    transparent 75%,
                    transparent);
}

.list-block::-webkit-scrollbar {
  width: 3px;
}

.list-block::-webkit-scrollbar-thumb {
  background-color: #0065bb;
  background-image: -webkit-linear-gradient(45deg,rgba(255, 255, 255, .25) 25%,
                    transparent 25%,
                    transparent 50%,
                    rgba(255, 255, 255, .25) 50%,
                    rgba(255, 255, 255, .25) 75%,
                    transparent 75%,
                    transparent);
}

.seo-block, .list-block {
max-height:350px;
    overflow-y: scroll;
	padding-right:15px;
}

@media screen and (max-width: 900px){

img {
    max-width: 100%;
    height: auto;
}

ul.sub-menu.open .parent {
    border-top: 1px solid #dfdfdf;
    padding-top: 11px;
}

.hidden-comp {
    background: #1271ee;
    padding: 5px 10px;
    border-radius: 0px;
    
}
.hidden-comp a{
	 color: #fff ; 
}
}
@media screen and (min-width: 1200px){
.advantages-wrap:after {
    
   background-size: cover;
	width: 65%;
   
}

.hidden-comp {
	display:none;
}

	}

li.slid-cart__item img {
    width: 100%;
}

li.areas-list__item.fadeInUp.wow.last {
    background: #00aeef;
    
}

li.areas-list__item.fadeInUp.wow.last a{
   
    color: #fff !important;
}


.seo-block2 .img-right img {
    /* width: 100%; */
    max-width: 400px;
}

.seo-block2 p, .seo-block p {
  
    text-align: justify;
}

.menu-item-2427 ul.sub-menu {
    max-height: 410px;
    overflow: hidden;
    overflow-y: scroll;
}

.menu-item-675 ul.sub-menu {
    max-height: 410px;
    overflow: hidden;
    overflow-y: scroll;
}

.cart-tovar-wrap .container .cart-info .info-top .cart-detail .top-detail .price {
  
    display: inline-block !important;
   
}

span.value2 {
    font-size: 16px;
}

.sub-menu::-webkit-scrollbar {
	width: 10px;
	background-color: #F5F5F5;
}

.sub-menu::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 10px;
}

.sub-menu::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-image: -webkit-gradient(linear,
									   left bottom,
									   left top,
									   color-stop(0.44, rgb(122,153,217)),
									   color-stop(0.72, rgb(73,125,189)),
									   color-stop(0.86, rgb(28,58,148)));
}

.detail-news-text .img-news {
    height: 300px;
    overflow: hidden;
}

.slider-team .slick-list {
  width: 100%;
}

.grid-masonry2 {
    display: flex !important;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch !important;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap !important;
}