@import url(./blocks/photo-popup/photo-popup.css);
@import url(./blocks/popup/popup.css);
@import url(./blocks/popup/__close-btn/popup__close-btn.css);
@import url(./blocks/popup/__close-icon/popup__close-icon.css);
@import url(./blocks/popup/__container/popup__container.css);
@import url(./blocks/popup/__photo-container/popup__photo-container.css);
@import url(./blocks/popup/__photo-img/popup__photo-img.css);
@import url(./blocks/popup/__photo-text/popup__photo-text.css);
@import url(./blocks/popup/_opened/popup_opened.css);
@import url(./blocks/popup/__nav-btn/popup__nav-btn.css);

@font-face {
	font-family: Roboto;
	src: local("Roboto"), local("Roboto"), url(../fonts/Roboto-Regular.ttf);
	font-display: swap;
}

@font-face {
	font-family: Roboto-Medium;
	src: local("Roboto-Medium"), local("Roboto Medium"), url(../fonts/Roboto-Medium.ttf);
	font-display: swap;
}

/* @font-face {
	font-family: Roboto;
	src: url(../fonts/Roboto-Regular.ttf);
}

@font-face {
	font-family: Roboto-Medium;
	src: url(../fonts/Roboto-Medium.ttf);
}

@font-face {
	font-family: Palatino;
	src: url(../fonts/Palatino.ttf);
} */

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
	background: #fff;
	color: #444;
	font-family: "Roboto-Medium";
}

a {
	color: #1459a7;
	transition: 0.5s;
}

a:hover,
a:active,
a:focus {
	color: #1559a7;
	outline: none;
	text-decoration: none;
}

p {
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Roboto";
	font-weight: 400;
	margin: 0 0 20px 0;
	padding: 0;
}

button:focus {
	outline: none !important;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
	background: #fff;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
	font-size: 14px;
}

#topbar #logo {
	margin-top: 7px;
}

#logo img {
	float: left;
	max-height: 35px;
	margin: 7px -5px 3px;
}

/* #topbar span {
	float: left;
	font-size: 2rem;
	margin: -1px 0 0 13px;
	font-family: Palatino;
} */

button:active,
button:focus {
	outline: none;
}

button::-moz-focus-inner {
	border: 0;
}

.btn-order {
	text-align: center;
	transition: 0.3s;
	cursor: pointer;
}

.btn-order:hover {
	color: #fff !important;
	transition: 0.3s;
}

.btn-order>a {
	color: #1559a7 !important;

	border-radius: 5px;
	border: 2px #1559a7 solid;
	transition: 0.3s;
}

.btn-order>a:hover {
	background: #1559a7 !important;
	color: #ffffff !important;
	border-radius: 5px;
	transition: 0.3s;
}

.btn-mobile-order {
	display: none;
}

.mobile-order {
	display: none;
}

@media (max-width: 767px) {
	.btn-order {
		display: none;
	}

	.btn-mobile-order {
		display: block;
		text-align: center;
		transition: 0.3s;
		font-size: 1rem;
	}

	.btn-mobile-order :hover {
		color: #fff !important;
		transition: 0.3s;
	}

	.btn-mobile-order>a {
		color: #1559a7 !important;
		border-radius: 5px;
		/*padding: 5% !important;*/
		border: 2px #1559a7 solid;
		transition: 0.3s;
	}

	.btn-mobile-order>a:hover {
		background: #1559a7 !important;
		color: #ffffff !important;
		border-radius: 5px;
		transition: 0.3s;
	}

	.mobile-order {
		display: block;
		/*    margin-right: 3.5%;
    margin-top: 15px;*/
	}
}

.button-text {
	padding: 0 11px 0 18px !important;
}

#topbar .contact-info {
	display: flex;
	align-items: center;
	margin: 23px 0 12px 35px;
}

#topbar .contact-info a {
	line-height: 1;
	color: #555;
}

#topbar .contact-info a:hover {
	color: #1459a7;
}

#topbar .contact-info i {
	color: #1459a7;
	padding: 4px;
	margin: 0 6px 0 12px;
}

#topbar .order-links a {
	color: #555;
	padding: 4px 12px;
	display: inline-block;
	line-height: 1px;
	border-left: 1px solid #e9e9e9;
}

#topbar .order-links a:hover {
	color: #1459a7;
}

#topbar .order-links a:first-child {
	border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
	z-index: 98;
	background: #fff;
	box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
	transition: all 0.5s;
}

#header #logo h1 {
	font-size: 42px;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-family: "Roboto";
	font-weight: 700;
}

#header #logo h1 a {
	color: #0c2e8a;
	line-height: 1;
	display: inline-block;
}

#header #logo h1 a span {
	color: #1459a7;
}

#header #logo img {
	padding: 0;
	margin: 0;
}

.order-links {
	display: inherit;
}

@media (max-width: 768px) {
	#header {
		padding: 10px 0;
	}

	#header #logo h1 {
		font-size: 34px;
	}

	#header #logo img {
		max-height: 40px;
	}
}

.mobile-info {
	display: none !important;
}

@media (max-width: 768px) {
	.mobile-info {
		display: flex !important;
		margin-top: 10px;
	}

	.mobile-info a {
		color: #1459a7 !important;
	}

	.mobile-info i {
		font-size: 28px;
	}

	.mobile-info__icons {
		display: flex;
		align-items: center;
	}

	.mobile-info__icons a {
		width: 36px;
		margin-right: 18px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

/*--------------------------------------------------------------
# Slider Section
--------------------------------------------------------------*/

.swiper-container {
	width: 100%;
}

.swiper-button-next:after {
	color: #1459a7;
}

.swiper-button-prev:after {
	color: #1459a7;
}

.swiper-lazy {
	background-size: cover;
	/*   height: 400px; */
}

#intro .swiper-lazy {
	height: 400px;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
	width: 100%;
	min-height: 400px;
	position: relative;
	padding: 0;
}

#intro .intro-content {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
}

#intro .intro-content h2,
#intro .intro-content h1 {
	color: #1559a7;
	margin-bottom: 30px;
	font-size: 64px;
	font-weight: 700;
	text-transform: none !important;
}

#intro .intro-content h1::before {
	display: none !important;
}

#intro .intro-content h2 span {
	color: #bd845c;
	text-decoration: underline;
}

@media (max-width: 767px) {
	#intro {
		display: none;
	}
}

#intro .intro-content .btn-get-started,
#intro .intro-content .btn-projects {
	font-family: "Roboto";
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	display: inline-block;
	padding: 10px 32px;
	border-radius: 2px;
	transition: 0.5s;
	margin: 10px;
	color: #fff;
}

#intro .intro-content .btn-get-started {
	/*background: #c79a79;*/
	background: none;
	color: #1459a7;
	border-radius: 5px;
	border: 2px solid #1459a7;
}

#intro .intro-content .btn-get-started:hover {
	background: #1459a7;
	color: #fff;
}

#intro .intro-content .btn-projects {
	background: #1459a7;
	border: 2px solid #1459a7;
}

#intro .intro-content .btn-projects:hover {
	background: none;
	color: #1459a7;
}

#intro #intro-carousel {
	z-index: 8;
}

#intro img {
	width: 100%;
	max-height: 400px;
}

.img-add-white {
	box-shadow: inset 0px 0px 400px rgba(255, 255, 255, 0.5);
}

#intro #intro-carousel .item {
	width: 100%;
	height: 60vh;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition-property: opacity;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}

.nav-menu li {
	position: relative;
	white-space: nowrap;
}

.nav-menu>li {
	float: left;
}

@media (max-width: 991px) {
	.nav-menu>li {
		float: initial;
	}

	.nav-menu li {
		white-space: normal;
	}
}

.nav-menu li:hover>ul,
.nav-menu li.sfHover>ul {
	display: block;
}

.nav-menu ul ul {
	top: 0;
	left: 100%;
}

@media (max-width: 991px) {
	.nav-menu ul ul {
		top: 50px;
		left: 0;
	}
}

.nav-menu ul li {
	min-width: 180px;
}

@media (max-width: 991px) {
	.menu-item-has-children {
		display: inline-flex;
		width: 100%;
	}
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
	padding-right: 22px;
}

.sf-arrows .sf-with-ul:after {
	content: "\f107";
	position: absolute;
	right: 8px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
}

@media (max-width: 991px) {
	.sf-arrows .sf-with-ul:after {
		right: 8px;
	}
}

.sf-arrows ul .sf-with-ul:after {
	content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
	/*float: right;*/
	margin: 0;
}

@media (max-width: 768px) {
	#nav-menu-container {
		display: none;
	}
}

/* Nav Meu Styling */
.nav-menu a {
	padding: 10px 7px;
	text-decoration: none;
	display: inline-block;
	color: #0052a3;
	font-size: 14px;
	outline: none;
}

.nav-menu li:hover>a,
.nav-menu .current-menu-item>a {
	color: #bc9373;
}

.nav-menu>li {
	/* margin-left: 1%; */
}

.nav-main {
	padding-left: 0 !important;
}

@media (max-width: 1000px) {
	.nav-menu>li {
		margin-left: 0;
	}

	.nav-main {
		padding-left: 10px !important;
	}

	.nav-menu a {
		padding: 3px 0px;
	}
}

.nav-menu ul {
	margin: 4px 0 0 0;
	padding: 10px;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	background: #fff;
}

.nav-menu ul li {
	transition: 0.3s;
}

.nav-menu ul:last-child {
	color: #fff;
}

.nav-menu ul li a {
	padding: 10px;
	color: #333;
	transition: 0.3s;
	display: block;
	font-size: 13px;
	text-transform: none;
}

.nav-menu ul li:hover>a {
	color: #1459a7;
}

.nav-menu ul ul {
	margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 999;
	margin: 13px 11px 0 0;
	border: 0;
	background: none;
	font-size: 32px;
	display: none;
	transition: all 0.4s;
	outline: none;
	cursor: pointer;
}

#mobile-nav-toggle i {
	color: #bdbdbd;
}

@media (max-width: 768px) {
	#mobile-nav-toggle {
		display: inline;
	}
}

/* Mobile Nav Styling */
#mobile-nav {
	position: fixed;
	top: 0;
	padding: 15px;
	bottom: 0;
	z-index: 998;
	background: rgb(255 255 255);
	left: -275px;
	width: 260px;
	height: max-content;
	overflow-y: auto;
	margin: 10px;
	border-radius: 7px;
	transition: 0.4s;
}

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

#mobile-nav ul li {
	position: relative;
}

#mobile-nav ul li a {
	color: #444;
	font-size: 16px;
	overflow: hidden;
	padding: 10px 22px 10px 10px;
	position: relative;
	text-decoration: none;
	width: 100%;
	display: block;
	outline: none;
}

#mobile-nav ul li a:hover {
	color: #444;
}

#mobile-nav ul li li {
	padding-left: 30px;
}

#mobile-nav ul .menu-item-has-children i {
	position: absolute;
	right: 0;
	z-index: 99;
	padding: 15px 10px 15px 15px;
	cursor: pointer;
	color: #444;
}

