body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #1c1919;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

footer {
	position: relative;
}

/* header start  */

.header-top {
	background-color: #3e3333;
	color: #fff;
	font-size: 16px;
}

.header-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 0;
}

.header-right {
	display: flex;
	column-gap: 30px;
}

.header-info-item {
	display: flex;
	column-gap: 12px;
	align-items: center;
	line-height: 1.1;
}

.header-info-item i {
	margin-top: 2px;
	color: var(--color-1);
}

.header-phone {
	line-height: 1;
}

.header-right .header-info-item:hover {
	text-decoration: underline;
}

.header-info-item i {
	font-size: 18px;
}

.header-bottom {
	background-color: #fff;
	box-shadow: 0 0 20px 0px rgba(64, 64, 64, 0.16);
	position: relative;
}

.header-bottom-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

/* menu  */
.menu-top .menu-list {
	display: flex;
}

.menu-top .menu-item a {
	color: #1c1919;
	padding: 25px 35px;
	font-size: 18px;
	transition: 0.35s ease;
	border-right: 1px solid #dcdcdc;
}

.menu-top .menu-item a:hover {
	background-color: var(--color-1);
	color: #fff;
}

.menu-top .menu-item:first-child a {
	border-left: 1px solid #dcdcdc;
}


/* dropdown menu start */
.menu-top .menu-item .sub-menu li>a {
	border-left: none;
	border-right: none;
}

.menu-top .menu-item .sub-menu li>a:hover {
	background-color: transparent;
	color: var(--color-1);
}

.menu-top .sub-menu li>a {
	position: relative;
	margin-left: 15px;
	padding: 0;
	font-size: 16px;
}

@media (min-width: 992px) {

	.menu-top>ul>li {
		position: relative;
	}

	.menu-top .sub-menu .menu-item {
		margin-left: 0;
		display: block;
		border-bottom: 1px solid #e6e6e6;
		padding-top: 9px;
		padding-bottom: 9px;
	}

	.menu-top .sub-menu .menu-item:last-child {
		margin-bottom: 0;
		border-bottom: none;
	}

	.menu-top .sub-menu {
		-webkit-box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.4);
		box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.4);
		line-height: 1.3;
		list-style: none;
		position: absolute;
		top: 100%;
		left: -20px;
		display: block;
		background-color: #fff;
		padding: 14px 14px;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
		z-index: 14;
		min-width: 222px;
		opacity: 0;
		visibility: hidden;
		transform: translateY(10px);
		transition: 0.3s ease;
		border-bottom: 4px solid var(--color-1);
		border-top: 4px solid var(--color-1);
	}

	.menu-top ul li:hover .sub-menu {
		opacity: 1;
		visibility: visible;
		transform: none;
	}

	.menu-item-has-children>a::after {
		content: '\F282';
		font-family: bootstrap-icons;
		display: inline-block;
		margin-left: 5px;
		vertical-align: middle;
		transition: 0.4s ease;
		font-size: 15px;
	}

	.menu-item-has-children>a:hover::after {
		content: '\F282';
		font-family: bootstrap-icons;
		color: #fff;
	}
}

/* dropdown menu end  */

/* logo  */
.header-logo {
	max-height: 62px;
	max-width: 220px;
}

/* slide start */

/* slide animate start */

.slide-title,
.slide-desc,
.slide-button {
	opacity: 0;
}

.slide-title {
	transform: translateY(70px);
	transition: 0.5s ease;
}


.slide-desc {
	transform: translateY(70px);
	transition: 0.6s ease;
}

.slide-button {
	transform: translateY(70px);
	transition: 1s ease;
}

.swiper-slide-active .slide-title,
.swiper-slide-active .slide-desc,
.swiper-slide-active .slide-button {
	opacity: 1;
	transform: none;
}

/* slide animate end */

.slide::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.slide-title {
	font-size: 58px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 23px;
}

.text-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	min-height: 305px;
}

.slide-desc {
	font-size: 22px;
	max-width: 575px;
	color: #fff;
	margin-bottom: 26px;
}

.button a {
	background-color: var(--color-1);
	display: inline-block;
	padding: 20px 36px 19px;
	color: #fff;
	text-decoration: none;
	border-radius: 33px;
	text-transform: uppercase;
	overflow: hidden;
	position: relative;
}

.button a::after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.25s ease;
}

.button a:hover::after {
	content: "";
	background-color: rgba(255, 255, 255, 0.1);
}

/* btn animation  start */
.button a::before {
	content: '';
	position: absolute;
	top: 0;
	height: 100%;
	width: 45px;
	-webkit-transform: skewX(-45deg);
	-ms-transform: skewX(-45deg);
	transform: skewX(-45deg);
	left: -20%;
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.4)));
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
	-webkit-animation: flareAnimation 2s infinite linear;
	animation: flareAnimation 2s infinite linear;
}

@-webkit-keyframes flareAnimation {
	0% {
		left: -20%;
	}

	100% {
		left: 120%;
	}
}

@keyframes flareAnimation {
	0% {
		left: -20%;
	}

	100% {
		left: 120%;
	}
}


/* btn animation end */

/* slide  */

.slide {
	padding: 110px 60px 190px;
	text-align: left;
	position: relative;
	z-index: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	max-height: 605px;
}

#slider {
	background-color: #efefef;
}

/* pagination */
#slider .swiper-pagination-clickable {
	bottom: 26px;
}

.swiper-pagination-bullet {
	width: 18px;
	height: 18px;
	opacity: 1;
	background-color: #b2a39a;
	border: 1px solid #fff;
}

.swiper-pagination-bullet-active {
	background-color: var(--color-1);
}

/* nav  */
.slider .swiper-button-next,
.slider .swiper-button-prev {
	color: #fff;
}

.slider .swiper-button-next {
	right: 50px;
}

.slider .swiper-button-prev {
	left: 50px;
}

/* slide height 722 */
/* slide end */



/* about start  */

.about-left img {
	display: block;
	width: 100%;
	border-radius: 12px;
}

.about-row {
	display: flex;
	align-items: center;
	column-gap: 40px;
}

.about-left {
	max-width: 530px;
}

.about-right {
	max-width: 570px;
}

.title-wrap {
	display: flex;
	align-items: center;
	column-gap: 10px;
	margin-bottom: 10px;
	margin-left: 8px;
}

.title-icon {
	position: relative;
	bottom: 16px;
	max-width: 59px;
	max-height: 76px;
	display: inline-block;
	margin-bottom: -10px;
	z-index: 38;
}

.title-icon img {
	position: relative;
	z-index: 39;
	width: 52px;
	left: 2px;
	top: 5px;
}

.title-icon::after {
	position: absolute;
	border-radius: 50%;
	right: 9px;
	top: 15px;
	height: 51px;
	width: 51px;
	background-color: var(--color-1);
	content: "";
	z-index: 37;
	display: inline-block;
}

.title {
	font-size: 40px;
	font-weight: 700;
	color: #333;
	line-height: 1;
}

.subtitle {
	font-size: 18px;
	color: #979797;
	margin-bottom: 26px;
}

.about-desc {
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 26px;
}

/* btn start */
.btn {
	background-color: var(--color-1);
	display: inline-block;
	padding: 20px 31px;
	line-height: 1;
	color: #fff;
	text-decoration: none;
	border-radius: 33px;
	text-transform: uppercase;
	overflow: hidden;
	position: relative;
}

/* btn end */

