#newsletter-popup .configurator-popup .obligatory a {
	position: relative !important;
}

@media (max-width: 1280px) and (min-width: 993px) {
	#newsletter-popup .invoice-popup form .hi-input {
		height: auto;
	}
}

#newsletter-popup .configurator-popup .check-box-wrapper {
	height: 45px;
}

div .divisions {
	display: block !important;
}

* {
	box-sizing: border-box
}

.history-timeline-bkf .item {
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
	height: 100% !important
}

.timeline-bkf .text-block {
	padding: 0
}

.black-background {
	background: #3d3d3d
}

.black-background .section-header h2 small,
.black-background .section-header h2 strong {
	color: #fff
}

.history-timeline-bkf .item {
	display: flex
}

.history-timeline-bkf .timeline-text-wrapper {
	margin-left: 100px;
	background: #fff;
	padding: 60px;
	width: 50%
}

.history-timeline-bkf .timeline-img-wrapper {
	margin-right: 100px;
	width: 50%;
	background: #fff
}

.history-timeline-bkf .timeline-text-wrapper h2,
.history-timeline-bkf .timeline-text-wrapper h3 {
	color: #ed2b31;
	margin: 0 0 30px
}

.history-timeline-bkf .owl-dots {
	position: relative;
	left: initial;
	bottom: initial;
	transform: initial;
	justify-content: initial;
	border-bottom: 1px solid #535353;
	margin: 0 auto 15px auto;
	max-width: 1300px;
	padding: 55px 100px 15px 100px
}

.history-timeline-bkf .owl-dots .active,
.history-timeline-bkf .owl-dots .owl-dot {
	position: absolute;
	left: 100px;
	bottom: 15px;
	color: #a1a1a1;
	width: initial;
	height: initial;
	background: initial !important;
	font-size: 18px;
	margin: 0 !important
}

@media(max-width:1200px) {

	.history-timeline-bkf .owl-dots .active,
	.history-timeline-bkf .owl-dots .owl-dot {
		font-size: 14px
	}
}

.history-timeline-bkf .owl-dots .active {
	color: #fff
}

.history-timeline-bkf .owl-dots .active::before,
.history-timeline-bkf .owl-dots .owl-dot::before {
	display: block;
	position: absolute;
	width: 5px;
	height: 5px;
	background: #3d3d3d;
	box-shadow: inset 0 0 0 3px #fff;
	border-radius: 50%;
	padding: 0;
	margin: 0;
	left: 50%;
	bottom: -20px;
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	transition: all .5s ease-in-out;
	content: ""
}

.history-timeline-bkf .owl-dots .active::before {
	width: 11px;
	height: 11px;
	bottom: -26px
}

#prev-timeline {
	background: url(../img/icons/chevron-left.png);
	background-repeat: no-repeat;
	width: 25px;
	height: 45px;
	opacity: .5;
	transform: translateY(calc(-50% - 35px));
	transition: .3s linear
}

#next-timeline:hover,
#prev-timeline:hover {
	opacity: 1
}

#next-timeline {
	background: url(/static/img/icons/chevron-right.png);
	background-repeat: no-repeat;
	width: 25px;
	height: 45px;
	opacity: .5;
	transform: translateY(calc(-50% - 35px));
	transition: .3s linear
}

.history-timeline-bkf .owl-next {
	right: 0
}

@media(max-width:1000px) {
	.history-timeline-bkf .owl-dots {
		display: none !important
	}

	#next-timeline,
	#prev-timeline {
		transform: translateY(-50%)
	}

	.history-timeline-bkf .item {
		display: flex;
		flex-direction: column;
		align-items: center
	}

	.history-timeline-bkf .timeline-img-wrapper,
	.history-timeline-bkf .timeline-text-wrapper {
		display: block;
		padding: 15px;
		margin: 0;
		width: 80%
	}

	.history-timeline-bkf .timeline-img-wrapper {
		display: none
	}
}

@media(max-width:767px) {

	.history-timeline-bkf .timeline-img-wrapper,
	.history-timeline-bkf .timeline-text-wrapper {
		width: 90%
	}
}

.items-two .features-box-select-item {
	flex: 0 50%
}

.items-three .features-box-select-item {
	flex: 0 33.3%
}