#mobile-nav ul .menu-item-has-children i.fa-chevron-up {
	color: #444;
}

#mobile-nav ul .menu-item-active {
	color: #1459a7;
}

#mobile-body-overly {
	width: 100%;
	height: 100%;
	z-index: 997;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(52, 59, 64, 0.9);
	display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
	overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
	left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
	color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
	overflow: hidden;
	padding: 40px 0;
}

/* Sections Header
--------------------------------*/
.section-header {
	margin-bottom: 30px;
}

.section-header h2,
h1 {
	font-size: 32px;
	color: #0c2e8a;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
	padding-bottom: 20px;
}

.section-header h2::before,
h1::before {
	content: "";
	position: absolute;
	display: block;
	width: 50px;
	height: 3px;
	background: #1459a7;
	bottom: 0;
	left: 0;
}

.section-header p {
	padding: 0;
	margin: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
	padding: 20px 0;
	background-color: #fafafa;
	min-height: 40px;
}

.breadcrumbs h2 {
	font-size: 24px;
	font-weight: 300;
	margin: 0;
}

@media (max-width: 992px) {
	.breadcrumbs h2 {
		margin: 0 0 10px 0;
	}
}

.breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 14px;
}

.breadcrumbs ol li+li {
	padding-left: 10px;
}

.breadcrumbs ol li+li::before {
	display: inline-block;
	padding-right: 10px;
	color: #6c757d;
	content: "/";
}

@media (max-width: 768px) {
	.breadcrumbs .d-flex {
		display: block !important;
	}

	.breadcrumbs ol {
		display: block;
	}

	.breadcrumbs ol li {
		display: inline-block;
	}
}

/* About Section
--------------------------------*/
#about {
	padding: 60px 0 30px 0;
}

#about .about-img {
	overflow: hidden;
}

#about .about-img img {
	margin-left: -15px;
	max-width: 100%;
}

@media (max-width: 768px) {
	#about {
		padding: 30px 0 30px 0;
	}

	#about .about-img {
		height: auto;
	}

	#about .about-img img {
		margin-left: 0;
		padding-bottom: 30px;
	}
}

#about .content h2 {
	color: #0c2e8a;
	font-weight: 700;
	font-size: 36px;
	font-family: "Roboto";
}

#about .content h3 {
	color: #555;
	font-weight: 300;
	font-size: 18px;
	line-height: 26px;
	font-style: italic;
}

#about .content p {
	line-height: 26px;
}

#about .content p:last-child {
	margin-bottom: 0;
}

#about .content i {
	font-size: 20px;
	padding-right: 4px;
	color: #1459a7;
}

#about .content ul {
	list-style: none;
	padding: 0;
}

#about .content ul li {
	padding-bottom: 10px;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .content {
	padding: 30px;
	background: #1459a7;
	border-radius: 4px;
	color: #fff;
}

.why-us .content h3 {
	font-weight: 700;
	font-size: 34px;
	margin-bottom: 30px;
}

.why-us .content p {
	margin-bottom: 30px;
}

.why-us .content .more-btn {
	display: inline-block;
	background: rgba(255, 255, 255, 0.1);
	padding: 6px 30px 8px 30px;
	color: #fff;
	border-radius: 50px;
	transition: all ease-in-out 0.4s;
}

.why-us .content .more-btn i {
	font-size: 14px;
}

.why-us .content .more-btn:hover {
	color: #1459a7;
	background: #fff;
}

.why-us .icon-boxes .icon-box {
	text-align: center;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	padding: 20px 10px;
	width: 100%;
	transition: 0.3s;
}

.title-in-box {
	display: inline-block;
}

.why-us .icon-boxes .icon-box i {
	font-size: 40px;
	color: #1459a7;
	margin-right: 15px;
	float: left;
}

.why-us .icon-boxes .icon-box h4 {
	float: left;
	font-size: 18px;
	font-weight: 700;
	padding-top: 9px;
	margin-bottom: 12px;
}

.why-us .icon-boxes .icon-box p {
	width: 100%;
	float: left;
	font-size: 15px;
	color: #848484;
}

.why-us .icon-boxes .icon-box:hover {
	box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.15);
}

@media (max-width: 575px) {
	.why-us .row>[class*="col-"] {
		padding-left: 5px;
		padding-right: 5px;
	}

	.why-us .icon-boxes .icon-box {
		padding: 15px 5px;
	}

	.why-us .icon-boxes .icon-box i {
		font-size: 30px;
		margin-right: 10px;
	}

	.why-us .icon-boxes .icon-box h4 {
		font-size: 14px;
	}

	.why-us .icon-boxes .icon-box p {
		font-size: 12px;
		line-height: 1.4;
	}
}

/* Clients Section
--------------------------------*/
#clients {
	padding: 30px 0;
}

#clients img {
	max-width: 100%;
	opacity: 0.5;
	transition: 0.3s;
	padding: 15px 0;
}

#clients img:hover {
	opacity: 1;
}

/*--------------------------------------------------------------
# H3 Heading Styles (make blue and smaller than h2)
--------------------------------------------------------------*/
h3 {
	color: #0c2e8a !important;
	/* Dark blue color */
	font-size: 22px !important;
	/* Smaller than h2 (32px) */
}

/* Override specific h3 styles that might conflict */
#about .content h3 {
	color: #0c2e8a !important;
	font-size: 22px !important;
	font-weight: 400 !important;
	font-style: normal !important;
}

.why-us .content h3 {
	color: #0c2e8a !important;
	font-size: 26px !important;
	/* Still smaller than h2 but appropriate for this section */
}

#clients .owl-nav,
#clients .owl-dots {
	margin-top: 5px;
	text-align: center;
}

#clients .owl-dot {
	display: inline-block;
	margin: 0 5px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #ddd;
}

#clients .owl-dot.active {
	background-color: #1459a7;
}

/* Our Portfolio Section
--------------------------------*/
#portfolio {
	background: #fff;
	padding: 30px 0;
}

#portfolio #portfolio-flters {
	padding: 0;
	margin: 0 auto 25px auto;
	list-style: none;
	text-align: center;
	border-radius: 50px;
}

#portfolio #portfolio-flters li {
	cursor: pointer;
	display: inline-block;
	padding: 10px 18px 12px 18px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	color: #444;
	margin: 0 3px 10px 3px;
	transition: all ease-in-out 0.3s;
	background: #f7f7f7;
	border-radius: 4px;
}

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
	color: #fff;
	background: #1459a7;
}

#portfolio #portfolio-flters li:last-child {
	margin-right: 0;
}

#portfolio .portfolio-item {
	margin-bottom: 30px;
	overflow: hidden;
}

#portfolio .portfolio-item img {
	position: relative;
	top: 0;
	transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#portfolio .portfolio-item .portfolio-info {
	opacity: 0;
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: -50px;
	z-index: 3;
	transition: all ease-in-out 0.3s;
	background: #1459a7;
	padding: 15px 20px;
}

#portfolio .portfolio-item .portfolio-info h4 {
	font-size: 18px;
	color: #fff;
	font-weight: 600;
}

#portfolio .portfolio-item .portfolio-info p {
	color: #fff;
	font-size: 14px;
	margin-bottom: 0;
}

#portfolio .portfolio-item .portfolio-info .preview-link,
#portfolio .portfolio-item .portfolio-info .details-link {
	position: absolute;
	right: 50px;
	font-size: 24px;
	top: calc(50% - 18px);
	color: rgba(255, 255, 255, 0.6);
	transition: ease-in-out 0.3s;
}

#portfolio .portfolio-item .portfolio-info .preview-link:hover,
#portfolio .portfolio-item .portfolio-info .details-link:hover {
	color: #fff;
}

#portfolio .portfolio-item .portfolio-info .details-link {
	right: 15px;
}

#portfolio .portfolio-item:hover img {
	top: -30px;
}

#portfolio .portfolio-item:hover .portfolio-info {
	opacity: 1;
	bottom: 0;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
	padding-top: 30px;
}

.portfolio-details .portfolio-details-container {
	position: relative;
}

.portfolio-details .portfolio-details-carousel {
	position: relative;
	z-index: 1;
}

.portfolio-details .portfolio-details-carousel .owl-nav,
.portfolio-details .portfolio-details-carousel .owl-dots {
	margin-top: 5px;
	text-align: left;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
	display: inline-block;
	margin: 0 10px 0 0;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
	background-color: #1459a7 !important;
}

.portfolio-details .portfolio-info {
	padding: 30px;
	position: absolute;
	right: 0;
	bottom: -70px;
	background: #fff;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	z-index: 2;
}

.portfolio-details .portfolio-info h3 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
	list-style: none;
	padding: 0;
	font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
	margin-top: 10px;
}

.portfolio-details .portfolio-description {
	padding-top: 50px;
}

.portfolio-details .portfolio-description h2 {
	width: 50%;
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
	padding: 0 0 0 0;
}

.portfolio video {
	width: 100%;
}

@media (max-width: 768px) {
	.portfolio-details .portfolio-description h2 {
		width: 100%;
	}

	.portfolio-details .portfolio-info {
		position: static;
		margin-top: 30px;
	}
}

/* Testimonials Section
--------------------------------*/
#testimonials {
	padding: 30px 0;
}

#testimonials .testimonial-item {
	box-sizing: content-box;
	padding: 15px;
	margin: 30px 15px;
	text-align: center;
	min-height: 280px;
	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}

@media (max-width: 767px) {
	#testimonials .testimonial-item {
		margin: 30px 10px;
	}
}

#testimonials .testimonial-item .testimonial-img {
	width: 90px;
	border-radius: 50%;
	border: 4px solid #fff;
	margin: 0 auto;
}

#testimonials .testimonial-item h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 23px 0 5px 0;
	color: #111;
}

#testimonials .testimonial-item h4 {
	font-size: 14px;
	color: #999;
	margin: 0;
}

#testimonials .testimonial-item .quote-sign-left {
	margin-top: -15px;
	padding-right: 10px;
	display: inline-block;
	width: 37px;
}

#testimonials .testimonial-item .quote-sign-right {
	margin-bottom: -15px;
	padding-left: 10px;
	display: inline-block;
	max-width: 100%;
	width: 37px;
}

#testimonials .testimonial-item p {
	font-style: italic;
	margin: 0 auto 15px auto;
}

#testimonials .owl-nav,
#testimonials .owl-dots {
	margin-top: 5px;
	text-align: center;
}

#testimonials .owl-dot {
	display: inline-block;
	margin: 0 5px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #ddd;
}

#testimonials .owl-dot.active {
	background-color: #1459a7;
}

/* Call To Action Section
--------------------------------*/
#call-to-action {
	background: #1459a7;
	background-size: cover;
	padding: 40px 0;
}

#call-to-action .cta-title {
	color: #fff;
	font-size: 28px;
	font-weight: 700;
}

#call-to-action .cta-text {
	color: #fff;
}

@media (min-width: 769px) {
	#call-to-action .cta-btn-container {
		display: flex;
		align-items: center;
	}
}

