
@import url('https://web.archive.org/web/20220628001403cs_/https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i&subset=cyrillic,cyrillic-ext');

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


body {
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	color: #414b4d;
	line-height: 1.6;
}

a:hover,
a:active,
a:focus {
	text-decoration: none;
	color: #000;
	outline: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	display: block;
	width: 100%;
	color: #000;
	font-size: 16px;
	padding: 16px 0;
	line-height: 1;
	transition: all 0.3s;
	text-align: center;
	border-radius: 26px;
	background: #ffd451;
	border: 2px solid #ffd451;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #E2B735;
	border-color: #E2B735;
}

.btn-center {
	max-width: 240px;
	margin: 40px auto 0 auto;
}

.btn-call {
	padding: 12px 20px;
}

.btn-blue {
	background: #0a8aff;
	border-color: #0a8aff;
}

.btn-medium {
	max-width: 260px;
	margin-top: 40px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	font-size: 16px;
	outline: none;
	border:none;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	border-radius: 0;
	padding: 12px 15px;
	background: #fff;
	font-weight: 300;
	background: #fff;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	outline: none;
}

input::-webkit-input-placeholder {
	color: #444;
	font-size: 15px;
}

input:-moz-placeholder {
	color: #444;
	font-size: 15px;
}

input::-moz-placeholder {
	color: #444;
	font-size: 15px;
}

input:-ms-input-placeholder {
	color: #444;
	font-size: 15px;
}

textarea {
	width: 100%;
}

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

h1 {
	font-size: 32px;
	font-weight: 700;
}

h2 {
	font-size: 28px;
	font-weight: 700;
}

h3 {
	font-size: 20px;
	font-weight: 700;
	color: #444;
}

h4 {
	font-size: 18px;
}

p {
	margin-bottom: 15px;
}

b,strong {
	font-weight: 600;
}

a {
	transition: all 0.3s
}

#mainNav {
	position: fixed;
	top: 0px;
	width: 100%;
	background: #fff;
	z-index: 200;
	border: none;
	border-radius: 0;
	display: none;
	border-bottom: none;
	padding: 5px 0;
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.3);
}

#mainNav .nav li a {
	color: #828282;
	display: block;
}

#mainNav .nav li {
	position: relative;
}

#mainNav .nav li:before {
	content: "";
	display: block;
	width: 100%;
	height: 0;
	background: #ffd451;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all 0.4s;
}


#mainNav .nav li:hover:before,
#mainNav .nav li:focus:before {
	height: 100%;
}

#mainNav .nav li a:hover,
#mainNav .nav li a:focus,
#mainNav .nav li a:active {
	color: #222 !important;
	background: none;
	border: none;

}

#mainNav .logo {
	display: inline-block;
}

#mainNav .navbar-collapse {
	float: left;
	width: auto;
}

.navbar-toggle {
	border: 1px solid #fff;
}

.navbar-toggle .icon-bar {
	background: #fff;
}

.logo {
	color: #fff;
	font-size: 26px;
	text-transform: uppercase;
}

.logo img {
	display: inline-block;
	vertical-align: middle;
	max-width: 250px;
}

.top {
	padding: 10px 0;
	background: #f9f9f9;
}

.top__contact {
	margin-top: 12px;
}

.top__contact li {
	padding-right: 15px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.top__contact li:last-child {
	padding-right: 0;
	border: none;
}

.call_tel {
	color: #000;
	font-size: 20px;
	transition: all 0.3s;
}

.call_tel:hover {
	color: #E2B735;
}

.tel-menu {
	font-size: 18px;
	color: #000;
	display: block;
	float: right;
	margin-top: 10px;
}

.tel-menu:hover,
.tel-menu:focus {
	color: #E2B735;
}

header {
	display: block;
	width: 100%;
	padding: 0 0 60px 0;
    background: #fff;
    position: relative;
}

header:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(255,255,255,0.2);
}


.conpany-name {
	margin-bottom: 15px;
}

