/*!
Theme Name: Tennis Club Kirchheim
Theme URI: http://underscores.me/
Author: Stein-pilz
Author URI: https://stein-pilz.com/
Description: Tennis Club Kirchheim theme
Version: 1.0.0
*/

@import url("/wp-content/themes/tennis/css/reset.css");
@import url("/wp-content/themes/tennis/css/normalize.css");
@import url("/wp-content/themes/tennis/fonts/inter/inter.css");

/* ------------------- Theme ------------------- */

* {
	box-sizing: border-box;
	outline: none;
}
body {
	font-family: 'Inter', sans-serif;
}
body.overflow-hidden {
    overflow: hidden;
}
ul,
ol {
	padding-left: 20px;
}
ul li {
	list-style: disc;
	margin-left: 10px;
}
ol li {
	list-style: decimal;
}
ul,
p {
	margin-bottom: 30px;
}
ul li::marker {
	color: #002C5D;
}
ul:last-child,
p:last-child {
	margin-bottom: 0;
}
a {
	color: #002C5D;
}
td {
	padding: 5px;
}
.mb {
	margin-bottom: 100px;
}
.container {
	max-width: 1256px;
	width: 100%;
	margin: 0 auto;
}
.container_sm {
	max-width: 744px;
	width: 100%;
	margin: 0 auto;
}
.container_l {
	max-width: 1076px;
	width: 100%;
	margin: 0 auto;
}

.main-text .main-btn,
.main-btn {
	display: inline-flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	border-radius: 41px;
	padding: 13px 22px 14px 22px;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 120%;
	background: #fff;
	color: #003C7D;
	height: 60px;
	text-decoration: none;
	transition: .2s;
}
.post-password-form input[type="submit"] {
	display: inline-flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	border-radius: 41px;
	padding: 13px 22px 14px 22px;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 120%;
	background: transparent;
	color: #003C7D;
	height: 60px;
	text-decoration: none;
	transition: .2s;
	box-shadow: inset 0 0 0 1px #003C7D;
}
.post-password-form {
	color: #002C5D;
}
.post-password-form input[type="submit"] {
	border: none;
	margin-left: 30px;
	cursor: pointer;
}
.post-password-form input[type="password"] {
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 20px;
}

.post-password-form label 	 {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.post-password-form p:last-child {
	display: flex;
	align-items: flex-end;
}
.main-btn.main-btn-bl {
	background: #003C7D;
	color: #fff;
}
.main-btn-img {
	margin-right: 10px;
	position: relative;
	width: 26px;
	height: 26px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.main-btn__1 {
	margin-right: 10px;
}
.main-btn__border {
	box-shadow: inset 0 0 0 1px #003C7D;
}
.main-text {
	color: #002C5D;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}
.main-text h3 {
	color: #002C5D;
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
}
.f-c-c {
	display: flex;
	justify-content: center;
	align-items: center;
}
.f-sb-c {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.img-contain {
	width: 100%;
	object-fit: contain;
}
.img-cover {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.main-title {
	color: #003C7D;
	font-size: 33px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 70px;
}
.main-title::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -18px;
	width: 60px;
	height: 10px;
	border-radius: 20px;
	background: #F5F509;
}
.main-text {
	color: #002C5D;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}
.main-text a {
	font-weight: 500;
	text-decoration: underline;
	color: #002C5D;
}
.main-text p {
	margin-bottom: 17px;
}
.main-text p:last-child {
	margin-bottom: 0;
}
.mbp {
	margin-bottom: 40px;
}
.page-title {
	color: #002C5D;
	font-size: 35px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
}
.page-subtitle {
	color: #002C5D;
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
}
.page-quote {
	color: #003C7D;
	font-size: 27px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	position: relative;
}
.page-quote::before {
	content: '';
	position: absolute;
	left: -30px;
	top: 0;
	border-radius: 10px;
	background: #F5F509;
	width: 5px;
	height: 100%;
}
.empty-space-60 {
	height: 60px;
	width: 100%;
}
.swiper .theme-pagination {
	width: auto;
}
.theme-pagination-onslider {
	position: absolute;
	z-index: 3;
	left: 50%;
	transform: translateX(-50%);
	bottom: 40px;
}
.theme-pagination-under-slider {
	margin-top: 40px;
	display: flex;
	justify-content: center;
}
.theme-pagination-under-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
	width: auto;
}
.theme-pagination .swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	background: #003C7D;
	margin: 0 20px !important;
	transition: .2s;
	opacity: 0.3;
}
.theme-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 40px;
	height: 6px;
	border-radius: 10px;
	opacity: 1;
}
.theme-pagination.theme-pagination-wt .swiper-pagination-bullet {
	background: #FFF;
}

.featured-pages__slider-wrapper,
.main-last-news__slider-wrapper,
.gallery__slider-wrapper,
.team-block-slider-wrapper {
	position: relative;
}
.theme-arrow-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
	z-index: 5;
	cursor: pointer;
	opacity: 0.6;
	transition: .2s;
}
.theme-arrow-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	z-index: 5;
	cursor: pointer;
	opacity: 0.6;
	transition: .2s;
}
.theme-arrows .theme-arrow-next.swiper-button-disabled,
.theme-arrows .theme-arrow-prev.swiper-button-disabled {
	opacity: 0;
}
.index-section-2 {
	position: relative;
	z-index: 2;
}
.index-section-1 {
	position: relative;
	z-index: 1;
}
.page-block-subtitle,
.page-block-text,
.page-block-quote,
.page-block-img,
.page-block-img-text,
.team-block,
.files-block,
.grey-block,
.page-block-buttons,
.page-block-video,
.featured-pages,
.about-us,
.open-lessons,
.main-last-news,
.gallery,
.hero,
.featured-pages {
	background: #fff;
}
.featured-pages__front .featured-pages {
	display: none;
}

/* ------------------- Header ------------------- */

.site-header {
	position: fixed;
	max-width: 1400px;
	width: 100%;
	height: 100px;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 70px;
	padding: 0 20px 0 16px;
	box-shadow: 0px 2px 50px 0px rgba(0, 0, 0, 0.16);
	background: #fff;
	z-index: 10;
}
.site-header.nav-down {
    /* position: fixed;
    top: 0;
    width: 100%;
    transition: 0.2s;
    background: #ffffff; */
    z-index: 5;
	top: 20px;
	transition: 0.2s;
    /* box-shadow: 0px 0px 15px 1px rgb(0 0 0 / 10%); */
}
.site-header.nav-up {
    top: -196px;
    transition: 0.2s;
}
.site-header .logo {
	width: 246px;
	height: 70px;
	display: flex;
}
.site-header__r .main-btn.main-btn__1 {
	margin-right: 0;
}
.site-header__r .main-btn .main-btn-text {
	font-size: 15px;
}
.main-navigation #primary-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 30px;
}
.main-navigation #primary-menu>li {
	list-style: none;
	margin-right: 27px;
	margin-left: 0;
	padding: 41px 0 41px 0;
}
.main-navigation #primary-menu>li:last-child {
	margin-right: 0;
}
.main-navigation #primary-menu>li a {
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	line-height: 120%;
	color: #002C5D;
	text-decoration: none;
	transition: .2s;
	position: relative;
	list-style: none;
	white-space: nowrap;
}
.main-navigation #primary-menu>li>a::before {
	content: '';
	position: absolute;
	bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
	border-radius: 10px;
	width: 30px;
	height: 5px;
	background: transparent;
	opacity: 0;
	visibility: hidden;
	transition: .2s;
}
.main-navigation #primary-menu>li>.sub-menu {
	position: absolute;
	top: 100%;
	margin-top: 6px;
	right: 50%;
    transform: translateX(50%);
}
.main-navigation #primary-menu li {
	position: relative;
	list-style: none;
	margin-left: 0;
}
.main-navigation #primary-menu > li.without-link > a {
	cursor: default;
}
.main-navigation #primary-menu li .sub-menu {
	border-radius: 10px;
	box-shadow: 0 2px 50px 0 rgba(0, 0, 0, 0.16);
	background: #fff;
	padding: 30px 0;
	opacity: 0;
	visibility: hidden;
	transition: .2s;
}
.main-navigation #primary-menu>li>.sub-menu .sub-menu {
    position: absolute;
    top: -30px;
    margin-top: 0;
    left: 100%;
	margin-left: 6px;
}

.scroll-wrapper.sub-menu {
	border-radius: 10px;
	box-shadow: 0 2px 50px 0 rgba(0, 0, 0, 0.16);
	background: #fff;
	padding: 30px 0px !important;
}
.main-navigation #primary-menu>li>.sub-menu .sub-menu.scroll-content {
    position: static;
    top: 0;
    margin-top: 0;
    left: 0;
	margin-left: 0;
	opacity: 0;
	visibility: hidden;
	padding: 0;
	box-shadow: none;
	background: transparent;
	border-radius: 0;
}


.main-navigation #primary-menu>li>.sub-menu .scrollbar-inner .sub-menu {
	max-height: 300px;
}
.scroll-element.scroll-y.scroll-scrolly_visible {
	height: 80%;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    display: block;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}
.scroll-element_outer {
	overflow: hidden;
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}
.scroll-element_size {
	display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}