#call-to-action .cta-btn {
	font-family: "Roboto";
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 8px 26px;
	border-radius: 3px;
	transition: 0.5s;
	margin: auto;
	border: 3px solid #fff;
	color: #fff;
	margin-top: 12px;
}

#call-to-action .cta-btn:hover {
	background: #1668c2;
	border: 3px solid #176bc7;
}

/* Our Team Section
--------------------------------*/
#team {
	background: #fff;
	padding: 30px 0 0 0;
}

#team .member {
	text-align: center;
	margin-bottom: 20px;
}

#team .member .pic {
	overflow: hidden;
	text-align: center;
}

#team .member .pic img {
	max-width: 100%;
}

#team .member .details {
	background: #1459a7;
	color: #fff;
	padding: 15px;
	border-radius: 0 0 3px 3px;
}

#team .member h4 {
	font-weight: 700;
	margin-bottom: 2px;
	font-size: 18px;
}

#team .member span {
	font-style: italic;
	display: block;
	font-size: 13px;
}

#team .member .social {
	margin-top: 5px;
}

#team .member .social a {
	color: #fff;
}

#team .member .social i {
	font-size: 16px;
	margin: 0 2px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.info {
	width: 100%;
	background: #fff;
}

.info i {
	font-size: 20px;
	color: #1459a7;
	float: left;
	width: 44px;
	height: 44px;
	background: #e3f0fa;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	transition: all 0.3s ease-in-out;
}

.info h4 {
	padding: 0 0 0 60px;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 5px;
	color: #124265;
}

.info p {
	padding: 0 0 0 60px;
	margin-bottom: 0;
	font-size: 14px;
	color: #1459a7;
}

.info a {
	color: #1459a7;
}

.info .email,
.info .phone {
	margin-top: 40px;
}

.info .email:hover i,
.info .address:hover i,
.info .phone:hover i {
	background: #1459a7;
	color: #fff;
}

.php-email-form {
	width: 100%;
	height: 100%;
	background: #fff;
}

.php-email-form .form-group {
	padding-bottom: 8px;
}

.php-email-form .validate {
	display: none;
	color: red;
	margin: 0 0 15px 0;
	font-weight: 400;
	font-size: 13px;
}

.php-email-form .error-message {
	display: none;
	color: #fff;
	background: #ed3c0d;
	text-align: left;
	padding: 15px;
	font-weight: 600;
}

.php-email-form .error-message br+br {
	margin-top: 25px;
}

.php-email-form .sent-message {
	display: none;
	color: #fff;
	background: #114987;
	text-align: center;
	padding: 15px;
}

.php-email-form .loading {
	display: none;
	background: #fff;
	text-align: center;
	padding: 15px;
}

.php-email-form .loading:before {
	content: "";
	display: inline-block;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	margin: 0 10px -6px 0;
	border: 3px solid #0f427d;
	border-top-color: #eee;
	-webkit-animation: animate-loading 1s linear infinite;
	animation: animate-loading 1s linear infinite;
}

.php-email-form input,
.php-email-form textarea {
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
	border-radius: 4px;
}

.php-email-form input:focus,
.php-email-form textarea:focus {
	border-color: #2487ce;
}

.php-email-form input {
	height: 44px;
}

.php-email-form textarea {
	padding: 10px 12px;
}

.php-email-form button[type="submit"] {
	background: #1459a7;
	border: 0;
	padding: 10px 30px;
	color: #fff;
	transition: 0.4s;
	margin-bottom: 5px;
	border-radius: 4px;
    margin-top: 10px;
}

.php-email-form button[type="submit"]:hover {
	background: #1459a7;
}

@-webkit-keyframes animate-loading {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes animate-loading {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
	color: #444444;
	font-size: 14px;
	background: #f8fbfe;
	box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
}

#footer .footer-top {
	padding: 60px 0 30px 0;
	background: #fff;
}

#footer .footer-top .footer-contact {
	margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
	font-size: 26px;
	margin: 0 0 10px 0;
	padding: 2px 0 2px 0;
	line-height: 1;
	font-weight: 300;
}

#footer .footer-top .footer-contact p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
	font-family: "Roboto";
	color: #777777;
}

#footer .footer-top h4 {
	font-size: 16px;
	font-weight: bold;
	color: #1459a7;
	position: relative;
	padding-bottom: 12px;
}

#footer .footer-top .footer-contact a {
	color: #777777;
}

#footer .footer-top .footer-links {
	margin-bottom: 30px;
}

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

#footer .footer-top .footer-links ul i {
	padding-right: 2px;
	color: #1459a7;
	font-size: 18px;
	line-height: 1;
}

#footer .footer-top .footer-links ul li {
	padding: 10px 0;
	display: flex;
	align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
	padding-top: 0;
}

#footer .footer-top .footer-links ul a {
	color: #777777;
	transition: 0.3s;
	display: inline-block;
	line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
	text-decoration: none;
	color: #1459a7;
}

#footer .footer-newsletter {
	font-size: 15px;
}

#footer .footer-newsletter h4 {
	font-size: 16px;
	font-weight: bold;
	color: #444444;
	position: relative;
	padding-bottom: 12px;
}

#footer .footer-newsletter form {
	margin-top: 30px;
	background: #fff;
	padding: 6px 10px;
	position: relative;
	border-radius: 5px;
	text-align: left;
	border: 1px solid #cde5f6;
}

#footer .footer-newsletter form input[type="email"] {
	border: 0;
	padding: 4px 8px;
	width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
	position: absolute;
	top: -1px;
	right: -2px;
	bottom: -1px;
	border: 0;
	background: none;
	font-size: 16px;
	padding: 0 20px 2px 20px;
	background: #1459a7;
	color: #fff;
	transition: 0.3s;
	border-radius: 0 5px 5px 0;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
	background: #1459a7;
}

#footer .credits {
	padding-top: 5px;
	font-size: 13px;
	color: #444444;
}

#footer .social-links a {
	font-size: 18px;
	display: inline-block;
	background: #1459a7;
	color: #fff;
	line-height: 1;
	padding: 8px 0;
	margin-right: 4px;
	border-radius: 5px;
	text-align: center;
	width: 36px;
	height: 36px;
	transition: 0.3s;
}

#footer .social-links a:hover {
	background: #1459a7;
	color: #fff;
	text-decoration: none;
}

.tabs {
	width: 100%;
	min-width: 320px;
	min-height: 350px;
	margin: 0 auto;
	padding: 0;
}

.tabs-nav {
	overflow: hidden;
	padding: 0 !important;
	margin: 0 0 20px 0 !important;
	position: relative;
	float: left;
}

.tabs-nav li {
	color: #555;
	width: 100%;
	padding: 11px 0 11px 12px;
	position: relative;
	text-decoration: none;
	float: left;
	display: block;
	cursor: pointer;
	margin-right: 8px;
	font-family: "Roboto", Helvetica, sans-serif;
	font-size: 14px;
	text-transform: none;
}

.tabs-nav li:hover,
.tabs-nav li:hover:before,
.tabs-nav li:hover:after {}

.tabs li.active,
.tabs li.active:before,
.tabs li.active:after,
.tabs li.active:hover,
.tabs li.active:hover:before,
s .tabs li.active:hover:after {
	background: #1459a7;
	color: #fff;
	border-radius: 5px;
}

.tabs-box {
	position: relative;
	float: left;
	padding-right: 0;
}

.tabs-box>div {
	display: none;
	background: rgba(255, 255, 255, 0.9);
	-webkit-animation: fade 0.35s linear;
	-ms-animation: fade 0.35s linear;
	animation: fade 0.35s linear;
}

.tabs-box>.active {
	display: block;
}

@keyframes fade {
	0% {
		opacity: 0;
		transform: translateY(70px);
	}

	100% {
		opacity: 1;
		margin-top: 0;
	}
}

.tabs-box img {
	width: 100%;
	border-radius: 10px;
}

.text-desc {
	position: relative;
	text-align: justify;
	/*color: #1459a7;*/
	float: left;
	height: 50%;
}

.tabs .image-desc {
	position: relative;
	float: left;
	height: 50%;
	padding-bottom: 10px;
}

.tabs-plastic {
	width: 100%;
	min-width: 320px;
	min-height: 350px;
	margin: 0 auto;
	padding: 0;
}

.tabs-plastic-nav {
	overflow: hidden;
	padding: 0 !important;
	margin: 0 0 20px 0 !important;
	position: relative;
	float: left;
}

.tabs-plastic-nav li {
	color: #555;
	padding: 11px 0;
	width: 100%;
	position: relative;
	text-decoration: none;
	float: left;
	display: block;
	cursor: pointer;
	font-size: 14px;
	text-transform: none;
	margin: 15px 15px 0 0;
	border: 2px solid #1459a7;
	border-radius: 5px;
}

.tabs-plastic-nav li:hover,
.tabs-plastic-nav li:hover:before,
.tabs-plastic-nav li:hover:after {}

.tabs-plastic li.active,
.tabs-plastic li.active:before,
.tabs-plastic li.active:after,
.tabs-plastic li.active:hover,
.tabs-plastic li.active:hover:before,
s .tabs-plastic li.active:hover:after {
	background: #1459a7;
	color: #fff;
	border-radius: 5px;
}

.tabs-plastic-box {
	position: relative;
	float: left;
	padding-right: 0;
	min-height: 350px;
}

.tabs-plastic-box>div {
	display: none;
	background: rgba(255, 255, 255, 0.9);
	-webkit-animation: fade 0.35s linear;
	-ms-animation: fade 0.35s linear;
	animation: fade 0.35s linear;
}

.tabs-plastic-box>.active {
	display: block;
}

@keyframes fade {
	0% {
		opacity: 0;
		transform: translateY(70px);
	}

	100% {
		opacity: 1;
		margin-top: 0;
	}
}

.tabs-plastic-box img {
	width: 100%;
	border-radius: 10px;
}

.tabs-plastic .text-desc {
	position: relative;
	text-align: justify;
	/*color: #1459a7;*/
	padding-top: 10px;
	float: left;
	height: 50%;
}

.tabs-plastic .image-desc {
	position: relative;
	float: left;
	height: 50%;
	padding: 10px;
}

.tabs-plastic .image-desc img {
	width: 100%;
	border-radius: 10px;
}

.tooltip.show {
	opacity: 1 !important;
	font-family: Roboto-Medium !important;
}

.arrow::before {
	border-left-color: #555 !important;
}

.tooltip-inner {
	background-color: #555 !important;
	min-width: 290px;
	text-align: left !important;
	padding: 10px 12px 2px !important;
}

.wrapper {
	width: 100%;
	margin: 0 auto;
	max-width: 80rem;
}