.form-wrapper {
	display: block;
	max-width: 440px;
	padding: 50px 30px;
	background: #fff;
	margin: 0 auto;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.29);
}

.intro {
	padding-top: 50px;
	
}

.intro h1 {
	margin-bottom: 20px;
	font-size: 36px;
	line-height: 1.3;
}

.intro .form-wrapper {
	margin-top: 60px;
} 

.intor-descr {
	margin: 20px 0 40px 0; 
	position: relative;
	font-size: 22px;
	font-weight: 700;
}

.service-list {
	overflow: hidden;
}

.service-list li {
	float: left;
	width: 20%;
	padding-right: 15px;
	margin-bottom: 15px;
}

.service-list li:nth-child(5),
.service-list li:last-child {
	padding-right: 0;
}

.service-list-item {
	display: block;
	font-size: 12px;
	width: 110px;
	height: 110px;
	background: #fff;
	border-radius: 50%;
	text-align: center;
	padding-top: 10px;
	border: 2px solid #ffd451;
	transition: all 0.3s;
	margin-left: auto;
	margin-right: auto;
}

.service-list-item p {
	line-height: 1.3;
	margin-top: 10px;
	margin-bottom: 0;
}

.service-list-item a {
	height: 100%;
	width: 100%;
}

.service-list-item a {
	color: #000;
}

.service-list-item:hover {
	background: #ffd451;
	color: #000;
}

.service-list-item img {
	display: block;
	margin: 0 auto;
	width: 34px;
	height: 34px;
	border-radius: 50%;
}

.section-padding {
	padding: 70px 0;
}

.spes-heading {
	font-size: 20px;
	font-weight: bold;
	margin-top: 20px;
}

.spes-list li {
	padding: 5px 0 5px 36px;
	background: url(https://web.archive.org/web/20220628001403im_/https://luckylead.com.ua/images/spec-list.svg) left center no-repeat;
	background-size: 24px;
	position: relative;
}

.heading {
	text-align: center;
	padding-bottom: 20px;
	position: relative;
	color: #1e2229;
	font-size: 32px;
}

.separator-img {
	margin-bottom: 30px;
}

.img-center {
	display: block;
	margin: 0 auto 30px auto;
}

.heading-left {
	text-align: left;
}

.heading-left:before {
	left: 0;
	margin-left: 0; 
}


.subheading {
	text-align: center;
	font-size: 20px;
	margin-top: 25px;
}

.colr-white {
	color: #fff;
}

.cases-item-text {
	font-size: 15px;
}

.cases-item-text h3 {
	margin: 0 0 15px 0;
}

.section__advant {
	padding-top: 75px;
}

.advant__item {
	font-size: 16px;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    margin: 30px 0 0 0;
    padding: 35px 15px;
    background: #f6f7fd;
    text-align: center;
    box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.15);
}

.advant__item:hover {
	transform: scale(1.05);
}

.advant__item p {
	margin: 15px 0 0 0;
}

.advant__item img {

	transition: all 0.3s;
}

.advant__item:hover img {
	opacity: 1;
}

.main-form {
	max-width: 440px;
	margin: 30px auto 0 auto;
}

.main-form input,
.main-form textarea,
.main-form select {
	display: block;
	width: 100%;
	margin-bottom: 30px;
}

.top__advantages-item {
	width: 100%;
    float: left;
    padding: 50px;
    text-align: center;
    background-color: #fff;
    box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-out 0s;
    border-bottom: 2px solid #4a8fb8;
}

.top__advantages-item:hover {
    transform: translateY(-20px);
    border-color: #fc7c56;
}

.top__advantages-item p {
	margin: 25px 0 0 0;
}

.reviews__slider {
	display: block;
	max-width: 900px;
	margin: 30px auto 0 auto;
}

.reviews__slider-img,
.reviews__slider-content {
	display: inline-block;
	vertical-align: middle;
}

.reviews__slider-img {
	font-style: italic;
	font-size: 14px;
}