.scroll-element_track {
	background-color: #e0e0e0;
    opacity: 0.4;
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    border-radius: 10px;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scroll-bar {
	background-color: #2774c7;
    border-radius: 10px;
    border: none;
    margin: 0px;
    padding: 0px;
    position: absolute;
    z-index: 10;
    top: 0px;
	width: 100%;
}




.main-navigation #primary-menu>li>.sub-menu li {
    padding: 0 30px;
	margin-bottom: 24px;
}
.main-navigation #primary-menu>li>.sub-menu li:last-child {
	margin-bottom: 0;
}
.main-navigation #primary-menu>li>.sub-menu li a {
	color: #000;
}
.main-navigation #primary-menu>li>.sub-menu li.menu-item-has-children>a::before {
	content: '';
	position: absolute;
	right: -20px;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
	height: 12px;
	background: url('img/black-arr-right.svg') no-repeat center center;
	background-size: contain;
}
.burger {
	display: none;
}
.mobile-menu {
	/* display: none; */
	position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00254D;
    z-index: 10;
	overflow-y: scroll;
	padding: 98px 50px;
	transition: .2s;
	transform: translateX(120%);
}
.mobile-menu.clicked {
	transform: translateX(0%);
}
.mobile-menu__close {
	position: absolute;
	right: 20px;
	top: 30px;
	width: 50px;
	height: 50px;
}
.main-navigation-mobile {
	margin-bottom: 60px;
}
.main-navigation-mobile ul {
	padding-left: 0;
}
.main-navigation-mobile ul li {
	list-style: none;
	margin-left: 0;
}
.main-navigation-mobile ul li a {
	text-decoration: none;
}
.main-navigation-mobile>.menu-primary-menu-container>ul>li {
	margin-bottom: 30px;
}
.main-navigation-mobile>.menu-primary-menu-container>ul>li:last-child,
.main-navigation-mobile>.menu-primary-menu-container>ul>li.active {
	margin-bottom: 0;
}
.main-navigation-mobile ul.menu>li>a {
	color: #FFF;
	font-size: 30px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.main-navigation-mobile ul.menu li ul.sub-menu {
	margin: 0;
	opacity: 0;
	visibility: hidden;
	height: 0;
}
.main-navigation-mobile ul.menu li ul.sub-menu.active {
	margin: 30px 0px 40px 20px;
	opacity: 1;
	visibility: visible;
	height: auto;
}
.main-navigation-mobile ul.menu li ul.sub-menu li ul.sub-menu {
	margin: 0;
}
.main-navigation-mobile ul.menu li ul.sub-menu li ul.sub-menu.active {
	margin: 30px 0px 36px 20px;
}
.main-navigation-mobile ul.menu li ul.sub-menu li {
	margin-bottom: 20px;
}
.main-navigation-mobile ul.menu li ul.sub-menu li:last-child {
	margin-bottom: 0;
}
.main-navigation-mobile ul.menu li ul.sub-menu li ul.sub-menu li {
	font-size: 17px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 17px;
}
.main-navigation-mobile ul.menu li ul.sub-menu li ul.sub-menu li:last-child {
	margin-bottom: 0;
}
.main-navigation-mobile ul.menu li ul.sub-menu>li>a {
	color: rgb(255, 255, 255);
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.main-navigation-mobile ul.menu li ul.sub-menu ul.sub-menu>li>a {
	color: rgba(255, 255, 255, 0.8);
	font-size: 17px;
}
.main-navigation-mobile .menu-item.menu-item-has-children a {
	position: relative;
}
.main-navigation-mobile .menu-item.menu-item-has-children>a::before {
	content: '';
	position: absolute;
	width: 13px;
	height: 23px;
	background: url('img/menu-arrow-mob.svg') no-repeat center center;
	background-size: contain;
	right: -32px;
	top: 50%;
	transform: translateY(-50%) rotate(0deg);
	transition: .2s;
}
.main-navigation-mobile .sub-menu .menu-item.menu-item-has-children>a::before {
	width: 9px;
	height: 14px;
	right: -18px;
}
.main-navigation-mobile ul li.menu-item.menu-item-has-children.active>a {
	color: #FF0;
}
.main-navigation-mobile ul li.menu-item.menu-item-has-children.active>a::before {
	transform: translateY(-50%) rotate(90deg);
	background: url('img/menu-arrow-mob-active.svg') no-repeat center center;
	background-size: contain;
}
.site-m_menu__btns {
	display: inline-flex;
	flex-direction: column;
}
.site-m_menu__btns .main-btn__1 {
	margin-right: 0;
	margin-bottom: 10px;
}
.site-m_menu__btns .main-btn {
	min-width: 335px;
}

/* ------------------- Hero ------------------- */

.hero {
	position: relative;
}
.hero__slider {
	height: 100vh;
	max-height: 950px;
}
.hero__slider-item {
	position: relative;
	width: 100%;
}
.hero__slider-item .container {
	height: 100%;
    position: relative;
}
.hero__slider-item-img {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
}
.hero__page-layer,
.hero__slider-layer {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 70%;
	height: 100%;
	background: linear-gradient(90deg, hsla(0, 0%, 0%, 0.6) 0%, rgba(0, 0, 0, 0.00) 100%);
}
.hero__slider-item-info {
	position: absolute;
	bottom: 20%;
	z-index: 3;
}
.hero__title {
	color: #fff;
	font-size: 50px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
}
.hero__text {
	color: #fff;
	margin-top: 30px;
}
.hero__btns {
	margin-top: 30px;
}

/* ------------------- Featured pages ------------------- */

.featured-pages-scroll {
	padding: 165px 0 184px 0;
    overflow: hidden;
    height: 100vh;
    display: flex;
    align-items: center;
    z-index: 2;
}
.featured-pages-scroll__scroll-slide {
	display: flex;
    flex-direction: column;
    background: #FFFFFF;
    border-radius: 20px;
    margin-right: 25px;
    width: 540px;
    min-width: 540px;
    height: 580px;
    overflow: hidden;
	position: relative;
	
}
.featured-pages-scroll__item {
	height: 100%;
	display: flex;
	align-items: flex-end;
	text-decoration: none;
}
.featured-pages-scroll__scroll-wrapper {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.featured-pages-scroll img {
    position: absolute;
    width: 100%;
    height: 100%;
	top: 0;
	left: 0;
    object-fit: cover;
    z-index: 1;
	transition: .2s;
	transform: scale(1);
}
.featured-pages-scroll__layer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 46.3%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.00) 100%);
	z-index: 2;
	transition: .2s;

}
.featured-pages-scroll__item-title {
	display: flex;
	align-items: center;
	color: #FFF;
	font-size: 35px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	text-transform: uppercase;
	position: relative;
	z-index: 3;
	text-decoration: none;
	padding: 70px 40px;
}
.featured-pages-scroll__item-title svg {
	margin-left: 11px;
	position: relative;
	right: 0;
	transition: .2s;
}






.featured-pages {
	overflow: hidden;
}
/* .featured-pages__front .featured-pages {
	display: none;
} */
.featured-pages__slider-page .featured-pages__item,
.featured-pages__slider .featured-pages__item {
	position: relative;
	height: 580px;
	border-radius: 20px;
	overflow: hidden;
	display: flex;
	align-items: flex-end;
	text-decoration: none;
}
.featured-pages__item img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}
.featured-pages__layer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 46.3%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.00) 100%);
	z-index: 2;
	transition: .2s;

}
.featured-pages__item-title {
	display: flex;
	align-items: center;
	color: #FFF;
	font-size: 35px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	text-transform: uppercase;
	position: relative;
	z-index: 3;
	text-decoration: none;
	padding: 70px 40px;
}
.featured-pages__item-title svg {
	margin-left: 11px;
	position: relative;
	right: 0;
	transition: .2s;
}
.featured-pages__slider-page.swiper,
.featured-pages__slider.swiper {
	/* max-width: 540px; */
	max-width: 1105px;
	margin-left: 0;
	overflow: visible;
}
.featured-pages__mobile {
	display: none;
	flex-direction: column;
}
.featured-pages__item-m {
	padding: 40px 0 40px 0;
	border-bottom: 1px solid #C8C8C8;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #003C7D;
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	text-transform: uppercase;
	text-decoration: none;
}
.featured-pages__item-m:first-child {
	padding-top: 20px;
}

/* ------------------- about us ------------------- */

.about-us .container {
	display: flex;
	align-items: center;
}
.about-us-l {
	max-width: 528px;
	width: 100%;
	margin-right: 8.59%;
}
.about-us__numbers {
	display: flex;
	margin-bottom: 40px;
}
.about-us__item {
	margin-right: 40px;
}
.about-us__item:last-child {
	margin-right: 0;
}
.about-us__item-number {
	color: #003C7D;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	text-transform: uppercase;
}
.about-us__item-line {
	width: 20px;
	height: 7px;
	border-radius: 20px;
	background: #EAEAEA;
	margin: 10px 0;
}
.about-us__item-text {
	color: #003C7D;
	text-align: center;
	font-size: 17px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
}
.about-us__text {
	margin-bottom: 35px;
}
.about-us-r {
	max-width: 620px;
	width: 100%;
}
.about-us__img {
	width: 100%;
	height: 100%;
	border-radius: 30px;
	overflow: hidden;
}
.about-us__img.mobile {
	display: none;
	flex-direction: column;
}

/* ------------------- open-lessons ------------------- */

.open-lessons {
	position: relative;
}
.open-lessons__slider {
	height: 100vh;
}
.open-lessons__slider-item {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
}
.open-lessons__slider-item-img {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
}
/* .open-lessons__slider-layer {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 70%;
	height: 100%;
	opacity: 0.5;
	background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
} */
.open-lessons__slider-item-info {
	max-width: 500px;
	width: 100%;
	position: relative;
	z-index: 3;
}
/* .open-lessons__slider-item-info {
	padding-top: 190px;
} */
.open-lessons__title {
	color: #003C7D;
	font-size: 50px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
}
.open-lessons__text {
	color: #003C7D;
	margin-top: 30px;
}
.open-lessons__btns {
	margin-top: 30px;
}

/* ------------------- last-news ------------------- */

