/*
Theme name: NikopSTK
Description: Будівельно-транспортна компанія Нікопольська
Author: Aleksandrlao
Author URI: http://aleksandrlao.ru
*/



:root {
	--dark: #24272D;
	--blue: #005AE1;
	--grey: #3D4658;
}




*, *::before, *::after {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
html {
	font-size: 20px;
}
body {
	color: var(--dark);
	font: 14px/1.4 'Montserrat', Arial, sans-serif;
}
.box {
	width: 100%;
	min-width: 320px;
	position: relative;
}
.container {
	width: 100%;
	min-width: 320px;
	max-width: 1140px;
	padding-left: 1rem;
	padding-right: 1rem;
	margin: 0 auto;
	position: relative;
	border-top: 0 solid transparent;
}
.container:after {
	content: '';
	display: block;
	clear: both;
	width: 100%;
	height: 0;
}
.flx {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}


a {
	color: var(--dark);
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

input, textarea {
	font-family: 'Montserrat', Arial, sans-serif;
}
input.error {
	color: #f00 !important;
	border: 1px solid #f00 !important;
}
input.valid {
	border: 1px solid #339e36 !important;
}
input:focus {
	color: #fff;
}
input::-webkit-input-placeholder {
	color: #fff;
}
input::-moz-placeholder {
	color: #fff;
}
input:-moz-placeholder {
	color: #fff;
}
input:-ms-input-placeholder {
	color: #fff;
}






.text {
	overflow: hidden;
}
.text p {
	margin-bottom: 21px;
}
.text h2, .text h3, .text h4, .text h5 {
	margin-bottom: 20px;
	color: #000;
	font-size: 25px;
	line-height: 29px;
}
.text h3 {
	font-size: 22px;
}
.text h4, .text h5 {
	font-size: 20px;
}
.text table {
	width: 100%;
	border-collapse: collapse;
}
.text table tr td {
	border: 1px solid #373737;
	padding: 10px;
}
.text ul, .text ol {
	margin: 0 0 25px;
	list-style: none;
	counter-reset: list;
}
.text li {
	margin-bottom: 10px;
	position: relative;
	counter-increment: list;
}
.text ul li::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 4px;
	height: 4px;
	background: var(--dark);
	border-radius: 50%;
	margin-right: 8px;
}
.text ol li::before {
	content: counter(list);
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	font-weight: 700;
	color: var(--blue);
}




.alignleft {display: inline;float: left;margin: 5px 15px 5px 0;}
.alignright {display: inline;float: right;margin: 5px 0 5px 15px;}
.aligncenter {clear: both;display: block;margin: 5px auto;}





.special-list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	list-style: none;
	width: calc(100% + 1rem);
	margin-left: -0.5rem;
}
.special-list li {
	width: calc(33.3% - 1rem);
	margin: 0 0.5rem 1rem;
	padding-top: 10px;
	padding-left: 18px;
	position: relative;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.4;
}
.special-list li strong {
	font-weight: bold;
}
.special-list li::before {
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	width: 18px;
	height: 4px;
	background: var(--blue);
	transform: rotate(-30deg);
}

.button {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	min-width: 120px;
	min-height: 48px;
	padding: 14px 25px;
	border: 1px solid var(--blue);
	background: var(--blue);
	border-radius: 8px;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.4;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	transition: all .3s ease;
}
.button--empty {
	background: transparent;
	color: var(--blue);
}
.button:hover {
	background: transparent;
	color: var(--blue);
}
.button--empty:hover {
	background: var(--blue);
	color: #FFF;
}

.head {
	display: block;
	width: 100%;
	margin-bottom: 0.8rem;
	font-weight: 400;
	font-size: 28px;
	line-height: 1.2;
	letter-spacing: 0.05em;
	color: var(--dark);
}
.head strong {
	font-weight: bold;
}
.desc {
	margin-bottom: 1.5rem;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.6;
	color: rgba(12, 27, 77, 0.6);
}

.list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	width: calc(100% + 1.5rem);
	margin-left: -0.75rem;
}
.item {
	width: calc(33.3% - 1.5rem);
	margin: 0 0.75rem 1.75rem;
}
.list--4 .item {
	width: calc(25% - 1.5rem);
}



.icon {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin-left: 10px;
	opacity: 1;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	font-size: 0;
	text-decoration: none;
	transition: all .3s ease;
}
.icon--viber {
	background-image: url('i/bg-icon-viber.svg');
}
.icon--telegram {
	background-image: url('i/bg-icon-telegram.svg');
}



.slick-arrow {
	position: absolute;
	top: calc(50% - 7px);
	width: 8px;
	height: 14px;
	border: none;
	outline: none;
	background: #000;
	-webkit-mask: url('i/bg-icon-arrow-right.svg') center no-repeat;
	mask: url('i/bg-icon-arrow-right.svg') center no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	transition: all 0.3s ease;
	cursor: pointer;
	z-index: 40;
}
.slick-prev {
	left: 0;
	transform: rotate(180deg);
}
.slick-next {
	right: 0;
}
.slick-arrow:hover {
	background: var(--blue);
}

