:root {
	--as-light-blue: #00F1E9;
	--as-blue: #00B3C8;
}


body {
	font-family: "proxima-nova", "Arial", Helvetica, sans-serif;
	font-size: 18px;
    line-height: 26px;
    text-rendering: optimizeLegibility;
    
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: antialiased;
	font-smoothing: antialiased;
	
    color: #000;
    position: relative;
    z-index: 1;
}

body.noscroll {
	overflow: hidden;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

body.noscroll .page-wrapper {
	/*filter: blur(10px);*/
}

body.noscroll .grecaptcha-badge {
	position: absolute !important;
}

img, iframe {
	max-width: 100%;
}

.img-fluid {
	width: 100%;
    height: 100%;
    object-fit: contain;
}

.yt-fluid {
	aspect-ratio: 16/9;
}

.yt-fluid iframe {
	width: 100%;
	height: 100%;
}

h1 {
	color: #000;
	font-weight: bold;
}

h2 {
    color: var(--main-color-hex);
    font-weight: bold;
}

h3 {
    color: var(--main-color-hex);
    font-weight: 600;
}

h4 {
    color: #000;
    font-weight: 600;
}

h5 {
    color: var(--as-blue);
    font-weight: 600;
    
}

h6 {
    color: #000;
    font-weight: 400;
}

a {
	color: var(--main-color-hex);
	text-decoration: none;
	transition: all ease 0.3s;

}

a:hover {
	color: #000;
}

img, iframe {
	max-width: 100%;
}

.table>:not(caption)>*>* {
	padding: 20px;
	box-shadow: none;
}

.table th {
	/*background-color: #75757519;*/
	background-color: #22b2ad;
    color: #fff;
}
.table-striped tbody tr:nth-of-type(odd){
	background-color: rgba(34,178,173,0.1);
}

.form-control {
	border: 1px solid #E0E0E0;
	font-weight: 300;
}
.form-select{
	font-weight: 300;
}


.btn {
	font-size: 20px;
	line-height: 48px;
	padding: 0 20px;
	text-decoration: none !important;
}

.btn-plain {
	cursor: default;
}

.btn-blue {
	background: var(--as-blue);
	color: #fff;
	border: 1px solid var(--as-blue);
}

.btn-blue:hover {
	background: #fff;
	color: var(--as-blue);
}

.btn-blue.btn-plain:hover {
	background: var(--as-blue);
	color: #fff;
	border: 1px solid var(--as-blue);	
}

.btn-light-blue {
	background: var(--as-light-blue);
	color: #000;
	border: 1px solid var(--as-light-blue);
}

.btn-light-blue:hover {
	background: #fff;
	color: #000;
	border: 1px solid var(--as-light-blue);
}

.btn-light-blue.btn-plain:hover {
	background: var(--as-light-blue);
	color: #000;
	border: 1px solid var(--as-light-blue);
}

.btn-black {
	background: #000;
	color: #fff;
	border: 1px solid #000;
}

.btn-black:hover {
	background: #fff;
	color: #000;
}

.btn-black.btn-plain:hover {
	background: #000;
	color: #fff;
	border: 1px solid #000;
}

.lead {
	font-size: 22px;
}



.header {
	position: relative;
	z-index: 10;
	
}

.header-transparent {
	background: #000;
}

.header-light {
	background: transparent linear-gradient(180deg, #FFFFFF 0%, #F1F1F1F2 100%) 0% 0% no-repeat padding-box;
}

.header-dark {
	background: #000;
}


.header-controls-wrapper {
	/* border-bottom: 1px solid rgba(255, 255, 255, .2); */
	position: relative;
	z-index: 1;
}

.header-controls {
	display: flex;
	align-items: center;
	justify-content: space-between;height: 100px;
	width: 100%;
}

.header-logo {
	/* flex-basis: 100%; */
}

.header-logo a {
	display: inline-block;
}
.header-logo a:hover {
	opacity: 0.8;
}

.header-logo img {
	width: 165px;
}

.header-nav {
	display: block;
	position: fixed;
	top: 0;
	right: calc(-100vw);
	bottom: 0;
	background: rgba(var(--main-color-r), var(--main-color-g), var(--main-color-b), 0.95) no-repeat padding-box;
	width: 100vw;
	overflow: auto;
	z-index: 1000;
}

.header-nav ul {
	margin: 0;
	padding: 111px 0 0 0;
	list-style-type: none;
	text-align: center;
	font-size: 20px;
}

.header-nav a {
	display: block;
	padding: 15px 0;
}


.header-nav a.active  {
	color: var(--main-color-hex);
}

.header-nav a {
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	position: relative;
	font-weight: 600;
}


.header-nav-toggler button {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	align-items: end;
}

.header-nav-toggler button span {
	width: 70px;
	background: var(--as-light-blue);
	display: block;
	height: 2px;
	margin: 5px 0;
	transition: all ease 0.3s;
}

.header-nav-toggler button span:last-of-type {
	width: 50px;
}

.header-nav-toggler button:hover span:last-of-type {
	width: 70px;
}









.block-carousel {
	width: 100%;
	/*height: 600px; */
	background-color: #000;
	position: relative;
	
	background-size: 100%;
	background-position: top;
	background-repeat: no-repeat;
	
}

.block-carousel .carousel-desc {
	margin-top: -80px;
	position: relative;
	background: #00000033;
	color: #fff;
	padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.block-carousel .carousel-desc p:first-of-type {
	height: 80px;
	margin: 0;
	font-size: 50px;
	line-height: 80px;
	font-weight: 100;
}

.block-carousel .carousel-desc p {
	font-weight: 300;
	margin-top: 20px;
	margin-bottom: 20px;
}

.block-carousel .carousel-desc .btn {
	font-size: 18px;
	line-height: unset;
	padding: 10px 50px;
}

.block-carousel .owl-controls {
	padding: 20px 0;
}

.block-carousel .owl-controls .owl-nav {
	display: flex;
	justify-content: space-between;
	padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.block-carousel .owl-controls .owl-prev, .block-carousel .owl-controls .owl-next {
	height: 12px;
	width: 50px;
}

.block-carousel .owl-controls .owl-prev {
	background: url("./frontend/img/arr_left.svg") no-repeat 100%;
	background-position: left;
}

.block-carousel .owl-controls .owl-next {
	background: url("./frontend/img/arr_right.svg") no-repeat 100%;
}

.block-carousel .owl-controls .owl-dots {
	position: absolute;
    bottom: 25px;
    left: 60px;
    right: 60px;
    display: flex;
    justify-content: center;
}

.block-carousel .owl-controls .owl-dots .owl-dot {
	height: 2px;
	width: 30px;
	background: #FFF;
	margin: 0 5px;
}

.block-carousel .owl-controls .owl-dots .owl-dot.active {
	background: var(--as-light-blue);
}


.block-2_cols_image, .block-2_cols, .block-info_page {
	margin-top: 5rem;
	margin-bottom: 5rem;
}

.block-title {
	margin-bottom: 50px;
}

.block-inner-text {
	padding-bottom: 50px;
}



.block-2_cols_image a, .block-2_cols a, .block-info_page a {
	text-decoration: underline;
}





#block-8 a:hover {
	text-decoration: none;
}

#block-8 .mail {
	font-size: 36px;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
	font-weight: 300;
}

#block-8 .phone {
	display: flex;
	margin-top: 40px;
	margin-bottom: 20px;
}

#block-8 .phone img {
	display: none;
	margin-right: 15px;
}

