@import url("https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Alice&display=swap");
.icon {
	background: url(../images/sprite.png) no-repeat;
	display: inline-block;
	text-indent: -999em;
}

.icon-close {
	background-position: -10px -193px;
	width: 36px;
	height: 36px;
}

.icon-search {
	background: url(../images/icon_search.png) no-repeat 0 0;
	width: 24px;
	height: 24px;
}

.icon-user-b {
	background: url(../images/icon_user.png) no-repeat 0 0;
	width: 20px;
	height: 22px;
}

.icon-mobile {
	background: url(../images/icon_mobile.png) no-repeat 0 0;
	width: 18px;
	height: 30px;
}

@keyframes rotating {
	from {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes anim {
	0% {
		display: none;
		opacity: 0;
	}
	1% {
		display: block;
		opacity: 0;
		transform: translate(0, -5px);
	}
	100% {
		opacity: 1;
		transform: translate(0, 0);
	}
}

@-webkit-keyframes logoHourse {
	0% {
		transform: rotate(0deg);
	}
	25% {
		transform: rotate(-12deg);
	}
	50% {
		transform: rotate(0deg);
	}
	75% {
		transform: rotate(12deg);
	}
	100% {
		transform: rotate(0deg);
	}
}

@keyframes logoHourse {
	0% {
		transform: rotate(0deg);
	}
	25% {
		transform: rotate(-12deg);
	}
	50% {
		transform: rotate(0deg);
	}
	75% {
		transform: rotate(12deg);
	}
	100% {
		transform: rotate(0deg);
	}
}

#sl {
	position: relative;
	z-index: 0;
}

#sl .sl-loading {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -30px 0 0 -30px;
	color: #3bb18f;
	font-size: 48px;
	animation: rotation 5s infinite linear;
	z-index: 1;
}

.home-slider {
	position: relative;
	z-index: 2;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	transition: .3s;
}

.home-slider.slick-initialized {
	visibility: visible;
	opacity: 1;
}

.home-slider .slide-item {
	background: no-repeat center top;
	background-size: cover;
}

.home-slider .slide-item > img {
	width: 100%;
}

.home-slider .slide-item .slide-link {
	display: block;
}

.home-slider .slide-item .slide-inner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 15% 0 0 0;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}

.home-slider .slide-item .slide-inner .container {
	position: relative;
	overflow: hidden;
}

.home-slider .slide-item .slide-inner .logo {
	width: 30%;
	transition: 1s;
	transform: translateX(-300px);
}

.home-slider .slide-item .slide-inner h2 {
	z-index: 6;
	white-space: nowrap;
	font-size: 3rem;
	font-weight: 600;
	color: #0a0a0a;
	margin: 0 0 30px 0;
	padding: 0;
	opacity: 1;
	transition: 1.3s;
	transform: translateX(-300px);
}

.home-slider .slide-item .slide-inner__text {
	font-size: 1rem;
	max-width: 40%;
	margin-bottom: 60px;
	transition: 1.3s;
	opacity: 0;
	transform: scale3d(1, 0, 0);
}

.home-slider .slide-item .slide-inner .btn {
	background: #000;
	color: #fff;
	font-size: 12px;
	border-radius: 0;
	text-transform: uppercase;
	padding: 12px 25px;
	transition: 0.3s;
	transform: translateX(-100px);
}

.home-slider .slide-item .slide-inner .btn:hover {
	background: #3bb18f;
}

.home-slider .slide-item .slide-inner__sticker {
	width: 150px;
	height: 150px;
	overflow: hidden;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -75px;
	z-index: 9;
}

.home-slider .slide-item .slide-inner__sticker span {
	text-align: center;
	display: block;
	width: 100%;
	height: 100%;
	background: #3bb18f;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 1.2em;
	font-weight: 400;
	text-transform: uppercase;
}

.home-slider .slide-item.slick-active .slide-inner {
	opacity: 1;
	visibility: visible;
}

.home-slider .slide-item.slick-active .slide-inner .logo {
	transform: none;
}

.home-slider .slide-item.slick-active .slide-inner h2 {
	transform: none;
}

.home-slider .slide-item.slick-active .slide-inner__text {
	transform: none;
	opacity: 1;
}

.home-slider .slide-item.slick-active .slide-inner .btn {
	transform: none;
}

.home-slider .slide-item.slick-active .slide-inner__sticker span {
	animation: bounce-top 1.8s ease-in-out;
}

.home-slider .slick-arrow.slick-prev {
	transform: translateX(-100%);
}

.home-slider .slick-arrow.slick-next {
	transform: translateX(100%);
}

.home-slider:hover .slick-arrow.slick-prev {
	transform: translateX(0);
}

.home-slider:hover .slick-arrow.slick-next {
	transform: translateX(0);
}

.home-slider .slick-dots {
	bottom: 10px;
}

@media screen and (max-width: 1200px) {
	.home-slider .slide-item .slide-inner .logo {
		width: 20%;
	}
	.home-slider .slide-item .slide-inner h2 {
		font-size: 2rem;
	}
	.home-slider .slide-item .slide-inner__text {
		font-size: 1rem;
	}
	.home-slider .slide-item .slide-inner__sticker {
		width: 110px;
		height: 110px;
		margin-top: -55px;
		font-size: 14px;
	}
}

@media screen and (max-width: 767px) {
	.home-slider .slide-item {
		min-height: 180px;
		display: flex;
	}
	.home-slider .slide-item img {
		object-fit: cover;
	}
	.home-slider .slide-item .slide-inner {
		padding-top: 10%;
	}
	.home-slider .slide-item .slide-inner .logo {
		width: 30%;
	}
	.home-slider .slide-item .slide-inner h2 {
		font-size: 1.6rem;
		margin-bottom: 15px;
	}
	.home-slider .slide-item .slide-inner__text {
		font-size: 0.7rem;
		margin-bottom: 20px;
		max-width: 60%;
	}
	.home-slider .slide-item .slide-inner__sticker {
		width: 90px;
		height: 90px;
		right: 15px;
		margin-top: -35px;
	}
	.home-slider .slide-item .slide-inner__sticker span {
		font-size: .9em;
	}
	.home-slider .slide-item .slide-inner .btn {
		font-size: 11px;
		padding: 6px 15px;
	}
}

@keyframes rotation {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(359deg);
	}
}

@keyframes c {
	0% {
		transform: translate(-1%, -1%) scale(1.1);
	}
	to {
		transform: translate(0) scale(1);
	}
}

@keyframes bounce-top {
	0% {
		transform: translateY(-140px);
	}
	35% {
		transform: translateY(0px);
	}
	49% {
		transform: translateY(-30px);
	}
	68% {
		transform: translateY(0px);
	}
	80% {
		transform: translateY(-10px);
	}
	87% {
		transform: translateY(0);
	}
	95% {
		transform: translateY(-3px);
	}
	100% {
		transform: translateY(0%);
	}
}

.form-horizontal .form-group .form-control {
	background: #fff;
	color: #000;
	border: 1px solid #000;
	border-radius: 0;
	font-size: 17px;
	padding: 6px 15px;
	height: auto;
}

.form-horizontal .form-group .form-control:focus {
	border-color: #df3518;
	background: #fff;
	box-shadow: none;
}

.form-control {
	border-radius: 1px;
}

.form-horizontal .alert {
	top: 0px;
	right: 0px;
	position: relative;
}

.form-horizontal .wpcf7-form-control-wrap {
	display: block;
}

.form-horizontal .wpcf7-not-valid-tip {
	font-size: 13px;
	background: #e18b8b;
	color: #fff;
	padding: 5px;
}

.form-horizontal .form-group {
	margin-bottom: 20px;
	position: relative;
}

.form-horizontal .form-group p {
	margin: 0;
}

.form-horizontal .form-group .wpcf7-not-valid-tip {
	position: absolute;
	z-index: 10;
	top: 30px;
	right: -1px;
}

.form-horizontal .form-group .control-label {
	font-weight: 600;
	line-height: 1;
	color: #000;
	padding-top: 7px;
	text-align: left;
}

.form-horizontal .form-group .control-label .req {
	color: #f38b95;
}

.form-horizontal .form-group .form-control {
	transition: .3s;
	height: 42px;
}

.form-horizontal .form-group .form-control.has-error {
	border-color: #a00808 !important;
}

.form-horizontal .form-group .form-control:focus {
	background: #fafafa;
}

.form-horizontal .form-group .form-icon-input {
	position: relative;
	border: 1px solid #000;
}

.form-horizontal .form-group .form-icon-input .form-control {
	border: none;
	padding-left: 55px;
	height: 40px;
}

.form-horizontal .form-group .form-icon-input .form-control.date-picker {
	padding: 3px 35px 3px 10px;
	padding-right: 35px;
	border: 1px solid #222;
	border-radius: 0;
	font-size: 14px;
	position: relative;
	z-index: 5;
	background: none;
}

.form-horizontal .form-group .form-icon-input .form-control.date-picker:focus {
	border-color: #3bb18f;
	background: none;
}

.form-horizontal .form-group .form-icon-input .form-control.date-picker:focus + .icon {
	border-color: #8c8c8c;
}

.form-horizontal .form-group .form-icon-input .icon-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 55px;
	height: 100%;
	z-index: 3;
	display: flex;
	justify-content: center;
	align-items: center;
}

.form-horizontal .form-group textarea.form-control {
	height: 70px;
}

.form-horizontal div.wpcf7-response-output {
	font-size: 13px;
	margin: 10px 0;
}

.radio {
	margin: 0 0 5px 0;
	padding: 0;
	display: flex;
	align-items: center;
}

.radio label.lbl {
	font-size: 15px;
	padding-left: 40px;
	flex: 1 0 210px;
}

.radio label.lbl:before {
	content: "";
	width: 23px;
	height: 23px;
	border: 1px solid #d9d9d9;
	position: absolute;
	top: 50%;
	margin-top: -12px;
	left: 0;
	background: #fff;
	z-index: 1;
	transition: .3s;
}

.radio label.lbl:after {
	content: "";
	width: 17px;
	height: 17px;
	border: 1px solid #e3e3e3;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	left: 3px;
	background: #3bb18f;
	z-index: 2;
	transition: .3s;
	transform: scale(0);
	opacity: 0;
	visibility: hidden;
}

.radio:hover:before {
	border-color: #3bb18f;
}

.radio input[type=radio] {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
}

.radio input[type=radio]:checked ~ .lbl:after {
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}

.radio .form-control {
	display: inline-block;
	margin: 0 0 0 25px;
	padding: 5px 10px;
	max-width: 300px;
	color: #000;
	font-size: 14px;
	line-height: 1;
	border-radius: 0;
	border: 1px solid #000;
}

.radio textarea {
	padding-left: 8px !important;
}

.checkbox {
	margin: 0 0 5px 0;
}

.checkbox label {
	padding-left: 55px;
	min-height: 31px;
	white-space: normal;
	cursor: pointer;
	font-size: 14px;
}

.checkbox label span {
	min-height: 31px;
	font-size: 16px;
	display: flex;
	align-items: center;
}

.checkbox .txt {
	position: relative;
	line-height: 1;
}

.checkbox .txt a {
	text-decoration: underline;
}

.checkbox .txt a:hover {
	text-decoration: none;
}

.checkbox .txt:before {
	content: "";
	width: 26px;
	height: 26px;
	border: 1px solid #000;
	position: absolute;
	top: 50%;
	margin-top: -13px;
	left: 5px;
	z-index: 1;
	transition: .3s;
}

.checkbox .txt:after {
	content: "";
	width: 18px;
	height: 8px;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	left: 10px;
	z-index: 2;
	transition: .3s;
	transform: rotate(-55deg) scale(0);
	opacity: 0;
	visibility: hidden;
}

.checkbox input[type=checkbox] {
	display: none;
}

.checkbox input[type=checkbox]:checked ~ .txt:after {
	transform: rotate(-55deg) scale(1);
	opacity: 1;
	visibility: visible;
}

span.wpcf7-list-item {
	display: block;
	margin: 0 0 5px 0;
}

span.wpcf7-list-item label {
	padding-left: 45px;
	min-height: 31px;
	white-space: normal;
	cursor: default;
	font-size: 14px;
}

span.wpcf7-list-item label .wpcf7-list-item-label {
	min-height: 31px;
	font-size: 16px;
	line-height: 1.1;
	position: relative;
}

