/*!
Theme Name: EnigmaK
Theme URI: http://underscores.me/
Author: Kornienko Studio
Author URI: http://underscores.me/
Description: Landing page
Version: 2.0.0
*/
@font-face {
	font-family: "MuseoSansCyrl";
	src: url("assets/fonts/MuseoSansCyrl-300.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: "MuseoSansCyrl";
	src: url("assets/fonts/MuseoSansCyrl-500.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: "MuseoSansCyrl";
	src: url("assets/fonts/MuseoSansCyrl-700.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: "MuseoSansCyrl";
	src: url("assets/fonts/MuseoSansCyrl-900.ttf") format("truetype");
	font-weight: 900;
	font-style: normal;
}

body {
	font: 1.8rem "MuseoSansCyrl", sans-serif;
	min-width: 320px;
	font-weight: 500;
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
	overflow-x: hidden;
}
html {
	overflow-x: hidden;
}
main {
	display: block;
}
p {
	font-size: 1.8rem;
	line-height: 2.8rem;
	color: #4b4b4b;
	font-weight: 500;
}
.video {
	text-align: center;
}
.video:before {
	width: 100%;
	height: 3680px;
	content: "";
	position: absolute;
	left: 0;
	top: -280px;
	background-image: url('assets/img/girls_bg.jpg');
	z-index: -1;
}
.video .video_wrapper {
	margin: 0 auto;
	max-width: 670px;
	position: relative;
}
.video .video_wrapper:before {
	/* width: 271px;
	height: 582px; */
	width: 410px;
    height: 638px;
	position: absolute;
	right: -210px;
	top: -100px;
	content: "";
	background-image: url('assets/img/video_right.png');
}
/*.video .video_wrapper:after {
	content: "";
	text-align: left;
	position: absolute;
	bottom: -70px;
	left: 100px;
	color: #fcf4f3;
	line-height: 60px;
	font-size: 100px;
}*/

.video h3 {
	text-align: left;
}
.video .row {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-content: space-between;
	-ms-flex-line-pack: justify;
	align-content: space-between;
	}
.video video {
	-webkit-object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.video button#videoButton {
	width: 6rem;
	height: 6rem;
	background-size: 100% 100%;
	position: absolute;
	left: 15px;
	bottom: 0;
	margin: auto;
}

.video button#videoButton.play {
	background-image: url("assets/img/video_btn.png");
}	
.video button#videoButton {
	background-image: url("assets/img/video_btn_pause.png");
}	
.video button#videoButton span {
	position: absolute;
	left: 50px;
	min-width: 200px;
	height: 100%;
	top: 0;
	line-height: 60px;
}
.mfp-counter {
	display: none;
}
.dot {
	position: relative;
	z-index: 300;
}
.slick-active .dot {

}
.slick-dots {
	bottom: -70px!important;
}
.next, .prev {
	position: absolute;
	width: 162px;
	height: 15px;
	z-index: 300;
	cursor: pointer;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.next {
	background-image: url("assets/img/next.png");
}
.next:hover {
	background-image: url("assets/img/next_hover.png");
}
.prev {
	background-image: url("assets/img/prev.png");
}
.prev:hover {
	background-image: url("assets/img/prev_hover.png");
}
.slider_wrapper {
	position: relative;
}

.review .slider_wrapper {
	max-width: 774px;
    margin: 0 auto;
}

.slider_wrapper video {
	-webkit-object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    display: block;
    width: auto;
    height: 420px;
}

.slider_wrapper .video_wrapper {
	margin: 0 auto;
}

.rev_item {
	background-color: #000
}
.slider_wrapper:after, .slider:after {
	content: "";
	display: table;
	clear: both;
}
.open_form .timer {
	margin-top: 3rem;
}
.open_form .timer__item {
	display: inline-block;
	width: 70px;
	margin-right: 2.5rem;
	height: 70px;
	border: 1px solid #23a6a6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding-top: .5rem;
	text-align: center;
	color: #2c213e;
}
.open_form .timer__item:last-of-type {
	margin-right: 0;
}
.open_form .big-numb-time, .timer-text {
	color: #2c213e;
}
.open_form .big-numb-time {
	font-size: 3rem;
}
.open_form .timer-text {
	font-size: 1.4rem;
	position: relative;
	top: -5px;
}
.relative {
	position: relative;
}
button {
	border: none;
	background: none;
}
button, button:focus, button:hover, input, .thumbnail, .slick-slide, img, ul, li, a, a:focus, a:hover, div, div:focus textarea, textarea:focus {
	outline: none;
	text-decoration: none;
	color: inherit;
}
.politics {
	background-color: #fff;
}
.politics p {
	font-size: 18px;
	color: #000;
}
.politics_text {
	padding: 20px 15px;
}
.politics h3 {
	background: #1782ab;
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	padding: 20px 0;
	margin: 0;
}
@media only screen and (max-width : 767px) {
	.politics h3 {
		font-size: 23px;
	}
}
section {
	padding: 80px 0;
	position: relative;
	background-repeat: no-repeat;
	background-position: center top;
}
section h6 {
	font-weight: bold;
	font-size: 24px;
}
section h4 {
	font-size: 2.4rem;
	margin-top: 0;
	font-weight: 900;
	color: #000;
}
section h3 {
	font-size: 3.2rem;
	text-align: center;
	margin-top: 0;
	color: #000;
	font-weight: 500;
	margin-bottom: 10rem;
}
.contact-title {
	margin-bottom: 4rem !important;
}
ul {
	list-style-type: none;
	padding: 0;
}
.thanks_body {
	background-image: -webkit-linear-gradient(to bottom right, #ffb206, #6eb016);
	background-image: -moz-linear-gradient(to bottom right, #ffb206, #6eb016);
	background-image: -ms-linear-gradient(to bottom right, #ffb206, #6eb016);
	background-image: linear-gradient(to bottom right, #ffb206, #6eb016);
	background-repeat: no-repeat;
	background-position-x: center;
	margin: 0;
	height: 100%;
	color: #fff;
	display: table;
	width: 100%;
	text-align: center;
}
.thanks_body h4 {
	font-size: 36px;
	margin-top: 0;
}
.thanks_body p {
	font-size: 24px;
	margin-bottom: 0;
}
.thanks_page {
	display: table-cell;
	vertical-align: middle;
}
footer {
	padding-bottom: 20px;
}
footer p {
	color: #919191;
	font-size: 18px;
}
footer span {
	text-decoration: underline;
	color: #2897e5;
	display: block;
	font-size: 18px;
}
footer .row {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
}
.footer_logo {
	max-width: 100%;
}
.made_by img {
	height: 45px;
}
.copyright p {
	margin-top: 10px;
}
.copyright {
	text-align: center;
	padding-top: 20px;
}
.made_by {
	text-align: right;
	padding-top: 20px;
}
.main_btn {
	height: 60px;
	width: 100%;
	line-height: 60px;
	display: inline-block;
	text-align: center;
	background-color: #da7366;
	text-transform: uppercase;
	width: 100%;
	max-width: 370px;
	font-size: 13px;
	color: #fff;
	font-weight: 900;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	position: relative;
	z-index: 2;
	box-shadow: 3px 3px 0 rgba(255,230,227,.5);
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	transition: all .4s;
}
.main_btn:hover {
	color: #fff;
	box-shadow: none;
	box-shadow: 0 0 0 rgba(255,230,227,.5);
}
.main_btn:focus {
	color: #fff;
}
header .blue_btn {
	margin-left: 30px;
}
.blue_btn {
	background-color: #319eaf;
	box-shadow: 3px 3px 0 rgba(176,226,233,.5);
}
.form_wrapper {
	margin: auto;
	position: relative;
	width: 100%;
	max-width: 370px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fcf4f3;
	padding: 5rem 3rem 5rem 5rem;
}
.form_wrapper h6 {
	color: #fff;
	font-weight: bold;
	font-size: 2.4rem;
	color: #000;
	font-weight: 900;
	margin: 0;
}
.form_wrapper p {
	color: #000;
	font-size: 1.8rem;
	line-height: 2.8rem;
}
label.error {
	color: red;
}
.form input::-webkit-input-placeholder {

}
.form input::-moz-placeholder {

}
.form input:-ms-input-placeholder {

}
.form input:-moz-placeholder {

}
.form textarea::-webkit-input-placeholder {

}
.form textarea::-moz-placeholder {

}
.form textarea:-ms-input-placeholder {

}
.form textarea:-moz-placeholder {

}
.form input, .form textarea {
	width: 100%;
	max-width: 270px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	margin-top: 15px;
	color: #000;
	border: 1px solid #ffdcd8;
	text-indent: 30px;
	height: 60px;
	font-size: 18px;
}
.form textarea {
	padding-top: 20px;
	height: 120px;
	resize: none;
}
.form button {
	width: 100%;
	max-width: 270px;
	margin-top: 15px;
	height: 60px;
}
header {
	padding-top: 12px;
	/*background-image: url("assets/img/header_bg.jpg");*/
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
	position: relative;
	padding-bottom: 80px;
	min-height: 750px;
}
header .video_wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
header .video_wrapper video {
	width: 100%;
}
header .video_wrapper .mask {
	background-color: rgba(255,255,255,.6);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
header .top_head {
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
}
header .main_btn {
	width: 250px;
}
header .main_head {
	position: relative;
	margin-top: 120px;
}
header .main_btn.blue_btn {
	width: 370px;rgb(255,230,227)
}
header .button_wrapper.button_wrapper2 {
	margin-left: 30px;
}
.menu {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
.menu li {
	display: inline-block;
	color: #000;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 4.8rem;
	font-weight: 900;
	display: block;
	text-align: right;
}
.menu a {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.menu li a {
	padding: 5px;
}
.tel, 
.social{
	font-weight: 900;
}
.tel:hover,
.social:hover,
.menu li:hover a {
	background-color: #b0e2e9;
}
.top_btn a {
	height: 60px;
	text-align: center;
	line-height: 60px;
	display: inline-block;
	width: 100%;
	max-width: 270px;
	color: #00529f;
	border: 1px solid #00529f;
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.top_btn a:hover {
	background-color: #00529f;
	color: #fff;
}
.top_phone {
	text-align: center;
	font-weight: 900;
	font-size: 16px;
	color: #4b4b4b;
}
.desc {
	color: #6c6c6c;
	font-size: 16px;
	line-height: 20px;
}
.lang {
	position: absolute;
	margin: 0;
	left: 48%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.lang li {
	width: 40px;
	height: 40px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	color: #6c6c6c;
	text-align: center;
	font-size: 16px;
	display: inline-block;
	line-height: 40px;
}
.lang li.active {
	background-color: #da7366;
	color: #fff;
}
.logo img {
	width: 100%;
	max-width: 140px;
	position: relative;
	top: -10px;
}
.logo::after{
	content: "";
	width: 66px;
	height: 54px;
	text-align: left;
	position: absolute;
	left: 82px;
	background-image: url('assets/img/made-in-Ukraine.png');
	bottom: 46px;
}
.logo-eng img {
	width: 100%;
	max-width: 140px;
	position: relative;
	top: -10px;
}
.logo-eng::after{
	content: "";
	width: 66px;
	height: 54px;
	text-align: left;
	position: absolute;
	left: 82px;
	background-image: url('assets/img/made-in-Ukraine-eng.png');
	bottom: 46px;
}
.logo-ru img {
	width: 100%;
	max-width: 140px;
	position: relative;
	top: -10px;
}
.logo-ru::after{
	content: "";
	width: 66px;
	height: 54px;
	text-align: left;
	position: absolute;
	left: 82px;
	background-image: url('assets/img/made-in-Ukraine-ru.png');
	bottom: 46px;
}
h1{
	font-size: 3.3rem;
	color: #000;
	font-weight: 900;
	margin-top: 50px;
	position: relative;
}
.lang span {
	float: right;
	margin-left: 12px;
	text-align: center;
}
h2 {
	font-size: 2.2rem;
	/*color: #5eadb9;*/
	color: #402673;
	font-weight: 500;
	margin: 5rem 0;
}
.trigger {
	margin-bottom: 4rem;
}
.trigger li {
	position: relative;
	font-size: 1.8rem;
	line-height: 2.8rem;
	color: #2f2f2f;
	margin-bottom: 3rem;
	padding-left: 35px;
}
.trigger li:last-of-type {
	margin-bottom: 0;
}
.trigger li:before {
	width: 15px;
	height: 17px;
	position: absolute;
	left: 0;
	top: 5px;
	content: "";
	background-image: url('assets/img/trigger.png');
}
.about img {
	max-width: 100%;
}
.about .text {
	position: absolute;
	left: 30px;
	top: 100%;
	margin: 0;
}
.about h4 {
	margin-top: 6rem;
	margin-bottom: 2rem;
}
.about .row {
	margin-bottom: 11rem;
}
.about .row:last-of-type {
	margin-bottom: 0;
}
.about img {
	margin: 3rem 0;
}
.about .wrapper_girl {
	position: absolute;
	top: -70px;
	/*bottom: 0;*/
	margin: auto;
}
.about .about_girl {
	margin: 0;
	z-index: 2;
	position: relative;
}
.about .about_girl_shadow {
	z-index: 1;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -30px;
}
.about .row:nth-of-type(odd) .wrapper_girl {
	right: -150px;
}
.about .row:nth-of-type(even) .wrapper_girl {
	left: -220px;
}
.open_form {
	background-image: url("assets/img/open_form.jpg");
}
.open_form h3 {
	font-size: 3.2rem;
	text-align: left;
	margin-top: 15rem;
	margin-bottom: 4rem;
}
.open_form h3:before {
	display: none;
}
.open_form h3 span {
	color: #319eaf;
	font-size: 7.2rem;
	display: block;
	font-weight: 900;
	margin-top: 1.5rem;
}
.open_form .form_wrapper {
	background: none;
	margin-top: 120px;
}
.open_form img {
	position: absolute;
	left: 32%;
	z-index: 1;
}
.open_form_left {
	z-index: 2;
	padding-left: 100px;
}
.open_form .open_form_left p {
	font-size: 3rem;
	line-height: 4rem;
}
.open_form .open_form_left p span {
	font-weight: bold;
	color: #58a493;
}
.open_form .open_form_left p.counter_head {
	font-size: 2rem;
}
.product_item {
	height: 610px;
    width: 100%;
	background-image: url('assets/img/product_bg.png');
	background-repeat: no-repeat;
	background-position: center top;
	text-align: right;
}
.product h4 {
	font-weight: 500;
	font-size: 3rem;
	margin-bottom: 2rem;
}
.product .two-lines {
	width: 217px;
}
.product .popup {
	width: 200px;
	max-width: 200px;
}
.product .colors {
	margin-bottom: 2.5rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.product .colors .color {
	width: 20px;
	height: 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	margin-right: 15px;
	cursor: pointer;
}
.product .colors .color:last-of-type {
	margin-right: 0;
}
.product .colors .color.red {
	background-color: #f04a4a;
}
.product .colors .color.black {
	background-color: #323232;
}
.product .colors .color.blue {
	background-color: blue;
}

.product .colors .color.lightblue {
    background-color: #acf1f8;
}

.product .colors .color.darkblue {
    background-color: #1c3697;
}

.product .colors .color.pink {
    background-color: #eccad9;
}
.product .colors .color.lightblue {
	background-color: #d0e1ef;
}
.product .colors .color.rose {
	background-color: #f8dcd9;
}
.product .colors .color.grey {
	background-color: #cfc8c9;
}
.product .colors .color.white {
	background-color: #fff;
	border: 1px solid #ccc;
}
.product .colors .color.yellow {
	background-color: yellow;
}
.product .colors .color.green {
	background-color: #004852;
}
.product .colors .color.wheat {
	background-color: wheat;
}
.product .row {
	margin-bottom: 10rem;
}
.product .row:last-of-type {
	margin-bottom: 0;
}
.product .product_info {
	position: absolute;
	min-width: 170px;
	left: 15px;
	bottom: 80px;
	text-align: left;
	z-index: 22;
}
.product .main_pict {
	max-width: 100%;
    box-sizing: border-box;
	transform: translateY(-30px);
}

.product__btns {
	margin-bottom: 20px;
}

.product__btn {
	display: inline-block;
	vertical-align: top;
	width: 8px;
	height: 15px;
	background-repeat: no-repeat;
}

.product__btn--prev {
	background-image: url(assets/img/arrow-prev.png);
	margin-right: 30px;
}

.product__btn--next {
	background-image: url(assets/img/arrow-next.png);
}

.product__slider {
	position: absolute;
    bottom: -25px;
    right: 0;
	width: 54px;
	height: 54px;
	background-repeat: no-repeat;
}

.product__slider--prev {
	right: 60px;
	background-image: url(assets/img/arrow-slider-prev.png);
	margin-right: 5px;
}

.product__slider--next {
	background-image: url(assets/img/arrow-slider-next.png);
}

.banner {
	padding: 5rem 0;
	margin: 10rem 0;
}
.banner:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 603px;
	background-image: url('assets/img/banner-1.png');
	background-repeat: no-repeat;
	background-position: center top;
	left: 0;
     top: -251px;
}
.banner .main_btn,
.banner input {
	margin-top: 0;
	/* height: 54px; */
}
.banner h3 {
	font-weight: 500;
	font-size: 2.4rem;
	color: #fff;
	margin-bottom: 5rem;
	position: relative;
}
.service h4 {
	margin-top: 60px;
	margin-bottom: 0;
}
.service p {
	margin: 20px 0;
}
.service .popup {
	max-width: 250px;
}
.service img {
	margin-top: 50px;
	margin-left: auto;
	display: block;
	margin-right: auto;
}
/*.service .text {
	position: absolute;
	left: 30px;
	top: 100%;
}*/
.service .text {
	position: absolute;
	left: 230px;
    bottom: 35px;
    max-width: 330px;
}
.service .service_text {
	padding-bottom: 60px;
	border: 30px solid #b0e2e9;
	position: relative;
}
/*.service .service_text:before {
	content: "";
	position: absolute;
	width: 100%;
	height: calc(100% + 60px);
	-webkit-border-image: url('assets/img/border.jpg') 30 stretch;
	-moz-border-image: url('assets/img/border.jpg') 30 stretch;
	-ms-border-image: url('assets/img/border.jpg') 30 stretch;
	-o-border-image: url('assets/img/border.jpg') 30 stretch;
	border-image: url('assets/img/border.jpg') 30 stretch;
	border-width: 30px;
	border-style: solid;
	top: -30px;
	z-index: -1;
	border-right: 0;
}*/
.service .row:nth-of-type(odd) .service_text {
	border-left: 0;
	padding-right: 70px;
}
.service .row:nth-of-type(even) .text {
	left: 270px;
}
.service .row:nth-of-type(even) .service_text {
	border-right: 0;
	padding-left: 70px;
}
.service .row:nth-of-type(odd) .service_text:before {
	border-right: 0;
	right: 100%;
}
.service .row:nth-of-type(even) .service_text:before {
	border-left: 0;
	left: 100%;
}
.service .row {
	margin-bottom: 30px;
}
.service .row:last-of-type {
	margin-bottom: 0;
}

.contact {
	padding-bottom: 20px;
}
.contact img {
	max-width: 100%;
}
.contact h3 {
	text-align: left;
}
.contact h3:before {
	display: none;
}
.contact p {
	margin-bottom: 0;
}
.contact p:last-of-type {
	margin-top: 3rem;
	margin-bottom: 3rem;
}
.contact .popup {
	max-width: 200px;
}
.photo .prev {
	/* bottom: -100px;
	right: 52%; */
	bottom: 0;
	top: 0;
	margin: auto;
	left: 0;
}
.photo .next {
	/* bottom: -100px;
	left: 52%; */
	bottom: 0;
	top: 0;
	margin: auto;
	right: 0;
}
.photo img {
	/*max-height: 780px;*/
	max-height: 500px;
	height: 780px;
	margin: 0 auto;
}
.photo_item {
	overflow: hidden;
}

.goo_rew .prev {
	/* bottom: -100px;
	right: 52%; */
	bottom: 0;
	top: 0;
	margin: auto;
	left: 0;
}
.goo_rew .next {
	/* bottom: -100px;
	left: 52%; */
	bottom: 0;
	top: 0;
	margin: auto;
	right: 0;
}
.goo_rew img {
	/*max-height: 780px;*/
	max-height: 500px;
	height: 780px;
	margin: 0 auto;
}
.goo_rew_item {
	overflow: hidden;
}


.review {
	background-image: url(assets/img/bg-review.jpg);
	background-repeat: no-repeat;
	background-position: top center
}

.review .video_wrapper {
	width: 750px;
	height: 420px;
	position: relative;
	z-index: 10
}

.review video {
	display: none;
	position: relative;
    z-index: 1000;
    margin: 0 auto
}

/*.review .video_wrapper:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	background-image: url(assets/img/rev-play.png);
	width: 92px;
	height: 92px;
	margin-top: -46px;
	margin-left: -46px;
	cursor: pointer;
}*/

.video_wrapper-1 {
	background-image: url(assets/img/poster-rev-1.png);
	background-repeat: no-repeat;
	background-position: top center
}

.video_wrapper-2 {
	background-image: url(assets/img/poster-rev-2.png);
	background-repeat: no-repeat;
	background-position: top center
}

.video_wrapper-3 {
	background-image: url(assets/img/poster-rev-3.png);
	background-repeat: no-repeat;
	background-position: top center
}

.video_wrapper-4 {
	background-image: url(assets/img/poster-rev-4.png);
	background-repeat: no-repeat;
	background-position: top center
}

.video_wrapper-5 {
	background-image: url(assets/img/poster-rev-5.png);
	background-repeat: no-repeat;
	background-position: top center
}

.video_wrapper-6 {
	background-image: url(assets/img/poster-rev-6.png);
	background-repeat: no-repeat;
	background-position: top center
}

.video_wrapper-7 {
	background-image: url(assets/img/poster-rev-7.png);
	background-repeat: no-repeat;
	background-position: top center
}
.review span {
	color: #dd8176;
}
.review img {
	max-width: 100%;
}
.review .slick-dots {
    width: auto!important;
    right: 0!important;
    /* top: 0!important; */
    bottom: 77px;
    /* width: 15px!important; */
    top: auto;
    left: 0;
}


.review .slick-dots li {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #5eadb9;
	width: 10px!important;
	height: 10px!important;
}
.review .slick-dots li.slick-active {
	width: 15px!important;
	height: 15px!important;
	-webkit-transform: translateX(-3px);
	-moz-transform: translateX(-3px);
	transform: translateX(-3px);
}
.review .rev_item {
	display: -webkit-box!important;
	display: -moz-box!important;
	display: -ms-flexbox!important;
	display: -webkit-flex!important;
	display: flex!important;
	/*display: block!important*/
}
.review .prev {
	left: 0;
	bottom: -40px;
}
.review .next {
	left: 240px;
	bottom: -40px;
	left: auto;
    right: 0;
}
.cert h3 {
	padding-right: 50px;
}
.cert img {
	margin-bottom: 3rem;
	max-width: 100%;
}
.cert .prev {
	bottom: -100px;
	right: 52%;
}
.cert .next {
	bottom: -100px;
	left: 52%;
}
.cert p {
	text-align: center;
	text-indent: -40px;
}

.step .container {
	position: relative;
}
.step h3 {
	margin-bottom: 17rem;
	position: relative;
	z-index: 2;
}
.step .row {
	position: relative;
	z-index: 2;
}
.step img {
	margin: 0;
	display: block;
	margin-bottom: 3rem;
}
.step .popup {
	margin-top: 1.5rem;
}
.step {
	text-align: center;
}
.step .steps {
	display: block;
	position: absolute;
	left: -30%;
	bottom: 68.5%;
	margin: 0;
}
.step .popup {
	max-width: 200px;
}

.form__item--special {
	display: none;
}

.service_decoration {
	position: relative;
}

.service_decoration:before {
	content: '';
	position: absolute;
	top: 95px;
	left: 0;
	background-image: url(assets/img/service_2-1-before.png);
	width: 538px;
	height: 439px;
	z-index: 1
}

.service_decoration--mobile {
	overflow: hidden;
}

.plaska{
	background-image: url(assets/img/plashka.png);
	background-repeat: no-repeat;
	background-position: 9% top;
	background-size: 599px 501px;
}
/* css код для кукіс start 3 із 3 */
.cookies-notice {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #3F1227;
    color: #fff;
    padding: 15px 20px;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    z-index: 9999;
	max-width: 1200px;
	width: 100%;
}
.cookies p {
    color: #fff;
}
.cookies-notice a {
    color: #ECC0CD;
    text-decoration: underline;
}
.cookies-notice .accept-cookies {
    background: #ECC0CD;
    border: none;
    padding: 8px 15px;
    cursor: pointer;
    color: #3D262C;
    font-weight: bold;
    border-radius: 13px;
}
.cookies-notice .accept-cookies:hover {
    background: #D8A5B5;
}
/* css код для кукіс end 3 із 3 */

/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {
	html {
		font-size: 9px;
	}
	.about .about_girl {
		display: none;
	}
	section h3 br,
	p br {
		display: none;
	}
	.steps {
		display: none;
	}
	.video .video_wrapper:after {
		display: none;
	}
	.banner:before {
		top: -190px;
	}
	/* .product .main_pict {
		max-width: 72%;
	} */	
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
	footer .row div  {
		text-align: center;
	}
	.lang span {
		position: absolute;
		text-align: right;
		right: 0;
		top: 120%;
	}
	.lang {
		right: 0;
		left: auto;
	}
	header .video_wrapper video {
		width: auto;
	}
	.made_by p,
	.copyright p {
		font-size: 16px;
	}
	.about .text {
		display: none;
	}
	/* .product .main_pict {
		max-width: 77%;
	} */
	html {
		font-size: 8px;
	}
	.open_form {
		text-align: center;
	}
	.open_form h3 {
		text-align: center;
		margin-top: 0;
	}
	.open_form h3 br {
		display: none;
	}
	.open_form button {
		margin-top: 3rem;
	}
	p {
		margin-left: auto;
		margin-right: auto;
		max-width: 500px;
	}
	.open_form {
		height: auto;
		background-position: left top;
	}
	.open_form .open_form_left p {
		margin-left: auto;
		margin-right: auto;
	}
	section {
		padding: 60px 0;
	}
	.open_form .timer {
		margin-bottom: 4rem;
	}
	.open_form .main_btn {
		margin: 0 auto;
	}
	.open_form .timer__item {
		padding-top: 1.5rem;
	}
	.banner:before {
		display: none;
	}
	.banner {
		background-color: #d56e61;
	}
	.banner input {
		margin-bottom: 30px;
	}
	.video .video_wrapper:before {
		display: none;
	}
	.service .text {
		display: none;
	}
	.service img {
		max-width: 100%;
	}
	.service .service_text {
		border: 0!important;
	}
	.open_form {
		background-image: url('assets/img/mobile_bg_open.jpg');
		background-position: left top;
	}
	.open_form_left {
		padding-left: 15px;
	}
	.photo .prev {
		top: auto;
		bottom: -50px;
	}
	.photo .next {
		top: auto;
		bottom: -50px;
	}

	.goo_rew .prev {
		top: auto;
		bottom: -50px;
	}
	.goo_rew .next {
		top: auto;
		bottom: -50px;
	}
	.step .steps {
		display: none;
	}
	.step img {
		max-width: 100%;
	}

	.service_decoration:before {
		background-image: url(assets/img/service_2-1-before-mobile.png);
		width: 338px;
		height: 276px;
		top: 157px;
	}

	.cookies-notice {
        width: 100%; /* Розширює вікно кукі на більшу частину екрану */
        padding: 12px 18px; /* Трошки менше відступи */
        font-size: 14px; /* Зменшуємо розмір шрифта для мобільних пристроїв */
    }

    .cookies-notice .accept-cookies {
        padding: 8px 12px;
        font-size: 14px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {

	.service_decoration:before {
		background-image: url(assets/img/service_2-1-before.png);
		width: 538px;
		height: 439px;
		top: 157px;
	}
	.made_by {
		text-align: center;
	}
	.lang span {
		position: static;
		margin-left: 8px;
	}
	
	.product .main_pict {
		display: inline-block!important;
		transform: none;
	}
	.product .business {
		width: 180px;
	}
	footer {
		text-align: center;
	}
	html {
		font-size: 7.5px;
	}
	section {
		padding: 40px 0;
		text-align: center;
	}
	footer .row {
		display: block;
	}
	.contact {
		text-align: center;
	}
	.contact h3 {
		text-align: center;
	}
	.about .row {
		margin-bottom: 1rem;
	}
	.product_item {
		height: 620px;
		margin-bottom: 5rem;
	}
	.video .row {
		display: block;
	}
	.video button#videoButton {
		display: none;
	}
	.service p {
		margin-left: auto;
		margin-right: auto;
	}
	.service .service_text {
		padding-right: 15px!important;
		padding-left: 15px!important;
	}
	.review, .cert {
		display: none;
	}
	.step img {
		margin-left: auto;
		margin-right: auto;
	}
	.contact .top_btn {
		margin-bottom: 5rem;
	}
	.contact p br {
		display: block;
	}
	.photo img {
		width: 100%;
		height: auto;
	}
	.goo_rew img {
		width: none;
		height: auto;
	}
	.open_form .main_btn {
		max-width: 270px;
	}
	header {
		text-align: center;
	}
	.trigger li {
		padding: 0;
	}
	.trigger li:before {
		display: none;
	}
	.menu {
		display: none;
	}
	header .top_head {
		display: block;
		text-align: left;
	}
	.top_phone {
		position: absolute;
		right: 15px;
		top: 30px;
	}
	header .container {
		position: static;
	}
	h1 {
		margin-top: 20px;
	}
	h2 {
		margin: 1.2rem 0;
	}
	.trigger li {
		margin-bottom: 1.8rem;
	}
	section h3 {
		margin-bottom: 5rem;
	}
	.lang {
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		transform: none;
		right: 15px;
	}
	.lang {
		top: 100px;
	}
	header .blue_btn {
		max-width: 100%;
		margin-top: 15px;
		margin-left: 0;
	}
	header .main_btn {
		width: 100%;
	}

	.cookies-notice {
        width: 100%; /* Залишаємо ширину вікна на 90% */
        padding: 10px 15px; /* Ще менші відступи */
        font-size: 12px; /* Зменшений розмір шрифта */
		display: flex;
		flex-direction: column; /* Кнопка буде внизу */
		justify-content: space-between; /* Розміщення елементів на весь висоту контейнера */
		align-items: center; /* Вирівнювання елементів по центру */
    }
	.cookies-notice p {
		text-align: center;
	}
    .cookies-notice .accept-cookies {
        padding: 6px 10px;
        font-size: 12px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	.desc{
		width: 200px;
	}
	.product_item {
		height: 690px;
		margin-bottom: 5rem;
	}
	.product .business {
		width: 100%;
	}
	.product .main_pict {
		display: block !important;
		transform: none;
		margin: 0 auto;
	  }
	.product .product_info {
		bottom: 5px;
	}
	/* .product__btns {
		margin-bottom: -75px;
		margin-left: 350px;
	} */
	.product__btns {
	  margin-bottom: -75px;
	  right: -260px;
	  margin-bottom: -75px;
	  /* left: 237px; */
	  position: relative;
	}
	.product__slider {
		bottom: -70px;
	}
	.goo_rew img {
		width: 100%;
		height: auto;
	}
	.service_decoration:before {
		background-image: url(assets/img/service_2-1-before.png);
		top: 77px;
		left: -70px;
	}
	.made_by p, .copyright p {
		font-size: 14px;
	}
	.share .timer__item {
		margin-right: 1rem;
		width: 60px;
		height: 60px;
	}
	.share .timer__item:last-of-type {
		margin-right: 0;
	}
	button#videoButton {
		width: 5rem;
		height: 5rem;
	}
	.open_form .timer__item {
		height: 60px;
		width: 60px;
		padding-top: 1rem;
	}
	section h3 {
		font-size: 2.8rem;
	}
	.open_form .timer__item {
		margin-right: 1rem;
	}
	.next, .prev {
		width: 100px;
		-webkit-background-size: 100%;
		-ms-background-size: 100%;
		background-size: 100%;
		background-repeat: no-repeat;
	}
	h1 {
		font-size: 2.6rem;
	}
	h1 br {
		display: none;
	}
	.desc {
		font-size: 15px;
	}

}

@media only screen and (max-width : 380px) {
	h1 {
		font-size: 2.4rem;
		line-height: 3.4rem;
	}
	section h3 {
		font-size: 2.4rem;
	}
	.logo img {
		max-width: 100px;
	}
	.logo::after{
		content: "";
		width: 46px;
		height: 38px;
		text-align: left;
		position: absolute;
		left: 63px;
		background-image: url('assets/img/made-in-Ukraine-mob.png');
		bottom: 37px;
	}
	.logo-eng img {
		max-width: 100px;
	}
	.logo-eng::after{
		content: "";
		width: 46px;
		height: 38px;
		text-align: left;
		position: absolute;
		left: 63px;
		background-image: url('assets/img/made-in-Ukraine-mob-eng.png');
		bottom: 37px;
	}
	.logo-ru img {
		max-width: 100px;
	}
	.logo-ru::after{
		content: "";
		width: 46px;
		height: 38px;
		text-align: left;
		position: absolute;
		left: 63px;
		background-image: url('assets/img/made-in-Ukraine-mob-ru.png');
		bottom: 37px;
	}
	.desc {
		font-size: 13px;
	}
	.lang {
		top: 73px;
	}
	/* .product .main_pict {
		max-width: 80%;
	} */
	.product_item {
		height: 650px;
	}
	.product .product_info {
		bottom: 5px;
	}
	.product__btns {
		right: -230px;
	}
}
@media only screen and (max-width : 360px){
	.product_item {
		height: 610px;
	}
}
@media only screen and (max-width : 350px){
	.lang li {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
	}
	.lang span {
		font-size: 12px;
	}
	.desc {
		font-size: 12px;
	}
	.product_item {
		height: 600px;
	}
}
@media only screen and (max-width : 340px) {
	.product_item {
		height: 575px;
	}
}
/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
	.product_item {
		height: 540px;
	}
	.product__btns {
		right: -210px;
	}
}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
	/* .product_item {
		height: 540px;
	} */
	/* .product__btn--next {
		display: none;
	} */
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

	.review .prev,
	.review .next {
		top: 50%;
		left: -110px;
	}

	.review .next {
		top: 50%;
		left: auto;
		right: -110px;
	}

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	.container {
		width: 1200px;
	}

	.review .prev,
	.review .next {
		top: 50%;
		left: -220px;
	}

	.review .next {
		top: 50%;
		left: auto;
		right: -220px;
	}
}

/* page successful-submission */

.successful-submission{
	background: #fff;
	width: 100%;
	height: 100%;
}
.successful-submission-page{
	padding: 80px 0 80px;
	text-align: center;
}
.successful-submission-flag{
	position: relative;
	min-height: 750px;
	background: url('assets/img/successful-subm-flagw.png') no-repeat center/cover;
}
.successful-submission-img{
	box-sizing: border-box;
	position: absolute;
	top: 36px;
	margin-left: -385px;
	left: 50%;
	width: 770px;
	height: 435px;
	border: solid 0 #010000;
	background-color: #2a6ce8;
}
.successful-submission-img img{
	width: 100%;
}
.successful-submission-wrapper{
	box-sizing: border-box;
	position: absolute;
	bottom: 15px;
	margin-left: -362px;
	left: 50%;
	width: 725px;
	min-height: 376px;
	/* margin: 411px 597px 0 598px; */
	/* margin: 0 auto; */
	padding: 55px 0 50px;
	box-shadow: 0.1px 5px 24px 0 #c3c3c3;
	border: solid 0 #010000;
	background-color: #fff;
}
.successful-submission-title{
	margin: 0 auto;
	font-family: MuseoSansCyrl;
	font-size: 48px;
	font-weight: 900;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #da7366;
}
.successful-submission-text {
	max-width: 390px;
	margin: 24px auto 0;
	font-family: MuseoSansCyrl;
	font-size: 18px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #000;
}
.successful-submission-text small{
	display: block;
	margin-top: 15px;
}
.successful-submission-social-wrapper{
	margin: 31px auto 0;
	display: flex;
	justify-content: center;
	align-items:center;
}
.telegram{
	box-sizing: border-box;
	width: 270px;
	height: 70px;
	/* margin: 31px 30px 0 0; */
	padding: 2px 4px 2px 71px;
	border-radius: 35px;
	box-shadow: 0.1px 5px 24px 0 #169cde;
	border: solid 0 #010000;
	background-image: linear-gradient(to top, #1197da, #33b9f9);

	text-transform: none;

	/* margin: 27px 52px 22px 0; */
	font-family: MuseoSansCyrl;
	font-size: 18px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	/* line-height: 1.56; */
	letter-spacing: normal;
	text-align: left;
	color: #fff;
	position: relative;
}
.telegram::after {
	content: "";
	width: 66px;
	height: 66px;
	text-align: left;
	position: absolute;
	left: 200px;
	background-image: url('assets/img/telegram.png');
}
.viber{
	box-sizing: border-box;
	width: 270px;
	height: 70px;
	margin-left: 34px;
	padding: 2px 3px 2px 92px;
	border-radius: 35px;
	box-shadow: 0.1px 5px 24px 0 #76438c;
	border: solid 0 #010000;
	background-image: linear-gradient(to top, #6e3d83, #9b5fb4);

	text-transform: none;

	/* margin: 27px 52px 22px 0; */
	font-family: MuseoSansCyrl;
	font-size: 18px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	/* line-height: 1.56; */
	letter-spacing: normal;
	text-align: left;
	color: #fff;
}
.viber::after {
	content: "";
	width: 66px;
	height: 66px;
	text-align: left;
	position: absolute;
	left: 200px;
	background-image: url('assets/img/viber.png');
}
@media only screen and (max-width : 1200px){
	.successful-submission-page{
		padding: 0;
	}
}
@media only screen and (max-width : 680px){
	.successful-submission-page{
		width: auto;
		height: auto;
	}
	.successful-submission-social-wrapper {
		flex-direction: column;
	}
	.viber{
		margin: 0 auto;
		margin-top: 15px;
	}
}
@media only screen and (max-width : 480px){
	.successful-submission-img {
		margin-left: -481px;
	}
	.successful-submission-text {
		max-width: 320px;
	}
	.successful-submission-title {
		font-size: 42px;
	}
}