#block-11 h2 {
	margin-bottom: 50px;
}

#block-11 .alert {
	margin-top: -1.5rem;
}

#block-11 a:hover {
	text-decoration: none;
}



.faq {
	border-bottom: 1px solid #70707050;
}

.faq .question {
    border-top: 1px solid #70707050;
    padding: 1.5em 4em 1.5em 0;
    cursor: pointer;
    transition: all ease .2s;
    font-weight: 700;
    position: relative;
}

.faq .question p:not(.question:last-child) {
	margin-bottom: 0;
}

.faq .question:hover {

}


.faq .question::after {
	content: "+";
    display: inline-block;
    position: absolute;
    right: 2%;
    top: calc(50% - 13px);
	font-weight: 100;
	font-size: 50px;
	color: var(--as-light-blue);
}

.faq .question.open::after {
    content: "-";
    font-size: 70px;
}

.faq .answear {
    height: 0;
    margin: 0;
    padding: 0 5em 0 2em;
    overflow: hidden;
    transition: all ease .2s;
}

.faq .answear p:not(.answear:last-child) {
	margin-bottom: 0;
}

.faq .open + .answear {
    height: auto;
    padding: 0em 5em 3em 2em;
    overflow: visible;
}




.gallery a:hover{
	opacity: .5;
}