span.wpcf7-list-item label .wpcf7-list-item-label a {
	margin-right: 5px;
}

span.wpcf7-list-item label .wpcf7-list-item-label:before {
	content: "";
	width: 26px;
	height: 26px;
	border: 1px solid #000;
	position: absolute;
	top: 50%;
	margin-top: -13px;
	left: -45px;
	z-index: 1;
	transition: .3s;
	cursor: pointer;
}

span.wpcf7-list-item label .wpcf7-list-item-label:after {
	content: "";
	width: 18px;
	height: 8px;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	left: -40px;
	z-index: 2;
	transition: .3s;
	transform: rotate(-55deg) scale(0);
	opacity: 0;
	visibility: hidden;
}

span.wpcf7-list-item label input[type=checkbox] {
	visibility: hidden;
	opacity: 0;
	position: absolute;
}

span.wpcf7-list-item label input[type=checkbox]:checked ~ .wpcf7-list-item-label:after {
	transform: rotate(-55deg) scale(1);
	opacity: 1;
	visibility: visible;
}

@media screen and (max-width: 767px) {
	.form-horizontal .form-group .control-label {
		font-size: 14px;
	}
	.form-horizontal .form-group .help {
		font-size: 14px;
	}
	.form-horizontal .form-group .info {
		font-size: 12px;
	}
	.form-horizontal .form-group .checkbox {
		margin: 0 0 5px 0;
	}
	.form-horizontal .form-group .checkbox label {
		font-size: 14px;
	}
	.form-horizontal .form-group .form-control {
		font-size: 15px;
		height: 32px;
		padding: 3px 10px;
	}
	.form-horizontal .form-bot .btn {
		width: 180px;
		height: 40px;
		font-size: 14px;
	}
}

.slick-default {
	padding: 0 0 30px 0;
}

.slick-default .slick-slide {
	outline: none !important;
}

.slick-default .slick-arrow {
	top: -70px;
	margin: 0;
	background: #959393 !important;
	color: #fff !important;
	width: 32px;
	height: 32px;
	line-height: 32px;
}

.slick-default .slick-arrow.slick-prev {
	left: auto;
	right: 52px;
}

.slick-default .slick-arrow.slick-next {
	right: 15px;
}

.slick-default .slick-arrow:hover {
	color: #3bb18f !important;
	background: #888686 !important;
}

.breadcrumb {
	align-items: center;
	padding: 0;
	background: 0;
	color: #222;
	line-height: 1;
	font-size: .9em;
}

.breadcrumb a {
	color: #222;
	display: inline-block;
	margin: 0;
	line-height: 1;
	font-size: .9em;
}

.breadcrumb a span {
	margin: 0;
	font-size: 1em;
}

.breadcrumb a:hover span {
	text-decoration: underline;
}

.breadcrumb > span {
	line-height: 1;
	display: inline-block;
	margin: 0 6px 0;
	font-size: .9em;
}

.breadcrumb i {
	margin-right: 3px;
	display: none;
}

.breadcrumb .current-item {
	color: #3bb18f;
}

.works {
	margin: 0 -15px;
}

.works .slick-list {
	padding: 10px 0 15px 0;
}

.works:not(.slick-slider) {
	display: flex;
	flex-wrap: wrap;
}

.works:not(.slick-slider) .work-item {
	flex: 0 0 calc(25% - 30px);
	margin-bottom: 30px;
}

.works .work-item {
	position: relative;
	transition: all .2s;
	margin: 0 15px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	display: flex;
}

.works .work-item.grid-item {
	width: calc(33.333% - 30px);
	transition: none;
}

.works .work-item a {
	display: flex;
	color: #fff;
}

.works .work-item .image {
	height: auto;
	display: flex;
}

