/*!
Theme Name: Tecarglobus
Theme URI: http://underscores.me/
Author: WEBTOP
Author URI: https://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: tecarglobus
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.

Tecarglobus 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=Nunito+Sans:ital,opsz,wght@0,6..12,400;0,6..12,600;0,6..12,700;1,6..12,400;1,6..12,600;1,6..12,700&display=swap');


:root {
	--container: 1346px;
	--gap: 30px;

	--text-size: 20px;
	--text-size-sm: 16px;
	--text-size-md: 18px;
	--h1-size: 40px;
	--h2-size: 36px;
	--h3-size: 32px;
	--h4-size: 28px;
	--h5-size: 24px;
	--h6-size: 22px;

	--black: #000000;
	--blue: #029FE4;
	--white: #FFFFFF;
}
body {
	margin: 0;
	padding: 0;
	font-size: var(--text-size);
	font-weight: 400;
	font-family: 'Nunito Sans', sans-serif;
	color: var(--black);
	background: var(--white);
	line-height: 1.4;
}
img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.bg-cover img,
.bg-cover video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
a, a:hover {
	color: var(--black);
	text-decoration: none;
	transition: .25s;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	line-height: 1.35;
	margin-bottom: 20px;
}
h1 {
	font-size: var(--h1-size);
}
h2 {
	font-size: var(--h2-size);
}
h3 {
	font-size: var(--h3-size);
}
h4 {
	font-size: var(--h4-size);
}
h5 {
	font-size: var(--h5-size);
}
h6 {
	font-size: var(--h6-size);
}
p, ol, ul, blockquote {
	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, blockquote:last-child {
	margin-bottom: 0;
}
strong, bold {
	font-weight: 700;
}
.form-field {
	position: relative;
	margin-bottom: 10px;
}
input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
	position: relative;
	width: 100%;
	background: var(--white);
	border: none;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Nunito Sans', sans-serif;
	padding: 15px 20px;
	height: 54px;
	outline: none;
	transition: .25s;
}
textarea {
	height: 180px;
	margin-bottom: -6px;
}
.wpcf7-not-valid-tip {
	font-size: var(--text-size-sm);
}
.wpcf7 form .wpcf7-response-output {
	font-size: var(--text-size-md);
	margin: 20px 0 0;
}
.wpcf7-spinner {
	position: absolute;
	right: 0;
	top: 0;
}


.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl, .row {
	--bs-gutter-x: var(--gap);
}
@media (min-width: 1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: var(--container);
	}
}
.section {
	position: relative;
	padding-top: 70px;
	padding-bottom: 70px;
	z-index: 1;
}
.section-md {
	position: relative;
	padding-top: 56px;
	padding-bottom: 56px;
	z-index: 1;
}
.heading {
	position: relative;
	margin-bottom: var(--gap);
	font-size: var(--h5-size);
}
.heading h1,
.heading h2 {
	font-size: var(--h1-size);
	margin-bottom: 0px;
}
.heading h1:last-child,
.heading h2:last-child {
	margin-bottom: 0;
}
.heading p {
	max-width: 920px;
}
.heading p[style="text-align: center;"] {
	margin-left: auto;
	margin-right: auto;
}
.bg-light-grey {
	background: #F2F2F2;
}
.bg-blue {
	background: var(--blue);
}


.btn {
	--bs-btn-padding-x: 28px;
	--bs-btn-padding-y: 14px;
	--bs-btn-font-size: 16px;
	--bs-btn-font-weight: 700;
	--bs-btn-border-radius: 0;
	--bs-btn-box-shadow: none;
	--bs-btn-focus-box-shadow: none;
	text-transform: uppercase;
	min-width: 224px;
	transition: color .25s ease-in-out,background-color .25s ease-in-out,border-color .25s ease-in-out,box-shadow .25s ease-in-out;
}
.btn-primary {
	--bs-btn-color: var(--white);
	--bs-btn-bg: var(--blue);
	--bs-btn-border-color: var(--blue);
	--bs-btn-hover-color: var(--white);
	--bs-btn-hover-bg: var(--black);
	--bs-btn-hover-border-color: var(--black);
	--bs-btn-active-color: var(--white);
	--bs-btn-active-bg: var(--black);
	--bs-btn-active-border-color: var(--black);
	--bs-btn-active-shadow: none;
	--bs-btn-disabled-color: var(--white);
	--bs-btn-disabled-bg: var(--blue);
	--bs-btn-disabled-border-color: var(--blue);
}
.btn-secondary {
	--bs-btn-color: var(--black);
	--bs-btn-bg: var(--white);
	--bs-btn-border-color: var(--white);
	--bs-btn-hover-color: var(--white);
	--bs-btn-hover-bg: var(--black);
	--bs-btn-hover-border-color: var(--black);
	--bs-btn-active-color: var(--white);
	--bs-btn-active-bg: var(--black);
	--bs-btn-active-border-color: var(--black);
	--bs-btn-active-shadow: none;
	--bs-btn-disabled-color: var(--black);
	--bs-btn-disabled-bg: var(--white);
	--bs-btn-disabled-border-color: var(--white);
}



.soc-links {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
}
.soc-links li {
	position: relative;
	margin-right: 20px;
}
.soc-links li:last-child {
	margin-right: 0;
}
.soc-links li a {
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.soc-links.big li a {
	width: 32px;
	height: 32px;
}
.soc-links li a svg {
	flex: 0 0 100%;
	max-width: 100%;
	height: 100%;
}
.soc-links li a path {
	fill: var(--blue);
}
.soc-links li a:hover path {
	fill: var(--black);
}
.soc-links.white li a path {
	fill: var(--white);
}
.soc-links.white li a:hover path {
	fill: var(--white);
	opacity: .8;
}




.wrapper {
	position: relative;
	z-index: 1;
}
.topbar {
	position: relative;
	background: #222222;
	padding: 10px 0;
	z-index: 1;
}
.topbar-soc {
	justify-content: center;
}
.header {
	position: relative;
	top: 0;
	background: var(--white);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	padding: 10px 0;
	z-index: 99;
}
.header-wrap {
	display: flex;
	align-items: center;
}
.header-logo {
	margin-left: 50px;
}
.header-logo:first-child {
	margin-left: 0;
}
.header-logo img {
	max-height: 73px;
}
.header-phone {
	position: relative;
	margin-left: 75px;
	padding-left: 40px;
	z-index: 1;
}
.header-phone:before {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/phone.svg);
	mask-image: url(images/phone.svg);
	background-color: #000000;
	width: 25px;
	height: 25px;
	position: absolute;
	top: calc(50% - 7.5px);
	left: 0;
	z-index: 1;
}
.header-phone span {
	font-size: var(--text-size-sm);
	font-weight: 700;
	color: var(--blue);
	display: block;
	line-height: 1.2;
}
.header-phone p {
	margin-top: -2px;
}
.header-phone a:hover {
	color: var(--blue);
}
.main-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex: auto;
	max-width: 100%;
}
.main-menu > li {
	position: relative;
	margin-right: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.main-menu > li:last-child {
	margin-right: 0;
}
.main-menu > li > a {
	font-size: var(--text-size-md);
	font-weight: 600;
	text-transform: uppercase;
	padding: 6px 0;
}
.main-menu-chevrone {
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/arrow-down.svg);
	mask-image: url(images/arrow-down.svg);
	background-color: var(--black);
	flex: 0 0 20px;
	max-width: 20px;
	width: 20px;
	height: 20px;
	margin-left: 1px;
	transition: .25s;
	z-index: 1;
}
.main-menu li:hover > .main-menu-chevrone {
	transform: rotate(180deg);
}
.main-menu ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 160px;
	margin: 0;
	padding: 20px;
	background: var(--white);
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
	list-style: none;
	z-index: 99;
}
.main-menu li:hover > ul {
	display: block;
}
.main-menu ul li {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}
.main-menu ul li:last-child {
	margin-bottom: 0;
}
.main-menu ul li a {
	display: block;
	font-size: var(--text-size-md);
	font-weight: 600;
}
.main-menu ul li:hover > a {
	color: var(--blue);
}



.main-content {
	position: relative;
	overflow: hidden;
}


.hero-image {
	/*height: 640px;*/
}



