/*
Theme Name: IMS Basic
Description: IMS Basic WordPress Theme
Version: 4.10
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: 'Be Vietnam Pro', sans-serif;
    color: #202427;
    font-size: 16px;
    line-height: 1.5;
    background: #f5f5f5;
}

main {
	max-width: 1920px;
	min-height: 100vh;
	overflow: hidden;
	padding-top: 106px;
	margin: 0 auto;
}

section, .section, .wrapper, .awesome {
    position: relative;
}

.wrapper {
    width: 100%;
    height: 100%;
    max-width: 1280px !important;
    padding: 0 42px;
    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: #1c93cc;
    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 > a span:before, .main-nav > ul li ul.sub-menu, .flex-start, .flex-end, .header-flex {
    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 > a span:before, .main-nav > ul li ul.sub-menu, .item .number {
    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---------------------------------------------------------------------- */

.wp-block-kadence-accordion .kt-accordion-header-wrap .kt-blocks-accordion-header {
	cursor: pointer;
}

.kb-row-layout-wrap.z-top {
    position: relative !important;
    z-index: 100 !important;
}

.kb-gallery-ul .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner .kadence-blocks-gallery-item__caption {
    text-align: inherit !important;
}

/*---Basic-Typography-------------------------------------------------------------------- */

h1, h2, h3, h4, .popup-title {
    margin: 0;
    line-height: 1.3;
}

.page-title {
    margin: 60px 0;
}

.popup-title {
    margin: 0 0 30px;
}

.page-title {
    text-align: center;
}

a {
    position: relative;
    transition: all .3s;
}

p, label {
    margin: 0;
}

/*---Header------------------------------------------------------------------------------ */

header {
    position: fixed;
    top: 0; left: 0; right: 0;
    height: 106px;
    background: rgba(255,255,255,.97);
    transition: all .3s;
    z-index: 5;
}

header.animate {
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
}

header.is-hidden {
    opacity: 0;
    pointer-events: none;
}

body.admin-bar .header {
    top: 32px;
}

.logo {
    width: 158px; height: 100%;
}

.header-flex {
    width: calc(100% - 158px);
}

/*---Main-Nav---------------------------------------------------------------------------- */

.main-nav {
	flex-grow: 1;
	margin: 0 42px;
    max-width: 1280px;
}

.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-size: 14px;
}

.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 {
    color: #1C93CC;
}

.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-------------------------------------------------------------------------- */

.overflow-hidden > .kt-inside-inner-col {
    overflow: hidden !important;
}

.force-100-height > .kt-inside-inner-col {
    flex-direction: column !important;
}

.flex-grow {
    flex-grow: 1 !important;
    width: 100% !important;
}

.flex-grow > .kt-row-column-wrap {
    height: 100% !important;
    width: 100% !important;
}

.has-blur {
    backdrop-filter: blur(5px);
}

.no-break {
    white-space: nowrap;
}

.weight-300 {
    font-weight: 300 !important;
}

.weight-500 {
    font-weight: 500 !important;
}

.weight-600 {
    font-weight: 600 !important;
}

.weight-800 {
    font-weight: 800 !important;
}

.fit-content {
    width: fit-content !important;
}

.margin-center {
    margin-left: auto !important;
    margin-right: auto !important;
}

/*---Footer------------------------------------------------------------------------------ */

footer {
    position: relative;
}

.footer-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

/*---Pages------------------------------------------------------------------------------- */

.yoast-breadcrumbs {
	font-size: 14px;
    letter-spacing: .01em;
    margin: 0;
}

.breadcrumbs a, .yoast-breadcrumbs a {
    color: #BDBDBD;
}

.sec-page {
    height: 100%;
    padding-top: 96px;
    padding-bottom: 96px;
}

.sec-404 {
    min-height: calc(100vh - 70px);
    text-align: center;
}

/*---Loop-------------------------------------------------------------------------------- */