.slick-dots {
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
	list-style: none;
}
.slick-dots li {
	margin: 0 5px;
}
.slick-dots button {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: transparent;
	border: 1px solid var(--blue);
	outline: none;
	font-size: 0;
	cursor: pointer;
	transition: all .3s ease;
}
.slick-dots li.slick-active button {
	background: var(--blue);
}












	/* Header ----------------------------------------------------------------------------- */
.header {
	position: relative;
	background: #fff;
	z-index: 80;
}
.header--fixed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: transparent;
}
.header-top {
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	background: var(--dark);
}
.header-top .container {
	align-items: center;
}
.header__link {
	display: inline-block;
	vertical-align: middle;
	padding-left: 40px;
	margin-right: 48px;
	position: relative;
	border: none;
	outline: none;
	background-color: transparent;
	color: #fff;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
	cursor: pointer;
}
.header__link--tender:hover {
	text-decoration: underline;
}
.header__link::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background: #fff;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
}
.header__link--tender::before {
	-webkit-mask-image: url("i/bg-icon-tender.svg");
	mask-image: url("i/bg-icon-tender.svg");
}
.header__link--email::before {
	width: 24px;
	-webkit-mask-image: url("i/bg-icon-email.svg");
	mask-image: url("i/bg-icon-email.svg");
}
.header__link--phone::before {
	-webkit-mask-image: url("i/bg-icon-phone.svg");
	mask-image: url("i/bg-icon-phone.svg");
}
.header__contact .header__link:last-child {
	margin-right: 0;
}


.header-middle {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 5px;
}
.header-middle .container {
	align-items: center;
}
.header__logo {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	width: 400px;
	min-height: 45px;
	padding-left: 0px;
	position: relative;
	font-weight: 700;
	font-size: 15px;
	line-height: 1.2;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
	color: #3690D1;
}
/* .header__logo::before {
	content: '';
	position: absolute;
	top: calc(50% - 22px);
	left: 0;
	width: 200px;
	height: 60px;
	background: url('i/bg-logo.png') center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
} */

.header__nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	list-style: none;
}
.header__nav li {
	margin-left: 20px;
}
.header__nav a {
	display: block;
	padding: 4px 8px;
	border-radius: 4px;
	position: relative;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.3;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--dark);
	transition: all .3s ease;
	z-index: 5;
}
.header__nav li.current-menu-item a,
.header__nav a:hover {
	color: #fff;
}
.header__nav a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	border-radius: 4px;
	background: var(--blue);
	transition: all .3s ease;
	z-index: -1;
}
.header__nav li.current-menu-item a::before,
.header__nav a:hover::before {
	width: 100%;
}

.header__nav-btn {
	display: none;
	width: 23px;
	height: 20px;
	border: none;
	background-color: transparent;
	outline: none;
	cursor: pointer;
}
.header__nav-btn span {
	display: inline-block;
	vertical-align: top;
	width: 23px;
	height: 3px;
	background: var(--dark);
	margin: 7px 0 0;
	position: relative;
}
.header__nav-btn span::before, .header__nav-btn span::after {
	content: "";
	position: absolute;
	left: 0;
	width: 23px;
	height: 3px;
	background: var(--dark);
	transition: all 0.4s ease;
}
.header__nav-btn span::before {
	top: -8px;
}
.header__nav-btn span::after {
	bottom: -8px;
}
.nav-active .header__nav-btn span {
	background: transparent;
}
.nav-active .header__nav-btn span::before {
	top: 0;
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.nav-active .header__nav-btn span::after {
	bottom: 0;
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}











/* Top ----------------------------------------------------------------------------- */
.top {
	padding-top: 15px;
	padding-bottom: 15px;
}
.breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 25px;
	font-weight: 400;
	font-size: 12px;
	line-height: 1.4;
	color: rgba(0, 0, 0, 0.6);
}
.breadcrumbs a {
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
	color: rgba(0, 0, 0, 0.6);
	text-decoration: none;
	transition: all .3s ease;
}
.breadcrumbs a:hover {
	color: rgba(0, 0, 0, 1);
	text-decoration: underline;
}
.breadcrumb_last {
	display: inline-block;
	vertical-align: middle;
	margin-left: 4px;
}

.top__head {
	font-weight: 700;
	font-size: 32px;
	line-height: 1.3;
	color: var(--dark);
}













