
body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #333;
}
a {
	transition: .5s;
}
a:hover {
	transition: .5s;
}
:focus {
	outline: none;
}
::selection {
    background: #edc75f;
    color: #333;
}
img {
	max-width: 100%;
}
.section-1 {
    color: #ffffff;
    padding-bottom: .6667rem;
    background: #111;
    /* background-image: url(/img/bg.jpg); */
    /* background-attachment: fixed; */
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

header.header {
    padding-top: 2rem;
    font-size: 0.85rem;
}

.header a {
	color: #ffffff;
}
.logo {
    display: flex;
    align-items: center;
}
.logo img {
	max-height: 45px;
}
.logo span {
    margin-left: 1rem;
}
.phone {
	flex-wrap: wrap;
    display: flex;
    justify-content: flex-end;
}

.telephone_number::before{
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f095";
    text-align: center;
    margin-right: .7rem;
    font-size: 1.2rem;
    color: #edc75f;
}

.adress {
    display: flex;
    align-items: center;
}

.adress::before{
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f3c5";
    text-align: center;
    margin-right: 1rem;
    font-size: 1.5rem;
    color: #edc75f;
}

.telephone span {
	font-size: 1.33rem;
	font-weight: 700;
}
.callback {
	text-align: right;
	margin-left: 2rem;
}
.callback a {
	font-size: 1.125rem;
	font-weight: 400;
	border-bottom: 3px solid #edc75f;
	text-decoration: none;
}
.site_offer {
	font-size: 2rem;
	margin-bottom: 45px;

}


.utp {
}
.preim-offer-1 {
	font-weight: 300;
	margin-bottom: 2.8rem;
}
.call-to-action {
	font-size: 1rem;
	margin-bottom: 2rem;
}
.preview-block__btn {
    max-width: 350px;
    margin-top: 35px;
}
.pulse span {
    font-family: 'Open Sans', sans-serif;
    display: block;
    width: 100%;
    font-size: 1rem;
    text-transform: none;
    font-weight: 400;
}
.pulse {
    position: relative;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
    font-weight: 700;
    font-size: 1.3rem;
    font-family: 'Open Sans', sans-serif;
}

.pulse:after {
    content: "";
    display: block;
    width: 30px;
    height: 300px;
    margin-left: 60px;
    background: #fff;
    position: absolute;
    left: 0%;
    top: -100%;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: .95;
}
@-webkit-keyframes slideme { 
	0% { left: -100px; margin-left: 0px; }
	30% { left: 110%; margin-left: 80px; }
	100% { left: 110%; margin-left: 80px; } 
}

.marquiz__container {
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}


.item {
	display: flex;
	align-items: center;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.item img {
	max-height: 55px;
}



button.btn.btn-primary.btn-lg.w-100 {
    border: none;
}
.b-small {
	display: none;
}
.des-2 {
    
}
.our-projects, .preim {
	padding: 80px 0;
}

.slider .btn {
	margin-top: 1rem;
}
.slider .slick-prev, .slider .slick-next {
	top: 50%;
	color: #edc75f !important;
}
.slick-slide {
	text-align: left;
}
.our-projects {
	background-color: #f7f7f7;
}

.our-projects .btn, .preim .btn {
    padding: 1.5rem 2rem;
}
.our-projects img {
	border: 2px solid #bbb;
	transition: .5s;
}
.our-projects img:hover {
	border: 2px solid #edc75f;
	transition: .5s;
}
.footer {
    padding: 2.6667rem 0;
    background-color: #0f161e;
    color: #fff;
}
.footer p {
	color: #bbb;
}

.footer a {
	color: #fff;
}
.phone p {
	color: #fff;
    margin-bottom: 0;
}
.footer .phone {
	justify-content: flex-end;
}
.preim {
    background: #ffffff;
    background-size: cover;
    background-position: 50% 50%;
    color: #333333;
}

.preimlist p {
	margin-bottom: 0;
}
.pr-1 {
    margin-left: 4.8rem;
}
.preimlist span {
	position: absolute;
    font-size: 4.8rem;
    font-weight: bold;
    line-height: .9;
    color: #edc75f;
}
.preimlist .slick-slide {
	text-align: left;
}
.borderbox {
    padding: 1rem 1rem 2rem 1rem;
    border: 5px solid #edc75f;
}
#quiz {
	padding: 2.6667rem 0 3.6667rem 0;
	background-color: #f7f7f7;
}
.footer .phone p {
	color: #bbb;
}
.i_next {
	margin-left: 1rem;
	color: #333333;
}
.byline {
	display: block;
    width: 10rem;
    margin: 0 auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-bottom: 3px solid #edc75f;
}
.item span {
	margin-left: 1rem;
	text-align: left;
	font-size: 0.9rem;
}

.telephone a {
    text-decoration: none !important;
    font-size: 1.2rem;
    font-weight: 600;
}

.offer {
    display: flex;
    align-items: center;
    padding: 5rem 0;
    min-height: calc(100vh - 17rem);
}

.pulse {
    width: 450px;
}

.rekv {
	text-align: right;
}

#timer6e7a7ec41c26e9c92d7312068ca2adce {
    margin: 0!important;
}

