

@media screen and (min-width: 2100px) {

	.innerwrapper {
		border-right: 1px solid #ffffff36;
		border-left: 1px solid #ffffff36;
	}

}

@media screen and (max-width: 1370px) {

	section.block_type_store_locator_form .is-size-1,
	section.showsite .is-size-1 {
		font-size: 3rem !important;
	}

}

@media screen and (max-width: 1330px) {

	section.header .navlink {
		display: inline-flex;
	}
	section.header .navbar-end nav#mmenu {
		display: none;
	}

}

@media screen and (min-width: 769px) and (max-width: 1230px) {

	section.cta_form .column.is-3 {
		width: 50%;
	}

}

@media screen and (max-width: 1215px) {

	section.footer .footer-col.logo a {
		height: 3rem;
	}
	section.footer .footer-col.copyright p {
	    font-size: 9pt;
	}

}

@media screen and (max-width: 1100px) {

	section.newsletter div[class^="Content__FormContainer-sc-"] {
		flex-direction: column;
        align-items: normal;
	}
	section.newsletter div[class^="Content__FormContainer-sc-"] .dQhwzi {
		display: flex;
        width: 100%;
        flex-direction: column;
        gap: 0.7rem;
	}
	section.newsletter div[class^="Content__FormContainer-sc-"] .dQhwzi > * {
		padding: 0;
	}
	section.newsletter div[class^="Content__FormContainer-sc-"] .dQhwzi button {
		width: 100%;
		margin: 0;
	}

}

@media screen and (max-width: 1023px) {

	.content h1, .title.is-1, .content .is-size-1, .is-size-1 {
		font-size: 44pt;
	}
	.content h2, .title.is-2, .content .is-size-2, .is-size-2 {
	    font-size: 29pt;
	}

	section.modal h2 {
	}
	.content p {
	    /* font-size: 0.9em; */
	}

	section.footer .footer-cols .footer-col {
		padding-right: 2rem;
	}

}

@media screen and (max-width: 960px) {

	#home section.hero.is-large .hero-body {
		padding: 6rem 1.5rem;
	}

	section.footer .footer-cols .footer-col {
		flex-shrink: 1;
		flex-grow: 0;
		min-width: 0;
	}
	section.footer .footer-cols .footer-col.menu {
		margin-right: auto;
	}
	section.footer .footer-cols .footer-col.copyright {
		display: none;
	}
	section.footer .footer_small_print_mobile {
		display: block;
	}

}

@media screen and (max-width: 900px) {

	section.hero h1 {
		font-size: 8vw;
	}

/*	section.hero.is-small .hero-body {
		padding-top: 3.5rem;
		padding-bottom: 3.5rem;
	}
*/
}

@media screen and (max-width: 768px) {

	section.section {
		padding: 3rem .5rem;
	}

	section.mobflip .columns,
	.columns.mobflip {
		display: flex;
		flex-direction: column-reverse;
	}
	section:not(.big_image).block_type_image_text .block_image,
	section:not(.big_image).block_type_text_image .block_image {
/*		margin-bottom: 20px;*/
	}

	section.big_image .column-image {
		min-height: 0;
	}
	section.big_image .column-image .block_image {
		width: 100% !important;
		position: static;
	}
	section.block_type_text_image.big_image.mobflip .column-image .block_image,
	section.block_type_image_text.big_image:not(.mobflip) .column-image .block_image {
/*		margin-bottom: 2rem;*/
	}
	section.block_type_image_text.big_image.mobflip .column-image .block_image,
	section.block_type_text_image.big_image:not(.mobflip) .column-image .block_image {
/*		margin-top: 2rem;*/
	}

	.owl-carousel .owl-controls .owl-prev {
		left: -40px;
	}
	.owl-carousel .owl-controls .owl-next {
		right: -40px;
	}

	.modal p img {
		display: none;
	}
	.modal .fields,
	.modal .content {
		margin-bottom: 0;
	}

/*	.section {
    	padding-top: 4.5rem;
    	padding-bottom: 4.5rem;
    }
*/

	section.cta_banner,
	section.cta_banner h3,
	section.cta_banner p {
		text-align: center !important;
	}

	section.block_type_cta.icons .column:not(:first-child) .cta {
		padding-top: 0;
	}
	section.block_type_cta.icons .column:not(:last-child) .cta {
		padding-bottom: 0;
	}

	section.footer.footer-top {
		padding-bottom: 500px;
	}
	section.footer.footer-top .column-image {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		height: 500px;
	}
	section.footer.footer-top .column-image .block_image {
		margin-top: 0;
/*		position: absolute;*/
		height: 100%;
	}

	section.border_half:before {
		display: none;
	}
	section.block_type_product_features .border_half .column {
		border-bottom: 1px solid #545454;
		margin-bottom: 2rem;
		padding-bottom: 1rem;
	}

	section .product_tabs {
		flex-direction: column;
	}
	section .product_tabs .tab {
		border-color: #545454;
		border-bottom-color: transparent !important;
		margin-left: 0;
	}
	section .product_tabs .tab.is-active {
		background-color: #ffffff0f !important;
	}
	section .product_contents {
		margin-top: 0;
	}

	section.order_process .container:after,
	section.order_process .container:before {
		display: none;
	}
	section.order_process .content {
		position: relative;
	}
	section.order_process .content:before,
	section.order_process .content:after {
		height: 1px;
		border-bottom: 1px solid #545454;
		width: calc(50% + 1.5rem);
		position: absolute;
		bottom: 0;
		left: -1.5rem;
		transform-origin: left top;
		transform: skewY(5deg);
		content: '';
	}
	section.order_process .content:after {
		left: inherit;
		right: -1.5rem;
		transform-origin: right top;
		transform: skewY(-5deg);
	}

}

@media screen and (max-width: 660px) {

	.content h1, .title.is-1, .content .is-size-1, .is-size-1 {
		font-size: 40pt;
	}
	.content h2, .title.is-2, .content .is-size-2, .is-size-2 {
	    font-size: 27pt;
	}
	.modal .modal-content {
		padding: 1.3rem !important;
	}

	section.footer .footer-cols .footer-col {
		padding-right: 2.5rem;
	}

}

@media screen and (max-width: 590px) {

	section.header .navbar-end .navbar-item {
		display: none;
	}
	section.header .topbar .phones {
		display: none;
	}
	section.header .topbar .phones.phones-mobile {
		display: flex;
	}
}

@media screen and (max-width: 560px) {

	section.hero h1 {
	    font-size: 11vw;
	}
	section.footer .footer-cols {
		display: block !important;
	}
	section.footer .footer-cols .footer-col {
		margin-bottom: 2rem;
		text-align: center;
		padding-right: 0;
	}
	section.footer .footer-col.icons .socials {
		margin-right: .5rem;
	}


	section.block_type_product_features .product_features a {
		width: 100%;
	}

	#form_1 .fields {
		flex-direction: column;
	}
	#form_1 .fields .field {
		width: 100% !important;
	}
	#form_1 .fields .field .control {
		margin-top: 0 !important;
	}
	#form_1 .fields .field .button {
		width: 100%;
	}

}

@media screen and (max-width: 410px) {

	section.header .topbar .phones.phones-mobile strong {
		font-size: 0;
	}
	section.header .topbar .phones.phones-mobile strong i {
		font-size: 1rem;
	}

}