/* Hero ----------------------------------------------------------------------------- */
.hero {
	padding-top: 10.05rem;
	padding-bottom: 4rem;
	background: url('i/bg-hero.jpg') center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	border-bottom: 1px solid rgba(36, 39, 45, 0.2);
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.hero .container {
	z-index: 20;
}
.hero__info {
	max-width: 580px;
}
.hero__head {
	margin-bottom: 4.5rem;
	font-weight: 500;
	font-size: 32px;
	line-height: 1.2;
	letter-spacing: 2px;
	color: #000;
}
.hero__head span {
	display: block;
	font-weight: bold;
}
.hero__list {
	margin-bottom: 4rem;
}
.hero__button {
	min-width: 320px;
}

.hero__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.hero__bg::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(76.71deg, rgba(255, 255, 255, 0.95) 33.76%, rgba(217, 217, 217, 0) 99.33%);
	z-index: 15;
}
.hero__bg img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}



















/* Object ----------------------------------------------------------------------------- */
.main-object {
	padding-top: 2.5rem;
	padding-bottom: 1.3rem;
	background: #F9F9F9;
}
.main-object--about {
	background: transparent;
}
.object-item {
	position: relative;
}
.object-item__link {
	display: block;
	width: 100%;
	text-decoration: none;
}
.object-item__thumb {
	display: block;
	overflow: hidden;
	border-radius: 10px;
	position: relative;
	z-index: 5;
}
.object-item__thumb-ins {
	display: block;
	width: 100%;
	padding-top: 67%;
	position: relative;
}
.object-item__thumb-ins img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.object-item__info {
	display: block;
	position: absolute;
	bottom: 60px;
	left: 30px;
	width: calc(100% - 60px);
	max-height: calc(100% - 60px);
	background: var(--dark);
	border-radius: 10px;
	padding: 12px 18px;
	transform: translateY( 50% );
	transition: all .3s ease;
	z-index: 10;
}
.object-item.is-open .object-item__info {
	bottom: 30px;
	transform: translateY(0);
}
.object-item__button {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: calc(50% - 11px);
	right: -11px;
	width: 22px;
	height: 22px;
	background: #FFF;
	border: 1px solid var(--blue);
	border-radius: 50%;
	transition: all .3s ease;
}
.object-item__button:hover {
	background: var(--blue);
}
.object-item__button span {
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: var(--blue);
	position: relative;
	transition: all .3s ease;
}
.object-item.is-open .object-item__button span {
	background: transparent;
}
.object-item__button span::before,
.object-item__button span::after {
	content: '';
	position: absolute;
	top: 0;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: var(--blue);
	transition: all .3s ease;
}
.object-item__button span::before {
	left: -6px;
}
.object-item__button span::after {
	right: -6px;
}
.object-item__button:hover span,
.object-item__button:hover span::before,
.object-item__button:hover span::after {
	background: #fff;
}
.object-item.is-open .object-item__button span::before,
.object-item.is-open .object-item__button span::after {
	top: 1px;
	width: 16px;
	height: 2px;
	transform: rotate(45deg);
}
.object-item.is-open .object-item__button span::before {
	left: -6px;
}
.object-item.is-open .object-item__button span::after {
	right: -6px;
	transform: rotate(135deg);
}

.object-item__title {
	display: block;
	font-weight: 700;
	font-size: 16px;
	line-height: 18px;
	color: #FFF;
}
.object-item__desc {
	display: block;
	width: 100%;
	max-height: 0;
	overflow: hidden;
	color: #fff;
	font-size: 14px;
	line-height: 1.2;
	transition: all .3s ease;
}
.object-item.is-open .object-item__desc {
	max-height: 80px;
	margin-top: 8px;
	overflow-y: visible;
}


.main-object__more {
	padding-top: 0.5rem;
	text-align: center;
}
.main-object__more .button {
	min-width: 350px;
}








/* Main about ----------------------------------------------------------------------------- */
.main-about {
	padding-top: 2rem;
	padding-bottom: 2.2rem;
	background: #F9F9F9;
}
.main-about__box-wrap {
	padding: 2rem 3rem;
	background: url('i/bg-main-about.jpg') center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
}
.main-about__box-wrap::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(77.68deg, #FFFFFF 17.43%, rgba(196, 196, 196, 0) 97.5%);
	overflow: hidden;
	z-index: 5;
}
.main-about__box {
	position: relative;
	z-index: 10;
}
.main-about__top {
	padding-bottom: 8px;
}
.main-about__info {
	width: 50%;
}
.main-about__desc {
	margin-bottom: 2rem;
}
.main-about__number {
	width: 49%;
	padding-top: 2.8rem;
	margin-right: -20px;
}
.main-about__number-title {
	font-size: 3rem;
	line-height: 0.9;
}

.main-about-certificate {
	overflow: hidden;
	margin-bottom: -1.5rem;
}
.main-about-certificate__head {
	margin-bottom: 16px;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.5;
}
.main-about-certificate__list {
	justify-content: flex-start;
	width: calc(100% + 1.5rem);
	margin-left: -0.75rem;
}
.main-about-certificate-item {
	width: calc(20% - 1.5rem);
	max-width: 160px;
	margin: 0 1.05rem 1.5rem;
}
.main-about-certificate-item__thumb {
	display: block;
	width: 100%;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	height: 107px;
}