.cols {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.column {
	/*width: calc(25% - 2rem); Если будет четное количество блоков*/
	width: calc(25% - 2rem);
	margin: 1rem;
}

.container_item {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

.front,
.back {
	background-size: cover;
	background-position: center;
	-webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	text-align: center;
	min-height: 200px;
	height: auto;
	border-radius: 10px;
	color: #fff;
	font-size: 1rem;
	cursor: default;
}

.back {
	background: #cedce7;
	background: -webkit-linear-gradient(45deg, #033c7b 0%, #1459a7 100%);
	background: -o-linear-gradient(45deg, #033c7b 0%, #1459a7 100%);
	background: linear-gradient(45deg, #033c7b 0%, #1459a7 100%);
}

.front:after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	opacity: 0.6;
	background-color: #000;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: 10px;
}

.container_items:hover .front,
.container_items:hover .back {
	-webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.inner {
	-webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
	transform: translateY(-50%) translateZ(60px) scale(0.94);
	top: 50%;
	position: absolute;
	left: 0;
	width: 100%;
	padding: 1rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: 1px solid transparent;
	-webkit-perspective: inherit;
	perspective: inherit;
	z-index: 2;
}

.container_item .back {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.container_item .front {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.container_item:hover .back {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.container_item:hover .front {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.front .inner p {
	font-size: 1.2rem;
	margin-bottom: 2rem;
	position: relative;
}

.front .inner p:after {
	content: "";
	width: 4rem;
	height: 2px;
	position: absolute;
	background: #c6d4df;
	display: block;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -0.75rem;
}

.front .inner span {
	color: rgba(255, 255, 255, 0.7);
}

.back .inner p {
	padding-top: 1rem;
	font-size: 0.85rem;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

@media screen and (max-width: 64rem) {
	.column {
		width: calc(50% - 2rem);
	}
}

@media screen and (max-width: 48rem) {
	.column {
		width: calc(50% - 1rem);
		margin: 0.5rem;
	}
}

.btn-inner {
	background: none;
	color: #fff;
	font-size: 15px;
	padding: 10px 15px;
	border-radius: 5px;
	border: 2px solid #fff;
	transition: 0.5s;
}

.btn-inner:hover {
	background: #fff;
	color: #1459a7;
	transition: 0.3s;
}

/*Preloader*/

.loaded_hiding #cube-loader {
	transition: 0.3s opacity;
	opacity: 0;
}

.loaded #cube-loader {
	display: none;
}

#cube-loader {
	align-items: center;
	display: flex;
	height: 100%;
	width: 100%;
	position: fixed;
	background: #fff;
	z-index: 99;
}

#cube-loader .caption {
	margin: 0 auto;
}

#cube-loader .cube-loader {
	width: 73px;
	height: 73px;
	margin: 0 auto;
	margin-top: 49px;
	position: relative;
	transform: rotateZ(45deg);
}

#cube-loader .cube-loader .cube {
	position: relative;
	transform: rotateZ(45deg);
	width: 50%;
	height: 50%;
	float: left;
	transform: scale(1.1);
}

#cube-loader .cube-loader .cube:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #1459a7;
	animation: cube-loader 2.76s infinite linear both;
	transform-origin: 100% 100%;
}

#cube-loader .cube-loader .loader-2 {
	transform: scale(1.1) rotateZ(90deg);
}

#cube-loader .cube-loader .loader-3 {
	transform: scale(1.1) rotateZ(180deg);
}

#cube-loader .cube-loader .loader-4 {
	transform: scale(1.1) rotateZ(270deg);
}

#cube-loader .cube-loader .loader-2:before {
	animation-delay: 0.35s;
}

#cube-loader .cube-loader .loader-3:before {
	animation-delay: 0.69s;
}

#cube-loader .cube-loader .loader-4:before {
	animation-delay: 1.04s;
}

@keyframes cube-loader {

	0%,
	10% {
		transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}

	25%,
	75% {
		transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}

	90%,
	100% {
		transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}

/* Back to top button */
.back-to-top {
	position: fixed;
	display: none;
	background: #1459a7;
	color: #fff;
	padding: 6px 12px 9px 12px;
	font-size: 16px;
	border-radius: 2px;
	right: 15px;
	bottom: 15px;
	transition: background 0.5s;
}

@media (max-width: 768px) {
	.back-to-top {
		bottom: 15px;
	}
}

.back-to-top:focus {
	background: #1459a7;
	color: #fff;
	outline: none;
}

.back-to-top:hover {
	background: #0c2e8a;
	color: #fff;
}

.custom-file-input:lang(en)~.custom-file-label::after {
	content: "Найти файл" !important;
}

.form_toggle {
	display: block;
	overflow: hidden;
	margin: 0 auto;
}

.form_toggle-item {
	float: left;
	display: inline-block;
	text-align: center;
	margin-top: 5px;
}

.form_toggle-item input[type="radio"] {
	display: none;
}

.form_toggle-item label {
	display: inline-block;
	padding: 0px 15px;
	line-height: 34px;
	border: 1px solid #cdcdcd;
	border-right: none;
	cursor: pointer;
	user-select: none;
}

.form_toggle .item-1 label {
	border-radius: 3px 0 0 3px;
}

.form_toggle .item-2 label {
	border-radius: 0 3px 3px 0;
	border-right: 1px solid #cdcdcd;
}

/* Checked */
.form_toggle .item-1 input[type="radio"]:checked+label {
	background: #1459a7;
	color: #fff;
	transition: 0.3s;
}

.form_toggle .item-2 input[type="radio"]:checked+label {
	background: #1459a7;
	color: #fff;
	transition: 0.3s;
}

.desc-form {
	float: left;
	font-size: 15px;
	margin-left: 11px;
	background: #5d5d5d;
	border-radius: 50%;
	width: 21px;
	height: 21px;
	text-align: center;
	color: #fff;
	transition: 1s;
	position: relative;
}

.desc-form:hover {
	color: #fff;
	background: #525252;
}

.desc-form:after {
	content: attr(data-title);
	display: none;
	background: #5d5d5d;
	position: absolute;
	width: 320px;
	bottom: 130%;
	left: 50%;
	transform: translateX(-50%);
	padding: 10px;
	text-align: center;
	border-radius: 7px;
	color: #fff;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
	font-size: 12px;
}

.desc-form:hover:after {
	display: block;
}

/*--------------------------------------------------------------
# Service
--------------------------------------------------------------*/
.service {
	padding: 40px 0 20px 0;
	text-align: justify;
}

.service .entry {
	padding: 20px;
	margin-bottom: 60px;
	overflow: hidden;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.service .entry .entry-img {
	max-height: 350px;
	margin: -20px -20px 20px -20px;
	overflow: hidden;
}

.service .entry .entry-title {
	font-size: 28px;
	line-height: 36px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 20px 0;
}

.service .entry .entry-title a {
	color: #493c3e;
	transition: 0.3s;
}

.service .entry .entry-title a:hover {
	color: #1459a7;
}

.service img {
	float: left;
	width: auto;
	height: auto;
	border-radius: 7px;
	margin: 0 22px 15px 0;
}

@media (max-width: 768px) {
	.service img {
		width: 100%;
	}
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
	padding: 40px 0 20px 0;
}

.blog .entry {
	width: 100%;
	padding: 20px;
	margin-bottom: 60px;
	overflow: hidden;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .entry .entry-img {
	max-height: 400px;
	margin: -20px -20px 20px -20px;
	overflow: hidden;
}

.blog .entry .entry-title {
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 20px 0;
}

.blog .entry .entry-title a {
	color: #493c3e;
	transition: 0.3s;
}

.blog .entry .entry-title a:hover {
	color: #1459a7;
}

.blog .entry .entry-meta {
	color: #84879a;
}

.blog .entry .entry-meta ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
}

.blog .entry .entry-meta ul li {
	margin-bottom: 15px;
}

.blog .entry .entry-meta ul li+li {
	padding-left: 15px;
}

.blog .entry .entry-meta i {
	font-size: 14px;
	padding-right: 4px;
}

.blog .entry .entry-meta a {
	color: #848a9a;
	font-size: 14px;
	display: inline-block;
	line-height: 1;
}

.blog .entry .entry-content p {
	line-height: 24px;
	font-size: 15px;
}

.blog .entry .entry-content .read-more {
	-moz-text-align-last: right;
	text-align-last: right;
}

.blog .entry .entry-content .read-more a {
	display: inline-block;
	background: #317ac7;
	color: #fff;
	padding: 5px 20px 7px 20px;
	transition: 0.3s;
	font-size: 14px;
	border-radius: 50px;
}

.blog .entry .entry-content .read-more a:hover {
	background: #1459a7;
}

.blog .entry .entry-content h3 {
	font-size: 22px;
	margin-top: 30px;
	font-weight: bold;
}

.blog .entry .entry-content blockquote {
	overflow: hidden;
	background-color: #fafafa;
	padding: 60px;
	position: relative;
	text-align: center;
	margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
	color: #444444;
	line-height: 1.6;
	margin-bottom: 0;
	font-style: italic;
	font-weight: 500;
	font-size: 22px;
}

.blog .entry .entry-content blockquote .quote-left {
	position: absolute;
	left: 20px;
	top: 20px;
	font-size: 36px;
	color: #e7e7e7;
}

.blog .entry .entry-content blockquote .quote-right {
	position: absolute;
	right: 20px;
	bottom: 20px;
	font-size: 36px;
	color: #e7e7e7;
}

.blog .entry .entry-content blockquote::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	background-color: #34436f;
	margin-top: 20px;
	margin-bottom: 20px;
}

.blog .entry .entry-footer {
	padding-top: 10px;
	border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
	color: #9a8487;
	display: inline;
}

.blog .entry .entry-footer a {
	color: #c3b6b8;
	transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
	color: #1459a7;
}

.blog .entry .entry-footer .cats {
	list-style: none;
	display: inline;
	padding: 0 20px 0 0;
	font-size: 14px;
}

.blog .entry .entry-footer .cats li {
	display: inline-block;
}

.blog .entry .entry-footer .tags {
	list-style: none;
	display: inline;
	padding: 0;
	font-size: 14px;
}

.blog .entry .entry-footer .tags li {
	display: inline-block;
}

.blog .entry .entry-footer .tags li+li::before {
	padding-right: 6px;
	color: #6c757d;
	content: ",";
}

.blog .entry .entry-footer .share {
	font-size: 16px;
}

.blog .entry .entry-footer .share i {
	padding-left: 5px;
}

.blog .entry-single {
	margin-bottom: 30px;
	border-radius: 5px;
}

.blog .entry-single .entry-title {
	font-size: 28px;
	line-height: 36px;
}

@media (max-width: 767px) {
	.blog .entry-single .entry-title {
		font-size: 20px;
		line-height: 28px;
	}

	.blog .entry .entry-content h3 {
		font-size: 18px;
		margin-top: 30px;
		font-weight: bold;
	}
}

.blog .blog-pagination {
	color: #816a6e;
}

.blog .blog-pagination ul {
	display: flex;
	padding-left: 0;
	list-style: none;
}

.blog .blog-pagination li {
	border: 1px solid white;
	margin: 0 5px;
	transition: 0.3s;
}

.blog .blog-pagination li.active {
	background: white;
}

.blog .blog-pagination li a {
	color: #aaaaaa;
	padding: 7px 16px;
	display: inline-block;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
	background: #1459a7;
	border: 1px solid #1459a7;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
	color: #fff;
}

.blog .blog-pagination li.disabled {
	background: #fff;
	border: 1px solid white;
}

.blog .blog-pagination li.disabled i {
	color: #f1f1f1;
	padding: 10px 16px;
	display: inline-block;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio {
	padding: 40px 0 20px 0;
}

.portfolio .entry {
	padding: 20px;
	margin-bottom: 30px;
	overflow: hidden;
	border-radius: 5px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.portfolio .entry .entry-img {
	max-height: 350px;
	margin: -20px -20px 20px -20px;
	overflow: hidden;
}

.portfolio .entry .entry-title {
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 20px 0;
}

.portfolio .entry .entry-title a {
	color: #493c3e;
	transition: 0.3s;
}

.portfolio .entry .entry-title a:hover {
	color: #1459a7;
}

.portfolio .entry .entry-content p {
	line-height: 24px;
	font-size: 15px;
}

.portfolio .entry .entry-content h3 {
	font-size: 22px;
	margin-top: 30px;
	font-weight: bold;
}

.portfolio .entry .entry-content blockquote {
	overflow: hidden;
	background-color: #fafafa;
	padding: 60px;
	position: relative;
	text-align: center;
	margin: 20px 0;
}

.portfolio .entry .entry-content blockquote p {
	color: #444444;
	line-height: 1.6;
	margin-bottom: 0;
	font-style: italic;
	font-weight: 500;
	font-size: 22px;
}

.portfolio .entry .entry-content blockquote .quote-left {
	position: absolute;
	left: 20px;
	top: 20px;
	font-size: 36px;
	color: #e7e7e7;
}

.portfolio .entry .entry-content blockquote .quote-right {
	position: absolute;
	right: 20px;
	bottom: 20px;
	font-size: 36px;
	color: #e7e7e7;
}

.portfolio .entry .entry-content blockquote::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	background-color: #34436f;
	margin-top: 20px;
	margin-bottom: 20px;
}

.portfolio .portfolio-pagination {
	color: #816a6e;
}

.portfolio .portfolio-pagination ul {
	display: flex;
	padding-left: 0;
	list-style: none;
}

.portfolio .portfolio-pagination li {
	border: 1px solid white;
	margin: 0 5px;
	transition: 0.3s;
}

.portfolio .portfolio-pagination li.active {
	background: white;
}

.portfolio .portfolio-pagination li a {
	color: #aaaaaa;
	padding: 7px 16px;
	display: inline-block;
}

.portfolio .portfolio-pagination li.active,
.portfolio .portfolio-pagination li:hover {
	background: #1459a7;
	border: 1px solid #1459a7;
}

.portfolio .portfolio-pagination li.active a,
.portfolio .portfolio-pagination li:hover a {
	color: #fff;
}

.portfolio .portfolio-pagination li.disabled {
	background: #fff;
	border: 1px solid white;
}

.portfolio .portfolio-pagination li.disabled i {
	color: #f1f1f1;
	padding: 10px 16px;
	display: inline-block;
}

#mobile-logo {
	display: none;
	margin: 3px 0 0 0;
}

#mobile-logo span {
	float: left;
	font-size: 2rem;
	margin: -1px 0 0 13px;
	font-family: Palatino;
}

