/*
	Theme Name: UAM
	Author: Asper PRO
	Tested up to: 5.5.1
	Requires PHP: 5.6.25
	Version: 1.0
	Text Domain: uam
*/

:root {
	--header-height: 60px;
	--accent-color: #6699f5;
}

* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: 'Open Sans', sans-serif;
	padding-top: var(--header-height, 60px);
	line-height: 1.5;
	color: #141140;
}

button, input, textarea {
	font-family: inherit;
	font-size: inherit;
}

.logo .site-name, h1, h2, h3, .product .product__title, .widget_title, .share__title,
.navigation .page-numbers, .content .accent {
	font-family: 'Oswald', sans-serif;
}
.logo .site-name, h1, h2, h3, .product .product__link, .articles .article__title, .btn, .widget_title,
.breadcrumbs .current, .table .attribute.attribute-prices .content, .share__title,
.comments .comment .comment__author, .content:not(.content-article) ul, .content .accent {
	font-weight: 700;
}
.table .attribute .title {
	font-weight: 600;
}

.flx {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.aic {
	-ms-align-items: center;
	align-items: center;
}
.aifs {
	-ms-align-items: flex-start;
	align-items: flex-start;
}
.fxww {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.fxdc {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
.clx::after {
	content: '';
	display: block;
	clear: both;
}
.d-none {
	display: none;
}

.container {
	max-width: 1140px;
	padding: 0 15px;
	margin: 0 auto;
}

ul li {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: inherit;
}

h1 {
	text-align: center;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

.btn {
	background-color: #ffdd3a;
	display: inline-block;
	color: #141140;
	border: none;
}

header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background-color: var(--accent-color, #6699F5);
	z-index: 7;
}
header::before,
footer::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.11;
	background-size: cover;
	background-position: center;
}

.header__wrapper {
	position: relative;
	height: var(--header-height, 60px);
}

.logo {
	color: #fff;
	text-align: center;
	display: block;
	width: 200px;
}
.logo span {
	display: block;
}
.logo .site-name {
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: 1px;
}
.logo .site-description {
	letter-spacing: 0.2px;
	line-height: 1.36;
	font-size: 12px;
}

.header__wrapper nav {
	margin: 0 auto;
	line-height: 1.5;
}
.header__wrapper nav ul li a {
	color: #fff;
	padding: 7px;
	display: block;
}

.header__wrapper .search-icon a,
.header__wrapper .language-icon a {
	display: block;
	padding: calc((var(--header-height, 60px) - 16px) / 2) 15px;
}
.header__wrapper .search-icon svg {
	fill: #fff;
	width: 16px;
}
.header__wrapper .search-icon svg,
.header__wrapper .language-icon svg {
	height: 16px;
	display: block;
}

.header__wrapper .language-icon {
	border-left: 1px solid rgba(255,255,255,0.1);
}
.header__wrapper .language-icon svg {
	width: 24px;
}

section {
	background-size: cover;
}
section > * {
	position: relative;
}
section .section-bg,
section .section-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
}
section.hero {
	color: #fff;
	position: relative;
	background-color: #000;
}
section.hero h1 {
	margin-bottom: 14px;
	text-align: left;
}
section.hero .hero-description {
	opacity: 0.6;
}

section h2 {
	text-align: center;
}

.products {
	justify-content: center;
}
.product a {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	height: 100%;
}
.product a > * {
	display: block;
}
.products .product img {
	box-shadow: 0 4px 17px rgba(0, 0, 0, 0.07);
	margin-bottom: 10px;
}

.product .product__title {
	font-weight: 300;
	margin-bottom: 4px;
	letter-spacing: 0.8px;
}

.carousel-cell .product .product__title {
	height: 3em;
}

.product .product__description {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	/*text-align: justify;*/
	opacity: 0.6;
	margin-top: auto;
}
.product .product__link {
	display: inline;
	text-decoration: underline;
	padding: 8px 0;
}

.content ul li {
	position: relative;
}
.content ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
}
.content:not(.content-article) ul li::before {
	width: 14px;
	height: 14px;
	margin-top: 3px;
	background-image: url('./imgs/icons/check.svg');
}
.content.content-article ul li::before {
	margin-top: 10px;
	margin-left: 7px;
	width: 4px;
	height: 4px;
	background-color: #141140;
	border-radius: 50%;
}

.content.content-article ul.ez-toc-list li::before {
	display: none !important;
}

.content.content-article ul.ez-toc-list ul li::before {
	display: none !important;
}


.content.content-article ul.ez-toc-list {
	opacity: 1 !important;
}

.content.content-article ul.ez-toc-list ul {
	opacity: 1 !important;
}

.content-article ul, .content-article ol:not(.content-list), .content-article p:not(.accent), .content blockquote > * {
	opacity: 0.6;
}
.content ol.content-list {
	background-color: rgba(102, 153, 245, 0.07);
	padding: 14px 10px;
	padding-left: 36px;
}
.content ol.content-list li {
	padding: 4px 0;
	text-decoration: underline;
}
.content ol.content-list li + li {
	margin-top: 7px;
}
.content blockquote {
	position: relative;
	background-color: rgba(102, 153, 245, 0.07);
	font-size: 12px;
	padding: 10px;
	margin-bottom: 26px;
}
.content blockquote::after, .content blockquote::before {
	content: '';
	position: absolute;
	width: 24px;
	height: 17px;
	background-position: center;
	background-repeat: no-repeat;
}
.content blockquote::before {
	left: 14px;
	top: -9px;
	background-image: url('./imgs/icons/quotes-top-left.svg');
}
.content blockquote::after {
	right: 14px;
	bottom: -22px;
	background-image: url('./imgs/icons/quotes-bottom-right.svg');
}
.content blockquote p {
	margin-bottom: 0.4em;
}
.content blockquote > * {
	max-width: 892px;
	margin: 0 auto;
	display: block;
	text-align: center;
	font-style: normal;
}
.content .products-block {
	justify-content: space-between;
}
.content .product {
	box-shadow: 0 4px 10px rgba(21, 18, 65, 0.1);
}
.content .product .product__info > * {
	display: block;
}
.content .product img {
	width: 40%;
	margin: 0;
}
.content .product .product__info {
	width: 60%;
	padding: 21px;
}
.content .accent {
	background-color: rgba(102, 152, 245, 0.54);
	text-align: center;
	position: relative;
}
.content .accent::after {
	content: '';
	position: absolute;
	bottom: -12px;
	width: 100%;
	max-width: 372px;
	height: 6px;
	background-color: inherit;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.content ol {
	padding-left: 1.4em;
}
.content ol li::marker {
	font-size: 1em;
}

.float-links__wrapper {
	position: fixed;
	right: 0;
	top: calc(50% + var(--header-height, 60px) / 2);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	max-height: calc((100vh - var(--header-height, 60px)) * 0.65);
	overflow-y: auto;
	overflow-x: hidden;
	padding-top: 33px;
	padding-bottom: 33px;
	z-index: 1;
}
.float-links__wrapper::-webkit-scrollbar {
	display: none;
}
.float-links {
	position: relative;
	background-color: #fff;
	box-shadow: 0 8px 40px rgba(0, 0, 0, 0.1);
	text-align: center;
	width: 100%;
}
.float-links ul li a {
	line-height: 1.33;
	background-color: var(--accent-color, #6699F5);
	color: #fff;
	display: block;
}
.float-links .cross-icon {
	position: absolute;
	background-color: #ededed;
}
.float-links .cross-icon svg {
	max-width: 100%;
	max-height: 100%;
}

.flickity-enabled .flickity-page-dots .dot {
	background-color: transparent;
	opacity: 1;
	position: relative;
	margin: 0;
	padding: 3px;
	width: 16px;
	height: 16px;
}
.flickity-enabled .flickity-page-dots .dot::before, .flickity-enabled .flickity-page-dots .dot::after {
	content: '';
	position: absolute;
	border-radius: 2px;
}
.flickity-enabled .flickity-page-dots .dot::before {
	border: 1px solid #ffdd3a;
	left: 2px;
	top: 2px;
	bottom: 2px;
	right: 2px;
}
.flickity-enabled .flickity-page-dots .dot::after {
	opacity: 0;
	background-color: #ffdd3a;
	left: 5px;
	top: 5px;
	bottom: 5px;
	right: 5px;
}
.flickity-enabled .flickity-page-dots .dot.is-selected::after {
	opacity: 1;
}

.articles .article {
	background-color: #fff;
	padding: 10px;
	box-shadow: 0 4px 10px rgba(21, 18, 65, 0.1);
	display: block;
}
.articles .article > * {
	display: block;
}
.articles .article__title {
	margin: 7px 0;
}
.read__more {
	text-align: center;
}

.breadcrumbs {
	text-align: center;
}
.product-summary .breadcrumbs {
	padding: 0;
}
.breadcrumbs .home {
	position: relative;
	padding-left: 30px;
}
.breadcrumbs .home svg {
	position: absolute;
	left: 0;
}
.breadcrumbs .divider {
	position: relative;
	top: -1px;
}

.fancybox__container .fancybox__track,
.fancybox__container .carousel__track {
	will-change: transform;
}
.product-main-gallery .fancybox__thumb {
	padding-top: 100%;
}
.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
	border-color: var(--accent-color, #6699F5);
}
.gallery {
	max-width: 540px;
	position: relative;
}
.gallery ::-webkit-scrollbar {
	display: none;
}
.gallery.gallery-has_thumbs .gallery__image {
	float: right;
}
.gallery.gallery-has_thumbs .gallery__thumbs {
	float: left;
	overflow-y: auto;
}
.gallery.gallery-has_thumbs .gallery__thumbs .gallery__thumb {
	display: block;
}
.gallery.gallery-has_thumbs .gallery__thumbs .gallery__thumb + .gallery__thumb {
	margin-top: 10px;
}
.gallery .show-youtube {
	position: absolute;
	right: 1em;
	bottom: 1em;
	background-color: #fff;
	border: none;
	border-radius: 2px;
	padding: 10px 14px 8px;
	box-shadow: 0 4px 17px rgba(0, 0, 0, 0.07);
	-webkit-transition: opacity 0.26s ease-in;
	-o-transition: opacity 0.26s ease-in;
	transition: opacity 0.26s ease-in;
}
.gallery .show-youtube svg {
	pointer-events: none;
}
.with-fancybox .gallery .show-youtube {
	opacity: 0;
}
.gallery .show-youtube svg {
	width: 44px;
	height: 30px;
}

.table {
	padding: 16px 0;
	background-color: rgba(102, 152, 245, 0.04);
}
.table .attribute .content {
	color: rgba(20, 17, 64, 0.6);
}
.table .attribute.attribute-prices {
	border-style: solid;
	border-color: rgba(102, 152, 245, 0.08);
	border-width: 1px 0 1px 0;
	padding-top: 8px;
	padding-bottom: 8px;
}
.table .attribute.attribute-prices .content {
	color: var(--accent-color, #6699F5);
	font-size: 18px;
}
.table .attribute .title .info-sign {
	display: inline-block;
	width: 18px;
	height: 14px;
	background-repeat: no-repeat;
	margin-left: 7px;
	background-image: url('./imgs/icons/information-sign.svg');
	background-position: center;
	position: relative;
}
.table .attribute .title .info-sign span {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.14s ease-in-out, visibility 0.14s ease-in-out;
	-o-transition: opacity 0.14s ease-in-out, visibility 0.14s ease-in-out;
	transition: opacity 0.14s ease-in-out, visibility 0.14s ease-in-out;
	background-color: rgba(0, 0, 0, 0.84);
	padding: 5px;
	color: #fff;
	text-align: center;
	width: 120px;
	bottom: calc(100% + 7px);
	left: -40px;
	font-size: 14px;
	border-radius: 2px;
}
.table .attribute .title .info-sign span::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 47px;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.84) transparent transparent transparent;
}
.table .attribute .title .info-sign:hover span {
	opacity: 1;
	visibility: visible;
}
.table .attribute .content {
	margin-left: auto;
}
.table .attribute .content li + li {
	margin-top: 20px;
}
.attribute-links .content a {
	text-decoration: underline;
	text-decoration-color: rgba(20, 17, 64, 0.4);
	color: #141140;
}

section.product-summary + section.content {
	padding-top: 0;
	padding-bottom: 0;
}
.categories:not(.has-bg) + section.content {
	padding-top: 0;
}

.content + .share {
	padding-top: 0;
}
.share__title {
	font-size: 24px;
}
.share__icons ul {
	justify-content: center;
	margin: 0 -7px;
}
.share__icons li {
	margin: 0 7px 14px;
}
.share__icons li a {
	display: block;
	width: 40px;
	height: 40px;
	background-color: rgba(102, 152, 245, 0.54);
	position: relative;
}
.share__icons li a svg {
	position: absolute;
	fill: #fff;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

section.s-comments {
	color: #fff;
}

.comments .comment {
	background-color: rgba(255, 255, 255, 0.24);
	padding: 20px;
}
.comments .comment img {
	object-fit: contain;
	margin-right: 14px;
}
.comments .comment .comment-stars svg {
	display: inline-block;
	width: 12px;
	height: 12px;
}
.comments .comment .comment__excerpt {
	margin-top: 14px;
	opacity: 0.6;
	width: 100%;
}

#showWriteCommentpopup {
	width: 520px;
	max-width: 98%;
	padding: 24px 40px;
	text-align: center;
}

#showWriteCommentpopup .comment-stars {
	margin: 7px 0 20px;
}
#showWriteCommentpopup .comment-stars svg {
	fill: #ffdd3a;
	width: 36px;
	height: 36px;
}
#showWriteCommentpopup .comment-stars svg.active ~ svg {
	opacity: 0.26;
}
#showWriteCommentpopup input,
#showWriteCommentpopup textarea {
	width: 100%;
	border: 1px solid #EBEBEB;
	margin-bottom: 16px;
	padding: 20px;
	height: 60px;
}
#showWriteCommentpopup textarea {
	height: 136px;
}
#showWriteCommentpopup .thank_you__wrapper {
	padding: 16px 0;
}
#showWriteCommentpopup .thank_you__wrapper svg {
	margin-bottom: 14px;
}