.main-about-certificate-item__thumb img {
    /* width: 100%; */
    height: 100%;
    min-height: 100%;
}
.main-about-certificate-item__thumb-ins {
	display: block;
	width: 100%;
	padding-top: 140%;
	position: relative;
}
.main-about-certificate-item__thumb-ins img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}















/* Main service ----------------------------------------------------------------------------- */
.main-service {
	padding-top: 2rem;
	padding-bottom: 1.5rem;
}
.service-page {
	padding-top: 0.5rem;
	padding-bottom: 1.5rem;
}
.main-service__head {
	margin-bottom: 1.4rem;
}
.main-service-item__link {
	display: block;
	width: 100%;
	text-decoration: none;
}
.main-service-item__thumb {
	display: block;
	width: 100%;
	position: relative;
	margin-bottom: 15px;
}
.main-service-item__thumb-ins {
	display: block;
	width: 100%;
	padding-top: 46%;
	position: relative;
}
.main-service-item__thumb-ins img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.main-service-item__title {
	display: block;
	width: 100%;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.4;
	text-decoration-line: underline;
	color: var(--dark);
	transition: all .3s ease;
}
.main-service-item__link:hover .main-service-item__title {
	color: var(--blue);
}


.main-service__more {
	padding-top: 12px;
	text-align: center;
}
.main-service__more .button {
	min-width: 350px;
}


























/* guarantee ----------------------------------------------------------------------------- */
.guarantee {
	padding-top: 1.5rem;
	padding-bottom: 0.5rem;
}
.guarantee--about {
	padding-top: 0.5rem;
}
.guarantee__head {
	max-width: 564px;
}
.guarantee__list {
	align-items: stretch;
}
.guarantee-item {
	position: relative;
	background: #F7F9FB;
	border-radius: 10px;
	padding: 25px;
}
.guarantee-item:nth-child(4),
.guarantee-item:nth-child(5) {
	width: calc(50% - 1.5rem);
}
.guarantee-item__info {
	max-width: 80%;
	position: relative;
	z-index: 10;
}
.guarantee-item:nth-child(1) .guarantee-item__info {
	max-width: 60%;
}
.guarantee-item__title {
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.24;
	letter-spacing: 0.05em;
}
.guarantee-item__desc {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.3;
	letter-spacing: 0.05em;
}
.guarantee-item__img {
	position: absolute;
	bottom: 0;
	right: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: flex-end;
	width: 50%;
	height: 100%;
	z-index: 5;
}
.guarantee-item__img img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	object-position: right bottom;
}















/* Main info ----------------------------------------------------------------------------- */
.main-info {
	padding-top: 0.5rem;
	padding-bottom: 1.2rem;
}
.main-info__more {
	padding-top: 20px;
}


















/* Team ----------------------------------------------------------------------------- */
.team-item {
	margin-bottom: 2rem;
}
.team__list {
	padding-top: 1rem;
}
.team-item__photo {
	display: block;
	margin-bottom: 16px;
}
.team-item__photo-ins {
	display: block;
	width: 100%;
	padding-top: 110%;
	position: relative;
}
.team-item__photo-ins img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.team-item__name {
	margin-bottom: 12px;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.2;
}














/* Doc ----------------------------------------------------------------------------- */
.doc {
	padding-top: 1.2rem;
	padding-bottom: 1rem;
}
.doc-item {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	min-height: 94px;
	padding: 10px 20px 10px 110px;
	background: #F7F9FB;
	border: 1px solid #DBDBDB;
	border-radius: 10px;
	position: relative;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: 0.05em;
	color: #24272D;
	text-decoration: underline;
	cursor: pointer;
	transition: all .3s ease;
}
.doc-item:hover {
	background: #DBDBDB;
}
.doc-item::before {
	content: '';
	position: absolute;
	top: 21px;
	left: 24px;
	width: 51px;
	height: 51px;
	background: url('i/bg-icon-pdf.png') center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}










/* Pagenavi ----------------------------------------------------------------------------- */
.pagenavi {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.pagenavi .nav-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
}
.pagenavi a,
.pagenavi span {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	min-width: 32px;
	min-height: 32px;
	margin: 0 4px 8px;
	background: #FFF;
	border: 1px solid #24272D;
	position: relative;
	border-radius: 4px;
	font-size: 14px;
	line-height: 1.3;
	color: var(--dark);
	text-decoration: none;
	text-align: center;
	transition: all .3s ease;
}
.pagenavi a.prev,
.pagenavi a.next {
	font-size: 0;
}
.pagenavi a.prev::before,
.pagenavi a.next::before {
	content: '';
	position: absolute;
	top: calc(50% - 6px);
	left: calc(50% - 4px);
	width: 8px;
	height: 12px;
	background: var(--dark);
	-webkit-mask: url('i/bg-icon-arrow-right.svg') center no-repeat;
	mask: url('i/bg-icon-arrow-right.svg') center no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	transition: all .3s ease;
}
.pagenavi a.prev::before {
	transform: rotate(180deg);
}
.pagenavi a.prev:hover::before,
.pagenavi a.next:hover::before {
	background: #fff;
}