.loop-post {
    color: #202427 !important;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}

.loop-post .content {
	padding: 20px;
}

.cat-title {
	min-height: 24px;
	margin-bottom: 10px;
}

.cat-item {
	border: 1px solid #1C93CC;
	color: #1C93CC;
	font-size: 12px;
	padding: 5px 8px;
	line-height: 12px;
	border-radius: 12px;
}

.loop-post h3 {
    color: currentColor;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.loop-post .content p {
	font-size: 14px;
	margin-bottom: 20px;
}

.loop-post time {
	font-size: 12px;
	color: #999a9c;
}

button#load-more {
	border: 1px solid #1C93CC;
	color: #1C93CC;
	margin: 40px auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 180px;
	height: 48px;
	background: transparent;
	border-radius: 8px;
    cursor: pointer;
}

.testimonials-post {
	background: #fff;
	border-radius: 8px;
	padding: 24px;
	box-shadow: 0 3px 6px 0 rgba(0,0,0,.1);
}

.testimonials-header {
    margin-bottom: 20px;
}

.testimonials-header img {
	width: 43px;
	height: 43px;
}

.testimonials-header h3 {
	font-size: 20px;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
}

.testimonials-post .content p {
    font-size: 14px;
}

.testimonials-meta {
	margin-top: 30px;
	font-size: 12px;
}

.testimonials-meta .testimonials-toggle {
    color: #1c93cc;
    text-decoration: underline;
    cursor: pointer;
}

.testimonials-meta time {
	color: #999;
}

.brands-main .brands-post {
	background: #fff;
	padding: 20px;
	height: 112px;
	border-radius: 10px;
}

.brands-post {
    color: #202427;
}

.brands-main .brands-post .brands-title {
    font-size: 20px;
}

.brands-post i, .models-post i {
    color: #1c93cc;
}

.models-post {
	background: #fff;
	color: #202427;
	height: 60px;
	border-radius: 8px;
	padding: 20px;
	box-shadow: 0 2px 3px 0 rgba(0,0,0,.2);
}

.videos-post {
    position: relative;
	aspect-ratio: 3 / 2;
	overflow: hidden;
	border-radius: 10px;
	background-size: cover !important;
    cursor: pointer;
}

.video-slick .videos-post {
    margin: 0 10px;
}

.videos-post .video-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,.5);
	color: #fff;
	padding: 30px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.videos-post .short-desc {
	font-size: 13px;
	margin-bottom: 10px;
	opacity: .75;
}

.videos-post h3 {
    font-size: 16px;
    max-width: calc(100% - 62px);
}

.videos-post .fa-play {
	border: 1px solid rgba(255,255,255,.5);
	width: 42px;
	height: 42px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	font-size: 14px;
	background: rgba(255,255,255,.15);
}

.ims-popup.videos-popup, .ims-popup.global-video-popup {
	padding: 0;
	overflow: hidden;
	width: fit-content;
}

.ims-popup.videos-popup iframe, .ims-popup.global-video-popup iframe {
    display: block !important;
}

.ims-popup.videos-popup .popup-close::before, .ims-popup.global-video-popup .popup-close::before {
    color: #fff !important;
}

.video-slick .slick-arrow, .mobile-slick .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	z-index: 2;
	font-size: 0;
	border: 0;
	width: 32px;
	height: 48px;
	border-radius: 2px;
	background: #1C93CC;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-slick .slick-arrow i {
    display: none !important;
}

.video-slick .slick-arrow.slick-prev {
	left: 0;
}

.video-slick .slick-arrow.slick-next {
	right: 0;
}

.video-slick .slick-arrow.slick-prev::before, .mobile-slick .slick-arrow.slick-prev::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f053";
    font-size: 16px;
    color: #fff;
}

.video-slick .slick-arrow.slick-next::after, .mobile-slick .slick-arrow.slick-next::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    font-size: 16px;
    color: #fff;
}

.team-toggle, .video-one-trigger, .video-two-trigger {
    cursor: pointer;
}

.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;
}

/*---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 thead {
	background: #1C93CC;
	border: 0;
	color: #fff;
	font-family: Oswald;
	text-transform: uppercase;
	letter-spacing: .03em;
}

.wp-block-table tr th, .wp-block-table tr td {
    border: 1px solid #ececec;
    padding: 12px 24px;
    font-size: 14px;
}

.wp-block-table thead tr th {
    border: 0;
    font-size: 16px;
}

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: 10px;
}

.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;
}

.ims-popup.testimonials-popup {
	padding-left: 60px;
	padding-right: 60px;
    max-width: 540px;
}

.ims-popup.testimonials-popup p {
    font-size: 12px;
}

.ims-popup.testimonials-popup .testimonial-link {
	color: #1C93CC;
	margin-top: 60px;
	font-weight: 600;
	font-size: 14px;
	width: 100%;
	text-decoration: underline !important;
	letter-spacing: .02em;
}

.callback-toggle {
    cursor: pointer;
}

.ims-popup.callback-popup {
    padding: 50px 30px;
}

.ims-popup.callback-popup .popup-inner {
    gap: 40px;
}

.ims-popup.callback-popup .popup-title {
	margin: 0 0 20px;
	font-family: "Oswald", sans-serif;
	font-size: 32px;
	max-width: 300px;
}

.ims-popup.callback-popup .popup-subtitle, .ims-popup.callback-popup .popup-phone, .ims-popup.callback-popup .popup-consent {
	font-size: 14px;
}

.ims-popup.callback-popup .popup-title, .ims-popup.callback-popup .popup-subtitle, .ims-popup.callback-popup .popup-phone {
	margin-bottom: 20px;
}

.ims-popup.callback-popup img {
    border-radius: 10px;
}

.ims-popup.callback-popup a {
    color: #202427;
}

.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;
}

.z-top-slider .slick-list {
    overflow: visible !important;
    transform: none !important;
}

.z-top-slider .slick-track, .z-top-slider .slick-slide {
    transform: none !important;
}
/*---Forminator-------------------------------------------------------------------------- */

.forminator-custom-form {
    margin: 0 auto !important;
}

