/* 
Theme Name: Stallprof
Author: Perets & Co
Text Domain: stallprof
Version:  10.0
*/
html, body {
	padding: 0;
	margin: 0;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	outline:none;
}
.hidden {
	display: none;
}
.d-none {
	display: none;
}
img {
    max-width: 100%;
}
img.alignnone {
    display: block;
    margin-bottom: 20px;
}
a {
	transition: all linear .3s;
	text-decoration: none;
	color: #e37b3d;
}
p {
	font-weight: 400;
	font-size: 16px;
	margin: 0 0 15px 0;
	font-family: 'Montserrat';
	line-height: 1.5;
}
body {
	line-height: 1.3;
	font-family: 'Montserrat';
	font-size: 16px;
    font-weight: 400;
    background: #F9F9F9;
}
h2 {
    margin: 0 0 20px 0;
}
li {
    line-height: 1.3;
    margin-bottom: 5px;
    position: relative;
    padding-left: 25px;
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 400;
}
ul:not([class]) li:before {
	content: '';
	width: 10px;
	height: 10px;
	position: absolute;
	left: 0;
	top: 5px;
    border-radius: 50%;
    background-color: #e37b3d;
}
ul {
	margin-bottom: 20px;
}
@keyframes slidein {
  from {
    transform: translate(0px, 0px);
  }
  to {
    transform: translate(100%, 0px);
  }
}
ul:not([class]) {
	padding: 0;
	margin: 0 0 15px 0;
	list-style-type: none;
}
b {
    font-weight: 500;
}
.d-none {
	display: none;
}
.container, .container-fluid {
	width: 100%;
	margin-right: auto;
	margin-left: auto
}
.container-fluid {
	max-width: 100%;
	padding-right: 15px;
	padding-left: 15px
}
.container {
	padding-right: 15px;
	padding-left: 15px
}
.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}
.col, .col-auto, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}
@media (min-width: 610px) {
	.container {
		max-width: 580px;
	}
}
@media (min-width: 768px) {
	.container {
		max-width: calc(100% - 30px);
	}
}
@media (min-width: 1024px) {
	.container {
		max-width: 994px;
	}
}
@media (min-width: 1280px) {
	.container {
		max-width: 1250px;
	}
}
.col-4 {
	-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
}
.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}
.col-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
@media (min-width: 768px) {
	.d-md-block {
		display: block;
	}
	.col-md-2 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}
	.col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-md-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-md-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-md-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
}
@media (min-width: 1024px) {
	.d-lg-block {
		display: block;
	}
	.col-lg-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-lg-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-lg-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-lg-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-lg-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-lg-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}
}
@media (min-width: 1280px) {
	.d-xl-block {
		display: block;
	}
	.col-xl-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-xl-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-xl-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-xl-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.col-xl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-xl-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-xl-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-xl-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
}
.d-flex {
	display: flex;
}
.h-100 {
	height: 100%;
}
.align-items-center {
	align-items: center;
}
.justify-content-end {
    justify-content: flex-end;
}
.justify-content-center {
	justify-content: center;
}
.flex-direction-column {
	flex-direction:  column;
}
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat/Montserrat-Light.eot');
    src: local('fonts/Montserrat/Montserrat Light'), local('Montserrat-Light'),
        url('fonts/Montserrat/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Montserrat/Montserrat-Light.woff') format('woff'),
        url('fonts/Montserrat/Montserrat-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat/Montserrat-Medium.eot');
    src: local('fonts/Montserrat/Montserrat Medium'), local('Montserrat-Medium'),
        url('fonts/Montserrat/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Montserrat/Montserrat-Medium.woff') format('woff'),
        url('fonts/Montserrat/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat/Montserrat-Bold.eot');
    src: local('fonts/Montserrat/Montserrat Medium'), local('Montserrat-Bold'),
        url('fonts/Montserrat/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Montserrat/Montserrat-Bold.woff') format('woff'),
        url('fonts/Montserrat/Montserrat-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
.logo {
    display: inline-flex;
    align-items: center;
}
.logo img {
    max-width: 100px;
}
.logo p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    margin-left: 10px;
    color: #8C8C8C;
}
.phone {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 18px;
}
.phone a {
    color: #000;
    display: block;
}
.phone img {
    margin-right: 5px;
}
.address, .email {
    padding-left: 35px;
    color: #8C8C8C;
}
.contacts {
    font-size: 16px;
}
.nav {
    background: #213083;
    padding: 10px 0;
}
.top {
    padding: 10px 0;
}
.menu a {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    display: block;
}
.menu a:hover {
    color: #e37b3d;
}
.main-menu-header {
    height: 100%;
    display: flex;
    align-items: center;
}
.menu {
	list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
}
.menu li {
	margin: 0;
	padding: 10px 0;
}
.menu li:not(last-child) {
	margin-right: 20px;
}
.btn {
    display: flex;
    background: #e37b3d;
    border-radius: 10px;
    padding: 5px 25px;
    font-size: 14px;
    color: #fff;
    align-items: center;
    text-transform: uppercase;
}
.btn:hover {
	background: #f36815;
}
.btn img {
	margin-right: 5px;
}
#banner {
    height: calc(100vh - 213px);
    max-height: calc(768px - 213px);
    overflow: hidden;
    position: relative;
}
#banner:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgb(0 0 0 / 60%);
}
#banner .info {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}
#banner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}
h1 {
    text-align: center;
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 60px;
    color: transparent;
    -webkit-text-stroke: 2px #e37b3d;
}
.img_manufacturers {
    border: 1px solid #E8E8E8;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    padding: 10px;
}
@media (min-width: 1280px) {
	.img_manufacturers {	
		height: 237px;
	}
}
@media (min-width: 1024px) {
	.img_manufacturers {	
		height: 135px;
	}
}
.img_manufacturers img {
    display: block;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}