.category-hero, .search-hero, .page-hero {
	color: #fff;
	background-position: center;
}
.hero-wrapper {
	backdrop-filter: blur(10px);
	background-color: rgba(255, 255, 255, 0.1);
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.hero-wrapper .category-description {
	max-width: 700px;
	margin: 0 auto;
	text-align: center;
	opacity: 0.6;
}

.breadcrumbs + .blog-grid {
	padding-top: 0;
}
.blog-grid h1 {
	margin-bottom: 0.7em;
}

.navigation {
	justify-content: center;
	margin-top: 30px;
}
.navigation .page-numbers {
	display: inline-block;
	border: 1px solid rgba(20, 17, 64, 0.05);
	margin: 0 2px;
	font-size: 14px;
	width: 30px;
	height: 30px;
	line-height: 26px;
	text-align: center;
}
.navigation .page-numbers.current {
	border-color: transparent;
	color: #fff;
	background-color: var(--accent-color, #6699F5);
}
.navigation .page-numbers:not(.current):not(.dots):hover {
	border-color: rgba(20, 17, 64, 0.14);
}
.navigation .page-numbers.prev {
	margin-right: 12px;
}
.navigation .page-numbers.next {
	margin-left: 12px;
}

.article-image {
	padding: 0;
}
.article-image img {
	margin: 0 auto;
}

.search-input__wrapper {
	max-width: 466px;
	margin: 0 auto;
	position: relative;
}
.search-input__wrapper input {
	width: 100%;
	background-color: rgba(255, 255, 255, 0.22);
	border: none;
	font-size: 16px;
	padding: 0 20px;
	color: #fff;
}
.search-input__wrapper input::placeholder {
	color: rgba(255, 255, 255, 0.6);
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.search-input__wrapper svg {
	position: absolute;
	fill: #fff;
	width: 20px;
	height: 100%;
	right: 20px;
	pointer-events: none;
}

.main-404 {
	background-position: center;
}
.wrapper-404 {
	max-width: 500px;
	min-height: calc(100vh - var(--header-height, 60px) - 200px);
	justify-content: center;
	margin-bottom: 40px;
}
.wrapper-404 h1 {
	font-size: 120px;
	text-align: left;
	color: var(--accent-color, #6699F5);
	text-shadow: 6px 6px 0 #ffdd3a;
}
.wrapper-404 .description-404 {
	color: rgba(255, 255, 255, 0.6);
	font-size: 18px;
	margin-bottom: 40px;
}


.product-embed-container {
	display: block;
	padding: 26px 0;
}

.product-embed-container::after {
	content: '';
	display: block;
	clear: both;
}

.product-embed-container .product-embed {
	display: block;
	background: #fff;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
	width: 520px;
	max-width: 100%;
	position: relative;
	min-height: 140px;
	text-decoration: none;
}

.product-embed-container .product-embed > img {
	display: block;
	position: absolute;
	width: 200px;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: center;
	margin: 0 !important;
}

.product-embed-container .product-embed .product-embed-content {
	display: block;
	padding: 20px 20px 20px 220px;
}

.product-embed-container .product-embed .product-embed-content > .product-embed-content-title {
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.045em;
	color: #141140;
	padding-bottom: 5px;
}

.product-embed-container .product-embed .product-embed-content > p {
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.015em;
	color: rgba(20, 17, 64, 0.6);
	padding: 0;
	margin: 0;
	padding-bottom: 10px;
}

.product-embed-container .product-embed .product-embed-content > .product-embed-content-link {
	display: inline-block;
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.015em;
	text-decoration: underline;
	color: #141140;
}

@media screen and (max-width: 500px) {
	.product-embed-container .product-embed > img {
		display: block;
		position: static;
		width: 100%;
		height: 150px;
		object-fit: cover;
		object-position: center;
	}

	.product-embed-container .product-embed .product-embed-content {
		display: block;
		padding: 20px 20px 20px 20px;
	}
}

/* footer */

footer {
	position: relative;
	background-color: var(--accent-color, #6699F5);
	color: #fff;
}
#scrollToTop.btn {
	position: fixed;
	right: 10vw;
	bottom: 7vh;
	padding: 7px 14px 1px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition: all 0.26s ease-in;
	-o-transition: all 0.26s ease-in;
	transition: all 0.26s ease-in;
}
#scrollToTop.btn.active {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	z-index: 2;
}
footer > * {
	position: relative;
}
.logo_copy__widget .copy {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.4);
}
.widget_title {
	font-size: 16px;
	margin-bottom: 26px;
}
.info__widget ul {
	width: 100%;
	float: left;
	max-height: 133px; /* 182 */
}
.info__widget ul li + li, .contacts__widget ul li + li {
	margin-top: 14px;
}
.info__widget ul li a, .contacts__widget ul li span {
	padding: 7px 0;
	font-size: 14px;
	display: block;
}
.info__widget ul li:nth-child(3n + 1) {  /* (4n + 1) */
	margin-top: 0;
}
.info__widget ul li a {
	position: relative;
	padding-left: 16px;
}
.info__widget ul li a::before {
	content: '';
	position: absolute;
	left: -2px;
	top: 14px;
	width: 6px;
	height: 6px;
	border-width: 1px 1px 0 0;
	-webkit-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	border-style: solid;
	border-color: #fff;
}
.contacts__widget ul li span {
	position: relative;
	padding-left: 35px;
}
.contacts__widget ul li span svg {
	position: absolute;
	fill: #ffdd3a;
	left: 0;
}

/* 
 * Desktop
 */
@media only screen and (min-width: 961px) {

	body {
		font-size: 16px;
	}

	.flx-d {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}
	.d-none-d {
		display: none;
	}

	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 20px;
	}

	.btn {
		padding: 19px 36px;
		cursor: pointer;
	}
	.btn, .flickity-prev-next-button {
		-webkit-transition: box-shadow 0.14s ease;
		-o-transition: box-shadow 0.14s ease;
		transition: box-shadow 0.14s ease;
	}
	.btn:hover, .flickity-prev-next-button:hover {
		box-shadow: 0 5px 11px rgba(51, 42, 0, 0.1);
	}

	.header__wrapper nav ul li a:hover,
	.info__widget ul li a:hover, .contacts__widget ul li a:hover,
	.attribute.attribute-links a:hover {
		text-decoration: underline;
	}
	.attribute.attribute-links a:hover {
		text-decoration-color: #000;
	}

	header::before {
		background-image: url('./imgs/ukraine-flag.jpg');
	}
	.admin-bar header {
		top: 32px;
	}

	.header__wrapper nav {
		font-size: 18px;
		letter-spacing: 1.2px;
	}
	.header__wrapper nav ul li + li {
		margin-left: 21px;
	}

	.header__wrapper .language-icon {
		margin-right: -15px;
	}

	h1 {
		font-size: 50px;
	}

	section {
		padding: 80px 0;
	}

	section.hero {
		padding: 210px 0;
	}
	section.hero .section-bg {
		background-position: center;
	}
	section.hero h1 {
		font-size: 60px;
	}
	section.hero .hero-description {
		font-size: 18px;
		max-width: 525px;
	}

	section > .container > h2:first-child,
	.content.content-article h2 {
		font-size: 50px;
	}
	section > .container > h2:first-child {
		margin-bottom: 40px;
	}

	.products {
		margin: -15px;
	}
	.products:not(.uam-slider) .product {
		padding: 15px 15px 7px;
		width: 25%;
	}
	.product .product__title {
		font-size: 18px;
	}
	.product .product__description, .product .product__link {
		font-size: 14px;
	}
	.product .product__link {
		-webkit-transition: color 0.14s ease-in-out;
		-o-transition: color 0.14s ease-in-out;
		transition: color 0.14s ease-in-out;
	}
	.product .product__link:hover {
		color: var(--accent-color, #6699F5);
	}

	.content img, .content p, .content ul, .content ol, .content .accent {
		margin-bottom: 30px;
	}
	.attribute-links .content p {
		margin-bottom: 20px;
	}
	.content.content-article p + ul, .content.content-article p + ol {
		margin-top: -26px;
	}
	.content h2, .content h3 {
		margin-bottom: 10px;
	}
	.content ul li {
		padding-left: 26px;
	}
	.content ol.content-list {
		margin-bottom: 40px;
	}
	.content ol.content-list li {
		opacity: 0.6;
	}
	.content ol.content-list li:hover {
		cursor: pointer;
		opacity: 1;
	}
	.content .products-block .product {
		width: calc((100% - 30px) / 2);
		margin-bottom: 30px;
	}
	.content .accent {
		padding: 10px 277px;
	}

	.float-links__wrapper {
		width: 419px;
		padding-left: 33px;
	}
	.float-links {
		padding: 20px;
		/* width: 386px; */
	}
	.float-links ul li a {
		font-size: 25px;
		padding: 11px 14px;
	}
	.float-links ul li + li {
		margin-top: 20px;
	}
	.float-links .cross-icon {
		width: 32px;
		height: 32px;
		left: -16px;
		top: -16px;
		padding: 5px;
		cursor: pointer;
	}
	.float-links .cross-icon:hover {
		background-color: #e1e1e1;
	}

	.uam-slider {
		margin: -15px -15px 49px;
	}
	.uam-slider .carousel-cell {
		padding: 15px;
		width: 33.33%;
	}
	.products.uam-slider .carousel-cell {
		width: 25%;
	}
	.uam-slider .flickity-button {
		background-color: #ffdd3a;
		width: 56px;
		height: 56px;
		border-radius: 0;
		background-repeat: no-repeat;
		background-position: center;
	}
	.uam-slider .flickity-button svg {
		display: none;
	}
	.uam-slider .flickity-button:focus {
		box-shadow: none;
	}
	.uam-slider .flickity-button.previous {
		left: -98px;
		background-image: url('./imgs/icons/fi-rr-angle-double-small-left.svg');
	}
	.uam-slider .flickity-button.next {
		right: -98px;
		background-image: url('./imgs/icons/fi-rr-angle-double-small-right.svg');
	}
	.uam-slider .flickity-page-dots {
		bottom: -33px;
	}

	.product-summary {
		padding: 40px 0;
	}

	.breadcrumbs {
		padding: 40px 0;
	}
	.breadcrumbs .home svg {
		top: -2px;
	}
	.breadcrumbs + h1 {
		margin-top: 10px;
		margin-bottom: 40px;
	}

	[data-fancybox], .show-youtube {
		cursor: pointer;
	}

	.gallery.gallery-has_thumbs .gallery__image {
		max-width: calc(100% - 81px - 14px);
	}
	.gallery.gallery-has_thumbs .gallery__thumbs {
		width: 81px;
		margin-right: 14px;
	}

	.table__wrapper {
		margin-left: 30px;
		flex-grow: 1;
	}
	.table .attribute {
		margin-bottom: 16px;
		padding: 0 26px;
	}
	.table .attribute .content {
		width: 300px;
		font-size: 14px;
	}

	.share__wrapper {
		justify-content: space-between;
	}

	.comments .comment img {
		width: 52px;
		height: 52px;
	}
	.comments .comment .title_stars__wrapper {
		width: calc(100% - 66px);
	}
	.comments .comment .comment__excerpt {
		font-size: 14px;
	}
	.comments.uam-slider .flickity-page-dots {
		bottom: -22px;
	}
	#showWriteCommentpopup .comment-stars svg:hover {
		cursor: pointer;
		fill: #e1ca56;
	}

	.category-hero {
		padding: 60px 0;
	}
	.hero-wrapper {
		padding: 26px 0;
	}
	.hero-wrapper h1 {
		margin-bottom: 26px;
	}

	.blog-grid .articles {
		margin: -15px;
	}
	.articles .article__wrapper {
		width: 33.33%;
		padding: 15px;
	}

	.container__article-title h1 {
		margin-bottom: 40px;
		margin-top: -35px;
	}

	.search-input__wrapper input {
		height: 69px;
	}

	/**/

	footer {
		padding: 100px;
	}
	footer::before {
		background-image: url('./imgs/ukraine-flag.jpg');
	}
	.logo_copy__widget {
		max-width: 190px;
		margin-right: auto;
	}
	.logo_copy__widget .logo {
		margin-bottom: 16px;
	}
	.info__widget, .contacts__widget {
		min-width: 270px;
	}
	.info__widget {
		margin-right: 90px;
	}

}

.content-article h3,
.content-article h4,
.content-article h5,
.content-article h6 {
	text-align: center;
}

.wp-block-embed.is-type-video .wp-block-embed__wrapper {
	width: 100%;
	padding-top: 56%;
	position: relative;
}

.wp-block-embed.is-type-video .wp-block-embed__wrapper iframe {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.wp-block-embed__wrapper p {
	opacity: 1 !important;
}

/* Mobile & Tablet */
@media only screen and (max-width: 960px) {

	body {
		font-size: 13px;
	}
	body.menu-is-open {
		overflow: hidden;
	}

	.flx-m {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}
	.fxdc-m {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.d-none-m {
		display: none;
	}

	h2 {
		font-size: 18px;
	}
	h3 {
		font-size: 14px;
	}

	.btn {
		padding: 12px 36px;
	}

	header {
		-webkit-transition: height 0.26s ease-in-out;
		-o-transition: height 0.26s ease-in-out;
		transition: height 0.26s ease-in-out;
		height: var(--header-height, 60px);
		overflow: hidden;
	}
	.admin-bar header {
		top: 46px;
	}
	header::before {
		background-image: url('./imgs/ukraine-flag-mob-bg.jpg');
	}
	body.menu-is-open header {
		height: 100%;
	}

	.header__wrapper {
		margin: 0 -15px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}
	.header__wrapper .menu-trigger {
		padding: calc((var(--header-height, 60px) - 20px) / 2) 15px;
		border-right: 1px solid rgba(255, 255, 255, 0.1);
	}
	.header__wrapper .menu-trigger .menu-icon {
		width: 24px;
		height: 19px;
		position: relative;
	}
	.header__wrapper .menu-trigger .menu-icon span {
		background-color: #fff;
		width: 100%;
		display: block;
		height: 3px;
		position: absolute;
		left: 0;
		-webkit-transition: transform 0.26s ease-in-out;
		-o-transition: transform 0.26s ease-in-out;
		transition: transform 0.26s ease-in-out;
	}
	.header__wrapper .menu-trigger .menu-icon span:nth-child(1) {
		top: 0;
		-webkit-transform-origin: 3px 5px;
		-moz-transform-origin: 3px 5px;
		-ms-transform-origin: 3px 5px;
		-o-transform-origin: 3px 5px;
		transform-origin: 3px 5px;
	}
	.header__wrapper .menu-trigger .menu-icon span:nth-child(2) {
		top: 8px;
		-webkit-transform-origin: 11px 1px;
		-moz-transform-origin: 11px 1px;
		-ms-transform-origin: 11px 1px;
		-o-transform-origin: 11px 1px;
		transform-origin: 11px 1px;
	}
	.header__wrapper .menu-trigger .menu-icon span:nth-child(3) {
		top: 16px;
		width: 55%;
	}
	body.menu-is-open .header__wrapper .menu-trigger .menu-icon span:nth-child(1) {
		-webkit-transform: rotateZ(45deg);
		-ms-transform: rotateZ(45deg);
		-o-transform: rotateZ(45deg);
		transform: rotateZ(45deg);
	}
	body.menu-is-open .header__wrapper .menu-trigger .menu-icon span:nth-child(2) {
		-webkit-transform: rotateZ(-45deg);
		-ms-transform: rotateZ(-45deg);
		-o-transform: rotateZ(-45deg);
		transform: rotateZ(-45deg);
	}
	body.menu-is-open .header__wrapper .menu-trigger .menu-icon span:nth-child(3) {
		-webkit-transform: scaleX(0);
		-ms-transform: scaleX(0);
		-o-transform: scaleX(0);
		transform: scaleX(0);
	}

	.header__wrapper .logo {
		margin: 0 auto;
	}

	.header__wrapper nav {
		font-size: 24px;
		position: fixed;
		left: 0;
		right: 0;
		top: var(--header-height, 60px);
		bottom: 0;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: opacity 0.14s ease-in-out, visibility 0.14s ease-in-out;
		-o-transition: opacity 0.14s ease-in-out, visibility 0.14s ease-in-out;
		transition: opacity 0.14s ease-in-out, visibility 0.14s ease-in-out;
		padding: 33px 0;
		overflow-y: auto;
	}
	body:not(.menu-is-open) .header__wrapper nav {
		pointer-events: none;
	}
	body.menu-is-open .header__wrapper nav {
		opacity: 1;
		visibility: visible;
		transition-delay: 0.14s;
	}
	.header__wrapper nav .main-menu {
		text-align: center;
		justify-content: center;
		min-height: 100%;
	}
	.header__wrapper nav .main-menu li + li {
		margin-top: 26px;
	}

	section {
		padding: 20px 0;
	}

	section.hero {
		padding: 75px calc(10vw - 15px);
	}
	section.hero .section-bg {
		background-position: 40% 0%;
	}

	section > .container > h2:first-child,
	.content.content-article h2 {
		font-size: 24px;
	}
	section > .container > h2:first-child {
		margin-bottom: 18px;
	}
	
	

	.products {
		margin: -8px;
	}
	.products:not(.uam-slider) .product {
		padding: 8px 8px 0;
		width: 50%;
	}
	.product .product__title {
		font-size: 16px;
	}

	.content img, .content p, .content ul, .content ol, .content .accent {
		margin-bottom: 20px;
	}
	.content.content-article p + ul, .content.content-article p + ol {
		margin-top: -14px;
	}
	.content h2, .content h3 {
		margin-bottom: 10px;
	}
	.content ul li {
		padding-left: 19px;
	}
	.content ol.content-list {
		margin-bottom: 20px;
	}
	.content .products-block .product {
		width: 100%;
		margin-bottom: 15px;
	}
	.content .accent {
		font-size: 14px;
		padding: 9px 27px;
	}

	.float-links__wrapper {
		width: 217px;
		padding-left: 33px;
	}
	.float-links {
		padding: 10px;
		/* width: 184px; */
	}
	.float-links ul li a {
		font-size: 12px;
		padding: 5px 10px;
	}
	.float-links ul li + li {
		margin-top: 10px;
	}
	.float-links .cross-icon {
		width: 20px;
		height: 20px;
		left: -10px;
		top: -10px;
		padding: 4px;
	}

	.uam-slider {
		margin: -10px -10px 10px;
	}
	.uam-slider .carousel-cell {
		padding: 10px;
		width: 50%;
	}
	.uam-slider .flickity-button, div:not(.comments).uam-slider .flickity-page-dots {
		display: none;
	}

	.product-summary {
		padding: 12px 0;
	}

	.breadcrumbs {
		padding: 10px 0;
	}
	.breadcrumbs .home svg {
		top: -5px;
	}
	.breadcrumbs + h1 {
		margin-top: 4px;
		margin-bottom: 10px;
	}

	.gallery {
		margin: 0 auto;
	}
	.gallery.gallery-has_thumbs .gallery__image {
		max-width: calc(100% - calc((100% - 40px) / 5) - 10px);
	}
	.gallery.gallery-has_thumbs .gallery__thumbs {
		/* width: 60px; */
		width: calc((100% - 40px) / 5);
		margin-right: 10px;
	}
	.gallery-slider .gallery__slide {
		width: 70%;
		margin-right: 10px;
		display: block;
		-webkit-transition: opacity 0.14s ease-in-out;
		-o-transition: opacity 0.14s ease-in-out;
		transition: opacity 0.14s ease-in-out;
	}
	.gallery-slider.flickity-enabled .gallery__slide:not(.is-selected) {
		opacity: 0.1;
	}
	.gallery-slider:not(.flickity-enabled) .gallery__slide {
		margin: 0 auto;
	}
	.gallery-slider .flickity-page-dots {
		bottom: -30px;
	}

	.table__wrapper {
		max-width: 540px;
		margin: 56px auto 0;
	}
	.table__wrapper h2 {
		margin-bottom: 20px;
	}
	.table .attribute {
		margin-bottom: 12px;
		padding: 0 26px;
	}
	.table .attribute .title {
		font-size: 16px;
	}

	.share__title {
		margin-bottom: 14px;
	}

	.comments .comment img {
		width: 40px;
		height: 40px;
	}
	.comments .comment .title_stars__wrapper {
		width: calc(100% - 54px);
	}
	.comments.uam-slider {
		margin-bottom: 40px;
	}

	.category-hero {
		padding: 30px 0;
	}
	.hero-wrapper {
		padding: 14px 10px;
	}
	.hero-wrapper h1 {
		margin-bottom: 7px;
	}

	.blog-grid .articles {
		margin: -8px;
	}
	.articles .article__wrapper {
		width: 50%;
		padding: 8px;
	}

	.container__article-title h1 {
		margin-bottom: 20px;
		margin-top: -5px;
	}

	.search-input__wrapper input {
		height: 40px;
	}

	/**/

	footer {
		padding: 30px;
	}
	footer::before {
		background-image: url('./imgs/ukraine-flag-mob-bg.jpg');
	}
	.logo_copy__widget {
		text-align: center;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		padding-bottom: 21px;
		margin-bottom: 18px;
		width: 100%;
	}
	.logo_copy__widget .logo {
		margin: 0 auto 4px;
	}
	.info__widget, .contacts__widget {
		width: 100%;
	}

}

/* Tablet */
@media only screen and (min-width: 421px) and (max-width: 960px) {

	.header__wrapper .menu-trigger {
		margin-right: 46px;
	}
	.table .attribute .content {
		flex-basis: 70%;
	}
	.info__widget, .contacts__widget {
		width: 50%;
	}

}

/* Mobile */
@media only screen and (max-width: 420px) {

	.header__wrapper .logo.has-img {
		max-width: calc(100% - 200px);
	}

	.content img {
		/*margin-left: -15px;
		margin-right: -15px;
		width: calc(100% + 30px);*/
	}

	.gallery-slider {
		margin-left: -15px;
		margin-right: -15px;
	}
	.gallery-slider:not(.flickity-enabled) {
		max-height: 70vw;
		overflow: hidden;
	}

	.table__wrapper {
		margin-left: -15px;
		margin-right: -15px;
		padding: 20px 15px 20px;
		background-image: url('./imgs/section-bg.jpg');
	}
	.table .attribute.attribute-prices {
		justify-content: space-between;
	}
	.table .attribute:not(.attribute-prices) .title {
		margin-bottom: 4px;
	}
	.table .attribute:not(.attribute-prices) .title,
	.table .attribute:not(.attribute-prices) .content {
		flex-basis: 100%;
	}
	.table .attribute.attribute-prices .title {
		max-width: 110px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		line-height: 1.25;
	}
	.table .attribute.attribute-prices .title .info-sign {
		margin-left: 3px;
	}
	.table .attribute.attribute-prices .content {
		font-size: 16px;
		margin-left: 0;
	}
	.contacts__widget {
		margin-top: 26px;
	}

	.comments.uam-slider .carousel-cell {
		width: 100%;
	}

}
p a {
	text-decoration:underline;
}

