/*
Theme Name: Muzeum Grawitacji
Author: Erizo.pl
*/
@font-face {
    font-family: 'DMSans';
    src: url('./fonts/dm-sans.ttf') format('truetype');
    font-weight: 100 900;
    font-display: swap;
}
:root {
	/* FONTS */
	--font-size-1: 64px;
	--font-size-2: 44px;
	--font-size-3: 36px;
	--font-size-4: 26px;
	--font-size-5: 22px;
	--font-size-6: 18px;
	--font-size-7: 16px;
	--font-size-8: 14px;
	--font-size-9: 12px;
	--font-size-10: 10px;

	/* FONT FAMILY */
	--primary-font-family: 'DMSans', sans-serif;

	/* COLORS */
	--main-bg-color: #1B0F26;
	--second-bg-color: #120B19;
	--font-color: #fff;
	--primary-color: #FE9DB1;
	--btn-bg-color: var(--primary-color);
	--btn-color: #fff;
	--svg-icons-color: var(--primary-color);
	--text-section-after: var(--primary-color);
	--banner-after: #ffffff94;
	--banner-bg-color: #f9f9f9;
	--banner-font-color: var(--font-color);
	--slick-dots-color: var(--primary-color);
	--slick-arrow-bg: var(--primary-color);
	--slick-arrow-color: #fff;
	--cta-bg-color: #4b9eff;
	--contact-form-borders: #bfbfbf;
	--template-separator-color: var(--primary-color);
	--header-bg-color: #120B19;
	--header-second-bg-color: #120B19;
	--header-color: #fff;
	--header-top-info-bg: var(--primary-color);
	--header-top-info-color: #fff;
	--footer-bg-color: #120B19;
	--footer-color: #fff;

	/* ICONS COLOR FILTER */
    --icons-filter: unset;

    /* BUTTON */
    --def-btn-font-size: 18px;
    --def-btn-padding: 17px 65px;

	/* PADDING */
	--small-padding: 60px;
	--big-padding: 120px;
	
	/* DESC */
	--desc-margin: 25px 0 0;
	
	/* BORDER RADIUS */
	--border-radius: 15px;

	/* SEPARATOR */
	--template-separator-height: 5px;

	/* HEADER */
	--header-padding: 15px 0;
	--logo-size: 100px;
	--logo-scrolled-size: 100px;
	--logo-mobile-size: 80px;
	--logo-scrolled-mobile: 80px;

	/* FOOTER LOGO */
	--footer-logo-size: 400px;
	--footer-mobile-logo-size: 300px;

	/* FW TYPES */
	--fw-type-1: 500;
	--fw-type-2: 600;
	--fw-type-3: 700;
	--fw-type-4: 800;
	--fw-type-5: 900;

	--header-margin: 147px;
}

.menu {
	align-items: center;
}

section {
	padding: 0;
	margin: 64px 0;
}

.content {
	margin-top: var(--header-margin);
}

.page-title {
	padding: 16px 0;
	text-align: center;
}

.css-nav-mg {
	margin-top: var(--header-margin);
}

section.main-cta .abs-img-bg {
	opacity: 15%;
}
section.main-cta .line-btn a::after{
	background-color: #fff;
}

section.main-cta * {
	color: #fff;
}
section.icons-section-t1-v1 .icon-item .icon-img img{
	height: 90px;
}
section.banner-t2-v1 .abs-img-bg {
	width: 100%;
	opacity: 20%;
}


.lang-item img, .pll-parent-menu-item img {
	display: inline-block;
}

.tmp-separator {
	/* background: linear-gradient(90deg,#9025ef 0%, #4b9eff 100%); */
}

.mini-cta-button {
	display: inline-block;
	border-radius: var(--border-radius);
	padding: 4px 12px;
	border-radius: 8px;
	font-weight: bold;
}

.mobile-nav .menu-links-box .mini-cta-button {
	padding: 8px 16px;
	border-radius: 10px;
	position: relative;
	left: -16px;
}