#mobile-logo img {
	float: left;
	max-height: 39px;
	margin: 4px 0 3px;
}

@media (max-width: 768px) {
	#mobile-logo {
		display: block;
		width: 100%;
		height: 58px;
		border-bottom: 1px solid #f5f5f5;
	}
}

.blog-img {
	width: 100%;
}

.price-plastic-tabs {
	margin-top: 15px;
	min-width: 140px;
	position: relative;
	float: left;
}

.price-plastic-tabs p {
	font-size: 14px;
	letter-spacing: 0.8px;
}

.price-plastic-tabs span {
	color: #1459a7;
	font-size: 14px;
	letter-spacing: 0.8px;
}

.price-desc-tabs-icon {
	background: #3d3d3d;
	color: #fff !important;
	position: relative;
	float: right;
	text-align: center;
	width: 21px;
	height: 21px;
	border-radius: 50%;
	margin-top: 15px;
	text-rendering: unset;
	letter-spacing: normal;
	word-spacing: normal;
	background-color: none !important;
	padding: 0 !important;
	border: 0 !important;
	outline: none;
	border-width: 2px;
	border-style: none !important;
	border-color: none !important;
	border-image: none !important;
}

.price-desc-tabs-icon:hover {
	background: #1459a7;
	color: #fff;
	cursor: pointer;
}

.price-desc-tabs {
	display: none;
}

.price-desc-tabs-icon:hover+.price-desc-tabs {
	display: block;
	position: relative;
	width: 100%;
	float: left;
	font-size: 14px;
	padding: 20px;
	border-radius: 7px;
	box-shadow: 0px 4px 8px rgba(34, 34, 34, 0.1);
}

.price-desc-tabs-icon:hover+.price-desc-tabs p {
	margin-bottom: 0;
}

img.alignright {
	float: right;
	margin: 0 0 1em 1em;
}

img.alignleft {
	float: left;
	margin: 0 1em 1em 0;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*.popup {
  position: relative;
  display: block;
  cursor: pointer;
}
.popup p {
  margin-bottom: 0;
}*/

/* The actual popup (appears on top) */
/*.popup .popuptext {
  visibility: hidden;
  width: 450px;
  background-color: #555;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 15px 20px;
  position: absolute;
  z-index: 10003;
  left: -386px;
	top:-200px;
	margin-bottom: -5px;
  margin-left: -80px;
}

@media (max-width:1000px) {
	.popup .popuptext {
	width: 300px;
    left: -189px;
    top: auto;
    bottom: 40px;
    margin-bottom: -5px;
	margin-bottom: -5px;
}

}

.popup .show {
  visibility: visible;
}*/
.tooltip {
	z-index: 49 !important;
	font-family: Roboto-Medium !important;
}

.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
	right: 1px !important;
}

.entry-content img.alignleft {
	margin: 0 3em 1em 0 !important;
}

.blog-pagination {
	color: #816a6e;
}

.blog-pagination ul {
	display: flex;
	padding-left: 0;
	list-style: none;
}

.blog-pagination li {
	border: 1px solid white;
	margin: 0 5px;
	transition: 0.3s;
}

.blog-pagination li.active {
	background: white;
}

.blog-pagination li a {
	color: #aaaaaa;
	padding: 7px 16px;
	display: inline-block;
}

.blog-pagination li.active,
.blog-pagination li:hover {
	background: #1459a7;
	border: 1px solid #1459a7;
}

.blog-pagination li.active a,
.blog-pagination li:hover a {
	color: #fff;
}

.blog-pagination li.disabled {
	background: #fff;
	border: 1px solid white;
}

.blog-pagination li.disabled i {
	color: #f1f1f1;
	padding: 10px 16px;
	display: inline-block;
}

.php-email-form button[type="submit"].disable {
	background: #9e9e9e;
	pointer-events: none;
}

.checkbox.style-c {
	display: inline-block;
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	margin-bottom: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.checkbox.style-c input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkbox.style-c input:checked~.checkbox__checkmark {
	background-color: #1459a7;
}

.checkbox.style-c input:checked~.checkbox__checkmark:after {
	opacity: 1;
}

.checkbox.style-c:hover input~.checkbox__checkmark {
	background-color: #eee;
}

.checkbox.style-c:hover input:checked~.checkbox__checkmark {
	background-color: #1459a7;
}

.checkbox.style-c .checkbox__checkmark {
	position: absolute;
	top: 2px;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #eee;
	transition: background-color 0.25s ease;
	border-radius: 4px;
}

.checkbox.style-c .checkbox__checkmark:after {
	content: "";
	position: absolute;
	left: 8px;
	top: 4px;
	width: 5px;
	height: 10px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	opacity: 0;
	transition: opacity 0.25s ease;
}

.checkbox.style-c .checkbox__body {
	color: #333;
	line-height: 1.5;
	font-size: 16px;
}

.checkbox__body a {
	color: #1459a7;
	text-decoration: underline;
}

.checkbox__body a:hover {
	color: #1459a7;
}

#testimonials video {
	width: 100%;
}

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

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	width: auto !important;
}

.entry .swiper-horizontal>.swiper-pagination-bullets,
.entry .swiper-pagination-bullets.swiper-pagination-horizontal,
.entry .swiper-pagination-custom,
.entry .swiper-pagination-fraction {
	width: 100% !important;
}

#our-blog {
	background-color: #f8f8f8;
}

#our-blog img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.item-our-blog {
	position: relative;
}

#our-blog .label {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 15px;
	color: #fff;
	text-shadow: 1px 1px 2px #444;
	z-index: 2;
}

.label .title-our-blog {
	line-height: 36px;
	font-size: 24px;
}

.label .desc-our-blog {
	font-size: 14px;
}

.grid-our-blog {
	display: grid;
	gap: 25px;
	grid: repeat(2, 150px) / repeat(5, 1fr);
	grid-template-areas:
		"g01 g01 g02 g02 g04"
		"g01 g01 g03 g03 g04";
}

@media (max-width: 1000px) {
	.grid-our-blog {
		display: flex;
		-ms-flex: 100%;
		flex-direction: column;
		flex: 100%;
		max-width: 100%;
	}
}

.g01,
.g02,
.g03,
.g04 {
	position: relative;
	overflow: hidden;
}

.g01::after,
.g02::after,
.g03::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.364);
	width: 100%;
	height: 100%;
	transition: all 0.4s ease-in-out;
	z-index: 1;
}

.g01:hover::after,
.g02:hover::after,
.g03:hover::after {
	background-color: rgba(0, 0, 0, 0.552);
}

.g01 {
	grid-area: g01;
}

.g02 {
	grid-area: g02;
}

.g03 {
	grid-area: g03;
}

.g04 {
	grid-area: g04;
	border-radius: 10px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.12);
}

.g04 {
	height: 55px;
	min-height: 55px;
	margin: auto 0;
	padding: 10px;
	width: 100%;
	background-color: #fff;
	color: #444;
}

.g04:hover {
	color: #444;
	transform: translate(5px);
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
}

#connect,
#social,
#workwatch {
	/* padding-bottom: 0; */
}

#connect .email,
#connect .file,
#connect .phone,
#connect .address {
	margin: 20px 30px;
	max-width: 100%;
}

@media (max-width: 1000px) {

	#connect .file,
	#connect .email,
	#connect .phone,
	#connect .address {
		margin: 20px 30px;
		max-width: 100%;
	}
}

#social .email,
#social .phone,
#social .address {
	margin: 20px 30px;
}

#social h4 {
	margin-top: 10px;
}

#workwatch .email,
#workwatch .phone,
#workwatch .address {
	margin: 20px 55px;
}

.section-header-v2 {
	margin-bottom: 30px;
	text-align: center;
}

