/*
Theme Name: IMS Basic
Description: IMS Basic WordPress Theme
Version: 4.9
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 {
    width: 100%;
}

/*---Basic-Structure--------------------------------------------------------------------- */

body {
    font-family: 'Geologica', sans-serif;
    font-optical-sizing: auto;
    color: #1D1D1B;
    font-size: 20px;
    line-height: 1.5;
    background: #fafafa;
}

main {
	max-width: 1920px;
	min-height: 100vh;
	overflow: hidden;
	padding-top: 100px;
	margin: 0 auto;
}

section, .section, .wrapper, .awesome {
    position: relative;
}

.wrapper {
    width: 100%;
    height: 100%;
    max-width: 1720px !important;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
}

.awesome:before, .main-nav ul:not(.sub-menu) > li.menu-item-has-children 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 > span:before {
	right: 0;
}

.scrolltop {
    position: fixed;
    bottom: 10px;
    left: 10px;
    color: #eb672f;
    font-size: 28px;
    z-index: 9;
    transition: color .5s;
    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 > span:before, .main-nav > ul li ul.sub-menu, .flex-start, .flex-end, .header-flex, .slick-arrow, .relpost-block-single-text {
    display: flex;
    align-items: center;
}

.flex-around {
    justify-content: space-around;
}

.flex-between, .main-nav > ul {
    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 > span:before, .main-nav > ul li ul.sub-menu, .slick-arrow, .relpost-block-single-text {
    justify-content: center;
}

.flex-start, .main-nav > ul li ul.sub-menu {
    justify-content: flex-start;
}

.flex-end, .header-flex {
    justify-content: flex-end;
}

.wrap {
    flex-wrap: wrap;
}

.stretch {
	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---------------------------------------------------------------------- */

.kt-blocks-accordion-header {
    cursor: pointer !important;
}

.kt-accordion-panel-inner {
	font-weight: 400;
	font-size: 16px;
    line-height: 1.3;
}

.kt-blocks-testimonials-inner-wrap.kt-testimonial-grid-wrap {
	padding: 0 !important;
	margin: 0 !important;
}

.wp-block-kadence-advancedgallery .kt-blocks-carousel .splide__arrow {
	opacity: 1 !important;
	background: #fff !important;
	color: #EB672F !important;
	border: 1px solid #f5b397 !important;
	width: 40px !important;
	height: 40px !important;
	border-radius: 100% !important;
	margin: 0 20px !important;
}

.kadence-video-popup-link .kb-svg-icon-wrap {
	background: #fff;
	width: 64px !important;
	height: 64px !important;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.kadence-video-popup-link .kb-svg-icon-wrap svg {
	color: #EB672F;
	width: 20px !important;
	height: 20px !important;
	margin-left: 3px !important;
}

.wp-block-kadence-advancedgallery {
    flex: unset !important;
}

.kb-table-of-content-list li:not(:last-child) {
	margin-bottom: 10px;
}

.kb-svg-icon-wrap.kb-svg-icon-fe_instagram {
	background: linear-gradient(225deg, #405de6, #5B51D8, #833AB4, #C13584, #E1306C, #FD1D1D, #F56040, #FCAF45, #FFDC80) !important;
}

/*---Basic-Typography-------------------------------------------------------------------- */

h1, h2, h3, h4, .popup-title {
    margin: 0;
    line-height: 1.3;
}

.page-title {
	text-align: left;
	text-transform: uppercase;
	font-size: 3.2em;
	font-weight: 400;
	line-height: 1.1;
}

.popup-title {
    margin: 0 0 30px;
}

a {
    position: relative;
    transition: all .3s;
}

p, label {
    margin: 0;
}

/*---Header------------------------------------------------------------------------------ */

header {
    position: fixed;
    top: 0; left: 0; right: 0;
    height: 100px;
    border-bottom: 1px solid #ebebeb;
    transition: all .3s;
    z-index: 5;
}

.header-mobile {
    display: none;
}

header.animate {
    top: -50px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
}

body.admin-bar .header {
    top: 32px;
}

.header-top {
    background: #EBEBEB;
    height: 50px;
}

.header-top .wrapper {
    gap: 50px;
}

.header-top .wp-block-kadence-column {
    margin: 0 !important;
}

.header-bottom {
    background: #fff;
    height: 49px;
}

.mobile-menu {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #EBEBEB;
    z-index: 100;
    opacity: 0;
    pointer-events: none;
}

/*---Main-Nav---------------------------------------------------------------------------- */

.main-nav {
    margin-left: 40px;
}

.main-nav ul:not(.sub-menu) {
    gap: 40px;
}

.main-nav ul, .main-nav > ul li ul.sub-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-nav > ul > li {
    flex-grow: 1;
    position: relative;
}

.main-nav ul a {
	color: currentColor;
    font-weight: 500;
	height: 50px;
	border-bottom: 1px solid transparent;
    padding: 0 12px;
}

.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 {
	border-bottom: 1px solid #EB672F;
}

.main-nav ul:not(.sub-menu) > li.menu-item-has-children > span {
    position: relative;
    padding-right: 15px;
    display: flex;
}

.main-nav ul:not(.sub-menu) > li.menu-item-has-children > span:before {
 	content: '\f078';
    font-size: 12px;
    padding-top: 2px;
    color: #eb672f;
}

.main-nav > ul li ul.sub-menu {
	position: absolute;
	left: 0;
	top: 100%;
	width: 280px;
	flex-direction: column;
	transition: all .3s;
	margin: 0;
	opacity: 0;
	pointer-events: none;
	background: #fff;
	padding: 20px 30px;
}

.main-nav > ul li:hover ul.sub-menu {
    opacity: 1;
    pointer-events: auto;
}

.main-nav > ul li ul.sub-menu li {
    width: 100%;
}

.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: #000;
    font-size: 16px;
}

.main-nav > ul li ul.sub-menu li a:hover {
    color: #eb672f;
}

.menu-toggle, .menu-close {
    display: none !important;
}

/*---Custom-CSS-------------------------------------------------------------------------- */

.related-wrapper {
	padding-top: 160px;
}

.relpost-block-column-layout {
	display: flex !important;
	align-items: stretch !important;
	gap: 20px !important;
	justify-content: flex-start !important;
    flex-wrap: wrap;
}

.relpost-block-single {
	margin-right: 0 !important;
	border: 1px solid #ebebeb !important;
	border-radius: 12px !important;
	width: calc((100% - 60px) / 4);
	padding: 12px !important;
}

.relpost-block-container .relpost_card_title {
	font-family: 'Geologica' !important;
	line-height: 1.2 !important;
	font-weight: 400 !important;
	font-size: 1.2em !important;
}

.relpost-block-single-text {
    height: 75px !important;
    margin: 0 !important;
}

.overflow-hidden, .overflow-hidden .kt-inside-inner-col {
    overflow: hidden;
}

.nowrap {
    white-space: nowrap;
}

.custom-bg {
   gap: 0 !important;
}

.custom-bg :is(.kb-svg-icon-wrap, .kb-adv-text-inner) {
    transition: all .3s !important;
	padding: 10px;
	background: #fff;
}

.slick-main .custom-bg .kb-adv-text-inner {
	padding: 10px 20px;
}

.custom-bg .kb-svg-icon-wrap {
	border-radius: 100%;
}

.custom-bg .kb-adv-text-inner {
	line-height: 16px;
	border-radius: 18px;
}

.custom-bg:hover :is(.kb-svg-icon-wrap, .kb-adv-text-inner) {
	background: #EB672F;
    color: #fff !important;
}

.custom-bg:hover :is(.kb-svg-icon-wrap, .kb-adv-text-inner) {
	background: #EB672F;
    color: #fff !important;
}

.custom-bg:hover .kb-adv-text-inner a {
    color: #fff !important;
}

.custom-hover {
	position: relative;
}

.custom-hover {
	position: relative;
    width: 64px;
    height: 64px;
}

.custom-hover .wp-block-kadence-image {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: opacity .3s;
}

.wp-block-kadence-column .wp-block-kadence-image.img-white {
    opacity: 0;
}

.wp-block-kadence-column:hover .wp-block-kadence-image.img-white {
    opacity: 1;
}

.wp-block-kadence-column .wp-block-kadence-image.img-orange {
    opacity: 1;
}

.wp-block-kadence-column:hover .wp-block-kadence-image.img-orange {
    opacity: 0;
}

.kt-testimonial-content-wrap {
	height: 230px;
	overflow-y: auto;
	scrollbar-width: thin;
}

.kt-testimonial-content-wrap blockquote {
	padding-right: 8px;
}

.kt-testimonial-rating-wrap.kt-testimonial-rating-5 {
	gap: 10px;
	display: flex;
	justify-content: center;
}

.kt-testimonial-meta-name-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.kb-splide .splide__pagination, .kb-splide ul.splide__pagination.splide__pagination {
	bottom: unset !important;
	left: unset !important;
	padding: 0 !important;
	right: calc((100vw - 1720px) / 2 + 10px) !important;
	z-index: 2 !important;
    top: 54px !important;
}

.wp-block-kadence-testimonials .kt-blocks-carousel .splide__arrows {
	position: absolute;
	display: flex;
	gap: 10px;
	top: 0;
	right: calc((100vw - 1720px) / 2 + 10px) !important;
}

.wp-block-kadence-testimonials .kt-blocks-carousel .splide__arrow {
    position: relative !important;
	width: 40px !important;
	height: 40px !important;
	border-radius: 100% !important;
	opacity: 1 !important;
	border: 1px solid #f5b397;
	color: #eb672f !important;
    transform: translatey(0) !important;
}

.has-offset-right .wp-block-kadence-testimonials {
	margin-right: 0;
}

.has-offset-right .wp-block-kadence-testimonials .splide__track {
	margin-right: -300px !important;
}

.wp-block-kadence-testimonials .kt-blocks-carousel .kt-blocks-carousel-init {
    padding: 80px 0 0 !important;
    margin-top: 0 !important;
}

.has-offset-right .kt-row-column-wrap {
	margin-right: 0 !important;
	max-width: calc((100vw - 1720px) / 2 + 1720px) !important;
}

.kt-testimonial-item-wrap.wp-block-kadence-testimonial {
	display: flex;
	flex-direction: column-reverse;
}

.kt-testimonial-meta-wrap {
	margin: 0 0 20px !important;
}

.kt-testimonial-occupation-wrap {
	position: relative;
	padding-left: 18px;
}

.kt-testimonial-occupation-wrap::before {
	position: absolute;
	content: '\f3c5';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #eb672f;
	left: 0;
	font-size: 14px;
	top: 50%;
	transform: translatey(-50%);
}

.kt-testimonial-rating-wrap {
	width: fit-content;
}

.kb-splide .splide__pagination__page {
	border-radius: 0 !important;
	display: block !important;
	height: 2px !important;
	margin: 0 !important;
	opacity: 1 !important;
	padding: 0 !important;
	width: 30px !important;
	background: #D9D9D9 !important;
}

.splide__pagination__page.is-active {
	background: #eb672f !important;
}

.video-slider, .catalog-slider, .pop-slider {
	margin-right: -20px;
}

.pop-slider {
    margin-bottom: 160px;
}

.video-slider .slick-list {
	margin-right: -700px;
}

.catalog-slider .slick-list, .pop-slider .slick-list {
	margin-right: -320px;
}

.video-slider .slick-slide, .catalog-slider .slick-slide, .pop-slider .slick-slide {
    margin: 0 10px !important;
}

.video-slider .slick-arrow, .catalog-slider .slick-arrow, .pop-slider .slick-arrow {
	position: absolute !important;
	top: -84px !important;
	transform: unset !important;
}

.video-slider .slick-next, .catalog-slider .slick-next, .pop-slider .slick-next {
	right: calc((100vw - 1720px) / 2 + 10px) !important;
}

.video-slider .slick-prev, .catalog-slider .slick-prev, .pop-slider .slick-prev {
	right: calc((100vw - 1720px) / 2 + 60px) !important;
	left: unset !important;
}

.video-slider .slick-dots, .catalog-slider .slick-dots, .pop-slider .slick-dots {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	position: absolute;
	top: -30px;
	right: calc((100vw - 1720px) / 2 + 10px) !important;
}

.video-slider .slick-dots li, .catalog-slider .slick-dots li, .pop-slider .slick-dots li {
    display: block;
    height: 2px;
}

.video-slider .slick-dots li button, .catalog-slider .slick-dots li button, .pop-slider .slick-dots li button {
    font-size: 0;
    width: 30px;
    height: 2px;
    border: 0;
	background: #D9D9D9 !important;
    display: block;
}

.video-slider .slick-dots li.slick-active button, .catalog-slider .slick-dots li.slick-active button, .pop-slider .slick-dots li.slick-active button {
	background: #eb672f !important;
}

/*---Footer------------------------------------------------------------------------------ */

footer {
    position: relative;
}

/*---Pages------------------------------------------------------------------------------- */

.breadcrumbs, .yoast-breadcrumbs {
    margin: 24px auto 48px;
    font-size: 12px;
    font-weight: 400;
    color: #505050;
}

.breadcrumbs > span, .yoast-breadcrumbs > span {
	display: flex;
	gap: 8px;
}

.breadcrumbs a, .yoast-breadcrumbs a {
    color: currentColor;
}

.sec-page {
    height: 100%;
    padding-top: 0;
    padding-bottom: 60px;
}

.sec-404 {
    min-height: calc(100vh - 100px);
    text-align: center;
}

.title-404 {
	font-size: 14em;
	font-weight: 400;
	color: #eb672f;
	line-height: 1.1;
}

.subtitle-404 {
	font-size: 1.2em;
	margin-bottom: 40px;
	font-weight: 400;
}

.cta-404 {
	font-size: 18px;
	display: block;
	margin: 0 auto 30px;
	max-width: 420px;
	color: #505050;
	line-height: 1.2;
	font-weight: 400;
}

.btn-404 {
	width: 100%;
	max-width: 280px;
	height: 60px;
	cursor: pointer;
	transition: all .3s;
	margin: 0 auto;
	border-radius: 30px;
	background: #EB672F;
	color: #fff !important;
}

/*---Loop-------------------------------------------------------------------------------- */

.page-subtitle {
	font-size: 2.4em;
	font-weight: 400;
	line-height: 1.2;
	color: #2D2E2E;
    margin-bottom: 40px;
}

.loop-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
}

.loop-post {
    display: block;
	padding: 12px 12px 64px;
	border: 1px solid #EBEBEB;
	border-radius: 8px;
}

.loop-post img {
	margin-bottom: 20px;
	border-radius: 8px;
}

.loop-post h3 {
    color: #000;
    font-size: 1.2em;
    font-weight: 400;
	margin-bottom: 20px;
	line-height: 1.2;
}

.loop-post .content p {
	font-size: 18px;
	color: #505050;
	font-weight: 400;
	line-height: 1.2;
    padding-top: 20px;
    border-top: 1px solid #cdcdcd;
}

.loop-post .meta {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	padding: 12px;
	align-items: flex-end;
}

.loop-post .meta time {
    color: #505050;
    font-size: 12px;
    font-weight: 400;
}

.loop-post .more span {
	font-size: 16px;
	color: #1D1D1B;
	font-weight: 400;
	padding: 10px 20px;
	border-radius: 20px;
	background: #EBEBEB;
	line-height: 1.2;
    transition: all .3s;
}

.loop-post .more i {
	font-size: 16px;
	color: #EB672F;
	border-radius: 100%;
	background: #EBEBEB;
	display: inline-flex;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	transform: rotatez(-45deg);
    transition: all .3s;
}

.loop-post .more:hover span, .loop-post .more:hover i {
    background: #EB672F;
    color: #fff;
}

.catalog-wrapper {
    margin-top: 80px;
}

.loop-post .param {
	color: #505050;
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 10px;
}

.loop-post .param.color {
	margin-bottom: 20px;
}

.loop-post .price .label {
	color: #505050;
	font-weight: 400;
	font-size: 18px;
}

.loop-post .price .value {
	color: #EB672F;
	font-weight: 400;
	font-size: 1.2em;
}

.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;
}

.sec-slider {
	max-width: calc((100vw - 1720px) / 2 + 1720px) !important;
	margin: 40px 0 0 auto;
	padding-left: 28px;
	width: 100%;
}

/*---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;
}

.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: fit-content;
}

.wp-block-embed iframe {
	max-height: 420px;
	border-radius: 12px;
}

/*---Popup------------------------------------------------------------------------------- */

.btn {
    width: 100%;
    cursor: pointer;
    transition: all .3s;
}

.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: 640px;
	background: rgba(255,255,255,.95);
	z-index: 11;
	padding: 50px 20px;
    opacity: 0;
    transition: all .3s;
    flex-direction: column;
    border-radius: 2px;
}

.ims-popup form {
	max-width: 480px;
}

.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: #444;
    font-family: 'Font Awesome 5 Free';
	font-weight: 900;
    font-size: 20px;
    content: '\f00d';
    transition: all .3s ease;
}

