/*!
Theme Name: Rentier
Theme URI: http://underscores.me/
Author: WEBTOP
Author URI: http://web24.pro/
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: rentier
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.

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

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

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

:root {
	--main-color: #001D32;
	--second-color: #315AAC;
	--third-color: #D51317;
	--text-color: #ffffff;
}

body {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Inter', sans-serif;
	color: var(--text-color);
	background: var(--main-color);
}
img {
	width: auto;
	height: inherit;
	max-width: 100%;
	max-height: 100%;
	transition: .25s;
}
a, a:hover {
	color: var(--text-color);
	text-decoration: none;
	transition: .25s;
}
h1, h2, h3, h4, h5, h6 {
	position: relative;
	font-weight: bold;
	margin-bottom: 20px;
}
h1 {
	font-size: 42px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 32px;
}
h4 {
	font-size: 28px;
}
h5 {
	font-size: 24px;
}
h6 {
	font-size: 21px;
}
p, ol, ul, .wp-caption, .gallery {
	margin-bottom: 20px;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child, ol:last-child, ul:last-child, .wp-caption:last-child, .gallery:last-child {
	margin-bottom: 0;
}



.btn {
  font-weight: bold;
  border: none;
  padding: 24px 50px;
  font-size: 18px;
  border-radius: 50px;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
}
.btn-check:focus + .btn, .btn:focus {
  box-shadow: none;
}
.btn-primary,
.btn-check:focus + .btn-primary, .btn-primary:focus,
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle,
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus,
.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: var(--second-color);
  border-color: var(--second-color);
  box-shadow: none;
}
.btn-primary:hover {
  color: #fff;
  background-color: var(--third-color);
  border-color: var(--third-color);
}





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




.soc-links {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}
.soc-links li {
	margin-right: 15px;
}
.soc-links li:last-child {
	margin-right: 0;
}
.soc-links li a {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
}
.soc-links li a:before {
	content: '';
	flex: 0 0 20px;
	max-width: 20px;
	height: 20px;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    transition: .25s;
}
.soc-links li.facebook a:before {
	-webkit-mask-image: url(images/facebook.svg);
    mask-image: url(images/facebook.svg);
	background-color: #315AAC;
}
.soc-links li a:hover:before {
	background-color: var(--third-color);
}




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

.heading {
	position: relative;
	margin-bottom: 40px;
}
.heading h2 {
	font-size: 32px;
}




.owl-dots {
	display: flex;
	align-items: center;
	justify-content: center;
}
.owl-dots button {
	position: relative;
	margin-right: 15px;
	flex: 0 0 10px;
	max-width: 10px;
	height: 10px;
	background-color: #fff !important;
	border-radius: 50%;
	transition: .25s;
}
.owl-dots button:last-child {
	margin-right: 0;
}
.owl-dots button.active {
	flex: 0 0 15px;
	max-width: 15px;
	height: 15px;
	background-color: var(--third-color) !important;
}
.owl-dots button:hover {
	background-color: var(--third-color) !important;
}

.owl-nav {
	position: absolute;
	top: calc(50% - 18px);
	width: 100%;
	z-index: 99;
}
.owl-nav button {
	content: '';
	-webkit-mask-image: url(images/chevron.svg);
  mask-image: url(images/chevron.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: #fff !important;
  width: 30px;
  height: 36px;
  position: absolute;
  transition: .25s;
}
.owl-nav button.owl-prev {
	left: 30px;
	transform: rotate(180deg);
}
.owl-nav button.owl-next {
	right: 30px;
}
.owl-nav button:hover {
	background-color: var(--third-color) !important;
}






.wrapper {
	position: relative;
	top: 0;
	z-index: 1;
}


.header {
	position: relative;
	width: 100%;
	top: 0;
	margin-bottom: 85px;
	z-index: 99;
}
.home .header {
	position: absolute;
	margin-bottom: 0;
}
.top-bar {
	position: relative;
	padding: 12px 0;
	z-index: 1;
}
.top-bar-inner {
	display: flex;
	align-items: center;
}
.top-bar-inner p {
	position: relative;
	font-size: 16px;
	margin-bottom: 0;
}
.top-bar-inner p a:hover {
	color: var(--third-color);
}
.top-bar-address,
.top-bar-email {
	padding-left: 30px;
	margin-right: 40px;
}
.top-bar-address:before,
.top-bar-email:before {
	content: '';
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	position: absolute;
	top: cacl(50% - 10px);
	left: 0;
	z-index: 1;
}
.top-bar-address:before {
	background-image: url(images/marker.svg);
}
.top-bar-email:before {
	background-image: url(images/envelope.svg);
}
.top-bar-phone {
	flex: auto;
	max-width: 100%;
	margin-right: 24px;
	text-align: right;
	font-size: 18px;
}
.top-bar-phone a {
	position: relative;
	display: inline-block;
	background: #fff;
	color: #565657;
	padding: 13px 15px 13px 40px;
}
.top-bar-phone a:before {
	content: '';
	-webkit-mask-image: url(images/phone-call.svg);
    mask-image: url(images/phone-call.svg);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: #565657;
    width: 20px;
    height: 20px;
    position: absolute;
    top: calc(50% - 10px);
    left: 15px;
    transition: .25s;
    z-index: 1;
}
.top-bar-phone a:hover:before {
	background-color: var(--third-color);
}



.main-header {
	position: relative;
}
.header-inner {
	position: relative;
	background-color: var(--second-color);
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.header-logo {
	position: relative;
	flex: 0 0 168px;
	max-width: 168px;
}
.header-logo a {
	display: block;
	position: absolute;
	width: 100%;
	height: 168px;
	top: 0;
	left: 0;
	z-index: 2;
}
.main-menu {
	flex: auto;
	max-width: 100%;
	position: relative;
	margin: 0;
	padding: 0 50px 0 30px;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 85px;
}
.main-menu li {
	position: relative;
	margin-right: 50px;
}
.main-menu li:last-child {
	margin-right: 0;
}
.main-menu li:after {
	content: '/';
  font-weight: bold;
  position: absolute;
  top: 0;
  right: -30px;
  width: 10px;
  text-align: center;
}
.main-menu li:last-child:after {
	display: none;
}
.main-menu li a {
	display: inline-block;
	padding: 3px 0;
	font-weight: bold;
}
.main-menu li a:hover {
	color: var(--third-color);
}




.main-block-section {
	position: relative;
	display: flex;
	align-items: center;
	padding: 260px 0 240px;
	z-index: 1;
}
.main-block-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.main-block-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.main-block-bg:after {
	content: '';
	background: linear-gradient(180deg, rgba(1, 21, 36, 0.79) 20.56%, rgba(1, 21, 36, 0.550966) 62.64%, rgba(1, 21, 36, 0.550966) 62.65%, rgba(1, 21, 36, 0) 82.18%);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}
.main-block-inner {
	position: relative;
	max-width: 1080px;
}
.main-block-title {
	font-size: 64px;
	line-height: 1.25;
	margin-bottom: 30px;
}
.main-block-content {
	font-size: 32px;
}
.main-block-content ul {
	padding-left: 0;
	list-style: none;
}
.main-block-content ul li {
	position: relative;
	padding-left: 40px;
}
.main-block-content ul li:before {
	content: '';
    background: url(images/check.svg) no-repeat center;
    background-size: contain;
    width: 26px;
    height: 26px;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 1;
}
.main-block-btn {
	position: relative;
	margin-top: 60px;
}





.offer-section {
	position: relative;
	background: linear-gradient(180deg, #263B1B 0%, rgba(1, 25, 42, 0.89) 13.14%, #001D32 78.53%);
}
.offer-items {
	position: relative;
	margin-bottom: -30px;
	display: flex;
	flex-wrap: wrap;
}
.offer-item {
	position: relative;
	margin-bottom: 30px;
	margin-top: -100px;
	flex: 0 0 calc((100% / 3) - (2 * 30px / 3));
	max-width: calc((100% / 3) - (2 * 30px / 3));
	margin-right: 30px;
}
.offer-item:last-child {
	margin-right: 0;
}
.offer-item__inner {
	position: relative;
	background: rgba(0, 29, 50, 0.85);
	display: flex;
	flex-direction: column;
	height: 100%;
}
.offer-item__title {
	font-size: 32px;
	margin: 25px 30px 20px;
	min-height: 40px;
}
.offer-item__content {
	margin: 0 30px 50px;
	flex: auto;
	max-height: 100%;
	font-size: 21px;
	font-weight: 500;
}
.offer-item__image {
	flex: 0 0 280px;
	max-height: 280px;
}
.offer-item__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.result-block {
	position: relative;
}
.result-items {
	position: relative;
	margin-top: -30px;
}
.result-item {
	position: relative;
	margin-bottom: 30px;
}
.result-item__inner {
	position: relative;
	padding-left: 105px;
}
.result-item__inner:before {
	content: '';
	width: 80px;
	height: 80px;
	-webkit-mask-image: url(images/shield.svg);
    mask-image: url(images/shield.svg);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: #1A75D0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.result-item__inner:hover:before {
	background-color: var(--third-color);
}
.result-item__title {
	font-weight: bold;
	margin-bottom: 12px;
}
.result-item__content {

}




.advantages-section {
	position: relative;
	display: flex;
	justify-content: space-between;
	background-color: #011421;
	z-index: 1;
}
.advantages-info {
  position: relative;
  flex: 0 0 67%;
  max-width: 67%;
  padding-left: calc((100% - 1296px) / 2);
  padding-right: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.advantages-content {
	max-width: 660px;
}
.advantages-content h2 {
	position: relative;
	font-size: 64px;
	margin-bottom: 50px;
	padding-bottom: 50px;
}
.advantages-content h2:after {
	content: '';
	width: 300px;
	height: 4px;
	background-color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.advantages-btn {
	position: relative;
	margin-top: 50px;
}
.advantages-btn a {
	color: #427CEE;
	font-weight: 500;
	display: inline-block;
	position: relative;
	padding-right: 30px;
}
.advantages-btn a:after {
	content: '';
	-webkit-mask-image: url(images/arrow.svg);
    mask-image: url(images/arrow.svg);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: #427CEE;
    position: absolute;
    right: 0;
    top: calc(50% - 3px);
    width: 21px;
    height: 8px;
    transition: .25s;
    z-index: 1;
}
.advantages-btn a:hover {
	color: var(--third-color);
}
.advantages-btn a:hover:after {
	background-color: var(--third-color);
}
.advantages-image {
	flex: 0 0 33%;
	max-width: 33%;
	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.advantages-image span {
	display: block;
	margin-left: 15%;
}





.info-items {
	position: relative;
}
.info-item {
	position: relative;
	margin-bottom: 100px;
}
.info-item:last-child {
	margin-bottom: 0;
}
.info-item:nth-child(2n) > .row {
	flex-direction: row-reverse;
}
.info-item:nth-child(2n) .info-item__image {
	text-align: right;
}




.gallery-section {
	position: relative;
}
.galleryBlock-item {
	position: relative;
}
.owl-gallery .owl-dots {
	position: absolute;
	width: 100%;
	bottom: 30px;
	left: 0;
	z-index: 9;
}



.reviews-item {
	position: relative;
}
.reviews-item__content {
	position: relative;
	margin-bottom: 50px;
}
.reviews-item__content:before {
	content: '“';
	font-size: 96px;
	font-weight: bold;
	text-align: center;
	display: block;
	color: var(--third-color);
	line-height: 82px;
	margin-bottom: -20px;
}
.reviews-item__inner {
	max-width: 320px;
	margin: auto;
	display: flex;
	align-items: center;
}
.reviews-item__image {
	flex: 0 0 110px;
	max-width: 110px;
	height: 110px;
	border-radius: 50%;
	overflow: hidden;
}
.reviews-item__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.reviews-item__info {
	flex: auto;
	max-width: 100%;
	margin-left: 40px;
}
.reviews-item__name {
	font-weight: bold;
	margin-bottom: 4px;
}
.owl-reviews .owl-dots {
	margin-top: 40px;
}






.contacts-section {
	background-color: #3059A9;
}
.contacts-section a:hover {
	color: var(--third-color);
}
.contacts-label-phone {
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 30px;
}
.contacts-phone {
	text-align: center;
	font-size: 64px;
	margin-bottom: 50px;
	line-height: 1;
}

.contacts-items {
	position: relative;
	margin-bottom: -30px;
}
.contacts-item {
	position: relative;
	margin-bottom: 30px;
}
.contacts-item__inner {
	position: relative;
	padding-left: 100px;
}
.contacts-item__inner:before {
	content: '';
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 80px;
	height: 80px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.contacts-item-worktime .contacts-item__inner:before {
	background-image: url(images/clock.svg);
}
.contacts-item-address .contacts-item__inner:before {
	background-image: url(images/location.svg);
}
.contacts-item-mail .contacts-item__inner:before {
	background-image: url(images/email.svg);
}
.contacts-item__label {
	position: relative;
	font-size: 28px;
	font-weight: bold;	
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.contacts-item__label:after {
	content: '';
	width: 120px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.contacts-item__content {
	position: relative;
}




.footer {
	position: relative;
	padding: 35px 0;
	z-index: 1;
}
.footer-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.footer-menu {
	flex: auto;
	max-width: 100%;
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
}
.footer-menu li {
	position: relative;
	margin-right: 50px;
}
.footer-menu li:last-child {
	margin-right: 0;
}
.footer-menu li:after {
	content: '/';
  font-weight: bold;
  position: absolute;
  top: 0;
  right: -30px;
  width: 10px;
  text-align: center;
}
.footer-menu li:last-child:after {
	display: none;
}
.footer-menu li a {
	display: inline-block;
	padding: 3px 0;
	font-weight: bold;
}
.footer-menu li a:hover {
	color: var(--third-color);
}
.footer-bottom {
	position: relative;
	border-top: 1px solid #D9D9D9;
	padding: 30px 0;
	font-size: 16px;
}
.footer-bottom a:hover {
	color: var(--third-color);
}




.page-header {
	position: relative;
	padding: 30px 0;
}
#breadcrumbs {
	font-size: 16px;
	margin-bottom: 10px;
}


.custom-content a {
	text-decoration:underline;
}
.custom-content a:hover {
	color: var(--third-color);
}



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


.iframe-map iframe {
	width: 100%;
	height: 480px;
}



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


.modal-mobile {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -9999;
	opacity: 0;
  transition: .25s;
}
.modal-mobile.show {
	z-index: 9999;
	opacity: 1;
}
.modal-mobile-bg {
	background: rgb(0 0 0 / 45%);
	position: absolute;
	opacity: 0;
	transition: .25s;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.modal-mobile.show .modal-mobile-bg {
	opacity: 1;
}
.modal-mobile-wrap {
  position: relative;
  background: var(--second-color);
  border-radius: 4px 0 0 4px;
  height: 100%;
  width: 100%;
  max-width: 360px;
  margin-left: auto;
  transform: translateX(100%);
  padding: 70px 20px 20px;
  transition: .25s;
  overflow: auto;
  z-index: 1;
}
.modal-mobile.show .modal-mobile-wrap {
	transform: translateX(0);
}
.modal-mobile-close {
  position: absolute;
  top: 20px;
  left: 20px;
  -webkit-mask-image: url(images/cancel.svg);
  mask-image: url(images/cancel.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: #fff;
  width: 24px;
  height: 24px;
  border: none;
  padding: 0;
  outline: none !important;
  transition: .25s;
}
.modal-mobile-close:hover {
	background-color: var(--third-color);
}





@media (max-width: 1399px) {
	.btn {
    padding: 16px 36px;
  }
	.main-menu li {
		margin-right: 40px;
	}
	.main-menu li:after {
		right: -25px;
	}
	.main-block-title,
	.advantages-content h2,
	.contacts-phone {
    font-size: 48px;
  }
  .main-block-content {
    font-size: 24px;
	}
	.main-block-content ul li {
		padding-left: 30px;
	}
	.main-block-content ul li:before {
		width: 20px;
		height: 20px;
		top: 7px;
	}
	.offer-item__content {
		font-size: 18px;
	}
	.offer-item__title {
    font-size: 24px;
    min-height: 30px;
	}
	.offer-item__image {
    flex: 0 0 220px;
    max-height: 220px;
	}
	.advantages-info {
    padding-left: calc((100% - 1116px) / 2);
  }
	.reviews-item__image {
    flex: 0 0 80px;
    max-width: 80px;
    height: 80px;
  }
  .contacts-item__inner {
  	padding-left: 68px;
  }
  .contacts-item__inner:before {
  	width: 48px;
  	height: 48px;
  }
  .contacts-item__label {
  	font-size: 21px;
  }
  .error-404-number {
  	font-size: 180px;
  }
}




@media (max-width: 1199px) {
	body,
	.offer-item__content {
		font-size: 16px;
	}
	h1 {
		font-size: 36px;
	}
	h2 {
		font-size: 32px;
	}
	h3,
	.heading h2,
	.contacts-label-phone {
		font-size: 28px;
	}
	h4 {
		font-size: 24px;
	}
	h5 {
		font-size: 21px;
	}
	h6 {
		font-size: 18px;
	}
	.btn {
    padding: 13px 30px;
    font-size: 16px;
	}
	.section {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.top-bar-inner p {
		font-size: 14px;
	}
	.main-menu {
		padding: 0 30px 0 20px;
	}
	.main-menu li {
    	margin-right: 26px;
	}
	.main-menu li:after {
		top: 3px;
		right: -17px;
	}
	.main-block-title, .advantages-content h2, .contacts-phone {
    font-size: 42px;
	}
	.main-block-content {
    font-size: 21px;
	}
	.main-block-content ul li:before {
		top: 5px;
	}
	.main-block-btn {
		margin-top: 40px;
	}
	.offer-item__content {
    margin: 0 20px 30px;
  }
  .offer-item__title {
    font-size: 21px;
    min-height: 26px;
    margin: 20px 20px 15px;
	}
	.offer-item__image {
    flex: 0 0 180px;
    max-height: 180px;
	}
	.result-item__inner {
		padding-left: 70px;
	}
	.result-item__inner:before {
    width: 56px;
    height: 56px;
  }
  .result-item__title {
  	margin-bottom: 6px;
  }
  .advantages-info {
    padding-left: calc((100% - 936px) / 2);
	}
	.advantages-content h2 {
		padding-bottom: 35px;
		margin-bottom: 35px;
	}
	.owl-nav {
		top: calc(50% - 12px);
	}
	.owl-nav button {
		width: 20px;
		height: 24px;
	}
	.contacts-label-phone {
		margin-bottom: 20px;
	}
	.contacts-item__label {
    font-size: 18px;
	}
	.contacts-item__inner {
    padding-left: 50px;
	}
	.contacts-item__inner:before {
    width: 36px;
    height: 36px;
	}
	.footer {
		padding: 20px 0;
	}
	.footer-bottom {
		padding: 15px 0;
		font-size: 14px;
	}
}







@media (max-width: 991px) {
	body,
	.offer-item__content {
		font-size: 15px;
	}
	h1 {
		font-size: 32px;
	}
	h2 {
		font-size: 28px;
	}
	h3,
	.heading h2,
	.contacts-label-phone {
		font-size: 24px;
	}
	h4 {
		font-size: 21px;
	}
	h5 {
		font-size: 18px;
	}
	h6 {
		font-size: 16px;
	}
	.header,
	.home .header {
		position: sticky;
		background-color: var(--second-color);
		border-bottom: 2px solid var(--third-color);
	}
	.header {
		margin-bottom: 0px;
	}
	.header-img img {
		max-height: 60px;
	}
	.main-header {
		overflow: hidden;
	}
	.header-logo {
    flex: 0 0 120px;
    max-width: 120px;
	}
	.header-logo a {
		height: 120px;
		top: calc(50% - 30px);
	}
	.main-menu {
		display: block;
		height: inherit;
		padding: 0;
	}
	.main-menu li {
		margin-right: 0;
	}
	.main-menu li:last-child {
		margin-bottom: 0;
	}
	.main-menu li:after {
		position: relative;
		top: 0;
		right: inherit;
		left: 0;
		display: block;
	}
	.main-menu li a {
		font-size: 18px;
	}

	.main-block-section {
		padding: 120px 0 160px;
	}
	.main-block-title, .advantages-content h2, .contacts-phone {
    font-size: 36px;
	}
	.main-block-content {
    font-size: 18px;
	}
	.main-block-content ul li:before {
    top: 5px;
    width: 16px;
    height: 16px;
	}
	.offer-items {
		margin-bottom: 0;
	}
	.offer-item {
    position: relative;
    margin-bottom: 30px;
    margin-top: 0px;
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
	}
	.offer-item:last-child {
		margin-bottom: -30px;
	}
	.offer-item:nth-child(1) {
		margin-top: -60px;
	}
	.offer-item__title {
		min-height: inherit;
	}
	.result-items {
		margin-top: 0;
		margin-bottom: -30px;
	}
	.advantages-info {
    padding-left: calc((100% - 696px) / 2);
	}
	.advantages-btn {
		margin-top: 30px;
	}
	.info-item:nth-child(2n) .info-item__image {
		text-align: left;
	}
	.info-item__image img {
		max-height: 480px;
	}
	.info-item {
		margin-bottom: 60px;
	}
	.footer-inner {
		justify-content: center;
	}
	.footer-soc {
		order: 1;
		margin-bottom: 30px !important;
		justify-content: center;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.footer-menu {
		order: 2;
		display: block;
		text-align: center;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.footer-menu li {
		margin-right: 0;
		margin-bottom: 15px;
	}
	.footer-menu li:after {
		display: none;
	}
	.footer-menu li a {
		font-size: 16px;
	}
	.footer-bottom p {
		text-align: center;
	}
	.iframe-map iframe {
		height: 360px;
	}
	.error-404-number {
    font-size: 150px;
	}
}



@media (max-width: 767px) {
	.main-block-title, .advantages-content h2, .contacts-phone {
    font-size: 32px;
	}
	.main-block-title {
		margin-bottom: 20px;
	}
	.offer-item__title {
    font-size: 18px;
  }
  .advantages-info {
    padding-left: calc((100% - 516px) / 2);
	}
	.reviews-item__content:before {
		font-size: 64px;
		line-height: 54px;
	}
	.reviews-item__content {
		margin-bottom: 30px;
	}
	.owl-reviews .owl-dots {
		margin-top: 20px;
	}
	.page-header {
		padding: 20px 0 25px;
	}
	#breadcrumbs {
		font-size: 14px;
		margin-bottom: 2px;
	}
	.error-404-number {
    font-size: 140px;
	}
}




@media (max-width: 575px) {
	.main-block-title, .advantages-content h2, .contacts-phone {
    font-size: 28px;
	}
	.main-block-content {
    font-size: 16px;
	}
	.advantages-section {
		flex-wrap: wrap;
	}
	.advantages-info {
    padding-left: 20px;
    padding-right: 20px;
    flex: 0 0 100%;
    max-width: 100%;
	}
	.advantages-image {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .advantages-image img {
  	max-height: 360px;
  }
}