/* btn animation  start */
.btn:focus {
	color: #fff;
}

.btn:hover::before {
	content: '';
	position: absolute;
	top: 0;
	height: 100%;
	width: 45px;
	-webkit-transform: skewX(-45deg);
	-ms-transform: skewX(-45deg);
	transform: skewX(-45deg);
	left: -30%;
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.4)));
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
	-webkit-animation: flareAnimation 2s 10 linear;
	animation: flareAnimation 2s 10 linear;
}

@-webkit-keyframes flareAnimation {
	0% {
		left: -20%;
	}

	100% {
		left: 120%;
	}
}

@keyframes flareAnimation {
	0% {
		left: -20%;
	}

	100% {
		left: 120%;
	}
}

/* btn animation end */

/* about end  */

/* catalog-button start */
.catalog-button {
	background-color: var(--color-1);
	display: inline-block;
	padding: 20px 31px;
	line-height: 1;
	color: #fff;
	text-decoration: none;
	border-radius: 33px;
	text-transform: uppercase;
	overflow: hidden;
	position: relative;
}

.catalog-button::before {
	content: '';
	position: absolute;
	top: 0;
	height: 100%;
	width: 45px;
	-webkit-transform: skewX(-45deg);
	-ms-transform: skewX(-45deg);
	transform: skewX(-45deg);
	left: -20%;
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.4)));
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
	-webkit-animation: fAnimation 2s infinite linear;
	animation: fAnimation 2s infinite linear;
}

@-webkit-keyframes fAnimation {
	0% {
		left: -20%;
	}

	100% {
		left: 120%;
	}
}

@keyframes fAnimation {
	0% {
		left: -20%;
	}

	100% {
		left: 120%;
	}
}

.catalog-button::after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.25s ease;
}

.catalog-button:hover::after {
	content: "";
	background-color: rgba(255, 255, 255, 0.1);
}

.catalog-button:focus {
	color: #fff;
}

/* catalog-button end */

/* catalog start */
.catalog {
	background-color: #efefef;
}

.catalog-button-wrap {
	margin-top: 30px;
	display: flex;
	justify-content: center;
}

.catalog-button {
	display: flex;
	column-gap: 8px;
	padding: 20px 31px 18px;
}

.catalog .title-wrap {
	margin-bottom: 20px;
}

.catalog-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	row-gap: 25px;
	column-gap: 25px;
}

.catalog-item {
	width: calc(33.3% - 16.6px);
	border-radius: 12px;
	overflow: hidden;
	background-color: #fff;
	box-shadow: 0px 10px 30px 0px rgba(4, 17, 6, 0.1);
}

.catalog-item:hover .catalog-item-img {
	transform: scale(1.06);
}

.catalog-item-wrap {
	padding: 25px 30px;
}

.catalog-item-img {
	display: flex;
	transition: 0.7s ease;
	min-height: 210px;
}

.catalog-img-wrap {
	height: auto;
	max-height: 246px;
	overflow: hidden;
}

.catalog-item-title {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 15px;
}

.catalog-item-title a {
	color: #1c1919;
	text-decoration: none;
	transition: all .3s;
}

.catalog-item-title a:hover,
.catalog-item-title a:focus {
	color: var(--color-1);
}

.catalog-item-desc {
	font-weight: 400;
	margin-bottom: 10px;
	font-size: 14px;
	color: #555;
}

.catalog-item-desc {
	min-height: 43px;
}

.catalog-item-price {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
}

.button-read-more {
	text-transform: uppercase;
	margin-bottom: 0;
	width: calc(45% - 5px);
	display: flex;
	justify-content: center;
	color: var(--color-1);
	max-height: 56px;
	line-height: 1;
	padding: 18px 0 16px;
	border-radius: 5px;
}

.button-read-more:focus {
	color: var(--color-1);
}

.button-read-more i {
	margin-left: 8px;
	margin-top: -2px;
	display: inline-block;
	font-size: 19px;
	transition: 0.3s ease;
}

.catalog .catalog-item-button {
	width: calc(55% - 5px);
	text-align: center;
	max-height: 56px;
	padding: 18px 31px;
}

a.button-read-more:hover i {
	margin-right: -10px;
}

.buttons {
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

/* p-list  */
.p-list {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 6px;
	background: url(../img/d.svg) 0 calc(100% - 6px) repeat-x;
}

.p-name {
	text-align: left;
	flex-grow: 0;
}

.p-value {
	flex-grow: 0;
	text-align: right;
	min-width: 19%;
}

.p-list span,
.p-value span {
	background-color: #fff;
	box-shadow: -5px 0 0 #fff,
		5px 0 0 #fff;
}

/* catalog end */


/* services */
.services-wrap {
	/* background-image: url(../img/s.jpg); */
	background-repeat: repeat;
	background-position: center;
	background-color: #efefef;
}

.services-row {
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
	row-gap: 20px;
}

.services-item {
	background-color: #fff;
	width: calc(33.3% - 13.4px);
	overflow: hidden;
	border-radius: 8px;
}

.services-item:hover .services-tumb img {
	transform: scale(1.1);
}

.services-item:hover .services-title {
	color: var(--color-1);
}

.services-tumb {
	height: 235px;
	overflow: hidden;
	position: relative;
}

.services-tumb::after {
	content: '';
	background: linear-gradient(175deg, rgba(26, 30, 33, 0.1) 19.5%, rgba(26, 30, 33, 0) 78.79%);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transition: all .3s;
}

.services-tumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: 0.7s ease;
}

.services-title {
	padding-left: 25px;
	padding-right: 5px;
	font-size: 20px;
	font-weight: 700;
	transition: 0.3s ease;
	margin: 20px 0 14px;
}

.read-more {
	padding-left: 25px;
	padding-right: 4px;
	margin-bottom: 20px;
	color: var(--color-1);
	font-size: 15px;
}

.services-item .read-more {
	text-transform: uppercase;
}

.read-more:focus,
.read-more:focus-visible {
	color: var(--color-1);
}

.read-more {
	display: flex;
	line-height: 1;
	align-items: center;
}

.read-more i {
	margin-left: 8px;
	margin-top: -1px;
	display: inline-block;
	font-size: 19px;
	transition: 0.3s ease;
}

.read-more:hover i {
	margin-left: 11px;
}

/* services end  */

/* gallery  */
.grid-item img {
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.gallery-tab a {
	transition: 0.5s ease;
	text-decoration: none;
	color: inherit;
	font-size: 18px;
}

.gallery-tab a:hover {
	text-decoration: underline;
}

.gallery-tab {
	list-style: none;
	display: flex;
	align-items: center;
	column-gap: 25px;
}

.gallery-wrap {
	background-color: #383838;
	background-image: url(../img/footer.png);
	background-repeat: repeat;
	color: #fff;
}

.gallery-top {
	margin-bottom: 26px;
}

.gallery-top .title {
	color: #fff;
}

.gallery-title {
	display: flex;
	align-items: center;
	flex-direction: row;
	column-gap: 20px;
}

.gallery-icon {
	display: inline-block;
	/* vertical-align: middle; */
}

.gallery-title-text {
	font-size: 40px;
	font-weight: 700;
	display: inline-block;
}

.is-active a {
	font-weight: 700;
}


.grid {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	column-gap: 20px;
	row-gap: 20px;
}

.grid-item {
	display: flex;
	width: calc(25% - 15px);
	max-width: 275px;
	max-height: 275px;
	overflow: hidden;
	position: relative;
	border-radius: 4px;
}

.grid-item img {
	border-radius: 4px;
	display: block;
}

div.grid-item a {
	display: flex;
	color: #fff;
}

.grid-item a::after {
	content: "\F52A";
	font-family: bootstrap-icons;
	display: inline-block;
	font-size: 28px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: 0.6s ease;
	margin-top: -15px;
}

.grid-item a::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(47, 47, 47, 0.5);
	opacity: 0;
	transition: 0.6s ease;
}

