﻿.owl-controls {
    bottom: 8%;
}

.header {
	position: relative;
}
.header-cntr {
	background: #fff;
}

.default-pros-type {
    margin-top: 50px;
}
.default-pros-type .pros-type-list {
	box-shadow: 0px 10px 20px 0px #f2f2f2;
}

.pros-all {
	padding-bottom: 120px;
}
.pros-keywords {
    margin-top: 76px;
	margin-bottom: 76px;
	font-size: 0;
	text-align: center;
}
@media (min-width: 62em) {
	.pros-keywords.letmove {
		transform: translateY(25px);
		opacity: 0;
		transition: .8s;
	}
	.pros-keywords.move {
		transform: translateY(0px);
		opacity: 1;
	}
}
.pros-keywords a {
	display: inline-block;
	padding: 8px 20px;
	margin-right: 5px;
	margin-left: 5px;
	border: 1px solid #e1e1e1;
	font-size: 14px;
	color: #666;
	border-radius: 50px;
	transition: .3s;
}
.pros-keywords a:hover,
.pros-keywords a.cur {
	color: #fff;
	background: #ea363f;
}

@media (max-width: 1241px) {
    .pros-keywords-in {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        -webkit-overflow-scrolling : touch;
    }

    .default-pros-type {
    	display: none;
    }
}

@media (max-width: 48em) {
	.pros-all {
		padding-bottom: 0;
	}
	.pros-list {
	    margin-bottom: 8px;
	}
	.pros-keywords {
	    margin-top: 40px;
	    margin-bottom: 40px;
	}
}

@media (max-width: 34em) {
	.default-pros-type {
	    margin-top: 44px;
	}
}