.works .work-item .image:before {
	background: linear-gradient(to bottom, #000 0%, rgba(255, 255, 255, 0) 100%);
	position: absolute;
	opacity: .5;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.works .work-item .image img {
	width: 100%;
	object-fit: cover;
	display: block;
}

.works .work-item .entry-block {
	background-color: transparent;
	position: absolute;
	width: 100%;
	top: 0;
	overflow: hidden;
	padding: 25px;
}

.works .work-item .entry-block .date {
	font-size: 80%;
	margin-bottom: 5px;
}

.works .work-item .title {
	color: #fff;
}

.works .work-item .title .h3 {
	font-size: 24px;
}

.works .work-item .title > * {
	margin: 0;
	text-transform: none;
}

.works .work-item .description {
	padding: 25px 0;
	transform: translate3d(0, 20px, 0);
	opacity: 0;
	transition: all .3s;
}

.works .work-item .description p {
	margin: 0 0 10px;
}

.works .work-item .show-more {
	position: absolute;
	padding: 0;
	background-color: transparent;
	bottom: -35px;
	top: inherit;
	width: 90%;
	left: 50%;
	transition: all 2s;
	transform: scale(1, 1) translate(-50%, -50%);
	transform-origin: 50% 0;
	text-align: center;
}

.works .work-item .show-more .btn {
	padding: 6px 30px;
	transform: scale(0);
	transition: all .2s;
}

.works .work-item__images {
	display: none;
}

.works .work-item:hover {
	transition: .3s;
	transform: translate3d(0, -10px, 0);
}

.works .work-item:hover .description {
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.works .work-item:hover .show-more .btn {
	transition-delay: .2s;
	transform: scale(1);
}

.filter-buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 0 25px 0;
}

.filter-buttons a {
	margin: 0 12px 8px 0;
	padding: 8px 16px;
	background: #888;
	border: 0;
	border-radius: 3px;
	cursor: pointer;
	font-size: 14px;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	color: #fff;
	outline: none;
	display: inline-block;
	position: relative;
	transition: .3s;
}

.filter-buttons a:hover, .filter-buttons a.is-checked {
	background: #3bb18f;
}

.filter-button-group {
	margin: 0 0 30px 0;
}

.filter-button-group button {
	background: #888;
	border: 0;
	border-radius: 3px;
	cursor: pointer;
	font-size: 16px;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	color: #fff;
	outline: none;
	padding: 12px 15px;
	margin: 0 10px 10px 0px;
	display: inline-block;
	position: relative;
	transition: .3s;
}

.filter-button-group button:hover, .filter-button-group button.is-checked {
	background: #3bb18f;
}

.work-date {
	margin: 0 0 20px 0;
}

.post-photos {
	display: flex;
	flex-wrap: wrap;
}

.post-photos.post-photos-modal .photo-item {
	flex: 0 0 33%;
	max-width: 33%;
}

.post-photos.post-photos-modal .photo-item p {
	font-size: .8em;
	white-space: normal;
}

.post-photos .photo-item {
	flex: 0 0 25%;
	max-width: 25%;
}

.post-photos .photo-item a {
	padding: 3px;
	display: block;
	position: relative;
}

.post-photos .photo-item a img {
	width: 100%;
	height: auto;
}

.post-photos .photo-item a span {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -42px;
	margin-left: -20px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-5px);
	transition: .3s;
	padding: 6px 12px;
	background: #fff;
	border-radius: 50%;
	font-size: 18px;
	font-weight: 100;
	color: #3bb18f;
	display: inline-block;
}

.post-photos .photo-item a span:hover {
	opacity: 1;
}

.post-photos .photo-item a p {
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	color: #3bb18f;
	text-overflow: ellipsis;
	padding: 7px 0;
}

.post-photos .photo-item a:hover {
	text-decoration: none;
}

.post-photos .photo-item a:hover span {
	opacity: 0.8;
	visibility: visible;
	transform: none;
}

.post-photos .photo-item.item-color img {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.post-photos .photo-item.item-color--hidden {
	display: none;
}

.dekor .work-item .image:before {
	background: linear-gradient(to bottom, #555 0%, rgba(255, 255, 255, 0) 20%);
}

@media screen and (max-width: 992px) {
	.wroks .work-item .title .h3 {
		font-size: 21px;
	}
	.post-photos .photo-item {
		flex: 0 0 33.333%;
		max-width: 33.333%;
	}
}

@media screen and (max-width: 767px) {
	.works:not(.slick-slider) {
		margin: 0;
		display: block;
	}
	.works:not(.slick-slider) .work-item {
		flex: 0 0 100%;
		margin: 0 0 30px 0;
	}
	.works .work-item.grid-item {
		width: 100%;
		transition: none;
	}
	.works .work-item .title > * {
		font-size: 1.4rem;
	}
	.works .work-item .description {
		transform: translate3d(0, 0, 0);
		opacity: 1;
		font-size: 14px;
		line-height: 1.6;
	}
	.works .work-item .show-more {
		bottom: 10px;
	}
	.works .work-item .show-more .btn {
		transition-delay: .2s;
		transform: scale(1);
	}
	.works .work-item .image:before {
		opacity: .7;
	}
	.post-photos .photo-item {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

.post {
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 30px;
	text-align: justify;
}

.post p {
	margin-bottom: 10px;
}

.post h1,
.post h2,
.post h3,
.post h4 {
	opacity: 1;
	line-height: 1.4;
	font-weight: bold;
}

.post h1 {
	font-size: 28px;
	margin: 0 0 25px 0;
}

.post h2 {
	font-size: 24px;
	margin: 0 0 20px 0;
}

.post h3 {
	font-size: 20px;
	margin: 0 0 20px 0;
}

.post a {
	color: #3bb18f;
	text-decoration: underline;
}

.post a:hover {
	text-decoration: none;
}

.post-list .post-item {
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	background: #fff;
	padding: 15px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.post-list .post-item-thumb {
	flex: 0 0 40%;
	margin-right: 30px;
}

.post-list .post-item-thumb img {
	width: 100%;
	height: auto;
	transition: opacity 0.5s, transform 0.5s;
}

.post-list .post-item-info {
	flex: 1 1 40%;
}

.post-list .post-item-info .post-item-title {
	font-size: 24px;
	line-height: 1.2;
	margin-bottom: 10px;
}

.post-list .post-item-info .post-item-title a {
	color: #3a3d45;
	transition: .3s;
	text-decoration: none;
}

.post-list .post-item-info .post-item-title a:hover {
	color: #3bb18f;
}

.post-list .post-item-info .post-item-text a {
	display: block;
	text-decoration: underline;
	color: #3bb18f;
	margin: 10px 0 0;
}

.post-list .post-item-info .post-item-text a:hover {
	text-decoration: none;
}

.post-list .post-item-info .post-item-label {
	font-size: 13px;
	margin-bottom: 10px;
}

.post-categories {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.post-categories a {
	font-size: 13px;
	display: inline-block;
	margin: 0 10px 10px 0;
	color: #fff;
	background: #3bb18f;
	padding: 2px 6px;
	line-height: 1;
}

.single-post .section-title {
	margin-bottom: 15px;
}

.single-post .section-title h1 {
	font-size: 28px;
}

.single-post .post-content {
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 1.5;
}

.single-post .post-content img {
	max-width: 100%;
	height: auto;
}

.single-post .meta-post {
	margin-bottom: 15px;
	padding-bottom: 15px;
	font-size: 13px;
	display: flex;
	font-size: 14px;
	border-bottom: 1px solid #E9E9E9;
}

.single-post .meta-post > span {
	margin: 0 10px 0 0;
	font-weight: bold;
}

.single-post .post-category {
	display: flex;
	align-items: center;
	border-top: 1px solid #E9E9E9;
	border-bottom: 1px solid #E9E9E9;
	padding: 15px 0;
	margin-bottom: 15px;
	font-size: 14px;
}

.single-post .post-category > span {
	margin: 0 10px 0 0;
	font-weight: bold;
}

.single-post .post-category ul li a {
	margin: 0 10px 0;
}

.nav-links {
	display: flex;
	justify-content: space-between;
}

.nav-links > div {
	flex: 0 1 45%;
}

.nav-links a {
	color: #3a3d45;
	transition: .3s;
	font-size: 14px;
}

.nav-links a:hover {
	text-decoration: none;
	color: #3bb18f;
}

.nav-links .nav-previous {
	text-align: left;
}

.nav-links .nav-previous .nav-title > span {
	margin-right: 10px;
}

.nav-links .nav-next {
	text-align: right;
}

.nav-links .nav-next .nav-title > span {
	margin-left: 10px;
}

@media screen and (max-width: 767px) {
	.post-list .post-item {
		display: block;
	}
	.post-list .post-item-thumb {
		display: block;
		margin: 0 0 20px 0;
		width: 100%;
	}
}

.pagination {
	justify-content: center;
	margin-bottom: 30px;
}

.wp-pagenavi {
	text-align: center;
	margin: 30px 0;
	display: flex;
}

.wp-pagenavi .pages {
	display: none;
}

.wp-pagenavi span,
.wp-pagenavi a {
	display: inline-block;
	border: none;
	margin: 0 2px;
}

.wp-pagenavi a.current,
.wp-pagenavi span.current {
	background: #3bb18f;
	border: 1px solid #3bb18f;
	color: #fff !important;
	cursor: default;
}

.wp-pagenavi span,
.wp-pagenavi a {
	color: #3bb18f;
}

.wp-pagenavi span.last, .wp-pagenavi span.first,
.wp-pagenavi a.last,
.wp-pagenavi a.first {
	border: none;
}

.wp-pagenavi span.last:hover, .wp-pagenavi span.first:hover,
.wp-pagenavi a.last:hover,
.wp-pagenavi a.first:hover {
	text-decoration: underline;
}

.wp-pagenavi span:hover,
.wp-pagenavi a:hover {
	text-decoration: none;
	color: #3a3d45;
}

.wp-pagenavi span,
.wp-pagenavi .page,
.wp-pagenavi .current {
	border: 1px solid #3bb18f;
	border-radius: 2px;
	padding: 3px 5px;
	width: 34px;
	text-align: center;
}

.wp-pagenavi .prevpostslink, .wp-pagenavi .nextpostslink {
	padding: 2px 8px;
	font-size: 18px;
}

.ajax_loadmore {
	background-color: #ddd;
	border-radius: 2px;
	display: block;
	margin: 0 auto;
	max-width: 220px;
	text-align: center;
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 1px;
	cursor: pointer;
	text-transform: uppercase;
	padding: 10px 0;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.ajax_loadmore:hover {
	background-color: #767676;
	color: #fff;
}

.ajax_loadmore i {
	margin: 0 10px 0 0;
}

.ajax_loadmore--loading i {
	animation: spinner-border .75s linear infinite;
}

@media screen and (max-width: 767px) {
	.wp-pagenavi .pages {
		display: none;
	}
}

.product-gallery {
	position: relative;
	overflow: hidden;
}

.product-gallery__imgs-list:not(.slick-slider) {
	display: flex;
}

.product-gallery__imgs-list .item {
	overflow: hidden;
	margin-bottom: 10px;
	border: none;
	cursor: pointer;
}

.product-gallery__imgs-list .item a {
	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .3s opacity;
	margin: 3px;
	border: 1px solid #e2e2e2;
	color: #e2e2e2;
	text-decoration: none;
	font-size: 48px;
}

.product-gallery__imgs-list .item a img {
	opacity: 1 !important;
}

.product-gallery__imgs-list .item a:hover {
	opacity: 0.7;
}

.product-gallery__imgs-list .item.slick-current a {
	border: 2px solid #3bb18f;
}

.product-gallery__imgs-list.slick-slider .item {
	text-align: center;
	overflow: hidden;
}

.product-gallery__imgs-list.slick-slider .item img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.product-gallery__preview {
	float: none;
	display: block;
	margin: 0 0 20px 0;
	position: relative;
	overflow: hidden;
}

.product-gallery__preview .main-image {
	position: relative;
	overflow: hidden;
}

.product-gallery__preview .main-image .preview_wrap {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 420px;
	background: #fff;
}

.product-gallery__preview .main-image .preview_wrap--empty {
	height: auto;
}

.product-gallery__preview .main-image .preview_wrap img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.product-gallery__preview .main-image .preview_wrap:not(.preview_wrap--empty):after {
	content: "\f00e";
	font-family: FontAwesome;
	font-size: 32px;
	line-height: 32px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -16px 0 0 -16px;
	z-index: 10;
	color: #979797;
	width: 48px;
	height: 48px;
	text-align: center;
	border: none;
	padding: 0;
	background: none;
	transition: .3s;
	transform: scale(0.8);
	opacity: 0;
	visibility: hidden;
}

.product-gallery__preview .main-image:not(.slick-slide):not(:first-of-type) {
	display: none;
}

.product-gallery__preview .main-image--video .preview_wrap:not(.preview_wrap--empty):after {
	content: "\f04b";
}

.product-gallery__preview--loading {
	background: url(../images/ajax-loader.gif) no-repeat center center;
}

.product-gallery__preview--init img {
	display: inline-block;
}

.product-gallery__preview .slick-arrow {
	position: absolute;
	cursor: pointer;
	top: 50%;
	width: 33px;
	height: 33px;
	margin: -16px 0 0;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
}

.product-gallery__preview .slick-arrow.slick-prev {
	left: 0;
	transform: translateX(-100%);
}

.product-gallery__preview .slick-arrow.slick-next {
	right: 0;
	transform: translateX(100%);
}

.product-gallery__preview .slick-arrow:hover {
	opacity: 0.7;
}

.product-gallery:hover .main-image .preview_wrap:after {
	transform: none;
	opacity: 1;
	visibility: visible;
}

.product-gallery:hover .slick-arrow {
	transform: none !important;
	opacity: 1;
	visibility: visible;
}

.single-product .section-title h1 {
	font-size: 2.4rem;
	font-style: italic;
	text-align: left;
}

.single-product__navi {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
	overflow: hidden;
}

.single-product__navi a {
	color: #3a3d45;
	align-items: center;
	text-decoration: none;
	margin: 0 0 10px 0;
	font-size: 14px;
}

.single-product__navi a:first-of-type i {
	margin-right: 5px;
}

.single-product__navi a:last-of-type {
	margin-left: auto;
}

.single-product__navi a:last-of-type i {
	margin-left: 5px;
}

.single-product__navi a i {
	font-size: 16px;
	font-weight: bold;
}

.single-product__navi a:hover {
	color: #3bb18f;
}

.single-product__category {
	margin: 25px 0 0;
	padding: 25px 0 0;
	border-top: 1px solid #e5e5e5;
}

.single-product__category a {
	color: #3bb18f;
}

.single-product__price {
	margin-bottom: 5px;
}

.single-product__price sup {
	font-weight: bold;
	color: #3bb18f;
	text-decoration: none;
	font-size: 30px;
	top: 0;
}

.single-product__price span {
	font-size: 25px;
}

.single-product__short {
	margin-bottom: 30px;
}

.single-product__promocode {
	margin-bottom: 30px;
}

.single-product__promocode #promo-code-input {
	width: 100%;
	border: 1px solid #D5D7DA;
	border-radius: 8px;
	height: 44px;
	padding: 0px 14px;
}

.single-product__promocode #promo-code-input:focus-visible {
	outline: 2px solid #181D27;
}

.single-product__promocode #apply-promo-btn {
	margin-top: 8px;
	border: 0;
	border-color: #000;
	color: #fff;
	background: #000;
	font-weight: 300;
	font-size: 14px;
	padding: 12px 25px;
	text-transform: uppercase;
}

.single-product__promocode #apply-promo-btn:hover {
	background-color: #3bb18f;
}

.single-product__promocode #apply-promo-btn:active {
	background-color: #2e8b70;
}

.single-product__batons .btn {
	border-color: #000;
	background: #000;
	font-weight: 300;
	font-size: 14px;
	padding: 12px 25px;
	text-transform: uppercase;
}

.single-product__batons .btn i {
	margin-right: 10px;
}

.single-product__batons .btn:hover {
	border-color: #3bb18f;
	background: #3bb18f;
}

.single-product__tabs {
	background: #f5f5f5;
	padding: 30px 0;
	margin: 20px 0 50px 0;
}

.single-product__tabs ul.nav-tabs {
	padding-bottom: 30px;
	background-color: #f5f5f5;
	margin-bottom: 0;
	text-align: center;
	border: none;
	justify-content: center;
}

.single-product__tabs ul.nav-tabs li {
	padding: 0 10px;
}

.single-product__tabs ul.nav-tabs li a {
	border: none;
	border-radius: 0;
	background: none;
	font-size: 20px;
	padding: 10px 10px;
	font-weight: 500;
	color: #999;
}

.single-product__tabs ul.nav-tabs li a.active {
	color: #000;
	border-bottom: 1px solid #3bb18f;
	background-color: #f5f5f5;
}

.single-product__tabs ul.nav-tabs li a:not(.active):hover {
	color: #6b6a6b;
}

.single-product__tabs .tab-pane {
	box-shadow: none;
	padding: 20px 0;
	border: 0;
	border-radius: 0;
	background-color: #f5f5f5;
}

.single-product .product-specs {
	margin: 0 0 30px 0;
}

.single-product .product-specs .table {
	margin: 0;
}

.product-text {
	line-height: 1.7;
	text-align: left;
}

.product-text table {
	margin-bottom: 1rem;
}

.product-text table th,
.product-text table td {
	padding: 5px;
}

.product-text table tr:nth-child(2n+1) {
	background: #f7f7f7;
}

.term-gallery {
	margin-bottom: 90px;
}

.advants {
	margin-bottom: 90px;
}

.advants-top {
	margin: 0 0 45px 0;
}

.advants-list {
	padding: 0 10%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.advants-list__item {
	flex: 0 0 30%;
	text-align: center;
	margin-bottom: 30px;
}

.advants-list__item .advant-image {
	height: 65px;
	margin-bottom: 20px;
	overflow: hidden;
}

.advants-list__item .advant-image img {
	height: 100%;
	width: auto;
	transition: .3s;
}

.advants-list__item .advant-name {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.advants-list__item a {
	text-decoration: none;
}

.advants-list__item a .advant-name {
	color: #3a3d45;
}

.advants-list__item a:hover .advant-image img {
	transform: scale(1.1);
}

.action-steps-items {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 90px;
}

.action-steps-items .as-item {
	flex: 0 0 22%;
	margin: 20px;
	text-align: center;
	vertical-align: top;
	position: relative;
}

.action-steps-items .as-item:after {
	content: "\f061";
	font-family: FontAwesome;
	display: block;
	position: absolute;
	right: -40px;
	top: 10%;
	font-size: 36px;
	color: #6b6a6b;
}

.action-steps-items .as-item:last-of-type:after, .action-steps-items .as-item:nth-child(4):after {
	display: none;
}

.action-steps-items .as-item__image {
	width: 108px;
	height: 108px;
	background: #3bb18f;
	border-radius: 50%;
	display: inline-block;
}

.action-steps-items .as-item__image img {
	height: 46%;
	margin-top: 30px;
}

.action-steps-items .as-item__description {
	font-size: 14px;
	line-height: 1.4em;
}

.action-steps-items .as-item__description:before {
	content: '';
	display: block;
	width: 70px;
	height: 3px;
	background: #c3cdce;
	margin: 15px auto 10px;
}

.call-to-action {
	text-align: center;
	padding: 60px 0;
}

.call-to-action button {
	font-size: 24px;
	font-weight: bold;
	margin: 0 auto;
	padding: 8px 25px;
}

.tech-desc {
	margin: 0 0 90px 0;
}

@media screen and (max-width: 992px) {
	.advants-list {
		justify-content: center;
		flex-wrap: wrap;
	}
	.advants-list__item {
		flex: 1 0 46%;
		margin: 0 2% 20px 2%;
	}
	.advants-list__item .advant-image + .advant-name {
		font-size: 14px;
	}
}

@media screen and (max-width: 767px) {
	.product-gallery {
		margin-bottom: 30px;
	}
	.product-gallery__preview .main-image .preview_wrap {
		height: 280px;
	}
	.single-product .section-title h1 {
		font-size: 28px;
	}
	.single-product__navi {
		display: none;
	}
	.single-product__tabs {
		padding: 30px 0;
		margin: 30px 0;
	}
	.single-product__tabs ul.nav-tabs {
		padding-bottom: 15px;
	}
	.single-product__tabs .tab-pane {
		padding: 10px 0;
	}
}

.ajax-form {
	position: relative;
}

.ajax-form:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 100;
	transition: .3s;
}

.ajax-form:before {
	content: "\f013";
	display: inline-block;
	font: normal normal normal 32px/1 FontAwesome;
	color: red;
	top: 50%;
	left: 50%;
	margin: -16px 0 0 -16px;
	z-index: 101;
	position: absolute;
	animation: fa-spin 2s infinite linear;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
}

.ajax-form.loading:after {
	opacity: 0.6;
	visibility: visible;
}

.ajax-form.loading:before {
	opacity: 1;
	visibility: visible;
}

.cons-form {
	margin: 0 0 50px 0;
}

.cons__image {
	position: relative;
	border: 1px solid #ccc;
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
}

.cons__image .item {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	visibility: hidden;
	opacity: 0.7;
}

.cons__image .item.item--shown {
	opacity: 1;
	visibility: visible;
}

.cons .folding-width,
#priceTable {
	display: none;
}

.cons {
	padding-top: 20px;
}

.cons h4 {
	font-size: 1.5em;
	font-weight: 700;
	margin: 0 0 1rem 0;
}

.cons .cons-calc {
	margin: 25px 0 10px 0;
}

.cons .cons-calc .nav {
	display: block;
	margin-bottom: 2rem;
}

.cons .cons-calc .nav li {
	display: block;
	text-align: left;
}

.cons .cons-calc .nav li > a {
	display: block;
	margin: 0 0 .75rem 0;
	padding: .5rem;
	padding-left: 2rem;
	font-size: 1em;
	line-height: 1;
	color: #3a3d45;
	border-radius: 0;
	border: none;
	background: none;
	position: relative;
	transition: .1s;
}

.cons .cons-calc .nav li > a:before, .cons .cons-calc .nav li > a:after {
	content: "";
	display: block;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	transition: .2s;
}

.cons .cons-calc .nav li > a:before {
	background: #ebecf0;
	width: 1.5rem;
	height: 1.5rem;
	border: 2px solid #ebecf0;
	margin-top: -.75rem;
	z-index: 1;
}

.cons .cons-calc .nav li > a:after {
	background: #cc0202;
	width: 12px;
	height: 12px;
	margin-top: -6px;
	left: 6px;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	transform: scale(1.3);
}

.cons .cons-calc .nav li > a:hover {
	text-decoration: none;
	background: none;
	color: #000;
}

.cons .cons-calc .nav li > a.active {
	background: none;
	font-weight: bold;
	cursor: default;
}

.cons .cons-calc .nav li > a.active:before {
	border-color: #cc0202;
	background: #fff;
}

.cons .cons-calc .nav li > a.active:after {
	visibility: visible;
	opacity: 1;
	transform: none;
}

.cons .cons-result {
	margin: 15px 0;
	padding-top: 20px;
	border-top: 1px solid #f3f3f3;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}

.cons .form-bottom .btn {
	display: block;
	width: 100%;
	max-width: 220px;
	margin: 0 auto;
}

.cons-design {
	margin-bottom: 2rem;
}

.cons-design .option-item {
	margin: 0;
	padding: 15px 10px;
	border-bottom: 1px solid #f3f3f3;
}

.cons-design .option-item:hover {
	background: #f7f7f7;
}

.cons-design .option-item .option-value {
	display: none;
}

.cons-design .option-item.selected .option-value {
	display: block;
}

.cons-design .option-item .option-value a {
	float: right;
	font-size: 12px;
	cursor: pointer;
}

.cons-design .option-item a {
	text-decoration: underline;
	color: red;
}

.cons-design .option-item a:hover {
	text-decoration: none;
}

.calc-tab {
	padding: 15px 0;
}

.cons-calc .option-item.option-range {
	padding: 0 15px;
	margin-bottom: 10px;
}

.cons-calc .option-item.option-dropdown {
	margin-bottom: 15px;
}

.cons-calc .option-item.option-range > b {
	display: block;
	margin: 0 -15px 40px -15px;
}

.cons-calc .option-item.option-range .option-item__value > input[type="text"] {
	opacity: 0;
}

.cons-calc .option-item.option-range .slider.slider-horizontal {
	width: 100%;
}

.cons-calc .option-item b {
	display: block;
	font-size: 1em;
	margin-bottom: .5rem;
}

.cons-calc .option-item .slider-handle {
	background: #3bb18f;
	outline: none;
}

.cons-calc .slider-selection.tick-slider-selection {
	background: none;
	box-shadow: none;
}

.cons-calc .slider-tick.in-selection {
	background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
}

.modal-colors .modal-title {
	font-size: 22px;
	margin: 10px 0 0;
}

.modal-colors .close {
	font-size: 13px;
}

.tooltip {
	z-index: 100;
}

.preview-list {
	display: none;
	flex-wrap: wrap;
	justify-content: center;
}

.preview-list.active {
	display: flex;
}

.preview-list a {
	display: block;
	position: relative;
	border: none;
	flex: 0 0 291px;
	height: 291px;
	margin: 0 1% 20px 1%;
	background-color: #f1f1f1;
	cursor: pointer;
	border: 2px solid transparent;
}

.preview-list a.selected {
	border-color: red;
}

.preview-list a img {
	width: 100%;
	max-width: 100%;
}

.preview-list a span {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 5px 10px;
	color: #fff;
	opacity: .8;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.5));
	transition: all .3s linear;
}

.preview-list a:hover span {
	opacity: 1;
	padding-bottom: 10px;
}

.constructor-heading {
	font-size: 24px;
	font-style: italic;
}

.cons-post {
	margin-bottom: 50px;
}

.tooltip.in {
	opacity: 1;
}

@keyframes ringPulse {
	0% {
		opacity: 0;
		transform: scale(1);
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		transform: scale(1.8);
	}
}

.hotspot {
	position: absolute;
	z-index: 10;
	text-decoration: none;
	text-align: center;
}

.hotspot:hover {
	text-decoration: none;
}

.hotspot:hover div {
	color: #3bb18f;
}

.hotspot-slab {
	left: 420px;
	top: 120px;
}

.hotspot-legs {
	left: 360px;
	top: 420px;
}

.hotspot-carga {
	left: 580px;
	top: 190px;
}

.hotspot div {
	color: #fff;
	font-size: 13px;
	background: rgba(0, 0, 0, 0.6);
	padding: 3px 5px;
	border-radius: 3px;
	min-width: 80px;
}

.hotspot span {
	position: relative;
	background-color: red;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	cursor: pointer;
	opacity: 0.7;
	z-index: 998;
	display: inline-block;
	margin-bottom: 5px;
}

.hotspot span:before, .hotspot span:after {
	position: absolute;
}

.hotspot span:before {
	content: '';
	border-radius: 50%;
	width: 15px;
	height: 15px;
	top: 0;
	left: 0;
	border: 1px solid red;
	transform-origin: 50%;
	transition: all 0.3s;
	animation: ringPulse 4s infinite;
}

.hotspot span:after {
	background-color: #000;
}

.hotspot span.active {
	opacity: 1;
	background-color: #f3ed8b;
}

.hotspot span.active:before {
	border-color: #f3ed8b;
}

.hotspot span.visited {
	opacity: 1;
}

@media screen and (max-width: 992px) {
	.hotspot {
		display: flex;
		align-items: center;
	}
	.hotspot span {
		margin: 0 1rem 0 0;
		width: 10px;
		height: 10px;
	}
	.hotspot span:before {
		width: 10px;
		height: 10px;
	}
	.hotspot div {
		font-size: 12px;
		width: auto;
		padding: 2px 3px;
	}
}

body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
	padding-right: 17px;
}

body.fancybox-active .header.sticky {
	padding-right: 32px;
}

.modal-backdrop.show {
	opacity: .9;
}

.modal-scrollable {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: auto;
}

.modal-dialog {
	width: 100%;
	max-width: 100%;
	margin: 10% auto;
}

.modal-content {
	border-radius: 0;
	padding: 0;
	background: none;
	box-shadow: none;
	border: none;
}

.modal-content .modal-header {
	text-align: center;
	color: #fff;
	display: block;
	border: none;
	padding: 0;
	margin-bottom: 30px;
}

.modal-content .modal-header .h2 {
	margin-top: 50px;
	font-size: 36px;
	line-height: 38px;
	font-weight: 900;
	text-transform: uppercase;
}

.modal-content .modal-close {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 100px;
	height: 100px;
	border-radius: 500px;
	z-index: 2;
	perspective: 1000px;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease-out;
	opacity: 1;
	visibility: visible;
}

.modal-content .modal-close span {
	position: absolute;
	left: 0;
	top: 0;
	width: 51px;
	height: 100px;
	background: #359e80;
	border-radius: 500px 0 0 500px;
	transform-origin: 100% 50%;
	transition-delay: 1s;
	transform: rotateY(0);
}

.modal-content .modal-close:before {
	position: absolute;
	left: 50%;
	top: 0;
	width: 50px;
	height: 100px;
	background: #3bb18f;
	border-radius: 0 500px 500px 0;
	content: "";
	transform-origin: 0 50%;
	transform: rotateY(0);
	transition-delay: 1s;
}

.modal-content .modal-close:after {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	width: 42px;
	height: 42px;
	background: url(../images/close.png) no-repeat;
	content: "";
	opacity: 1;
	transition-delay: 1.5s;
}

.modal-content .modal-close:hover {
	transform: rotate(180deg);
}

.modal-content .form-horizontal {
	max-width: 360px;
	margin: 0 auto 15px auto;
}

.modal-content .form-horizontal .form-baton .btn {
	display: block;
	width: 100%;
	max-width: 240px;
	font-size: 28px;
	font-weight: bold;
	margin: 0 auto;
}

.popup-modal {
	background: rgba(17, 17, 17, 0.92);
	top: -100%;
	opacity: 1;
	visibility: hidden;
	z-index: 9999;
	position: fixed;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(17, 17, 17, 0.9);
	transition: all .3s ease-out;
}

.popup-modal .popup-black-in {
	position: relative;
	display: block;
	padding-top: 50px;
	padding-bottom: 30px;
	width: 100%;
	height: 100vh;
	overflow: auto;
}

.popup-modal .popup-close {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 100px;
	height: 100px;
	border-radius: 500px;
	z-index: 2;
	perspective: 1000px;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease-out;
}

.popup-modal .popup-close span {
	position: absolute;
	left: 0;
	top: 0;
	width: 51px;
	height: 100px;
	background: #359e80;
	border-radius: 500px 0 0 500px;
	transform-origin: 100% 50%;
	transform: rotateY(-90deg);
	transition-delay: 0s !important;
}

.popup-modal .popup-close:before {
	position: absolute;
	left: 50%;
	top: 0;
	width: 50px;
	height: 100px;
	background: #3bb18f;
	border-radius: 0 500px 500px 0;
	content: "";
	transform-origin: 0 50%;
	transform: rotateY(90deg);
}

.popup-modal .popup-close:after {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	width: 42px;
	height: 42px;
	background: url(../images/close.png) no-repeat;
	content: "";
	opacity: 0;
	transition-delay: 0s;
}

.popup-modal .popup-close:hover {
	transform: rotate(180deg);
}

.popup-modal .popup-close.active {
	opacity: 1;
	visibility: visible;
}

.popup-modal .popup-close.active span {
	transform: rotateY(0);
	transition-delay: 1s !important;
}

.popup-modal .popup-close.active:before {
	transform: rotateY(0);
	transition-delay: 1s !important;
}

.popup-modal .popup-close.active:after {
	opacity: 1;
	transition-delay: 1.5s !important;
}

.popup-modal .h2 {
	position: relative;
	text-align: center;
	color: #fff;
	margin-top: 50px;
	font-size: 36px;
	line-height: 38px;
	font-weight: 900;
	text-transform: uppercase;
}

.popup-modal.active {
	top: 0;
	visibility: visible;
}

.popup-form {
	margin: -40px auto 0 auto;
}

.popup-form:after {
	display: inline-block;
	height: 100%;
	content: "";
	vertical-align: middle;
	margin-left: -.5em;
}

.popup-form--short {
	max-width: 420px;
}

.popup-form .wpcf7-not-valid-tip {
	text-align: left;
	font-size: 11px;
	font-weight: 300;
	padding-top: 5px;
	clear: both;
	text-transform: uppercase;
	color: #ff4b4b;
	font-weight: bold;
}

.popup-form div.wpcf7-validation-errors,
.popup-form div.wpcf7-acceptance-missing,
.popup-form div.wpcf7-mail-sent-ok {
	color: #fff;
	font-size: 14px;
}

.popup-form div.wpcf7-response-output {
	color: #fff;
	text-align: center;
	font-size: 13px;
	text-align: center;
	padding: .5rem;
}

.popup-form .form-group {
	margin: 38px 0 0 0;
	text-align: center;
}

.popup-form .form-input {
	position: relative;
}

.popup-form .form-input label {
	position: relative;
	float: left;
	color: rgba(255, 255, 255, 0.8);
	font-size: 12px;
	text-transform: uppercase;
	top: 13px;
	font-weight: 300;
	transition: all .15s ease-out;
}

.popup-form .form-input .wpcf7-form-control-wrap {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: block;
	position: relative;
}

.popup-form .form-input input[type=text],
.popup-form .form-input input[type=tel],
.popup-form .form-input input[type=email],
.popup-form .form-input textarea {
	position: relative;
	background: 0 0;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.7);
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.8);
	font-size: 15px;
	font-weight: 300;
	width: 100%;
	height: 30px;
	transition: all .15s ease-out;
}