.items-four .features-box-select-item {
	flex: 0 25%
}

.items-five .features-box-select-item {
	flex: 0 20%
}

.items-three .features-box-select-item:nth-of-type(3) {
	border-right: none !important
}

.list-box-v2 {
	position: relative;
    width: 100%;
    /* height: 410px; */
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: row;
    flex-wrap: wrap;
    margin: 30px 0 50px;
    padding: 0 35px
}

.list-box-v2 .features-box-select-item {
	height: initial;
	padding: 0;
	overflow: visible;
}

.list-box-v2 .features-box-select-item .bg-item {
	height: 300px;
    width: 100%;
    /* object-fit: contain; */
	object-fit: cover;
}

.list-box-v2 .features-box-select-item:after {
	content: none;
}

/* .list-box-v2 .features-box-select-item:last-of-type {
	border-right: 0;
} */

.list-box-v2 .features-box-select-item:hover .box {
	-webkit-box-shadow: 0px -2px 12px -4px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px -2px 12px -4px rgba(0, 0, 0, 1);
	box-shadow: 0px -2px 12px -4px rgba(0, 0, 0, 1);
}

.list-box-v2 .features-box-select-item:hover .box :before {
	transform: translateX(0);
}
.list-box-v2 .features-box-select-item:hover .bg-item {
	filter: brightness(100%);
}

.list-box-v2 .features-box-select-item .box {
	position: relative;
	background-color: #f2f2f2;
	padding: 20px 30px;
	transition: .3s;
	overflow: hidden;
}

.list-box-v2 .features-box-select-item .box p {
	margin: 0;
	margin-bottom: 15px;
	font-size: 14px;
}

.list-box-v2 .features-box-select-item .box h4 {
	margin: 0;
	font-size: 30px;
}

.list-box-v2 .features-box-select-item .box :before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 2px;
	background-color: #ed1c24;
	transform: translateX(-100%);
	transition: .3s;
}

.list-box-v2 .features-box-select-item .bg-item {
	filter: brightness(80%);
	transition: .3s;
}

@media(max-width:1400px) {
	.items-five .features-box-select-item, .items-four .features-box-select-item {
		flex: 0 50%
	}
	.items-five .features-box-select-item,
	.items-four .features-box-select-item {
		border-bottom: 12px solid #fff
	}
}

@media(max-width:767px ) {
	.items-five .features-box-select-item, .items-four .features-box-select-item {
		flex: 0 100%
	}
}


@media(max-width:991px) {
	.items-three .features-box-select-item {
		flex: 0 50%
	}

	.items-four .features-box-select-item,
	.items-three .features-box-select-item,
	.items-two .features-box-select-item {
		border-bottom: 12px solid #fff
	}

	.items-three .features-box-select-item:nth-of-type(3) {
		border-right: 12px solid #fff !important
	}

	.items-four .features-box-select-item:nth-of-type(2),
	.items-four .features-box-select-item:nth-of-type(4) {
		border-right: none !important
	}
}

@media(max-width:767px) {

	.items-three .features-box-select-item,
	.items-two .features-box-select-item {
		flex: 0 100%
	}

	.items-four .features-box-select-item:nth-of-type(2),
	.items-four .features-box-select-item:nth-of-type(4) {
		border-right: 12px solid #fff !important
	}
}

.history-timeline-bkf .item .timeline-img-wrapper {
	display: flex;
	align-items: flex-start;
	justify-content: center
}

.history-timeline-bkf .item .timeline-img-wrapper img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	box-shadow: none;
	border-radius: none;
	min-height: 361px;
	object-fit: cover;
}

@media(max-width: 991px) {
	#main-navigation {
		overflow-y: auto !important;
		max-height: calc(100vh - 36px - 60px);
	}
}

@media(max-width: 767px) {
	#main-navigation {
		max-height: calc(100vh - 55px);
	}
}

@media(max-width: 768px) {
	.mobile-lang .dropdown-menu {
		display: flex;
		flex-wrap: wrap;
	}
}

@media(min-width: 768px) {
	.divisions-mobile {
		display: none !important;
	}
}

.divisions-mobile ul li {
	padding: 2px 0 !important;
	border-bottom: 1px solid #ddd !important;
}