.gallery .gallery-item {
	margin-bottom: var(--bs-gutter-x);
}

.gallery .gallery-item a {
	aspect-ratio: 3/2;
	display: block;
}

.gallery .gallery-item img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}







.whirlpool-list .whirlpool-item {
	background: transparent linear-gradient(180deg, var(--unnamed-color-ffffff) 0%, #EFEFEF 100%) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(180deg, #FFFFFF 0%, #EFEFEF 100%) 0% 0% no-repeat padding-box;
	border-bottom: 1px solid var(--as-light-blue);
}

.whirlpool-list .whirlpool-item a {
	position: relative;
	display: block;
}

.whirlpool-list .whirlpool-item a:hover:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url("./frontend/img/ico_zoom.svg") #00F1E925 no-repeat;
	background-position: center calc((100% - 160px) / 2);
}

.whirlpool-list .whirlpool-item .whirlpool-image {
	aspect-ratio: 3/2;
}

.whirlpool-list .whirlpool-item .whirlpool-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.whirlpool-list .whirlpool-item .whirlpool-info {
	height: 160px;
}

.whirlpool-list .whirlpool-item .whirlpool-name {
	text-align: center;
	margin-top: 20px;
}

.whirlpool-list .whirlpool-item .whirlpool-name h3 {
	color: var(--as-blue);
	text-transform: uppercase;
}

.whirlpool-list .whirlpool-item .whirlpool-name span {
	font-size: 16px;
}

.whirlpool-list .whirlpool-item .whirlpool-line {
	display: flex;
	margin: 20px 0px;
}

.whirlpool-list .whirlpool-item .whirlpool-line span {
	width: 100%;
	margin: 0 10px;
}



.whirlpool-detail {
	background: transparent linear-gradient(to bottom, #000 calc(250px + 2rem), #fff calc(250px + 2rem)) 0% 0% no-repeat padding-box;
	padding-top: 2rem;
}


.whirlpool-detail .whirlpool-header {
	display: flex;
	flex-direction: column;	
	
	margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));	
}

.whirlpool-detail .whirlpool-header > div {
	width: 100%;
}

.whirlpool-detail .whirlpool-header .whirlpool-meta, .whirlpool-detail .whirlpool-header .whirlpool-perex {
	padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}

.whirlpool-detail .whirlpool-header .whirlpool-meta {
	order: 0;
	color: var(--as-blue);
	margin-bottom: 20px;
}

.whirlpool-detail .whirlpool-header .whirlpool-meta .whirlpool-name {
	font-size: 58px;
	color: #FFF;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.whirlpool-detail .whirlpool-header .whirlpool-meta .whirlpool-price span {
	color: #FFF;
	font-size: 24px;
	margin-left: 10px;
}

.whirlpool-detail .whirlpool-header .whirlpool-image {
	order: 1;
}