.popup-form .form-input input[type=text]:focus,
.popup-form .form-input input[type=tel]:focus,
.popup-form .form-input input[type=email]:focus,
.popup-form .form-input textarea:focus {
	outline: none;
	box-shadow: none;
}

.popup-form .form-input textarea {
	height: 120px;
}

.popup-form .form-input.active label {
	top: 0;
	opacity: .4;
}

.popup-form .form-input.active input[type=text],
.popup-form .form-input.active input[type=tel],
.popup-form .form-input.active input[type=email],
.popup-form .form-input.active textarea {
	border-bottom: 1px solid #f5d300;
}

.popup-form .button-wrap {
	position: relative;
	display: inline-block;
	text-align: center;
}

.popup-form .button-wrap .wpcf7-submit {
	position: relative;
	border: 0;
	cursor: pointer;
	height: 49px;
	line-height: 49px;
	padding: 0 30px;
	background: #3bb18f;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	transition: all .15s ease-out;
	outline: none;
	box-shadow: none;
}

.popup-form .button-wrap .wpcf7-submit:hover {
	background: #2e8b70;
}

.form-phone {
	text-align: center;
	padding: 25px 0 15px 0;
}

.form-phone a {
	text-decoration: none;
	font-weight: bold;
	font-size: 24px;
	color: #fff;
}