.products-items {
	margin-bottom: calc(var(--gap) * -1);
}
.products-item {
	margin-bottom: var(--gap);
}
.products-item__wrap {
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.products-item__image {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	height: calc((var(--container) - 2 * var(--gap)) / 3);
	margin-bottom: 20px;
}
.products-item__image img {
	max-height: calc((var(--container) - 2 * var(--gap)) / 3);
}
.products-item__title {
	font-size: var(--h3-size);
	text-align: center;
	margin-bottom: 20px;
}
.products-item__description {
	position: relative;
	margin-bottom: 20px;
	flex: auto;
	font-size: var(--text-size-md);
	max-height: 100%;
}
.products-item__button {
	position: relative;
	text-align: center;
}
.products-item__button .btn {
	width: 100%;
	max-width: 307px;
}




.advantages-items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 -5px calc(var(--gap) * -1);
}
.advantages-item {
	flex: 0 0 calc(100% / 5);
	max-width: calc(100% / 5);
	margin: 0 0 var(--gap);
	padding: 0 5px;
}
.advantages-item__wrap {
	position: relative;
	text-align: center;
}
.advantages-item__image {
	margin-bottom: 20px;
}
.advantages-item__text {
	font-weight: 700;
	font-size: var(--text-size-md);
}



.numbers-bgimage {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.numbers-bgimage:after {
	content: '';
	background: var(--black);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: .75;
	z-index: 2;
}
.numbers-items {
	display: flex;
	justify-content: space-between;
	margin: 0 calc(var(--gap) / -2) calc(var(--gap) * -1);
}
.numbers-item {
	padding: 0 calc(var(--gap) / 2);
	margin-bottom: var(--gap);
	flex: auto;
	border-right: 1px solid var(--white);
}
.numbers-item:last-child {
	border-right: 0;
}
.numbers-item__wrap {
	position: relative;
	font-size: var(--h3-size);
	font-weight: 800;
	color: var(--white);
	text-transform: uppercase;
	text-align: center;
}
.numbers-item__wrap p {
	margin-bottom: 0;
}
.numbers-item__number {
	font-size: 3em;
	line-height: 1.2;
}




.blocks-items {
	position: relative;
}
.blocks-item {
	position: relative;
	margin-bottom: 56px;
}
.blocks-item:last-child {
	margin-bottom: 0;
}
.blocks-item:nth-child(2n) .row {
	flex-direction: row-reverse;
}
.blocks-item__title {
	font-size: var(--h1-size);
	margin-bottom: 36px;
	color: var(--blue);
}
.style-2 .blocks-item__title {
	font-size: var(--h3-size);
	color: var(--white);
	background: var(--blue);
	padding: 30px;
}
.blocks-item__content {
	font-size: var(--h6-size);
}
.style-2  .blocks-item__content {
	font-size: var(--h5-size);
}
.blocks-button {
	position: relative;
	margin-top: 36px;
	z-index: 2;
}


.titleBlock-text {
	font-size: calc(var(--h3-size) * 2);
	color: var(--white);
	text-align: center;
	text-transform: uppercase;
}



.academy-section {
	display: flex;
	padding-left: calc((100% - var(--container) + var(--gap)) / 2);
}
.academy-info {
	flex: 0 0 calc(var(--container) * .5);
	max-width: calc(var(--container) * .5);
	padding-right: calc(var(--gap) * 2);
}
.academy-content {
	position: relative;
	margin-bottom: 36px;
	font-size: var(--h5-size);
}
.academy-content h2 {
	font-size: var(--h1-size);
}
.academy-content:last-child {
	margin-bottom: 0;
}
.academy-image {
	position: relative;
	flex: auto;
	max-width: 100%;
	z-index: 1;
}
.academy-image span {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}



.questions-heading {
	color: var(--white);
}
.questions-button .btn {
	width: 100%;
	max-width: 306px;
}



.contacts-info {
	position: relative;
}
.contacts-info p {
	position: relative;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	font-size: var(--text-size-md);
}
.contacts-info.big p {
	font-size: var(--h5-size);
}
.contacts-info.blue p {
	color: var(--black);
}
.contacts-info p:last-child {
	margin-bottom: 0;
}
.contacts-info p:before {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: #ffffff;
	flex: 0 0 20px;
	max-width: 20px;
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
.contacts-info.big p:before {
	flex: 0 0 32px;
	max-width: 32px;
	width: 32px;
	height: 32px;
	margin-right: 30px;
}
.contacts-info.blue p:before {
	background-color: var(--blue);
}
.contacts-info p.phone:before {
	-webkit-mask-image: url(images/call.svg);
	mask-image: url(images/call.svg);
}
.contacts-info p.e-mail:before {
	-webkit-mask-image: url(images/mail.svg);
	mask-image: url(images/mail.svg);
}
.contacts-info p.address:before {
	-webkit-mask-image: url(images/map.svg);
	mask-image: url(images/map.svg);
}
.contacts-info p a {
	color: var(--white);
}
.contacts-info.blue p a {
	color: var(--black);
}
.contacts-info p a:hover {
	color: var(--blue);
}
.contacts-info.blue p a:hover {
	color: var(--blue);
}



.footer {
	position: relative;
	background: #222222;
	color: var(--white);
	padding: 56px 0;
	z-index: 1;
}
.footer-wrap {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.footer-widget {
	position: relative;
	max-width: 280px;
}
.footer-widget-title {
	font-size: var(--h5-size);
	font-weight: 700;
	line-height: 1.35;
	margin-bottom: 10px;
}
.footer-logo {
	flex: auto;
	max-width: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: space-evenly;
}
.footer-logo img {
	width: 100%;
	max-width: 300px;
}
.footer-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-menu li {
	margin-bottom: 5px;
}
.footer-menu li:last-child {
	margin-bottom: 0;
}
.footer-menu li a {
	color: var(--white);
	font-size: var(--text-size-md);
}
.footer-menu li a:hover {
	color: var(--blue);
}
.footer-contacts {
	margin-bottom: 10px;
}


.footer-bottom {
	position: relative;
	background: var(--blue);
	padding: 7px 0;
	text-align: center;
	color: var(--white);
	font-size: var(--text-size-sm);
}
.footer-bottom a {
	color: var(--white);
}
.footer-bottom a:hover {
	opacity: .8;
}




.page-header {
	position: relative;
	padding: 70px 0;
	background: #222222;
	color: var(--white);
	z-index: 1;
}
.page-header-bgimage {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.page-header-bgimage:after {
	content: '';
	background: var(--black);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: .75;
	z-index: 2;
}
.page-title {
	text-align: center;
	text-transform: uppercase;
	font-size: var(--h1-size);
}
.page-content {
	position: relative;
	padding: 56px 0 70px;
}
.error-404-number {
	font-size: calc(var(--h1-size) * 6);
	text-align: center;
	font-weight: 700;
	line-height: 1;
	color: var(--blue);
}



.contentBlock-bgimage {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.contentBlock-bgimage:after {
	content: '';
	background: var(--black);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: .75;
	z-index: 2;
}
.contentBlock-content {
	font-size: var(--h5-size);
}
.contentBlock-content-with-bg .contentBlock-content {
	font-size: var(--text-size);
	color: var(--white);
}
.contentBlock-content ul {
	margin-top: -20px;
}



.gallery-items {
	position: relative;
	margin-bottom: calc(var(--gap) * -1);
}
.gallery-item {
	position: relative;
	margin-bottom: var(--gap);
}
.gallery-item__wrap {
	position: relative;
}



.feedback-section .heading {
	color: var(--white);
}
.feedback-wrap {
	position: relative;
	color: var(--white);
	max-width: calc(100% - 224px);
	margin: 0 auto;
	z-index: 1;
}
.feedback-wrap:before {
	content: '';
	background: url(images/feedback-icon-left.svg) no-repeat center;
	background-size: contain;
	width: 180px;
	height: 380px;
	position: absolute;
	left: -200px;
	top: calc(50% - 190px);
	z-index: -1;
}
.feedback-wrap:after {
	content: '';
	background: url(images/feedback-icon-right.svg) no-repeat center;
	background-size: contain;
	width: 180px;
	height: 380px;
	position: absolute;
	right: -200px;
	top: calc(50% - 190px);
	z-index: -1;
}
.feedback-email {
	font-weight: 700;
	text-align: right;
}
.feedback-email a {
	color: var(--white);
	text-decoration: underline;
}
.feedback-email a:hover {
	text-decoration: none;
	opacity: .8;
}




.contacts-section {
	display: flex;
	padding-left: calc((100% - var(--container) + var(--gap)) / 2);
}
.contacts-wrap {
	flex: 0 0 calc(var(--container) * .34);
	max-width: calc(var(--container) * .34);
	padding-right: calc(var(--gap) * 2);
	padding-top: 90px;
	padding-bottom: 90px;
}
.contacts-map {
	position: relative;
	flex: auto;
	max-width: 100%;
	z-index: 1;
}
.contacts-map iframe {
	width: 100%;
	height: 100%;
}
.page-contacts-info {
	margin-bottom: 24px;
}



.products-menu {
	position: relative;
	margin: 0 -15px 26px;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
}
.products-menu li {
	flex: auto;
	max-width: calc(100% / 3);
	margin: 0 0 30px;
	padding: 0 15px;
}
.products-menu li a {
	background: var(--blue);
	border: 3px solid var(--blue);
	color: var(--white);
	font-size: var(--h3-size);
	font-weight: 700;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 104px;
	padding: 20px;
}
.products-menu li a:hover,
.products-menu li.current-menu-item a {
	background: none;
	color: var(--blue);
}


.singleProduct-title {
	font-size: var(--h3-size);
	padding: 30px 50px;
	color: var(--blue);
	border: 3px solid;
	margin-bottom: var(--gap);
}
.singleProduct-content {
	margin-bottom: var(--gap);
}
.singleProduct-content:last-child {
	margin-bottom: 0;
}


.advantagesProduct-items {
	margin-bottom: calc(var(--gap) * -1);
}
.advantagesProduct-item {
	margin: 0 0 var(--gap);
}
.advantagesProduct-item__wrap {
	position: relative;
	text-align: center;
}
.advantagesProduct-item__image {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 126px;
}
.advantagesProduct-item__image img {
	max-height: 126px;
}
.advantagesProduct-item__title {
	font-weight: 700;
	color: var(--blue);
	text-transform: uppercase;
	margin-bottom: 10px;
}
.advantagesProduct-item__text {
	font-weight: 700;
	font-size: var(--text-size-sm);
}




.banner-section {
	position: relative;
	z-index: 1;
}
.banner-bgimage {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.banner-bgimage:after {
	content: '';
	background: var(--black);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: .75;
	z-index: 2;
}
.banner-wrap {
	position: relative;
	z-index: 1;	
}
.banner-info {
	max-width: 60%;
}
.banner-info p {
	color: var(--white);
	font-size: var(--h3-size);
	font-weight: 700;
	display: flex;
	align-items: center;
}
.banner-info p span {
	font-size: var(--h1-size);
	flex: 0 0 335px;
	max-width: 335px;
}
.banner-image {
	position: absolute;
	z-index: 1;
}
.banner-image img {
	max-width: inherit;
}
.banner-image-1 {
	bottom: 0;
	right: -300px;
}
.banner-image-1 img {
	height: 325px;
}
.banner-image-2 {
	bottom: calc(50% - 231px);
	right: -100px;
}
.banner-image-2 img {
	height: 462px;
}



.wp-video {
	margin-left: auto;
	margin-right: auto;
}
.video-section video,
.video-section iframe {
	width: 100%;
}
.video-section .wp-video {
	width: 100% !important;
}
.video-section .mejs-container {
	
}



.header-toggle {
	flex: auto;
	max-width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.header-toggle button {
	flex: 0 0 36px;
	max-width: 36px;
	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: var(--blue);
	border-radius: 0;
	border: none;
	padding: 0;
	outline: none !important;
	cursor: pointer;
	transition: .25s;
}
.header-toggle button:hover {
	background-color: var(--black);
}


.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: #fff;
  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;
  right: 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: var(--black);
  width: 24px;
  height: 24px;
  border: none;
  padding: 0;
  outline: none !important;
  transition: .25s;
}
.modal-mobile-close:hover {
	background-color: var(--blue);
}




.blog__container {
	display: grid;
    grid-template-columns: 65.9% 31.8%;
	gap: 30px;
}
.post-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
	grid-row-gap: 60px;
}
.post {
    display: flex;
    flex-direction: column;
}
.blog__container .post img {
	width: 100%;
    height: 243px;
    object-fit: cover;
}
.post .entry-title {
	font-size: 20px;
	line-height: 27px;
	margin-top: 20px;
    margin-bottom: 15px;
}
.post .entry-title  a:hover {
	color: var(--blue) !important;
}
.entry-meta {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #D9D9D9;
	padding-top: 10px;
    padding-bottom: 10px;
	font-size: 16px;
}
.post__content .entry-meta {
	border-bottom: none;
}
.entry-summary {
	font-size: 16px;
	font-weight: 400;
}
.entry-footer {
	margin-top: 30px;
}
.pagination {
    display: flex;
    justify-content: center;
	gap: 15px;
	margin-top: 56px;
	font-size: 16px;
	font-weight: 700;
}
.pagination a {
    display: inline-block;
    text-decoration: none;
	color: #555555;
}
.pagination a:hover {
     color: var(--blue);
}
.pagination .nav-links {
	display: flex;
	gap: 15px;
}
.pagination .current {
    color: var(--blue);
}




.wp-block-group {
	background-color: #F2F2F2;
	margin-bottom: 56px;
}
.wp-block-group a:hover {
	color: var(--blue) !important;
}
.wp-block-group ul {
	padding: 20px;
	margin-right: 22px;
	list-style-position: inside;
}
.wp-block-group ul .cat-item {
	padding-inline: 15px;
	font-weight: 700;
}
.wp-block-group ul li:hover {
    color: var(--blue) !important;
	transition: .25s;
}
.wp-block-group ul li:hover time {
    color: black !important;
}
.wp-block-heading {
	width: 100%;
    text-align: center;
	background-color: var(--blue);
	color: var(--white);
	padding: 30px;
	font-size: var(--h3-size);
}
.wp-block-latest-posts.wp-block-latest-posts__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
	font-size: 16px;
}
.wp-block-categories-list {
	display: flex;
	flex-direction: column;
	gap: 20px;
	text-transform: uppercase;
}
.wp-block-latest-posts__featured-image {
	width: 130px;
	height: 75px;
}
.wp-block-latest-posts__featured-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.wp-block-latest-posts__featured-image a {
    width: 100%;
    height: 100%;
}




.post__container {
	display: grid;
	grid-template-columns: 65.9% 31.8%;
	column-gap: 30px;
	padding-top: 3.75rem;
	padding-bottom: 6.25rem;
}
.post__content .post-thumbnail {
	margin-bottom: 40px;
}
.post__content img {
	width: 100%;
    max-height: 496px;
    object-fit: cover;
}



@media (max-width: 1399px) {
	:root {
		--container: 1140px;
		--gap: 30px;

		--text-size: 18px;
		--text-size-sm: 16px;
		--text-size-md: 17px;
		--h1-size: 36px;
		--h2-size: 32px;
		--h3-size: 28px;
		--h4-size: 24px;
		--h5-size: 22px;
		--h6-size: 20px;
	}
	.header-logo {
    	margin-left: 30px;
	}
	.header-logo img {
    	max-height: 64px;
	}
	.header-phone {
		margin-left: 50px;
	}
	.blocks-item__title {
		margin-bottom: 24px;
	}
	.style-2 .blocks-item__title {
		padding: 24px 30px;
	}
	.style-2 .blocks-item__content {
		font-size: var(--h6-size);
	}
	.academy-content,
	.contentBlock-content {
		font-size: var(--h6-size);
	}
	.footer-logo img {
		max-width: 180px;
	}
	.page-header {
		padding: 56px 0;
	}
	.products-menu li a {
		min-height: 80px;
	}
	.singleProduct-title {
		padding: 24px 36px;
	}
	.banner-image-1 img {
    	height: 270px;
	}
	.banner-info p {
		font-size: var(--h4-size);
	}
	.banner-info p span {
		font-size: var(--h3-size);
		flex: 0 0 300px;
		max-width: 300px;
	}
	.heading {
		font-size: var(--h6-size);
	}
}



@media (max-width: 1199px) {
	:root {
		--container: 960px;
		--gap: 30px;

		--text-size: 16px;
		--text-size-sm: 14px;
		--text-size-md: 15px;
		--h1-size: 32px;
		--h2-size: 28px;
		--h3-size: 24px;
		--h4-size: 22px;
		--h5-size: 20px;
		--h6-size: 18px;
	}
	.header-logo img {
    	max-height: 50px;
	}
	.hero-image {
		/*height: 480px;*/
	}
	.numbers-item__wrap {
		font-size: var(--h4-size);
	}
	.titleBlock-text {
		font-size: var(--h1-size);
	}
	.footer-widget {
		max-width: 220px;
	}
	.banner-info p span {
		flex: 0 0 220px;
		max-width: 220px;
	}
	.banner-image-1 {
		right: -160px;
	}
	.banner-image-1 img {
    	height: 220px;
	}
	.banner-image-2 {
    	bottom: calc(50% - 170px);
    	right: -40px;
	}
	.banner-image-2 img {
    	height: 340px;
	}
	.blocks-item__title {
		font-size: var(--h2-size);
	}
	.feedback-wrap {
		max-width: calc(100% - 160px);
	}
	.feedback-wrap:before {
		width: 120px;
		left: -140px;
	}
	.feedback-wrap:after {
		width: 120px;
		right: -140px;
	}
	.contacts-info.big p {
		font-size: var(--h6-size);
	}
	.contacts-info.big p:before {
		flex: 0 0 28px;
		max-width: 28px;
		width: 28px;
		height: 28px;
		margin-right: 16px;
	}
	.soc-links.big li a {
    	width: 28px;
    	height: 28px;
	}
}



@media (max-width: 991px) {
	:root {
		--container: 720px;
		--gap: 30px;

		--text-size: 16px;
		--text-size-sm: 14px;
		--text-size-md: 15px;
		--h1-size: 32px;
		--h2-size: 28px;
		--h3-size: 24px;
		--h4-size: 22px;
		--h5-size: 20px;
		--h6-size: 18px;
	}
	.section {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.topbar {
		padding: 6px 0;
	}
	.header {
		position: sticky;
	}
	.header-phone {
		padding-left: 30px;
	}
	.header-phone:before {
		width: 22px;
		height: 22px;
		top: calc(50% - 11px);
	}
	.advantages-items {
		margin: 0 -15px calc(var(--gap) * -1);
		justify-content: center;
	}
	.advantages-item {
		flex: 0 0 calc(100% / 3);
		max-width: calc(100% / 3);
		padding: 0 15px;
	}
	.numbers-item__wrap {
    	font-size: var(--h6-size);
	}
	.academy-section {
		padding-left: 0;
		padding-right: 0;
		flex-direction: column-reverse;
	}
	.academy-image span {
		position: relative;
	}
	.academy-info {
		padding-left: calc((100% - var(--container) + var(--gap)) / 2);
		padding-right: calc((100% - var(--container) + var(--gap)) / 2);
		max-width: 100%;
		flex: auto;
	}
	.questions-heading,
	.questions-button {
		text-align: center;
	}
	.footer-wrap {
		flex-wrap: wrap;
	}
	.footer-logo {
		order: 1;
		margin-bottom: 30px;
		flex: 0 0 100%;
		max-width: 100%;
		justify-content: space-between;
	}
	.footer-logo > * {
		flex: 0 0 calc(50% - 15px);
		max-width: calc(50% - 15px);
	}
	.footer-widget {
		order: 2;
		flex: 0 0 calc(50% - 15px);
		max-width: calc(50% - 15px);
	}

	.main-menu {
		display: block;
	}
	.main-menu > li {
		margin-right: 0;
		margin-bottom: 15px;
		flex-wrap: wrap;
	}
	.main-menu > li:last-child {
		margin-bottom: 0;
	}
	.main-menu > li > a {
		flex: 0 0 calc(100% - 28px);
		max-width: calc(100% - 28px);
		width: calc(100% - 28px);
		order: 1;
	}
	.main-menu-chevrone {
		flex: 0 0 28px;
		max-width: 28px;
		width: 28px;
		height: 28px;
		-webkit-mask-size: 24px;
		margin-left: 0;
		order: 2;
	}
	.main-menu ul {
		position: relative;
		order: 3;
		top: 0;
		bottom: 0;
		width: 100%;
	}
	.main-menu li:hover > ul {
		display: none;
	}
	.main-menu li:hover > .main-menu-chevrone {
		transform: rotate(0);
	}
	.main-menu li.active > .main-menu-chevrone {
		transform: rotate(180deg);
	}
	.blocks-item__image {
		margin-bottom: 24px;
	}
	.style-2 .blocks-item__image {
		margin-bottom: 0;
	}
	.products-menu li a {
    	min-height: 60px;
    	font-size: var(--h5-size);
	}
	.singleProduct-image {
		text-align: center;
		margin-bottom: 24px;
	}
	.singleProduct-image img {
		max-height: 320px;
	}
	.singleProduct-title {
		text-align: center;
	}
	.banner-image-1 {
   	right: -10%;
   	text-align: right;
	}
	.banner-image-1 img {
    	height: auto;
   	max-width: 60%;
	}
	.banner-info {
    	max-width: 50%;
	}
	.banner-info p {
    	font-size: var(--h5-size);
    	flex-wrap: wrap;
	}
	.banner-info p span {
    	flex: 0 0 100%;
    	max-width: 100%;
    	font-size: var(--h6-size);
	}
	.banner-image-2 {
		height: 100%;
		bottom: 0;
		max-height: 280px;
	}
	.banner-image-2 img {
		height: auto;
	}
	.contacts-section {
		flex-wrap: wrap;
		padding-left: 0;
		padding-right: 0;
	}
	.contacts-wrap {
		padding-left: calc(var(--gap) * 2);
		flex: 0 0 100%;
		max-width: 100%;
		padding-top: 56px;
		padding-bottom: 56px;
	}
	.contacts-map {
		height: 420px;
	}
	.blog__container {
		display: grid;
		grid-template-columns: 1fr;
		gap: 30px;
	}
}




@media (max-width: 767px) {
	:root {
		--container: 540px;
		--gap: 30px;

		--text-size: 16px;
		--text-size-sm: 14px;
		--text-size-md: 15px;
		--h1-size: 32px;
		--h2-size: 28px;
		--h3-size: 24px;
		--h4-size: 22px;
		--h5-size: 20px;
		--h6-size: 18px;
	}
	.header-phone {
		display: none;
	}
	.advantages-item {
		flex: 0 0 calc(100% / 2);
		max-width: calc(100% / 2);
	}
	.advantages-item__image img {
		max-width: 120px;
	}
	.numbers-items {
		flex-wrap: wrap;
	}
	.numbers-item {
		flex: 0 0 100%;
		max-width: 100%;
		border-right: 0;
	}
	.products-menu {
		flex-wrap: wrap;
		margin-bottom: -10px;
	}
	.products-menu li {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 10px;
	}
	.products-menu li a {
    	min-height: 48px;
    	font-size: var(--text-size);
	}
	.academy-content, .contentBlock-content {
    	font-size: var(--text-size);
	}
	.feedback-wrap {
    	max-width: 100%;
	}
	.post-grid {
		display: grid;
		grid-template-columns: 1fr;
		column-gap: 30px;
		grid-row-gap: 60px;
	}
}



@media (max-width: 575px) {
	:root {
		--container: calc(100vw + 40px);
		--gap: 30px;

		--text-size: 16px;
		--text-size-sm: 14px;
		--text-size-md: 15px;
		--h1-size: 32px;
		--h2-size: 28px;
		--h3-size: 24px;
		--h4-size: 22px;
		--h5-size: 20px;
		--h6-size: 18px;
	}
	h1, h2, h3, h4, h5, h6, p, ol, ul, blockquote {
		margin-bottom: 16px;
	}
	.heading {
		font-size: var(--text-size);
	}
	.heading h1, .heading h2 {
		font-size: var(--h2-size);
	}
	.header-logo img {
   	max-height: 44px;
	}
	.products-item__image,
	.products-item__title,
	.products-item__description {
		margin-bottom: 15px;
	}
	.blocks-item__title {
    	font-size: var(--h3-size);
    	margin-bottom: 16px;
	}
	.style-2 .blocks-item__title {
    	padding: 16px 20px;
    	font-size: var(--h4-size);
    	margin-bottom: 16px;
	}
	.blocks-item__content,
	.style-2 .blocks-item__content {
		font-size: var(--text-size);
	}
	.blocks-item__image {
    	margin-bottom: 20px;
	}
	.academy-info {
		padding-left: 15px;
		padding-right: 15px;
	}
	.academy-content {
		margin-bottom: 20px;
	}
	.footer-widget {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 30px;
	}
	.footer-widget:last-child {
		margin-bottom: 0;
	}
	.singleProduct-title {
    	padding: 16px 20px;
	}
	.singleProduct-content {
		margin-bottom: 24px;
	}
	.advantagesProduct-item__image {
		margin-bottom: 15px;
	}
	.banner-info {
		max-width: 100%;
	}
	.banner-info-1 {
		max-width: 100%;
	}
	.banner-image-1 img {
		max-width: 80%;
	}
	.banner-image-2 {
		max-height: 230px;
	}
	.page-header {
    	padding: 35px 0;
	}
	.contacts-wrap {
		padding-left: 15px;
		padding-right: 15px;
	}
	.error-404-number {
		font-size: calc(var(--h1-size) * 4.5);
	}
}