.divisions {
	margin-right: 15px;
}

.lang .dropdown-menu {
	z-index: 9999999;
}

#navbar-menu {
	transition: top .3s;
}

.hidden-line-top {
	top: -36px;
}

@media(max-width: 1280px) {
	.hidden-line-top {
		top: -26px;
	}
}

@media(max-width: 991px) {
	.hidden-line-top {
		top: -36px;
	}
}

@media(max-width: 767px) {
	.hidden-line-top {
		top: 0;
	}
}

.image-wrapper-mobile {
	display: none;
}


@media(max-width: 440px) {
	.image-wrapper-mobile {
		display: block;
		height: 325px !important;
	}

	.head-slider .head-carousel .owl-item .item .image-wrapper-mobile img {
		/* height: 325px !important; */
		transform: translate3d(-50%,-54%,0) !important;
		height: 100% !important;
		display: block ;
	}

	.image-wrapper-desktop {
		display: none;
	}
}


.wrapper-columns-blog {
	display: flex;
}

.wrapper-columns-blog .sidebar-posts .sidebar-start p.date,
.wrapper-columns-blog .sidebar-posts .sidebar-start span,
.wrapper-columns-blog .sidebar-posts .sidebar-start h1,
.wrapper-columns-blog .sidebar-posts .sidebar-start .tags,
.wrapper-columns-blog .sidebar-posts .sidebar-start .btn {
	position: relative;
	z-index: 10;
}

.wrapper-columns-blog .sidebar-posts .sidebar-start img {
	z-index: 0;
	width: 100%;
}

.wrapper-columns-blog .sidebar-posts {
	width: max-content;
}

.wrapper-columns-blog .sidebar-posts .sidebar-start {
	width: 100% !important;
	flex-direction: column !important;
	justify-content: flex-end !important;
}

.wrapper-columns-blog .sidebar-posts .sidebar-start .post {
	margin: 0 0 20px 0;
}

@media( max-width: 1250px ) {
	.wrapper-columns-blog {
		flex-direction: column;
	}

	.wrapper-columns-blog .sidebar-posts .sidebar-start {
		flex-direction: initial !important;
		flex-wrap: wrap !important;
		margin-top: 15px;
		justify-content: flex-start !important;
	}

	.wrapper-columns-blog .sidebar-posts {
		width: 100%;
	}

	.wrapper-columns-blog .sidebar-posts .sidebar-start .post {
		max-width: 360px;
		width: 100%;
		margin: 0 0px 20px 20px;
	}
}

@media( max-width: 991px ) {
	.wrapper-columns-blog .sidebar-posts .sidebar-start .post {
		margin: 5px;
	}
}

.menu-tab {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	max-width: 100%;
	width: max-content;
	border-bottom: 2px solid #f1f1f1;
	margin: 0 auto;
	overflow-y: auto;
}

@media( max-width: 500px ) {
	.menu-tab {
		flex-wrap: nowrap;
		overflow-y: auto;
		justify-content: initial;
	}
}

.menu-tab.fixed {
	position: fixed;
	top: 102px;
	left: 0;
	width: 100%;
	background-color: #ffffff;
	transition: .3s;
	padding-top: 15px;
	z-index: 9999999999;
	box-shadow: 0 2px 5px -2px rgb(0 0 0 / 75%);
}

.menu-tab.fixed.bigger-top {
	top: 138px;
}

@media( max-width: 1280px ) {
	.menu-tab.fixed {
		top: 69px;
	}
	.menu-tab.fixed.bigger-top {
		top: 95px;
	}
}

@media( max-width: 991px ) {
	.menu-tab.fixed {
		top: 59px;
	}
	.menu-tab.fixed.bigger-top {
		top: 95px;
	}
}

@media( max-width: 767px ) {
	.menu-tab.fixed {
		top: 54px;
	}
	.menu-tab.fixed.bigger-top {
		top: 54px;
	}
}

.menu-tab a.menu-item {
	display: flex;
	justify-content: center;
	align-items: center;
	/* width: 100%; */
	font-size: 21px;
	color: #9b9b9b;
	text-align: center;
	/* padding: 0 45px 15px 45px; */
	padding: 0 15px 15px 15px;
	min-width: 160px;
	border-bottom: 2px solid transparent;
	transition: .3s;
}