.form-phone a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 767px) {
	body.modal-open,
	.modal-open .navbar-fixed-top,
	.modal-open .navbar-fixed-bottom {
		padding-right: 0;
	}
	.modal-dialog {
		max-width: 90% !important;
	}
	.modal-content {
		padding: 20px;
	}
	.modal-content .form-top {
		font-size: 22px;
		line-height: 29px;
	}
	.modal-content .form-name {
		font-size: 18px;
		line-height: 24px;
	}
}

#comments {
	margin: 0 auto;
}

html,
body {
	height: 100%;
}

body {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	opacity: 1;
	visibility: visible;
	transition: opacity .24s ease-in-out;
}

body .body-overlay {
	content: "";
	background-color: rgba(0, 0, 0, 0.6);
	height: 100%;
	left: 0;
	overflow: hidden;
	pointer-events: none;
	position: fixed;
	top: 0;
	transition: opacity 0.3s ease 0s;
	width: 100%;
	z-index: -1;
	visibility: hidden;
	opacity: 0;
}

body.menu-opened .body-overlay {
	cursor: pointer;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	z-index: 1800;
}

.test {
	position: absolute;
	background: red;
	top: 0;
	left: 50%;
	margin-left: -75px;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	z-index: 100;
	animation: bounce-top 2s ease-in infinite;
}

.container {
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
	max-width: 1400px;
}

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

a {
	outline: none !important;
}

.slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	z-index: 20;
	width: 40px;
	height: 40px;
	background: #4d4c4c;
	transition: .3s;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	transform: none;
}

.slick-arrow:focus {
	color: #3bb18f;
	outline: none;
	background: #000;
}

.slick-arrow:before {
	display: none;
}

.slick-arrow.slick-prev {
	left: 0;
}

.slick-arrow.slick-next {
	right: 0;
}

.slick-arrow:hover {
	background: #000;
	color: #3bb18f;
}

.slick-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
}

.slick-dots li {
	width: 16px;
	height: 16px;
}

.slick-dots li button {
	border: 1px solid #ccc;
	border-radius: 50%;
	padding: 2px;
	width: 16px;
	height: 16px;
}

.slick-dots li button:before {
	width: 16px;
	height: 16px;
	line-height: 16px;
}

.wrapper {
	min-height: calc(100vh - 560px);
	background-color: #fff;
	padding: 0 0 40px 0;
}

.wrapper-more {
	margin: 30px 20px 0;
	text-align: center;
}