.whirlpool-detail .whirlpool-header .whirlpool-perex {
	order: 2;
	margin-top: 50px;
	font-size: 20px;
}

.whirlpool-detail .whirlpool-header .whirlpool-perex button {
	margin-top: 20px;
    padding-left: 60px;
    padding-right: 60px;
}

.whirlpool-detail .whirlpool-header .whirlpool-image a {
	display: block;
	height: 100%;
}

.whirlpool-detail .whirlpool-header .whirlpool-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.whirlpool-parameters {
	margin-top: 4rem;
	margin-bottom: 2rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.whirlpool-parameters .wp-item {
	min-width: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 2rem;
}

.whirlpool-parameters .wp-item-label {
	font-size: 16px;
	color: #00000050;
}

.whirlpool-parameters .wp-item-val {
	font-size: 24px;
	font-weight: bold;
	height: 60px;
	align-items: center;
	display: flex;
}

.whirlpool-parameters .wp-item-val img {
	margin-right: 10px;
}


.whirlpool-tabs {
	display: none;
}


.whirlpool-desc {
	margin-top: 2rem;
   	margin-bottom: 3rem;
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
}

.whirlpool-desc .tab {
	margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
    border-bottom: 1px solid #d2d2d2;
}

.whirlpool-desc .tab:last-child {
	border-bottom: none;
}

.whirlpool-desc .tab-h button {
	border: none;
	background: none;
	line-height: 70px;
	padding-left: calc(var(--bs-gutter-x) * .5);
	padding-right: calc(var(--bs-gutter-x) * .5);
	color: var(--as-blue);
	font-size: 18px;	
	position: relative;
	width: 100%;
	text-align: left;
}

.whirlpool-desc .tab-h button:after {
	content: "-";
    display: inline-block;
    position: absolute;
    right: 2%;
    font-weight: 100;
    font-size: 70px;
    color: var(--as-blue);	
}

.whirlpool-desc .tab-h button.collapsed:after {
	content: "+";
	font-size: 50px;
}

.whirlpool-desc .tab .tab-c {
	padding-left: calc(var(--bs-gutter-x) * .5);
	padding-right: calc(var(--bs-gutter-x) * .5);
}

.whirlpool-desc .tab .tab-c a {
	text-decoration: underline;
}

.whirlpool-desc .tab .tab-c a:hover {
	text-decoration: none;
}

.whirlpool-desc #wh-parametry table {
	width: 100%;	
}

.whirlpool-desc #wh-parametry table td {
	padding: 12px 20px;
}

.whirlpool-desc #wh-parametry table tr:nth-child(odd) td {
	background: #DCDCDC25;
}

.whirlpool-desc #wh-parametry table tr td:nth-child(odd) {
	font-weight: bold;
}

.whirlpool-gallery {
	margin-top: 3rem;
    margin-bottom: 3rem;
}

.whirlpool-lines {
	margin-top: 4rem;
    margin-bottom: 3rem;
}

.whirlpool-lines ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 18px;
}

.whirlpool-lines ul li {
	border-top: 1px solid var(--as-blue);
	display: flex;
	align-items: center;
	padding: 15px 0;
}

.whirlpool-lines ul li:last-child {
	border-bottom: 1px solid var(--as-blue);
}

.whirlpool-lines ul li:before {
	content: '';
	background: url("./frontend/img/ico_checked.svg") no-repeat;
	width: 33px;
	height: 33px;
	margin-right: 20px;
}

.whirlpool-similary {
	margin-top: 5rem;
    margin-bottom: 3rem;
}

.whirlpool-similary .whirlpool-item {
	background: transparent linear-gradient(180deg, #FFFFFF 70%, #EFEFEF 100%) 0% 0% no-repeat padding-box;
}

.whirlpool-similary .whirlpool-item a {
	position: relative;
	display: block;
}

.whirlpool-similary .whirlpool-item a:hover:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url("./frontend/img/ico_zoom.svg") #00F1E925 no-repeat;
	background-position: center calc((100% - 80px) / 2);
}

