/*!
Theme Name: kaska_d
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
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: kaska_d
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.

kaska_d 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/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

:root {
	--main-color: #1376BD;
}

h1, h2, h3, h4, h5, h6 {
	text-align: center;
	margin-bottom: 15px;
}

@font-face {
	font-family: 'icomoon';
	src:  url('./fonts/icomoon.eot?sxiw3h');
	src:  url('./fonts/icomoon.eot?sxiw3h#iefix') format('embedded-opentype'),
	url('./fonts/icomoon.ttf?sxiw3h') format('truetype'),
	url('./fonts/icomoon.woff?sxiw3h') format('woff'),
	url('./fonts/icomoon.svg?sxiw3h#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

* {
	box-sizing: border-box;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon', sans-serif !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 18px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: center;
}

.icon-fb:before {
	content: "\e0f8";
}

.icon-youtube:before {
	content: "\e109";
	font-size: 22px;
}

.icon-sail:before {
	content: "\e682";
}

.icon-24hours:before {
	content: "\e765";
}

.icon-card:before {
	content: "\e76b";
}

.icon-crane:before {
	content: "\e820";
}

.icon-blank:before {
	content: "\e853";
}

.icon-pin:before {
	content: "\e8f7";
}

/*.icon-gorod:before {
	content: "\e922";
}*/

.icon-mail:before {
	content: "\ea9f";
}

.icon-water-tap:before {
	content: "\eac5";
}

.icon-arrow-top:before {
	content: "\ec58";
}

* {
	box-sizing: border-box;
}

img {
	display: block;
	width: 100%;
}

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

a, a:hover {
	text-decoration: none;
	color: var(--main-color);
}

body {
	font-family: 'Open Sans', sans-serif;
	min-width: 320px;
	font-size: 16px;
	line-height: 1.3;
	max-width: 1920px;
	margin: 0 auto;
	background: #fff;
}

.main-wrapper.top-layer {
	z-index: 9999;
}

p {
	margin: 0;
}

.main-wrapper {
	min-height: 100vh;
	position: relative;
	background: #fff;
	z-index: 1;
}

.wrapper {
	width: 95%;
	max-width: 100%;
	margin: 0 auto 120px;
	position: relative;
}

.content-container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

header.wrapper {
	margin-bottom: 0;
}

.header-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
	border-bottom: 1px solid rgba(12,114,187,0.2);
}

.header-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
	position: relative;
}

.logo {
	display: block;
	height: 60px;
	/*width: 200px;*/
}

.logo > img {
	width: auto;
	height: 100%;
}