.section-title {
	position: relative;
	border-bottom: 1px solid #E9E9E9;
	margin: 0 0 30px 0;
	padding: 0 0 10px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.section-title:after {
	content: "";
	display: block;
	background: #3bb18f;
	height: 3px;
	width: 70px;
	position: absolute;
	bottom: 0;
	left: 0;
	margin-bottom: -2px;
	z-index: 5;
}

.section-title h1,
.section-title h2 {
	margin: 0;
	font-size: 28px;
	line-height: 1.4;
}

.section-title h2 {
	display: inline-block;
	font-weight: 500;
}

.section-title a {
	color: #3bb18f;
	font-weight: 600;
	text-decoration: underline;
}

.section-title a:hover {
	color: #2e8b70;
	text-decoration: none;
}

.btn {
	outline: none !important;
	box-shadow: none !important;
	border-radius: 2px;
}

.btn-primary {
	background: #3bb18f;
	border-color: #3bb18f;
}

.btn-primary:hover {
	background: #2e8b70;
	border-color: #2e8b70;
}

.btn-primary:focus, .btn-primary:active {
	background: #2e8b70 !important;
	border-color: #2e8b70 !important;
}

.btn-clean {
	background-color: transparent;
	border-color: #fff !important;
	color: #fff;
}

.btn-clean:hover {
	background-color: #fff;
	color: #000 !important;
}

.page-heading {
	font-size: 28px;
	font-weight: 600;
}

.text-header {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0 0 20px 0;
}

.table {
	border: 1px solid #dee2e6;
}

@media screen and (max-width: 767px) {
	.container {
		padding-left: 15px;
		padding-right: 15px;
	}
}

body.is-sticky {
	padding-top: 70px;
}

body:not(.home) .header {
	background: #222;
	color: #fff;
}

body:not(.home) .header .toolbar__phone a {
	color: #fff;
}

body:not(.home) .header .toolbar__phone a:hover {
	color: #3bb18f;
}

body:not(.home) .header .toolbar__lang ul li a {
	color: #fff;
	margin: 0 0 8px 0;
}

body:not(.home) .header .toolbar__lang ul li.current-lang a {
	color: #3A3E44;
	border: 1px solid #f5f5f5;
	background-color: #f5f5f5;
}

body:not(.home) .navi > ul > li > a {
	color: #fff;
}

body:not(.home) .navi > ul > li:hover > a {
	color: #3bb18f;
	background: #222;
}

body:not(.home) .navi > ul > li.current-menu-item > a, body:not(.home) .navi > ul > li.current-menu-parent > a, body:not(.home) .navi > ul > li.current-category-ancestor > a {
	background: #222;
	color: #fff;
}

body:not(.home) .navi .toggle-menu {
	color: #fff;
}

body:not(.home) .navi .toggle-menu .lines {
	background: #fff;
}

body:not(.home) .navi .toggle-menu .lines:before, body:not(.home) .navi .toggle-menu .lines:after {
	background: #fff;
}

.header {
	min-height: 100px;
	padding: 0 30px;
	display: flex;
	position: relative;
	z-index: 999;
}

.header .header-container .col-logo .logo img {
	padding: 10px 0;
	height: 100px;
}

@media screen and (max-width: 1200px) {
  .header .header-container .col-logo .logo {
    height: 60px;
  }
  .header .header-container .col-logo .logo img {
	height: 60px;
  }
}

.header.sticky {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1000;
	width: 100%;
	min-height: 70px;
	animation-name: fadeInDown;
	animation-direction: normal;
	animation-play-state: running;
	animation-fill-mode: forwards;
	animation-iteration-count: 1;
	animation-duration: 0.7s;
	animation-delay: 0s;
	animation-timing-function: ease-out;
	background: white;
}

.header.sticky .toolbar {
	line-height: 70px;
}

.header.sticky .toolbar__lang ul li {
	line-height: 68px;
}

.header.sticky .toolbar__lang ul li a {
	line-height: 68px;
}

.header.sticky .header-container .col-logo .logo {
	min-height: 70px;
	line-height: 70px;
}

.header.sticky:not(.menu-opened) .navi > ul > li > a {
	line-height: 70px;
	min-height: 70px;
}

.header .header-container {
	flex: 1 1 auto;
	display: flex;
	justify-content: space-between;
	padding: 0 15px 0 0;
}

.header .header-container .col-logo {
	flex: 0 0 15%;
}

.header .header-container .col-logo .logo {
	min-height: 100px;
	line-height: 100px;
	display: block;
	z-index: 99;
}

.header .header-container .col-navi {
	flex: 1 1 auto;
}

.header .header-toolbar {
	margin-left: auto;
	order: 1;
}

.header .toolbar {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	line-height: 100px;
}

.header .toolbar .btn {
	background: #000;
    color: #fff;
    font-size: 12px;
    border-radius: 0;
    text-transform: uppercase;
    padding: 12px 25px;
    transition: 0.3s;
}

body:not(.home) .header .toolbar .btn{
	background: #f5f5f5;
	color: #000000;
}

.header .toolbar .btn:hover,
body:not(.home) .header .toolbar .btn:hover {
	background: #3bb18f;
}

.contacts-block {
	position: relative;
}

.phones-dropdown {
	position:absolute;
	top:90%;
    right:0;
	min-width:max-content;
	display: flex;
	flex-direction: column;
	background:#2d2e36; 
	color:#fff;
	border-radius:14px; 
	padding:16px;
	box-shadow:0 16px 40px rgba(0,0,0,.25);
	z-index:99999;
	opacity:0; 
	pointer-events:none;
	transition:opacity .18s ease, transform .18s ease;
}
.phones-dropdown.mobile {
	top: 100%;
	width: 100%;
	max-width: 277px;
}
.phones-dropdown.is-open{ 
	opacity:1; 
	pointer-events:auto; 
}

.phones{ 
	list-style:none;
	margin:0 0 30px; 
	padding:0; 
	display:flex;
	flex-direction: column;
	gap:20px; 
}
.phones li {
	line-height: normal;
}
.phones a{ 
	color:#fff;
	text-decoration:none;
	font-weight:800;
	letter-spacing:.3px; 
}
.social-buttons {
	display: flex;
	flex-direction: column;
	gap: 20px;
	line-height: normal;
}
.social-btn {
	width: 100%;
	display: inline-flex;
    align-items: center;
	justify-content: center;
    gap: 8px;
    text-decoration: none;
    font-weight: 700;
    background: #3bb18f;
    color: #fff;
    border-radius: 10px;
    padding: 10px 14px;
    box-shadow: inset 0 -2px rgba(0, 0, 0, .15);
    line-height: normal;
    transition: 0.4s;
}
.social-btn:hover {
	transform: scale(1.02);
	color: inherit;
	text-decoration: none;
}
.social-btn-icon { 
	width:24px; 
	height:24px; 
}

.header .toolbar__phone {
	padding: 0 15px;
	display: flex;
	align-items: center;
}

.header .toolbar__phone a {
	font-size: 16px;
	line-height: 1;
	color: #3a3d45;
	text-decoration: none;
	white-space: nowrap;
	font-weight: bold;
	display: flex;
	align-items: center;
}

.header .toolbar__phone a i {
	margin: 0 .5rem 0 0;
	font-size: 30px;
}

.header .toolbar__phone a:hover {
	color: #3bb18f;
}

.header .toolbar__lang {
	position: relative;
	padding: 0 15px;
	font-size: 14px;
	line-height: 20px;
}

.header .toolbar__lang .toolbar__btn-container {
	padding: 8px;
}

.header .toolbar__lang .toolbar__btn-container .toolbar__btn {
	display: flex;
	align-items: center;
	gap: 4px;
    line-height: 1;
    font-weight: bold;
    font-size: 12px;
    padding: 3px;
    color: #3A3E44;
	cursor: pointer;
    text-transform: uppercase;
}
body:not(.home) .header .toolbar__lang .toolbar__btn-container .toolbar__btn {
	color: #ffffff;
}

body:not(.home) .header .toolbar__lang .toolbar__btn-container .toolbar__btn svg path {
	stroke: #ffffff;
}

.header .toolbar__lang ul {
	position: absolute;
	top: 100%;
	display: flex;
	flex-direction: column;
	list-style: none;
	padding: 0;
	margin: 0;
	transition: 0.4s;
	transform-origin: top;
	transform: scaleY(0);
	z-index: 100;
}

body:not(.home) .header .toolbar__lang ul {
	background: #222;
    border-radius: 12px;
}

.header .toolbar__lang ul.open {
	transform: scaleY(1);
}

.header .toolbar__lang ul li {
	display: inline-block;
	vertical-align: middle;
	padding: 8px;
}

.header .toolbar__lang ul li a {
	display: block;
	line-height: 1;
	font-weight: bold;
	font-size: 12px;
	padding: 3px;
	color: #3A3E44;
}

.header .toolbar__lang ul li a img {
	transition: .3s;
	border: 1px solid #8f8686;
	width: 24px;
	opacity: 0.5;
}

.header .toolbar__lang ul li a:hover img {
	border-color: #d0d0d0;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	opacity: 1;
}

.header .toolbar__lang ul li.current-lang a {
	cursor: default;
	color: #f5f5f5;
	text-decoration: none;
	border: 1px solid #3A3E44;
	border-radius: 3px;
	background-color: #3A3E44;
}

.header .toolbar__lang ul li.current-lang a img {
	border-color: #cecece;
	border-color: #8f8686;
	opacity: 1;
}

.navi {
	position: relative;
}

.navi > ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.navi > ul > li {
	margin: 0;
	position: relative;
}

.navi > ul > li > a {
	display: block;
	color: #3a3d45;
	font-size: 16px;
	font-weight: 500;
	line-height: 100px;
	min-height: 100px;
	text-decoration: none;
	padding: 0 18px;
	white-space: nowrap;
}

.navi > ul > li.menu-item-has-children > a {
	padding: 0 25px 0 20px;
}

.navi > ul > li:hover > a {
	background: #f7f7f7;
	color: #3bb18f;
}

.navi > ul > li:hover .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.navi > ul > li.current-menu-item > a, .navi > ul > li.current-menu-parent > a, .navi > ul > li.current-category-ancestor > a {
	background: #f7f7f7;
	color: #df3518;
	cursor: default;
}

.navi > ul > li.menu-item-has-children:after {
	content: "\f107";
	font-family: FontAwesome;
	display: block;
	position: absolute;
	right: 10px;
	top: 50%;
	margin: -10px 0 0;
}

.navi > ul > li .sub-menu {
	position: absolute;
	z-index: 1;
	display: block;
	list-style: none;
	border-radius: 0;
	background: #f5f5f5;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
	margin: 0;
	padding: 0;
	float: none;
	width: 240px;
	top: 100%;
	left: 50%;
	margin-left: -110px;
	transform: translateY(-10px);
	transition: .3s;
	visibility: hidden;
	opacity: 0;
}

.navi > ul > li .sub-menu li {
	display: block;
	position: relative;
}

.navi > ul > li .sub-menu li a {
	display: block;
	color: #000;
	text-decoration: none;
	font-size: 14px;
	border-top: 1px solid #e5e5e5;
	color: #666;
	font-weight: 600;
	padding: 10px 20px;
}

.navi > ul > li .sub-menu li a:hover {
	color: #3bb18f;
}

.navi .toggle-menu {
	display: none;
	color: #000;
	font-weight: 500;
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
}

.navi .toggle-menu:focus {
	outline: none;
}

.navi .toggle-menu .lines {
	width: 26px;
	height: 3px;
	background: #000;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	display: inline-block;
	margin: 0;
	top: -3px;
	position: relative;
}

.navi .toggle-menu .lines:before, .navi .toggle-menu .lines:after {
	width: 26px;
	height: 3px;
	background: #000;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	position: absolute;
	left: 0;
	content: '';
	transform-origin: 4px center;
}

.navi .toggle-menu .lines:before {
	top: 7px;
}

.navi .toggle-menu .lines:after {
	top: -7px;
}

.mobile-menu {
	display: none;
	position: fixed;
	top: 0;
	transition: all 0.4s ease 0s;
	width: 280px;
	z-index: 9999;
	height: 100%;
	background-color: #222;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	border-right: 3px solid #3bb18f;
	bottom: 0;
	left: -280px;
}

.mobile-menu-body {
	width: 100%;
	overflow: hidden;
	overflow-y: auto;
}

.mobile-menu-body > ul {
	display: block;
	margin: 0;
	padding: 2rem 0;
	padding-bottom: 0;
}

.mobile-menu-body > ul > li {
	background: #383838;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #f3f3f3;
	padding: 0;
	border-bottom: solid 1px #4c4c4c;
	line-height: 40px;
}

.mobile-menu-body > ul > li > a {
	display: block;
	padding: 5px 0px 5px 20px;
	line-height: 40px;
	min-height: 40px;
	color: #ddd;
	text-align: left;
	font-size: 16px;
	text-decoration: none;
	position: relative;
	z-index: 2;
}

.mobile-menu-body > ul > li.menu-item-has-children {
	position: relative;
}

.mobile-menu-body > ul > li.menu-item-has-children > a {
	padding: 0 25px 0 20px;
}

.mobile-menu-body > ul > li.current-menu-item > a, .mobile-menu-body > ul > li.current-menu-parent > a, .mobile-menu-body > ul > li.current-category-ancestor > a {
	color: #3bb18f;
}

.mobile-menu-body > ul > li.menu-item-has-children > a:after {
	content: "\f107";
	font-family: FontAwesome;
	display: block;
	position: absolute;
	right: 10px;
	top: 0;
	margin: 0;
	color: #ddd;
	transform: rotate(-90deg);
	transition: .3s;
	z-index: 1;
}

.mobile-menu-body > ul > li.opened > a:after {
	transform: rotate(0);
}

.mobile-menu-body > ul > li .sub-menu {
	display: none;
	background: #f5f5f5;
	position: relative;
	top: auto;
	left: auto;
	margin: 0;
	padding: 0;
	transform: none;
	box-shadow: none;
	width: 100%;
	border: none;
	transition: none;
	opacity: 1;
	visibility: visible;
}

.mobile-menu-body > ul > li .sub-menu:before {
	display: none !important;
}

.mobile-menu-body > ul > li .sub-menu li:first-of-type a {
	border: none;
}

.mobile-menu-body > ul > li .sub-menu li a {
	display: block;
	text-decoration: none;
	font-size: 14px;
	border-top: 1px solid #e5e5e5;
	color: #666;
	font-weight: 600;
	line-height: 1.2;
	padding: 10px 10px 10px 25px;
}

.mobile-menu-body > ul > li:hover > a {
	background: #383838;
	color: #3bb18f;
}

.menu-opened {
	overflow: hidden;
}

.menu-opened .toggle-menu {
	transition: none !important;
}

.menu-opened .toggle-menu .lines {
	background: transparent !important;
}

.menu-opened .toggle-menu .lines:before, .menu-opened .toggle-menu .lines:after {
	transform-origin: 50% 50%;
	top: 0;
	width: 28px;
}

.menu-opened .toggle-menu .lines:before {
	transform: rotate3d(0, 0, 1, 45deg);
}

.menu-opened .toggle-menu .lines:after {
	transform: rotate3d(0, 0, 1, -45deg);
}

@media screen and (max-width: 1400px) {
	body:not(.home) .header .toolbar__lang ul li a {
		margin: 0 0 1px 0;
	}
	.header .toolbar__phone {
		padding: 0 10px 0 0;
	}
	.header .toolbar__phone a {
		font-size: 16px;
		font-weight: bold;
	}
	.header .toolbar__phone a i {
		font-size: 28px;
	}
	.header .toolbar__lang {
		padding: 0 0 0 20px;
		font-size: 14px;
	}
	.header .toolbar__lang ul li a img {
		width: 16px;
	}
	.navi > ul > li > a {
		font-size: 15px;
		padding: 0 15px;
	}
	.navi > ul > li.menu-item-has-children > a {
		padding: 0 25px 0 15px;
	}
}

@media screen and (max-width: 1200px) {
	body:not(.home) .header .toolbar__phone a {
		color: #222;
	}
	body:not(.home) .header .toolbar__phone a:hover {
		color: #3bb18f;
	}
	.header {
		display: block;
		padding: 0;
		min-height: 60px;
	}
	.header .toolbar__lang .toolbar__btn-container {
		padding-right: 0;
	}
	.header .toolbar .btn {
		display: none;
	}
	.header .toolbar {
		line-height: 1.2;
		background: #eaeaea;
		padding: 4px 20px;
		padding-right: 9px;
		height: 40px;
		justify-content: flex-end;
		border-bottom: 1px solid #d3d3d3;
		display: none;
	}
	body:not(.home) .header .toolbar__lang .toolbar__btn-container .toolbar__btn {
		color: #3A3E44;
	}
	body:not(.home) .header .toolbar__lang .toolbar__btn-container .toolbar__btn svg path {
		stroke: #3A3E44;
	}
	.header .toolbar__lang ul {
		background: #ffffff;
		border-radius: 12px;
		left: 35%;
	}
	.header .toolbar__lang ul li a {
		display: block;
		line-height: 1;
		color: #222323;
		font-weight: bold;
		font-size: 11px;
		padding: 2px;
	}
	.header .header-container {
		padding: 0 15px;
	}
	.header .header-container .col-logo .logo {
		min-height: 60px;
		line-height: 60px;
	}
	.header .header-container .col-navi {
		margin-left: auto;
	}
	.navi > ul {
		justify-content: flex-end;
	}
	.navi > ul > li > a {
		min-height: 60px;
		line-height: 60px;
	}
	.navi > ul > li:last-child > a {
		padding-right: 0;
	}
}

@media screen and (max-width: 992px) {
	.header {
		min-height: 60px;
	}
	.header.sticky .toolbar {
		line-height: 20px;
	}
	.header.sticky .toolbar__lang ul li a {
		line-height: 20px;
	}
	.header .header-container .col-logo {
		flex: 0 0 25%;
	}
	.header .header-container .col-logo .logo {
		min-height: 60px;
		line-height: 60px;
	}
	.navi > ul {
		display: none;
		opacity: 0;
		visibility: hidden;
		transition: .3s;
		border-right: 3px solid #3bb18f;
		bottom: 0;
		left: -280px;
		margin: 0;
		overflow-x: hidden;
		overflow-y: auto;
		position: fixed;
		top: 0;
		transition: all 0.4s ease 0s;
		width: 280px;
		z-index: 9999;
		height: 100%;
		background-color: #222;
		padding: 40px 0 10px 0;
	}
	.navi > ul > li {
		background: #383838;
		margin: 0;
		padding: 0;
		border-bottom: 1px solid #f3f3f3;
		padding: 0;
		border-bottom: solid 1px #4c4c4c;
		line-height: 40px;
	}
	.navi > ul > li > a {
		padding: 5px 0px 5px 20px;
		line-height: 40px;
		min-height: 40px;
		color: #ddd;
		text-align: left;
		font-size: 16px;
	}
	.navi > ul > li.menu-item-has-children:after {
		top: 5px;
		margin: 0;
		color: #ddd;
		transform: rotate(-90deg);
		transition: .3s;
	}
	.navi > ul > li.opened:after {
		transform: rotate(0);
	}
	.navi > ul > li .sub-menu {
		display: none;
		position: relative;
		top: auto;
		left: auto;
		margin: 0;
		padding: 0;
		transform: none;
		box-shadow: none;
		width: 100%;
		border: none;
		transition: none;
		opacity: 1;
		visibility: visible;
	}
	.navi > ul > li .sub-menu:before {
		display: none !important;
	}
	.navi > ul > li .sub-menu li a {
		line-height: 1.2;
		padding: 10px 10px 10px 25px;
		border-bottom: 1px solid #f3f3f3;
	}
	.navi > ul > li:hover > a {
		background: #383838;
		color: #3bb18f;
	}
	.navi .toggle-menu {
		display: block;
		top: 18px;
	}
	.mobile-menu {
		display: flex;
	}
	.menu-opened .mobile-menu {
		visibility: visible;
		opacity: 1;
		left: 0;
	}
}

@media screen and (max-width: 767px) {
	.header .toolbar {
		padding: 3px 20px;
		padding-right: 9px;
		height: 28px;
	}
	.header .toolbar__lang ul li a {
		line-height: 1.2;
	}
	.header .toolbar__phone a {
		font-size: 14px;
	}
	.header .toolbar__phone a i {
		font-size: 16px;
		top: 0;
	}
	.header .header-container .col-logo {
		flex: 0 0 38%;
	}
	.header .header-container .col-logo .logo {
		min-height: 40px;
		line-height: 40px;
	}
	.header.sticky .toolbar {
		line-height: 20px;
	}
	.header.sticky .toolbar__lang ul li a {
		line-height: 16px;
	}
	.header.sticky .header-container .col-logo .logo {
		min-height: 40px;
		line-height: 40px;
	}
	.navi > ul > li > a {
		min-height: 40px;
		line-height: 40px;
	}
	.navi .toggle-menu {
		top: 6px;
	}
}

.footer {
	background-color: #222;
	color: #bfbfbf;
}

.footer .widget-title {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 25px;
	color: #fff;
}

.footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer ul li {
	margin-bottom: 10px;
	display: flex;
}

.footer ul li .post-thumbnail {
	flex: 0 0 70px;
}

.footer ul li .post-info {
	flex: 1 1 auto;
	margin-left: 20px;
}

.footer ul li .post-info .post-title {
	font-size: 14px;
	line-height: 1.2;
	color: #3bb18f;
	font-weight: 500;
	display: block;
	max-width: 220px;
}

.footer ul li .post-info .post-title:hover {
	color: #359e80;
}

.footer ul li .post-info .post-date {
	font-size: 12px;
}

.footer .social-icons {
	list-style-type: none;
}

.footer .social-icons li {
	display: inline-block;
}

.footer .social-icons li a {
	min-width: 30px;
	min-height: 30px;
	line-height: 30px;
	font-size: 16px;
	border-radius: 100%;
	text-align: center;
	display: inline-block;
	color: #222;
	background: #bbb;
	position: relative;
	margin-right: 15px;
	transition: .3s;
}

.footer .social-icons li a:hover {
	background-color: #3bb18f;
	color: #fff;
}

.footer .widget {
	margin: 0 0 30px;
}

.footer .textwidget {
	font-size: 14px;
}

.footer .footer-main {
	padding: 50px 0 20px;
}

.footer .footer-main .logo {
	margin-bottom: 15px;
}

.footer .footer-main .logo img {
	width: 190px;
}

.footer .footer-main .footer-contacts > div {
	display: flex;
	margin-bottom: 6px;
}

.footer .footer-main .footer-contacts > div a {
	color: #fff;
	transition: .3s;
}

.footer .footer-main .footer-contacts > div a:hover {
	color: #c83016;
}

.footer .footer-main .footer-contacts > div .icons {
	flex: 0 0 24px;
}

.footer .footer-main .footer-contacts > div .txt {
	flex: 1 1 auto;
}

.footer .footer-main .footer-contacts .map-icon {
	flex: 0 0 70px;
}

.footer .footer-main .footer-contacts .map-icon span {
	background-color: #3bb18f;
	text-align: center;
	display: block;
}

.footer .footer-main .footer-contacts .map-icon span i {
	font-size: 46px;
	color: #fff;
	line-height: 1.4;
}

.footer .footer-main .footer-contacts .media-body {
	flex: 1 1 auto;
	margin-left: 20px;
}

.footer .footer-copyright {
	padding: 15px 0;
	font-size: 13px;
	border-top: 1px solid #353535;
}

.footer .footer-copyright a {
	color: #fff;
	transition: .3s;
}

.footer .footer-copyright a:hover {
	color: #c83016;
}

#scroll-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background: #959393;
	color: #fff;
	transition: .3s;
	font-weight: bold;
	padding: 3px 12px;
	border-radius: 2px;
	display: none;
	cursor: pointer;
	z-index: 999;
	border-radius: 0;
}