.popup-close:hover:before {
	color: #777;
}
/*---Forminator-------------------------------------------------------------------------- */

.forminator-button.forminator-button-submit {
	padding: 0 !important;
	display: flex !important;
	justify-content: center;
	align-items: center;
	height: 52px !important;
	width: 100% !important;
	box-shadow: none !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    transition: all .3s !important;
    border-radius: 26px !important;
}

.forminator-response-message {
	border-radius: 0 !important;
	padding: 10px 16px !important;
}

.forminator-response-message .screen-reader-only, .forminator-edit-module {
    display: none !important;
}

.forminator-ui.forminator-custom-form[data-design="material"] .forminator-checkbox__wrapper {
	align-items: center !important;
}

/*---Slick-Slider------------------------------------------------------------------------ */

.slick-track {
    display: flex !important;
}

.slick-slide {
    height: inherit !important;
}

.slick-arrow:not(.splide__arrow) {
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	font-size: 0;
	background: #fff;
	border: 1px solid #f5b397;
	border-radius: 100%;
	width: 40px;
	height: 40px;
    padding: 0;
    z-index: 2;
    cursor: pointer;
}

.slick-arrow:not(.splide__arrow).slick-prev {
    left: 30px;
    padding-right: 3px;
}

.slick-arrow:not(.splide__arrow).slick-next {
    right: 30px;
    padding-left: 3px;
}

