/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/* styles */
body {
	min-width: 480px;
	background: #e51718;
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.4em;
	color: #373737;
	cursor: default;
}

h3 {

	font-size: 40px;
	color: #000;
	font-weight: 800;
	text-align: center;
	line-height: 1.0;
	padding: 0 20px;
}

.main_wrapper {
	margin: 0 auto;
	width: 480px;
	background: #fff;
}

img {
	max-width: 100%;
	height: auto;
}

b {
	font-weight: 700;
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
}

h2.title {
	font-size: 38px;
	line-height: 1.2em;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 30px;
	padding: 0 20px;
}

h2.title span {
	color: #e51718;
}

section {
	padding: 35px 0 30px;
}

.color_theme {
	background: #292929;
	color: #fff;
}

.color_theme .title {
	color: #fff;
}

.m1-form input {
	width: 100%;
	display: block;
	font-family: "Inter", sans-serif;
	border: #e1d9cc 1px solid;
	font-size: 20px;
	margin-bottom: 20px;
	height: 76px;
	border-radius: 40px;
	background: #fff;
	text-align: center;
	color: #373737;
}

.m1-form ::-webkit-input-placeholder {
	color: #373737;
}

.m1-form ::-moz-placeholder {
	color: #373737;
}

.m1-form :-moz-placeholder {
	color: #373737;
}

.m1-form :-ms-input-placeholder {
	color: #373737;
}

.m1-form :focus::-webkit-input-placeholder {
	color: transparent;
}

.m1-form :focus::-moz-placeholder {
	color: transparent;
}

.m1-form :focus:-moz-placeholder {
	color: transparent;
}

.m1-form :focus:-ms-input-placeholder {
	color: transparent;
}

/* button */



/*  offer_section   */
.offer_section {
	background: #fff;
}

.offer_section .box {
	position: relative;
}

.offer_section .box>img {
	display: block;
}

.main_title {
	background: #E51818;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.1em;
	padding: 16px 0 12px;
}

.main_title2 {
	background-color: #fff;
	color: #000;
	font-weight: 900;
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding: 8px 14px;
	border-radius: 7px;
	margin: 8px auto 0px;
}

.offer_section .price {
	background: url(../images/price.jpg) 50% 50% no-repeat;
	background-size: cover;
	height: 100px;
}

.offer_section .price>div {
	height: 87px;
	width: 50%;
	float: left;
	text-align: center;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 200;
	line-height: 1.1em;
	padding-top: 16px;
}

.offer_section .price div>p {
	font-size: 36px;
	line-height: 1.2em;
}

.offer_section .price div>p small {
	font-size: 0.8em;
}

.offer_section .price .new {
	color: #fff;
}

.offer_section .price .old {
	color: #fff;
}

.offer_section .price .new p {
	font-weight: 700;
}

.offer_section .price .old p span::after {
	content: "";
	width: 150px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: -7px;
	rotate: 4deg;
}


.offer_section .price .old p span {
	/* text-decoration: line-through; */
	position: relative;
}


.reviews .title span {
	display: block;
}

.reviews .subtitle {
	text-align: center;
	margin: -20px 0 35px;
	padding: 0 50px;
}




/*sect9*/

.order_list {
	font-size: 0;
}

.order_list>li {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font-size: 18px;
	line-height: 1.2em;
	margin-bottom: 30px;
	text-align: center;
	padding: 0 35px;
}

.order_list>li>span {
	font-size: 19px;
	font-weight: 700;
	display: block;
	margin-bottom: 4px;
}

.order_list>li:before {
	content: '';
	display: block;
	height: 85px;
	margin: 0 auto 15px;
}

.order_list>li:nth-child(1):before {
	background: url(../images/order_icons.png) 50% 0% no-repeat;
}

.order_list>li:nth-child(2):before {
	background: url(../images/order_icons.png) 50% -85px no-repeat;
}

.order_list>li:nth-child(3):before {
	background: url(../images/order_icons.png) 50% -170px no-repeat;
}

.order_list>li:nth-child(4):before {
	background: url(../images/order_icons.png) 50% -255px no-repeat;
}




.formbox {
	width: 420px;
	margin: 0 auto;
	background: #292929;
	border-radius: 40px;
	padding: 30px 30px 25px;
	color: #fff;
}

.formbox .action_text {
	font-size: 20px;
	text-align: center;
	margin-bottom: 20px;
	letter-spacing: 1px;
}

.formbox .action_text span {
	text-transform: uppercase;
	font-size: 38px;
	line-height: 1.1em;
	font-family: 'Bebas Neue', sans-serif;
	display: block;
	font-weight: 700;
	margin-bottom: 5px;
}