.menu-tab a.menu-item:hover {
	border-color: #ed1c24;
	color: #ed1c24;
}

.menu-tab .menu-item.active {
	/* border-color: #ed1c24; */
	color: #ed1c24;
	font-weight: bold;
}

.menu-tab.option2 .menu-item:last-of-type p {
	display: none;
}

.menu-tab.option2 .menu-item p {
	font-size: 30px;
	color: #ed1c24;
	line-height: 1;
	margin: 0;
	margin-left: 10px;
}

.menu-tab.option2 .menu-item:hover,
.menu-tab.option2 .menu-item.active {
	color: #7c7c7c;
}

@media( max-width: 1250px ) {
	.menu-tab a.menu-item {
		font-size: 18px;
		min-width: 120px;
	}
	.menu-tab.option2 .menu-item p {
		font-size: 24px;
		margin-left: 10px;
	}
}

@media( max-width: 1024px ) {
	.menu-tab a.menu-item {
		font-size: 14px;
		min-width: initial;
	}
	.menu-tab.option2 .menu-item p {
		font-size: 18px;
		margin-left: 5px;
	}
}

.yt-carousel .item {
	display: flex;
	justify-content: center;
}

.yt-carousel .item iframe {
	position: initial;
	top: initial;
	left: initial;
	width: 100%;
	height: 720px;
	transform: none;
}

.yt-carousel .item-wrapper {
	display: flex;
	flex-direction: column;
	max-width: 1280px;
	margin: 0 auto;
}

.yt-title-carousel .item-title h2 {
	text-align: center;
	margin-bottom: 10px;
	color: #afaaaa;
}

.yt-carousel .btn-cta {
	display: flex;
	justify-content: flex-end;
	margin-top: 15px;
	margin-right: 25px;
}

.yt-carousel .owl-nav .owl-prev {
	transform: rotate(180deg);
}

.yt-carousel .owl-nav .owl-next {
	right: 0;
}

.yt-carousel .owl-nav #prev-video {
	background: url(../static/img/icons/arrow-slider.svg);
	background-repeat: no-repeat;
	width: 70px;
	height: 70px;
	transform: translateY(-50% - 70px);
	transition: .3s linear
}

.yt-carousel .owl-nav #next-video {
	background: url(../static/img/icons/arrow-slider.svg);
	background-repeat: no-repeat;
	width: 70px;
	height: 70px;
	transform: translateY(-50% - 70px);
	transition: .3s linear
}

/* .yt-title-carousel .owl-item.active > div:after {
	content: 'active';
}
.yt-title-carousel.owl-item.center > div:after {
	content: 'center';
}
.owl-item.active.center > div:after {
	content: 'active center';
}
.yt-title-carousel .owl-item > div:after {
	font-family: sans-serif;
	font-size: 24px;
	font-weight: bold;
} */

.yt-title-carousel .owl-item.active.center .item-title h2 {
	color: #3d3d3d;
}

.head-video-slider {
	height: 720px;
	/* height: calc(720px + 92px); */
}

.head-video-slider .owl-dots {
	min-height: 65px;
}

.head-slider .bottom-dots .owl-dots {
	bottom : 0;
}

#btn-v2 {
	cursor: pointer;
	width: max-content;
	margin: 0 auto;
}

@media( max-width: 1430px ) {
	.head-video-slider, .head-video-slider iframe, .head-video-slider .owl-item {
		height: 480px !important;
		max-height: 480px !important; 
	}
}

@media( max-width: 1050px ) {
	.head-video-slider, .head-video-slider iframe, .head-video-slider .owl-item {
		height: 360px !important;
		max-height: 360px !important; 
	}
}

@media( max-width: 820px ) {
	.head-video-slider, .head-video-slider iframe, .head-video-slider .owl-item {
		height: 240px !important;
		max-height: 240px !important; 
	}
}

@media( max-width: 440px ) {
	.head-video-slider, .head-video-slider iframe, .head-video-slider .owl-item {
		height: 240px !important;
		max-height: 240px !important; 
	}
}

@media( max-width: 767px ) {
	.head-video-slider .row-slider {
		display: none;
	}
}