#about {
    padding: 60px 0 0;
}
.services-item {
    border: 1px solid #E8E8E8;
    padding: 20px;
    position: relative;
    cursor: pointer;
}
@media (min-width: 1280px) {
	.services-item {	
		height: 397px;
	}
}
@media (min-width: 1024px) {
	.services-item {	
		height: 301px;
	}
}
@media (min-width: 768px) {
	.services-item {	
		height: 242px;
	}
}
.services-item {
	height: 242px;
}
.services-item:hover .wrapper_img,
.services-item:hover .title-service  {
	opacity: .5;
}
#services .row > div,
#decking .row > div {
	margin-bottom: 30px;
}
#services .row {
	margin-bottom: -30px;
}
.wrapper_img {
    height: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease .3s;
    opacity: 1;
}
.wrapper_img img {
    max-height: 100%;
}
.popup {
    max-width: 1024px;
}
.title-service {
    position: absolute;
    background: #213083;
    bottom: 40px;
    left: 0;
    padding: 5px 10px;
    transition: all ease .3s;
    opacity: 1;
}
.title-service h3 {
	color: #fff;
	margin: 0;
	font-size: 22px;
    font-weight: 500;
}
h3 {
	margin: 30px 0 20px 0;
}
#services {
    padding: 60px 0;
}
.content__coverings-item {
    display: none;
    border: 1px solid #e8e8e8;
    padding: 25px 25px;
    background: #fff;
    font-size: 16px;
}
.content__coverings-item.active {
    display: block;
}
.list-unstyled {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.list__coverings li {
    display: flex;
    align-items: center;
    padding: 15px 25px;
    background: #fff;
    margin: 0;
    border: 1px solid #e8e8e8;
    font-weight: 500;
    cursor: pointer;
}
ul.list__coverings {
    position: sticky;
    top: 30px;
}
.list__coverings li + li {
	border-top: none;
}
.list__coverings .active,
.list__coverings li:hover {
	color: #e37b3d;
}
table {
    width: 100%;
    border-spacing: 0;
    margin-bottom: 15px;
}
.wp-block-table {
    margin: 0;
}
tr {
	background: #fff;
	transition: all ease .3s;
}
tr:nth-child(odd) {
	background: #f9f9f9;
}
tr:hover td {
	background: #e8e8e8;
}
td {
    padding: 10px 10px 10px 10px;
    border-bottom: 1px solid #e8e8e8;
}
#decking {
    padding: 60px 0;
    background-color: #fff;
}
#coverings {
    padding: 60px 0 0 0;
}
#contacts {
	position: relative;
    padding: 60px 0 0 0;
}
#map {
    height: 400px;
    width: 100%;
    background: #efefef;
}
.list__contacts {
    background: #fff;
    border: #e8e8e8;
    position: absolute;
    top: calc(50% + 30px);
    transform: translate(0px, -50%);
    height: auto;
    margin: auto;
    padding: 25px 25px;
}
@media (min-width: 768px) {
	.list__contacts {
		left: 30px;
	}
}
@media (min-width: 1024px) {
	.list__contacts {
		left: calc(50% - 512px + 30px);
	}
}
@media (min-width: 1280px) {
	.list__contacts {
		left: calc(50% - 640px + 30px);
	}
}
.item-list__contacts {
    color: #8C8C8C;
}
.item-list__contacts + .item-list__contacts {
    margin-top: 15px;
}
.title-list__contacts {
	font-weight: 500;
	color: #000;
    margin-bottom: 5px;
}
.fancybox-thumbs > ul > li {
	font-size: 0px;
}
.tabs__content {
	display: none;
}
.tabs__content.active {
	display: block;
}
.tabs__caption li {
	border: 1px solid #213083;
    color: #213083;
    padding: 10px 20px;
    background: transparent;
    cursor: pointer;
}
.tabs__caption li + li {
	margin-left: 15px;
}
.color__name {
    font-size: 12px;
}
.item-color {
    margin-bottom: 15px;
}
.hidden_info {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    height: auto;
    opacity: 0;
    visibility: hidden;
    transition: all ease .3s;
    flex-direction: column;
}
.services-item:hover .hidden_info,
.decking-item:hover .hidden_info {
	opacity: 1;
	visibility: visible;
}
.hidden_info > div {
    background: #fff;
    padding: 15px 30px;
    box-shadow: 0 0 10px rgb(0 0 0 / 60%);
    display: flex;
    flex-direction: column;
}
.hidden_info a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	border:  1px solid #e37b3d;
	border-radius: 5px;
	padding: 5px 10px;
}
.hidden_info a + a {
	margin-top: 15px;
}
.hidden_info a img {
	margin-right: 10px;
	width: 40px;
}
.tabs__caption .active {
    background: #213083;
    color: #fff;
}
.tabs__caption {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0 0 30px 0;
}
.tabs__caption {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0 0 30px 0;
}
footer {
    background: #213083;
    padding: 15px 0;
    color: #fff;
    text-align: center;
    font-size: 14px;
}
footer img {
    width: 60px;
    margin: 0 auto 15px;
    display: block;
}
.popup {
    padding-left: 0;
    padding-right: 0;
}
.popup img {
    height: auto;
}
@media (max-width:  1309px) {
	.hidden_info a img {
	    width: 30px;
	}
}
@media (max-width:767px) {
	h1 {
		font-size: 30px;
	}
	.list__contacts {
    background: #fff;
    border: #e8e8e8;
    	position: relative;
    	top: 0;
    	transform: translate(0px, 0%);
    	padding: 25px 15px;
    }
    ul.list__coverings {
    	position: relative;
    	top: 0px;
    	display: flex;
    	overflow: auto;
	}
	ul.list__coverings li {
		white-space: nowrap;
	}
	.nav .btn {
      	margin: 0 auto;
	}
	.logo p {
		display: none;
	}
	.logo img {
       	max-width: 100%;
	}
	.phone img {
       	width: 20px;
	}
	.phone a {
       	font-size: 16px;
       	white-space: nowrap;
	}
	.address, .email {
    	padding-left: 25px;
    	text-align: right;
	}
	.phone {
    	justify-content: flex-end;
	}
	#banner {
       	max-height: 400px;
	}
	.order-2 {
		order: 2;
	}
	#about,
	#services,
	#coverings {
    	padding: 30px 0 0;
	}
	.img_manufacturers {
    	height: 130px;
	}
	.content__coverings-item {
		padding: 15px;
	}
	#map {
    	height: 300px;
	}
	.services-item {
    	height: auto;
    	padding: 0px;
    	background: #fff;
	}
	.title-service {
    	position: relative;
	}
	.hidden_info {
    	position: relative;
    	opacity: 1;
    	visibility: visible;
	}
	.hidden_info > div {
		padding: 0;
		box-shadow: none;
	}
	.hidden_info a img {
    	width: 15px;
    	margin-right: 5px;
	}
	.hidden_info a {
		border: none;
		font-size: 14px;
	}
	.hidden_info a + a {
    	margin-top: 0px;
	}
	.title-service {
    	position: relative;
    	background: #fff;
    	bottom: 0px;
	}
	.title-service h3 {
     	font-size: 14px;
     	display: -webkit-box;
	    overflow: hidden;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 2;
	    color: #213083;
	    min-height: 36px;
    	margin: 5px 0 0;
	}
	.wrapper_img img {
	    height: 85px;
	    width: auto;
	    object-fit: cover;
	}
	.popup {
    	max-width: 100%;
    }
    .popup {
       	font-size: 14px;
	}
	tr td:not(:first-child) {
    	white-space: nowrap;
	}
}