.section-header-v2 h1::before {
	width: 200px;
	left: 50%;
	transform: translate(-50%, -50%);
}

.section-header-v2 h2 {
	font-size: 32px;
	color: #0c2e8a;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
	padding-bottom: 20px;
}

.section-header-v2 h2::before {
	content: "";
	position: absolute;
	display: block;
	width: 200px;
	height: 3px;
	background: #1459a7;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, -50%);
}

.section-header-v2 p {
	padding: 0;
	margin: 0;
}

#connect .info,
#social .info,
#workwatch .info {
	display: flex;
	justify-content: center;
}

@media (max-width: 1000px) {

	#connect .info,
	#social .info,
	#workwatch .info {
		align-items: flex-start;
		flex-direction: column;
	}
}

#order-call {
	background-color: #f7f7f7;
}

#order-call img {
	max-width: 100%;
	max-height: 400px;
	margin: 0 auto;
	object-fit: cover;
	border-radius: 7px;
	display: block;
}

#order-call .php-email-form {
	height: auto;
	background-color: transparent;
}

.swiper__order-call {
	width: 240px;
	height: 320px;
	margin: 45px 0;
}

.swiper__order-call .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 18px;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	background-color: rgb(202, 202, 202);
}

#map {
	padding: 0;
	margin-bottom: -7px;
}

/* LIGHT GALLERY */

#lg-zoom-in,
#lg-zoom-out,
#lg-actual-size {
	background-color: transparent;
	border: none;
	outline: none;
}

#info-block {
	position: relative;
	padding-bottom: 0;
	display: inline-block;
	height: 100%;
	overflow: inherit;
}

#info-block img {
	max-width: 100%;
	object-fit: cover;
	display: block;
	margin: 0 auto;
}

.photo_info-block img {
	position: absolute !important;
}

@media (max-width: 1000px) {
	.photo_info-block img {
		position: relative !important;
	}
}

.dark-section {
	/* position: absolute;
	top: 0;
	left: 0; */
	background-color: #f7f7f7;
	width: 100%;
}

@media (max-width: 1200px) {
	.dark-section {
		height: 600px;
	}
}

.desc-text {
	margin-bottom: 40px;
}

.desc-text h2 {
	font-size: 36px;
	line-height: 1.5rem;
	text-align: center;
	margin-bottom: 45px;
}

.desc-text h2::after {
	content: "";
	height: 1px;
	width: 100px;
	display: block;
	position: absolute;
	background-color: #868686;
	margin-top: 25px;
	left: 50%;
	transform: translate(-50%, -50%);
}

.desc-text p {
	font-style: 16px;
	line-height: 1.5rem;
}

.def-btn {
	display: block;
	width: 100%;
	margin: 30px 0;
	padding: 8px 24px;
	text-align: center;
	background-color: #317ac7;
	color: #fff;
	text-decoration: none;
	transition: all 0.3 ease-in;
}

.def-btn:hover {
	width: 100%;
	color: #fff;
	text-decoration: none;
	transition: all 0.4 ease-in;
	background-color: #19579e;
}

#we-cooperate {
	margin: 0 0 30px 0;
}

#we-cooperate h2 {
	font-size: 36px;
	line-height: 1.5rem;
	text-align: center;
	margin-bottom: 65px;
}

#we-cooperate h2::after {
	content: "";
	height: 1px;
	width: 100px;
	display: block;
	position: absolute;
	background-color: #868686;
	margin-top: 25px;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media (max-width: 1000px) {
	#we-cooperate {
		margin: 0px 0;
	}
}

/* СЛАДЙЕР НА СТРАНИЦЕ ПОРТФОЛИО (ПОСТЫ ИЗ БЛОГА) */

#example-posts-blog .container {
	position: relative;
}

.swiper-posts-blog {
	width: 100%;
}

.swiper-posts-blog .swiper-slide {
	/*transform: scale(0.95);*/
	transition: 0.3s ease-in-out;
}

.swiper-posts-blog .swiper-slide:hover {
	transform: scale(1);
	transition: 0.3s ease-in-out;
}

.swiper-posts-blog .swiper-slide a::after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	z-index: 1;
	background: linear-gradient(#2088ff00, #00000080);
}

.swiper-posts-blog .swiper-slide a {
	display: block;
	height: 100%;
	width: 100%;
	text-decoration: none;
	z-index: 5;
}

.slide-content {
	position: absolute;
	bottom: 0;
	left: 15px;
	padding: 0 15px 0 0;
	color: #fff;
	z-index: 2;
	text-shadow: 1px 1px 3px #444;
}

.slide-content h2 {
	font-size: 20px;
	margin-bottom: 15px;
}

.slide-content p {
	font-size: 12px;
}

#example-posts-blog .swiper-button-next {
	background: #fff !important;
	border-radius: 50% !important;
	height: 50px !important;
	width: 50px !important;
	font-size: 32px !important;
	box-shadow: 0 6px 15px #e1e6f0cc !important;
	margin-top: -45px !important;
	transition: 0.3s ease-in-out;
}

#example-posts-blog .swiper-button-next:hover {
	box-shadow: 0 14px 38px #e6ebf5 !important;
}

@media (max-width: 720px) {
	#example-posts-blog .swiper-button-next {
		box-shadow: 0 2px 2px #e1e6f0cc !important;
	}

	#example-posts-blog .swiper-button-next:hover {
		box-shadow: 0 4px 4px #e6ebf5 !important;
	}
}

#example-posts-blog .swiper-button-next::after {
	color: #0052a3 !important;
	text-align: center !important;
	font-size: 28px !important;
	margin-right: -4px !important;
}

#example-posts-blog .swiper-button-prev {
	background: #fff !important;
	border-radius: 50% !important;
	height: 50px !important;
	width: 50px !important;
	font-size: 32px !important;
	box-shadow: 0 6px 15px #e1e6f0cc !important;
	margin-top: -45px !important;
	transition: 0.3s ease-in-out;
}

#example-posts-blog .swiper-button-prev:hover {
	box-shadow: 0 14px 38px #e6ebf5 !important;
}

@media (max-width: 720px) {
	#example-posts-blog .swiper-button-prev {
		box-shadow: 0 2px 2px #e1e6f0cc !important;
	}

	#example-posts-blog .swiper-button-prev:hover {
		box-shadow: 0 4px 4px #e6ebf5 !important;
	}
}

#example-posts-blog .swiper-button-prev::after {
	color: #0052a3 !important;
	text-align: center !important;
	font-size: 28px !important;
	margin-right: 4px !important;
}

.swiper-posts-blog .swiper-pagination-bullet-active {
	background-color: #0052a3;
	transform: scale(1.5);
	transition: 0.3s;
}

.download-file {
	margin-top: 50px;
	line-height: 32px;
}

.download-file ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

.download-file a:hover {
	text-decoration: underline;
}

.download-file a::before {
	content: "💾";
	position: relative;
	margin-right: 7px;
	color: rgb(68, 68, 68);
	display: inline-block;
}

@media (max-width: 767px) {
	.download-file h2 {
		font-size: 20px;
		line-height: 1.5;
	}
}

#certificate .swiper-slide {
	box-shadow: 0 6px 16px #ced1dacc;
}

/* Delivery */

.delivery {}