@media( max-width: 1430px ) {
	.yt-carousel .item iframe {
		width: 854px;
		height: 480px;
	}

	.yt-carousel .item-wrapper {
		max-width: 854px;
	}
}

@media( max-width: 1050px ) {
	.yt-carousel .item iframe {
		width: 640px;
		height: 360px;
	}

	.yt-carousel .item-wrapper {
		max-width: 640px;
	}
}

@media( max-width: 820px ) {
	.yt-carousel .item iframe {
		width: 426px;
		height: 240px;
	}

	.yt-carousel .item-wrapper {
		max-width: 426px;
	}
}

@media( max-width: 600px ) {
	.yt-carousel .owl-nav {
		display: none;
	}
}

@media( max-width: 440px ) {
	.head-slider {
		margin-top: 70px !important;
    	height: 325px !important;
	}
}

@media( max-width: 991px ) {
	.configurator-body .washer-visual {
		order: initial !important;
	}
}

.select-wrapper .disabled {
	background: #ccc !important;
	cursor: default;
}

a.phone-link {line-height: 20px;}

#rozwiazania-bkf .features-box-select-item a:hover {color:#3d3d3d!important;}

@media( max-width: 1200px ) {
	.blog-post .row {
		display: flex;
		flex-direction: column;
	}
	.blog-post .row .second-box {
		display: flex!important;
		flex-wrap: wrap;
		height: 100%;
		width: 100%;
		flex-direction: row;
		justify-content: center;
	}
}

@media( max-width: 1560px ) {
	.blog-post .row .second-box {
		display: flex!important;
		flex-wrap: wrap;
		height: 100%;
		width: 100%;
		flex-direction: row;
		justify-content: center;
	}
}

.switch {
	position: relative;
	display: inline-block;
	width: 45px;
	height: 20px;
	margin: 0 10px;
	transition: .4s;
}

.switch .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	transition: .4s;
	border-radius: 34px;
}

.switch .slider:before {
	position: absolute;
	content: "";
	height: 25px;
	width: 25px;
	left: 0px;
	bottom: -2.5px;
	background-color: #e2001a;
	transition: .4s;
	border-radius: 40px;
}

.switch input {
	display: none;
	transition: .4s;
}

.switch input:checked + .slider:before {
	right: 0px;
	left: initial;
}


.btns-v2 {
	display: flex;
	align-items: center;
	margin: 15px;
	opacity: 0;
}

.btns-v2 img {
	max-height: 20px;
}

/* .video-wrapper{width: 100%;overflow: hidden;position: relative;}
.video-container {position: absolute;width: auto;top: 0;left: 0;right: 0;bottom: 0;}
.video-bg {background: none;position: absolute;top: 0;right: 0;bottom: 0;left: 0;z-index: 1;}
.video-bg .video-fg,.video-bg iframe,.video-bg video {position: absolute;top: 0;left: 0 !important;width: 100% !important;height: 100%;}

.video-wrapper{height: 400px;}
.video-container {height: 800px;}
@media (min-width: 768px) and (max-width: 991px) {
    .video-wrapper{height: 300px;}
    .video-container {height: 600px;}
}
@media (max-width:767px) {
    .video-wrapper{height: 200px;}
    .video-container {height: 400px;}
} */