.grid-item a:hover::before {
	opacity: 1;
}

.grid-item a:hover::after {
	opacity: 1;
	margin-top: 0;
}

.gallery-button {
	display: flex;
	justify-content: center;
	margin-top: 25px;
}

.gallery-button .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	column-gap: 8px;
	padding: 16px 31px;
}

.gallery-button .btn i {
	font-size: 28px;
}

/* gallery  end */


/* footer */
.footer-content .row {
	display: flex;
	justify-content: space-between;
}

.footer-item-1 {
	flex: 0 0 33.333333%;
	max-width: 33.333333%
}

.footer-item-2 {
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.footer-item-3 {
	flex: 0 0 25%;
	max-width: 25%;
}

.footer-item-4 {
	flex: 0 0 25%;
	max-width: 25%;
}

.f-tell::before {
	content: "\F5C1";
	position: absolute;
	left: 0;
	top: 1px;
	font-family: bootstrap-icons;
	color: var(--color-1);
}

.f-email::before {
	content: "\F32F";
	position: absolute;
	left: 0;
	top: 0;
	font-family: bootstrap-icons;
	color: var(--color-1);
}

.f-adr::before {
	content: "\F3E8";
	position: absolute;
	left: 0;
	top: -1px;
	font-family: bootstrap-icons;
	color: var(--color-1);
}

.f-time::before {
	content: "\F293";
	position: absolute;
	left: 0;
	top: -1px;
	font-family: bootstrap-icons;
	color: var(--color-1);
}

.f-contacts-item {
	font-size: 16px;
	line-height: 25px;
	font-weight: 400;
	color: #d5d5d5;
	display: block;
	margin-bottom: 15px;
	position: relative;
	padding-left: 26px;
}

.footer-item a:focus,
.footer-item a:focus-visible {
	color: #fff;
}

div.f-time {
	margin-bottom: 0;
}

a.f-contacts-item:hover {
	text-decoration: underline;
}

footer .menu-item {
	font-size: 15px;
	line-height: 23px;
	font-weight: 400;
	color: #d5d5d5;
}

footer .menu-item:hover {
	margin-left: 10px;
}

footer .menu-item {
	padding-left: 20px;
	transition: .2s;
	list-style: none;
	background: url(../img/m.png) no-repeat 0 50%;
	margin-bottom: 8px;
}

.footer-content-title {
	text-transform: uppercase;
	font-size: 19px;
	line-height: 27px;
	font-weight: 700;
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
}

.footer-content-title::after {
	content: "";
	margin-bottom: 30px;
	margin-top: 12px;
	display: block;
	width: 69px;
	height: 2px;
	background-color: var(--color-1);
}

.footer-logo {
	margin-top: -5px;
	margin-bottom: 17px;
}

.footer-text {
	font-size: 15px;
	line-height: 27px;
	font-weight: 400;
	font-style: italic;
	color: #d5d5d5;
	margin-bottom: 25px;
	width: 85%;
}

.footer-social {
	display: flex;
}

.footer-social a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 41px;
	height: 41px;
	border: 1px solid #404040;
	margin-right: 10px;
	border-radius: 6px;
	transition: 0.4s ease;
	position: relative;
	overflow: hidden;
}

.footer-social a::after {
	content: "";
	display: inline-block;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: 0.4s ease;
	border-bottom: 4px solid var(--color-1);
	width: 0;
}

.footer-social a:hover::after {
	border-bottom: 4px solid var(--color-1);
	width: 100%;
}

#footer {
	background-color: #242424;
}

.footer-content {
	background-color: #242424;
	padding: 50px 0 0;
}

.f-menu2 .f-menu-item {
	display: inline-block;
	background: none;
	padding-left: 0;
	margin-bottom: 5px;
}

.f-menu2 .f-menu-item:hover {
	margin-left: 0;
}

.footer-content .container {
	border-bottom: 1px solid #393937;
	padding-bottom: 50px;
}

.footer-title {
	font-size: 16px;
	line-height: 36px;
	font-weight: 500;
	letter-spacing: 0.05em;
	color: #ffffff;
	margin-bottom: 29px;
}

.footer-btn {
	font-size: 14px;
	line-height: 36px;
	font-weight: 400;
	color: #ffffff;
	position: relative;
	padding: 5px 20px 4px 40px;
	background-color: var(--color-1);
	cursor: pointer;
	margin-bottom: 10px;
	border-radius: 4px;
}

.footer-btn:hover {
	background-color: var(--color-1);
}

.footer-list {
	list-style: none;
	color: #fff;
}

.footer-list li {
	list-style: none;
	margin-top: 20px;
	position: relative;
	padding-left: 33px;
}

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

.footer-copy {
	background-color: #242424;
	color: #ffffff;
	padding: 18px 0 18px;
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
	color: #ffffff;
}

.footer-copy .row {
	display: flex;
	justify-content: space-between;
}

.footer-copy a {
	text-decoration: underline;
	opacity: 0.74;
}

.footer-copy span {
	opacity: 0.74;
}

.footer-copy a:hover {
	color: var(--color-1);
	opacity: 1;
}

/* footer end  */

/* OurAdvantages START  */

.Ouradvantages {
	background: #F6F8FA;
	padding: 60px 0;
}

.Ouradvantages-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 5px;
}

.OurAdvantages-item {
	padding: 32px 25px 32px 0;
	max-width: 50%;
	width: 50%;
	display: flex;
}

.O-item-title {
	margin-bottom: 12px;
	color: #222;
	font-size: 21px;
	font-style: normal;
	font-weight: 500;
	line-height: 25px;
}

.O-item-desc {
	color: #3E3E3E;
	font-size: 17px;
	font-style: normal;
	font-weight: 300;
	line-height: 28px;
}

.o-img-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	background-color: var(--color-1);
	width: 70px;
	height: 70px;
	border-radius: 12px;
	margin-right: 20px;
	position: relative;
	overflow: hidden;
}

.o-img-wrap::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
}

.O-img {
	width: 45px;
	height: auto;
}

/* OurAdvantages END  */

.hamburger {
	display: none;
}

/* Наши работы */
.gallery .gallery-top .title {
	color: var(--color-1);
}

/* Наши работы конец */

/* breadcrumbs */
.breadcrumbs {
	font-size: 17px;
	padding: 25px 0;
	text-align: center;
	background-color: #222;
	color: #333333;
	border-bottom: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
}

.breadcrumbs {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-image: url(../img/carbon.png);
	background-repeat: repeat;
	border-top: 4px solid #d4d4d4;
	border-bottom: 4px solid #d4d4d4;
}

.breadcrumbs>span {
	display: flex;
	align-items: center;
	margin-right: 10px;
	margin-left: 10px;
}