.reviews__slider-content {
	width: 69%;
	margin-top: 20px;
	padding-left: 30px;
}

.reviews__slider-img {
	text-align: center;
	font-size: 18px;
}

.reviews__slider-img img {
	display: block;
	margin: 0 auto;
	width: 100px;
	border-radius: 50%;
	border: 1px solid #032e6b;
}

.reviews__slider-name {
	margin-top: 20px;
	font-size: 14px;
}

.reviews__slider-heading {
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.reviews__slider-text {
	line-height: 22px;
}

.thanks-page {
	height: 100vh;
	display: table;
	width: 100%;
}

.cont-tel {
	font-size: 20px;
}

.cont-tel:hover,
.cont-tel:focus {
	color: #E2B735;
}

.thanks-page-inner {
	display: table-cell;
	vertical-align: middle;
}

.thanks-page h1,
.thanks-page h2 {
	margin-bottom: 10px;
}

.thanks-page-contacts {
	padding-top: 10px;
	border-top: 1px solid #ccc;
	font-size: 18px;
}

.thanks-logo {
	width: 200px;
}

.thanks-page a {color:#000}

.thanks-page-contacts .contact__item,
.thanks-page-contacts .contact__item a {
	color: #fff !important;
}

.section__services {
	display: block;
	max-width: 1600px;
	margin: 0 auto;
	padding-top: 0;
}

.service__item {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.service__item img {
	display: block;
	width: 50%;
}

.service__item-text {
	position: relative;
	padding: 50px;
	background: #fff;
	width: 100%;
	max-width: 600px;
	text-align: justify;
	-webkit-box-shadow: 0px 0px 50px -12px rgba(0,0,0,0.63);
	-moz-box-shadow: 0px 0px 50px -12px rgba(0,0,0,0.63);
	box-shadow: 0px 0px 50px -12px rgba(0,0,0,0.63);
}

.service__item-text p {
	font-size: 14px;
}

.service__item-text p:last-child {
	margin: 0;
}

.service__item-text h3 {
	margin-bottom: 20px;
}

.service__item-right {
	flex-direction: row-reverse;
}

.service__item-right .service__item-text {
	margin-right: -50px;
}

.service__item-left .service__item-text {
	margin-left: -50px;
}

.btn-service {
	max-width: 220px;
	margin-top: 20px;
}


@media(max-width:1199px) {
	.service__item-text {
		padding: 25px;
	}
	.service-list-item {
	    font-size: 12px;
	    width: 100px;
	    height: 100px;
	}
}

.section__action {
	background: url(https://web.archive.org/web/20220628001403im_/https://luckylead.com.ua/images/bg-action.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	color: #fff;
	text-align: center;
	position: relative;
}

.section__action:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.7);
}

.section__action h2 {
	margin-bottom: 30px;
}

.btn-white {
	background: transparent;
	border-color: #fff;
	max-width: 240px;
	margin: 30px auto 0 auto;
	color: #fff;
}

.btn-white:hover,
.btn-white:focus {
	background: #fff;
	border-color: #fff;
	color: #000;
} 

.price-item {
	padding: 30px;
    background-color: #fff;
    border: none;
    border-radius: 3px;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.1);
    text-align: center;
    margin-top: 30px;
    transition: all 0.3s;
}

.price-item:hover {
	box-shadow: 0px 2px 10px rgba(0,0,0,0.25);
}

.price-item .btn__main {
	max-width: 220px;
    margin: 40px auto 0 auto;
    font-size: 14px;
}

.price-item img {
	width: 80px;
}

.price-item p {
	font-size: 18px;
	font-weight: 700;
	margin: 15px 0;
}

.price span {
	color: #E2B735;
	font-size: 32px;
	font-weight: 700;
}
/*
.section__action2 {
	background: url(/web/20220628001403im_/https://luckylead.com.ua/images/bg-action2.jpg) top center no-repeat;
	background-size: cover;
}*/

.section__price {
	background: url(https://web.archive.org/web/20220628001403im_/https://luckylead.com.ua/images/bg-prices.jpg) top center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}

.section__price h2 {
	color: #ffd451;
}

.section__price:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: /*rgba(0,0,0,0.7)*/ rgba(64, 60, 60, 0.88);
}

.price-text {
	color: #fff;
	text-align: center;
}

.price-text h3 {
	margin: 0 0 20px 0;
	color: #fff;
}

.section__reviews {
	background: #f9f9f9;
}

.section__clients {
	padding: 40px 0 0 0;
}

.section-contacts {
	background: url(https://web.archive.org/web/20220628001403im_/https://luckylead.com.ua/images/bg-bottom.jpg) no-repeat;
	background-position: 100% 100%;
	background-size: 70%;
	position: relative;
}

@media(min-width: 1600px) {
	.section-contacts {
		background-size: 65%;
   	 	background-position: 90% 120%;
	}
}

.section-contacts:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.3);
}

.contact-list {
	padding-top: 30px;
}

.contact-list p {
	font-size: 22px;
	font-weight: 700;
}

.clients-item {
	padding-left: 15px;
	padding-right: 15px;
}

.cert-list {
	overflow: hidden;
}

.cert-list li {
	float: left;
	width: 33.3%;
	padding: 0 15px;
	position: relative;
}

.cert-list li a {
	position: relative;
	display: block;
	transition: all 0.3s;
}

.cert-list li a:before {
	content: "\f002";
	font-family: FontAwesome;
	width: 36px;
	height: 36px;
	font-size: 32px;
	color: #E2B735;
	position: absolute;
	top: 40%;
	left: 50%;
	margin-left: -18px;
	display: none;
}

.cert-list li a:hover:before {
	display: block;
}

.contact a {
	color: #444;
}

.contact a:hover,
.contact a:focus {
	color: #E2B735;
}

.footer {
	background: #444;
	color: #fff;
	padding: 10px 0;
	font-size: 14px;
}

.navbar-toggle .icon-bar {
    background: #000;
}

.remodal .heading {
	font-size: 26px;
}

.remodal .subheading {
	margin: 0;
	padding-bottom: 20px;
	background: url(https://web.archive.org/web/20220628001403im_/https://luckylead.com.ua/images/separator.png) 50% 100% no-repeat;
	font-size: 16px;
}

@media(max-width:1199px) {
	.service__item-text {
		padding: 25px;
	}
}

@media(max-width:991px) {
	.intro {
		text-align: center;
	}
	.intro h1 {
	    margin-bottom: 10px;
	}
	.intor-descr {
	    margin: 10px 0 20px 0;
	}
	.service-list-item {
	    width: 110px;
	    height: 110px;
	}
	.service-list {
		display: table;
		margin-left: auto;
		margin-right: auto;
	}
	.intro .form-wrapper {
	    margin-top: 0;
	}
	header {
		padding: 0 0 20px 0;
	}
	#mainNav .nav li a {
		padding: 15px 10px;
		font-size: 14px;
	}
	.logo {
		font-size: 22px;
	}
	#mainNav .logo {
		padding-top: 14px;
	}

	.service__item-text p {
		font-size: 15px;
	}
	.service__item {
		display: block;
		flex-direction: none;
		max-width: 600px;
		margin: 0 auto 30px auto;
	}
	.service__item img {
		width: auto;
		max-width: 100%;
	}
	.service__item-right .service__item-text {
  	 margin-right: 0;
	}
	.service__item-left .service__item-text {
	    margin-left: 0;
	}
	.section-padding {
	    padding: 40px 0;
	}
	.cases-item-text {
		padding-top: 15px;
	}
	.price-item {
		padding: 15px;
		min-height: 280px;
	}
	.price-item p {
    	font-size: 16px;
	}
	.btn-marg-btm {
		margin-bottom: 30px;
	}
}
@media(max-width:767px) {
	h1,
	h2 {
		font-size: 26px;
	}
	.top__contact {
		margin-top: 0;
	}
	.top__contact li {
		padding-right: 0;
		display: block;
		position: relative;
		border-right: none;
		text-align: right;
	}
	#mainNav .nav li a {
		padding: 8px 10px;
		text-align: center;
	}
	#mainNav .logo {
		padding-left: 15px;
	}
	.price-item {
		max-width: 290px;
		margin-left: auto;
		margin-right: auto;
		min-height: 1px;
	}
	.navbar-header {
		float: left;
	}
	#mainNav .navbar-collapse {
		float: none;
	}
	.tel-menu {
		position: absolute;
		margin-top: 0;
		right: 15px;
		top: 10px;
	}
	.navbar-toggle {
    	position: relative;
	    float: left;
	    padding: 0;
	    margin-top: 10px;
	    margin-left: 15px;
	    margin-right: 0;
	    margin-bottom: 0;
	}
	.navbar-toggle .icon-bar+.icon-bar {
	    margin-top: 5px;
	}
	.navbar-toggle .icon-bar {
		width: 26px;
	}
	.main-menu {
		padding-top: 30px;
	}
	.section-contacts {
		padding: 40px 0 200px 0;
		background-position: 0 100%;
    	background-size:600px;
	}
	.remodal .heading {
		font-size: 24px;
	}

}