/* .video-container{
	width: 100vw;
	height: 100vh;
  } */
	  
  iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100vw;
	height: 100vh;
	transform: translate(-50%, -50%);
  }

  .video-container +.row-slider .item-content {
	/* height: 100%; */
	height: 540px;
  }

  @media( max-width: 991px ) {
	.video-container +.row-slider .item-content {
		height: 470px !important;
	}
  }

  @media( max-width: 767px ) {
	.video-container +.row-slider .item-content {
		height: 380px !important;
	}
  }

  @media( max-width: 440px ) {
	.video-container +.row-slider .item-content {
		height: 325px !important;
	}
  }

  @media (min-aspect-ratio: 16/9) {
	.video-container iframe {
	  /* height = 100 * (9 / 16) = 56.25 */
	  height: 56.25vw;
	}
  }
	  
  @media (max-aspect-ratio: 16/9) {
	.video-container iframe {
	  /* width = 100 / (9 / 16) = 177.777777 */
	  width: 177.78vh;
	}
  }

  /* .head-video-slider {
	height: calc(100vh - 102px);
	margin-bottom: 92px;
	overflow: visible;
  } */

  .head-video-slider .head-carousel {
	overflow: visible;
  }

  /* .head-video-slider .owl-dots {
	bottom: -92px !important;
  } */

  @media( max-width: 1280px ) {
	.head-video-slider {
		margin-bottom: 65px !important;
	}
	/* .head-video-slider .owl-dots {
		bottom: -65px !important;
	} */
  }
  @media( max-width: 767px ) {
	/* .head-video-slider .owl-dots {
		display: flex !important;
	} */
  }

    /* konfigurator wymian */
	#config-ex-form .inny_producent {
		display: none;
	}

	@media( max-width: 991px ) {
		.configurator-body .input_step2 {
			margin-left: 0;
			width: 100%;
			margin-top: 20px;
		}
	}

/* CONFIG API THANKS PAGE */
.thanks-page-api {
	display: block;
	width: 100%;
}
.thanks-page-api .cols {
	display: flex;
	margin: 0 15px;
}

.thanks-page-api .cols .col-big {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 66.6%;
	width: 100%;
	padding-right: 15px;
}

.thanks-page-api .cols .col-big.col-full {
	max-width: 100%!important;
	padding-right: 0!important;
}

.thanks-page-api .cols .col-small {
	max-width: 33.3%;
	width: 100%;
	padding-left: 15px;
}

.thanks-page-api .cols .row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 800px;
	width: 100%;
}

.thanks-page-api .cols .row.header {
	margin-bottom: 50px;
}

.thanks-page-api .cols .row .options .option {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.thanks-page-api .cols .row .options .option p {
	margin: 0;
	text-transform: uppercase;
}

.thanks-page-api .cols .row .options .option p strong {
	margin-left: 3px;
	text-transform: uppercase;
}

.thanks-page-api .cols .row p {
	font-size: 18px;
	margin: 0;
}

.thanks-page-api .cols .row small {
	font-size: 14px;
}


.thanks-page-api .cols .row .image img {
	max-height: 200px;
	max-width: 100%;
}

.thanks-page-api .cols .row.price {
	flex-direction: column;
}

.thanks-page-api .cols .row.price strong {
	font-size: 32px;
	line-height: 1.1;
}

.thanks-page-api .cols .row.btn-wrapper {
	margin: 40px 0 60px 0;
}

.thanks-page-api .cols .row.info p {
	font-size: 14px;
	text-align: center;
}

.loader-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.thanks-page-api .back {
	margin: 0 15px;
	padding-top: 15px;
    border-top: 1px solid #000;
    text-align: center;
}

.wash-loader {
	--d:22px; width: 4px; height: 4px; border-radius: 50%; color: #3d3d3d; box-shadow: calc(1*var(--d))      calc(0*var(--d))     0 0, calc(0.707*var(--d))  calc(0.707*var(--d)) 0 1px, calc(0*var(--d))      calc(1*var(--d))     0 2px, calc(-0.707*var(--d)) calc(0.707*var(--d)) 0 3px, calc(-1*var(--d))     calc(0*var(--d))     0 4px, calc(-0.707*var(--d)) calc(-0.707*var(--d))0 5px, calc(0*var(--d))      calc(-1*var(--d))    0 6px; animation: l27 1s infinite steps(8); } @keyframes l27 { 100% {transform: rotate(1turn)}
}

@media( max-width: 1024px ) {
	.thanks-page-api .cols {
		flex-direction: column;
		align-items: flex-start;
	}
	.thanks-page-api .cols .col-big {
		margin-bottom: 15px;
		padding-right: 0;
		max-width: 800px;
	}
	.thanks-page-api .cols .col-small {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding-left: 0;
		max-width: 800px;
	}
	.thanks-page-api .cols .row.btn-wrapper {
		margin: 20px 0;
	}

	.thanks-page-api .cols .col-small .editor-wrapper {
		max-width: 600px;
	}
}

@media( max-width: 700px ) {
	.thanks-page-api .cols .row-image {
		flex-direction: column;	
	}
}