.main-last-news {
	overflow: hidden;
}
.main-last-news__title {
	display: flex;
	align-items: center;
	margin-bottom: 70px;
}
.main-last-news__title .main-title {
	margin-bottom: 0;
	margin-right: 40px;
}
.news-title-wrapper {
	margin-bottom: 70px;
}
.look-all-news {
	position: relative;
    top: 5px;
	color: #002C5D;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	text-decoration: underline;
	transition: .2s;
}
.main-last-news__item {
	border-radius: 16px;
	background: #FFF;
	box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.10);
	transition: .2s;
	overflow: hidden;
}
.main-last-news__item-img  {
	height: 300px;
	overflow: hidden;
}
.main-last-news__item-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .2s;
	transform: scale(1);
}
.main-last-news__item-link {
	text-decoration: none;
}
.main-last-news__item-info {
	padding: 32px 23px;
}
.main-last-news__item-date {
	color: rgba(0, 60, 125, 0.5);
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}
.main-last-news__item-title {
	margin-top: 12px;
	color: #003C7D;
	font-size: 23px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%;
}
.main-last-news__item-text {
	margin-top: 12px;
	color: #002C5D;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}
.main-last-news__slider.swiper {
	overflow: visible;
	max-width: 905px;
	width: 100%;
	margin-left: 0;
}
.main-last-news .swiper-slide.main-last-news__item {
	height: auto;
}

/* ------------------- gallery-slider ------------------- */

.gallery {
	overflow: hidden;
}
.gallery__slider.swiper {
	overflow: visible;
	max-width: 692px;
	width: 100%;
	height: 461px;
	margin-left: 0;
}
.gallery__slider-contain.swiper {
	overflow: visible;
	width: 100%;
	height: 461px;
}
.gallery__slider-contain.swiper .swiper-slide.gallery__slider-item {
	width: auto;
	overflow: hidden;
}
.gallery__slider-contain.swiper .swiper-slide.gallery__slider-item img {
	height: 100%;
}
.swiper-slide.gallery__slider-item a {
	display: block;
	width: 100%;
    height: 100%;
}
.gallery__slider-layer {
	position: absolute;
	background: rgba(0, 0, 0, 0.2);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: .2s;
	z-index: 1;
}
.gallery__slider-eye {
	width: 50px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	visibility: hidden;
	transition: .2s;
	z-index: 2;
}
.gallery-static__items {
	display: flex;
	justify-content: center;
}
.gallery-static__item {
	margin-right: 15px;
	position: relative;
}
.gallery-static__item:last-child {
	margin-right: 0;
}
.gallery-static__item a {
	display: block;
}
.gallery-static__item .gallery-static__item-img-wrapper {
	display: flex;
	overflow: hidden;
	position: relative;
}
.gallery-static__item-caption {
	color: #002C5D;
    font-size: 17px;
    font-style: normal;
    line-height: 140%;
	font-weight: bolder;
}
.gallery-static__item-description {
	color: #002C5D;
    font-size: 12px;
    font-style: normal;
    line-height: 140%;
	margin-top: 4px;
}
.gallery-static__item-mt {
	display: block;
	margin-top: 30px;
}
.gallery-static__item img.gallery-static__item-img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.gallery-static__item img.gallery-static__item-img.cover {
	object-fit: cover;
}



/* ------------------- footer ------------------- */

.site-footer {
	padding: 77px 0 25px 0;
	background: #0A254D;
	position: relative;
	z-index: 2;
	clear: both;
}
.site-footer,
.site-footer__address {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	text-decoration: none;
}
.site-footer__col.site-footer__col-1 {
	margin-right: 30px;
}
.footer-nav ul li a,
.site-footer__contats a {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	text-decoration: none;
	transition: .2s;
}
.site-footer__row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 135px;
}
.footer-logo,
.site-footer__address,
.site-footer__contats {
	margin-bottom: 30px;
}
.site-footer__address {
	display: inline-block;
	transition: .2s;
}
.footer-logo {
	width: 246px;
}
.footer-logo__wrapper {
	margin-bottom: 30px;
}
.site-footer__contats a {
	display: block;
}
.site-footer__btns {
	display: flex;
	flex-direction: column;
	align-items: baseline;
}
.site-footer__btns .main-btn__1 {
    margin-right: 0;
	margin-bottom: 10px;
}
.site-footer__r {
	display: flex;
}
.site-footer__r .site-footer__col {
	margin-right: 40px;
	max-width: 195px;
}
.site-footer__r .site-footer__col .site-footer__title svg {
	display: none;
	margin-right: 10px;
	transform: rotate(0deg);
	transition: .2s;
}
.site-footer__r .site-footer__col .site-footer__title svg path {
	transition: .2s;
}
.site-footer__r .site-footer__col .site-footer__title.active svg {
	transform: rotate(90deg);
}
.site-footer__r .site-footer__col .site-footer__title.active svg path {
	fill: #F5F509;
}
.site-footer__r .site-footer__col .site-footer__title {
	display: flex;
	align-items: center;
	color: rgba(255, 255, 255, 0.4);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 35px;
}
.footer-nav ul {
	padding-left: 0;
}
.footer-nav ul li {
    list-style: none;
    margin-left: 0;
	margin-bottom: 20px;
}
.footer-nav ul li:last-child {
	margin-bottom: 0;
}
.footer-nav-bottom {
	margin-bottom: 8px;
	display: flex;
}
.footer-nav-bottom ul {
	display: flex;
	padding-left: 0;
}
.footer-nav-bottom ul li {
	list-style: none;
    margin-left: 0;
	margin-right: 24px;
}
.footer-nav-bottom ul li:last-child {
	margin-right: 0;
}
.footer-nav-bottom ul li a {
	color: rgba(255, 255, 255, 0.4);
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	text-decoration: none;
	transition: .2s;
}
.data-protection {
	margin-left: 24px;
}
.copyright {
	color: rgba(255, 255, 255, 0.4);
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

.made-by {
	color: rgba(255, 255, 255, 0.4);
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

.made-by a {
	color: rgba(255, 255, 255, 0.4);
}

.site-footer__bottom {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

/* ------------------- hero-page ------------------- */

.hero-page {
	position: relative;
	min-height: 440px;
	display: flex;
	align-items: flex-end;
	padding-bottom: 79px;
}
.hero__page-img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.hero-page_breadcrumbs {
	position: relative;
	z-index: 3;
}
.hero-page .container {
	position: relative;
	height: 100%;
}
.hero-page.hero-post {
	min-height: 540px;
}
.hero-page.hero-post .hero-page_breadcrumbs h1 {
	margin-bottom: 20px;
}
.hero-page.hero-post .hero-page__date {
	color: #CCC;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

/* ------------------- breadcrumbs ------------------- */

#breadcrumbs .breadcrumb_last {
	display: none;
}
#breadcrumbs {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-left: 23px;
	position: relative;
}
#breadcrumbs::before {
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #fff;
}
#breadcrumbs a {
	color: #FFF;
	text-decoration: underline;
}
.hero-page_breadcrumbs h1 {
	margin: 20px 0 0 0;
	color: #FFF;
	font-size: 50px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
}

/* ------------------- page-block-img ------------------- */
.page-block-img .container_sm {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.page-block-img__in,
.page-block-img__in-nh {
	position: relative;
	/* width: 100%;
	display: flex; */
	display: inline-flex;
	justify-content: center;
}
.page-block-img__in picture,
.page-block-img__in-nh picture{
	display: flex;
}
.img-layer {
	position: absolute;
	background: rgba(0, 0, 0, 0.2);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: .2s;
	z-index: 1;
}
.img-eye {
	width: 50px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	visibility: hidden;
	transition: .2s;
	z-index: 2;
}
.page-block-img-text__sides {
	display: flex;
	align-items: center;
}
.page-block-img-text__sides.revers {
	flex-direction: row-reverse;
}
.page-block-img-text__side-text {
	width: 472px;
	min-width: 472px;
	margin-right: 36px;
}
.page-block-img-text__sides.revers .page-block-img-text__side-text {
	margin-right: 0;
}
.page-block-img-text__side-img {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 568px;
	width: 100%;
}
.page-block-img-text__sides.revers .page-block-img-text__side-img {
	margin-right: 36px;
}
.page-block-img-text__side-img picture {
	display: flex;
}
.page-block-img-text__side-img picture img {
	width: 100%;
}
.page-block-img-text__pic-nh,
.page-block-img-text__pic {
	/* display: flex; */
	display: inline-flex;
	justify-content: center;
	position: relative;
}
.page-block-img-caption {
	color: #002C5D;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
	margin-bottom: 15px;
}
.page-block-img-description {
	color: #002C5D;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
	margin-top: 15px;
}

/* ------------------- team-block ------------------- */

.team-block {
	overflow: hidden;
}
.team-block-slider.swiper {
	overflow: visible;
}
.team-block-slider__item-img {
	height: 300px;
	margin-bottom: 20px;
}
.team-block-slider__item-title {
	color: #002C5D;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	margin-bottom: 5px;
}
.team-block-slider__item-text {
	color: #002C5D;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

/* ------------------- files-block ------------------- */

.files-block__item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 0;
	border-bottom: 1px solid #D5D5D5;
}
.files-block__item:first-child {
	border-top: 1px solid #D5D5D5;
}
.files-block__item-l {
	display: flex;
	align-items: center;
	max-width: 80%;
	width: 100%;
}
.files-block__item-l span {
	color: #002C5D;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-left: 20px;
}

/* ------------------- page-block-grey ------------------- */

.page-block-grey__item {
	display: flex;
	justify-content: space-between;
	border-radius: 20px;
	background: #F1F1F1;
	padding: 21px 23px;
}

.page-block-grey__item-l {
	max-width: 188px;
	margin-right: 15px;
	width: 100%;
	font-weight: 700;
	line-height: 150%;
}
.page-block-grey__item-r {
	max-width: 490px;
	width: 100%;
}
.page-block-grey__item-r-row {
	display: flex;
	justify-content: flex-end;
}
.page-block-grey__item-r-col-1-2 {
	display: flex;
	justify-content: space-between;
	max-width: 380px;
	width: 100%;
}
.page-block-grey__item-r-col-1 {
	max-width: 100px;
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid rgba(0, 43, 93, 0.3);
	margin-right: 10px;
}

.page-block-grey__item-r-col-1-2 {
	padding: 10px 0;
	border-bottom: 1px solid rgba(0, 43, 93, 0.3);
}
.page-block-grey__item-r-row:first-child .page-block-grey__item-r-col-1-2,
.page-block-grey__item-r-row:first-child .page-block-grey__item-r-col-1 {
	padding-top: 0;
}
.page-block-grey__item-r-row:last-child .page-block-grey__item-r-col-1-2,
.page-block-grey__item-r-row:last-child .page-block-grey__item-r-col-1 {
	padding-bottom: 0;
	border-bottom: none;
}
.page-block-grey__item {
	color: #002C5D;
	font-style: normal;
	line-height: 150%;
	hyphens: auto;
}
.page-block-grey__item-l {
	font-size: 24px;
	font-weight: 700;
}
.page-block-grey__item-r {
	font-size: 18px;
	font-weight: 400;
}
.page-block-grey__item-r-col-3 {
	font-weight: 500;
}
.page-block-grey__item-r-col-1.full {
	max-width: 100%;
	padding: 0;
    border-bottom: none;
    margin-right: 0;
}
.page-block-video__row {
	width: 100%;
	height: 415px;
}
.page-block-grey__item-r-col-2 {
	padding-right: 15px;
	width: 75%;
}
.page-block-grey__item-r-col-3 {
	width: 25%;
	text-align: right;
}



#myfond_gris {
    display: none;
    background-color: #000;
    opacity: .7;
    width: 100%;
    height: 100%;
    z-index: 9998;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.mymagicoverbox_fenetre {
    z-index: 99;
    position: fixed;
    top: 50%;
    display: none;
    background-color: #fff;
    left: 50%;
    transform:translate(-50%,-50%);
    border-radius: 3px;
    box-shadow:7px 7px 20px 0 rgba(0,0,0,.3);
    padding: 30px;
    
}

#box_1 {
    max-width: 368px;
    width: 100%;
}