.delivery__item {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.delivery__header {
	display: flex;
	align-items: center;
}

.delivery__number {
	font-size: 72px;
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 5px solid #1459a7;
	margin-right: 24px;
}

.delivery__title {
	font-size: 64px;
}

.delivery__content {
	padding: 24px 0;
}

/* Header city */

.header__city {
	display: inline-flex;
	position: relative;
	flex-shrink: 0;
	margin: 0 4px;
	align-items: center;
	color: #262626;
	cursor: pointer;
}

.header__city span {
	position: relative;

	flex-shrink: 0;
}

@media (max-width: 991px) {
	.header__city span {
		display: none;
	}
}

@media (max-width: 991px) {
	.header__city span {
		font-style: normal;
		font-weight: normal;
		font-size: 12px;
		line-height: 15px;
		color: #a8a8a8;
		margin-left: 6px;
		display: block;
	}
}

@media (max-width: 575px) {
	.header__city span {
		display: none;
	}
}

.header__city span::after {
	display: none;
}

@media (max-width: 991px) {
	.header__city span::after {
		display: block;
		/* content: url("../img/arrow-city-mob.svg"); */
		position: absolute;
		right: -12px;
		top: -2px;
	}
}

@media (max-width: 991px) {
	.header__city {
		padding: 0;
		margin: 0;
	}
}

.header__city-icon {
	width: 22px;
	height: 16px;
	margin-right: 6px;
	background: url(../img/city.svg) center no-repeat;
	background-size: contain;
}

@media (max-width: 991px) {
	.header__city-icon {
		width: 28px;
		height: 28px;
		padding: 0;
		margin: 0;
		color: #1459a7;
		background: transparent;
		/* background: url("../img/city-mob.svg") center no-repeat; */
		/* background-size: contain; */
	}
}

.change-city__list {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 20px;
}

.change-city__wrapper {
	width: 33.333333%
}

.change-city__list li {
	display: block;
}

@media screen and (max-width: 670px) {
	.change-city__list li {
		width: 100%;
	}

	.change-city__wrapper {
		width: 29%;
	}
}

@media screen and (max-width: 497px) {
	.change-city__list {
		display: block;
	}
}

.change-city__input {
	background-image: url(../img/search-icon.svg);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 30px 30px;
	width: 100%;
	border: none;
	background-color: #f5f5f5;
	padding: 10px;
}


.change-city.show .change-city__content {
	overflow: auto;
	position: relative;
	width: 600px;
	background-color: #fff;
	padding: 25px;
	border-radius: 4px;
	overflow: auto;
	height: 684px;
}

@media screen and (max-height: 834px) {
	.change-city.show .change-city__content {
		height: 500px;
	}
}

@media screen and (max-height: 620px) {
	.change-city.show .change-city__content {
		height: 400px;
	}
}

@media screen and (max-height: 520px) {
	.change-city.show .change-city__content {
		height: 300px;
	}
}

.change-city.show .change-city__content span {
	float: initial !important;
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 17px;
	line-height: 28px;
}

@media (max-width: 991px) {
	.change-city.show .change-city__content span {
		font-family: Roboto;
		font-style: normal;
		font-weight: bold;
		font-size: 14px;
		line-height: 16px;
	}
}

.change-city.show .change-city__content ul {
	list-style: none;
	margin-top: 20px;
	margin-bottom: 0;
	padding: 0;
}

.change-city.show .change-city__content li {
	margin-bottom: 15px;
}

.change-city.show .change-city__content li a {
	color: #262626;
	transition: 0.3s;
}

.change-city.show .change-city__content li a:hover {
	color: #1459a7;
}

@media (max-width: 767px) {
	.change-city.show .change-city__content {
		width: 100%;
		height: 100%;
		padding: 25px;
		border-radius: 0px;
	}
}

.change-city__topbar {
	justify-content: space-between;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.change-city__topbar span {
	font-size: 18px !important;
}

.change-city__close {
	margin-left: auto;
	cursor: pointer;
	font-size: 36px;
	margin-top: -11px;
}

.overlay {
	opacity: 0;
	visibility: hidden;
	display: none;
}

.overlay.show {
	opacity: 1;
	visibility: visible;
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1001;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.7);
}

/* New header */

.header-topbar {
	background-color: white;
	border-bottom: 1px solid #f5f5f5;
	padding: 20px 0;
}

@media (max-width: 991px) {
	.header-topbar {
		display: none;
	}
}

.header-topbar__content {
	display: flex;
	align-self: center;
	justify-content: space-between;
}

.header-topbar__logo img {
	max-height: 35px;
}

.header-topbar__info {
	display: flex;
	align-items: center;
	font-size: 14px;
}

.header-topbar__info i {
	color: #1459a7;
	margin: 0 8px 0 16px;
}

.header-topbar__info a {
	color: #000;
}

.header-topbar__info a:hover {
	text-decoration: none;
}

/* Header */

.header {
	padding: 24px 0;
}

.header__top {
	display: none;
}

@media (max-width: 991px) {
	.header__top {
		width: 100%;
		align-items: center;
		justify-content: space-between;
		display: flex;
		border-bottom: none;
		padding-bottom: 0;
		order: 1;
	}
}

.header__content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.header__content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.header__logo {
	display: none;
}

.header__nav-bottom {
	display: none;
}

.header__logo img {
	max-height: 35px;
}

.header__break {
	display: none;
}

@media (max-width: 991px) {
	.header__break {
		display: block;
		flex-basis: 100%;
		height: 0;
		order: 2;
	}
}

.header__mail,
.header__phone {
	display: none;
}

@media (max-width: 991px) {

	.header__phone,
	.header__logo,
	.header__nav-bottom {
		display: block;
	}

	.header__mail {
		display: none;
	}

	.header__phone {
		width: 28px;
		font-size: 28px;
		order: 3;
	}

	.header__logo {
		order: 1;
	}

	.header__fast-order {
		order: 2;
	}

	.header__btn-nav {
		order: 4;
	}

	.header__nav-bottom {
		margin-top: 24px;
	}
}

.header__mail i,
.header__phone i {
	color: #1459a7;
}

/* Nav */

.header__nav {
	display: flex;
	justify-content: center;
	transition: 0.3s ease-in;
	z-index: 98;
}

@media (max-width: 991px) {
	.header__nav {
		position: fixed;
		margin-top: 0;
		padding: 25px;
		justify-content: start;
		flex-direction: column;
		width: 100vw;
		height: 100vh;
		top: 0;
		left: -100%;
		background-color: white;
	}
}

.header__nav-top {
	display: none;
}

@media (max-width: 991px) {
	.header__nav-top {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 24px;
	}

	.header__nav-close {
		font-size: 36px;
		margin-top: -11px;
	}
}

.header__nav img {
	max-height: 35px;
}

.header__nav-list {
	display: flex;
}

@media (max-width: 991px) {
	.header__nav-list {
		flex-direction: column;
		font-family: Roboto;
		font-style: normal;
		font-weight: bold;
		font-size: 14px;
		line-height: 16px;
	}
}

.header__nav-item {
	padding: 12px 16px;
}

.header__nav-item:first-child {
	padding-left: 0;
}

@media (max-width: 991px) {
	.header__nav.show {
		left: 0;
		overflow: scroll;
	}

	.header__nav-item {
		padding: 6px 0px;
	}
}

.header__nav-link {
	font-weight: bold;
	font-family: Roboto;
	font-size: 14px;
	background-color: transparent;
	border: none;
	outline: none;
	padding: 0;
	color: #1459a7;
	transition: 0.3s;
}

@media (max-width: 991px) {
	.header__nav-link {
		font-family: Roboto;
		font-style: normal;
		font-weight: bold;
		font-size: 16px;
		line-height: 22px;
	}
}

.header__nav-link:hover {
	text-decoration: none;
	color: #bc9373;
	transition: 0.2s;
}

.header__nav-link.active {
	color: #bc9373;
}

/* Active section highlighting */
.header__nav-link.current-section {
	color: #bc9373;
}

/* Visual distinction for main menu items (3D услуги and Электроника) */
.header__nav-link.section-main {
	background-color: #f0f6fb;
	border: 1px solid #d0e3f5;
	border-radius: 4px;
	padding: 10px 18px;
	margin: 0 4px;
	transition: all 0.3s ease;
}

.header__nav-link.section-main:hover {
	background-color: #e6f2ff;
	border-color: #b8d4ed;
}

.header__nav-link.section-main.current-section {
	background-color: #faf8f5;
	border-color: #e8dcc8;
}

@media (max-width: 991px) {
	.header__nav-link.section-main {
		padding: 8px 16px;
		margin: 4px 0;
	}

	/* Increase padding for items with arrows to prevent overlap */
	.header__nav-link.section-main.sf-with-ul {
		padding-right: 36px;
	}
}

/* Ensure submenu items do not inherit section-main styles */
.nav-menu ul .header__nav-link.section-main {
	background-color: transparent !important;
	border: none !important;
	border-radius: 0;
	margin: 0;
	padding: 10px 7px;
	/* Reset to match .nav-menu a */
}

@media (max-width: 991px) {
	.nav-menu ul .header__nav-link.section-main {
		padding: 3px 0;
		/* Reset to match mobile .nav-menu a */
	}
}

.nav-menu ul .header__nav-link.section-main:hover {
	background-color: transparent !important;
	border-color: transparent !important;
}

.header__btn-nav {
	display: none;
}

@media (max-width: 991px) {
	.header__btn-nav {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 40px;
		padding: 14px 0 14px 12px;
		border-radius: 4px;
		order: 4;
	}
}

.header__btn-nav-icon {
	display: none;
}

@media (max-width: 991px) {
	.header__btn-nav-icon {
		display: block;
		background: url("../img/catalog_icon.svg") center no-repeat;
		background-size: cover;
		width: 20px;
		height: 20px;
	}
}

.header__nav-city {
	display: inline-flex;
	align-items: center;
	color: #262626;
	cursor: pointer;
}

.header__nav-city span {
	font-size: 16px;
	line-height: 22px;
	color: black;
}

.header__nav-city span::after {
	display: none;
}

.header__nav-city-icon {
	width: 16px;
	height: 16px;
	padding: 0;
	margin-right: 8px;
	color: #1459a7;
	background: transparent;
	background: url("../img/city.svg") center no-repeat;
	background-size: contain;
}

.header__nav-contacts {
	display: none;
}

@media (max-width: 991px) {
	.header__nav-contacts {
		display: flex;
		flex-direction: column;
		margin-top: 20px;
		margin-bottom: 20px;
		font-family: Roboto;
		font-style: normal;
		font-weight: bold;
		font-size: 16px;
	}

	.header__nav-contact-item {
		margin-bottom: 12px;
		display: flex;
		align-items: center;
	}

	.header__nav-contact-item i {
		color: #1459a7;
		margin-right: 10px;
		width: 20px;
		text-align: center;
	}

	.header__nav-contact-item a {
		color: #262626;
		text-decoration: none;
	}
}

/* Dropdown Nav */
.dropdown {
	margin-right: 8px;
	display: inline-flex;
}

button.header__nav-link {
	position: relative;
}

button.header__nav-link::after {
	content: "\f107";
	position: absolute;
	right: -16px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	transition: 0.3s;
	color: #1459a7;
}

button.header__nav-link:hover::after {
	content: "\f107";
	transition: 0.2s;
	color: #bc9373;
}

.dropdown-content {
	display: none;
	position: absolute;
	top: 47px;
	background-color: #fff;
	box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 20%);
	z-index: 98;
}

@media (max-width: 991px) {
	.dropdown-content {
		width: 100%;
		top: 30px;
	}
}

.dropdown-content ul {
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
	padding: 12px 0;
}

.dropdown-content li {
	white-space: nowrap;
}

.dropdown-content a {
	color: black;
	padding: 12px 24px;
	font-weight: bold;
	font-family: Roboto;
	font-size: 14px;
	text-decoration: none;
	display: block;
	transition: all 0.3s ease-in;
}

.dropdown-content a:hover {
	color: #1459a7;
	text-decoration: none;
}

.dropdown:hover .dropdown-content {
	display: block;
}

/* BTN fast-order */
.header__fast-order {
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	outline: none;
	border-radius: 5px;
	border: 2px #1559a7 solid;
	transition: 0.3s;
}

.header__fast-order a {
	display: block;
	color: #1459a7;
	padding: 8px 16px;
}

.header__fast-order a:hover {
	background-color: #1459a7;
	color: white;
	text-decoration: none;
}

@media (max-width: 991px) {
	.header__fast-order {
		margin: 0;
		order: 2;
	}

	.header__fast-order-desktop {
		display: none;
	}
}

.sf-with-ul {
	position: relative;
}

.item-post img {
	height: 268px;
}

.other-city .section-header-v2 p {
	margin-top: 36px;
}

.other-city__content {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.other-city__item {
	overflow: hidden;
	display: block;
	padding: 8px 22px;
	border: 1px solid #1459a7;
	margin-left: 11px;
	margin-right: 11px;
	margin-bottom: 18px;
	border-radius: 4px;
	position: relative;
	color: #1459a7;
	transition: 0.3s ease-in-out;
}

.other-city__item:hover {
	box-shadow: 2px 2px 8px #1459a763;
}

.other-city__item:hover .other-city__item-title {
	color: #fff !important;
}

.other-city__item:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 0;
	width: 101%;
	background-color: #1459a7;
	z-index: -1;
	transition: 0.3s ease-in-out;
	border-radius: 4px;
}

.other-city__item:hover:before {
	height: 100%;
	border-radius: 0;
}

.back-img {
	width: 300px;
	height: 300px;
}

.entry-content h2 {
	color: #0c2e8a;
}

.table-color th {
	background-color: #0c2e8a;
	color: white;
}

/* ---------------------- SERVICES ------------------------------- */
.import-substitution {
	padding-top: 10px;
}

.import-substitution h1 {
	font-weight: 600;
	font-size: 40px;
}

@media screen and (max-width: 600px) {
	.section-header__title {
		font-size: 30px;
	}
}

@media screen and (max-width: 400px) {
	.section-header__title {
		font-size: 25px;
	}
}

.import-substitution p {
	font-size: 20px;
	font-family: 'Roboto-Medium';
}

.import__cards {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 50px;
}

.import__card {
	display: flex;
	flex-direction: column;
	border-bottom: 14px solid #0c2e8a;
	padding: 39px 30px 29px 30px;
	width: 30%;
	box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.15);
}

.import__cards p {
	color: #848484;
	margin: 0;
}

.import__cards h4,
h2 {
	margin: 0;
	margin-bottom: 20px;
	font-size: 24px;
	color: #0c2e8a;
}

.import-substitution .icon-boxes .icon-box {
	text-align: center;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	padding: 20px 10px;
	width: 100%;
	transition: 0.3s;
}

