/*
Theme Name: IMS Basic
Description: IMS Basic WordPress Theme
Version: 4.8
Author: IMS DESIGN
Author URI: //ims-design.ru/
*/

/*---Normalize--------------------------------------------------------------------------- */

body, html {
    height: 100%;
}

body {
    margin: 0;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

article, footer, header, main, nav, section, div, input, textarea {
    display: block;
}

a, a:active, a:focus, button, button:focus, button:active, .btn, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus {
    outline: none !important;
    outline: 0 !important;
}

input::-moz-focus-inner {
    border: 0 !important;
}

*, *:after, *:before {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

a {
    text-decoration: none !important;
}

a:hover, a:active, button:focus, button:hover, button:active, input:focus, input:hover, input:active {
    outline: 0 !important;
}

a:focus {
    outline: 0 !important;
}

b, strong {
    font-weight: bold;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button, input {
    line-height: normal;
}

button, select {
    text-transform: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
	height: auto;
	border: 0;
    display: block;
}

.logo img, .loop-post img, .products-post img {
    width: 100%;
}

/*---Basic-Structure--------------------------------------------------------------------- */

body {
    font-family: 'Inter', sans-serif;
    color: #373A3C;
    font-size: 16px;
    line-height: 1.5;
    background: #fff;
}

main {
	min-height: 100vh;
	overflow: hidden;
	padding-top: 140px;
	margin: 0 auto;
}

section, .section, .wrapper, .awesome {
    position: relative;
}

.wrapper {
    width: 100%;
    height: 100%;
    max-width: 1280px !important;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
}

.awesome:before, .main-nav ul:not(.sub-menu) > li.menu-item-has-children > a span:before {
	content: '';
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	top: 0;
	height: 100%;
	font-weight: 900;
    color: currentColor;
}

.awesome:before {
    left: 0;
}

.main-nav ul:not(.sub-menu) > li.menu-item-has-children > a span:before {
	right: 0;
}

.scrolltop {
    position: fixed;
    bottom: 10px;
    left: 10px;
    color: #ff5c5c;
    font-size: 28px;
    z-index: 9;
    cursor: pointer;
    display: none;
}

/*---Flexbox----------------------------------------------------------------------------- */

.flex-around, .flex-between, .main-nav > ul, .flex-center, .btn, .fab, .main-nav ul a, .awesome:before, .main-nav ul:not(.sub-menu) > li.menu-item-has-children > a span:before, .main-nav > ul li ul.sub-menu, .flex-start, .flex-end, .header-flex, .loop-post {
    display: flex;
    align-items: center;
}

.flex-around {
    justify-content: space-around;
}

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

.flex-center, .btn, .fab, .main-nav ul a, .awesome:before, .main-nav ul:not(.sub-menu) > li.menu-item-has-children > a span:before, .main-nav > ul li ul.sub-menu {
    justify-content: center;
}

.flex-start, .main-nav > ul li ul.sub-menu, .main-nav > ul, .loop-post {
    justify-content: flex-start;
}

.flex-end, .header-flex {
    justify-content: flex-end;
}

.wrap {
    flex-wrap: wrap;
}

.stretch, .loop-post {
	align-items: stretch;
}

.gap-10 {
    gap: 10px;
}

.gap-20, .header-flex {
    gap: 20px;
}

.gap-30 {
    gap: 30px;
}

.x2 {
    width: 50%;
}

.x3 {
    width: calc(100% / 3);
}

.x4 {
    width: 25%;
}

.gap-10 .x2 {
    width: calc(50% - 5px);
}

.gap-10 .x3 {
    width: calc((100% - 20px) / 3);
}

.gap-10 .x4 {
    width: calc((100% - 30px) / 4);
}

.gap-20 .x2 {
    width: calc(50% - 10px);
}

.gap-20 .x3 {
    width: calc((100% - 40px) / 3);
}

.gap-20 .x4 {
    width: calc((100% - 60px) / 4);
}

.gap-30 .x2 {
    width: calc(50% - 15px);
}

.gap-30 .x3 {
    width: calc((100% - 60px) / 3);
}

.gap-30 .x4 {
    width: calc((100% - 90px) / 4);
}

/*---Kadence-Blocks---------------------------------------------------------------------- */

.wp-block-kadence-accordion .kt-accordion-header-wrap .kt-blocks-accordion-header {
	cursor: pointer;
}

.hls-underline {
    text-decoration: underline !important;
}

.gslide-media.gslide-image {
	background: #fff !important;
}

/*---Basic-Typography-------------------------------------------------------------------- */

h1, h2, h3, h4, .popup-title {
    margin: 0;
    line-height: 1.3;
}

.page-title {
    margin: 0 0 30px;
    text-transform: uppercase;
    font-size: 2.5em;
}

.popup-title {
    margin: 0 0 30px;
    text-align: center;
}

a {
    position: relative;
    transition: all .3s;
}

p, label {
    margin: 0;
}

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

header {
    position: fixed;
    top: 0; left: 0; right: 0;
    height: 140px;
    background: #F0F0F0;
    transition: all .3s;
    z-index: 5;
}

header.animate {
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
}

.header .wrapper {
    padding-bottom: 35px;
}

.logo {
    width: 180px; height: 100%;
}

.header-flex {
    width: calc(100% - 160px);
}

.header-title {
    margin-left: 20px;
    margin-right: auto;
}

.search-popup {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 105px;
	z-index: 5;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	pointer-events: none;
	transition: all .3s ease-in-out;
}

.search-popup.animate {
    opacity: 1;
    pointer-events: auto;
}

.wp-block-search {
	width: 100%;
	max-width: 1280px;
	margin: 0 20px;
}

.wp-block-search__button {
	border: 0 !important;
	background: #062382 !important;
	color: #fff !important;
}

/*---Main-Nav---------------------------------------------------------------------------- */

.main-nav {
    position: relative;
    z-index: 2;
    background: #062382;
    color: #fff;
    width: 100%;
    margin-top: -35px;
}

.main-nav ul, .main-nav > ul li ul.sub-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-nav > ul:not(.sub-menu) {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

.main-nav > ul > li {
    position: relative;
}

.main-nav ul a {
    color: currentColor;
    height: 35px;
    padding: 0 30px;
}

.main-nav ul:not(.sub-menu) > li > a:hover, .main-nav ul li.current-menu-item > a, .main-nav ul li.current-post-parent > a {
    background: rgba(255,255,255,.05);
}

.main-nav ul:not(.sub-menu) > li.menu-item-has-children > a span {
    position: relative;
    padding-right: 15px;
}

.main-nav ul:not(.sub-menu) > li.menu-item-has-children > a span:before {
 	content: '\f078';
    font-size: 12px;
    padding-top: 2px;
}

.main-nav > ul li ul.sub-menu {
	position: absolute;
	left: 0;
	top: 100%;
	width: auto;
	flex-direction: column;
	transition: all .3s;
    margin: 0;
    opacity: 0;
    pointer-events: none;
    background: #fff;
    border: 1px solid #ececec;
}

.main-nav > ul li:hover ul.sub-menu {
    opacity: 1;
    pointer-events: auto;
}

.main-nav > ul li ul.sub-menu li {
    width: 100%;
    border-bottom: 1px solid #ececec;
}

.main-nav > ul li ul.sub-menu li:last-of-type {
    border-bottom: 0;
}

.main-nav > ul li ul.sub-menu li a {
	width: 100%;
	justify-content: flex-start;
	text-align: left;
	padding: 10px 20px;
    color: #404756;
    border-left: 3px solid transparent;
}

.main-nav > ul li ul.sub-menu li a:hover {
    background: #fafafa;
}

.menu-toggle, .menu-close {
    display: none !important;
}

/*---Custom-CSS-------------------------------------------------------------------------- */

.wp-block-list {
	margin: 0;
	padding-left: 16px;
}

.wp-block-list li {
    padding-left: 5px;
}

.wp-block-list li:not(:last-child) {
    margin-bottom: 5px;
}

.weight-500 {
    font-weight: 500;
}

/*---Footer------------------------------------------------------------------------------ */

footer {
    position: relative;
}

.footer-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
}

.footer-nav ul li:not(:last-child) {
	margin-bottom: 10px;
}

/*---Pages------------------------------------------------------------------------------- */

.yoast-breadcrumbs {
    margin: 0 auto;
}

.yoast-breadcrumbs a {
    color: currentColor;
}

.sec-page {
    height: 100%;
    padding-top: 30px;
    padding-bottom: 60px;
}

.sec-404 {
    min-height: calc(100vh - 70px);
    text-align: center;
}

.sec-intro {
	padding: 40px 0 70px;
}

.sec-intro .wrapper {
    padding-left: 360px;
}

.sec-intro .wrapper.has-back-link {
    padding-left: 20px;
}

.sec-intro.news {
	background: url('/wp-content/uploads/bg-news-min.jpg') center left;
    background-size: cover;
    min-height: 356px;
}

.sec-intro.posts {
	background: url('/wp-content/uploads/bg-news-min.jpg') center left;
    background-size: cover;
    min-height: 300px;
}

.sec-intro.products {
	background: url('/wp-content/uploads/bg-prod-min.jpg') center left;
    background-size: cover;
    min-height: 300px;
}

.sec-intro.publications {
	background: url('/wp-content/uploads/bg-publish-min.jpg') center left;
    background-size: cover;
    min-height: 300px;
}

.sec-intro.contacts {
	background: url('/wp-content/uploads/bg-contacts-min.jpg') center left;
    background-size: cover;
    min-height: 300px;
}

.sec-intro.vacancies {
	background: url('/wp-content/uploads/bg-vacancies-min.jpg') center left;
    background-size: cover;
    min-height: 300px;
}

.sec-intro .page-description {
	max-width: 740px;
}

.sidebar {
    width: 320px;
    display: flex;
    flex-direction: column;
}

.aside-intro {
    width: 320px;
}

.aside-intro a {
	display: block;
	color: #373A3C;
}

.aside-intro a i {
	font-size: 14px;
    margin-right: 3px;
}

.loop-wrapper, .page-content, .intro-content {
   width: 100%;
    max-width: calc(100% - 340px);
}

.loop-wrapper.full-width {
    max-width: 100%;
}

.term-item {
	border: 1px solid #d9d9d9;
	color: #777;
	border-bottom: 0;
	padding: 0 20px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: space-between;
    transition: all .3s;
    line-height: normal;
}

.term-item:last-child {
	border-bottom: 1px solid #d9d9d9;
}

.term-item i {
    font-size: 14px;
    margin-left: 20px;
}

.term-item:hover, .term-item.current {
    color: #fff;
    background: #062382;
    border-color: #062382;
    border-top-color: #fff;
}

.sec-page time {
    display: block;
    margin-top: 40px;
    color: #979797;
}

.sec-page time i {
    margin-right: 5px;
}

.sec-page .post-meta {
	height: 76px;
	border-top: 1px solid #212529;
	border-bottom: 1px solid #212529;
	margin-top: 60px;
}

.sec-page .post-meta a {
	color: #373A3C;
	display: flex;
	align-items: center;
	gap: 10px;
}

.sec-page .post-meta a i {
	color: #232388;
	font-size: 24px;
}

.relpost-thumb-wrapper {
	padding-top: 40px;
}

.relpost-thumb-container h3 {
	font-size: 1.25em;
	margin-bottom: 20px;
}

.relpost-block-single-image {
    display: none;
}

.relpost-block-single {
	background-color: unset !important;
	border-right: unset !important;
	border-left: unset !important;
	margin-right: unset !important;
    padding: 0 !important;
}

.relpost-block-single:hover {
    text-decoration: underline !important;
}

.relpost-block-container .relpost_card_title {
	font-weight: 400 !important;
}

.relpost-block-single-text {
	border: 0 !important;
	margin: 0 !important;
	overflow: unset !important;
	height: auto !important;
	font-family: inherit !important;
	font-size: inherit !important;
	font-weight: 400 !important;
	text-align: left !important;
    color: #0088CC !important;
}

.relpost-block-column-layout {
	display: flex !important;
	grid-template-columns: unset !important;
	gap: unset !important;
	flex-direction: column !important;
}

.publications-post {
	display: flex;
	flex-direction: column;
	gap: 20px;
	color: #373A3C;
	padding-bottom: 20px;
}

.publications-post .more {
    color: #0D6EFD;
    font-weight: 600;
}

.publications-post .excerpt, .publications-post h3 {
    flex-grow: 1;
}

.sidebar img {
	margin-bottom: 20px;
}

/*---Loop-------------------------------------------------------------------------------- */

.loop-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
}

.loop-post {
	width: 100%;
    color: #373A3C !important;
    padding: 30px 0;
}

.loop-post:first-of-type {
    padding-top: 0;
}

.loop-post:not(:last-of-type) {
    border-bottom: 1px solid #D9D9D9;
}

.loop-post time {
    font-size: 14px;
    color: #979797;
    display: block;
    margin-bottom: 30px;
    margin-top: 0;
}

.loop-post h3 {
	color: currentColor;
	font-weight: 600;
	margin-bottom: 10px;
	font-size: 1.125em;
}

.loop-post img {
   max-width: 300px;
}

.loop-post .content {
	width: 100%;
	max-width: calc(100% - 300px);
	padding: 0 0 0 30px;
	display: flex;
	flex-direction: column;
}

.loop-post .content .excerpt {
    flex: 1;
}

.content .more {
	color: #0D6EFD;
}

.content .more i {
	font-size: 13px;
    margin-left: 3px;
}

.wp-pagenavi {
    width: 100%;
    margin-top: 30px;
}

.wp-pagenavi span, .wp-pagenavi a {
	height: 42px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #ececec;
	min-width: 42px;
	padding: 0 6px;
	margin: 0 3px 0 0;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	background: #f5f5f5;
	border: 1px solid #d9d9d9;
}

.wp-pagenavi span.pages {
    display: none;
}

.products-post {
    color: #373A3C !important;
    border: 1px solid #E5E5E5;
    display: flex;
    flex-direction: column;
}

.products-post .content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    flex-grow: 1;
}

.products-post h3 {
    font-size: 16px;
    line-height: normal;
    font-weight: 600;
    flex-grow: 1;
}

.slick-products .products-post h3 {
    font-size: 1.5em;
}

.loop-post.simple {
	width: calc((100% - 60px) / 4);
	flex-direction: column;
    padding: 0;
    border: 1px solid #D9D9D9;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.loop-post.simple .content {
	padding: 20px;
    max-width: 100%;
    flex-grow: 1;
}

.loop-post.simple .content h3 {
    flex-grow: 1;
}

.products-post.slick-slide {
	display: flex !important;
    flex-direction: row;
}

.products-post.slick-slide img, .products-post.slick-slide .content {
	width: 50%;
}

.products-post.slick-slide .content {
    padding: 20px;
}

.products-post.slick-slide .excerpt {
    flex-grow: 1;
}

/*---Posts------------------------------------------------------------------------------- */
/*---Editor-Styles----------------------------------------------------------------------- */

article a {
    text-decoration: underline !important;
}

article :is(a.btn, a.kb-gallery-item-link, .kt-tabs-title-list li a) {
    text-decoration: none !important;
}

article .kt-tabs-title-list li a {
    text-decoration: none !important;
}

article .wp-block-separator {
	border: 0;
	border-top: 1px solid #ececec;
}

article :is(p, h2, h3, h4, .wp-block-image, .wp-block-table, .wp-block-kadence-iconlist, .wp-block-kadence-tabs, .wp-block-kadence-accordion) {
    margin: 0 0 20px !important;
}

article > ul, article > ol {
    margin: 0 0 20px !important;
}

.wp-block-table tr {
    transition: all .3s;
}

.wp-block-table tr th, .wp-block-table tr td {
    border: 1px solid #ececec;
    padding: 10px;
}

article > *:last-child, .wp-block-image, article .wp-block-separator, article .btn p {
    margin: 0 !important;
}

h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background {
	padding: 10px 20px !important;
}

.wp-block-embed {
    width: 100%;
}

/*---Popup------------------------------------------------------------------------------- */

.btn {
    width: 100%;
    max-width: 220px;
    height: 42px;
    border: 1px solid #ececec;
    cursor: pointer;
    transition: all .3s;
    margin: 0 auto;
    border-radius: 2px;
}

.btn:hover {
    border: 1px solid #d9d9d9;
}

.btn.align-left {
    margin-left: 0;
}

.btn.align-right {
    margin-right: 0;
}

.btn.wide {
    max-width: 100%;
}

.backdrop {
    position: fixed;
    top: 0; left: 0; bottom: 0; right: 0;
    background: rgba(0,0,0,.75);
    opacity: 0;
    z-index: 10;
    pointer-events: none;
    transition: opacity .3s;
}

.backdrop.animate {
    opacity: 1;
    pointer-events: auto;
}

.ims-popup {
	position: fixed;
	left: 50%; top: 50%;
	transform: translatex(-50%) translatey(-50%) scale3d(1.1, 1.1, 1);
	width: 100%;
 	max-width: 768px;
	background: rgba(255,255,255,.95);
	z-index: 11;
	padding: 50px 10px;
    opacity: 0;
    transition: all .3s;
    flex-direction: column;
    border-radius: 2px;
}

.ims-popup.animate {
	opacity: 1;
    pointer-events: auto;
 	transform: translatex(-50%) translatey(-50%) scale3d(1, 1, 1);
}

.ims-popup, .ims-popup * {
    pointer-events: none !important;
}

.ims-popup.animate, .ims-popup.animate * {
    pointer-events: auto !important;
}

.popup-close {
	position: absolute;
	right: 0; top: 0;
	height: 30px; width: 30px;
 	cursor: pointer;
    z-index: 20;
}

.popup-close:before {
	display: flex;
	justify-content: center;
 	align-items: center;
	position: absolute;
	left: 0; top: 0;
	width: 100%;
	height: 100%;
	color: #ff5c5c;
    font-family: 'Font Awesome 5 Free';
	font-weight: 900;
    font-size: 20px;
    content: '\f00d';
    transition: all .3s ease;
}

/*---Forminator-------------------------------------------------------------------------- */

.forminator-custom-form {
	max-width: 480px;
    margin: 0 auto !important;
}

.forminator-button.forminator-button-submit {
	padding: 0 !important;
	display: flex !important;
	justify-content: center;
	align-items: center;
	height: 42px !important;
	width: 100% !important;
	box-shadow: none !important;
    font-size: 1rem !important;
    transition: all .3s !important;
}

.forminator-response-message {
	border-radius: 0 !important;
	padding: 10px 16px !important;
}

.forminator-response-message .screen-reader-only, .forminator-edit-module {
    display: none !important;
}

/*---Slick-Slider------------------------------------------------------------------------ */

.slick-track {
    display: flex !important;
}

.slick-slide {
    height: inherit !important;
}

.slick-main .slick-arrow, .slick-products .slick-arrow {
	width: 30px;
	height: 30px;
	border: 0;
	font-size: 0;
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
    background: transparent;
    z-index: 2;
    cursor: pointer;
}

.slick-main .slick-arrow::before, .slick-products .slick-arrow::before {
	display: block;
	width: 30px;
	height: 30px;
	background: url('/wp-content/uploads/arrow.svg') center no-repeat;
	content: '';
}

.slick-main .slick-prev.slick-arrow::before, .slick-products .slick-prev.slick-arrow::before {
	transform: rotatez(180deg);
}

.slick-main .slick-prev {
    left: 20px;
}

.slick-main .slick-next {
    right: 20px;
}

.slick-poducts .slick-prev {
    left: 0;
}

.slick-products .slick-next {
    right: 6px;
}

.slick-dots {
	list-style: none;
	display: flex;
	justify-content: center;
	gap: 7px;
	position: absolute;
	left: 52%;
	transform: translatex(-50%);
	bottom: 50px;
	margin: 0;
}

.slick-dots button {
	font-size: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #777;
	border-radius: 100%;
	background: transparent;
	transition: all .3s;
    cursor: pointer;
}

.slick-dots li:hover button, .slick-dots li.slick-active button {
	border: 1px solid #062382;
	background: #062382;
}

/*---Adaptive-Design--------------------------------------------------------------------- */

@media only screen and (max-width: 1280px) {
.wrapper {
    padding: 0 20px;    
}
}

@media only screen and (max-width: 1170px) {
}

@media only screen and (max-width: 1024px) {
.menu-toggle, .menu-close {
	display: flex !important;
    justify-content: center;
    align-items: center;
	cursor: pointer;
}

.menu-toggle {
	font-size: 20px;
	width: 42px;
	height: 42px;
    transition: all .3s;
}

.menu-close {
	position: absolute;
	right: 0;
	top: 0;
	width: 36px;
	height: 36px;
	z-index: 10;
}

.main-nav ul {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	flex-direction: column;
    justify-content: center;
	align-items: center;
	padding: 0;
	background: #062382;
	z-index: 2;
    transition: all .3s;
    opacity: 0;
    pointer-events: none;
}

.main-nav ul.animate {
    opacity: 1;
    pointer-events: auto;
}

.main-nav ul li {
    flex-grow: 0;
}

.main-nav ul li a {
    font-size: 1.4em;
    margin: 10px 0;
}

.header-title {
    display: none;
}

.sec-intro .wrapper {
	padding-left: 20px;
}

.sec-intro {
	padding: 40px 0;
    min-height: 300px !important;
}

.wrapper.layout {
	flex-direction: column;
}

.sidebar {
	width: 100%;
}

.loop-wrapper, .page-content, .intro-content {
	width: 100%;
	max-width: 100%;
}

.loop-post {
	padding: 20px 0;
	flex-direction: column;
	gap: 20px;
}

.loop-post img {
	max-width: 480px;
}

.loop-post .content {
	max-width: 100%;
	padding: 0;
}

.content .more {
	margin-top: 10px;
}

.sec-intro .wrapper.has-back-link {
	flex-direction: column-reverse;
}

.aside-intro {
	width: 100%;
    padding-top: 10px;
}

.aside-intro a {
    font-weight: 600;
}

.publications-post.x2 {
	width: 100%;
}

.products-post.x3 {
	width: calc(50% - 10px);
}

.loop-post.simple {
	width: calc(50% - 10px);
}
}

@media only screen and (max-width: 768px) {
.ims-popup {
	left: 2%; right: 2%;
	transform: translatex(0) translatey(-50%) scale3d(1.1, 1.1, 1);
	width: auto;
}

.ims-popup.animate {
	transform: translatex(0) translatey(-50%) scale3d(1, 1, 1);
}

header .kb-button .kb-svg-icon-wrap {
    height: 23px !important;
    display: flex !important;
}

.slick-dots {
	left: 50%;
	padding-left: 0;
}

.page-title {
	margin: 0 0 20px;
	font-size: 2em;
}

.products-post.slick-slide {
    flex-direction: column;
}

.products-post.slick-slide img, .products-post.slick-slide .content {
    width: 100%;
}

.products-post.slick-slide .slick-arrow {
	top: 90px;
	transform: translatey(0);
}

.footer-nav ul {
	text-align: center;
}

footer .wp-block-kadence-listitem {
	width: fit-content !important;
	margin: 0 auto;
	text-align: center;
	max-width: 310px;
}

.products-post.slick-slide img, footer svg {
    display: none;
}
}

@media only screen and (max-width: 640px) {
body {
    font-size: 14px;
}

.products-post.x3, .loop-post.simple {
	width: 100%;
}

.page-title {
	font-size: 1.7em;
}

.slick-main .slick-prev, .slick-main .slick-next {
    display: none !important;
}
}

@media only screen and (max-width: 480px) {
h2 br, h3 br, p br {
    display: none;
}
}

@media only screen and (max-width: 360px) {
.page-title {
	font-size: 1.5em;
}
}