#myfond_gris {
    display:none;
    background-color:#000;
    opacity:.7;
    width:100%;
    height:100%;
    z-index:98;
    position:fixed;
    top:0;
    bottom:0;
    right:0;
    left:0;
}
.mymagicoverbox_fermer {
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    border-radius: 50%;
    color: rgba(7, 7, 7, 1);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-pop-up-title {
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 106%;
    text-align: center;
    margin-bottom: 30px;
    color: #002c5d;
}

.main-pop-up-text {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    margin-bottom: 20px;
}

.main-pop-up {
    max-width: 302px;
    width: 100%;
    margin: 0 auto;
}

.news-btn {
	margin-bottom: 10px;
	cursor: pointer;
}

/* ------------------- contact ------------------- */

.benefits-wrapper {
    overflow: hidden;
}
.contact__map {
	height: 496px;
}
.contact__info .contact__address {
 	display: block;
	color: #002C5D;
	font-size: 17px;
	font-style: normal;
	line-height: 150%;
	margin-bottom: 30px;
}
.contact__contats a {
	display: block;
	color: #002C5D;
	font-size: 17px;
	font-weight: 400;
	line-height: 150%;
	text-decoration: none;
}
.contact__contats a.contact__email {
	text-decoration: underline;
}

/* ------------------- news ------------------- */

.news__item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 24px 0 24px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	text-decoration: none;
}
.news__items article:last-child .news__item {
	border-bottom: none;
}
.news__img {
	display: flex;
	width: 190px;
	height: 130px;
	overflow: hidden;
	border-radius: 10px;
	margin-right: 50px;
}

.news__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news__item-r {
	width: 70%;
}
.news__items {
	margin-bottom: 64px;
	color: #003C7D;
	font-style: normal;
}
.news__title {
	font-size: 23px;
	font-weight: 600;
	line-height: 130%;
	margin-bottom: 8px;
	transition: .2s;
}
.news__date {
	font-size: 15px;
	font-weight: 400;
	line-height: 140%;
	margin-bottom: 12px;
}
.news__text {
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
}
.pagination {
    display: flex;
    justify-content: center;
}
.nav-links {
    display: flex;
	flex-wrap: wrap;
}
.page-numbers {
    width: 37px;
    height: 37px;
    background-color: transparent;
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 8px;
    color: rgba(0, 60, 125, 1) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    text-decoration: none;
    background-color: transparent;
    margin: 0px 5px;
}
.prev.page-numbers,
.next.page-numbers {
    font-size: 0;
	position: relative;
}
.next.page-numbers::before {
	content: '';
	position: absolute;
	background: url(img/arr-b-next.svg) no-repeat center center;
	background-size: contain;
	width: 10px;
	height: 18px
}
.prev.page-numbers::before {
	content: '';
	position: absolute;
	background: url(img/arr-b-prev.svg) no-repeat center center;
	background-size: contain;
	width: 10px;
	height: 18px
}
.page-numbers.current {
    background-color: #F1F1F1;
    color: rgba(0, 60, 125, 1) !important;
}

/* ------------------- error-404 ------------------- */