.import-substitution .icon-boxes .icon-box i {
	font-size: 40px;
	color: #1459a7;
	margin-right: 15px;
	float: left;
}

.import-substitution .icon-boxes .icon-box h4 {
	float: left;
	font-size: 18px;
	font-weight: 700;
	padding-top: 9px;
	margin-bottom: 12px;
	color: #0c2e8a;
}

.import-substitution .icon-boxes .icon-box p {
	width: 100%;
	float: left;
	font-size: 15px;
	color: #848484;
}

.import-substitution .icon-boxes .icon-box:hover {
	box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.15);
}

.import-substitution .icon-boxes .icon-box h2 {
	float: left;
	font-size: 18px;
	font-weight: 700;
	padding-top: 9px;
	margin-bottom: 12px;
	max-width: 200px;
	color: #0c2e8a;
}

.cases__info {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 75px;
}

.cases__info p {
	color: #848484;
}

.cases__info:not(:last-child) {
	margin-bottom: 90px;
}

.cases h2 {
	margin-bottom: 60px;
}

.cases h3 {
	font-weight: 600;
	margin-bottom: 20px;
}

.cases p {
	font-family: 'Roboto-Medium';
	font-size: 20px;
}

.cases__gallery {
	max-width: 50%;
	position: relative;
}

.cases__gallery .swiper-android .swiper-slide {
	transform: scale(.4);
}

.cases__gallery .swiper-android .swiper-slide-active {
	transform: scale(1);
}

.swiper-cases {
	text-align: center;
	height: 390px;
	padding-bottom: 30px !important;
}

.swiper-cases .swiper-pagination-bullets {
	width: 100% !important;
	bottom: -4px !important;
}

.cases__gallery .swiper-button-next {
	right: -40px !important;
}

.cases__gallery .swiper-button-next::after {
	font-size: 33px !important;
}

.cases__gallery .swiper-button-prev {
	left: -40px !important;
}

.cases__gallery .swiper-button-prev::after {
	font-size: 33px !important;
}


@media screen and (max-width: 1199px) {
	.swiper-cases {
		height: 340px;
	}

	.import__card {
		width: 47%;
	}
}

@media screen and (min-width: 992px) and (max-width: 995px) {
	.swiper-cases {
		height: 495px;
	}
}

@media screen and (max-width: 991.98px) {
	.swiper-cases {
		height: 380px;
	}

	.cases__info {
		gap: 37px;
	}

	.import__card {
		width: 100%;
	}
}

@media screen and (max-width: 767.98px) {
	.swiper-cases {
		height: 290px;
	}
}

@media screen and (max-width: 575px) {
	.swiper-cases {
		height: 285px;
	}

	.import__card {
		width: 90%;
	}
}

@media screen and (max-width: 529.98px) {
	.swiper-cases {
		height: 300px;
	}
}

@media screen and (max-width: 472px) {
	.swiper-cases {
		height: 272px;
	}
}

@media screen and (max-width: 440px) {
	.swiper-cases {
		height: 250px;
	}
}

@media screen and (max-width: 400px) {
	.swiper-cases {
		height: 230px;
	}
}

.servicesPage__service .entry {
	box-shadow: none !important;
	padding: 0;
}

@media screen and (max-width: 767.98px) {
	.servicesPage__service .entry {
		margin-bottom: 10px;
	}
}

.swiper-cases .swiper-pagination-bullet {
	height: 12px;
	width: 12px;
}

.swiper-cases img {
	border-radius: 20px;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	object-position: center center;
}

.swiper-cases img:hover {
	cursor: pointer;
}

.swiper-cases .swiper-slide {
	transition: transform 200ms linear;
	transform: scale(.4);
}

.swiper-cases .swiper-slide-active {
	transform: scale(1);
	transition: transform 200ms linear;
}

@media screen and (min-width: 996px) {
	.cases__info:nth-of-type(2n+1) .cases__gallery {
		order: -1;
	}
}

@media screen and (max-width: 1040px) and (min-width: 995.1px) {
	.cases__gallery {
		margin-right: 20px;
		margin-left: 20px;
	}
}


@media screen and (max-width: 995px) {
	.cases__info {
		flex-direction: column;
		align-items: center;
	}

	.cases__info:not(:last-child) {
		margin-bottom: 60px;
	}

	.cases__gallery {
		max-width: 90%;
	}
}

@media screen and (max-width: 578px) {
	.cases__gallery {
		max-width: 85%;
	}
}

@media screen and (max-width: 575px) {
	/* .swiper-cases picture {
		width: 60%;
	} */
}

@media screen and (max-width: 530px) {
	.cases__gallery .swiper-button-prev {
		display: none !important;
	}

	.cases__gallery .swiper-button-next {
		display: none !important;
	}

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


/* общие параметры для всей таблицы */
table.ceny {
	border: 1px solid #ECEDEE;
	/* общая рамка вокруг таблицы */
	margin: 10px 0;
	/* отступ сверху и снизу от таблицы 10px, слева и справа 0 */
	width: 100%;
	/* ширина таблицы */
	font-family: 'Roboto';
}

/* параметры для ячейек заголовков */
table.ceny th {
	background: #0c2e8a;
	/* цвет ячейки заголовка */
	border-right: 1px solid #ECEDEE;
	/* рамка справа от ячейки заголовка */
	color: #FFFFFF;
	/* цвет шрифта заголовка */
	font-size: 18px;
	/* размер шрифта заголовка */


	padding: 12px;
	/* внутренний отступ в заголовке */
	text-align: left;
	/* расположение текста по центру ячейки заголовка (центрирование) */
}

/* параметры для нечетных строк таблицы 1,3,5,7 и т.д. */
table.ceny tr:nth-child(odd) {
	background: #F2F7FD;
	/* цвет фона строки */
}

/* параметры только для первой ячейки в каждой из строк */
table.ceny td:nth-child(1) {
	text-align: left;
}

/* параметры для всех ячеек таблицы */
table.ceny td {
	font-family: 'Roboto-Medium';
	border-bottom: 1px solid #ECEDEE;
	/* рамка снизу ячейки */
	border-right: 1px solid #ECEDEE;
	/* рамка справа ячейки */
	font-size: 16px;
	/* размер шрифта */
	padding: 12px;
	/* внутренний отступ в ячейки от края */
	vertical-align: middle;
	/* горизонтальное выравнивание */
	text-align: left;
	/* текст по центру */
}

.service-text p {
	font-family: 'Roboto-Medium';
}

.contact p {
	font-family: 'Roboto-Medium';
}

.text_hide_wrap {
	max-width: 700px;
}

.item_text {
	width: 100%;
}

.io_item {
	width: 100%;
	padding-bottom: 20px;
}

.io_button_wrap {
	text-align: center;
	margin-top: 10px;
}

.io_button {
	display: inline-block;
	border: 1px solid #165aa8;
	width: auto;
	padding: 0 20px;
	line-height: 32px;
	vertical-align: top;
	text-transform: uppercase;
	color: #165aa8 !important;
	font-size: 10pt;
	border-radius: 22px;
	cursor: pointer;
}

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

.io_item .btn_close {
	display: none;
}

.io_item .btn_open {
	display: inline-block;
}

.io_item.open .btn_close {
	display: inline-block;
}

.io_item.open .btn_open {
	display: none;
}

.io_trans {
	width: inherit;
	position: absolute;
	height: 80px;
	bottom: 0;
	pointer-events: none;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	transition: 1s;
}

.io_item.open .io_trans {
	height: 0;
	transition: 1s;
}

.io_item_wrap {
	position: relative;
	overflow: hidden;
	max-height: 100px;
	width: inherit;
	transition: max-height 0.5;
}

.io_item.open .io_item_wrap {
	max-height: 999px !important;
	transition: max-height 1s;
}

.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
	text-align: left;
}

.change-city__input {
	width: 100%;
}

.change-city__links {
	display: none;
	flex-direction: column;
	position: absolute;
	background-color: white;
	left: 0;
	right: 0;
	border-left: 1px solid rgba(0, 0, 0, 0.3);
	border-right: 1px solid rgba(0, 0, 0, 0.3);
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	overflow: hidden;
}

.change-city__links a {
	color: inherit;
	text-decoration: none;
	padding: 6px;
	transition: none;
}

.change-city__links a:hover {
	background-color: #5897fb;
	text-decoration: none;
	color: white;
}

.change-city__results {
	position: relative;
}

/* Основные стили сайта */
:root {
	--primary-color: #1459a7;
	/* Основной синий цвет с сайта */
	--secondary-color: #e6a23c;
	/* Акцентный желтый */
	--text-color: #333;
	--bg-color: #fff;
	--border-radius: 4px;
}

/* Стили баннера */
#cookie-banner {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: var(--bg-color);
	color: var(--text-color);
	padding: 15px 20px;
	box-shadow: 0 -2px 15px rgba(0, 0, 0, 0.1);
	z-index: 1000;
	display: none;
	border-top: 1px solid #e0e0e0;
}

.cookie-container {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: 15px;
}

.cookie-icon {
	flex-shrink: 0;
	width: 36px;
	height: 36px;
	background: #f5f8fc;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #e0e0e0;
}

.cookie-icon svg {
	width: 24px;
	height: 24px;
	fill: var(--primary-color);
}

.cookie-text {
	flex: 1;
	font-size: 14px;
	line-height: 1.5;
}

.cookie-text a {
	color: var(--primary-color);
	text-decoration: underline;
	white-space: nowrap;
}

.cookie-buttons {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.cookie-btn {
	padding: 10px 20px;
	border: none;
	border-radius: var(--border-radius);
	cursor: pointer;
	font-size: 14px;
	font-weight: 500;
	transition: all 0.3s ease;
}

.accept-btn {
	background: var(--primary-color);
	color: white;
}

.accept-btn:hover {
	opacity: 0.7;
}

/* Адаптивность */
@media (max-width: 768px) {
	.cookie-container {
		flex-wrap: wrap;
	}

	.cookie-icon {
		margin-right: 10px;
	}

	.cookie-text {
		min-width: 100%;
		order: 2;
		margin-top: 10px;
	}

	.cookie-buttons {
		margin-left: auto;
	}
}

@media (max-width: 480px) {
	.cookie-buttons {
		width: 100%;
		justify-content: flex-end;
	}

	.accept-btn {
		width: 100%;
	}
}

/* Footer Redesign */
.footer-separator {
	border-top: 1px solid #e1e1e1;
	margin: 30px 0;
	width: 100%;
}

.footer-disclaimer {
	font-size: 13px;
	color: #777;
	line-height: 1.5;
}

.footer-bottom-links {
	text-align: right;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.footer-bottom-links a {
	color: #777;
	font-size: 13px;
	margin-bottom: 5px;
	text-decoration: none;
	transition: 0.3s;
}

.footer-bottom-links a:hover {
	color: #bc9373;
}

@media (max-width: 768px) {
	.footer-bottom-links {
		text-align: left;
		margin-top: 20px;
		align-items: flex-start;
	}

	.footer-disclaimer {
		margin-bottom: 10px;
	}
}