.breadcrumbs>span svg {
	vertical-align: middle;
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

.breadcrumbs a {
	text-align: left;
	color: #fff;
}

/* breadcrumbs end  */

/* =====catalog page===== */
.page_content .catalog-row {
	justify-content: flex-start;
}
/* =====catalog page end===== */

/* =====Special Machinery inner page===== */
#inner-textarea h1 {
	font-size: 21px;
}

.Special_Machinery .left-content article {
	margin-bottom: 18px;
}

.Special_Machinery .left-content article:after {
	content: "";
	clear: both;
	display: block;
}

/* =====Special Machinery inner page end===== */

/* =====contacts page===== */

.page_content h1 {
	display: block;
	font-size: 27px;
	font-weight: 900;
	margin-bottom: 26px;
	line-height: 1;
	text-transform: uppercase;
}

.page_content h2 {
	font-size: 27px;
	font-weight: 900;
	margin-bottom: 26px;
}

.page_content a {
	text-decoration: none;
	color: inherit;
}

.buttons .button-read-more {
	color: var(--color-1);
}

.page_content .catalog-item-button {
	color: #fff;
}

.page_contacts-row {
	display: flex;
	flex-wrap: wrap;
}

.top {
	width: 100%;
	max-width: 100%;
}

.right,
.left {
	width: 50%;
	max-width: 50%;
}

.map iframe {
	min-height: 300px;
}

.map {
	border: 1px solid #ccc;
	padding: 5px;
	border-radius: 5px;
	margin-bottom: 60px;
}

.page_contacts .article-preview {
	margin-bottom: 10px;
}

.article-preview a {
	display: inline;
}

.article-preview .read-more {
	display: flex;
}

.page_contacts h1 {
	margin-bottom: 30px;
}

.page_contacts h2 {
	font-size: 24px;
	line-height: 1.3;
	margin-bottom: 20px;
	font-weight: 600;
}

.contacts-block-title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
}

.contacts-phone {
	line-height: 1.4;
}

.contacts-block-text {
	margin-bottom: 30px;
	padding-left: 22px;
	position: relative;
}

.contacts-adr {
	line-height: 1.4;
}

.contacts-adr::before {
	content: "\F3E7";
	position: absolute;
	left: 0px;
	top: -2px;
	color: var(--color-1);
	font-family: bootstrap-icons;
	font-size: 18px;
}

.contacts-phone::before {
	content: "\F5B4";
	position: absolute;
	left: 0;
	top: -2px;
	color: var(--color-1);
	font-family: bootstrap-icons;
	font-size: 18px;
}

.contacts-time::before {
	content: "\F291";
	position: absolute;
	left: 0;
	top: -2px;
	font-family: bootstrap-icons;
	color: var(--color-1);
	font-size: 18px;
}

.contacts-email::before {
	content: "\F32C";
	position: absolute;
	left: 0;
	top: -1px;
	color: var(--color-1);
	font-family: bootstrap-icons;
	font-size: 18px;
}

.contacts-email {
	padding-left: 27px;
}

.contacts-time {
	padding-left: 23px;
}

.contacts-phone a:hover,
.contacts-email a:hover {
	text-decoration: underline;
}


/* form  start */
.page_contacts .form-control {
	display: block;
	width: 100%;
	height: 45px;
	padding: 0 10px 0 15px;
	font-size: 16px;
	line-height: 1.4;
	color: #000;
	background-color: #fff;
	border-radius: 5px;
	margin-bottom: 15px;
	font-family: 'Roboto', sans-serif;
	border: 1px solid #ccc;
	transition: all .3s;
}

.page_contacts textarea.form-control {
	height: auto;
	max-width: 100%;
	min-height: 110px;
	resize: none;
	padding-top: 10px;
	margin-bottom: 17px;
}

.page_contacts .form-control:focus {
	border: 1px solid var(--color-1);
}

.feedback-btn {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	padding: 12px 35px;
	margin-bottom: 10px;
	position: relative;
	text-align: center;
	cursor: pointer;
	border-radius: 5px;
	transition: 0.25s ease;
	background-color: var(--color-1);
}

.feedback-btn:hover {
	opacity: 0.9;
}

.page_contacts .agreement {
	margin-bottom: 15px;
	color: #747474;
}

.page_contacts .agreement label {
	padding-left: 7px;
	display: inline-block;
	position: relative;
}

.page_contacts .form-group a {
	text-decoration: underline;
}

.page_contacts .wpcf7-spinner {
	display: block;
	position: relative;
	left: 43px;
	top: -43px;
}

.agreement .wpcf7-list-item {
	margin: 0;
}

.wpcf7-spinner {
	margin: 0 137px;
}

.wpcf7-list-item,
.wpcf7 form .wpcf7-response-output,
.wpcf7 form .wpcf7-response-output {
	margin: -25px 0 0;
	border-radius: 5px;
}

.wpcf7 form .wpcf7-response-output {
	margin-bottom: 15px;
}

/* form end  */

.m-bottom {
	margin-bottom: 0.5rem;
}

/* ======contacts page end======= */

/* ======page_content start======= */
.left-content img {
	margin-top: 4px;
	margin-bottom: 5px;
	margin-right: 15px;
	border-radius: 5px;
	max-width: 340px;
	height: auto;
	float: left;
}

/* inner editor image start */
.left-content figure img {
	float: none;
}

.page-inner .left-content figure img {
	max-width: 100%;
	margin-bottom: 15px;
}

/* inner editor image end  */

.page-inner .left-content img {
	max-width: 480px;
}

.page-inner .catalog-item-button {
	margin-top: 20px;
	margin-bottom: 15px;
}

.catalog-item-price-inner {
	margin-top: 15px;
	font-weight: bold;
}

.catalog-item-desc-inner2 {
	margin-bottom: 15px;
}

.catalog-item-img-inner {
	border: 1px #ddd solid;
}

.left-content {
	width: 100%;
	padding-right: 15px;
	font-size: 17px;
}

.left-content article {
	margin-bottom: 65px;
}

.page_content-row {
	display: flex;
	flex-wrap: wrap;
}

.menu_right {
	padding-left: 15px;
}

.page-inner .menu_right {
	margin-top: 0;
}