.error-404 {
	width: 100%;
	height: 770px;
	position: relative;
	display: flex;
	align-items: center;
}
.error-404 .error-404__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.error-404__info {
	position: relative;
	z-index: 3;
	padding-top: 120px;
}
.error-404__title {
	color: #FFF;
	font-size: 50px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.error-404__text {
	color: #FFF;
	font-size: 22px;
	font-style: normal;
	font-weight: 300;
	line-height: 140%;
	margin-bottom: 20px;
}
.error-404__layer {
	background: rgba(0, 0, 0, 0.7);
    width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	z-index: 2;
}

/* ------------------- scrollup ------------------- */

.scrollup {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	position: fixed;
	background: #000000;
	border-radius: 50%;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	bottom: 40px;
	right: 40px;
	transition: 0.2s;
	z-index: 97;
	transform: rotate(-90deg);
  }
  .scrollup.white {
	background: #ffffff;
  }
  .scrollup.white svg path{
	fill: #000000;
  }
  .scrollup.white svg circle {
	fill: #ffffff;
  }
  .scrollup.active {
	opacity: 0.7;
	visibility: visible;
  }
  .scrollup:hover {
	opacity: 1;
  }

.page-text .wptb-table-container table td {
	vertical-align: top !important;
}
.page-text .wptb-table-container table td p{
	color: #002C5D;
}


.cr_form  .cr_body .editable_content {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.cr_form  .cr_body .editable_content input {
	width: 100%;
	padding: 20px;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.cr_form  .cr_body .editable_content input.clever_form_error {
	border: 1px solid red;
}

.cr_recaptcha {
	display: flex;
	justify-content: center;
}

.cr_form  .cr_body .editable_content .itemname {
	color: #002C5D;
	margin-bottom: 5px;
	display: block;
}

.submit_container {
	display: flex;
	justify-content: center;
}
.submit_container button {
	border: none;
	cursor: pointer;
	width: 100%;
}


/* ------------------- SHOP ------------------- */

.product {
	position: relative;
}
.pop-up-success,
.pop-up-error {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 11;
	background: #ffffff;
	padding: 20px;
	box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.1);
	text-align: center;
}

.shop_row-page {
	position: relative;
}
.shop_row {
	display: flex;
	justify-content: space-between;
}
.shop_side-bar {
	max-width: 16%;
	width: 100%;
	margin-right: 3%;
	position: relative;
}
.shop_goods {
	max-width: 81%;
	width: 100%;
}

.woocommerce-result-count,
.woocommerce-ordering,
.shop_side-bar .widget-title {
	display: none;
}

.products-loop-bg {
	padding: 24px;
	background: #F1F1F1;
	border-radius: 20px;
}
.shop_goods ul.products {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
body .shop_goods ul.products li.product {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 0;
	padding: 16px 0;
	border-bottom: 1px solid rgba(0, 43, 93, 0.1);
}

body .shop_goods ul.products li.product .added_to_cart {
	display: none;
}

body .shop_goods ul.products li.product:first-child {
	padding-top: 0;
}
body .shop_goods ul.products li.product:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.shop_side-bar .widget-area {
	padding: 24px;
	background: #F1F1F1;
	border-radius: 20px;
	position: sticky;
    top: 133px;
    left: 0;
}

.shop_side-bar .widget-area .product-categories {
	padding: 0;
}

.shop_side-bar .widget-area .product-categories li {
	margin: 0;
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(0, 43, 93, 0.1);
	list-style: none;
}

.shop_side-bar .widget-area .product-categories li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.shop_side-bar .widget-area .product-categories li a {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: #002C5D;
	text-decoration: none;
}

.shop_side-bar .widget-area .product-categories li.current-cat a {
	font-weight: 700;
}

.product-titel-cst {
	width: 50%;
	display: flex;
	align-items: center;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	color: #002C5D;
}

.product-price-cst {
	width: 10%;
	display: flex;
	align-items: center;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	color: #002C5D;
}

.product-end-cst {
	width: 40%;
	display: flex;
	justify-content: flex-end;
}

.product-end-cst form {
	display: flex;
	align-items: center;
}

.product-end-cst form .single_add_to_cart_button {
	padding: 0;
	background: none;
	border: none;
	margin-left: 30px;
	cursor: pointer;
	
}

.product-end-cst form .single_add_to_cart_button svg {
	transform: scale(1);
	transition: .2s;
}

.product-end-cst .variation-selector {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 8px 24px;
	gap: 4px;
	width: 115px;
	background: #FFFFFF;
	border: 1px solid rgba(0, 44, 93, 0.2);
	border-radius: 200px;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #002C5D;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	cursor: pointer;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	transition: .2s;
}

.product-end-cst .variation-selector-wrapper {
	position: relative;
}
.product-end-cst .variation-selector-wrapper::before {
	content: '';
	position: absolute;
	right: 20px;
    top: 50%;
    transform: translateY(-50%);
	width: 16px;
	height: 16px;
	background: url(img/Alt-Arrow-Down.svg) no-repeat center center;
	z-index: 5;
}

.product-end-cst .variation-selectort::-ms-expand {
	display: none;
}

.products-loop-bg-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 24px;
}

.products-loop-bg-title {
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	color: #002C5D;
}

.products-loop-bg-cart {
	display: flex;
	align-items: center;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: #002C5D;
	text-decoration: none;
}

.products-loop-bg-cart .products-loop-bg-cart__info-btn svg {
	margin-left: 16px;
}
.page-content-arhive {
	margin-top: 30px;
}

.woocommerce-cart .cart-empty.woocommerce-info {
	display: none;
}

.cst-cart {
	padding: 24px;
	background: #F1F1F1;
	border-radius: 20px;
	width: 100%;
}

.cst-cart__title {
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	color: #002C5D;
	margin-bottom: 40px;
}
.cst-cart__img {
	display: flex;
	justify-content: center;
	margin-bottom: 31px;
}
.cst-cart__text {
	display: flex;
	justify-content: center;
	margin-bottom: 16px;
}
.cst-cart__btn {
	display: flex;
	justify-content: center;
}

.woocommerce-checkout .container_sm,
.woocommerce-cart .container_sm {
	max-width: 1256px;
}

@media (max-width:1360px) {
	.woocommerce-checkout .container_sm,
	.woocommerce-cart .container_sm {
		width: 90%;
	}
}

.woocommerce-cart .container_sm .woocommerce {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.woocommerce-cart .woocommerce-notices-wrapper,
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
	width: 100%;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout .woocommerce-error,
.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message {
	padding: 24px;
    background: #003C7D;
    border-radius: 20px;
    color: #ffffff;
	font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
	text-align: center;
}

.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message a {
	color: #FFFFFF;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout .woocommerce-error li {
	list-style: none;
}
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout .woocommerce-error a {
	color: #FFFFFF;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout .woocommerce-error,
.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message {
	margin-bottom: 20px;
}


.woocommerce-page .woocommerce-cart-form-wrapper {
	max-width: 70%;
	width: 100%;
	margin-right: 1%;
}

.woocommerce-page .woocommerce-cart-form {
	padding: 24px;
	background: #F1F1F1;
	border-radius: 20px;
	width: 100%;
}

.woocommerce-page .woocommerce-cart-form table {
	width: 100%;
}

.woocommerce-page .product-remove-div {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
    top: 1px;
}

.cart-title-cst {
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	color: #002C5D;
}

.woocommerce-cart-form td {
	padding: 0;
}
.cart-title-cst {
	padding-bottom: 24px;
}
.woocommerce .product-name,
.woocommerce .product-name a {
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	color: #002C5D;
	text-decoration: none;
}
.product-name .variation-info {
	padding: 0;
	padding-top: 8px;
}

.product-name .variation-info li {
	list-style: none;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	color: rgba(0, 43, 93, 0.5);
	margin-left: 0;
}

.woocommerce-page .woocommerce-cart-form__cart-item.cart_item {
	margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(0, 43, 93, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.woocommerce-page .woocommerce-cart-form__cart-item.cart_item:last-child {
	margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.product-name {
	width: 50%;
}
.product-price {
	width: 10%;
}
.product-quantity {
	width: 20%;
}
.product-subtotal {
	width: 10%;
}
.product-remove {
	width: 10%;
}

.main-text .woocommerce .back-to-shopping-ch,
.main-text .woocommerce .back-to-shopping {
	display: flex;
	align-items: center;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: #002C5D;
	text-decoration: none;
	margin-top: 17px;
}
.back-to-shopping-ch svg,
.back-to-shopping svg {
	margin-right: 16px;
}

.woocommerce .woocommerce-cart-form__cart-item .qib-container:not(#qib_id):not(#qib_id) {
	width: 130px;
	background: #FFFFFF;
	border-radius: 200px;
	overflow: hidden;
}

.woocommerce .woocommerce-cart-form__cart-item .qib-button:not(#qib_id):not(#qib_id) {
	background: #ffffff;
	border-color: transparent;
	border: none;
	cursor: pointer;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #002C5D;
}

.woocommerce .woocommerce-cart-form__cart-item .qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
	border-color: transparent;
	border: none;
	background: #ffffff;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #002C5D;
}
.cart-collaterals {
	max-width: 29%;
	width: 100%;
}
.cart-collaterals .cart_totals .cart_totals-in {
	padding: 24px;
	background: #003C7D;
	border-radius: 20px;
	color: #ffffff;
}

.cart_totals-in h2 {
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	color: #FFFFFF;
	margin-bottom: 34px;
}


.cart_totals-in  .shop_table.shop_table_responsive {
	width: 100%;
}

.cart_totals-in  .shop_table.shop_table_responsive tr.cart-subtotal {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: #FFFFFF;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	height: 50px;
}

.cart_totals-in  .shop_table.shop_table_responsive tr.order-total {
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 29px;
	color: #FFFFFF;
	position: relative;
    top: 5px;
}

.cart_totals-in  .shop_table.shop_table_responsive tr td {
	text-align: right;
}

.kasse-btn {
	width: 100%;
	margin-top: 24px;
	border: none;
	cursor: pointer;
}

.product-end-cst form.cart button[type='submit']:not(#qib_id):not(#qib_id):not(_):not(_) {
	outline: none;
	margin-left: 8px;
}
.woocommerce form.woocommerce-checkout {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.woocommerce_checkout_billing_cst {
	max-width: 62%;
	width: 100%;
	margin-right: 2%;
}
.woocommerce_checkout_billing_cst .col-1 {
	padding: 24px;
	background: #F1F1F1;
	border-radius: 20px;
}

.col2-set.woocommerce_checkout_billing_cst-sucsess {
	margin-top: 30px;
    font-size: 14px;
    line-height: 130%;
	position: relative;
	padding-left: 30px;
}

.col2-set.woocommerce_checkout_billing_cst-sucsess:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0;
    border-radius: 10px;
    background: #f5f509;
    width: 5px;
    height: 100%;
}

.order_review_cst {
	max-width: 36%;
	width: 100%;
}

.order_review_cst_in #order_review_heading {
	padding: 24px;
	background: #003C7D;
	border-radius: 20px 20px 0px 0px;
	color: #ffffff;
}
.order_review_cst_in .shop_table.woocommerce-checkout-review-order-table {
	padding: 0 24px 24px 24px;
	background: #003C7D;
	border-radius: 0px 0px 20px 20px;
	color: #ffffff;
	display: block;
}

.woocommerce-billing-fields h3 {
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	color: #002C5D;
	margin-bottom: 24px;
}

.woocommerce-billing-fields__field-wrapper .form-row {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

#billing_name_des_kindes_field {
	width: 100%;
}
.woocommerce-billing-fields__field-wrapper .form-row label {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #002C5D;
	margin-bottom: 8px;
}
.woocommerce-billing-fields__field-wrapper .form-row label .required {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #BB2F43;
	text-decoration: none;
}
.woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper input {
	padding: 14px 16px;
	width: 100%;
	background: #FFFFFF;
	border: 1px solid rgba(0, 44, 93, 0.5);
	border-radius: 24px;
}

#order_review_heading {
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	color: #FFFFFF;
	padding-bottom: 24px;
}

.woocommerce-checkout .woocommerce .product-name,
.woocommerce-checkout .woocommerce .product-name a {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: #FFFFFF;
}

.woocommerce-checkout .product-name .variation-info li {
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	color: rgba(255, 255, 255, 0.5);
}

.woocommerce-checkout .optional {
	display: none;
}

.woocommerce-checkout .product-name .variation-info {
	padding-top: 0;
	margin-bottom: 16px;
}

.product-name-epmty-space {
	height: 5px;
}

.woocommerce-checkout .wc_payment_methods.payment_methods.methods {
	display: none;
}

.woocommerce-terms-and-conditions-wrapper {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #8096AE;
	margin: 24px 0 12px 0;
}

.product-count {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	color: rgba(255, 255, 255, 0.5);
}

/* .woocommerce-checkout .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
	display: none;
} */

.woocommerce-checkout .form-row.woocommerce-invalid input.input-text {
	box-shadow: none;
    border: 1px solid #BB2F43;
}

.woocommerce-checkout .form-row.woocommerce-validated input.input-text {
	box-shadow: none;
}

.woocommerce-checkout .checkout-inline-error-message {
	color: #BB2F43;
	font-size: 10px;
}

.woocommerce-checkout .cart-subtotal {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: #FFFFFF;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.woocommerce-checkout .cart-subtotal th {
	text-align: left;
	padding-bottom: 16px;
}

.woocommerce-checkout .cart-subtotal td {
	text-align: right;
	padding: 0 0 16px 0;
}

.woocommerce-checkout .order-total {
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 29px;
	color: #FFFFFF;
}

.woocommerce-checkout .order-total th {
	text-align: left;
	padding-top: 16px;
}

.woocommerce-checkout .order-total td {
	text-align: right;
	padding: 16px 0 0 0;
}

.woocommerce-checkout .product-total {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	text-align: right;
	color: #FFFFFF;
}
.woocommerce-order-received .woocommerce-order {
	max-width: 680px;
	width: 100%;
	background: #F1F1F1;
	border-radius: 20px;
	padding: 24px;
	margin:  0 auto;
}

.woocommerce-order_title {
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	color: #002C5D;
	margin-bottom: 10px;
}

.woocommerce-order-received .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: #002C5D;
	margin-bottom: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid rgba(0, 43, 93, 0.1);
}

.woocommerce-thankyou-order-details_title {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: #002C5D;
	margin-bottom: 24px;
}

.woocommerce-order-received .woocommerce-thankyou-order-details {
	padding: 0;
	margin-bottom: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid rgba(0, 43, 93, 0.1);
}

.woocommerce-order-received .woocommerce-thankyou-order-details li {
	list-style: none;
	display: flex;
	justify-content: space-between;
	margin-bottom: 8px;
	margin-left: 0;
}

.woocommerce-order-received .woocommerce-thankyou-order-details li > span:nth-child(1) {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: rgba(0, 43, 93, 0.5);
}
.woocommerce-order-received .woocommerce-thankyou-order-details li > span:nth-child(2) {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: #002C5D;
}

.woocommerce-order-received .woocommerce-order-details__title {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: #002C5D;
	margin-bottom: 24px;
}

.woocommerce-order-received .woocommerce-table__product-name.product-name {
	color: #002C5D;
	margin-bottom: 8px;
	width: 80%;
	display: flex !important;
	justify-content: space-between;
}

.woocommerce-order-received .woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
	width: 100%;
	display: flex;
	flex-direction: column;

}
.woocommerce-order-received .woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody {
	display: flex;
    flex-direction: column;
}

.woocommerce-order-received .woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody .woocommerce-table__line-item {
	display: flex;
	justify-content: space-between;
	
}

.woocommerce-order-received .woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody .woocommerce-table__line-item .wc-item-meta  {
	padding-left: 0;
	margin-top: 8px;
}
.woocommerce-order-received .woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody .woocommerce-table__line-item .wc-item-meta li {
	display: flex;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color:rgba(0, 43, 93, 0.5);
	list-style: 0;
	margin-left: 0;
}	

.woocommerce-order-received .woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody .woocommerce-table__line-item .wc-item-meta li p {
	margin-top: 0;
}

.woocommerce-order-received .woocommerce-table__product-name.product-name .product-quantity {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: rgba(0, 43, 93, 0.5);
}

.woocommerce-order-received .woocommerce-Price-amount.amount {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	text-align: right;
	color: #002C5D;
}

.woocommerce-order-received .woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot {
	display: flex;
	flex-direction: column;
}
.woocommerce-order-received .woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.woocommerce-order-received .woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr:nth-child(1) {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: #002C5D;
	margin-bottom: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid rgba(0, 43, 93, 0.1);
	margin-top: 32px;

}
.woocommerce-order-received .woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr:nth-child(2) {
	display: none;
}

.woocommerce-order-received .woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr:nth-child(3) {
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 29px;
	color: #002C5D;
	margin-bottom: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid rgba(0, 43, 93, 0.1);
}


.woocommerce-order-received .woocommerce-table.woocommerce-table--custom-fields.shop_table.custom-fields {
    width: 100%;
	margin-bottom: 24px;
}
.woocommerce-order-received .woocommerce-table.woocommerce-table--custom-fields.shop_table.custom-fields tr th {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: rgba(0, 43, 93, 0.5);
	text-align: left;
}

.woocommerce-order-received .woocommerce-table.woocommerce-table--custom-fields.shop_table.custom-fields tr td {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	text-align: right;
	color: #002C5D;
}

.woocommerce-order-received .woocommerce-customer-details .woocommerce-column__title {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: #002C5D;
	margin-bottom: 16px;
}

.woocommerce-order-received .woocommerce-customer-details address {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: rgba(0, 43, 93, 0.5);
}

.woocommerce-order-received .woocommerce-customer-details address p {
	margin-top: 8px;
}


.cart-count {
	background: #fff;
    color: #003c7d;
    border-radius: 50%;
    font-size: 10px;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
	position: absolute;
    right: -8px;
    top: -8px;
}

.products-loop-bg-cart__info {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-right: 10px;
	position: relative;
}

.products-loop-bg-cart__info-btn {
	display: flex;
	align-items: center;
}

/* 
.single_add_to_cart_button.disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
} */




/* ----------------------------------- */
.categoty-goods-items .products .product {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid gray;
	padding: 0 0 20px 0;
	margin-bottom: 20px;
}

.categoty-goods-items .products .product .variations_form.cart {
	display: flex;
	align-items: center;
}



/* ------------------- media ------------------- */

@media (min-width: 1169px) {

	.products-loop-bg-cart:hover,
	.shop_side-bar .widget-area .product-categories li a:hover {
		text-decoration: underline
	}

	.product-end-cst form .single_add_to_cart_button svg:hover {
		transform: scale(1.1);
	}

	.product-end-cst .variation-selector:hover {
		box-shadow: 0px 0px 5px 0.5px rgba(0, 0, 0, 0.1);
	}

	.main-navigation #primary-menu li:hover>a,
	.main-navigation #primary-menu>li>.sub-menu li:hover>a {
		color: #2774C7;
	}
	.main-navigation #primary-menu>li:hover>a:before {
		background: #2774c7;
		opacity: 1;
		visibility: visible;
	}
	.main-text .main-btn:hover,
	.main-btn:hover,
	.post-password-form input[type="submit"]:hover {
		background: #0059b9;
		color: #fff;
	}
	.main-btn:hover svg path {
		fill: #fff;
	}
	.main-btn.main-btn__border:hover {
		box-shadow: inset 0 0 0 1px #0059b9;
	}
	.main-navigation #primary-menu>li>.sub-menu li.menu-item-has-children:hover>a::before {
		background: url('img/black-arr-right-hover.svg') no-repeat center center;
		background-size: contain;
		width: 8px;
		height: 12px;
	}
	.main-navigation #primary-menu li:hover>.sub-menu {
		opacity: 1;
		visibility: visible;
		z-index: 15;
	}
	.main-navigation #primary-menu>li:hover>.sub-menu .sub-menu.scroll-content {
		opacity: 1;
		visibility: visible;
	}
	.featured-pages-scroll__item:hover .featured-pages-scroll__item-title svg {
		right: -8px;
	}
	.featured-pages-scroll__item:hover > img {
		transform: scale(1.02);
	}
	.featured-pages__item:hover .featured-pages__item-title svg {
		right: -8px;
	}
	.main-text a:hover {
		color: #33567d;
	}
	.footer-nav-bottom ul li a:hover,
	.footer-nav ul li a:hover,
	.site-footer__contats a:hover,
	.site-footer__address:hover {
		color: #FF0;
	}
	.theme-pagination .swiper-pagination-bullet:hover {
		background: #0059b9;
	}
	.theme-pagination.theme-pagination-wt .swiper-pagination-bullet:hover {
		background: #cccccc;
	}
	.main-last-news__item:hover {
		box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.2);
	}
	.main-last-news__item:hover .main-last-news__item-img img {
		transform: scale(1.02);
	}
	.look-all-news:hover {
		 color: #0059b9;
	}
	.gallery-static__item:hover .gallery__slider-eye,
	.page-block-img-text__pic:hover .img-eye,
	.page-block-img__in:hover .img-eye,
	.swiper-slide.gallery__slider-item:hover  .gallery__slider-eye {
		opacity: 1;
		visibility: visible;
	}
	.gallery-static__item:hover .gallery__slider-layer,
	.page-block-img-text__pic:hover .img-layer,
	.page-block-img__in:hover .img-layer,
	.swiper-slide.gallery__slider-item:hover .gallery__slider-layer {
		opacity: 1;
		visibility: visible;
	}
	.theme-arrows .theme-arrow-next:hover,
	.theme-arrows .theme-arrow-prev:hover {
		opacity: 1;
		cursor: pointer;
	}
	.theme-arrows .theme-arrow-next.swiper-button-disabled:hover,
	.theme-arrows .theme-arrow-prev.swiper-button-disabled:hover {
		opacity: 0;
		cursor: default;
	}
	a.page-numbers:hover {
		background-color: rgba(241, 241, 241, 0.3);
		color: rgba(0, 60, 125, 0.7) !important;
	}
	a.next.page-numbers:hover::before {
		content: '';
		position: absolute;
		background: url(img/arr-b-next-h.svg) no-repeat center center;
		background-size: contain;
		width: 10px;
		height: 18px;
	}
	.prev.page-numbers:hover::before {
		content: '';
		position: absolute;
		background: url(img/arr-b-prev-h.svg) no-repeat center center;
		background-size: contain;
		width: 10px;
		height: 18px;
	}
	.news__item:hover {
		background-color: rgba(241, 241, 241, 0.3);
	}
	.news__item:hover .news__title {
		color: #336397;
	}

	.made-by a:hover {
		color: #ff0;
	}
}
@media (max-width: 1500px) {
	.open-lessons__slider {
		height: 779px;
	}
}
@media (max-width: 1500px) {
	.site-header {
		max-width: 97.3%;
	}
}
@media (min-width: 1169px) and (max-width: 1920px) and (min-height: 700px) and (max-height: 900px) {
	.featured-pages-scroll__scroll-slide {
		width: 440px;
		min-width: 440px;
		height: 480px;
	}
	.featured-pages-scroll__item-title {
		font-size: 28px;
	}
	.featured-pages-scroll__item-title svg {
		width: 26px;
		top: -2px;
	}
}
@media (min-width: 1169px) and (max-width: 1920px) and (min-height: 550px) and (max-height: 700px) {
	.featured-pages-scroll__scroll-slide {
		width: 340px;
		min-width: 340px;
		height: 380px;
	}
	.featured-pages-scroll__item-title {
		font-size: 18px;
	}
	.featured-pages-scroll__item-title svg {
		width: 22px;
		top: -2px;
	}
}
@media (max-width: 1439px) {
	.site-header {
		width: 97%;
	}
	
}
@media (max-width: 1350px) {
	.container {
		width: 95%;
	}
}
@media (max-width: 1200px) {
	.site-header .logo {
		width: 222px;
		height: 63px;
	}
	.site-footer__r .site-footer__col {
		margin-right: 25px;
	}
}
@media (max-width: 1169px) {
	.hero,
	.mb {
		margin-bottom: 80px;
	}
	.site-header__r .main-btn.main-btn__1 {
		margin-right: 6px;
	}
	.container {
		width: 90%;
	}
	.hero__btns .main-btn,
	.site-m_menu__btns .main-btn {
		box-shadow: 0 0 0 2px inset #fff;
		color: #FFF;
		background: transparent;
	}
	.hero__btns .main-btn svg path,
	.site-m_menu__btns .main-btn svg path {
		fill: #fff;
	}
	.hero__btns .main-btn.main-btn-bl,
	.site-m_menu__btns .main-btn.main-btn-bl {
		background: #003C7D;
		box-shadow: 0 0 0 2px inset #003C7D;
	}
	.site-header .logo {
		width: 170px;
		height: 52px;
	}
	.main-navigation {
		display: none;
	}
	.site-header {
		height: 70px;
		padding: 9px 11px 9px 11px;
		display: flex;
		align-items: center;
    	justify-content: space-between;
	}
	.site-header .site-header__row {
		width: 100%;
	}
	.post-password-form input[type="submit"],
	.main-btn {
		padding: 12px 16px;
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: 120%;
	}
	.main-navigation .main-btn__1 {
		margin-right: 6px;
	}
	.burger {
		display: flex;
		align-items: center;
	}
	.hero__page-layer,
	.hero__slider-layer {
		background: rgba(0, 0, 0, 0.7);
		opacity: 1;
		width: 100%;
		z-index: 1;
	}
	.hero__slider {
		height: 840px;
		max-height: none;
	}
	.hero-page_breadcrumbs h1,
	.hero__title {
		font-size: 37px;
	}
	.hero-page_breadcrumbs h1 {
		margin-top: 15px;
	}
	.page-text,
	.main-text {
		font-size: 16px;
	}
	.main-text h3 {
		font-size: 20px;
	}
	.main-title {
		font-size: 27px;
		margin-bottom: 58px;
	}
	.main-title::before {
		bottom: -14px;
		width: 50px;
		height: 8px;
	}
	.featured-pages__slider-page .featured-pages__item,
	.featured-pages__slider .featured-pages__item {
		height: 335px;
	}
	.featured-pages__slider-page.swiper,
	.featured-pages__slider.swiper {
		max-width: 632px;
	}
	.featured-pages__item-title {
		font-size: 20px;
		padding: 40px 23px;
	}
	.featured-pages__item-title svg {
		margin-left: 6px;
		width: 15px;
	}
	.about-us__img.pc {
		display: none;
	}
	.about-us__img.mobile {
		display: block;
	}
	.about-us-l {
		max-width: 100%;
		width: 100%;
		margin-right: 0;
	}
	.about-us-r {
		display: none;
	}
	.about-us__img {
		height: 264px;
		border-radius: 10px;
		margin-bottom: 45px;
	}
	.open-lessons__slider {
		height: auto;
	}
	.open-lessons__slider .open-lessons__slider-item {
		align-items: flex-start;
	}
	.open-lessons__slider-item-info {
		max-width: 100%;
	}
	.open-lessons__slider .open-lessons__slider-item .container {
		padding-top: 480px;
		padding-bottom: 80px;
	}
	.open-lessons__title {
		font-size: 35px;
	}
	.open-lessons__title br {
		display: none;
	}
	/* .theme-pagination-onslider {
		bottom: 80px;
	} */
	.main-last-news__slider.swiper {
		max-width: 632px;
	}
	.main-last-news__item-img {
		height: 228px;
	}
	.main-last-news__item-info {
		padding: 28px 22px;
	}
	.main-last-news__item-title {
		margin-top: 9px;
		font-size: 18px;
	}
	.main-last-news__item-text {
		margin-top: 9px;
		font-size: 14px;
	}
	.look-all-news {
		top: 1px;
	}
	.site-footer__row {
		flex-direction: column;
	}
	.site-footer__col.site-footer__col-1 {
		display: flex;
		flex-wrap: wrap;
		margin-right: 0px;
		margin-bottom: 73px;
	}
	.footer-logo__wrapper {
		display: flex;
		width: 100%;
	}
	.footer-logo__wrapper {
		margin-bottom: 0;
	}
	.site-footer__info {
		width: 60%;
		margin-right: 2%;
	}
	.site-footer__btns {
		width: 38%;
	}
	.site-footer__address {
		margin-bottom: 20px;
	}
	.site-footer__contats {
		margin-bottom: 0;
	}
	.main-last-news__item-date {
		font-size: 11px;
	}
	.container_l {
		max-width: 90%;
	}
	#breadcrumbs {
		font-size: 14px;
	}
	.hero-page.hero-post .hero-page__date {
		font-size: 12px;
	}
	#breadcrumbs::before {
		width: 12px;
		height: 12px;
	}
	.page-quote {
		font-size: 20px;
	}
	.empty-space-60 {
		height: 40px;
	}
	.page-block-img-text__sides {
		align-items: center;
	}
	.mbp {
		margin-bottom: 30px;
	}
	.hero-page.hero-post {
		min-height: 450px;
	}
	.hero-page {
		min-height: 350px;
	}
	.page-title {
		font-size: 27px;
	}
	.site-header__r .main-btn .main-btn-text {
		font-size: 13px;
	}
	.site-header__r .main-btn {
		height: 50px;
	}
	.page-block-buttons__row .main-btn,
	.open-lessons__btns .main-btn,
	.about-us__buttons .main-btn,
	.hero__btns .main-btn {
		min-width: 335px;
	}
	.site-footer__r .site-footer__col {
		max-width: 100%;
		width: 100%;
	}
	.site-footer__r .site-footer__col {
		text-align: left;
	}
	.site-footer__r .site-footer__col .site-footer__title {
		justify-content: flex-start;
		color: #FFF;
		font-size: 20px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
		margin-bottom: 32px;
	}
	.site-footer__r {
		max-width: 100%;
		width: 100%;
		flex-direction: column;
	}
	.site-footer__r .site-footer__col .site-footer__title svg {
		display: block;
	}
	.site-footer__col.site-footer__col-2,
	.site-footer__col.site-footer__col-3,
	.site-footer__col.site-footer__col-4 {
		margin-bottom: 0;
	}
	.footer-nav {
		opacity: 0;
		visibility: hidden;
		margin-bottom: 0;
		margin-left: 0;
		height: 0;
		display: none;
	}
	.footer-nav.active {
		opacity: 1;
		visibility: visible;
		margin-bottom: 32px;
		margin-left: 20px;
		height: auto;
		display: block;
	}
	.site-footer__r .site-footer__col .site-footer__title.active {
		color: #FF0;
	}
	.site-footer__info {
		opacity: .9;
	}
	.site-footer__row {
		margin-bottom: 44px;
	}
	.featured-pages__front .featured-pages {
		display: block;
	}
	.featured-pages-scroll-wrapper {
		display: none;
	}
	.theme-arrow-prev,
	.theme-arrow-next {
		width: 50px;
		height: 50px;
	}
	.theme-arrow-prev svg,
	.theme-arrow-next svg {
		width: 50px;
		height: 50px;
	}

	.woocommerce form.woocommerce-checkout {
		flex-direction: column;
	}
	.woocommerce-page .woocommerce-cart-form-wrapper,
	.woocommerce_checkout_billing_cst {
		max-width: 100%;
		margin-bottom: 30px;
		margin-right: 0%;
	}
	.cart-collaterals,
	.order_review_cst {
		max-width: 100%;
	}

	.product-name {
		width: 73%;
	}
	.product-count {
		width: 20%;
	}
	.woocommerce-checkout .product-total {
		width: 10%;
	}

}
@media (max-width: 1070px) {
	.container_sm {
		width: 90%;
	}
	.page-quote {
		padding-left: 30px;
	}
	.page-quote::before {
		left: 0px;
	}
	.page-block-img-text__sides,
	.page-block-img-text__sides.revers {
		flex-direction: column-reverse;
	}
	.page-block-img-text__side-text {
		width: 100%;
		min-width:auto;
		margin-right: 0;
	}
	.page-block-img-text__sides .page-block-img-text__side-img {
		margin-bottom: 30px;
	}
	.page-block-img-text__sides.revers .page-block-img-text__side-img {
		margin-right: 0;
	}
	.page-block-img__in, .page-block-img__in-nh {
		justify-content: center;
	}
}
@media (max-width: 900px) {
	.gallery__slider.swiper {
		max-width: 540px;
		height: 340px;
	}
	.team-block-slider__item-img {
		height: 260px;
		margin-bottom: 15px;
	}
	.error-404 .error-404__img {
		object-position: -416px 0;
	}
	.error-404__layer {
		display: block;
	}
	.files-block__item-l span {
		width: 70%;
		word-wrap: break-word;
	}
	.shop_row {
		flex-direction: column;
	}
	.shop_side-bar {
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.shop_side-bar .widget-area {
		position: initial;
	}
	.shop_side-bar .widget-area .product-categories {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
	}
	.shop_side-bar .widget-area .product-categories li {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none;
	}
	.shop_goods {
		max-width: 100%;
	}
	.product-titel-cst {
		margin-right: 10px;
	}
	.product-name {
		width: 30%;
	}

	.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout .woocommerce-error a {
		font-size: 14px;
	}
}
@media (max-width: 840px) {
	.page-block-grey__item {
		flex-direction: column;
	}
	.page-block-grey__item-l {
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 18px;
	}
	.page-block-grey__item-r-col-1 {
		min-width: 100px;
	}
	.page-block-grey__item-r,
	.page-block-grey__item-r-col-1-2 {
		max-width: 100%;
	}
}

@media (max-width: 767px) {
	.woocommerce-page .woocommerce-cart-form__cart-item.cart_item {
		display: flex;
		flex-direction: column;
	}
	.product-name {
		width: 100%;
	}
	.product-price {
		width: 100%;
	}
	.product-quantity {
		width: 100%;
	}
	.product-subtotal {
		width: 100%;
	}
	.product-remove {
		width: 100%;
	}

	.woocommerce .woocommerce-cart-form__cart-item .qib-container:not(#qib_id):not(#qib_id) {
		width: 106px;
	}
	.woocommerce table.shop_table_responsive tr td::before {
		display: none;
	}
	.woocommerce table.shop_table_responsive tr td {
		text-align: center;
		padding: 10px 0;
	}
	.woocommerce table.shop_table_responsive tbody th {
		display: table-cell;
		text-align: left;
	}
	.cart_totals-in .shop_table.shop_table_responsive tr.order-total {
		font-size: 18px;
	}
	.cart_totals-in .shop_table.shop_table_responsive tr.cart-subtotal {
		font-size: 16px;
	}

	.woocommerce-order-received .woocommerce-thankyou-order-details li {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.woocommerce-order-received .woocommerce-table__product-name.product-name,
	.woocommerce-order-received .woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody .woocommerce-table__line-item {
		flex-direction: column;
		align-items: center;
		width: 100%;
		text-align: center;
		margin-bottom: 0;
	}

	.woocommerce-order-received .woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody .woocommerce-table__line-item {
		margin-bottom: 30px;
	}

	.woocommerce-order-received .woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody .woocommerce-table__line-item .wc-item-meta li {
		justify-content: center;
	}

	.woocommerce-order-received .woocommerce-table__product-name.product-name .order-received__title-wrapper {
		width: 100%;
	}

	.woocommerce-order-received .woocommerce-table.woocommerce-table--custom-fields.shop_table.custom-fields tr th,
	.woocommerce-order-received .woocommerce-table.woocommerce-table--custom-fields.shop_table.custom-fields tr td {
		text-align: center;
	}
	.woocommerce-order_title,
	.woocommerce-order-received .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received,
	.woocommerce-thankyou-order-details_title,
	.woocommerce-order-received .woocommerce-order-details__title,
	.woocommerce-order-received .woocommerce-order-details__title,
	.woocommerce-order-received .woocommerce-customer-details .woocommerce-column__title,
	.woocommerce-order-received .woocommerce-customer-details address {
		text-align: center;
	}
	
}

@media (max-width: 760px) {
	.page-block-buttons__row,
	.about-us__buttons,
	.open-lessons__btns,
	.hero__btns {
		display: inline-flex;
		flex-direction: column;
	}
	.about-us__buttons .main-btn__1,
	.page-block-buttons__row .main-btn__1,
	.open-lessons__btns .main-btn__1,
	.hero__btns .main-btn__1 {
		margin-right: 0;
		margin-bottom: 10px;
	}
	.page-block-buttons__row .main-btn,
	.site-footer__btns .main-btn,
	.open-lessons__btns .main-btn,
	.about-us__buttons .main-btn,
	.hero__btns .main-btn {
		min-width: 335px;
	}
	.site-footer__r,
	.site-footer__info {
		display: flex;
		flex-direction: column;
		width: 100%;
		margin-bottom: 30px;
		margin-right: 0;
	}
	.site-footer__r {
		margin-bottom: 0;
	}
	.site-footer__btns {
		width: 100%;
	}
	table tr {
		display: flex;
		flex-direction: column;
	}
	.shop_table.woocommerce-checkout-review-order-table tr,
	table tr.cart-subtotal,
	table tr.order-total {
		display: table-row;
	} 
}
@media (max-width: 710px) {
	.page-block-buttons__row,
	.about-us__buttons,
	.open-lessons__btns,
	.hero__btns {
		display: inline-flex;
		flex-direction: column;
	}
	.page-block-buttons__row .main-btn__1,
	.about-us__buttons .main-btn__1,
	.open-lessons__btns .main-btn__1,
	.hero__btns .main-btn__1 {
		margin-right: 0;
		margin-bottom: 10px;
	}
	.hero__text br {
		display: none;
	}
	.featured-pages__slider-page.swiper,
	.featured-pages__slider.swiper,
	.main-last-news__slider.swiper {
		max-width: 314px;
	}
	.theme-pagination-onslider {
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.theme-pagination-onslider .swiper-pagination-bullets.swiper-pagination-horizontal {
		width: auto;
	}
	.files-block__item-l {
		max-width: 70%;
	}
	.page-block-video__row {
		height: 320px;
	}

	body .shop_goods ul.products li.product {
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
	.product-titel-cst {
		width: 100%;
		justify-content: center;
		margin-bottom: 15px;
		margin-right: 0;
	}
	.product-price-cst {
		width: 100%;
		justify-content: center;
		margin-bottom: 15px;

	}
	.product-end-cst {
		width: 100%;
    	justify-content: center;

	}
}
@media (max-width: 580px) {
	.main-btn  {
		padding: 16px 10px;
	}
	.site-header__r .main-btn {
		border-radius: 50%;
		padding: 0;
		width: 50px;
		height: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-right: 6px
	}
	.site-header__r .main-btn .main-btn-text{
		display: none;
	}
	.site-header__r .main-btn .main-btn-img {
		margin-right: 0;
		position: relative;
		left: 2px;
		top: 1px;
	}
	.hero__title br {
		display: none;
	}
	.hero__btns {
		width: 100%;
	}
	.post-password-form input[type="submit"],
	.site-footer__btns .main-btn,
	.open-lessons__btns .main-btn,
	.about-us__buttons .main-btn,
	.hero__btns .main-btn {
		min-width: auto;
		width: 100%;
	}
	.post-password-form input[type="submit"] {
		margin-left: 0;
		margin-top: 30px;
	}
	.page-block-buttons__row,
	.about-us__buttons,
	.open-lessons__btns,
	.hero__btns {
		display: flex;
	}
	.main-title,
	.main-last-news__title {
		font-size: 6.5vw;
		margin-bottom: 47px;
	}
	.main-last-news__title {
		justify-content: space-between;
	}
	.page-title {
		font-size: 6.5vw;
	}
	.page-title br {
		display: none;
	}
	.about-us__item-number {
		font-size: 6.7vw;
	}
	.about-us__item-text {
		font-size: 2.8vw;
	}
	.hero__slider-item-info {
		bottom: 12%;
	}
	.theme-pagination .swiper-pagination-bullet {
		width: 4px;
		height: 4px;
	}
	.theme-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
		width: 40px;
		height: 4px;
	}
	.mobile-menu {
		padding: 98px 20px;
	}
	.hero__slider {
		height: 100svh;
	}
	.featured-pages__slider-page.swiper,
	.featured-pages__slider.swiper,
	.main-last-news__slider.swiper {
		max-width: 100%;
	}
	.about-us__img.mobile {
		height: 360px;
		margin-bottom: 40px;
	}

	.footer-nav-bottom ul {
		flex-direction: column;
		align-items: center;
	}
	
	.open-lessons__slider .open-lessons__slider-item .container {
		padding-top: 480px;
		padding-bottom: 100px;
	}
	.open-lessons__title {
		font-size: 9.4vw;
	}
	.gallery__slider.swiper {
		max-width: none;
		width: 106%;
		height: 461px;
	}
	.footer-logo__wrapper {
		justify-content: flex-start;
	}
	.footer-nav-bottom {
		margin-bottom: 15px;
		flex-direction: column;
	}
	.data-protection {
		margin-left: 0;
	}
	.copyright {
		text-align: center;
    	max-width: 288px;
	}
	.site-m_menu__btns {
		width: 100%;
	}
	.site-m_menu__btns .main-btn {
		min-width: auto;
	}
	.featured-pages__slider-page.swiper,
	.featured-pages__slider,
	.featured-pages .theme-pagination-under-slider,
	.featured-pages__slider-wrapper .theme-arrows  {
		display: none;
	}
	.featured-pages__mobile {
		display: flex;
	}
	.hero-page.hero-post {
		min-height: 471px;
	}
	.hero-page {
		min-height: 371px;
	}
	.page-block-grey__item-r {
		font-size: 14px;
	}
	.page-block-grey__item-r-col-1 {
		min-width: 55px;
		max-width: 55px;
	}
	.page-block-grey__item-r-col-2 {
		padding-right: 10px;
		width: 70%;
	}
	.page-block-grey__item-r-col-3 {
		width: 30%;
	}
	.page-block-video__row {
		height: 212px;
	}
	.site-header.nav-down {
		top: 10px;
	}
	.site-header {
		top: 10px;
		width: 94.7%;
	}
	.theme-pagination .swiper-pagination-bullet {
		margin: 0 10px !important;
	}
	.contact__map {
		height: 400px;
	}
	.news__item {
		flex-direction: column;
		padding: 30px 0 30px 0;
	}
	.news__items article:first-child .news__items {
		padding-top: 0;
	}
	.news__items article:last-child .news__items {
		padding-bottom: 0;
	}
	.news__img {
		width: 100%;
		height: 180px;
		margin-right: 0;
		margin-bottom: 16px;
	}
	.news__item-r {
		width: 100%;
	}
	.news__items {
		margin-bottom: 24px;
	}
	.error-404 {
		height: 590px;
	}
	.error-404 .error-404__img {
		object-position: 72% 0;
	}
	.error-404__title {
		font-size: 37px;
	}
	.error-404__text {
		font-size: 16px;
	}
	.files-block__item-l span {
		font-size: 14px;
	}
	.gallery-static__items {
		flex-direction: column;
		max-height: none;
	}
	.gallery-static__item {
		margin-right: 0;
		margin-bottom: 15px;
	}
	.gallery-static__item:last-child {
		margin-bottom: 0;
	}
	.scrollup {
		right: 19px;
		bottom: 60px;
	}

	#box_1 {
		width: 90%;
	}

	.main-pop-up-title {
		font-size: 36px;
	}

	.post-password-form label {
		width: 100%;
	}

	.post-password-form p:last-child {
		flex-direction: column;
	}


}
@media (max-width: 580px) and (max-height: 700px ) {
	.hero-page_breadcrumbs h1,
	.hero__title {
		font-size: 28px;
	}
	.page-text,
	.main-text {
		font-size: 14px;
	}
	.main-text h3 {
		font-size: 18px;
	}
}
@media (max-width: 500px) {
	.shop_table.woocommerce-checkout-review-order-table tbody tr {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-bottom: 16px;
		padding-bottom: 16px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		width: 100%;
	}
	.shop_table.woocommerce-checkout-review-order-table tbody tr:last-child {
		margin-bottom: 36px;
		padding-bottom: 36px;
		border-bottom: none;
	}
	.shop_table.woocommerce-checkout-review-order-table tbody {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.product-count,
	.woocommerce-checkout .product-total {
        width: 100%;
		text-align: center;
    }
	.woocommerce-checkout .product-name .variation-info {
		margin-bottom: 0;
	}

	.shop_table.woocommerce-checkout-review-order-table tfoot {
		display: flex;
		flex-direction: column;
	}
	.shop_table.woocommerce-checkout-review-order-table tr.cart-subtotal,
	.shop_table.woocommerce-checkout-review-order-table tr.order-total {
        display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
    }
	.woocommerce-checkout .cart-subtotal {
		font-size: 16px;
	}
	.woocommerce-checkout .order-total {
		font-size: 18px;
	}
}

@media (max-width: 550px) {
	.team-block-slider.swiper {
		max-width: 210px;
		margin-left: 0;
	}
	.product-categories {
		flex-wrap: wrap;
	}
	.shop_side-bar .widget-area .product-categories li {
		width: 50%;
	}
	.shop_side-bar .widget-area .product-categories li:nth-child(1),
	.shop_side-bar .widget-area .product-categories li:nth-child(2) {
		margin-bottom: 10px;
	}
	.products-loop-bg-row {
		flex-direction: column-reverse;
	}
	.products-loop-bg-cart {
		margin-bottom: 24px;
		flex-direction: column;
	}
}
@media (max-width: 400px) {
	.featured-pages__slider-page.swiper,
	.featured-pages__slider.swiper,
	.main-last-news__slider.swiper {
		max-width: 100%;
	}
}
@media (max-width: 359px) {
	.hero__slider {
        height: 700px;
    }

	.hero-page_breadcrumbs h1,
	.hero__title {
		font-size: 28px;
		margin-top: 100px;
	}
	.page-text,
	.main-text {
		font-size: 14px;
	}
	.featured-pages__item-m {
		padding: 30px 0 30px 0;
		font-size: 20px;
	}
	.page-block-grey__item-r {
		font-size: 12px;
	}
	.error-404__text {
		font-size: 14px;
	}
}