@media(max-width: 640px) {
	.service-list li {
		width: 25%;
	}
	.section-contacts {
		background-size: 500px;
	}
}

@media(max-width: 568px) {
	.intro h1 {
		font-size: 26px;
	}
	.intor-descr {
		font-size: 20px;
	}
	.logo img {
		max-width: 200px;
	}
	.call_tel {
		font-size: 16px;
	}
	.btn-call {
	    padding: 10px 16px;
	    font-size: 14px;
	}
	.intro {
	    padding-top: 0;
	}
	.heading, h2 {
		font-size: 24px;
	}
	body {
		font-size: 14px;
	}
	.subheading {
		font-size: 16px;
    	margin-top: 10px;
	}
	h3 {
		font-size: 18px;
	}
	.service__item-text p {
	    font-size: 14px;
	}
	.advant__item {
		padding: 20px 10px;
		font-size: 14px;
	}
	.remodal {
	    padding: 15px;
	}
	.remodal .heading {
		font-size: 22px;
		padding-bottom: 10px;
	}	
	.reviews__slider-img, .reviews__slider-content {
		display: block;
	}
	.reviews__slider-content {
		width: 100%;
		padding-left: 0;
	}
	.advant__item p {
		font-size: 13px;
	}
	.section-contacts {
	    padding: 40px 0 160px 0;
	    background-position: 0 100%;
	    background-size: 400px;
	}
}