#scroll-top:hover {
	color: #3bb18f;
	text-decoration: none;
}

#sidebar .widget {
	background-color: #fff;
	border: 0;
	margin: 0 0 25px;
}

#sidebar .widget .widget-title {
	font-size: 22px;
	margin: 0 0 15px 0;
	font-weight: 600;
	border-bottom: 1px solid #e5e5e5;
	padding: 12px 0;
	position: relative;
}

#sidebar .widget .widget-title:before {
	content: "";
	width: 70px;
	height: 2px;
	background: #df3518;
	position: absolute;
	left: 0;
	bottom: -1px;
	z-index: 11;
}

#sidebar .widget.widget_categories ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#sidebar .widget.widget_categories ul > li {
	margin: 0 -10px;
	border-bottom: 1px solid #f3f3f3;
	color: #000;
	font-size: 15px;
}

#sidebar .widget.widget_categories ul > li a {
	line-height: 1.3;
	color: #3a3d45;
	text-decoration: none;
	padding: 12px;
}

#sidebar .widget.widget_categories ul > li > ul li a {
	font-size: 14px;
	padding-left: 35px;
	position: relative;
	border-bottom: 1px solid #d8d8d8;
}

#sidebar .widget ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#sidebar .widget .filter-list {
	margin: -10px 0 0 0;
}

#sidebar .widget .filter-list > li {
	border-bottom: none;
	border-top: 1px solid #d8d8d8;
	margin: -1px 0 0;
}

#sidebar .widget .filter-list > li:first-of-type {
	border-top: none;
}

#sidebar .widget .filter-list .children {
	border-top: 1px solid #d8d8d8;
	display: block;
}

#sidebar .rpwe-ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar .rpwe-ul li {
	overflow: hidden;
	margin: 0 0 20px;
	padding: 0;
	display: flex;
}

#sidebar .rpwe-ul li .rpwe-img {
	flex: 0 0 85px;
}

#sidebar .rpwe-ul li .rpwe-img img {
	background: #f3f3f3;
	width: 100%;
	height: auto;
	border: 1px solid #bbb;
	transition: .3s;
}

#sidebar .rpwe-ul li:hover .rpwe-img img {
	border-color: #3bb18f;
}

#sidebar .rpwe-ul li .post-info {
	flex: 0 1 auto;
	padding-left: 10px;
}

#sidebar .rpwe-ul li .rpwe-title {
	font-size: 15px;
	line-height: 1.2;
}

#sidebar .rpwe-ul li .rpwe-title > a {
	color: #222;
	text-decoration: none;
	transition: .16s;
	display: block;
}

#sidebar .rpwe-ul li .rpwe-title > a:hover {
	color: #3bb18f;
}

#sidebar .rpwe-ul li .rpwe-time {
	font-size: 12px;
	color: #b2b2b4;
	display: block;
}

.bb-list {
	margin: 30px 0;
}

.bb-list .no-btn {
	padding: 0px 15px 50px 15px;
}

.bb-list .bb-item a {
	overflow: hidden;
	position: relative;
	display: block;
}

.bb-list .bb-item a:before, .bb-list .bb-item a:after {
	content: "";
	background: rgba(255, 255, 255, 0.2);
	position: absolute;
	opacity: 1;
}

.bb-list .bb-item a:before {
	bottom: 0;
	left: 50%;
	right: 51%;
	top: 0;
}

.bb-list .bb-item a:after {
	bottom: 50%;
	left: 0;
	right: 0;
	top: 50%;
}

.bb-list .bb-item a:hover:before {
	left: 0;
	right: 0;
	opacity: 0;
	transition: all 900ms ease-in;
}

.bb-list .bb-item a:hover:after {
	top: 0;
	bottom: 0;
	opacity: 0;
	transition: all 900ms ease-in;
}

.bb-list .bb-item a:hover .more-info:after {
	opacity: 1;
	visibility: visible;
	transform: none;
}

.bb-list .bb-item__image {
	display: block;
}

.bb-list .bb-item__content {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	padding: 15px;
}

@media(max-width:767px){
	.bb-list .bb-item__content {
		position: relative;
		padding: 8px;
	}
}

.bb-list .bb-item__content h2 {
	position: relative;
	font-size: 24px;
	line-height: 1.3;
	color: #000;
}

.bb-list .bb-item__content h2:before {
	content: "";
	width: 120px;
	height: 1px;
	background: #3bb18f;
	position: absolute;
	top: -8px;
	left: 50%;
	margin-left: -60px;
}

.bb-list .bb-item__content .btn {
	background: #3bb18f;
	color: #fff;
	border-radius: 0;
	padding: 5px 25px;
	transition: .3s;
}

.bb-list .bb-item__content .btn:hover {
	background: #b12a13;
}

.bb-list .bb-item__content .more-info {
	font-size: .8em;
	color: #777;
	font-weight: 500;
}

.bb-list .bb-item__content .more-info:after {
	content: "";
	width: 120px;
	height: 1px;
	background: #777;
	position: absolute;
	top: 76px;
	left: 50%;
	margin-left: -60px;
	transition: .3s;
	transform: scaleX(0);
	opacity: 0;
	visibility: hidden;
}

.bb-list .bb-item--huge .bb-item__content {
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	left: auto;
	right: 0;
	text-align: center;
	padding: 15px;
	width: 40%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.about {
	position: relative;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	padding: 90px 0;
	color: #fff;
	background-color: #3a3d45;
	margin-bottom: 50px;
}

.about:after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
}

.about .container {
	position: relative;
	z-index: 2;
}

.about .title {
	margin-bottom: 25px;
}

.about .post-content {
	margin-bottom: 25px;
	font-size: 18px;
}

.section-video {
	margin: 0 0 50px 0;
	text-align: center;
}

.section-video iframe {
	width: 100%;
	height: 560px;
}

.section-brands {
	margin-bottom: 90px;
}

.section-brands .brands {
	padding: 0 0 30px 0;
	margin: 0 -15px;
}

.section-brands .brands:not(.slick-slider) {
	display: flex;
	flex-wrap: wrap;
}

.section-brands .brands:not(.slick-slider) .brand-item {
	flex: 0 0 20%;
}

.section-brands .brands .brand-item a {
	display: block;
	text-align: center;
	outline: none;
	padding: 0 15px;
	text-decoration: none;
}

.section-brands .brands .brand-item a .item-image {
	padding: 10px;
	border: 1px solid #ebebeb;
	margin-bottom: 10px;
}

.section-brands .brands .brand-item a .item-image img {
	display: block;
	margin: 0 auto;
	transition: .3s;
}

.section-brands .brands .brand-item a p {
	font-size: 13px;
	font-weight: 600;
	color: #3a3d45;
}

.section-brands .brands .brand-item a:hover .item-image img {
	transform: scale(1.1);
}

.section-brands .brands .brand-item a:hover p {
	color: #c83016;
}

.section-works {
	margin-bottom: 90px;
	padding: 60px 0;
	background: #fff;
}

@media screen and (max-width: 992px) {
	.bb-list .bb-item__content h2 {
		font-size: 20px;
	}
	.bb-list .bb-item__content h2:before {
		display: none;
	}
	.about {
		padding: 70px 0;
	}
}

@media screen and (max-width: 767px) {
	.bb-list .bb-item {
		margin-bottom: 30px;
	}
	.bb-list .bb-item__content h2 {
		margin-bottom: 5px;
	}
	.bb-list .bb-item--huge .bb-item__content {
		width: 100%;
		position: relative;
		padding: 8px;
	}
	.bb-list .bb-item .btn {
		margin: 0 auto;
		max-width: 100px;
		padding: 5px;
		font-size: 12px;
	}
	.bb-list .bb-item .more-info {
		padding: 0 0 20px 0;
	}
	.bb-list .bb-item .no-btn h2 {
		font-size: 22px;
	}
	.section-works {
		margin-bottom: 50px;
	}
	.section-works .works {
		padding: 0;
	}
	.section-works .wrapper-more {
		margin: 60px 20px 0;
	}
	.section-brands {
		margin-bottom: 50px;
	}
	.section-brands .brands {
		padding: 0;
	}
}

.main-header {
	padding-top: 20px;
	background-color: #fff;
	background-image: none !important;
	margin-bottom: 20px;
}

.main-header header,
.main-header .title {
	color: #222;
}

.main-header header {
	margin-bottom: 5px;
}

.main-header .title {
	color: #222;
	font-size: 36px;
}