.forminator-button:not(.forminator-pagination-submit) {
	padding: 0 42px !important;
	display: flex !important;
	justify-content: center;
	align-items: center;
	height: 48px !important;
	box-shadow: none !important;
    font-size: 1rem !important;
    transition: all .3s !important;
    border-radius: 8px !important;
}

.forminator-response-message {
	border-radius: 0 !important;
	padding: 10px 16px !important;
}

.forminator-response-message .screen-reader-only, .forminator-edit-module, .forminator-field label, .forminator-button.forminator-button-back {
    display: none !important;
}

.forminator-pagination-footer {
	justify-content: center !important;
}

.as-lable {
	font-weight: 600;
}

.as-description {
	font-size: 14px;
    color: #c5c6c7;
    margin-top: 5px;
}

/*---Slick-Slider------------------------------------------------------------------------ */

.slick-track {
    display: flex !important;
}

.slick-slide {
    height: inherit !important;
}

/*---Adaptive-Design--------------------------------------------------------------------- */

@media only screen and (max-width: 1280px) {
.logo {
	width: 130px;
}

.header-flex {
    width: calc(100% - 130px);
}

.main-nav {
	margin: 0 20px;
}

.wrapper {
    padding: 0 20px;
}

.kb-row-layout-wrap:not(.kb-row-layout-wrap .kb-row-layout-wrap) > .kt-row-column-wrap {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.kb-row-layout-wrap:not(.kb-row-layout-wrap .kb-row-layout-wrap).no-padding > .kt-row-column-wrap {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
}

@media only screen and (max-width: 1170px) {
.main-nav {
	margin: 0 12px;
}
}

@media only screen and (max-width: 1024px) {
header {
    z-index: 11;
}

.menu-toggle, .menu-close {
	display: flex !important;
    justify-content: center;
    align-items: center;
	cursor: pointer;
}

.menu-toggle {
	font-size: 22px;
    transition: all .3s;
}

.menu-close {
	position: absolute;
	right: 0;
	top: 0;
	width: 36px;
	height: 36px;
	z-index: 10;
}

.main-nav {
	margin: 0;
	flex-grow: 0;
}

.main-nav ul {
	position: fixed;
	top: 0;
	left: 40px;
	right: 0;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 50px 20px;
	background: #fff;
	z-index: 2;
	transition: all .3s;
	opacity: 0;
	pointer-events: none;
}

.main-nav ul::before {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 8px;
	top: 23px;
	width: 42px;
	height: 42px;
	color: #202427;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 20px;
	content: '\f00d';
	transition: all .3s ease;
}

.main-nav ul::before:hover {
	color: #777;
}

.main-nav ul.animate {
    opacity: 1;
    pointer-events: auto;
}

.main-nav ul li {
    flex-grow: 0;
}

.logo {
	width: 110px;
}

.header-flex {
    width: calc(100% - 110px);
}
}

@media only screen and (max-width: 767px) {
.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);
}

.ims-popup.videos-popup {
	max-width: 96%;
}

body.admin-bar .header {
	top: 46px;
}

.kb-mobile-color-fix, .kb-mobile-color-fix .kt-svg-icon-list-text {
    color: #fff !important;
}

.hide-on-mobile {
    display: none !important;
}

main {
    padding-top: 90px;
}

header {
    height: 90px;
}

.sec-mobile-bg .kt-inside-inner-col {
	background: #202427 !important;
}

.testimonials-post.x3 {
	width: calc(50% - 10px);
}

.main-nav ul a {
	font-size: 20px;
	padding: 5px 0;
}

.loop-post.x4, .brands-post.x3, .videos-post.x4 {
	width: calc(50% - 10px);
}

.sec-page {
	padding-top: 60px;
	padding-bottom: 60px;
}

.mobile-slick {
    margin: 0 -10px;
}

.mobile-slick .slick-track {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
}

.mobile-slick .slick-slide {
    display: block !important;
    height: auto !important;
    margin: 0 10px !important;
}

.mobile-slick .kt-inside-inner-col {
    width: 100% !important;
    margin: 0 !important;
}

.mobile-slick .slick-slide > .kt-inside-inner-col {
	height: 100%;
}

.hide-bg .kt-inside-inner-col {
    background: none !important;
}

.video-slick {
	margin: 0 -10px;
}

.mobile-slick .slick-arrow.slick-prev, .video-slick .slick-arrow.slick-prev {
	left: -10px;
}

.mobile-slick .slick-arrow.slick-next, .video-slick .slick-arrow.slick-next {
	right: -10px;
}

.ims-popup.callback-popup img {
    display: none;
}

.ims-popup.callback-popup {
	padding: 40px 20px;
}

.wp-block-table tr th, .wp-block-table tr td {
    padding: 10px;
}
}

@media only screen and (max-width: 640px) {
header .wp-block-kadence-advancedbtn {
	display: none !important;
}
}

@media only screen and (max-width: 480px) {
.testimonials-post.x3, .loop-post.x4, .brands-post.x3, .brands-post.x2, .videos-post.x4 {
	width: 100%;
}
}

@media only screen and (max-width: 360px) {

}