.header-phone-container {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.header-phone-container > a {
	white-space: nowrap;
	font-weight: bold;
	line-height: 1;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	transition: .3s all;
	border-bottom: 2px solid transparent;
	padding-bottom: 3px;
}

.header-phone-container > a:hover {
	transition: .3s all;
	color: #3598DF;
	border-color: #3598DF;
}

.header-phone-container > a > i {
	margin: 0 3px -2px 0;
	width: 18px;
	height: 18px;
	background: url("./images/phone_icon.png") no-repeat center center/100%;
}

.header-phone-container > a > i.icon-kyivstar {
	background-image: url("./images/kyivstar_icon.png");
}

.header-phone-container > a > i.icon-life {
	background-image: url("./images/lifecell_icon.png");
}

.header-phone-container > a > i.icon-mtc {
	background-image: url("./images/vodafone_icon.png");
}

.social-container {
	width: auto;
	display: flex;
	justify-content: flex-end;
}

.social-container > a {
	width: 34px;
	height: 34px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	transition: 0.3s all ease;
	border-radius: 50%;
	border: 1px solid var(--main-color);
	text-align: center;
}

.social-container > a:hover {
	transition: .3s all;
	color: #fff;
	background: var(--main-color);
}

.social-container > a + a, .header-phone-container > a + a {
	margin-left: 20px;
}

.main-slider .slick-slide {
	position: relative;
	display: flex !important;
	flex-flow: column;
	justify-content: center;
	overflow: hidden;
	height: 700px;
	outline: none !important;
}

.slick-prev, .slick-next {
	text-indent: -9999px;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	outline: none !important;
	cursor: pointer;
	display: block;
	position: absolute;
	top: calc(50% - 21px);
	transition: 0.3s all ease;
	z-index: 2;
	background: #fff url('images/arrow.png') no-repeat 7px center/60%;
	-webkit-appearance: none;
	border: 0 solid #9b9b9b;
	box-shadow: 0 2px 4px #9b9b9b;
	opacity: 0.4;
}

.slick-prev {
	left: 20px;
}

.slick-next {
	right: 20px;
	transform: rotate(180deg);
	text-indent: 9999px;
}

.slick-prev:hover, .slick-next:hover {
	transition: 0.3s all ease;
	opacity: 0.8;
}

.slider-text-container {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}

.error-404 {
	min-height: 60vh;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.error-404 h1 {
	text-align: center;
}

.popup-close-btn {
	max-width: 200px;
	margin-top: 50px !important;
}

.slider-text-container > a {
	background: rgba(66, 114, 183, 1);
	font-size: 36px;
	text-transform: uppercase;
	text-align: center;
	white-space: nowrap;
	display: inline-block;
	padding: 15px 30px;
	box-shadow: 0 4px 8px rgba(19,118,189,0.3);
	color: #fff;
	border-radius: 50px;
	font-weight: bold;
	outline: none !important;
	transition: 0.3s all ease;
}

.slider-text-container > a:hover {
	transition: 0.3s all ease;
	box-shadow: 0 8px 12px rgba(18,168,18,0.5);
	background: #12A812;
}

.company-info-list {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	width: 100%;
	max-width: 1200px;
}

.company-info-list > li {
	width: 33%;
	text-align: center;
}

.company-info-list > li > i {
	font-size: 100px;
	margin-bottom: 10px;
	display: block;
	width: 100%;
	color: #88C2EB;
}

.company-info-list > li > p:first-of-type {
	font-size: 56px;
	font-weight: 600;
	margin-bottom: 10px;
	color: var(--main-color);
}

.description {
	font-weight: 600;
	font-size: 16px;
	color: #222;
	text-align: center;
}

.title, .content-wrap h1 {
	font-weight: bold;
	font-size: 30px;
	color: #222;
	padding-bottom: 20px;
	margin: 40px auto;
	position: relative;
	text-align: center;
	letter-spacing: 2px;
	line-height: 1.5;
}

.content-wrap h1, .content-wrap p.title {
	text-transform: uppercase;
	letter-spacing: 1px;
}

.content-wrap h2 {
	font-weight: bold;
	color: #222;
	padding-bottom: 10px;
	margin: 20px auto;
	position: relative;
	text-align: center;
	letter-spacing: 1px;
	line-height: 1.5;
}

.content-wrap .service-text-list h2 {
	margin-top: 0;
}

.title:after, .content-wrap h1:after, .content-wrap h2:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: calc(50% - 75px);
	width: 150px;
	height: 2px;
	z-index: 0;
	background: var(--main-color);
}

.content-wrap > section {
	margin: 0 auto;
	width: 95%;
	max-width: 1200px;
}

.front-page-slider {
	width: 100% !important;
	max-width: 100% !important;
}

.content-wrap p:not(.title) {
	color: #222;
	font-size: 16px;
	line-height: 1.5;
}

.content-wrap p+p {
	margin-top: 15px;
}

.content-wrap ul:not([class]), .content-wrap ul.animated {
	margin: 15px 0;
}

.content-wrap ul:not([class]) > li, .content-wrap ul.animated > li {
	line-height: 1.5;
	list-style: disc inside;
	padding-left: 10px;
}

.service-text-list+.service-text-list {
	margin-top: 80px;
}

.service-text-list h1 {
	margin-top: 0;
}

.services-container {
	margin-bottom: 100px;
}

.items-list {
	display: flex;
	justify-content: center;
	flex-flow: wrap;
	text-align: center;
	max-width: 1300px;
	margin: 0 auto;
}

.items-list > li {
	width: 20%;
	margin-bottom: 20px;
	padding: 0 10px;
}

.items-list > li > .item-container {
	display: block;
	transition: 0.3s all ease;
	padding: 15px 15px 25px;
	border: 1px solid rgba(19,118,189,0.3);
	border-radius: 10px;
	height: 100%;
	box-shadow: 0 4px 8px rgba(19,118,189,0.2);
}

.items-list > li:hover > .item-container {
	transition: 0.3s all ease;
	border-color: rgba(19,118,189,0.5);
	background: rgba(19,118,189,0.05);
	box-shadow: 0 6px 8px rgba(19,118,189,0.2);
}

.items-list > li > .item-container > img {
	width: 100px;
	margin: 0 auto 10px;
	transition: 0.3s all ease;
}

.items-list > li:hover > .item-container > p {
	transition: 0.3s all ease;
	color: var(--main-color);
}

.items-list > li:hover > .item-container > img {
	transform: scale(1.2);
	transition: 0.3s all ease;
}

.why-us-container {
	margin-bottom: 100px;
}

.why-us-container .items-list {
	max-width: 1200px;
	justify-content: space-around;
}

.why-us-container .items-list > li {
	width: 33%;
}

.why-us-container .items-list > li > .item-container {
	padding-top: 25px;
}

.why-us-container .items-list > li > .item-container > i {
	font-size: 75px;
	display: block;
	color: var(--main-color);
	margin-bottom: 25px;
	transition: 0.3s all ease;
}

.why-us-container .items-list > li:hover > .item-container > i {
	transition: 0.3s all ease;
	transform: scale(1.2);
}

.our-objects-container {
	margin-bottom: 100px;
}

.objects-list {
	display: flex;
	justify-content: center;
	flex-flow: wrap;
	margin: 0 -10px;
}

.objects-list > li {
	width: calc( 100% / 3 - 20px );
	min-height: 250px;
	margin: 0 10px 25px;
	overflow: hidden;
}

.object-item {
	height: 200px;
	position: relative;
	display: block;
	width: 100%;
	border-radius: 30px;
	overflow: hidden;
}

.object-item > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.text-container {
	width: 90%;
	height: 90%;
	position: absolute;
	top: 5%;
	left: 5%;
	z-index: 1;
	display: flex;
	flex-flow: column;
	justify-content: center;
	text-align: center;
	align-items: center;
	padding: 20px;
	opacity: 0;
	transition: 0.3s all ease;
	background: rgba(66,114,183,0.9);
	border-radius: 30px;
	transform: scale(0);
}

.objects-list > li:hover .text-container {
	opacity: 1;
	transition: 0.3s all ease;
	transform: scale(1);
}

.text-container > p {
	text-align: center;
	font-weight: 600;
	font-size: 15px;
	position: relative;
	padding-bottom: 10px;
	color: #fff !important;
}

.text-container > p:after {
	content: '';
	display: block;
	width: 80%;
	position: absolute;
	bottom: 0;
	left: 10%;
	height: 1px;
	background: rgba(255,255,255,0.2);
	z-index: 1;
}

.object-item-container .description {
	text-align: center;
	margin-top: 10px;
	display: block;
}

.object-item-container:hover .description {
	color: var(--main-color);
}

.objects-filter-list {
	display: flex;
	justify-content: center;
	flex-flow: wrap;
	margin-bottom: 40px;
}

.objects-filter-list > li {
	padding: 10px 20px;
	font-size: 15px;
	color: var(--main-color);
	transition: 0.3s all ease;
	border-radius: 30px;
	border: 1px solid var(--main-color);
	cursor: pointer;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 10px;
}

.objects-filter-list > li+ li {
	margin-left: 1%;
}

.objects-filter-list > li:hover, .objects-filter-list > li.active {
	transition: 0.3s all ease;
	color: #fff;
	background: var(--main-color);
}

.text {
	color: #222;
	font-size: 16px;
	line-height: 1.5;
}

.text+.text {
	margin-top: 15px;
}

.text.with-marker {
	position: relative;
	padding-left: 26px;
	text-indent: 0;
}

.text.with-marker:before {
	content: '';
	position: absolute;
	top: 9px;
	left: 12px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #565656;
}

.partners-container {
	margin-bottom: 80px;
}

.partners-list {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}

.partners-list > li {
	width: 24%;
	margin-bottom: 25px;
	border: 3px solid #6facd6;
	transition: 0.3s all ease;
	position: relative;
	z-index: 2;
}

.partners-list > li:hover {
	transition: 0.3s all ease;
	transform: scale(1.8);
	z-index: 3;
}

footer {
	background: #7C7C7C;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 0;
}

.footer-top {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	padding: 35px 0;
	align-items: center;
}

.footer-top .text {
	margin-top: 20px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.footer-top .text i {
	display: block;
	width: 18px;
	height: 18px;
	margin-right: 10px;
}

.footer-top .text i.icon-gorod, .contacts-container .text i.icon-gorod {
	background: url("./images/phone_icon.png") no-repeat center center/100%;
}

.footer-top .text i.icon-kyivstar, .contacts-container .text i.icon-kyivstar {
	background: url("./images/kyivstar_icon.png") no-repeat center center/100%;
}

.footer-top .text i.icon-life, .contacts-container .text i.icon-life {
	background: url("./images/lifecell_icon.png") no-repeat center center/100%;
}

.footer-top .text i.icon-mtc, .contacts-container .text i.icon-mtc {
	background: url("./images/vodafone_icon.png") no-repeat center center/100%;
}

.footer-bottom {
	text-align: center;
	padding: 25px;
	background: #323232;
}

footer .text {
	color: #fff;
	text-indent: 0;
}

.map-container {
	width: 40%;
	min-height: 305px;
	border-radius: 30px;
	overflow: hidden;
}

.back-to-top {
	position: fixed;
	right: 45px;
	bottom: -20px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.back-to-top.show {
	bottom: 135px;
	opacity: 1;
	visibility: visible;
	z-index: 999;
}

.back-to-top a {
	font-size: 1.5rem;
	text-align: center;
	line-height: 2;
	color: #fff;
	width: 50px;
	height: 50px;
	display: inline-block;
	background: #5893BD;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	border-radius: 5px;
	font-weight: bold;
}

.back-to-top a:hover {
	background: var(--main-color);
}

.menu-main_nav-container {
	width: 600px;
	position: absolute;
	top: calc(50% - 20px);
	left: calc(50% - 300px);
	z-index: 1;
	display: block;
}

.nav-menu {
	display: flex;
	justify-content: center;
	align-items: center;
}

.nav-menu > li+li {
	margin-left: 15px;
}

.menu-item {
	display: block;
}

.menu-item > a {
	position: relative;
	display: block;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	overflow: hidden;
	transition: 0.3s all ease;
	color: var(--main-color) !important;
	border-radius: 10px;
	cursor: pointer;
}

.menu-item:hover > a, .menu-item.current-menu-item > a, .menu-item.active > a {
	transition: 0.3s all ease;
	color: #fff !important;
	background: var(--main-color);
}

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

.menu-item.menu-item-has-children .sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	box-shadow: 0 2px 4px rgba(19,118,189,0.5);
	border-radius: 10px;
	overflow: hidden;
	z-index: 9999;
	border-top: 1px solid #fff;
}

.menu-item.menu-item-has-children:hover .sub-menu {
	display: block;
}

.menu-item.menu-item-has-children .sub-menu .menu-item a {
	border-radius: 0;
	white-space: nowrap;
	text-transform: none;
}

.header-fixed {
	width: 100%;
	position: fixed;
	display: none;
	background: #fff;
	top: 0;
	left: 0;
	z-index: 2000;
	padding: 20px 2.5%;
	box-shadow: 0 1px 5px rgba(19,118,189,0.5);
}

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

.bread-crumbs-wrapper, .sws-breadcrumbs-wrapper {
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: 1;
	display: flex;
	justify-content: center;
	font-size: 14px;
}

.bread-crumbs-container, .sws-breadcrumbs {
	width: auto;
	padding: 10px 20px;
	border: 1px solid rgba(12,114,187,0.2);
	border-bottom: none;
	margin: 0 auto -1px;
	background: #fff;
}

.bread-crumbs-container li, .sws-breadcrumbs > * {
	display: inline-block;
}

.bread-crumbs-container > li a, .bread-crumbs-container li, .sws-breadcrumbs > span, .sws-breadcrumbs > span a {
	font-size: 14px;
}

.bread-crumbs-container > li a, .sws-breadcrumbs > span a {
	transition: .3s all;
	color: var(--main-color);
}

.bread-crumbs-container > li a:hover, .sws-breadcrumbs > span a:hover {
	text-decoration: underline;
	transition: .3s all;
}

.margin-img {
	margin-top: 60px;
}

.image-bg.wrapper {
	height: 600px;
	position: relative;
	margin-bottom: 10px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	overflow: hidden;
}

.image-bg.wrapper > img {
	object-fit: cover;
	height: 100%;
}

.parallax-bg {
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.image-bg .bread-crumbs-wrapper {
	margin: 0;
	position: absolute;
	z-index: 0;
	bottom: 0;
	left: 0;
	width: 100%;
}

.services-list {
	display: flex;
	flex-flow: wrap;
	justify-content: center;
	margin-bottom: 40px;
}

.services-list > li {
	min-height: 85px;
	margin: 0 0.5% 15px;
	width: 24%;
}

.services-list > li > a {
	height: 100%;
	font-weight: 600;
	text-align: center;
	border-radius: 10px;
	border: 1px solid var(--main-color);
	color: var(--main-color);
	transition: .3s all;
	display: block;
	overflow: hidden;
	box-shadow: 0 4px 8px rgba(19,118,189,0.2);
}

.services-list > li > a:hover {
	box-shadow: 0 6px 8px rgba(19,118,189,0.2);
	transition: .3s all;
}

.services-list > li > a > div {
	height: 118px;
	overflow: hidden;
	display: flex;
	flex-flow: column;
	justify-content: center;
}

.services-list > li > a > div > img {
	width: 100%;
	height: auto;
	transition: .5s all;
}

.services-list > li > a:hover > div > img {
	transition: .5s all;
	transform: scale(1.1);
}

.services-list > li > a > p {
	padding: 5px 10px;
	min-height: 85px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	transition: .3s all;
	background: #fff;
	color: var(--main-color);
}

.services-list > li > a:hover > p {
	color: #fff;
	background: var(--main-color);
	transition: .3s all;
}

.service-text-list {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}

.service-text-list > li {
	width: 75%;
	order: 2;
	align-self: center;
}

.service-text-list > li .title {
	margin-top: 0;
}

.service-text-list > li+li {
	width: 20%;
	max-width: 200px;
}

.service-text-list:nth-of-type(even) > li+li {
	order: 1;
}

.service-text-list > li+li .image-container {
	border-radius: 50%;
	margin: 0 auto;
	max-width: 200px;
	overflow: hidden;
}

.contacts-container > div > div {
	padding: 20px 30px;
	border: 1px solid rgba(19,118,189,0.5);
	border-radius: 4px;
	height: 100%;
}

.map-container.for-contacts {
	width: 100%;
	margin: 40px auto;
	border-radius: 4px;
}

.contacts-container p.text:first-of-type {
	text-align: center;
	font-weight: 600;
	display: block;
	margin-bottom: 30px;
}

.contacts-container .text {
	margin-bottom: 10px;
	font-weight: 600;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.contacts-container a.text {
	color: var(--main-color);
}

.contacts-container .text i {
	display: block;
	width: 18px;
	height: 18px;
	margin-right: 10px;
}

input, textarea {
	width: 100%;
	height: 40px;
	padding: 0 15px;
	border: 1px solid #e2edea;
	transition: all .3s;
	color: #222;
	font-size: 16px;
}

input:focus, textarea:focus {
	transition: 0.3s all ease;
	border-color: #222;
	outline: none !important;
}

textarea {
	resize: none;
	min-height: 120px;
	padding: 15px;
}

.btn {
	font-size: 16px;
	text-align: center;
	padding: 10px 20px;
	cursor: pointer;
	transition: .3s all;
	border-radius: 4px;
	background: #12A812;
	box-shadow: 1px 4px 6px rgba(18,168,18,0.3);
	color: #fff;
}

.contact-us-btn.btn {
	opacity: 1;
	text-transform: uppercase;
	font-weight: 600;
}

.btn:hover {
	transition: .3s all;
	background: #2AC02A;
	box-shadow: 2px 6px 10px rgba(18,168,18,0.3);
}

.contacts-info-container {
	display: flex;
	flex-flow: column;
	justify-content: center;
}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	transition: 0.3s all ease;
	opacity: 0;
	transform: scale(0);
	display: flex;
	flex-flow: column;
	justify-content: center;
	z-index: 9999;
}

.overlay.active {
	transition: 0.5s all;
	transform: scale(1);
	opacity: 1;
}

.popup {
	width: 600px;
	margin: 0 auto;
	background: #fff;
	padding: 30px;
	position: relative;
}

.popup .text {
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 18px;
}

.close-popup-btn {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
	cursor: pointer;
	transition: .3s all;
	opacity: 0.8;
	color: #222;
}

.close-popup-btn:before, .close-popup-btn:after {
	content: '';
	position: absolute;
	top: calc(50% - 1px);
	width: 100%;
	height: 2px;
	background: #222;
	transform: rotate(45deg);
}

.close-popup-btn:after {
	transform: rotate(-45deg);
}

.close-popup-btn:hover {
	transition: .3s all;
	opacity: 1;
	transform: rotate(180deg);
}

.popup button.btn {
	width: 100%;
	display: block;
	margin: 0 auto;
}

.ctr-container {
	padding: 50px;
	background: rgba(19,118,189,0.05);
	border: 1px solid rgba(19,118,189,0.3);
	border-radius: 6px;
	text-align: center;
}

.ctr-container .text, .content-wrap .ctr-container .text {
	text-align: center;
	font-size: 20px;
	margin-bottom: 30px;
}

.ctr-container .btn {
	width: 300px;
}

.object-info-container {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	align-items: flex-start;
	margin-bottom: 100px;
}

.object-info-container > li {
	width: 40%;
}

.object-info-container > li+li {
	width: 55%;
}

.object-description-list > li {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}

.object-description-list > li+li {
	margin-top: 30px;
}

.object-description-list > li > p:first-of-type {
	width: 45%;
	font-size: 16px;
	color: var(--main-color);
	letter-spacing: 1px;
	font-weight: 600;
	text-align: right;
	line-height: 1.4;
}

.object-description-list > li > p+p {
	width: 50%;
	font-size: 16px;
	color: #222;
	font-weight: 600;
	line-height: 1.4;
	margin-top: 0;
}

.video-wrapper {
	display: flex;
	justify-content: center;
	flex-flow: wrap;
	max-width: 1200px;
	margin: 0 auto;
}

.video-wrapper > li {
	width: 50%;
	padding: 0 15px;
	margin-bottom: 30px;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none !important;
}

.service-price-list {
	display: flex;
	flex-flow: wrap;
	justify-content: center;
	margin: 0 auto;
	max-width: 1200px;
}

.service-price-list > li {
	width: calc(100% / 3);
	padding: 0 10px;
	margin-bottom: 20px;
}

.service-price-list.full-width > li {
	width: 100% !important;
	padding: 0;
}

.service-price-list.full-width > li .contact-us-btn {
	width: 250px;
	left: calc(50% - 125px);
}

.service-price-list > li > div {
	height: 100%;
	padding: 30px 30px 75px;
	position: relative;
	background: rgba(19,118,189,0.05);
	border: 1px solid rgba(19,118,189,0.3);
	color: #222;
	text-align: center;
	border-radius: 6px;
}

.service-price-list > li > div > p:first-of-type {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.service-price-list .contact-us-btn {
	width: 200px;
	position: absolute;
	bottom: 30px;
	left: calc(50% - 100px);
	z-index: 1;
	display: block;
}

.service-price-list > li > div > p.price-wrap {
	font-size: 50px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 30px;
	color: var(--main-color);
}

.service-price-list > li > div > p.price-wrap .upper-text {
	vertical-align: top;
	font-size: 35px;
	top: 5px;
}

.service-price-list > li > div > p.price-wrap .down-text {
	vertical-align: bottom;
	font-size: 24px;
	margin-bottom: 5px;
	display: inline-block;
}

.service-price-list > li > div > p.service-price-info {
	border-top: 1px dotted rgba(19,118,189,0.3);
	border-bottom: 1px dotted rgba(19,118,189,0.3);
	padding: 12px 0;
	margin: 0;
}

.service-price-list > li > div > p.service-price-info:last-of-type {
	margin-bottom: 30px;
}

.service-price-list > li > div > p.service-price-info+p.service-price-info {
	border-top: none;
}

footer .text a {
	color: #12A812;
	transition: .3s all;
	text-decoration: none;
}

footer .text a:hover {
	transition: .3s all;
	text-decoration: underline;
}

.contact-form button.disabled {
	pointer-events: none;
}

@keyframes phone {
	0%, 100% {
		transform: rotate(15deg);
	}
	15% {
		transform: rotate(-25deg);
	}
	30% {
		transform: rotate(15deg);
	}
	45% {
		transform: rotate(-25deg);
	}
	60% {
		transform: rotate(15deg);
	}
}

@keyframes pulse {
	0% {
		transform: scale(0.5);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: scale(1.1);
		opacity: 0;
	}
}

.phone-btn {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	position: fixed;
	z-index: 100;
	bottom: 30px;
	right: 30px;
	background: #12A812;
	display: flex;
	flex-flow: column;
	justify-content: center;
	text-align: center;
	transition: .3s all;
	cursor: pointer;
}

.phone-btn:hover {
	transition: .3s all;
	filter: brightness(1.2)
}

.phone-btn:before, .phone-btn:after {
	content: '';
	position: absolute;
	border: 1px solid #12A812;
	left: -20px;
	right: -20px;
	top: -20px;
	bottom: -20px;
	border-radius: 50%;
	animation: pulse 1.8s linear infinite;
	opacity: 0;
	filter: brightness(1.5);
}

.phone-btn:after {
	animation-delay: .5s
}

.phone-btn-icon {
	width: 50px;
	height: 50px;
	background: url("./images/phone_icon_white.png") no-repeat center center/100%;
	margin: 0 auto;
	display: block;
	animation: phone 2.5s ease-in-out infinite;
}

/* Slider */
.slick-slider
{
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list
{
	position: relative;

	display: block;
	overflow: hidden;

	margin: 0;
	padding: 0;
}
.slick-list:focus
{
	outline: none;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track
{
	position: relative;
	top: 0;
	left: 0;

	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
	display: table;

	content: '';
}
.slick-track:after
{
	clear: both;
}
.slick-loading .slick-track
{
	visibility: hidden;
}

.slick-slide
{
	display: none;
	float: left;

	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide
{
	float: right;
}
.slick-slide img
{
	display: block;
}
.slick-slide.slick-loading img
{
	display: none;
}
.slick-slide.dragging img
{
	pointer-events: none;
}
.slick-initialized .slick-slide
{
	display: block;
}
.slick-loading .slick-slide
{
	visibility: hidden;
}
.slick-vertical .slick-slide
{
	display: block;

	height: auto;

	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}

/* 123123 */

[data-animate].animated {
	visibility: visible;
}
[data-animate] {
	visibility: hidden;
	-webkit-animation-duration: .6s;
	animation-duration: .6s;
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
}

.fadeInUp {
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 40px, 0);
		transform: translate3d(0, 40px, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 40px, 0);
		transform: translate3d(0, 40px, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.mobile-menu-btn, li.hidden {
	display: none;
}

.objects-info-list {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-flow: wrap;
	margin: 0 auto;
}

.object-info-item {
	width: calc( 25% - 40px);
	margin: 0 20px 40px;
}

.object-info-item-image-wrapper {
	width: 250px;
	height: 250px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto 20px;
}

.object-info-item-image {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.object-info-item-text {
	width: 250px;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
	line-height: 1.3;
}

.object-slider .slick-slide {
	height: 400px;
	overflow: hidden;
}

.object-slider .slick-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.object-slider-nav {
	margin: 10px auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	width: 80px;
	padding: 8px 5px;
	border-radius: 20px;
	background: var(--main-color);
	color: #fff;
	font-weight: bold;
}

.object-nav-text {
	margin: 0 2px;
}

.content-wrap {
	display: flex;
	align-items: center;
	flex-flow: column;
}

.content-wrap > * {
	width: 95%;
	max-width: 1200px;
}

.header-top-right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.languages-wrapper {
	position: relative;
	font-size: 16px;
	margin-right: 25px;
}

.languages-list {
	display: none;
	position: absolute;
	top: 100%;
	left: 50%;
	z-index: 999;
	transform: translateX(-50%);
	background: #fff;
	/*border: 1px solid #333;*/
	box-shadow: 0 0 4px rgba(0,0,0,.2);
}

.current-language {
	background: transparent;
	color: #1376BD;
	padding: 10px 0;
	text-align: center;
	cursor: pointer;
	border: none;
	transition: .3s all;
	font-size: 16px;
	font-weight: bold;
}

.ln-switch-wrap .languages-wrapper {
	margin: 0 20px 0 0;
}

.languages-wrapper:hover .languages-list {
	display: block;
}

.language-item {
	padding: 5px 10px;
	text-align: center;
	color: #000;
	font-weight: bold;
}

.language-item > a {
	color: #000;
}

.languages-wrapper:hover .current-language, .social-link:hover {
	color: #1376BD;
}

.language-item:hover > a {
	color: #1376BD;
}

.language-item.active > span {
	color: #ccc;
}

.header-bottom-right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.margin-block.big {
	height: 80px;
}

.margin-block.middle {
	height: 40px;
}

.margin-block.small {
	height: 20px;
}

.error-code {
	width: 90%;
	margin: 0 auto 30px;
	display: block;
	font-size: 100px;
	text-align: center;
}

.sws-qa-block {
	max-width: 1000px;
	padding: 10px 15px;
	border-radius: 4px;
	border: 1px solid rgba(0,0,0,.15);
	box-shadow: 2px 2px 4px rgba(0,0,0,.1);
	margin: 0 auto 15px;
	font-size: 16px;
	line-height: 1.4;
}

.sws-qa-block.active {
	box-shadow: 2px 2px 4px rgba(0,0,0,.2);
}

.sws-qa-block-title {
	width: 100%;
	display: block;
	position: relative;
	cursor: pointer;
	font-size: 16px;
	line-height: 1.4;
	padding-right: 30px;
	font-weight: 600;
}

.sws-qa-block-title i {
	width: 15px;
	height: 20px;
	position: absolute;
	top: calc( 50% - 10px );
	right: 0;
	font-size: 18px;
	text-align: right;
	z-index: 1;
	background: url("./images/arrow-down.png") no-repeat right center/100%;
}

.sws-qa-block.active .sws-qa-block-title i {
	transform: rotate(180deg);
}

.sws-qa-block-content {
	font-size: 16px;
	line-height: 1.4;
	display: none;
	border-top: 1px solid rgba(0,0,0,.1);
	padding: 10px 0 5px;
	margin-top: 10px;
}

.sws-qa-block.active .sws-qa-block-content {
	display: block;
}

.embed-youtube {
	width: 100%;
	background-color: #000;
	margin-bottom: 30px;
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
	cursor: pointer;
	border-radius: 30px;
}
.embed-youtube img {
	width: 100%;
	top: -16.84%;
	left: 0;
	opacity: 0.8;
}
.embed-youtube .embed-youtube-play {
	width: 68px;
	height: 48px;
	background-color: var(--red);
	box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
	z-index: 1;
	opacity: 0.8;
	border-radius: 6px;
}
.embed-youtube .embed-youtube-play:before {
	content: "";
	border-style: solid;
	border-width: 15px 0 15px 26.0px;
	border-color: transparent transparent transparent #fff;
}
.embed-youtube img,
.embed-youtube .embed-youtube-play {
	cursor: pointer;
}
.embed-youtube img,
.embed-youtube iframe,
.embed-youtube .embed-youtube-play,
.embed-youtube .embed-youtube-play:before {
	position: absolute;
}
.embed-youtube .embed-youtube-play,
.embed-youtube .embed-youtube-play:before {
	top: 50%;
	left: 50%;
	transform: translate3d( -50%, -50%, 0 );
}
.embed-youtube iframe {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.embed-youtube .embed-youtube-play:hover {
	background-color: #f00;
}

.video-wrapper {
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
}

@media screen and (max-width: 1600px) {
	.main-slider .slick-slide {
		height: 500px;
	}

	.object-info-item-image-wrapper {
		width: 200px;
		height: 200px;
	}

	.object-info-item-text {
		width: 200px;
	}
}

@media screen and (max-width: 1350px) {
	.main-slider .slick-slide {
		height: 400px;
	}

	.contacts-container {
		width: 95%;
		margin: 0 auto;
	}

	.map-container.for-contacts {
		width: 95%;
	}

	.object-info-container > li {
		width: 50%;
	}

	.object-info-container > li+li {
		width: 45%;
	}

	.object-description-list > li+li {
		margin-top: 15px;
	}

	.image-bg.wrapper {
		height: 450px;
	}

	.nav-menu > .menu-item+.menu-item {
		margin-left: 5px;
	}

	.wrapper {
		margin-bottom: 80px;
	}

	.footer-top.content-container {
		width: 95%;
	}
}

@media screen and (max-width: 1023px) {
	.main-slider .slick-slide img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	
	.main-slider {
		height: 200px;
		overflow: hidden;
	}
	
	.main-slider:not(.slick-initialized) {
		opacity: 0;
	}
	
	.objects-list > li {
		min-height: 166px;
	}

	.margin-block.big {
		height: 50px;
	}

	.margin-block.middle {
		height: 25px;
	}

	.margin-block.small {
		height: 10px;
	}

	.languages-wrapper {
		margin-right: 12px;
	}

	.object-info-item {
		width: calc( 100% / 3 - 40px);
		margin: 0 20px 40px;
	}

	.object-item {
		height: 120px;
	}

	.logo {
		height: 40px;
	}

	.main-slider .slick-slide {
		height: 400px;
	}

	.menu-item > a {
		text-align: center;
	}

	.service-text-list+.service-text-list {
		margin-top: 50px;
	}

	.menu-item {
		text-align: center;
	}

	.menu-item > a {
		display: inline-block;
	}

	.service-price-list > li {
		width: 50%;
	}

	.content-wrap > section:not(.margin-block) {
		/*margin-bottom: 50px;*/
	}

	.service-text-list+.service-text-list, .margin-img {
		margin-top: 50px;
	}

	.services-list > li {
		width: 32%;
		margin: 0 calc(4% / 6) 15px;
	}

	.service-text-list > li {
		width: 100%;
		margin: 0 auto;
	}

	.service-text-list > li+li {
		width: 100%;
		order: 1;
		margin-bottom: 20px;
	}

	.service-text-list > li+li > .image-container {
		margin: 0 auto;
	}

	.contacts-container {
		width: 100%;
	}

	.contacts-container > div+div {
		margin-top: 15px;
	}

	.contacts-container p.text:first-of-type {
		margin-bottom: 15px;
	}

	.contacts-container > div > div {
		padding: 15px;
	}

	.contacts-info-container .text br {
		display: none;
	}

	.contacts-info-container .text {
		text-align: center;
		justify-content: center;
	}

	.title, .content-wrap h1 {
		font-size: 26px;
	}

	.content-wrap h1 {
		margin-top: 10px;
	}

	.object-info-container > li {
		width: 100%;
	}

	.object-info-container > li+li {
		width: 100%;
		max-width: 500px;
		margin: 30px auto 0;
	}

	.object-description-list > li {
		display: block;
		max-width: 500px;
		margin: 0 auto;
	}

	.object-description-list > li > p:first-of-type {
		width: 100%;
		text-align: center;
	}

	.object-description-list > li > p+p {
		width: 100%;
		text-align: center;
	}

	.header-phone-container > a {
		font-size: 14px;
	}

	.header-bottom .menu-main_nav-container {
		position: fixed;
		width: 100%;
		height: 100vh;
		background: #fff;
		z-index: 9999;
		top: -200%;
		left: 0;
		transition: 1s all ease;
		padding: 10vh 20px 20px;
		overflow-y: scroll;
		display: none !important;
	}

	.header-bottom .menu-main_nav-container.active {
		top: 0;
		transition: 0.5s all ease;
		display: block !important;
	}

	.header-bottom .menu-main_nav-container .nav-menu {
		flex-flow: column;
		justify-content: flex-start;
	}

	.header-bottom .menu-main_nav-container .nav-menu > li, .header-bottom .menu-main_nav-container .nav-menu > li+li {
		margin: 0;
	}

	.header-bottom .menu-main_nav-container .nav-menu > li+li {
		margin-top: 10px;
	}

	.header-bottom .menu-main_nav-container .nav-menu .menu-item {
		padding: 0;
		background: transparent !important;
	}

	.header-bottom .menu-main_nav-container .nav-menu .menu-item > a {
		padding: 10px 0;
		height: auto;
		line-height: 1.3;
		background: transparent !important;
		color: var(--main-color) !important;
		border-radius: 0;
		border-bottom: 2px solid transparent;
	}

	.header-bottom .menu-main_nav-container .nav-menu .menu-item.current-menu-item > a, .header-bottom .menu-main_nav-container .nav-menu .menu-item.active > a {
		border-color: var(--main-color);
	}

	.header-bottom .menu-main_nav-container .nav-menu > .menu-item.menu-item-has-children {
		width: auto;
		position: relative;
		padding: 0 30px;
	}

	.header-bottom .menu-main_nav-container .nav-menu > .menu-item.menu-item-has-children:after {
		content: '\ec58';
		font-family: 'icomoon', sans-serif !important;
		font-style: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		font-size: 16px;
		-webkit-font-smoothing: antialiased;
		width: 30px;
		height: 14px;
		position: absolute;
		top: 14px;
		left: calc( 50% + 45px );
		z-index: 1;
		display: block;
		transform: rotate(180deg);
		font-weight: bold;
		transition: .3s all;
		color: var(--main-color);
	}

	.header-bottom .menu-main_nav-container .nav-menu > .menu-item.menu-item-has-children.active:after {
		transition: .3s all;
		transform: rotate(0);
	}

	.header-bottom .menu-main_nav-container .nav-menu .menu-item.menu-item-has-children > a {
		width: auto;
		padding-right: 0;
		position: relative;
		margin: 0 auto;
	}

	.header-bottom .menu-main_nav-container .nav-menu {
		display: flex;
		flex-flow: column;
		justify-content: flex-start;
		align-items: center;
	}

	.header-bottom .menu-main_nav-container .nav-menu > .menu-item {
		display: block;
	}

	.header-bottom .menu-main_nav-container .nav-menu .menu-item.menu-item-has-children > ul {
		height: 0;
		transition: .3s all ease-in;
		position: relative;
		display: block;
		box-shadow: none;
	}

	.header-bottom .menu-main_nav-container .nav-menu .menu-item.menu-item-has-children.active > ul {
		height: 380px;
		padding-top: 10px;
		transition: .3s all ease-out;
	}

	.header-fixed .menu-main_nav-container {
		display: none;
	}

	.main-wrapper {
		z-index: 3000;
	}

	.header-fixed {
		z-index: 4000;
	}

	.header-fixed.hidden {
		z-index: 1;
	}

	.mobile-menu-btn {
		display: block;
		width: 42px;
		height: 42px;
		background: url("./images/burger_bg.svg") no-repeat center center/100%;
		/*position: absolute;
		top: calc(50% - 21px);
		left: calc(50% - 21px);
		z-index: 1;*/
	}

	.header-bottom li.hidden {
		display: block;
	}

	.close-menu-btn {
		position: absolute;
		top: 20px;
		right: 20px;
		z-index: 1;
		width: 32px;
		height: 32px;
		margin: 0 !important;
	}

	.close-menu-btn:before, .close-menu-btn:after {
		content: '';
		position: absolute;
		top: calc(50% - 1px);
		width: 100%;
		height: 2px;
		background: #222;
		transform: rotate(45deg);
	}

	.close-menu-btn:after {
		transform: rotate(-45deg);
	}

	.slider-text-container > a {
		max-width: 70%;
		white-space: normal;
		font-size: 32px;
	}

	.company-info-list > li > i {
		font-size: 80px;
	}

	.company-info-list > li > p:first-of-type {
		font-size: 44px;
	}

	.items-list > li {
		width: calc(100% / 3);
	}

	.why-us-container .items-list > li > .item-container > i {
		font-size: 60px;
	}

	.description {
		font-size: 14px;
	}

	.why-us-container .items-list > li > .item-container {
		padding: 15px;
	}

	footer {
		position: relative;
	}

	.footer-top > div {
		width: 100%;
	}

	.footer-top > div:first-of-type {
		margin-bottom: 30px;
		text-align: center;
	}

	.footer-top > div:first-of-type .logo, .footer-top > div:first-of-type .text {
		margin: 0 auto;
		text-align: center;
		justify-content: center;
	}

	.footer-top > div:first-of-type .text {
		margin-top: 15px;
	}

	.back-to-top.show {
		z-index: 4999;
	}
}

@media screen and (max-width: 767px) {
	.objects-filter-list {
		flex-flow: column;
		align-items: center;
	}
	
	.objects-list > li {
		min-height: 0;
	}

	.bread-crumbs-container, .sws-breadcrumbs {
		width: 100%;
		border-bottom: 1px solid rgba(12,114,187,0.2);
		text-align: center;
		margin-bottom: 0;
	}

	.object-info-container {
		margin-bottom: 30px;
	}

	.object-slider .slick-slide {
		height: 250px;
	}

	.object-info-item {
		width: calc( 50% - 40px);
		margin: 0 20px 40px;
	}

	.object-info-item-image-wrapper {
		width: 150px;
		height: 150px;
	}

	.object-info-item-text {
		width: 100%;
	}

	footer .logo, footer .logo img {
		margin: 0 auto;
		display: block;
		height: auto;
	}

	footer .logo img {
		width: 150px;
		height: auto;
	}

	.objects-list > li {
		width: calc( 50% - 20px );
		margin: 0 10px 25px;
		overflow: hidden;
	}

	.phone-btn {
		width: 60px;
		height: 60px;
		bottom: 15px;
		right: 15px;
		z-index: 4999;
	}

	.phone-btn-icon {
		width: 40px;
		height: 40px;
	}

	.back-to-top {
		right: 20px;
	}

	.back-to-top.show {
		bottom: 90px;
	}

	.social-container {
		display: none;
	}

	.header-phone-container {
		width: 100%;
		justify-content: space-around;
	}

	.main-slider .slick-slide {
		height: 300px;
	}

	footer .row > div+div {
		margin-top: 15px;
	}

	.service-text-list.content-container h2 {
		margin-top: 0;
	}

	.service-text-list+.service-text-list {
		margin-top: 50px;
	}

	.content-wrap > section:not(.margin-block) {
		/*margin-bottom: 30px;*/
	}

	.content-wrap h2 {
		font-size: 20px;
		letter-spacing: 0;
	}

	.service-price-list > li > div {
		padding: 20px 20px 60px;
	}

	.service-price-list > li > div > p.price-wrap {
		font-size: 38px;
		margin-bottom: 20px;
	}

	.service-price-list > li > div > p.price-wrap .upper-text {
		font-size: 22px;
	}

	.service-price-list > li > div > p.price-wrap .down-text {
		font-size: 20px;
		margin-bottom: 2px;
	}

	.service-price-list > li > div > p:first-of-type {
		font-size: 14px;
	}

	.service-price-list > li > div > p.service-price-info {
		font-size: 12px;
	}

	.service-price-list > li {
		width: 100%;
		padding: 0;
	}

	.services-list > li > a > div {
		height: 120px;
	}

	.services-list > li > a > p {
		min-height: 70px;
	}

	.video-wrapper > li {
		width: 100%;
		padding: 0;
		margin-bottom: 20px;
	}

	.services-list {
		margin-bottom: 20px;
	}

	.services-list > li {
		width: 48%;
		margin: 0 1% 15px;
	}

	.header-phone-container > a {
		font-size: 13px;
	}

	.header-phone-container > a + a {
		margin-left: 15px;
	}

	.header-top, .header-bottom {
		padding: 10px 0;
	}

	.logo {
		height: 40px;
		/*width: 150px;*/
	}

	.popup .btn {
		font-size: 16px;
	}

	.btn {
		font-size: 14px;
		padding: 7px 10px;
	}

	.popup {
		width: 100%;
	}

	.overlay {
		background: #fff;
	}

	.slider-text-container > a {
		font-size: 20px;
	}

	.slick-prev {
		left: 5px;
	}

	.slick-next {
		right: 5px;
	}

	.wrapper {
		margin-bottom: 50px;
	}

	.company-info-list > li > i {
		font-size: 60px;
	}

	.company-info-list > li > p:first-of-type {
		font-size: 32px;
	}

	.description {
		font-size: 12px;
	}

	.title {
		font-size: 20px;
		padding-bottom: 10px;
		margin: 30px auto;
	}

	.content-wrap h1 {
		font-size: 20px;
		padding-bottom: 10px;
		margin-bottom: 20px;
	}

	.service-text-list h1 {
		margin-bottom: 15px;
		padding-bottom: 10px;
	}

	.items-list > li {
		width: 49%;
	}

	.ctr-container {
		padding: 30px;
	}

	.object-item-container .description {
		height: 30px;
	}

	.partners-list {
		flex-flow: wrap;
	}

	.partners-list > li {
		width: 48%;
	}

	.image-bg.wrapper {
		height: 300px;
		margin-bottom: 30px;
	}

	.header-fixed {
		padding: 10px 2.5%;
	}
}

@media screen and (max-width: 500px) {
	.object-info-item {
		width: 100%;
		margin: 0 0 30px;
	}

	.object-info-item-image-wrapper {
		margin-bottom: 10px;
	}

	/*.object-info-item-image-wrapper {
		width: 150px;
		height: 150px;
	}*/

	.object-item {
		height: 150px;
	}

	.main-slider .slick-slide {
		height: 200px;
	}

	.header-phone-container {
		justify-content: space-between;
	}

	.services-list > li {
		width: 100%;
		margin: 0 auto 15px;
		min-height: 60px;
	}

	.header-top {
		flex-flow: column;
	}

	.header-phone-container {
		width: 100%;
	}

	.header-phone-container > a {
		font-size: 12px;
	}

	.btn {
		font-size: 12px;
		padding: 7px;
	}

	.social-container {
		display: none;
	}

	.company-info-list > li {
		width: 100%;
		margin-bottom: 50px;
	}

	.company-info-list > li:last-of-type {
		margin: 0;
	}

	.items-list > li, .objects-list > li, .why-us-container .items-list > li, .partners-list > li {
		width: 100%;
	}

	.ctr-container .text, .content-wrap .ctr-container .text {
		font-size: 18px;
	}

	.object-item-container .description {
		height: auto;
	}

	.partners-list > li:hover {
		transform: none;
	}

	.ctr-container .btn {
		width: 100%;
	}
}

@media screen and (max-width: 550px) {
	.header-phone-container.four-numbers {
		flex-flow: wrap;
	}

	.header-phone-container.four-numbers > a {
		width: 50%;
		justify-content: center;
		margin: 5px 0 !important;
		font-size: 13px;
	}
}

@media screen and (max-width: 369px) {
	.slick-prev, .slick-next {
		width: 30px;
		height: 30px;
		top: calc(50% - 15px);
	}

	.text {
		font-size: 14px;
	}

	.header-phone-container > a {
		font-size: 10px;
	}

	.header-phone-container > a + a {
		margin-left: 10px;
	}

	.logo {
		/*width: 120px;*/
	}

	header .btn, .header-fixed .btn {
		font-size: 10px;
	}

	.slider-text-container > a {
		font-size: 15px;
	}
}