@media (min-width: 992px) {
	.left-content {
		flex: 0 0 75%;
		max-width: 75%;
	}

	.menu_right {
		margin-top: 15px;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.left-content .catalog-item-img-inner {
		margin-right: 22px;
	}

	.menu-top .sub-menu .current-menu-item {
		font-weight: 700;
	}

}

.page_content .read-more {
	color: var(--color-1);
	padding-left: 0;
}

.article-text {
	margin-bottom: 15px;
}

/* ======page_content end======= */

/* single start  */
.Special_Machinery .left-content article img {
	max-width: 100%;
}

.Special_Machinery .left-content article .catalog-item-desc-inner2 {
	width: 100%;
}

.Special_Machinery .left-content article .catalog-item-img-inner {
	margin-bottom: 0;
}

.Special_Machinery .left-content article .image-popup-vertical-fit {
	margin-bottom: 28px;
}

/* single end  */

/* right menu  start */
.menu_right .menu-item {
	margin-left: 0;
}


.widget-categories li:last-child a {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.widget-categories li,
.widget-categories .widget-title {
	position: relative;
	display: block;
	margin-bottom: 3px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.widget-categories li a,
.widget-categories .widget-title {
	transition: all 500ms ease;
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 30px;
	color: #090d30;
	font-weight: 500;
	background: #f3f3f3;
	padding: 11px 15px 14px 30px;
}

.widget-categories .widget-title,
.widget-categories li a:hover,
.widget-categories li a.current {
	color: #fff;
	padding-left: 70px;
	background-color: var(--color-1);
}

.widget-categories .widget-title:before {
	position: absolute;
	content: '';
	width: 21px;
	height: 15px;
	left: 30px;
	top: 48%;
	transform: translateY(-50%);
	opacity: 1;
	background: url(../img/menu.svg) no-repeat center;
}

.widget-categories li a:before {
	position: absolute;
	content: '';
	background: #fff;
	width: 14px;
	height: 1px;
	left: 30px;
	top: 28px;
	opacity: 0;
	transition: all 500ms ease;
}

.widget-categories li a:hover:before {
	opacity: 1;
}

/* right menu  end */

/* modal  */

.overlay,
.overlay2 {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	background-color: rgba(0, 0, 0, .56);
	z-index: 9999;
}

.modal-1,
.modal-2 {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #ffffff;
	padding: 30px 30px 2px 30px;
	width: 305px;
	box-sizing: content-box;
}

.modal__close-icon,
.modal-close-icon2 {
	position: absolute;
	top: 0;
	right: -34px;
	font-size: 40px;
	line-height: 18px;
	color: #fff;
	cursor: pointer;
	transition: 0.35s ease;
	opacity: 0.8;
}

.modal__close-icon:hover,
.modal-close-icon2:hover {
	opacity: 1;
}

.modal__subtitle,
.modal-title {
	color: #393939;
	font-size: 21px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 5px;
}

.modal__descr {
	color: #393939;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 15px;
	line-height: 1.2;
}

#callback input.button_submit,
#order input.button_submit {
	position: relative;
	width: 100%;
	font-size: 18px;
	text-transform: inherit;
	font-weight: 500;
	color: #fff;
	padding: 15px 0 15px 0;
	height: auto;
	background-color: var(--color-1);
	text-align: center;
	cursor: pointer;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	outline: 0;
	border: 0;
	margin-bottom: 5px;
}

#callback input.button_submit:active,
#order input.button_submit:active {
	box-shadow: none;
}

/* hover .button_submit start */

.button_submit:hover {
	opacity: 0.9;
}

/* hover .button_submit end */

.wpcf7-not-valid-tip {
	transform: translateY(-12px);
}

.feed-form input,
.adress-delivery {
	background-color: #fff;
	height: 50px;
	margin-bottom: 15px;
	padding: 0 20px;
	font-size: 16px;
	font-weight: 400;
	width: 100%;
	display: block;
	border: 1px solid #cccccc;
	color: #393939;
	font-family: 'Roboto', sans-serif;
}

/* checkbox */
.checkbox {
	margin-bottom: 10px;
	display: block;
	box-sizing: content-box;
	position: relative;
}

.callback-checkbox {
	margin: 0px 0px 0px 0px;
	display: inline-block;
	width: 13px;
	height: 13px;
	vertical-align: middle;
	margin-right: 7px;
	position: static;
}

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

.checkbox-text {
	font-size: 13px;
	font-weight: 400;
	color: #949494;
	display: block;
}

/* textarea */
.adress-delivery {
	min-height: 82px;
	resize: none;
	padding: 15px 20px;
	height: auto;
}

.thanks__subtitle {
	font-weight: bold;
	font-size: 28px;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 10px;
}

.thanks__descr {
	font-size: 17px;
}

.thanks-icon {
	display: block;
	margin: 0 auto 20px auto;
}

.overlay,
.overlay2,
#callback,
#order,
#thanks {
	display: none;
}

.feed-form label input {
	height: 100%;
}

/* modal  end */

/* custom Checkbox start */
#order #btn-submit:disabled {
	background-color: #bbb;
	cursor: not-allowed;
}

.feed-form .callback-checkbox {
	display: none;
	opacity: 0;
	visibility: hidden;
}

.feed-form .label {
	position: relative;
	display: block;
	cursor: pointer;
	margin-bottom: 10px;
}

.feed-form .callback-checkbox+.label:before {
	content: "";
	background: #efefef;
	content: "";
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 2px;
	left: 0;
	border-radius: 3px;
}

.feed-form .callback-checkbox:checked+.label:before {
	content: "\F633";
	font-family: bootstrap-icons;
	font-size: 19px;
	line-height: 1;
	color: #333;
}

.label .checkbox-text {
	margin-left: 30px;
	line-height: 1.3;
}

.label .checkbox-text a {
	color: #949494;
}

.label .checkbox-text a:hover {
	color: var(--color-1);
}

/* custom Checkbox  end */

/* Мультикнопка */
.multibutton.show-multibutton {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

div.multibutton {
	visibility: hidden;
	opacity: 0;
	transition: 0.5s ease;
	transform: scale(0.7);
}

#multibutton {
	width: 57px;
	height: 57px;
	padding: 17px;
	background-size: 57%;
}

.call-1 {
	background-image: url(../img/call-1.svg);
	background-position: center;
	background-repeat: no-repeat;
}

.icon-close {
	background-image: url(../img/icon-close.svg);
	background-position: center;
	background-repeat: no-repeat;
}

.multibutton * {
	box-sizing: content-box;
}

.multibutton {
	font-family: Arial, sans-serif;
}

.whatsapp {
	background: #30d64f;
}

.viber {
	background: #7b519d;
}

.call {
	background: #ff2241;
}

.yellow {
	background: #ffce09;
}

.multibutton {
	z-index: 997;
	position: fixed;
	right: 30px;
	bottom: 50px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	width: 70px;
	height: 70px;
	transition: 0.2s ease;
}

.MultiButton-open {
	width: auto;
	height: auto;
}

.MultiButton-open .multibutton__list {
	position: relative;
	top: auto;
	bottom: 10px;
	visibility: visible;
}

.MultiButton-open .multibutton__item {
	visibility: visible;
	opacity: 1;
	transition: 0.3s ease;
	transform: scaleX(1) scaleY(1) translateY(0);
}

.multibutton__list {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	position: absolute;
	right: 13px;
	top: 80px;
	visibility: hidden;
	transition: 0.3s ease;
	list-style: none;
	padding: 0;
	margin: 0;
}

.multibutton__title {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	background: rgba(0, 0, 0, 0.8);
	padding: 10px;
	border-radius: 30px;
}

.multibutton__item {
	display: flex;
	align-items: center;
	margin: 4px 0;
	transform: scaleX(0.4) scaleY(0.4) translateY(150px);
	opacity: 0;
	visibility: hidden;
}

.multibutton__button {
	width: 70px;
	height: 70px;
	background-color: var(--color-2);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	animation: animation_button 3s linear infinite;
	transition: all 200ms ease-out;
}

@keyframes animation_button {
	0% {
		box-shadow: 0 0 0 0 var(--color-2), 0 0 0 0 rgba(255, 255, 255, 0.7);
	}

	40% {
		box-shadow: 0 0 0 13.62667px rgba(255, 255, 255, 0), 0 0 0 1px rgba(255, 255, 255, 0.7);
	}

	80% {
		box-shadow: 0 0 0 27.25333px rgba(255, 255, 255, 0), 0 0 0 13.62667px rgba(255, 255, 255, 0);
	}

	100% {
		box-shadow: 0 0 0 34.06667px rgba(255, 255, 255, 0), 0 0 0 27.25333px rgba(255, 255, 255, 0);
	}
}

.multibutton__button img {
	width: 57%;
	height: 57%;
	padding: 17px;
}