@media(max-width: 500px) {
	.service-list-item {
		width: 102px;
		height: 102px;
		font-size: 11px;
	}
}

@media(max-width: 480px) {
	.section-contacts {
    padding: 40px 0 115px 0;
    background-position: 0 100%;
    background-size: 320px;
}
}

@media(max-width: 460px) {
	.service-list-item {
		width: 105px;
		height: 105px;
	}
	.service-list li {
	    width: 33.333%;
	}
	.heading, h2 {
    	font-size: 22px;
	}
}

@media(max-width: 420px) {
	.advant__item {
		min-height: 195px;
	}
}

@media(max-width: 400px) {
	.logo img {
    	max-width: 170px;
    	margin-top: 15px;
	}
}

@media(max-width: 360px) {
	.service-list li:last-child {
		width: 100%;
	}
	.form-wrapper {
		padding: 30px 15px;
	}
	.call_tel {
    	font-size: 14px;
	}
	.logo img {
    	max-width: 130px;
	}
	.btn-call {
		font-size: 12px;
	}
}


	
/*
     FILE ARCHIVED ON 00:14:03 Jun 28, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:18:15 Jun 05, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.555
  load_resource: 92.216
  PetaboxLoader3.resolve: 37.913
  PetaboxLoader3.datanode: 25.693 (2)
  loaddict: 41.392
*/