.slick-arrow:not(.splide__arrow).slick-prev::before, .slick-arrow:not(.splide__arrow).slick-next::before {
	font-family: Font Awesome\ 5 Free;
	font-size: 16px;
	font-weight: 900;
	color: #eb672f;
	transition: all .3s;
    content: '\f053';
}

.slick-arrow:not(.splide__arrow).slick-next::before {
	transform: rotatez(180deg);
}

/*---Fonts------------------------------------------------------------------------------- */

@font-face {
  font-family: 'Geologica';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/wp-content/themes/ims-basic/fonts/geologica.woff2') format('woff2');
}

/*---Adaptive-Design--------------------------------------------------------------------- */

@media only screen and (max-width: 1720px) {
.video-slider .slick-next, .catalog-slider .slick-next, .pop-slider .slick-next {
	right: 20px !important;
}

.video-slider .slick-prev, .catalog-slider .slick-prev, .pop-slider .slick-prev {
	right: 70px !important;
}

.video-slider .slick-dots, .catalog-slider .slick-dots, .pop-slider .slick-dots {
	right: 20px !important;
}

.kb-splide .splide__pagination, .kb-splide ul.splide__pagination.splide__pagination {
	right: 20px !important;
}

.wp-block-kadence-testimonials .kt-blocks-carousel .splide__arrows {
	right: 20px !important;
}
}