.whirlpool-similary .whirlpool-item .whirlpool-image {
	aspect-ratio: 3/2;
}

.whirlpool-similary .whirlpool-item .whirlpool-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.whirlpool-similary .whirlpool-item .whirlpool-info {
	height: 80px;
}

.whirlpool-similary .whirlpool-item .whirlpool-name {
	text-align: center;
	margin-top: 20px;
}

.whirlpool-similary .whirlpool-item .whirlpool-name h3 {
	color: var(--as-blue);
	text-transform: uppercase;
}

.whirlpool-similary .whirlpool-item .whirlpool-name span {
	font-size: 16px;
}



.popup-card {
	position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    right: -100vw;
    background: #00000090;
    z-index: 10;

    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    color: #fff;
    overflow: auto;
}

.popup-card > div {
	position: relative;
	height: 100%;
}

.popup-card > div > .row {
	height: 100%;
	flex-direction: column;
	justify-content: space-between;
	padding: 100px 15px 90px 15px;
}

.popup-card .pct {
	position: absolute;
    right: 20px;
    top: 35px;
}

.popup-card .pct button {
	background: none;
	border: none;
}

.popup-card .pct button img {
	transition: all ease 0.3s;
}

.popup-card .pct button:hover img {
	transform: rotate(90deg);
}

.popup-card .pc-emte .phone img {
	display: none;
}

.popup-card .pc-emte .phone a:hover {
	color: #fff;
}

.popup-card .pc-emte table tr td:first-child {
	width: 140px;
}

.popup-card .pc-emte .mail {
    font-size: 36px;
    color: var(--as-light-blue);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    font-weight: 100;
    display: block;
    margin-bottom: 30px;
}

.popup-card .pc-emte a {
	text-decoration: underline;
}

.popup-card .pc-emte a:hover {
	text-decoration: none;
}

.popup-card form a {
	text-decoration: underline;
}

.popup-card form a:hover {
	text-decoration: none;
	color: #fff;
}

.popup-card .nav-menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.popup-card .nav-menu li {
	line-height: 40px;
	margin-bottom: 30px;
}

.popup-card .nav-menu a {
	display: block;
	font-size: 40px;
	text-transform: uppercase;
}

.popup-card .nav-menu a:hover, .popup-card .nav-menu a.active {
	color: var(--as-light-blue);
}

#card-menu .pc-contact {
	display: none;
}


#inquiry-menu-toggler {
	display: none;
}

#card-inquiry h2 {
	margin-bottom: 1rem;
}

#card-inquiry .r-mb {
	margin-bottom: 1rem;
}

#card-inquiry .pc-content, #card-inquiry .pc-contact {
	padding-bottom: 120px;
}

.footer {
	background: #000;
    padding: 90px 0px 30px 0px;
	color: #fff;
	font-size: 18px;
}

.footer h5 {
	text-transform: uppercase;
	margin-bottom: 50px;
	color: #fff;
	
}


.footer-contact {
	margin-bottom: 100px;
}

.footer-contact a {
	color: #fff;
	text-decoration: underline;
}

.footer-contact a:hover {
	color: var(--main-color-hex);
	text-decoration: none;
}

.footer-contact .mail-tel i {
	display: none;
}

.footer-contact .mail {
	font-size: 36px;
	color: var(--as-light-blue);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
	font-weight: 100;
}

.footer-contact .mail:hover {
	text-decoration: none;
}

.footer-contact .phone {
	display: flex;
	margin-top: 40px;
}

.footer-contact .phone img {
	display: none;
	margin-right: 15px;
}

.footer-social a {
    font-size: 42px;
    text-align: left;
}	

.footer-social .social-icon {
    display: inline-flex;
    align-items: center;justify-content: center;font-size: 25px;
    border: 1px solid #484646;
    border-radius: 25px;
    
    width: 45px;
    height: 45px;
    line-height: 30px;
}