.def-btn a,
.mini-cta-button,
section.contact-form .e-form input[type="submit"] {
	background: linear-gradient(90deg,#FF5540 0%, #FFDD35 100%);
	color: #fff;
	background-size: 100%;
	border: none;
	transition: .3s;
}
.def-btn a:hover,
.mini-cta-button:hover,
section.contact-form .e-form input[type="submit"]:hover {
	background: linear-gradient(90deg,#FF5540 0%, #FFDD35 100%);
	color: #fff;
	border: none;
	background-size: 150%;
}

section.contact-section-t1-v1 .map iframe{
	filter: none;
}
.er-banner-new {
	position: absolute;
	top: 0;
	left: 0;
	height: 260px;
	width: 100%;
	
	z-index: -1;
}
.er-banner-new .abs-img-1{
	position: absolute;
	top: 0;
	left: 0;
	background-size: contain;
	background-position: left top;
	background-image: url('./img/banner-before.svg');
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.er-banner-new .abs-img-2{
	position: absolute;
	left: 0;
	width: 400px;
	height: 400px;
	bottom: -300px;
	background-size: contain;
	background-position: left top;
	background-image: url('./img/el-5.svg');
	background-repeat: no-repeat;
	z-index: -1;
	opacity: 20%;
	animation: float 6s ease-in-out infinite;

}
.er-banner-new .abs-img-3{
	position: absolute;
	right: 0;
	width: 20%;
	height: 100%;
	top: 0;
	background-size: contain;
	background-position: right top;
	background-image: url('./img/el-8.svg');
	background-repeat: no-repeat;
	z-index: -1;
	opacity: 50%;
}	
.er-banner-new img {
	width: 70%;
	height: auto;
	max-height: 55vh;
	max-height: 55svh;
	margin: 0 auto;
	display: block;
	object-fit: contain;
	object-position: center;
}
section.contact-section-t1-v1 .contact-info-box{
	position: relative;
	z-index: 0;
}
section.contact-section-t1-v1 .contact-info-box::before{
	position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
    background-position: center bottom;
    background-image: url('./img/el-1.svg');
    background-repeat: no-repeat;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 5%;
}

.contact-section .additional-info {
	padding-top: 30px;
}

section.contact-form .e-form .text-input input, 
section.contact-form .e-form .text-input textarea, 
section.contact-form .e-form .text-input select {
	background-color: var(--second-bg-color);
	border-color: #212121;
}
section.posts-section-t1-v2.posts-bg .posts-row .item {
	background-color: var(--second-bg-color);
	padding: 30px;
	border-radius: var(--border-radius);
	position: relative;
	z-index: 0;
}
section.posts-section-t1-v2.posts-bg .posts-row .item::before{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-position: right bottom;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    background-image: url('./img/el-1.svg');
    z-index: -1;
    opacity: 3%;
	transition: .3s;
}
section.posts-section-t1-v2.posts-bg .posts-row .item:hover::before{
	opacity: 10%;
}

.tmp-separator {
	max-width: 250px;
}
section.posts-section .post-btn::after {
	background: linear-gradient(90deg,#FF5540 0%, #FFDD35 100%);
}

.er-title-1 {
	text-transform: uppercase;
	font-size: var(--font-size-1);
}
.er-title-2 {
	text-transform: uppercase;
}
.er-title-3 {
	text-transform: uppercase;
}

section.main-cta {
	margin: 32px 0;
}
section.main-cta.cta-t2-v4 .cta-container-wrapper{
	background: none;
	margin: 0;
	padding: 0;
}
section.main-cta .title-1{
	text-transform: uppercase;
}
section.logos-section.logos-after-abs{
	position: relative;
	z-index: 0;
}
section.logos-section.logos-after-abs::after{
	position: absolute;
    top: 0;
    right: 0;
    width: 400px;
    height: 400px;
    background-size: contain;
    background-position: center bottom;
    background-image: url('./img/el-6.svg');
    background-repeat: no-repeat;
    content: "";
    z-index: -1;
    opacity: 100%;
    opacity: 20%;
	animation: float 8s ease-in-out infinite;
}
section.text-section.text-section-t3-v1.text-section-bg {
	background-color: transparent;
}

.text-section-outer .text-section-abs-img{
	position: absolute;
    top: 200px;
    right: 0;
    width: 400px;
    height: 400px;
    background-size: contain;
    background-position: center bottom;
    background-image: url('./img/el-2.svg');
    transform: rotate(45deg);
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 100%;
    opacity: 20%;
	animation: float 8s ease-in-out infinite;
}
.text-section-outer{
	position: relative;
	z-index: 0;
}

.text-section a {
	text-decoration: underline;
}

.blog-section-outer .blog-section-abs-img{
	position: absolute;
    top: 200px;
    right: 0;
    width: 400px;
    height: 400px;
    background-size: contain;
    background-position: center bottom;
    background-image: url('./img/el-4.svg');
    transform: rotate(45deg);
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 100%;
    opacity: 20%;
	animation: float 8s ease-in-out infinite;
}
.blog-section-outer{
	position: relative;
	z-index: 0;
}

section.icons-section-t1-v1.icons-bg .icon-item{
	background-color: var(--second-bg-color);
	text-align: center;
}
section.icons-section-t1-v1.icons-bg .icon-item .icon-img img {
	height: 100px;
	margin: 0 auto 15px;
}
section.icons-section-t1-v1.icons-bg .icon-item{
	position: relative;
	z-index: 0;
	overflow: hidden;
	transition: .3s;
}
section.icons-section-t1-v1.icons-bg .icon-item:hover{
	transform: scale(1.1);
}
section.icons-section-t1-v1.icons-bg .icon-item::after{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-image: url('./img/el-6.svg');
    content: "";
    z-index: -1;
    opacity: 10%;
	transition: .3s;
}
section.icons-section-t1-v1.icons-bg .icon-item:hover::after{
	transform: scale(1.2) rotate(45deg);
	opacity: 20%;
}
section.icons-section-t1-v1.icons-bg .def-btn a{
	background: linear-gradient(90deg,#9025ef 0%, #4b9eff 100%);
	transition: .5s;
	background-size: 100%;
}
section.icons-section-t1-v1.icons-bg .def-btn a:hover {
	background-size: 200%;
}


.icons-section-outer .icons-section-abs-img{
	position: absolute;
    top: 200px;
    right: 0;
    width: 400px;
    height: 400px;
    background-size: contain;
    background-position: center bottom;
    background-image: url('./img/el-2.svg');
    transform: rotate(45deg);
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 100%;
    opacity: 20%;
	animation: float 8s ease-in-out infinite;
}
.icons-section-outer{
	position: relative;
	z-index: 0;
}

section.single-section .tmp-separator {
	margin-bottom: 45px;
}

footer {
	position:relative;

	margin-top: 150px;

	border-image: url('./img/section-end.svg');
	border-image-slice: 100% 0 0 0;
	border-image-outset: 101px;
	border-image-width: 101px 0 0 0;
}

footer .abs-img-1{
	position: absolute;
    right: 0;
    width: 20%;
    height: 50%;
    bottom: 0;
    background-size: contain;
    background-position: right bottom;
    background-image: url('./img/el-9.svg');
    background-repeat: no-repeat;
    z-index: 1;
    opacity: 80%;
}
footer .container {
	position: relative;
	z-index: 2;
}

footer .contact-icons .item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 15px
}

footer .contact-icons .item .icon {
    width: 20px;
    min-width: 20px;
    margin-right: 10px
}

footer .contact-icons .item .icon.er-noicon {
    display: none
}

footer .contact-icons .item .icon svg {
    height: 20px;
    width: auto;
    fill: var(--svg-icons-color)
}

footer .contact-icons .item .list .title {
    line-height: 1
}

footer .contact-icons .item .list .title a {
    display: block;
    line-height: 1
}

footer .contact-icons .item .list .title+.title {
    margin-top: 5px
}
footer.main-footer-section-t2-v1 .footer-logo img, 
footer.main-footer-section-t3-v1 .footer-logo img {
	max-width: 90%;
}

section.text-section.text-section-t1-v4 .main-img-after::after, 
section.text-section.text-section-t2-v3 .main-img-after::after{
		background: linear-gradient(110deg,
	#2e0c4d 0%,
	#163c69 33%,
	#2e0c4d 66%,
	#163c69 100%
	);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}

section.social-box .tmp-separator{
	margin: 0 auto 45px;
}
section.social-box .socials ul {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	list-style: none;
	flex-wrap: wrap;
}
section.social-box .socials ul li {
	min-width: 20%;
	width: 20%;
	padding: 0 45px;
}
section.social-box .socials ul li a{
	display: block;
	width: 100%;
	padding-top: 100%;
	position: relative;
	border-radius: var(--border-radius);
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(110deg, #2e0c4d 0%, #163c69 33%, #2e0c4d 66%, #163c69 100%);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
	transition: transform .3s;
}
section.social-box .socials ul li a:hover {
	transform: scale(1.05);
}
section.social-box .socials ul li a svg {
	position: absolute;
	width: 75px;
	max-width: 50%;
	height: auto;
	fill: #fff;
	top: 0;
	bottom: 0;
	margin: auto;
}
header.main-header-section .desktop-nav .header-main-row .menu-links-column ul.menu>li.ticket-btn>a {
	background: linear-gradient(90deg,#9025ef 0%, #4b9eff 100%);

	padding: 10px;
	font-weight: 700;
	border-radius: 4px;
	margin-left: 5px;
	transition: .3s;
	background-size: 100%;
	line-height: 1;
}
header.main-header-section .desktop-nav .header-main-row .menu-links-column ul.menu>li.ticket-btn>a:hover{
	background-size: 200%;
}
header.main-header-section .desktop-nav .header-main-row .menu-links-column ul.menu>li.ticket-btn>a:after{
	display: none;
}

header.main-header-section .header-top-info .header-icons {
	column-gap: 45px;
}
header.main-header-section .header-top-info .header-icons .icon-item+.icon-item {
	margin-left: unset;
}
.header-icons .lang-item {
	flex-grow: 1;

	list-style: none;

	display: flex;
	justify-content: end;
}

.header-icons .lang-item a {
	white-space: nowrap;
	font-size: var(--font-size-8);
	text-transform: uppercase;
	font-weight: bold;

	background: black;
	border-radius: 5px;
	padding: 4px 8px;
}

.page-loader-main img {
	width: 200px;
}

.erizo-cookie-icon{
	background: linear-gradient(90deg,#9025ef 0%, #4b9eff 100%);
}
.erizo-switch-ui input[type="checkbox"]:checked {
    background: linear-gradient(90deg, #9025ef 0%, #4b9eff 100%);
}
.erizo-switch-ui input[type="checkbox"]{
	background: #413f3f;
}
.erizo-consent-bar .erizo-btn-wrapper button.erizo-btn, 
.erizo-preference-box .erizo-btn-wrapper button.erizo-btn {
	border: none;
	background: linear-gradient(90deg, #9025ef 0%, #4b9eff 100%);
	background-size: 100%;
	transition: .5s;
	color: #fff;
}
.erizo-consent-bar .erizo-btn-wrapper button.erizo-btn:hover, 
.erizo-preference-box .erizo-btn-wrapper button.erizo-btn:hover{
	background-size: 200%;
	opacity: 100%;
}
.erizo-consent-bar .erizo-btn-wrapper button.erizo-btn.erizo-border-btn, 
.erizo-preference-box .erizo-btn-wrapper button.erizo-btn.erizo-border-btn{
	color: #fff;
	position: relative;
	z-index: 0;
}
.erizo-consent-bar .erizo-btn-wrapper button.erizo-btn.erizo-border-btn::before, 
.erizo-preference-box .erizo-btn-wrapper button.erizo-btn.erizo-border-btn::before{
	background-color: var(--second-bg-color);
	content: "";
	top: 2px;
	left: 2px;
	right: 2px;
	bottom: 2px;
	position: absolute;
	z-index: -1;
}
.erizo-preference-box{
	background-color: var(--second-bg-color);
}

header.main-header-section .header-top-info {
	background-color: transparent;
}
header.main-header-section .header-top-info .header-icons .icon-item .icon-img+.title {
    margin-left: 10px;
}

footer #breadcrumbs {
	margin: 24px auto;
	color: var(--footer-color);
	opacity: 50%;
	text-align: center;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-50px);
	}
	100% {
		transform: translatey(0px);
	}
}

section.contact-section .additional-info .tmp-separator{
	margin-bottom: 30px;
}

section.contact-section .additional-info .title-2 {
	text-transform: uppercase;
}

section.price-section .first-row {
	text-align: left;
}

/* GLOBAL MEDIA */

@media (min-width: 1200px) {
	header.main-header-section .desktop-nav .header-main-row .menu-links-column ul.menu>li>a{
		/* font-size: var(--font-size-6);
		padding: 15px 10px; */
		font-weight: 700;
	}
	
	header.main-header-section .desktop-nav .header-main-row .menu-links-column ul.menu>li>a::after{
		background: var(--primary-color);
		width: 0%;
	}
	header.main-header-section .desktop-nav .header-main-row .menu-links-column ul.menu>li.current_page_item>a::after, 
	header.main-header-section .desktop-nav .header-main-row .menu-links-column ul.menu>li.current-menu-item>a::after {
		width: 100%;
	}
	header.main-header-section .desktop-nav .header-main-row .menu-links-column ul.menu>li>a:hover::after {
        width: 100%;
    }
	header.main-header-section-v1 .desktop-nav .header-main-row .logo-column{
		min-width: 10%;
		width: 10%;
	}
	header.main-header-section-v1 .desktop-nav .header-main-row .menu-links-column{
		min-width: 90%;
		width: 90%;
	}
}

@media screen and (max-width: 1499px) {
	:root {
		/* FONTS */
		--font-size-1: 56px;
		--font-size-2: 40px;
		--font-size-3: 34px;
		--font-size-4: 24px;
		--font-size-5: 20px;
		--font-size-6: 18px;
		--font-size-7: 16px;
		--font-size-8: 14px;
		--font-size-9: 12px;
		--font-size-10: 10px;

        /* BUTTON */
        --def-btn-font-size: 15px;
        --def-btn-padding: 17px 35px;
		--header-margin: 140px;

	}
	header.main-header-section .mobile-nav .header-mobile-row .menu-links-box .wrapper ul li.menu-item-has-children .mobile-btn-toggle::before,
	header.main-header-section .mobile-nav .header-mobile-row .menu-links-box .wrapper ul li.menu-item-has-children .mobile-btn-toggle::after{
		background-color: #9025ef;
	}
}
@media screen and (max-width: 1399px) {
	:root {
		--header-margin: 134px;
	}

	.er-banner-new .abs-img-2,
	.logos-section.logos-after-abs::after,
	.blog-section-outer .blog-section-abs-img,
	.icons-section-outer .icons-section-abs-img,
	.text-section-outer .text-section-abs-img{
		width: 300px;
		height: 300px;
	}

	header.main-header-section .desktop-nav .header-main-row .menu-links-column ul.menu>li>a,
	header.main-header-section .desktop-nav .header-main-row .menu-links-column ul.sub-menu li a {
        font-size: var(--font-size-9);
    }
}
@media screen and(max-width: 1299px){
	:root {
		--header-margin: 128px;
	}
}
@media screen and (max-width: 1199px) {
	:root {
		/* FONTS */
		--font-size-1: 48px;
		--font-size-2: 36px;
		--font-size-3: 30px;
		--font-size-4: 22px;
		--font-size-5: 18px;
		--font-size-6: 16px;
		--font-size-7: 14px;
		--font-size-8: 13px;
		--font-size-9: 12px;
		--font-size-10: 10px;
		--small-padding: 50px;
    	--big-padding: 100px;
		--header-margin: 132px;
	}
	.def-btn a {
		padding: 14px 55px;
	}
	header.main-header-section .mobile-nav .header-mobile-row {
		display: flex;
		justify-content: space-between;
	}
	header.main-header-section .mobile-nav .header-mobile-row .logo-column,
	header.main-header-section .mobile-nav .header-mobile-row .header-mobile-menu-btn {
		width: unset;
		min-width: unset;
	}
	header.main-header-section .mobile-nav .header-mobile-row .menu-links-box .wrapper ul.socials li + li {
		margin-left: 10px;
	}
	header.main-header-section .mobile-nav .header-mobile-row .menu-links-box ul.socials{
		margin-top: 15px;
	}
	header.main-header-section .mobile-nav .header-mobile-row .menu-links-box ul.socials li a svg{
		width: 20px;
	}
	header.main-header-section .mobile-nav .header-mobile-row .menu-links-box .wrapper ul li.ticket-btn a {
		background: linear-gradient(90deg,#9025ef 0%, #4b9eff 100%);
		padding: 10px;
		font-weight: 700;
		border-radius: 4px;
		margin-left: 5px;
		transition: .3s;
		background-size: 100%;
		line-height: 1;
		display: inline-block;
		margin: 10px 0;
		margin-left: 5px;
	}
	header.main-header-section .mobile-nav .header-mobile-row .menu-links-box .wrapper ul li.ticket-btn a:hover{
		background-size: 200%;
	}
	header.main-header-section .mobile-nav .header-mobile-row .menu-links-box .wrapper ul li.ticket-btn a:after{
		display: none;
	}

	.header-cta-column .mini-cta-button {
		padding: 8px 16px;
		border-radius: 10px;
	}


}
@media screen and (max-width: 991px) {
	:root {
		/* FONTS */
		--font-size-1: 40px;
		--font-size-2: 36px;
		--font-size-3: 28px;
		--font-size-4: 20px;

		/* BUTTON */
		--def-btn-font-size: 14px;

        /* PADDING */
        --small-padding: 50px;
        --big-padding: 100px;
		--header-margin: 128px;
	}
	body {
		font-size: var(--font-size-7);
	}

	header.main-header-section .header-top-info .header-icons {
		column-gap: 30px;
	}
	section.social-box .socials ul li {
		min-width: 25%;
		width: 25%;
	}
	.er-banner-new .abs-img-3{
		width: 30%;
	}
	section.social-box .socials ul li{
		padding: 0 30px;
	}
	
	section.contact-section .additional-info {
		margin-top: 30px;
	}
	footer .contact-icons .item{
		justify-content: center;
	}
	footer.main-footer-section-t2-v1 .footer-menu ul li a, 
	footer.main-footer-section-t3-v1 .footer-menu ul li a{
		font-size: var(--font-size-7);
	}
}

@media screen and (max-width: 767px) {
	:root {
		/* FONTS */
		--font-size-1: 40px;
		--font-size-2: 32px;
		--font-size-3: 24px;

        /* PADDING */
        --small-padding: 50px;
        --big-padding: 100px;
	}

	.er-banner-new .abs-img-2,
	.logos-section.logos-after-abs::after,
	.blog-section-outer .blog-section-abs-img,
	.icons-section-outer .icons-section-abs-img,
	.text-section-outer .text-section-abs-img{
		width: 200px;
		height: 200px;
	}
	section.text-section.text-section-t1-v4 .main-img-after .main-img-bg, 
	section.text-section.text-section-t2-v3 .main-img-after .main-img-bg{
		padding-top: 60%;
	}
	section.social-box .socials ul li {
        min-width: 30%;
        width: 30%;
		padding: 0 15px;
    }
	.blog-section-outer .blog-section-abs-img{
		top: 400px;
	}
	.er-banner-new .abs-img-3{
		width: 40%;
	}
	.er-banner-new img{
		width: 80%;
	}
	.er-banner-new .abs-img-2{
		bottom: -220px;
	}
	.text-section-outer .text-section-abs-img{
		top: 500px;
	}

	header.main-header-section .header-top-info .header-icons {
		column-gap: 20px;
	}
	header.main-header-section .header-top-info .header-icons .icon-item .icon-img+.title{
		margin-left: 5px;
	}
	header.main-header-section .header-top-info .header-icons .icon-item .icon-img svg{
		width: 16px;
		height: 16px;
	}

header.main-header-section .header-top-info .header-icons .icon-item+.icon-item {

	footer.main-footer-section-t1-v1 .footer-menu ul li a, 
	footer.main-footer-section-t2-v1 .footer-menu ul li a, 
	footer.main-footer-section-t3-v1 .footer-menu ul li a, 
	footer.main-footer-section .footer-last-menu ul li a{
		font-size: var(--font-size-7);
	}
	footer .abs-img-1{
		width: 30%;
	}
}
@media screen and (max-width: 575px) {
	header.main-header-section .header-top-info .header-icons {
		column-gap: 10px;
	}


	section.price-section-t1-v1 .price-row .price-list .wrapper .price-content-col {
		flex-wrap: wrap;
		width: 100%;
		justify-content: center;
		text-align: center;
	}
	section.price-section-t1-v1 .price-row .price-list .wrapper .img-col {
		min-width: 100%;
		width: 100%;
		margin: 0;
	}
	section.price-section-t1-v1 .price-row .price-list .wrapper .img-col img{
		height: 45px;
		width: 45px;
		margin: 0 auto 15px;
	}
	section.price-section-t1-v1 .price-row .price-list .wrapper .price-col{
		min-width: 100%;
		width: 100%;
		text-align: center;
	}
	


}