@media only screen and (max-width: 1520px) {
body {
    font-size: 18px;
}
}

@media only screen and (max-width: 1440px) {
body {
    font-size: 17px;
}
}

@media only screen and (max-width: 1366px) {
body {
    font-size: 16px;
}
}

@media only screen and (max-width: 1280px) {

}

@media only screen and (max-width: 1170px) {
body {
    font-size: 15px;
}

.loop-post.x4 {
	width: calc(50% - 10px);
}
}

@media only screen and (max-width: 1024px) {
body {
    font-size: 16px;
}

.loop-post.x3 {
	width: calc(50% - 10px);
}

.header {
    display: none;
}

main {
    padding-top: 48px;
}

.header-mobile {
	display: block;
	height: 48px;
	background: #ebebeb;
}

.mobile-flex {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
}

.mobile-menu {
    transition: all .3s;
    overflow-y: auto;
}

.mobile-menu.animate {
    opacity: 1;
    pointer-events: auto;
}

.menu-toggle, .menu-close {
	display: flex !important;
}

.mobile-menu .main-nav {
    margin-left: 0;
}

.mobile-menu .main-nav ul:not(.sub-menu) {
    flex-direction: column;
    gap: 0;
}

.mobile-menu .main-nav > ul > li, .main-nav > ul > li > a {
	width: 100%;
    text-align: left;
    justify-content: flex-start;
}

.mobile-menu .sub-toggle {
	position: absolute;
	right: 0;
	top: 0;
	height: 50px;
    width: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 13px;
	padding: 0 10px;
	cursor: pointer;
	color: #eb672f;
}

.mobile-menu .menu-item-has-children a {
	width: calc(100% - 40px);
}

.mobile-menu ul.sub-menu {
	position: static !important;
	width: 100% !important;
	background: transparent !important;
	height: 0;
	padding: 0 30px !important;
    transition: unset !important;
}

.mobile-menu ul.sub-menu.animate {
	opacity: 1;
    pointer-events: inherit;
	height: auto;
	padding: 0 20px 10px !important;
}

.mobile-menu ul.sub-menu a {
    color: #505050;
    font-weight: 400;
}

.mobile-menu ul li.current-menu-item > a, .mobile-menu ul li.current-post-parent > a {
	border-bottom: 0;
}

.mobile-menu ul li.current-menu-item, .mobile-menu ul li.current-post-parent {
	border-bottom: 1px solid #EB672F;
}

body.static {
    overflow: hidden;
}

.related-wrapper {
	padding-top: 80px;
}

.relpost-block-single {
	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);
}