.footer-social .social-icon:not(:last-of-type) {
	margin-right: 20px;
}



.footer-copy {
	margin-top: 50px;
	font-size: 14px;
	color: rgba(255,255,255,.5);
}

.footer-copy a {	
}

footer  a:hover {	
	color: #fff;
}





div#ajax-spinner {
    height: 50px;
    width: 50px;
    background: url("./frontend/img/loading.gif") no-repeat;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 100000;
}


.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}




/*                   RESPONSIVE                      */
@media (min-width: 380px) {
	.header-logo img {
        width: 100%;
    }
}

@media (min-width: 410px) {
	.footer-contact .mail-tel i {
	    display: inline-block;
	    margin-right: 5px;
		color: var(--main-color-hex);
	}
	
	.footer-contact .phone img {
		display: block;
	}	
	
	#block-8 .phone img {
		display: block;
	}	
	
	
	.popup-card > div > .row {
		padding: 100px 30px 90px 30px;
	}	
}

@media (min-width: 480px) {
	.popup-card .pc-emte .phone {
		display: flex;
	}

	.popup-card .pc-emte .phone img {
		display: block;
		margin-right: 20px;
	}
	
	.popup-card .pc-emte table tr td:first-child {
		width: 150px;
	}	
}


@media (min-width: 576px) {
	:root {
	   --bs-gutter-x: 30px;
    }
	
    .header-nav {
        width: 447px;
        right: -447px;
    }
    
    .header-nav button {
        right: 35px;
    }
    
	.whirlpool-list .whirlpool-item .whirlpool-line {
		margin: 20px 40px;
	}    

	.whirlpool-parameters .wp-item {
		min-width: unset;
		width: 33.3%;
	}
	
	.popup-card > div > .row {
		padding: 100px 60px 90px 60px;
	}		
	
	.popup-card .nav-menu a span {
		position: relative;
	}
	
	.popup-card .nav-menu a span:before {
		content: '';
	    position: absolute;
	    background: url("./frontend/img/arr_right.svg") no-repeat right center;
	    height: 40px;
	    width: 60px;
	    left: -132px;
	    transition: all ease 0.3s;
	}
	
	
	.popup-card .nav-menu a:hover span:before, .popup-card .nav-menu a.active span:before {
		left: -80px;
	}	
}

@media (min-height: 500px) and (min-width: 768px) {
	#card-menu .pc-contact {
		display: block;
	}
}


@media (min-height: 620px) {
	#card-menu .pc-contact {
		display: block;
	}
}



@media (min-width: 768px) {

	.footer-contact {
		margin-bottom: 0;
	}

	.whirlpool-list .whirlpool-item .whirlpool-line {
		margin: 20px 0px;
	}

	.whirlpool-parameters .wp-item {
		width: 25%;
	}
	
	.whirlpool-tabs {
		display: block;
		margin-top: 3rem;
	    margin-bottom: 2rem;
	    border-bottom: 1px solid #d2d2d2;
	}
	
	.whirlpool-tabs .tabs {
		display: flex;
		justify-content: center;
		position: relative;
		z-index: 1;
		bottom: -1px;
	}
	
	.whirlpool-tabs .tabs button {
		width: auto;
		min-width: 180px;
		background: #DCDCDC25;
		border: 1px solid #d2d2d2;
		color: #00B3C8;
		font-size: 18px;
		line-height: 63px;
		margin-left: 20px;
		margin-right: 20px;
		border-bottom: 1px solid #d2d2d2;
	}
	
	.whirlpool-tabs .tabs button:first-child {
		margin-left: 0;
	}
	
	.whirlpool-tabs .tabs button:last-child {
		margin-right: 0;
	}
	
	
	.whirlpool-tabs .tabs button.active, .whirlpool-tabs .tabs button:hover {
		background: #fff;
		color: #000;
		border-bottom: 1px solid #fff;
	}
	

	.whirlpool-desc {

		border: none;
   }
   
	.whirlpool-desc .tab {
		border: none;
	}
	
	.whirlpool-desc .tab-h {
		display: none;
	}
	
	
	.popup-card > div > .row {
	    flex-direction: row;
	}	
	
	.popup-card .pc-contact {
		align-self: end;
		text-align: right;
	}
	
	.popup-card .pc-emte .phone {
	    justify-content: end;
	    margin-bottom: 100px;
	}
	
 	.popup-card .pc-emte table tr td:first-child {
    	text-align: left;
	}
	
	.popup-card .pc-emte .phone img {
    	display: none;
	}	
	

}