.multibutton__item .icon-1 {
	background: #00A6FB;
}

.multibutton__item .icon-2 {
	background: #ff2241;
}

.multibutton__item .icon-3 {
	background: #7b519d;
}

.multibutton__item .icon-4 {
	background: #30d64f;
}

.multibutton__icon {
	width: 47px;
	height: 47px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 10px;
}

.multibutton__icon img {
	width: 58%;
	height: 58%;
}

.multibutton__icon,
.multibutton__title {
	cursor: pointer;
}


.telegram-btn img {
	width: 75%;
	height: 75%;
}

.multibutton a:focus,
.multibutton a:hover {
	color: #fff;
	text-decoration: underline;
	outline: none;
}

/* Мультикнопка конец */

/* error-404 start */
.error-404 {
	min-height: 500px;
	text-align: center;
	padding: 100px 0;
	font-size: 19px;
	line-height: 1.5;
}

.error-404 .page-content {
	margin-top: 20px;
}

.error-404 .btn {
	color: #fff;
	padding: 15px;
	margin-top: 20px;
}

.btn-bgcolor {
	background-color: var(--color-1);
}

/* error-404 end */


/* =============================.pagination============================== */

/* catalog pagination start */
.catalog .pagination {
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}

.catalog .pagination .page-numbers {
	justify-content: center;
}

/* catalog pagination end */

