/*!
Theme Name: Smart Space
Theme URI: http://underscores.me/
Author: Ihor Tryhuk
Author URI: https://www.tryhuk.pp.ua/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: smartspace
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Smart Space is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');

body {
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-weight: 300;
  font-family: 'Roboto', sans-serif;
	line-height: 1.55;
  background-color: #FFF;
  color: #000;
}
img {
	width: auto;
	height: inherit;
	max-width: 100%;
	max-height: 100%;
}
a, a:hover {
	color: #000;
	text-decoration: none;
	transition: .25s;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 30px;
	font-weight: 700;
	line-height: 1.2;
}
p, ul, ol, blockquote, .gallery, hr {
	margin-bottom: 30px;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child, ul:last-child, ol:last-child, blockquote:last-child, .gallery:last-child, hr:last-child {
	margin-bottom: 0;
}
strong {
	font-weight: 700;
}
hr {
	border-top: 3px solid #000;
  width: 100px;
  margin-left: 0;
}
.form-field {
	position: relative;
	margin-bottom: 10px;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
	width: 100%;
	border: none;
	border-bottom: 1px solid #000000;
	height: 54px;
	font-size: 20px;
	background: none;
	outline: none;
	padding: 0;
}
textarea {
	height: 80px;
}
.feedback-policy {
	font-size: 15px;
}
.wpcf7-not-valid-tip {
	font-size: 14px;
}
.wpcf7 form .wpcf7-response-output {
	font-size: 16px;
	text-align: center;
	margin: 20px 0 0;
}
.wpcf7-spinner {
	position: absolute;
	right: 0;
}



.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.wp-caption-text {
	text-align: center;
}
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}
.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
	display: block;
}
.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}
.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}



.btn {
  font-weight: 700;
  color: #000000;
  border: 1px solid transparent;
  padding: 11px 30px;
  font-size: 14px;
  border-radius: 5px;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
}
.btn:focus, .btn.focus {
  box-shadow: none;
}
.btn-md {
	font-size: 16px;
	padding: 17px 40px;
}
.btn-lg {
	font-size: 22px;
	padding: 12px 70px;
}
.btn-primary {
  color: #fff;
  background-color: #259da8;
  border-color: #259da8;
}
.btn-primary:hover {
  color: #fff;
  background-color: #259da8;
  border-color: #259da8;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #259da8;
  border-color: #259da8;
  box-shadow: none;
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #259da8;
  border-color: #259da8;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #259da8;
  border-color: #259da8;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}






.wrapper {
	position: relative;
}

.header {
	position: relative;
	background-color: #000;
	z-index: 99;
}
.home .header {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}
.header-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	height: 80px;
}
.main-menu {
	flex: 0 0 calc((100% - 100px) / 2);
	max-width: calc((100% - 100px) / 2);
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
}
.main-menu li {
	margin-right: 30px;
}
.main-menu li:last-child {
	margin-right: 0;
}
.main-menu li a {
	position: relative;
	display: block;
	font-size: 16px;
	color: #fff;
	font-weight: 600;
}
.main-menu li a:after {
	content: '';
  position: absolute;
  left: 0;
  bottom: 20%;
  opacity: 0;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #ffffff;
  -webkit-box-shadow: inset 0px -1px 0px 0px #ffffff;
  -moz-box-shadow: inset 0px -1px 0px 0px #ffffff;
  box-shadow: inset 0px -1px 0px 0px #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-menu li a:hover:after {
	opacity: 1;
  bottom: -1px;
}
.header-logo {
	position: relative;
	flex: 0 0 100px;
	max-width: 100px;
	text-align: center;
}
.header-phone {
	flex: 0 0 calc((100% - 100px) / 2);
	max-width: calc((100% - 100px) / 2);
}
.header-phone p {
	position: relative;
	text-align: right;
	margin-bottom: 0;
	color: #fff;
	font-weight: 400;
	line-height: 1.25;
}
.header-phone p a {
	color: #fff;
}


.section {
	position: relative;
	padding-top: 75px;
	padding-bottom: 75px;
	z-index: 1;
}



.main-block {
	position: relative;
	height: 100vh;
	width: 100%;
	z-index: 1;
}
.main-block img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}


.heading {
	position: relative;
  margin-bottom: 45px;
  text-align: center;
}
.heading h2 {
	font-size: 42px;
  line-height: 1.23;
	margin-bottom: 40px;
}
.heading p {
	text-align: center;
	font-size: 24px;
	line-height: 1.5;
}


.services .heading h2 {
	font-size: 52px;
}

.services-items {
	position: relative;
}
.services-item {
	position: relative;
	margin-bottom: 50px;
}
.services-item:last-child {
	margin-bottom: 0;
}
.services-item-image {
	position: relative;
	height: 400px;
}
.services-item:nth-child(2n) .row {
	flex-direction: row-reverse;
}
.services-item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.services-item-info {
	position: relative;
	max-width: 400px;
	margin-left: 10px;
}
.services-item-title {
  font-size: 26px;
  line-height: 1.23;
  margin-bottom: 24px;
}
.services-item-content {
	font-size: 18px;
  line-height: 1.55;
}
.services-item-content p {
	margin-bottom: 0;
}
.services-item-btn {
	position: relative;
	margin-top: 30px;
}


.advantages {
	position: relative;
	background-color: #ededed;
}
.advantages .heading {
	margin-bottom: 100px;
}
.advantages-items {
	position: relative;
	margin-bottom: -70px;
}
.advantages-item {
	position: relative;
	margin-bottom: 70px;
}
.advantages-item-inner {
	position: relative;
}
.advantages-item-title {
	position: relative;
	font-size: 18px;
  line-height: 1.35;
  font-weight: 600;
  margin-bottom: 12px;
  padding-left: 50px;
}
.advantages-item-title:before {
	content: '';
	background: url(images/check.svg) no-repeat center;
	background-size: contain;
	width: 35px;
	height: 26px;
	position: absolute;
	left: 0;
	top: calc(50% - 13px);
	z-index: 1;
}
.advantages-item-text {
	font-size: 16px;
  line-height: 1.55;
}


.partners .heading {
	max-width: 560px;
	margin-left: auto;
	margin-bottom: auto;
	margin-bottom: 100px;
}
.partners-items {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}
.partners-item {
	position: relative;
	flex: 0 0 20%;
	max-width: 20%;
	padding: 20px;
}
.partners-item img {
	max-width: 160px;
	width: 100%;
}



.footer {
	position: relative;
	background-color: #ededed;
}
.footer .heading {
	margin-bottom: 90px;
}
.footer .heading h2 {
	font-size: 52px;
  line-height: 1.23;
}
.footer .heading p {
	font-size: 26px;
  line-height: 1.45;
}
.feedback {
	position: relative;
	margin-bottom: 40px;
}
.contact-info {
	position: relative;
	text-align: center;
	margin-bottom: 45px;
}
.contact-info p {
	margin-bottom: 0;
	font-size: 42px;
  line-height: 1.23;
  font-weight: 600;
}
.contact-address {
	text-align: center;
  font-size: 24px;
	line-height: 1.5;
	position: relative;
	margin-bottom: 45px;
}
.sol-links {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}
.sol-links li {
	margin-right: 10px;
}
.sol-links li:last-child {
	margin-right: 0;
}



.callback {
	position: fixed;
	right: 100px;
	bottom: 50px;
	z-index: 99;
}
.callback-btn {
	cursor: pointer;
	position: relative;
  background: transparent;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 30%);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  overflow: hidden;
  background: #259da8;
  border: none;
  padding: 0;
  outline: none !important;
}
.callback.active .callback-btn {
  background: #fff;
}
.callback-btn .icon-call, .callback-btn .icon-call-close {
  fill: white;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.callback-btn .icon-call-close, .callback.active .icon-call {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(.1);
  transform: scale(.1);
}
.callback.active .icon-call-close {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
}
.callback-modal {
	position: absolute;
	z-index: -99;
  opacity: 0;
  -webkit-transition: opacity ease-in-out .2s;
  transition: opacity ease-in-out .2s;
  right: 0;
  bottom: 80px;
  display: none;
}
.callback.active .callback-modal {
  opacity: 1;
  z-index: 99;
  display: block;
}
.callback-container {
	position: relative;
	border-radius: 5px;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 40%);
  background: #fff;
  text-align: center;
  width: 360px;
}
.callback-wrap {
	padding: 30px 35px 40px;
  border-radius: 5px;
  overflow-y: auto;
  max-height: 65vh;
}
.callback-title {
	font-size: 24px;
  line-height: 1.35;
  margin-bottom: 25px;
  font-weight: 600;
}
.callback-form {
	position: relative;
	margin-bottom: 30px;
}
.callback-form input[type="tel"] {
	border: #e3e3e3 1px solid;
	height: 50px;
	padding: 0 20px;
	font-size: 16px;
	line-height: 1.33;
}
.callback-form input[type="submit"] {
  background-color: #199c68;
  text-transform: uppercase;
  height: 50px;
  color: #fff;
  padding: 0;
  outline: none !important;
  font-size: 16px;
  border: none;
}
.callback-content {
	font-size: 18px;
  line-height: 1.55;
}
.callback-content p {
	margin-bottom: 0;
}



.page-title {
	font-size: 52px;
	line-height: 1.45;
	text-align: center;
}



.page-header-bg {
	position: relative;
	min-height: 420px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	z-index: 1;
}
.page-header-bg-big {
	min-height: 520px;
}
.page-header-bg-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: -2;
}
.page-header-bg:after {
	content: '';
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.5));
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.page-header-bg h1 {
  font-size: 72px;
  line-height: 1.17;
  color: #fff;
  letter-spacing: .5px;
  margin-bottom: 0;
  text-transform: uppercase;
  text-align: center;
}



.counter {
	position: relative;
	background-color: #ededed;
	padding: 120px 0 150px;
}
.counter .heading {
	margin-bottom: 100px;
}
.counter .heading h2 {
	font-size: 30px;
}
.counter-items {
	position: relative;
	margin-bottom: -70px;
}
.counter-item {
	position: relative;
	margin-bottom: 70px;
}
.counter-item-inner {
	position: relative;
}
.counter-item-number {
	font-size: 30px;
  line-height: 1.17;
  font-weight: 700;
  border-bottom: 3px solid #000;
  padding-bottom: 20px;
  margin-bottom: 18px;
}
.counter-item-text {
	font-size: 18px;
  line-height: 1.55;
}


.reviews .heading {
	margin-bottom: 90px;
}
.reviews .heading h2 {
	font-size: 30px;
}

.reviews-items {
	position: relative;
	margin-bottom: -60px;
}
.reviews-item {
	position: relative;
	margin-bottom: 60px;
}
.reviews-item-content {
	position: relative;
	background: #259da8;
	padding: 35px;
	border-radius: 10px;
	font-size: 18px;
  line-height: 1.55;
  color: #fff;
  margin-bottom: 34px;
}
.reviews-item-content:after {
	content: '';
  width: 0;
  height: 0;
  margin-left: 35px;
  border: 12px solid;
  border-color: #259da8 transparent transparent #259da8;
  position: absolute;
  bottom: -24px;
  left: 0;
  z-index: 2;
}
.reviews-item-user {
	position: relative;
	display: flex;
	align-items: center;
}
.reviews-item-image {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 10px;
}
.reviews-item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.reviews-item-name {
	font-size: 16px;
  line-height: 1.35;
  font-weight: 600;
}


.error-404-number {
	font-size: 220px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
}


.services-content {
	position: relative;
	font-size: 30px;
	line-height: 1.35;
}
.services-btn {
	position: relative;
	margin-top: 45px;
	text-align: center;
}


.header-toggle,
.header-toggle-close {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.header-toggle button {
	flex: 0 0 36px;
	max-width: 36px;
	height: 36px;
	-webkit-mask-image: url(images/menu.svg);
  mask-image: url(images/menu.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: #fff;
  border-radius: 0;
  border: none;
  padding: 0;
  outline: none !important;
  transition: .25s;
}
.header-toggle-close button {
	flex: 0 0 42px;
	max-width: 42px;
	height: 42px;
	-webkit-mask-image: url(images/close.svg);
  mask-image: url(images/close.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: #fff;
  border-radius: 0;
  border: none;
  padding: 0;
  outline: none !important;
  transition: .25s;
}


.modal-mobile {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -9999;
	opacity: 0;
  transition: .25s;
}
.modal-mobile.show {
	z-index: 9999;
	opacity: 1;
}
.modal-mobile-bg {
	background: rgb(0 0 0 / 45%);
	position: absolute;
	opacity: 0;
	transition: .25s;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.modal-mobile.show .modal-mobile-bg {
	opacity: 1;
}
.modal-mobile-wrap {
  position: relative;
  background: #171717;
  border-radius: 0;
  height: 100%;
  width: 100%;
  margin-left: auto;
  transform: translateY(-100%);
  padding: 5px 15px;
  transition: .25s;
  overflow: auto;
  z-index: 1;
}
.modal-mobile.show .modal-mobile-wrap {
	transform: translateY(0);
}




@media (max-width: 1199px) {
	.heading h2 {
		font-size: 38px;
	}
	.heading p {
		font-size: 22px;
	}
	.services-item-title {
		font-size: 24px;
	}
	.services-item-content {
		font-size: 16px;
	}
	.services-item-image {
		height: 330px;
	}
	.advantages-item-title {
		font-size: 16px;
	}
	.advantages-item-text {
		font-size: 14px;
	}
	.footer .heading h2 {
		font-size: 48px;
	}
	.footer .heading p {
    font-size: 22px;
  }
  .contact-info p {
  	font-size: 38px;
  }
  .contact-address {
  	font-size: 22px;
  }
  .page-header-bg h1 {
    font-size: 68px;
  }
  .counter-item-text {
  	font-size: 16px;
  }
  .reviews-item-content {
  	font-size: 16px;
  }
  .reviews-item-name {
    font-size: 14px;
  }
}




@media (max-width: 991px) {
	input[type="text"], input[type="email"], input[type="tel"], textarea {
		font-size: 18px;
	}
	.header .container {
		max-width: 100%;
	}
	.main-menu {
		display: block;
		flex: auto;
		max-width: 100%;
		margin: 40px 0;
	}
	.main-menu li {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.main-menu li a {
		font-size: 24px;
		display: block;
		text-align: center;
		font-weight: 400;
	}
	.main-menu li a:after {
		display: none;
	}
	.modal-phone {
		position: relative;
		text-align: center;
	}
	.modal-phone p {
		margin-bottom: 0;
		color: #f5f5f5;
	}
	.modal-phone a {
		color: #fff;
	}
	.main-block {
		height: inherit;
	}
	.home .header {
		position: relative;
	}
	.services-items {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
	}
	.services-item {
		margin-bottom: 75px;
	}
	.services-item-image {
    height: inherit;
    margin-bottom: 30px;
	}
	.services-item-info {
    max-width: 100%;
    margin-left: 0;
	}
	.advantages-items,
	.counter-items {
		margin: 0 auto -40px;
	}
	.advantages-item,
	.counter-item {
		margin-bottom: 40px;
	}
	.heading h2 {
		margin-bottom: 20px;
	}
	.advantages .heading,
	.partners .heading,
	.footer .heading,
	.counter .heading,
	.reviews .heading {
    margin-bottom: 45px;
	}
	.partners-item {
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
    padding: 10px;
	}
	.callback {
    right: 10px;
    bottom: 10px;
  }
  .feedback {
    max-width: 550px;
    margin: 0 auto 40px;
  }
  .page-title {
  	font-size: 36px;
  }
  .page-header-bg {
  	min-height: 360px;
  }
  .page-header-bg h1 {
    font-size: 48px;
	}
	.counter {
		padding-top: 75px;
		padding-bottom: 75px;
	}
	.counter-item-number {
    padding-bottom: 10px;
    margin-bottom: 12px;
  }
  .reviews-items {
  	margin-bottom: -40px;
  }
  .reviews-item {
  	margin-bottom: 40px;
  }
  .error-404-number {
  	font-size: 180px;
  }
}




@media (max-width: 575px) {
	body {
		font-size: 16px;
	}
	.btn-lg {
    font-size: 20px;
    padding: 12px 50px;
	}
	.header-inner {
		height: 60px;
	}
	.header-logo {
		flex: 0 0 70px;
		max-width: 70px;
	}
	.heading h2 {
    font-size: 32px;
	}
	.services .heading h2,
	.footer .heading h2 {
    font-size: 42px;
	}
	.heading p,
	.footer .heading p {
    font-size: 18px;
	}
	.services-item-title {
    font-size: 22px;
    margin-bottom: 15px;
	}
	.services-item-btn {
		margin-top: 20px;
	}
	.callback-title {
    font-size: 20px;
  }
  .callback-container {
  	width: 300px;
  }
  .callback-content {
    font-size: 16px;
  }
  .contact-info {
  	margin-bottom: 30px;
  }
  .contact-info p {
    font-size: 28px;
	}
	.contact-address {
    font-size: 18px;
    margin-bottom: 30px;
	}
	.page-header-bg h1 {
    font-size: 36px;
	}
	.services-content {
		font-size: 24px;
	}
	.section {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}