@media (min-width: 768px) and (min-height: 840px) {

	#card-inquiry .pc-content, #card-inquiry .pc-contact {
		padding-bottom: 0;
	}

}

@media (min-width: 992px) {
	
	
	
	.header {
		height: 110px;
	}
	
	.header-transparent {
		background: transparent linear-gradient(180deg, #000000 0%, #00000000 100%) 0% 0% no-repeat padding-box;	
	}

	.header-controls {
		height: 110px;
	}

   .header-nav {
        position: relative;
        top: unset;
        right: unset;
        bottom: unset;
        background: unset;
        width: unset;
        overflow: unset;
        z-index: unset;        
    }
    
    .header-nav ul {
        display: flex;
        margin: 0;
        padding: 0;
        font-size: 18px;
    }
    
    .header-nav a {
        text-transform: uppercase;
        text-decoration: none;
        height: 110px;
        display: inline-flex;
        align-items: center;
        padding: 0 25px;
    }
    
    .header-light .header-nav a {
    	color: #000;
    }
    
    .header-nav a span {
    	position: relative;
    }
        
	.header-nav a span::after {
		content: '';
		opacity: 0;
		position: absolute;
		bottom: -10px;
		left: 0;
		height: 2px;
		width: 0px;	
		transition: all ease 0.3s;
	}        
        
	.header-nav a:hover span::after, .header-nav a.active span::after {
		opacity: 1;
		width: 100%;
		background: var(--as-light-blue);
	}  



	.footer {
	    padding: 160px 0px 70px 0px;
	}	
	
	.footer-copy {
	   font-size: 14px;
	   line-height: 35px;
	   /* text-align: left; */
	}
	

	
	

	.block-carousel {
		margin-top: -110px;
		height: 900px;
		background-position: center;
	}
	

    .owl-carousel .owl-stage-outer, .owl-carousel .owl-item img {
		height: 900px;
		object-fit: cover;
	}
	
	
	.block-carousel .carousel-desc {
		width: 100%;
		position: absolute;
		top: 0;
		display: flex;
		align-items: center;
		bottom: 0;
		background: none;
		margin-top: 0;
	}
 
 
 	.block-carousel .carousel-inner {
	 	width: 700px;
	    background: #00000080;
	    padding: 50px;
    }
 
 	.block-carousel .owl-controls {
		position: absolute;
	    width: 100%;
	    bottom: 0;
	    z-index: 1;
	    padding: 0; 	
 	}
 	
 	.block-carousel .owl-controls .owl-nav {
 		padding: 0;
 	}
 	
 	.block-carousel .owl-controls .owl-prev, .block-carousel .owl-controls .owl-next {
	    height: 110px;
	    width: 170px;
	    background-position: center;
	    cursor: pointer;
	    background-color: #00000080;
	    transition: all ease 0.3s; 
	}
	
	.block-carousel .owl-controls .owl-prev:hover, .block-carousel .owl-controls .owl-next:hover {
		background-color: #ffffff50;
	}
	
	.block-carousel .owl-controls .owl-prev:hover {
		background-position: left 30px center;
	}
	
	.block-carousel .owl-controls .owl-next:hover {
		background-position: right 30px center; 
	}
 	
 	.block-carousel .owl-controls .owl-dots {
 		bottom: 50px;
 	}
 	
 	.block-carousel .owl-controls .owl-dots .owl-dot {
 		cursor: pointer;
 		height: 5px;
 		width: 50px;
 	}
 	
 	.block-inner-text {
		display: flex;
	    flex-direction: column;
	    justify-content: space-between;
	    padding-top: 50px; 	
	    padding-right: 50px;
 	}
 	
 	.changer + .changer:nth-child(even) .block-inner-image {
    	order: 0;
	}
	
	
 	.changer + .changer:nth-child(even) .block-inner-text {
    	order: 1;
    	padding-left: 50px;
    	padding-right: calc(var(--bs-gutter-x) * .5);
	}
	
	
	
	.page-6 .changer:nth-child(even) .block-inner-image {
    	order: 0;
	}
	
 	.page-6 .changer:nth-child(even) .block-inner-text {
    	order: 1;
    	padding-left: 50px;
    	padding-right: calc(var(--bs-gutter-x) * .5);
	}	
	
	.page-6 .block-2_cols .block-inner-text:last-child {
		padding-top: 0;
		padding-bottom: 0;
		padding-right: calc(var(--bs-gutter-x) * .5);
	}
	

	
	#block-11 .block-inner-text {
		padding-right: 50px;
	}	
	
	
	.whirlpool-detail {
		background: transparent linear-gradient(to bottom, #000 calc(250px + 3rem), #fff calc(250px + 3rem)) 0% 0% no-repeat padding-box;
		padding-top: 3rem;
	}
	
	.whirlpool-detail .whirlpool-header {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		height: 500px;	
	}
	
	.whirlpool-detail .whirlpool-header > div {
  		flex: 0 0 250px;
  		width: 50%;
		padding-right: calc(var(--bs-gutter-x) * .5);
	    padding-left: calc(var(--bs-gutter-x) * .5);  				
	}
	
	.whirlpool-detail .whirlpool-header .whirlpool-meta {
		order: 1;
		display: flex;
	    flex-direction: column;
	    justify-content: center;
	    margin: 0;
	    padding-left: 50px;
	}
	
	.whirlpool-detail .whirlpool-header .whirlpool-image {
		flex-basis: 500px;
		order: 0;
	}
	
	

	
	.whirlpool-detail .whirlpool-header .whirlpool-perex {
		order: 2;
		margin: 0;
	    display: flex;
	    justify-content: end;
	    flex-direction: column;		
	    align-items: flex-start;
	    padding-left: 50px;
	}
	
	.whirlpool-desc .tab-c {
		width: 70%;
		margin: 0 auto;
	}
	
	.popup-card > div > .row {
		padding: 150px 60px 100px 60px
	}
	
	.popup-card .nav-menu a span:before {
	    content: unset;
	}	
	

	.popup-card .pc-emte .phone img {
    	display: block;
	}	
	
 	
}

@media (min-width: 1200px) {
	
	.whirlpool-parameters .wp-item {
		width: auto;
		min-width: 180px;
	}
	
}


@media (min-width: 1400px) {
    .header-nav a {
        padding: 0 40px;
    }
        
	.whirlpool-list .whirlpool-item .whirlpool-line {
		margin: 20px 40px;
	}
}

@media (min-width: 1500px) {
	#inquiry-menu-toggler {
		display: block;
	    position: fixed;
	    right: -93px;
	    top: 300px;
	    z-index: 1;
	
	}
	#inquiry-menu-toggler button {
	    transform: rotateZ(-90deg);
		width: 239px;
		height: 56px;
		border: 2px solid var(--as-light-blue);
		background: #00000075;
		box-shadow: -10px 0px 20px #00000029;
		color: var(--as-light-blue);
		font-size: 22px;
		letter-spacing: 5px;
		font-weight: 300;
	}
	
	#inquiry-menu-toggler button:hover {
		color: #fff;
	}
}
