/*!
Theme Name: Bulat
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: bulat
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.

Bulat 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:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Overpass:ital,wght@0,100..900;1,100..900&display=swap');

:root {
	--container: 1316px;

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

	--white: #FFFFFF;
	--black: #3A3A3A;
	--yellow: #FFD23D;
	--grey-light: #F8F8F8;
}
*, ::after, ::before {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	font-size: var(--text-size);
	font-weight: 500;
	font-family: 'Inter', sans-serif;
	line-height: 1.25;
	color: var(--black);
	background: var(--white);
}
a {
	color: var(--yellow);
	transition: .5s;
}
a:hover {
	color: var(--black);
}
img {
	margin: 0;
	vertical-align: middle;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	transition: .5s;
}
.bg-cover {
	position: relative;
}
.bg-cover img,
.bg-cover video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.bg-cover span {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	margin: 16px 0 24px;
	line-height: 1.09;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
	margin-top: 0;
}
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, ul, ol, blockquote {
	margin: 0 0 20px;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child, ul:last-child, ol:last-child, blockquote:last-child {
	margin-bottom: 0;
}
iframe {
	max-width: 100%;
}
.form-fields {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px -24px;
}
.form-field {
	position: relative;
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0 12px;
	margin-bottom: 24px;
}
.form-field-50 {
	flex: 0 0 50%;
	max-width: 50%;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
select,
textarea {
	font-size: var(--text-size);
	font-weight: 500;
	font-family: 'Inter', sans-serif;
	line-height: 1.5;
	width: 100%;
	background: var(--grey-light);
	border: 1px solid rgba(0, 0, 0, .15);
	color: var(--black);
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	padding: 12px 20px;
	min-height: 48px;
	outline: none;
	transition: .5s;
}
textarea {
	height: 120px;
	resize: vertical;
}
select {
	cursor: pointer;
}
.form-field-button.center {
	text-align: center;
}
.wpcf7-spinner {
	position: absolute;
	right: 0;
	top: 0;
}
.wpcf7-not-valid-tip {
	margin-top: 2px;
	font-size: var(--text-size-sm);
}
.wpcf7 form .wpcf7-response-output {
	margin: 24px 0 0;
	padding: 12px 16px;
}


.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
.container {
	width: 100%;
	max-width: var(--container);
	margin-left: auto;
	margin-right: auto;
}
.section {
	position: relative;
	padding-top: 84px;
	padding-bottom: 84px;
	z-index: 1;
}
.pt-0 {
	padding-top: 0 !important;
}
.pb-0 {
	padding-bottom: 0 !important;
}
.mt-0 {
	margin-top: 0 !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
@media (min-width: 992px) {
	.hide-lg {
		display: none !important;
	}
}
.bg-grey-light {
	background: var(--grey-light);
}


.heading {
	position: relative;
	margin-bottom: 44px;
}
.heading.center {
	text-align: center;
}
.heading.white {
	color: var(--white);
}
.heading p:first-child {
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 16px;
}
.heading h2 {
	font-size: var(--h1-size);
	margin-top: 0;
}

.fancybox__container {
	--fancybox-bg: rgba(24, 24, 27, .8) !important;
}

.btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: var(--text-size);
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	line-height: 1.5;
	border: 1px solid transparent;
	padding: 9px 48px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	outline: none;
	min-width: 280px;
	min-height: 48px;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	transition: .5s;
}
.btn-icon-left:before,
.btn-icon-right:after {
	content: '';
	flex: 0 0 25px;
	max-width: 25px;
	width: 25px;
	height: 25px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	transition: .5s;
}
.btn-icon-left:before {
	margin-right: 14px;
}
.btn-icon-right:after {
	margin-left: 14px;
}
.btn-primary {
	background-color: var(--yellow);
	border-color: var(--yellow);
	color: var(--black);
}
.btn-primary:hover {
	background-color: var(--black);
	border-color: var(--black);
	color: var(--white);
}
.btn-primary:before,
.btn-primary:after {
	background-color: var(--black);
}
.btn-primary:hover:before,
.btn-primary:hover:after {
	background-color: var(--white);
}
.btn-secondary {
	background-color: var(--white);
	border-color: var(--white);
	color: var(--black);
}
.btn-secondary:hover {
	background-color: var(--yellow);
	border-color: var(--yellow);
	color: var(--black);
}
.btn-secondary:before,
.btn-secondary:after {
	background-color: var(--black);
}
.btn-icon-youtube:before,
.btn-icon-youtube:after {
	-webkit-mask-image: url(images/youtube.svg);
	mask-image: url(images/youtube.svg);
}
.btn.btn-link {
	min-width: auto;
    min-height: 24px;
    padding: 0;
    color: var(--white);
	border: none;
}
.btn.btn-link:hover {
	color: var(--yellow);
}


.soc-links {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
}
.soc-links li {
	margin-right: 8px;
}
.soc-links li.soc-mobile {
	display: none;
}
.soc-links li:last-child {
	margin-right: 0;
}
.soc-links li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 25px;
	height: 25px;
}
.soc-links li a svg {
	flex: 0 0 100%;
	max-width: 100%;
	height: 100%;
}
.soc-links li a path {
	transition: .5s;
}
.soc-links.white li a path {
	fill: var(--white);
}
.soc-links.white li a:hover path {
	fill: var(--yellow);
}



.modal-mobile {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -9999;
	opacity: 0;
	transition: .5s;
}
.modal-mobile.show {
	z-index: 9999;
	opacity: 1;
}
.modal-mobile-bg {
	background: rgb(0 0 0 / 45%);
	position: absolute;
	opacity: 0;
	transition: .5s;
	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(--white);
	height: 100%;
	width: 100%;
	max-width: 360px;
	margin-left: auto;
	transform: translateX(100%);
	padding: 60px 20px 20px;
	transition: .5s;
	overflow: auto;
	z-index: 1;
}
.modal-mobile.show .modal-mobile-wrap {
	transform: translateX(0);
}
.modal-mobile-close {
	position: absolute;
	top: 15px;
	right: 15px;
	-webkit-mask-image: url(images/close.svg);
	mask-image: url(images/close.svg);
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: var(--black);
	width: 34px;
	height: 34px;
	border: none;
	padding: 0;
	outline: none !important;
	cursor: pointer;
	transition: .5s;
}
.modal-mobile-close:hover {
	background-color: var(--yellow);
}
.mobile-menu {
	margin: 0;
	padding: 0 15px;
	list-style: none;
	font-weight: 700;
	text-transform: uppercase;
}
.mobile-menu > li {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 5px 0;
	border-bottom: 1px solid var(--grey-light);
}
.mobile-menu > li:last-child {
	border-bottom: none;
}
.mobile-menu > li > a {
	flex: 0 0 100%;
	max-width: 100%;
	order: 2;
	display: block;
	font-size: var(--text-size);
	color: var(--black);
	text-decoration: none;
	padding: 5px 0;
}
.mobile-menu > li.menu-item-has-children > a {
	flex: 0 0 calc(100% - 25px - 10px);
	max-width: calc(100% - 25px - 10px);
}
.mobile-menu-toggle {
	order: 3;
	-webkit-mask-size: 16px;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/chevrone-down.svg);
	mask-image: url(images/chevrone-down.svg);
	background-color: var(--black);
	flex: 0 0 25px;
	max-width: 25px;
	width: 25px;
	height: 25px;
	margin-left: 10px;
	cursor: pointer;
	transition: .25s;
}
.mobile-menu li.active > .mobile-menu-toggle {
	transform: rotate(180deg);
}
.mobile-menu ul {
	order: 4;
	display: none;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	flex: 0 0 100%;
	max-width: 100%;
}
.mobile-menu ul li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 5px;
}
.mobile-menu ul li:last-child {
	margin-bottom: 0;
}
.mobile-menu ul li a {
	flex: 0 0 100%;
	max-width: 100%;
	order: 2;
	display: block;
	color: var(--black);
	text-decoration: none;
	padding: 5px 0;
}
.mobile-menu ul li.menu-item-has-children a {
	flex: 0 0 calc(100% - 25px - 10px);
	max-width: calc(100% - 25px - 10px);
}


.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: flex;
	flex-wrap: wrap;
	margin: 26px -12px 2px;
}
.gallery:first-child {
	margin-top: 0;
}
.gallery:last-child {
	margin-bottom: -24px;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
	margin: 0 0 24px;
	padding: 0 12px;
}
.gallery-item * {
	height: 100%;
}
.gallery-item > * {
	overflow: hidden;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid var(--grey-light);
}
.gallery-columns-2 .gallery-item {
	flex: 0 0 calc(100% / 2);
	max-width: calc(100% / 2);
}
.gallery-columns-3 .gallery-item {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
}
.gallery-columns-4 .gallery-item {
	flex: 0 0 calc(100% / 4);
	max-width: calc(100% / 4);
}
.gallery-columns-5 .gallery-item {
	flex: 0 0 calc(100% / 5);
	max-width: calc(100% / 5);
}
.gallery-columns-6 .gallery-item {
	flex: 0 0 calc(100% / 6);
	max-width: calc(100% / 6);
}
.gallery-columns-7 .gallery-item {
	flex: 0 0 calc(100% / 6);
	max-width: calc(100% / 6);
}
.gallery-columns-8 .gallery-item {
	flex: 0 0 calc(100% / 8);
	max-width: calc(100% / 8);
}
.gallery-columns-9 .gallery-item {
	flex: 0 0 calc(100% / 9);
	max-width: calc(100% / 9);
}
.gallery-caption {
	display: block;
}
.alignleft {
	float: left;
	margin-right: 60px;
	margin-bottom: 24px;
	max-width: 50%;
}
.alignright {
	float: right;
	margin-left: 60px;
	margin-bottom: 24px;
	max-width: 50%;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 24px;
	max-width: 50%;
}

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

.header {
	position: sticky;
	top: 0;
	background: var(--black);
	padding: 4px 0;
	z-index: 92;
}
.header-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 70px;
}
.header-logo img {
	max-height: 70px;
}
.main-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	font-weight: 700;
	text-transform: uppercase;
}
.main-menu > li {
	position: relative;
	margin-right: 24px;
	z-index: 1;
}
.main-menu > li:last-child {
	margin-right: 0;
}
.main-menu > li > a {
	display: flex;
	align-items: center;
	color: var(--white);
	text-decoration: none;
}
.main-menu > li:hover > a,
.main-menu > li.current-menu-item > a {
	color: var(--yellow);
}
.main-menu > li.menu-item-has-children > a:after {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/chevrone-down.svg);
	mask-image: url(images/chevrone-down.svg);
	background-color: var(--white);
	flex: 0 0 12px;
	max-width: 12px;
	width: 12px;
	height: 11px;
	margin-left: 4px;
	transition: .5s;
}
.main-menu > li.menu-item-has-children:hover > a:after,
.main-menu > li.current-menu-item > a:after {
	background-color: var(--yellow);
}
.main-menu > li.menu-item-has-children:hover > a:after {
	transform: rotate(180deg);
}
.main-menu > li > ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0px;
	margin: 0;
	padding: 25px 0px 10px;
	width: 280px;
	list-style: none;
	z-index: 1;
}
.main-menu > li > ul:before {
	content: '';
	background: var(--black);
	position: absolute;
	width: 100%;
	height: calc(100% - 15px);
	bottom: 0;
	left: 0;
	z-index: -1;
}
.main-menu > li > ul > li {
	padding: 0 15px;
	margin-bottom: 8px;
}
.main-menu > li > ul > li:last-child {
	margin-bottom: 0;
}
.main-menu > li > ul > li > a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: var(--white);
	padding: 4px 0;
	text-decoration: none;
}
.main-menu > li > ul > li:hover > a {
	color: var(--yellow);
}
.main-menu > li > ul > li.menu-item-has-children > a:after {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/chevrone-down.svg);
	mask-image: url(images/chevrone-down.svg);
	background-color: var(--white);
	flex: 0 0 12px;
	max-width: 12px;
	width: 12px;
	height: 11px;
	margin-left: 4px;
	margin-top: 1px;
	transform: rotate(-90deg);
	transition: .5s;
}
.main-menu > li > ul > li.menu-item-has-children:hover > a:after {
	background-color: var(--yellow);
}
.main-menu ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
	margin: 0;
	padding: 25px 0 10px;
	list-style: none;
	width: 310px;
	z-index: 1;
}
.main-menu ul ul:before {
	content: '';
	background: var(--black);
	position: absolute;
	width: 100%;
	height: calc(100% - 15px);
	bottom: 0;
	left: 0;
	z-index: -1;
}
.main-menu ul ul li a {
	display: flex;
	align-items: center;
	padding: 4px 15px;
	color: var(--white);
	text-decoration: none;
}
.main-menu ul ul li a:hover {
	color: var(--yellow);
}
.main-menu li:hover > ul {
	display: block;
}

.lang-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: 700;
}
.lang-menu > li {
	position: relative;
}
.lang-menu > li > a {
	position: relative;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--white);
	text-decoration: none;
	z-index: 1;
}
.lang-menu > li > a:hover {
	color: var(--yellow);
}
.lang-menu > li.menu-item-has-children > a:after {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/chevrone-down.svg);
	mask-image: url(images/chevrone-down.svg);
	background-color: var(--white);
	flex: 0 0 12px;
	max-width: 12px;
	width: 12px;
	height: 11px;
	margin-left: 4px;
	transition: .5s;
}
.lang-menu > li.menu-item-has-children > a:hover:after {
	background-color: var(--yellow);
}
.lang-menu > li.active > a:after {
	transform: rotate(-180deg);
}
.lang-menu ul {
	display: none;
	position: absolute;
	top: calc(100% + 15px);
	right: 0px;
	width: calc(100% + 10px);
	border-top: none;
	background: var(--black);
	margin: 0;
	padding: 10px 0;
	list-style: none;
	z-index: 9;
}
.lang-menu ul li {
	position: relative;
	text-align: center;
	margin-bottom: 8px;
	z-index: 1;
}
.lang-menu ul li:last-child {
	margin-bottom: 0;
}
.lang-menu ul li a {
	text-transform: uppercase;
	color: var(--white);
	text-decoration: none;
	display: block;
	padding: 4px 0;
}
.lang-menu ul li a:hover {
	color: var(--yellow);
}

.header-toggle {
	margin-left: 24px;
	display: flex;
	align-items: center;
}
.header-toggle button {
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/menu.svg);
	mask-image: url(images/menu.svg);
	background-color: var(--white);
	flex: 0 0 32px;
	max-width: 32px;
	width: 32px;
	height: 32px;
	outline: none;
	padding: 0;
	border: none;
	cursor: pointer;
	transition: .5s;
}
.header-toggle button:hover {
	background-color: var(--yellow);
}



.main {
	position: relative;
	overflow: hidden;
	z-index: 1;
}



.footer {
	position: relative;
	background: var(--black);
	color: var(--white);
	padding: 84px 0 56px;
	z-index: 1;
}
.footer-wrap {
	display: flex;
	margin: 0 -12px;
	justify-content: space-between;
}
.footer-widget {
	max-width: 300px;
	padding: 0 12px;
}
.footer-widget-title {
	margin-bottom: 16px;
	font-size: var(--h5-size);
}
.footer-logo {
	margin-bottom: 24px;
	text-align: center;
}
.footer-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-menu li {
	margin-bottom: 16px;
}
.footer-menu li:last-child {
	margin-bottom: 0;
}
.footer-menu li a {
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--white);
}
.footer-menu.links li a {
	text-transform: inherit;
}
.footer-menu li a:hover {
	color: var(--yellow);
}
.footer-menu ul {
	display: none;
}
.footer-contacts {
	position: relative;
}
.footer-contacts-item {
	position: relative;
	margin-bottom: 16px;
	padding-left: 28px;
	z-index: 1;
}
.footer-contacts-item:last-child {
	margin-bottom: 0;
}
.footer-contacts-item:before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0;
	left: 0;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: var(--white);
	z-index: 1;
}
.footer-contacts-item.phone:before {
	-webkit-mask-image: url(images/phone.svg);
	mask-image: url(images/phone.svg);
}
.footer-contacts-item.e-mail:before {
	-webkit-mask-image: url(images/e-mail.svg);
	mask-image: url(images/e-mail.svg);
}
.footer-contacts-item.address:before {
	-webkit-mask-image: url(images/pin.svg);
	mask-image: url(images/pin.svg);
}
.footer-contacts-item p {
	font-weight: 700;
	margin-bottom: 8px;
}
.footer-contacts-item p:last-child {
	margin-bottom: 0;
}
.footer-contacts-item p a {
	color: var(--white);
	text-decoration: none;
}
.footer-contacts-item p a:hover {
	color: var(--yellow);
}
.footer-bottom {
	position: relative;
	padding: 14px 0;
	background: var(--yellow);
	z-index: 1;
}
.footer-bottom p {
	text-align: center;
	font-weight: 600;
}
.footer-bottom p a {
	color: var(--black);
	text-decoration: none;
}
.footer-bottom p a:hover {
	opacity: .8;
}



.page-header {
	position: relative;
	z-index: 1;
}
.page-header-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.page-header-bg:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(279.61deg, rgba(255, 236, 72, 0.13) -23.85%, rgba(58, 58, 58, 0.75) 51.76%);
	opacity: .82;
	z-index: 1;
}
.page-breadcrumbs {
	position: relative;
	padding: 24px 0 16px;
	border-bottom: 1px solid var(--white);
	font-weight: 700;
	color: var(--yellow);
	text-transform: uppercase;
	margin-bottom: 0;
	z-index: 1;
}
.page-breadcrumbs a {
	color: var(--white);
	text-decoration: none;
}
.page-breadcrumbs a:hover {
	color: var(--yellow);
}
.page-breadcrumbs i {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/chevrone-down.svg);
	mask-image: url(images/chevrone-down.svg);
	background-color: var(--yellow);
	width: 12px;
	height: 12px;
	display: inline-block;
	vertical-align: middle;
	margin: -2px 4px 0;
	transform: rotate(-90deg);
	transition: .5s;
}
.page-title {
	text-align: center;
	font-size: calc(var(--h1-size) * 1.1818);
	font-weight: 600;
	padding: 30px 0;
	margin-top: 0;
	color: var(--white);
}
.error-404-number {
	font-size: calc(var(--h1-size) * 6);
	font-weight: 900;
	line-height: 1;
	text-align: center;
	margin-bottom: 24px;
	opacity: .15;
}
.error-404-button {
	text-align: center;
}

.page-content:after {
	content: '';
	display: block;
	clear: both;
}




.hero-section {
	position: relative;
	padding: 80px 0 200px;
	min-height: 640px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 1;
}
.hero-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.hero-bg:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(279.61deg, rgba(255, 236, 72, 0.13) -23.85%, rgba(58, 58, 58, 0.75) 51.76%);
	opacity: .82;
	z-index: 1;
}
.hero-heading {
	font-size: calc(var(--h1-size) * 1.4545);
	font-weight: 700;
	text-align: center;
	color: var(--white);
	margin-bottom: 24px;
}
.hero-button {
	text-align: center;
}
.hero-advantages {
	position: absolute;
	width: 100%;
	bottom: 34px;
	left: 0;
	z-index: 1;
}
.hero-advantages-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px -24px;
}
.hero-advantages-item {
	flex: 0 0 25%;
	max-width: 25%;
	margin: 0 0 24px;
	padding: 0 12px;
}
.hero-advantages-item__wrap {
	position: relative;
	height: 100%;
	background: rgba(244, 198, 43, 0.5);
	min-height: 130px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	z-index: 1;
}
.hero-advantages-item__count {
	color: var(--white);
	opacity: .15;
	font-weight: 600;
	font-size: 136px;
	line-height: 1;
	position: absolute;
	left: 8px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
.hero-advantages-item__text {
	font-weight: 600;
	color: var(--white);
	text-align: center;
}


.about-content {
	max-width: 645px;
	margin: 0 auto;
}


.manufacture-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px -24px;
}
.manufacture-item {
	flex: 0 0 50%;
	max-width: 50%;
	margin: 0 0 24px;
	padding: 0 12px;
}
.manufacture-item__wrap {
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	min-height: 326px;
	padding: 24px;
	z-index: 1;
}
.manufacture-item__image {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.manufacture-item__image:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #20242C;
	opacity: .82;
	z-index: 1;
	transition: .5s;
}
.manufacture-item__wrap:hover .manufacture-item__image:after {
	background: linear-gradient(242.49deg, rgba(255, 236, 72, 0.23) 0%, #20242C 109.04%);
}
.manufacture-item__wrap:hover .manufacture-item__image img {
	transform: scale(1.1);
}
.manufacture-item__icon {
	width: 48px;
	height: 48px;
	margin-bottom: 16px;
}
.manufacture-item__title {
	font-size: var(--h5-size);
	color: var(--white);
	font-weight: 600;
	margin-bottom: 16px;
	margin-top: 0;
}
.manufacture-item__title a {
	color: var(--white);
	text-decoration: none;
}
.manufacture-item__title a:hover {
	color: var(--yellow);
}
.manufacture-item__excerpt {
	font-weight: 400;
	max-width: 380px;
	margin: 0 auto 24px;
	color: var(--white);
}




.navigation.pagination {
	position: relative;
	margin-top: 34px;
	z-index: 2;
}
.nav-links {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav-links .page-numbers {
	margin-right: 8px;
}
.nav-links .page-numbers:last-child {
	margin-right: 0;
}
.nav-links .page-numbers {
	background: var(--grey-light);
	color: var(--black);
	text-decoration: none;
	min-width: 40px;
	height: 40px;
	padding: 0 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.nav-links .page-numbers:hover,
.nav-links .page-numbers.current {
	background: var(--yellow);
	color: var(--black);
}




.categories-items {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 -12px -24px;
}
.categories-item {
	flex: 0 0 25%;
	max-width: 25%;
	margin: 0 0 24px;
	padding: 0 12px;
}
.categories-item__wrap {
	position: relative;
	background: var(--black);
	color: var(--white);
	height: 100%;
	padding: 10px 10px 20px;
	z-index: 1;
}
.categories-item__image {
	height: calc((var(--container) - 10px * 3) / 4 - 16px * 2);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 16px;
}
.categories-item__image img {
	max-height: calc((var(--container) - 10px * 3) / 4 - 16px * 2);
}
.categories-item__title {
	font-size: var(--text-size-md);
	text-align: center;
	margin-top: 0;
}




.products-items {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 -12px -24px;
}
.products-item {
	flex: 0 0 25%;
	max-width: 25%;
	margin: 0 0 24px;
	padding: 0 12px;
}
.products-item__wrap {
	position: relative;
	background: var(--black);
	color: var(--white);
	height: 100%;
	padding: 10px 10px 20px;
	z-index: 1;
}
.products-item__image {
	height: calc((var(--container) - 10px * 3) / 4 - 16px * 2);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 16px;
}
.products-item__title {
	font-size: var(--text-size-md);
	margin-top: 0;
	margin-bottom: 16px;
}




.process-items {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 -84px -24px;
}
.process-item {
	flex: 0 0 25%;
	max-width: 25%;
	margin: 0 0 24px;
	padding: 0 84px;
}
.process-item__wrap {
	position: relative;
	z-index: 1;
}
.process-item__wrap:after {
	content: '';
    background: url(images/arrow-yellow.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    width: 96px;
    height: 50px;
    top: calc(((var(--container) - 168px * 3) / 4) / 2 - 25px);
    left: calc(100% + 36px);
    z-index: 1;
}
.process-item:nth-child(4n) .process-item__wrap:after,
.process-item:last-child .process-item__wrap:after {
	display: none;
}
.process-item__image {
	height: calc((var(--container) - 168px * 3) / 4);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 12px;
}
.process-item__image img {
	max-height: calc((var(--container) - 168px * 3) / 4);
}
.process-item__title {
	text-align: center;
}




.technology-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.technology-bg:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(279.61deg, rgba(255, 236, 72, 0.13) -23.85%, rgba(58, 58, 58, 0.75) 51.76%);
	opacity: .82;
	z-index: 1;
}

.technology-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.technology-left {
	flex: 0 0 calc(50% - 12px);
	max-width: calc(50% - 12px);
}
.technology-image {
	height: calc((var(--container) * .5 - 12px) / 1.5);
}
.technology-play {
	position: absolute;
	width: 58px;
	height: 58px;
	top: calc(50% - 29px);
	left: calc(50% - 29px);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}
.technology-play:before {
	content: '';
	position: absolute;
	width: 68px;
	height: 68px;
	top: calc(50% - 34px);
	left: calc(50% - 34px);
	background: rgba(244, 198, 43, 0.45);
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	animation: pulse 2s infinite;
	transition: .5s;
	z-index: 1;
}
.technology-play:hover:before {
	background: rgba(18, 18, 18, .45);
}
.technology-play:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: var(--yellow);
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	transition: .5s;
	z-index: 2;
}
.technology-play:hover:after {
	background: var(--black);
}
.technology-play span {
	content: '';
	flex: 0 0 24px;
	max-width: 24px;
	width: 24px;
	height: 24px;
	background: url(images/play.svg) no-repeat right center;
	background-size: contain;
	position: relative;
	z-index: 3;
}
@-webkit-keyframes pulse {
	0% {
		transform: scale(1);
		opacity: 0;
	}
	70% {
		transform: scale(1.35);
		opacity: 1;
	}
	100% {
		transform: scale(1);
		opacity: 0;
	}
}
@keyframes pulse {
	0% {
		transform: scale(1);
		opacity: 0;
	}
	70% {
		transform: scale(1.35);
		opacity: 1;
	}
	100% {
		transform: scale(1);
		opacity: 0;
	}
}
.technology-right {
	flex: 0 0 calc(50% - 12px);
	max-width: calc(50% - 12px);
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.technology-heading.heading {
	margin-bottom: 16px;
}
.technology-content {
	color: var(--white);
	margin-bottom: 34px;
}




.info-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.info-left {
	flex: 0 0 calc(50% - 70px);
	max-width: calc(50% - 70px);
}
.info-right {
	flex: 0 0 calc(50% - 12px);
	max-width: calc(50% - 12px);
}
.info-image {
	text-align: center;
}





.distributors-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px -24px;
}
.distributors-item {
	flex: 0 0 25%;
	max-width: 25%;
	margin: 0 0 24px;
	padding: 0 12px;
}
.distributors-item__wrap {
	position: relative;
	height: 100%;
	background: var(--black);
	color: var(--white);
	padding: 34px 16px;
	z-index: 1;
}
.distributors-item__title {
	font-size: var(--h5-size);
	text-align: center;
}
.distributors-item__info {
	position: relative;
}
.distributors-item__info p {
	position: relative;
	margin-bottom: 16px;
	display: flex;
	align-items: center;
}
.distributors-item__info p:last-child {
	margin-bottom: 0;
}
.distributors-item__info p:before {
	content: '';
	flex: 0 0 20px;
	max-width: 20px;
	width: 20px;
	height: 20px;
	margin-right: 4px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: var(--white);
}
.distributors-item__info p.phone:before {
	-webkit-mask-image: url(images/phone.svg);
	mask-image: url(images/phone.svg);
}
.distributors-item__info p.e-mail:before {
	-webkit-mask-image: url(images/e-mail.svg);
	mask-image: url(images/e-mail.svg);
}
.distributors-item__info p.address:before {
	-webkit-mask-image: url(images/pin.svg);
	mask-image: url(images/pin.svg);
}
.distributors-item__info p a {
	color: var(--white);
	text-decoration: none;
}
.distributors-item__info p a:hover {
	color: var(--yellow);
}



.pContacts-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pContacts-left {
	flex: 0 0 calc(33% - 12px);
	max-width: calc(33% - 12px);
}
.pContacts-info {
	position: relative;
}
.pContacts-info-item {
	position: relative;
	margin-bottom: 16px;
	padding-left: 32px;
	z-index: 1;
}
.pContacts-info-item:last-child {
	margin-bottom: 0;
}
.pContacts-info-item:before {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	top: 0;
	left: 0;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: var(--black);
	z-index: 1;
}
.pContacts-info-item.phone:before {
	-webkit-mask-image: url(images/phone.svg);
	mask-image: url(images/phone.svg);
}
.pContacts-info-item.e-mail:before {
	-webkit-mask-image: url(images/e-mail.svg);
	mask-image: url(images/e-mail.svg);
}
.pContacts-info-item.address:before {
	-webkit-mask-image: url(images/pin.svg);
	mask-image: url(images/pin.svg);
}
.pContacts-info-item p {
	font-size: var(--text-size-md);
	font-weight: 600;
	margin-bottom: 8px;
}
.pContacts-info-item p:last-child {
	margin-bottom: 0;
}
.pContacts-info-item p a {
	color: var(--black);
	text-decoration: none;
}
.pContacts-info-item p a:hover {
	color: var(--yellow);
}
.pContacts-right {
	flex: 0 0 calc(67% - 12px);
	max-width: calc(67% - 12px);
}
.pContacts-map iframe {
	width: 100%;
	height: 360px;
}
.feedback-form {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}




.page-body-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.page-left {
	flex: 0 0 calc(100% / 3 * 2 - 12px);
	max-width: calc(100% / 3 * 2 - 12px);
}
.page-right {
	flex: 0 0 calc(100% / 3 - 12px);
	max-width: calc(100% / 3 - 12px);
}



.blog-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px -24px;
}
.blog-item {
	flex: 0 0 50%;
	max-width: 50%;
	margin: 0 0 24px;
	padding: 0 12px;
}
.blog-item__wrap {
	position: relative;
	height: 100%;
	background: var(--black);
	color: var(--white);
	z-index: 1;
}
.blog-item__image {
	height: calc((var(--container) - 24px * 2) / 3 / 1.5);
	overflow: hidden;
}
.blog-item__info {
	position: relative;
	padding: 16px 20px 20px;
	z-index: 1;
}
.blog-item__date {
	font-size: var(--text-size-sm);
	font-weight: 400;
	margin-bottom: 8px;
}
.blog-item__title {
	margin-top: 0;
	margin-bottom: 12px;
	font-size: var(--text-size-md);
	font-weight: 600;
}
.blog-item__title a {
	color: var(--white);
	text-decoration: none;
}
.blog-item__title a:hover {
	color: var(--yellow);
}
.blog-item__excerpt {
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 14px;
}




.widget {
	position: relative;
	margin-bottom: 24px;
	padding: 24px;
	background: var(--black);
	color: var(--white);
	z-index: 1;
}
.widget:last-child {
	margin-bottom: 0;
}
.widget-title {
	font-size: var(--h6-size);
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	margin: 0 0 14px;
	line-height: 1.09;
}
.widget_categories ul,
.widget_recent_entries ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.widget_categories ul li,
.widget_recent_entries ul li {
	margin-bottom: 4px;
	padding: 10px 0;
	border-bottom: 1px solid var(--white);
}
.widget_categories ul li:last-child,
.widget_recent_entries ul li:last-child {
	margin-bottom: 0;
}
.widget_categories ul li a,
.widget_recent_entries ul li a {
	color: var(--white);
	text-decoration: none;
}
.widget_categories ul li a:hover,
.widget_categories ul li.current-cat a,
.widget_recent_entries ul li a:hover {
	color: var(--yellow);
}
.widget_recent_entries ul li .post-date {
	display: block;
	margin-top: 8px;
	font-weight: 400;
	font-size: var(--text-size-sm);
}



.singleBlog-image {
	position: relative;
	margin-bottom: 24px;
}
.singleBlog-image img {
	max-height: 420px;
}
.singleBlog-date {
	font-size: var(--text-size-sm);
	font-weight: 700;
}
.singleBlog-wrap iframe {
	height: calc((var(--container) * .666667 - 12px) / 1.8);
}





@media (max-width: 1399px) {
	:root {
		--container: 1116px;

		--text-size: 16px;
		--text-size-sm: 14px;
		--text-size-md: 18px;
		--h1-size: 40px;
		--h2-size: 36px;
		--h3-size: 32px;
		--h4-size: 28px;
		--h5-size: 24px;
		--h6-size: 20px;
	}
	.process-items {
		margin: 0 -50px -24px;
	}
	.process-item {
		padding: 0 50px;
	}
	.process-item__wrap:after {
		left: calc(100% + 5px);
		top: calc(((var(--container) - 100px * 3) / 4) / 2 - 25px);
	}
	.process-item__image {
		height: calc((var(--container) - 100px * 3) / 4);
	}
	.process-item__image img {
		max-height: calc((var(--container) - 100px * 3) / 4);
	}
}





@media (max-width: 1199px) {
	:root {
		--container: 916px;

		--text-size: 16px;
		--text-size-sm: 14px;
		--text-size-md: 17px;
		--h1-size: 36px;
		--h2-size: 32px;
		--h3-size: 28px;
		--h4-size: 24px;
		--h5-size: 20px;
		--h6-size: 18px;
	}
	.alignleft {
		margin-right: 30px;
	}
	.alignright {
		margin-left: 30px;
	}
	.section {
		padding-top: 54px;
		padding-bottom: 54px;
	}
	.heading {
		margin-bottom: 32px;
	}
	.hero-advantages-item__wrap {
		padding: 20px 6px;
	}
	.technology-content br {
		display: none;
	}
	.page-title {
		font-size: var(--h1-size);
	}
	.distributors-item {
		flex: 0 0 calc(100% / 3);
		max-width: calc(100% / 3);
	}
}





@media (max-width: 991px) {
	:root {
		--container: 696px;

		--text-size: 16px;
		--text-size-sm: 14px;
		--text-size-md: 17px;
		--h1-size: 32px;
		--h2-size: 28px;
		--h3-size: 24px;
		--h4-size: 22px;
		--h5-size: 20px;
		--h6-size: 18px;
	}
	.btn {
		min-width: 220px;
	}
	.header-logo {
		flex: auto;
	}
	.main-menu {
		display: none;
	}
	.hero-section {
		padding: 75px 0 54px;
		min-height: auto;
	}
	.hero-heading {
		font-size: calc(var(--h1-size) * 1.1);
	}
	.hero-advantages {
		position: relative;
		bottom: 0;
		margin-top: 54px;
	}
	.hero-advantages-item {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.categories-item,
	.products-item {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.categories-item__image {
		height: calc((var(--container) - 10px) / 2 - 16px * 2);
	}
	.categories-item__image img {
		max-height: calc((var(--container) - 10px) / 2 - 16px * 2);
	}
	.products-item__image {
	    height: calc((var(--container) - 10px) / 2 - 16px * 2);
	}
	.process-items {
		margin: 0 -12px -24px;
	}
	.process-item {
		flex: 0 0 calc(100% / 3);
		max-width: calc(100% / 3);
		margin: 0 0 24px;
		padding: 0 12px;
	}
	.process-item__wrap:after {
		display: none;
	}
	.process-item__image {
		height: calc((var(--container) - 24px) / 2);
		max-height: 100px;
	}
	.technology-left {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 34px;
	}
	.technology-right {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.technology-image {
		height: calc(var(--container) / 1.5);
	}
	.technology-content {
		margin-bottom: 24px;
	}
	.footer-wrap {
		margin: 0;
		flex-direction: column;
		align-items: center;
	}
	.footer-widget {
		max-width: 100%;
		padding: 0;
		margin-bottom: 34px;
		text-align: center;
	}
	.footer-widget:last-child {
		margin-bottom: 0;
	}
	.footer-soc {
		justify-content: center;
	}
	.footer-contacts {
		text-align: left;
	}
	.info-right {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 34px;
		order: 1;
	}
	.info-left {
		flex: 0 0 100%;
		max-width: 100%;
		order: 2;
	}
	.distributors-item {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.page-left,
	.pContacts-left {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 34px;
	}
	.page-right,
	.pContacts-right {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.blog-item__image {
		height: calc((var(--container) - 24px) / 2 / 1.5);
	}
	.singleBlog-wrap iframe {
		height: calc(var(--container) / 1.8);
	}
}





@media (max-width: 767px) {
	:root {
		--container: 516px;

		--text-size: 14px;
		--text-size-sm: 13px;
		--text-size-md: 16px;
		--h1-size: 28px;
		--h2-size: 24px;
		--h3-size: 22px;
		--h4-size: 20px;
		--h5-size: 18px;
		--h6-size: 16px;
	}
	.heading {
		margin-bottom: 24px;
	}
	.hero-advantages-items {
		margin: 0 -7px -14px;
	}
	.hero-advantages-item {
		flex: 0 0 100%;
		max-width: 100%;
		margin: 0 0 14px;
		padding: 0 7px;
	}
	.hero-advantages-item__wrap {
		min-height: 110px;
	}
	.hero-advantages-item__count {
		font-size: 108px;
	}
	.heading p:first-child {
		margin-bottom: 8px;
	}
	.manufacture-item {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.manufacture-item__title,
	.products-item__title,
	.categories-item__title {
		font-size: var(--h5-size);
	}
	.process-item__image {
		max-height: auto;
		height: 120px;
	}
	.process-item__image img {
		max-height: 120px;
	}
	.page-title {
		padding: 24px 0;
	}
	.page-breadcrumbs {
		padding: 16px 0 8px;
	}
	.alignleft,
	.alignright,
	.aligncenter {
		float: none;
		margin: 0 0 0px !important;
		max-width: 100%;
	}
	.distributors-item__wrap {
		padding: 20px 16px;
	}
	.form-field-50 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.distributors-item__title,
	.distributors-item__info p {
		margin-bottom: 12px;
	}
}




@media (max-width: 575px) {
	:root {
		--container: calc(100vw - 32px);

		--text-size: 14px;
		--text-size-sm: 13px;
		--text-size-md: 16px;
		--h1-size: 28px;
		--h2-size: 24px;
		--h3-size: 22px;
		--h4-size: 20px;
		--h5-size: 18px;
		--h6-size: 16px;
	}
	.categories-item, .products-item, .distributors-item, .blog-item {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.categories-item__image,
	.products-item__image {
        height: calc(var(--container) - 16px * 2);
    }
    .categories-item__image img {
    	max-height: calc(var(--container) - 16px * 2);
    }
    .process-item {
    	flex: 0 0 50%;
    	max-width: 50%;
    }
    .page-title {
    	font-size: var(--h2-size);
    }
    .page-breadcrumbs {
    	font-size: var(--text-size-sm);
    }
    .blog-item__image {
        height: calc(var(--container) / 1.5);
    }
    .blog-item__title {
    	font-size: var(--h5-size);
    }
    .error-404-number {
		font-size: calc(var(--h1-size) * 5);
	}
}