.rekvizity {
	text-align: right;
}

.yved {
	position:fixed;
	right:30px;
	top:30px;
	width:270px;
	vertical-align:middle;
	color:white;
	padding:10px;
	font-size:14px;
	border-radius:5px;
	display:none;
	z-index:999;
}
.yved_img {
	float:left;
	width:40px!important;
	margin-right:10px;
	color:#fff;
}
.yvedt{
	color:#333;
	line-height:1.2;
}
.yvedf1{
	background-color: #eee;
}
.yvedf2{
	background-color:#edc75f;
}
.yvedvt{
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
}

.kithens {
	padding-top: 80px;
	padding-bottom: 80px;
}

.kithens .card {
	color: #333333;
}

.sale {
    background: #edc75f;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 52%;
    left: -3%;
    width: 50px;
    height: 50px;
    color: #fff;
    font-weight: bold;
    border-radius: 100px;
}

.card em {
    font-style: normal;
    text-decoration: line-through;
    /* text-decoration-style: solid; */
}

.card span {
    font-weight: bold;
}

.card {
	margin-bottom: 30px;
}

.col-gallery {
	margin-bottom: 30px;
}


.site_offer_2 {
    font-weight: 300;
    margin-bottom: 30px;
    font-size: 1.2rem;
}

.preim_offer {
	margin-top: 90px;
}

.utp_div {
    max-width: 890px;
}

.telephone {
    display: flex;
    align-items: center;
    margin-left: 30px;
}

.copyright {
	color: #bbb;
	margin-bottom: 15px;
}