.filter-container {
	position: relative;
	background: #222;
	margin-bottom: 50px;
}

.filter-container .filters {
	padding: 5px 0;
	display: flex;
	justify-content: center;
}

.filter-container .filters .filter-item {
	margin: 0 15px;
}

.filter-container .filters .filter-item a {
	display: block;
	transition: .16s;
	text-decoration: none;
}

.filter-container .filters .filter-item figure {
	text-align: center;
	padding: 10px 0 20px 0;
	color: #3a3d45;
}

.filter-container .filters .filter-item figure .filter-item__icon {
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.filter-container .filters .filter-item figure i {
	font-size: 70px;
	transition: all .5s;
}

.filter-container .filters .filter-item figure figcaption {
	text-transform: uppercase;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
}

.filter-container .filters .filter-item:hover a {
	color: #000;
}

.filter-container .filters .filter-item:hover figure i {
	transform: scale(1.3);
}

.badge {
	z-index: 10;
	height: 120px;
	left: -60px;
	position: absolute;
	top: -60px;
	width: 120px;
	transform: rotate(-45deg);
	white-space: normal;
}

.badge-danger {
	background: #df3518;
}

.badge-green {
	background: #3bb18f;
}

.badge span {
	text-align: center;
	font-weight: 700;
	color: #fff;
	font-family: "Open Sans Condensed", sans-serif;
	font-size: 1em;
	left: 20px;
	top: 88px;
	position: absolute;
	width: 80px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.catalog {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.catalog .item {
	flex: 0 0 calc(33.333% - 20px);
	margin: 0 10px 40px 10px;
	background-color: #fff;
	position: relative;
	transition: all .5s;
	overflow: hidden;
}

.catalog .item .btn-add {
	display: block;
	margin: 0 10px 0 auto;
	max-width: 160px;
	border-color: #949494;
	background-color: #949494;
	cursor: pointer;
	z-index: 9;
	transition: all .5s;
}

.catalog .item .btn-add i {
	margin: 0 10px 0 0;
}

.catalog .item .btn-add:hover {
	border-color: #000;
	background-color: #000;
}

.catalog .item .image {
	position: relative;
	overflow: hidden;
	padding: 0;
	margin: 0 0 10px 0;
}

.catalog .item .image > a {
	display: block;
	position: relative;
}

.catalog .item .image > a .image-wrap {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .6s;
}

.catalog .item .image > a .image-wrap--secondary {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	transform: scale(1);
}

.catalog .item .image > a .image-wrap img {
	width: 100%;
}

.catalog .item .figure-grid {
	position: relative;
}

.catalog .item .figure-grid .text {
	padding: 0 10px;
	margin: 0 0 20px 0;
	position: relative;
}

.catalog .item .figure-grid .text .title {
	display: block;
	margin: 0;
	font-size: 16px;
	letter-spacing: 1.2px;
	line-height: 1.2;
}

.catalog .item .figure-grid .text .title a {
	color: #3a3d45;
	transition: .3s;
}

.catalog .item .figure-grid .text .title a:hover {
	text-decoration: none;
	color: #3bb18f;
}

.catalog .item .figure-grid .text .dop-text {
	font-size: 0.8em;
}

.catalog .item .figure-grid .text .dop-text p a {
	color: #686b6d;
	text-decoration: none;
}

.catalog .item .figure-grid .text .dop-text p a:hover {
	text-decoration: underline;
}

.catalog .item .figure-grid .text .description {
	display: none;
}

.catalog .item .info {
	display: flex;
	justify-content: flex-end;
	position: absolute;
	width: 76px;
	height: 35px;
	right: 0;
	bottom: 0;
	z-index: 3;
}

.catalog .item .info > span {
	opacity: 0;
	visibility: hidden;
	transform: scale(0.5);
	display: block;
	transition: all .3s;
}

.catalog .item .info > span:nth-child(1) {
	transition-delay: .2s;
}

.catalog .item .info > span:nth-child(2) {
	transition-delay: .2s;
}

.catalog .item .info a {
	position: relative;
	display: inline-block;
	padding: 0 5px;
	background-color: #696969;
	color: #fff;
	text-align: center;
	width: 37px;
	height: 37px;
	line-height: 37px;
	margin-left: 1px;
	transition: all .3s;
}

.catalog .item .info a:hover {
	background-color: #000;
	color: #fff;
}

.catalog .item:hover .image a .image-wrap--primary {
	opacity: 0;
	transform: scale(1);
}

.catalog .item:hover .image a .image-wrap--secondary {
	opacity: 1;
	transform: scale(1.05);
}

.catalog .item:hover .image a .image-wrap--single {
	transform: scale(1.05);
}

.catalog .item:hover .btn-add {
	transform: translate3d(0, 0, 0);
}

.catalog .item:hover .info > span {
	opacity: 1;
	visibility: visible;
	transform: none;
}

.price-item {
	text-align: right;
}

.price-item span {
	font-size: 12px;
}

.price-item sub,
.price-item sup {
	bottom: auto;
	top: auto;
	display: inline-block;
	margin-right: 0;
	font-size: 14px;
	z-index: 2;
	color: #222;
	font-weight: 500;
}

.price-item sub {
	text-decoration: line-through;
}

.filters .filter-box {
	margin-bottom: 25px;
	border: 0;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.filters .filter-box .title {
	font-weight: 600;
	padding: 8px 10px;
	background-color: #fff;
	position: relative;
	font-size: 18px;
}

.filters .filter-content {
	padding: 10px;
	background-color: #fff;
	border-top: 1px solid #ddd;
}

.filters .filter-content i {
	font-style: normal;
	display: block;
	font-size: 70%;
	float: right;
	line-height: 28px;
	margin-right: 5px;
	display: none;
}

.filters .filter-list {
	margin: -10px 0;
}

.filters .filter-list > li {
	margin: 0 -10px;
}

.filters .checkbox {
	display: block;
	position: relative;
	padding: 5px 0;
	margin: 4px 0 0;
	line-height: normal;
}

.filters .checkbox input[type=radio] {
	display: none;
}

.filters .checkbox input[type=radio]:checked + label:before {
	content: "\f006";
	background: #3bb18f;
	color: #fff;
	border-color: #3bb18f;
	text-align: center;
}

.filters .checkbox input[type=radio] + label {
	min-height: 20px;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer;
	padding-left: 35px;
	line-height: 1.8;
	display: block;
	user-select: none;
	color: #3a3d45;
}

.filters .checkbox input[type=radio] + label:before {
	font-family: FontAwesome;
	content: "";
	line-height: 22px;
	font-size: 16px;
	position: absolute;
	border: 1px solid #bbc4c7;
	display: inline-block;
	height: 25px;
	width: 25px;
	padding: 0;
	left: 0;
	border-radius: 100%;
	transform: scale(0.8);
	transition: all .2s;
}

.filters .checkbox:hover input[type=radio] + label {
	color: #000;
}

.filters ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.filter-list > li {
	border-bottom: 1px solid #f3f3f3;
	color: #000;
	font-size: 15px;
}

.filter-list > li:last-child {
	border-bottom: none;
}

.filter-list > li > a {
	transition: .16s;
}

.filter-list > li > a:hover {
	background: #f3f3f3;
}

.filter-list > li > ul {
	display: none;
}

.filter-list > li > ul li a {
	font-size: 14px;
	padding-left: 35px;
	position: relative;
	border-bottom: 1px solid #d8d8d8;
}

.filter-list > li > ul li a:before {
	font-family: FontAwesome;
	content: "\f105";
	line-height: 22px;
	font-size: 16px;
	position: absolute;
	display: inline-block;
	padding: 0;
	top: 9px;
	left: 20px;
}

.filter-list > li.current-cat, .filter-list > li.current-cat-parent {
	border-bottom: none;
}

.filter-list > li.current-cat > a, .filter-list > li.current-cat-parent > a {
	font-weight: bold;
}

.filter-list > li.current-cat > a:hover, .filter-list > li.current-cat-parent > a:hover {
	color: #3bb18f;
}

.filter-list > li.current-cat > a {
	cursor: default;
}

.filter-list li {
	position: relative;
}

.filter-list li a {
	line-height: 1.3;
	color: #3a3d45;
	text-decoration: none;
	display: block;
	padding: 12px 35px 12px 15px;
}

.filter-list li a:hover {
	color: #000;
}

.filter-list li > span {
	position: absolute;
	right: 5px;
	top: 12px;
	font-size: 13px;
}

.filter-list li.current-cat > ul, .filter-list li.current-cat-parent > ul {
	display: block;
}

.filter-list li.current-cat > a, .filter-list li.current-cat-parent > a {
	font-weight: bold;
}

@media screen and (max-width: 992px) {
	.catalog .item {
		flex: 0 0 calc(50% - 20px);
	}
	.catalog .item .info {
		transform: none;
	}
}

@media screen and (max-width: 767px) {
	.catalog .item .image > a {
		min-height: 135px;
	}
	.catalog .item .info a {
		width: 26px;
		height: 26px;
		line-height: 26px;
	}
	.main-header {
		padding-top: 20px;
		padding-bottom: 10px;
		margin-bottom: 20px;
	}
	.main-header .title {
		font-size: 28px;
	}
	.price-item {
		text-align: left;
	}
	.dop-text p {
		margin-bottom: 0;
	}
}

.departs {
	margin: 0 0 25px 0;
}

.departs .depart {
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid #c9c9c9;
	display: none;
}

.departs .depart--shown {
	display: block;
}

.departs .depart:last-of-type {
	border: none;
}

.departs .depart .depart-head {
	font-weight: bold;
	margin: 0 0 5px 0;
}

.departs .depart p {
	margin: 0 0 5px 0;
}

.departs .depart__title h4 {
	margin: 0 0 10px 0;
}

.departs .depart__title h3 {
	font-weight: bold;
	margin: 0 0 15px 0;
	font-size: 24px;
}

.departs .depart__text, .departs .depart__contacts {
	margin: 0 0 15px 0;
}

.departs .depart__contacts ul {
	margin: 0;
	padding-left: 17px;
}

.departs .depart .col-sm-5 a {
	display: block;
	margin-bottom: 10px;
	border: 1px solid #c9c9c9;
	overflow: hidden;
	transition: .3s;
}

.departs .depart .col-sm-5 a:last-of-type {
	margin: 0;
}

.departs .depart .col-sm-5 a img {
	width: 100%;
	height: auto;
	transition: .3s;
}

.departs .depart .col-sm-5 a:hover {
	border-color: #3bb18f;
}

.departs .depart .col-sm-5 a:hover img {
	transform: scale(1.1);
}

.contact-map {
	margin-bottom: 30px;
}

.contact-map iframe {
	width: 100% !important;
}

#map {
	width: 100%;
	height: 420px;
	margin-bottom: 25px;
	border: #ccc solid 1px;
}

.depart-navi {
	margin-top: -15px !important;
}

.depart-navi li.current-cat a {
	font-weight: normal;
	background: #f3f3f3;
	color: #3bb18f;
}

.depart-navi li.shop-group {
	padding: 0;
	border: none !important;
}

.depart-navi li.shop-group p {
	margin: 0;
	padding: 2rem 1rem 0.5rem 1rem;
	font-weight: bold;
	font-size: 1.1em;
}

.depart-navi li ul {
	display: block;
}

.info-depart {
	min-width: 420px;
	font-size: 14px;
}

.info-depart__images {
	float: right;
	width: 160px;
	margin: 0 0 0 10px;
}

.info-depart__images img {
	max-width: 100%;
	margin: 0 0 10px 0;
	height: auto;
	border: 1px solid #c9c9c9;
}

.info-depart h1 {
	font-size: 22px;
	margin: 0 0 15px 0;
}

.info-depart h2 {
	font-size: 20px;
	margin: 0 0 15px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

.info-depart h3 {
	font-size: 16px;
	margin: 0 0 15px 0;
}

.info-depart p {
	margin: 0 0 8px 0;
}

.info-depart ul {
	margin: 0 0 8px 0;
	padding: 0 0 0 17px;
}

.info-depart strong {
	font-weight: bold;
}

.coop-form-files a.text-center {
	max-width: fit-content;
	width: 100%;
	border: 1px solid #DC3545;
	border-radius: 8px;
	padding: 10px 18px;
	background: #DC3545;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	text-decoration: none;
}
/*# sourceMappingURL=style.css.map */