/* footer */
.footer_section {
	padding: 25px 0;
	background: #fff;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}

.footer_section a {
	color: #222;
}

.button_buy {
	width: 250px;
	display: block;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	margin: 30px auto 20px;
	background: none;
	border: none;
	cursor: pointer;
	-webkit-transition-duration: 0.3s;
	     -o-transition-duration: 0.3s;
	        transition-duration: 0.3s;
}

.button_buy:hover {
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}

.whywe {
	background-color: #4e4e4e;
	padding: 0 0 20px;
}

.why_carousel {
	width: 100%;
	margin-bottom: 100px;
}

.overview_carousel {
	margin: 20px 20px 65px;
}

.overview_carousel img {
	border-radius: 20px;
}

h5 {
	font-size: 20px;
	margin: 14px 15px 12px;
	text-align: center;
}

.custom-list li {
	line-height: 1.2;
	font-size: 18px;
	font-weight: 300;
	position: relative;
	padding-left: 15px;
}

.custom-list li::before {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	background-color: #FF0000;
	top: 6px;
	border-radius: 5px;
	left: 0;
}

.kinescope-wrapper {
	position: relative;
	width: 100%;
	max-width: calc(100% - 40px);
	aspect-ratio: 1 / 1;
	cursor: pointer;
	overflow: hidden;
	margin: 20px;
}

.kinescope-wrapper img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	display: block;
}

.kinescope-wrapper .play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	pointer-events: none;
}

.kinescope-wrapper.playing {
	aspect-ratio: auto;
}

.description {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.3;
	text-align: center;
	margin: 0 37px 20px;
}


.benefits-list li {
	padding: 25px 0 25px 70px;
	margin: 0 40px;
	position: relative;
}

.benefits-list li::before {
	position: absolute;
	content: '';
	width: 50px;
	height: 50px;
	background: url(../images/checkbox.png) 50% 50% no-repeat;
	background-size: contain;
	left: 0;
	top: calc(50% - 25px);
}


.why_carousel .flickity-prev-next-button.previous {
	top: 104%;
	left: 37%;
}

.why_carousel .flickity-prev-next-button.next {
	right: 37%;
	top: 104%;
}

.flickity-page-dots {
	bottom: -35px;
}

.beforeafter .flickity-page-dots {
	bottom: -45px;
}

.leaflet-bottom.leaflet-right {
	display: none !important;
}

.contact-widget {
	position: fixed;
	bottom: 20px;
	right: calc(50% - 220px);
	z-index: 9999;
}

.circle-button {
	width: 90px;
	height: 90px;
	background: #f40000;
	border-radius: 50%;
	-webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
	        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	cursor: pointer;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	-o-transition: transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	position: relative;
	z-index: 70;
}

.circle-button::after {
	position: absolute;
	content: "";
	width: 90px;
	height: 90px;
	z-index: 69;
	background-color: #FFB7B0;
	border-radius: 50%;
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
    pointer-events: none;
}

.contact-widget.active .circle-button::after {
	width: 230px;
	height: 230px;

}

.circle-button img {
	width: 90px;
	height: 90px;
	position: absolute;
	z-index: 77;
}

.messenger-icons {
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 60px;
	pointer-events: none;
}

.messenger-icons a {
	position: absolute;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-size: cover;
	background-position: center;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 0;
	-webkit-transform: scale(0.5);
	    -ms-transform: scale(0.5);
	        transform: scale(0.5);
	pointer-events: auto;
}
.contact-widget.active .messenger-icons a {
	z-index: 78;
}

.contact-widget.active .messenger-icons a {
	opacity: 1;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}

.contact-widget.active .messenger-icons a:nth-child(1) {
	-webkit-transform: translate(-51px, 21px);
	    -ms-transform: translate(-51px, 21px);
	        transform: translate(-51px, 21px);
}

.contact-widget.active .messenger-icons a:nth-child(2) {    
	-webkit-transform: translate(-42px, 67px);    
	    -ms-transform: translate(-42px, 67px);    
	        transform: translate(-42px, 67px);
}

.contact-widget.active .messenger-icons a:nth-child(3) {
	-webkit-transform: translate(6px, -48px);
	    -ms-transform: translate(6px, -48px);
	        transform: translate(6px, -48px);
}

.contact-widget.active .messenger-icons a:nth-child(4) {
	-webkit-transform: translate(-34px, -22px);
	    -ms-transform: translate(-34px, -22px);
	        transform: translate(-34px, -22px);
}

.contact-widget.active .messenger-icons a:nth-child(5) {
	-webkit-transform: translate(56px, -52px);
	    -ms-transform: translate(56px, -52px);
	        transform: translate(56px, -52px);
    width: 45px;
    height: 45px;
}

/* Заміни на власні іконки або png */
.telegram {
	background-image: url('../images/call/telegram-icon.png');
}

.whatsapp {
	background-image: url('../images/call/whatsapp-icon.png');
}

.viber {
	background-image: url('../images/call/viber-icon.png');
}

.messenger {
	background-image: url('../images/call/messenger-icon.png');
}

.phoneCall {
	background-image: url('../images/call/call-icon.png');
}