.pagenavi span.current,
.pagenavi a:hover {
	background: var(--blue);
	border-color: var(--blue);
	color: #fff;
}












/* Service single ----------------------------------------------------------------------------- */
.single-service-info {
	padding-top: 1.5rem;
	padding-bottom: 2rem;
}







.estimate {
	padding-top: 8rem;
	padding-bottom: 8rem;
	background: url('i/bg-estimate.jpg') center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.estimate .container {
	align-items: center;
}
.estimate__info {
	width: calc(100% - 410px);
}
.estimate__head {
	margin-bottom: 1rem;
	font-weight: 400;
	font-size: 36px;
	line-height: 1.22;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #000;
}
.estimate__desc {
	margin-bottom: 0.5rem;
	font-size: 20px;
	line-height: 1.2;
	color: #000;
}

.estimate-form {
	width: 380px;
	background: #3D4658;
	border: 1px solid #838383;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
	padding: 1.5rem 1rem;
	color: #fff;
}
.estimate-form__head {
	margin-bottom: 1rem;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.2;
	color: #FFF;
}
.estimate-form__label {
	margin-bottom: 1rem;
}
.estimate-form__label input {
	display: block;
	width: 100%;
	height: 42px;
	border: none;
	border-bottom: 1px solid #C4C4C4;
	outline: none;
	background-color: transparent;
	font-size: 15px;
}
.estimate-form__list-head {
	margin-bottom: 0.5rem;
	font-size: 15px;
	line-height: 1.4;
	color: #C4C4C4;
}
.estimate-form__list .wpcf7-form-control {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: flex-start;
	padding-bottom: 0.5rem;
}
.estimate-form__list .wpcf7-list-item {
	width: 48%;
	margin: 0 0 1rem;
}
.estimate-form__list .wpcf7-list-item label {
	display: block;
	width: 100%;
}
.estimate-form__list .wpcf7-list-item input {
	display: none;
}
.estimate-form__list .wpcf7-list-item .wpcf7-list-item-label {
	display: block;
	min-height: 28px;
	padding-left: 38px;
	position: relative;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	cursor: pointer;
}
.estimate-form__list .wpcf7-list-item .wpcf7-list-item-label::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 28px;
	height: 28px;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.estimate-form__list .wpcf7-list-item:nth-child(1) .wpcf7-list-item-label::before {
	background-image: url('i/bg-icon-form-viber.svg');
}
.estimate-form__list .wpcf7-list-item:nth-child(2) .wpcf7-list-item-label::before {
	background-image: url('i/bg-icon-form-telegram.svg');
}
.estimate-form__list .wpcf7-list-item:nth-child(3) .wpcf7-list-item-label::before {
	background-image: url('i/bg-icon-form-mail.svg');
}
.estimate-form__list .wpcf7-list-item:nth-child(4) .wpcf7-list-item-label::before {
	background-image: url('i/bg-icon-form-phone.svg');
}
.estimate-form__list .wpcf7-list-item .wpcf7-list-item-label::after {
	content: '';
	position: absolute;
	top: -2px;
	left: -2px;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 20px;
	border: 1px solid #C4C4C4;
	opacity: 0;
	transition: all .3s ease;
}
.estimate-form__list .wpcf7-list-item input:checked + .wpcf7-list-item-label::after {
	opacity: 1;
}

.estimate-form__submit {
	position: relative;
}
.estimate-form__submit .button {
	width: 100%;
}
.estimate-form__submit .button:hover {
	border-color: #fff;
	color: #fff;
}








/* Contact ----------------------------------------------------------------------------- */
.contact {
	padding-top: 3rem;
	padding-bottom: 4.5rem;
}
.contact-wrapper {
	align-items: stretch;
}
.contact-box {
	width: 22%;
}
.contact-box__item {
	padding-bottom: 8px;
}
.contact-box__head {
	min-height: 28px;
	padding-left: 38px;
	margin-bottom: 10px;
	position: relative;
	font-weight: 700;
	font-size: 18px;
	line-height: 28px;
}
.contact-box__head::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 28px;
	height: 28px;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.contact-box__item--phone .contact-box__head::before {
	background-image: url('i/bg-icon-tel.svg');
}
.contact-box__item--mail .contact-box__head::before {
	background-image: url('i/bg-icon-mail.svg');
}
.contact-box__item--address .contact-box__head::before {
	background-image: url('i/bg-icon-address.svg');
}
.contact-box__item--time .contact-box__head::before {
	background-image: url('i/bg-icon-time.svg');
}
.contact-box__item ul {
	list-style: none;
	padding-left: 38px;
}
.contact-box__item li {
	margin-bottom: 10px;
}
.contact-box__item a {
	display: inline-block;
	text-decoration: none;
}
.contact-box__item .icon {
	margin-top: -5px;
}
.contact-box__item .icon--viber {
	background-image: url('i/bg-icon-form-viber.svg');
}
.contact-box__item .icon--telegram {
	background-image: url('i/bg-icon-form-telegram.svg');
}


.contact-way {
	width: 23%;
}
.contact-way__head {
	font-weight: 700;
	font-size: 18px;
	line-height: 1.44;
	color: var(--dark);
}
.contact-way__item {
	margin-top: 1rem;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
.contact-way__thumb {
	position: relative;
}
.contact-way__thumb-ins {
	display: block;
	width: 100%;
	padding-top: 59%;
	position: relative;
}
.contact-way__thumb-ins img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.contact-way__title {
	position: absolute;
	bottom: 8px;
	left: 22px;
	text-shadow: 0 0 4px rgba(0, 0, 0, .5);
	font-weight: 700;
	font-size: 16px;
	line-height: 1.6;
	color: #FFF;
	z-index: 10;
}



.contact-map {
	width: 44%;
	padding-top: 44px;
}
.contact-map__ins {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 20px;
	background: #F9F9F9;
}
.contact-map__ins iframe {
	display: block;
	width: 100%;
	height: 100%;
}










/* Object ----------------------------------------------------------------------------- */
.object-archive-page {
	margin-top: -0.8rem;
	padding-bottom: 1.5rem;
}




.single-object-gallery {
	overflow: hidden;
	padding-bottom: 1.5rem;
}
.single-object-gallery-photo {
	overflow: hidden;
	padding-bottom: 1rem;
}
.single-object-gallery-photo__item {
	float: left;
	width: 100%;
}
.single-object-gallery-photo__item-ins {
	display: block;
	width: 100%;
	padding-top: 34.2%;
	position: relative;
	border-radius: 15px;
	overflow: hidden;
}
.single-object-gallery-photo__item-ins img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.single-object-gallery-thumb {
	overflow: hidden;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}
.single-object-gallery-thumb .slick-list {
	overflow: hidden;
}
.single-object-gallery-thumb__item {
	float: left;
	width: calc(16.66% - 10px);
	margin: 0 5px;
	position: relative;
}
.single-object-gallery-thumb__item-ins {
	display: block;
	width: 100%;
	padding-top: 53%;
	position: relative;
	border-radius: 15px;
	overflow: hidden;
}
.single-object-gallery-thumb__item-ins img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}







/* page 404 ----------------------------------------------------------------------------- */
.page-404 {
	padding-top: 5rem;
	padding-bottom: 8rem;
}
.page-404__head {
	width: 100%;
	max-width: 330px;
	margin: 0 auto 2.8rem;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.4;
}
.page-404__head strong {
	color: var(--blue);
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
}
.page-404__head a {
	color: var(--blue);
}
.page-404__title {
	font-weight: 700;
	font-size: 162px;
	line-height: 80px;
	text-align: center;
}









/* Footer ----------------------------------------------------------------------------- */
.footer {
	padding-top: 1rem;
	background: var(--dark);
}
.footer-top {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.footer__box {
	width: 24.5%;
}
.footer__logo {
	display: block;
	margin-bottom: 18px;
	padding-top: 0;
	position: relative;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: #FFF;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}
.footer__logo::before {
	/* content: ''; */
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 60px;
	background: url('i/bg-logo.png') center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.footer__desc {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.2;
	color: rgba(255, 255, 255, 0.6);
}
.footer__head {
	margin-bottom: 15px;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.24;
	letter-spacing: 0.05em;
	color: #FFF;
}
.footer__contact {
	padding-bottom: 8px;
}
.footer__nav ul,
.footer__contact ul {
	list-style: none;
}
.footer__nav li,
.footer__contact li {
	margin-bottom: 15px;
	color: rgba(255, 255, 255, .5);
}
.footer__nav a,
.footer__contact a {
	display: inline-block;
	vertical-align: middle;
	font-weight: 500;
	font-size: 12px;
	line-height: 1.25;
	letter-spacing: 0.05em;
	color: #fff;
	opacity: .5;
	text-decoration: none;
	transition: all .3s ease;
}
.footer__contact a.icon {
	opacity: 1;
}
.footer__nav a:hover {
	opacity: 1;
	text-decoration: underline;
}

.footer-bottom {
	align-items: center;
	padding-top: 1rem;
	padding-bottom: 1rem;
	border-top: 1px solid #FFF;
	font-weight: 500;
	font-size: 12px;
	line-height: 1.24;
	letter-spacing: 0.05em;
	color: rgba(255, 255, 255, .5);
}
.footer__made a {
	color: rgba(255, 255, 255, .5);
}






/* Всплывающие окна */
.overlay {
	display: none;
	background-color: #000;
	opacity: .7;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 999;
}
.overlay.active {
	display: block;
}

.popup {
	display: none;
	position: relative;
	width: 90%;
	max-width: 380px;
	max-height: 90vh;
	padding: 1rem 1rem 2rem;
	background: var(--dark);
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
	z-index: 9999;
}
.popup__close {
	position: absolute;
	top: -10px;
	right: -12px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #000;
	border: 1px solid #000;
	cursor: pointer;
	transition: all .3s ease;
}
.popup__close::before {
	content: '';
	position: absolute;
	top: calc(50% - 8px);
	left: calc(50% - 8px);
	width: 16px;
	height: 16px;
	background: #fff;
	-webkit-mask: url('i/bg-icon-close.svg') center no-repeat;
	mask: url('i/bg-icon-close.svg') center no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	transition: all .3s ease;
}
.popup__close:hover {
	background: #FFF;
}
.popup__close:hover::before {
	background: #000;
}

.popup__title {
	font-weight: 400;
	font-size: 20px;
	line-height: 1.2;
	color: #FFF;
}
.popup__body {
	margin-top: 1.5rem;
}
.popup__label {
	position: relative;
	margin-bottom: 1rem;
}
.popup__label input,
.popup__label textarea {
	width: 100%;
	height: 42px;
	background: transparent;
	border: none;
	border-bottom: 1px solid #C4C4C4;
	outline: none;
	color: #fff;
}
.popup__label input:focus {
	color: #fff;
}
.popup__label input::-webkit-input-placeholder {
	color: #fff;
}
.popup__label input::-moz-placeholder {
	color: #fff;
}
.popup__label input:-moz-placeholder {
	color: #fff;
}
.popup__label input:-ms-input-placeholder {
	color: #fff;
}
.popup__label textarea {
	height: 80px;
	resize: none;
	padding-top: 5px;
}
.popup__label textarea:focus {
	color: #fff;
}
.popup__label textarea::-webkit-input-placeholder {
	color: #fff;
}
.popup__label textarea::-moz-placeholder {
	color: #fff;
}
.popup__label textarea:-moz-placeholder {
	color: #fff;
}
.popup__label textarea:-ms-input-placeholder {
	color: #fff;
}

.popup__submit {
	position: relative;
	padding-top: 2.2rem;
}
.popup__submit .button {
	width: 100%;
}
.wpcf7-spinner {
	position: absolute;
	top: 8px;
	left: 0;
}



/* Форма */


input.hide_input {
	display: none;
}
.wpcf7-response-output {
	display: none !important;
}
input.wpcf7-not-valid {
	border-color: #c00;
}
.wpcf7-not-valid-tip {
	position: absolute;
	bottom: -32px;
	left: 0;
}


.popup-thy {
	position: fixed;
	top: calc(50% - 160px);
	left: calc(50% - 200px);
}

/***************************NEW STYLE*******************************/
header.box.header.header--fixed.fixiiied {
    position: fixed;
    background: #fff;
    height: 139px;
    box-shadow: 0px 0px 10px #0000002e;
}
a.footer__logo img {
    margin-bottom: 21px;
}
/***************************NEW STYLE*******************************/



/* ==============================================================
   ========================  MEDIA  =============================
   ============================================================== */
@media screen and (max-width:1150px) {

	.header__nav li {
		margin-left: 10px;
	}


	.guarantee-item {
		padding: 20px;
	}
	.guarantee-item__info {
		max-width: 88%;
	}


	.estimate {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}

}











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

	.header__logo {
		width: 320px;
		padding-left: 72px;
		letter-spacing: 0.2px;
	}
	.header__nav li {
		margin-left: 4px;
	}
	.header__nav a {
		padding: 2px 4px;
	}


	.main-about__box-wrap {
		padding: 1rem;
	}
	.main-about__number {
		width: 49%;
		padding-top: 0.8rem;
		margin-right: 0;
	}
	.main-about__number li {
		padding-left: 8px;
	}


	.guarantee-item {
		width: calc(50% - 1.5rem);
	}
	.guarantee-item__info {
		max-width: 80%;
	}


	.estimate__info {
		width: calc(100% - 360px);
	}
	.estimate__head {
		font-size: 32px;
	}
	.estimate-form {
		width: 320px;
	}


	.contact-box {
		width: 25%;
	}
	.contact-way {
		width: 26%;
	}


}












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

	html {
		font-size: 18px;
	}


	.list {
		width: calc(100% + 1.2rem);
		margin-left: -0.6rem;
	}
	.item {
		width: calc(50% - 1.2rem);
		margin: 0 0.6rem 1.2rem;
	}
	.list--4 .item {
		width: calc(33.3% - 1.2rem);
	}


	.header__nav {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		min-height: calc(100vh - 48px);
		background: #EFEFEF;
		padding: 54px 20px 20px;
		opacity: 0;
		pointer-events: none;
		transition: all .3s ease;
	}
	.nav-active .header__nav {
		top: 48px;
		opacity: 1;
		pointer-events: auto;
	}
	.header__nav ul {
		display: block;
	}
	.header__nav li {
		margin: 0 0 24px;
	}
	.header__nav a {
		display: block;
		width: 100%;
		text-align: center;
	}
	.header__nav-btn {
		display: block;
	}


	.main-about-certificate {
		margin-bottom: 0;
	}
	.main-about-certificate__list {
		display: block;
		width: 100%;
		margin-left: 0;
		padding-bottom: 10px;
		overflow: hidden;
	}
	.main-about-certificate-item {
		float: left;
		width: calc(25% - 1rem);
		max-width: 240px;
		margin: 0 0.5rem 1rem;
	}


	.estimate {
		padding-top: 5rem;
		padding-bottom: 4rem;
	}
	.estimate__head {
		font-size: 28px;
	}
	.estimate__list li {
		width: calc(50% - 1rem);
	}


	.contact-box,
	.contact-way {
		width: 48%;
	}
	.contact-way__thumb-ins {
		padding-top: 48%;
	}
	.contact-map {
		width: 100%;
		height: 300px;
		padding-top: 32px;
	}

}












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

	.header__link {
		padding-left: 25px;
		margin-right: 20px;
	}
	.header__logo {
		width: 280px;
		font-size: 12px;
	}


	.hero__head {
		margin-bottom: 4rem;
		font-size: 30px;
	}
	.hero__list {
		margin-bottom: 3rem;
	}


	.object-item.is-open .object-item__desc {
		max-height: 32px;
	}


	.main-about__info,
	.main-about__number {
		width: 100%;
	}


	.estimate__info {
		width: 100%;
		padding-bottom: 20px;
	}
	.estimate__list li {
		width: calc(33.3% - 1rem);
	}
	.estimate-form {
		margin: 0 auto;
	}


	.footer__box {
		width: 48%;
		padding-bottom: 0.5rem;
	}
	.footer__box:nth-child(1) {
		order: -5;
	}
	.footer__box:nth-child(4) {
		order: -4;
	}
	.footer__nav li, .footer__contact li {
		margin-bottom: 12px;
	}


}












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

	html {
		font-size: 16px;
	}

	.header {
		background: #fff;
	}

header.box.header.header--fixed.fixiiied {
    height: 61px;
}
	.header-top {
		position: absolute;
		top: 20px;
		left: 200px;
		width: 120px;
		padding-top: 0;
		padding-bottom: 0;
		background-color: transparent;
	}
	.header-top .container {
		min-width: 100px;
		padding: 0;
	}
	.header__link {
		height: 20px;
		font-size: 0;
		margin-right: 20px;
	}
	.header__link::before {
		background: var(--dark);
	}
	.header-middle {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.header__logo {
		width: 168px;
		min-height: 38px;
		padding-left: 00;
		font-size: 9px;
		line-height: 1.1;
		font-weight: normal;
	}

.header__logo img {
    max-width: 226px;
}
	.header__logo::before {
		top: calc(50% - 18px);
		width: 53px;
		height: 37px;
	}


	.item {
		width: calc(100% - 1.2rem);
	}
	.list--4 .item {
		width: calc(50% - 1.2rem);
	}


	.main-about__number li {
		width: calc(50% - 1rem);
	}


	.guarantee-item:nth-child(4),
	.guarantee-item:nth-child(5) {
		width: calc(100% - 1rem);
	}


	.estimate__list li {
		width: calc(50% - 1rem);
	}


	.contact-box {
		width: 50%;
	}
	.contact-way {
		width: 45%;
	}


}












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

	.head {
		margin-bottom: 1rem;
		font-size: 24px;
	}
	.list--4 .item {
		width: calc(100% - 1.2rem);
	}


	.special-list {
		width: 100%;
		max-width: 200px;
	}
	.special-list li {
		width: 100%;
		margin: 0 0 2rem;
	}


	.header-top {
		left: 172px;
		width: 96px;
		z-index: 100;
	}
	.header__link {
		margin-right: 6px;
	}
	.header__logo {
		width: 140px;
		padding-left: 0;
	}


	.hero {
		padding-top: 104px;
		padding-bottom: 52px;
	}
	.hero__head {
		margin-bottom: 2.4rem;
		font-size: 24px;
	}
	.hero__button {
		min-width: 280px;
	}


	.main-object__more .button,
	.main-service__more .button {
		min-width: 100%;
	}


	.team-item__name {
		margin-bottom: 8px;
		font-size: 15px;
	}


	.estimate-form {
		width: 280px;
	}


	.contact-box,
	.contact-way {
		width: 100%;
	}
	.contact-map {
		height: 240px;
		padding-top: 24px;
	}


	.page-404 {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
	.page-404__title {
		font-size: 120px;
		line-height: 80px;
		text-align: center;
	}


	.footer__box {
		width: 100%;
		padding-bottom: 1rem;
	}
	.footer__box:nth-child(2),
	.footer__box:nth-child(3) {
		display: none;
	}




}











/* END ============================================================= */