body.admin-bar .header {
	top: 46px;
}

.loop-post {
	padding: 12px 12px 103px;
}

.loop-post .meta {
	align-items: flex-start;
	flex-direction: column;
	gap: 10px;
}

.catalog-slider .slick-list, .pop-slider .slick-list {
	margin-right: -260px;
}

.video-slider .slick-list {
	margin-right: -260px;
}

.video-slider .slick-slide, .catalog-slider .slick-slide, .pop-slider .slick-slide {
	margin: 0 5px !important;
}

.loop-post .content p {
	font-size: 16px;
}

.kt-testimonial-meta-name-wrap {
	align-items: flex-start !important;
	flex-direction: column !important;
}

.kt-testimonial-item-wrap {
	text-align: left !important;
}

.page-title {
	font-size: 2.4em;
}

.breadcrumbs, .yoast-breadcrumbs {
	margin: 12px auto 24px;
}

.catalog-wrapper {
	margin-top: 40px;
}

.related-wrapper {
	padding-top: 40px;
}

.relpost-block-single {
	width: 100%;
}
}

@media only screen and (max-width: 640px) {
.slick-arrow:not(.splide__arrow).slick-prev {
    left: 20px;
}

.slick-arrow:not(.splide__arrow).slick-next {
    right: 20px;
}

.loop-post.x3, .loop-post.x4 {
	width: 100%;
}
}

@media only screen and (max-width: 480px) {

}

@media only screen and (max-width: 360px) {

}