.call_to_action {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.gift img {
	max-height: 45px;
}

.gift span {
    display: flex;
    width: 380px;
    margin-left: 15px;
}

.gift {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.navbar-brand img {
	max-height: 60px !important;
}

.navbar-toggler i {
    color: #edc75f;
}

.navbar-toggler {
    padding: 0;
    font-size: 2rem;
    background-color: none !important;
    outline: none !important;
    border: none !important;
    border-radius: 0;
}

.navbar-collapse .phone {
	flex-wrap: wrap;
    padding: 15px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 0.9rem;
}

.navbar-collapse .phone .telephone {
	margin-left: 0;
	margin-top: 15px;
}

.navbar-collapse .phone .telephone .telephone_number {
	color: #fff !important;
	font-size: 1.3rem;
}

.navbar {
	padding: 15px;
	align-items: flex-start;
}

.des-2 {
    margin-left: 15px;
    max-width: 175px;
    font-size: 0.9rem;
    color: #ddd;
}






















@media (min-width: 992px) {

}


@media (max-width: 992px) {
	.site_offer {
	    margin-bottom: 15px;
	}
	header.header {
	    padding-top: 15px;
	    font-size: 0.85rem;
	}
	.telephone span {
	    font-size: 1.1rem;
	}
	.footer .phone {
		justify-content: center;
		text-align: center;
		margin-top: 1rem;
	}
	.rekv {
		text-align: center;
		margin-top: 1rem;
	}
	.logo span br {
		display: none;
	}
	.site_offer br {
		display: none;
	}
	.preimlist span {
		font-size: 3.5rem;
	}
	.pr-1 {
    	margin-left: 3.5rem;
	}
	.timer br {
		display: none;
	}
	.adress {
	    text-align: left;
	}
	.call_to_action {
	    flex-wrap: wrap;
	}
	.gift {
	    margin-left: 0;
	    margin-top: 15px;
	}
	.preim_offer {
	    margin-top: 90px;
	}
	.site_offer_2 {
	    margin-top: 15px;
	}
}

@media (max-width: 768px) {
	header.header {
	    padding-top: 15px;
	}
	.rekvizity {
		text-align: center;
		margin-top: 1rem;
	}
	#timera59fc2b073ea73a385ff2c0950d1a7ca4 {
		margin: 0 auto !important;
	}

	.logo img {
	    max-height: 99px;
	}
	.logo .des-1 {
    	display: none;
	}
	.logo {
		justify-content: flex-start;
		align-items: center;
	}
	.phone, .callback {
		text-align: right;
	}
	:root {
		font-size: 14px;
	}

	.arrow {
	    bottom: 3rem;
	    left: 35rem;
	    transform: rotate(0deg);
	}
	.call-to-action br {
		display: none;
	}
	.footer .phone {
		margin-top: 1rem;
	}
	.phone {
    	justify-content: flex-end;
	}
	.footer {
		padding-bottom: 2.6667rem;
	}
	#quiz {
		display: none;
	}
	.b-small {
		display: inline-block;
	}
	.b-large {
		display: none;
	}
	.item span {
	    width: 100%;
	    display: block;
	}
	.item img {
	    max-height: 3rem;
	}
	.item {
		justify-content: center;
		padding-top: 0;
	    padding-bottom: 30px;
	    flex-wrap: nowrap;
	    align-items: center;
	}

	.item:last-child {
		padding-bottom: 0;
	}
	#timera5ef7c49870a38e4b0d0eaec6fe19654 {
	    margin: 0 auto !important;
	}
	.adress::before {
	    font-size: 1.2rem;
	}

	.footer .logo {
		justify-content: center;
		align-items: center;
	}
	.row-gallery {
	    margin-left: -7.5px;
	    margin-right: -7.5px;
	}
	.col-gallery {
		padding-left: 7.5px;
		padding-right: 7.5px;
		margin-bottom: 15px;
	}
    .offer {
	    padding: 30px 0 90px 0;
	}
	.gift img {
	    max-height: 40px;
	}
	.gift span {
	    font-size: 0.9rem;
	}
}

@media (max-width: 576px) {
	.footer .telephone {
	    margin: 0;
	}
	.arrow {
		display: none;
	}
	.callback {
	    text-align: center;
	    margin-left: 0;
	    width: 100%;
	}

	.call-to-action br {
    	display: none;
	}
	.pulse {
		font-size: 1.1rem;
	}
	.site_offer br {
		display: none;
	}
	.pulse {
	    width: 100%;
	    padding-left: 0;
	    padding-right: 0;
	}
	.logo img {
	    max-height: 30px !important;
	}
	.site_offer {
	    font-size: 1.3rem;
	}
	.site_offer_2 {
	    font-size: 1rem;
	}
	.timer h3 {
	    font-size: 1.12rem;
	}
	.container {
		max-width: 320px;
	}
	.gift span {
		width: 100%;
	}
	.pulse span {
		font-size: 0.9rem;
	}
	.yved {
	    font-size: 0.85rem;
	    max-width: 230px;
	    top: 15px;
	    right: 15px;
	}
	.yved_img {
	    max-width: 25px;
	}
	h2, .h2 {
	    font-size: 1.3rem;
	}
	.header .container {
		max-width: 100%;
	}
	.gift img {
	    max-height: 30px;
	}	
	.gift span {
	    font-size: 0.8rem;
	}
	.des-2 {
	    max-width: 157px;
	    font-size: 0.85rem;
	}
	.logo span {
	    margin-left: 10px;
	}
}