.pagination .next {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.pagination .prev {
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
}

.page-numbers li:last-child span {
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
}

.page-numbers li:first-child span {
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
}

.page-link {
	color: #333;
	transition: all .5s;
	padding-left: 1rem;
	padding-right: 1rem;
}


.page-link:hover {
	background-color: var(--color-1);
	color: #fff;
	border-color: var(--color-1);
}

.page-item.active .page-link {
	background-color: var(--color-1);
	border-color: var(--color-1);
}

.pagination .page-numbers {
	list-style: none;
	display: flex;
}

.pagination .page-numbers a.page-numbers,
.pagination .page-numbers span {
	color: var(--color-1);
	transition: all .5s;
	padding: .5rem 1rem;
	position: relative;
	display: block;
	margin-left: -1px;
	line-height: 1.25;
	background-color: #fff;
	border: 1px solid #dee2e6;
}

.pagination .page-numbers span.current {
	background-color: var(--color-1);
	border-color: var(--color-1);
	color: #fff;
}

.pagination .page-numbers a.page-numbers:hover {
	background-color: var(--color-1);
	color: #fff;
	border-color: var(--color-1);
	text-decoration: none;
}

.pagination .screen-reader-text {
	font-size: 0;
}

.pagination {
	margin-bottom: 20px;
}

/* =============================.pagination end============================== */

/* privacy-policy start */
.privacy_policy {
	font-size: 16px;
	line-height: 1.4;
}

.privacy_policy p {
	margin-bottom: 28px;
	margin-top: 28px;
}

.privacy_policy h1,
.privacy_policy h2,
.privacy_policy h3 {
	font-weight: bold;
	font-size: 19px;
}

.privacy_policy {
	padding-top: 60px;
	padding-bottom: 30px;
}

/* privacy-policy end */


/* background position start */

.align-right {
	background-position: center right 22%;
}

.align-left {
	background-position: center left;
}

.align-center {
	background-position: center;
}

/* background position end */


/* Responsive start  */

/* 1600 */
@media (max-width: 1600px) {
	.slide {
		max-height: 525px;
		padding: 110px 60px 110px;
	}
}

/* 1280 */
@media (max-width: 1280px) {
	.catalog-item {
		width: calc(33.3% - 25px);
		max-width: 33.3%;
	}
}

/* 1220 */
@media (max-width: 1220px) {
	.menu-top .menu-item a {
		font-size: 16px;
		padding: 25px 20px;
	}

	/* gallery start */
	.grid-item {
		width: calc(25% - 15px);
	}

	.grid {
		column-gap: 20px;
	}

	/* gallery end */
}

/* 1200 - 1440 */
@media (min-width: 1200px) and (max-width: 1440px) {
	.slider .swiper-button-next {
		right: 20px;
	}

	.slider .swiper-button-prev {
		left: 20px;
	}
}

/* 1200 */
@media (max-width: 1200px) {

	/* header start  */
	.header-text {
		font-size: 14px;
	}

	.header-right {
		column-gap: 20px;
	}

	.header-info-item {
		column-gap: 8px;
	}

	/* header end  */

	.slider .swiper-button-next,
	.slider .swiper-button-prev {
		display: none;
	}

	/* services start */

	.services-row {
		flex-wrap: wrap;
	}

	.services-tumb {
		height: 210px;
	}

	/* services end */
	.footer-copy .row {
		flex-wrap: wrap;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.footer-copy .row span {
		display: block;
		margin-bottom: 3px;
	}

}

/* 1024 */
@media (max-width: 1024px) {

	.footer-item {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.footer-item-1,
	.footer-item-2 {
		margin-bottom: 38px;
	}

	.footer-content .row {
		flex-wrap: wrap;
	}

	.page-inner .left-content img {
		float: none;
	}

	.page-inner .left-content .catalog-item-img-inner {
		margin-bottom: 26px;
	}

}

/* 992 */
@media (max-width: 992px) {

	/* mob menu start */
	.header-bottom {
		position: relative;
	}

	.header-bottom-row {
		min-height: 77px;
		height: 100%;
	}

	.hamburger {
		display: block;
		position: absolute;
		right: 40px;
		top: 50%;
		transform: translateY(-50%);
		width: 26px;
		height: auto;
		min-height: 18px;
	}

	.hamburger span {
		display: block;
		height: 2px;
		width: 100%;
		background-color: #1c1919;
		margin-bottom: 4px;
		transition: 0.5s all;
	}

	.hamburger span:last-of-type {
		margin-bottom: 0;
	}

	.hamburger-active .burger-line-1 {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.hamburger-active .burger-line-2 {
		display: none;
	}

	.hamburger-active .burger-line-3 {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.hamburger-active span {
		margin-bottom: -2px;
	}

	.menu-top .menu-list {
		position: absolute;
		top: 100%;
		right: 0;
		width: 100%;
		height: auto;
		padding: 5px 0 0;
		background-color: #313131;
		transition: 0.5s all;
		z-index: 56;
		font-family: 'Roboto', sans-serif;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		display: none;
	}

	.menu-top {
		max-width: 100%;
	}

	.menu-top .sub-menu .menu-item {
		border-bottom: 1px solid rgb(60, 60, 60);
	}

	.menu-top .sub-menu .menu-item:last-child {
		border: none;
	}

	.menu-top .menu-list-active {
		display: block;
	}

	.menu-top .menu-item {
		text-align: left;
		line-height: 2.5;
	}

	.menu-top .menu-item a {
		color: #fff;
		font-size: 17px;
		font-weight: bold;
		padding: 10px 15px;
	}

	.menu-top .menu-item a:hover {
		background-color: transparent;
	}

	.menu-top .menu-item a,
	.menu-top .menu-item:first-child a {
		border: 0;
	}

	/* mob menu end */

	/* Mobile dropdown menu start */
	.sub-menu li>a::before {
		content: "\F280";
		font-family: bootstrap-icons;
		font-size: 11px;
		display: block;
		position: absolute;
		top: 14px;
		left: 2px;
	}

	.menu-top .menu-item ul a {
		color: #fff;
		font-size: 15px;
		font-weight: 400;
		padding: 10px 10px 10px 18px;
	}

	.menu-top .menu-item ul a:hover {
		color: var(--color-1);
	}

	.menu-top>ul>li a {
		transition: .2s ease-in-out;
		display: inline-block;
		line-height: 1.5;
	}

	.menu-top .menu-item a:hover,
	.menu-top .menu-item:first-child a:hover {
		color: var(--color-1);
	}

	.menu-item ul {
		display: none;
	}

	.menu-item-has-children {
		position: relative;
	}

	.menu-icon {
		position: absolute;
		top: 12px;
		right: 15px;
		display: block;
		background-repeat: no-repeat;
		background-position: center;
		cursor: pointer;
		width: 26px;
		height: 26px;
		transition: .2s ease-in-out;
		border-radius: 3px;
		background-color: rgb(19, 21, 30);
		border-radius: 3px;
		color: #fff;
		line-height: 1;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.menu-icon::after {
		content: "";
		display: block;
		background-image: url(../img/plus.svg);
		background-repeat: no-repeat;
		background-position: center;
		height: 11px;
		width: 11px;
	}

	.icon-style::after {
		content: "";
		display: block;
		background-image: url(../img/minus.svg);
		background-repeat: no-repeat;
		background-position: center;
	}

	.menu-link {
		min-width: 200px;
		display: inline-block;
	}

	.sub-menu {
		list-style: none;
		background-color: rgb(41, 41, 41);
	}

	.menu-top>ul>li {
		border-bottom: 1px solid rgb(41, 41, 41);
	}

	.menu-top>ul>li:last-child {
		border: none;
	}

	#wrapper .b-bottom {
		border: none;
	}

	/* Mobile dropdown menu end */

	/* slider start  */
	.slide {
		padding: 50px 20px 60px;
	}

	.text-container {
		padding: 0;
	}

	#slider .swiper-pagination-clickable {
		bottom: 16px;
	}

	.slide-desc {
		font-size: 18px;
	}

	.slide-title {
		font-size: 46px;
		line-height: 1.2;
	}

	.slider .swiper-button-next,
	.slider .swiper-button-prev {
		display: none;
	}

	/* slider end */

	/* button */
	.button a,
	.btn {
		font-size: 15px;
		padding: 18px 30px;
	}

	.gallery-button .btn i {
		font-size: 22px;
	}

	.gallery-button .btn {
		font-size: 15px;
		padding: 16px 30px;
	}

	/* button end  */

	/* about start */
	.about-row {
		align-items: flex-start
	}

	.about-left {
		width: 100%;
	}

	.about-right {
		width: 100%;
		max-width: 100%;
	}

	.about-row {
		flex-direction: column;
		row-gap: 30px;
	}

	.title {
		font-size: 33px;
	}

	.title-icon img {
		height: 54px;
		width: 54px;
		left: 6px;
		top: 0px;
	}

	.title-icon::after {
		height: 47px;
		width: 47px;
	}

	.about-right .title-wrap {
		margin-top: 15px;
	}

	/* about end */
	.left-content {
		padding-right: 0;
	}

	.menu_right {
		display: none;
	}

	.slide {
		max-height: 415px;
		min-height: 346px;
	}

}

/* 992 - 1200 */
@media (min-width: 992px) and (max-width: 1200px) {
	.buttons {
		flex-direction: column;
		height: auto;
		width: 100%;
	}

	.catalog-item-desc {
		min-height: 60px;
	}

	.catalog .buttons a {
		width: 100%;
	}

	.catalog-item-title {
		font-size: 20px;
	}
}

/* 992 */
@media (max-width: 992px) {
	/* single  */

	.Special_Machinery .page_content-row .left-content article #inner-textarea {
		width: 100%;
		margin-right: 0;
	}

	.Special_Machinery .image-popup-vertical-fit {
		width: auto;
		margin-right: 0;
	}

	/* single end */
	.header-bottom {
		min-height: 77px;
	}
}

/* 991 */
@media (max-width: 991px) {
	.catalog-item {
		width: calc(50% - 15px);
		max-width: 50%;
	}

	.catalog-img-wrap {
		max-height: 292px;
	}

	.header-logo {
		max-width: 290px;
	}

}

/* 960 */
@media (max-width: 960px) {
	.p-y {
		padding-top: 65px;
		padding-bottom: 65px;
	}

	/* header start  */
	.menu-top .menu-item a,
	.menu-top .menu-item:first-child a {
		border: 0;
	}

	.header-right {
		flex-direction: column;
		row-gap: 12px;
	}

	.header-row {
		flex-direction: column;
		row-gap: 12px;
	}

	.header-text {
		font-size: 16px;
		text-align: center;
	}

	.header-top {
		font-size: 17px;
	}

	.header-phone {
		font-size: 19px;
		align-items: flex-start;
	}

	.header-info-item {
		line-height: 1.3;
	}

	.header-top .container {
		padding-left: 15px;
		padding-right: 15px;
	}

	/* header end  */

	.OurAdvantages-item {
		width: 48%;
		max-width: 48%;
		padding: 25px 5px 25px 0;
	}
}

/* 800 */
@media(max-width: 800px) {
	.OurAdvantages-item {
		width: 100%;
		max-width: 100%;
	}

	.O-item-desc {
		line-height: 1.4;
		font-size: 16px;
	}

	.services-item {
		width: calc(50% - 10px);
	}

	.services-row {
		row-gap: 20px;
		justify-content: center;
	}
}

/* 768 */
@media(max-width: 768px) {
	.buttons {
		flex-direction: column;
		height: auto;
	}

	.catalog .catalog-item-button,
	.button-read-more {
		width: 100%;
		padding-top: 18px;
		padding-bottom: 17px;
		margin-bottom: 3px;
	}

	.catalog-item-wrap {
		padding: 25px 30px 4px;
	}

	/* about start */
	.about-row {
		flex-direction: column;
	}

	.about-left {
		width: 100%;
	}

	.about-right {
		max-width: 100%;
	}

	/* about end */

	/* gallery start */
	.grid-item {
		width: calc(33.3% - 14px);
	}

	.grid {
		justify-content: flex-start;
		column-gap: 20px;
	}

	/* gallery end */
	.footer-copy .row {
		align-items: flex-start;
	}

	.footer-copy .row span {
		margin-bottom: 8px;
	}

	.catalog-item-img {
		min-height: 190px;
	}

	.catalog-img-wrap {
		height: auto;
	}

	/* =====contacts page===== */
	.top,
	.left,
	.right {
		width: 100%;
		max-width: 100%;
	}

	.map,
	.left {
		margin-bottom: 45px;
	}

	.contacts-time {
		margin-bottom: 0;
	}

	/* =====contacts page end===== */
}

/* 720 */
@media (max-width: 720px) {
	.page-inner .left-content img {
		max-width: 100%;
		float: none;
		margin-bottom: 15px;
	}

	.page-inner .left-content .catalog-item-img-inner {
		margin-bottom: 25px;
	}

	.p-value {
		min-width: 27%;
	}

	.catalog-item-desc {
		min-height: 60px;
	}
}

/* 640-720 */
@media (min-width: 640px) and (max-width: 720px) {
	.catalog-item-title {
		font-size: 18px;
	}
}

/* 640 */
@media (max-width: 640px) {
	.catalog-item {
		width: calc(100% - 15px);
		max-width: 400px;
	}

	.catalog-item-img {
		min-height: 210px;
	}

	.catalog-img-wrap {
		height: auto;
	}

	.Ouradvantages-row {
		row-gap: 0;
	}

	.OurAdvantages-item {
		width: 100%;
		max-width: 100%;
		padding: 25px 5px 25px 0;
	}

	.left-content img {
		float: none;
		max-width: 100%;
		margin: 0 0 10px 0;
	}

	.page_content h2 {
		font-size: 22px;
		margin-bottom: 22px;
	}

	.catalog-item-desc {
		min-height: auto;
	}

	.catalog-img-wrap {
		max-height: 100%;
	}

	/* =====catalog page===== */
	.page_content .catalog-row {
		justify-content: center;
	}

	.page_content.catalog h1 {
		text-align: center;
	}
	/* =====catalog page end===== */

}

/* 600 */
@media (max-width: 600px) {

	/* modal start */
	.modal-close-icon2 {
		top: -28px;
		right: -1px;
	}

	/* modal end */

	/* Мультикнопка */
	.multibutton__button {
		width: 55px;
		height: 55px;
	}

	.multibutton__list {
		right: 5px;
	}

	.multibutton__icon {
		width: 40px;
		height: 40px;
	}

	.multibutton {
		width: 55px;
		height: 55px;
	}

	.MultiButton-open {
		width: auto;
		height: auto;
	}

	.multibutton__button img {
		padding: 14px;
	}

	/* Мультикнопка конец */

	.services-item {
		width: 100%;
		max-width: 444px;
	}

	.services-tumb {
		height: 235px;
	}
}

/* 580 */
@media (max-width: 580px) {

	.p-y {
		padding-top: 55px;
		padding-bottom: 55px;
	}

	.about-row {
		row-gap: 25px;
	}

	/* slider start  */
	.slide {
		padding: 50px 20px 60px;
	}

	.slide-desc {
		font-size: 16px;
	}

	.slide-title {
		font-size: 40px;
	}

	/* slider end */

	/* services start */

	.services-tumb {
		height: 225px;
	}

	/* services end */

	/* gallery start */
	.grid-item {
		width: calc(50% - 10px);
	}

	.grid-item img {
		aspect-ratio: 1 / 1;
	}

	.grid {
		column-gap: 20px;
	}

	/* gallery end */
	.footer-item {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 30px;
	}

	.footer-item-4 {
		margin-bottom: 0;
	}

	/* page_contacts form  */
	.page_contacts .agreement {
		position: relative;
	}

	.page_contacts .agreement input {
		position: absolute;
		top: 4px;
		left: 0;
	}

	.page_contacts .agreement label {
		padding-left: 23px;
	}

	.page_contacts .form-control {
		font-size: 15px;
	}

	.page_contacts .agreement label {
		font-size: 14px;
	}

	.page_contacts .agreement .wpcf7-form-control-wrap {
		position: inherit;
	}

	/* page_contacts end  */
}

/* 576 */
@media (max-width: 576px) {
	.multibutton {
		bottom: 99px;
	}

	#breadcrumbs .breadcrumbs {
		font-size: 14px;
	}
}

/* 510 */
@media (max-width: 510px) {
	.slide {
		min-height: 379px;
	}
}

/* 480 */
@media (max-width: 480px) {

	/* services start */
	.services-item {
		width: 100%;
	}

	.services-row {
		flex-direction: column;
		row-gap: 25px;
		column-gap: 0;
	}

	.services-tumb {
		height: 220px;
	}

	/* services end */
	.catalog-item {
		width: calc(100% - 15px);
		max-width: 100%;
	}

	.catalog-item-img {
		min-height: 210px;
	}

	.catalog-img-wrap {
		height: auto;
	}

	.grid {
		column-gap: 16px;
		row-gap: 16px;
	}

	.grid-item {
		width: calc(50% - 8px);
	}
}

/* 450 */
@media (max-width: 450px) {
	h2.title {
		width: 78%;
	}

	.title-icon img {
		height: 52px;
		width: 52px;
		left: 4px;
		top: 1px;
	}
}

/* 440 */
@media (max-width: 440px) {
	.slide {
		min-height: 400px;
	}

	.slide-title {
		margin-left: auto;
		margin-right: auto;
	}
}

/* 414 */
@media (max-width: 414px) {
	.services-tumb {
		height: 198px;
	}

	.o-img-wrap {
		width: 67px;
		height: 67px;
	}
}

/* 400 */
@media (max-width: 400px) {

	/* header start  */
	.header-row {
		display: flex;
		align-items: flex-start;
	}

	.header-phone {
		font-size: 17px;
	}

	.header-right {
		column-gap: 30px;
	}

	.header-top {
		font-size: 16px;
	}

	.header-row {
		row-gap: 17px;
	}

	/* header end  */

	.hamburger {
		min-height: 24px;
	}

}

/* 395 */
@media (max-width: 395px) {
	.catalog-item {
		width: 100%;
	}

	.OurAdvantages-item {
		text-align: center;
		flex-direction: column;
		align-items: center;
	}

	.o-img-wrap {
		margin-right: 0;
		margin-bottom: 16px;
	}

	/* modal start  */
	.modal-1,
	.modal-2 {
		padding: 30px 25px 2px 25px;
	}

	/* modal end  */

}

/* 385 */
@media (max-width: 385px) {

	/* modal start  */
	.feed-form .callback-checkbox:checked+.label:before {
		font-size: 16px;
	}

	.feed-form .callback-checkbox+.label:before {
		width: 17px;
		height: 17px;
	}

	.label .checkbox-text {
		margin-left: 27px;
	}

	.modal-1,
	.modal-2 {
		width: 280px;
	}

	.checkbox-text {
		font-size: 12px;
	}

	.label .checkbox-text a {
		color: var(--color-1);
	}

	.label .checkbox-text a:hover {
		font-weight: 500;
	}

	/* modal end  */
}

/* 380  */
@media (max-width: 380px) {
	.services-tumb {
		height: 180px;
	}

	.services-title {
		font-size: 19px;
	}
}

/* 375 */
@media (max-width: 375px) {
	.catalog-item {
		width: 100%;
	}
}

/* 366 */
@media (max-width: 366px) {
	.hamburger {
		min-height: 20px;
	}
}

/* 360 */
@media (max-width: 360px) {
	.services-title {
		font-size: 19px;
	}

	/* modal start  */
	.modal-1,
	.modal-2 {
		width: 250px;
	}

	#callback input.button_submit,
	#order input.button_submit {
		padding: 14px 0 13px 0;
	}

	/* modal end  */
}

/* 350 */
@media (max-width: 350px) {
	.title-wrap {
		margin-bottom: 16px;
	}

	.title {
		font-size: 26px;
	}

	.title-icon {
		display: none;
	}

	.slide {
		min-height: 421px;
	}

	.slide-title {
		font-size: 36px;
	}

}

/* 340 */
@media (max-width: 340px) {
	.services-title {
		font-size: 18px;
		padding-left: 17px;
	}

	.read-more {
		padding-left: 17px;
	}

	.services-tumb {
		height: 170px;
	}

}

/* 330 */
@media (max-width: 330px) {
	.services-title {
		padding-left: 12px;
	}

	.slide-title {
		font-size: 33px;
	}

	/* modal start  */
	.modal-1,
	.modal-2 {
		width: 240px;
	}

	/* modal end  */

}

/* Responsive end */