
body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #333;
}
a {
	transition: .5s;
}
a:hover {
	transition: .5s;
}
:focus {
	outline: none;
}
::selection {
    background: #FBC14A;
    color: #fff;
}
img {
	max-width: 100%;
}
.section-1 {
    color: #ffffff;
    padding-bottom: .6667rem;
    background-image: url(/img/bg.png);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    /*background: #222222;*/
}

header.header {
    padding-top: 2rem;
}

.header a {
	color: #ffffff;
}
.logo {
    display: flex;
    align-items: center;
}
.logo img {
	max-height: 80px;
}
.logo span {
    margin-left: 1rem;
    color: #dddddd;
}
.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: #FBC14A;
}

.adress {
    display: flex;
    align-items: center;
}

.adress::before{
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f3c5";
    text-align: center;
    margin-right: .7rem;
    font-size: 1rem;
    color: #FBC14A;
}

.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;
	line-height: 1.5rem;
	border-bottom: 3px solid #FBC14A;
	text-decoration: none;
}
.utp h1 {
	font-size: 2.6rem;
	text-align: left;
}
.utp h1 {
	font-weight: 700;
}

.utp {
	text-align: left;
}
.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: 'Montserrat', 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: 800;
    font-size: 1.55rem;
    font-family: 'Montserrat', 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: 40px;
}
.offer h3 {
	border-bottom: 3px solid #FBC14A;
	display: inline-block;
	margin-bottom: 1rem;
}


button.btn.btn-primary.btn-lg.w-100 {
    border: none;
}
.b-small {
	display: none;
}
.des-2 {
    display: none;
}
.our-projects, .preim {
	padding: 2.6667rem 0;
}

.slider .btn {
	margin-top: 1rem;
}
.slider .slick-prev, .slider .slick-next {
	top: 50%;
	color: #FBC14A !important;
}
.slick-slide {
	text-align: center;
}
.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 #FBC14A;
	transition: .5s;
}
.footer {
	padding: 2.6667rem 0;
	background-color: #0f161e;
	color: #fff;
}
.footer p {
	color: #bbb;
}

.footer a {
	color: #fff;
}
.phone p {
	color: #dddddd;
    margin-bottom: 0;
}
.footer .phone {
	justify-content: flex-start;
}
.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: #FBC14A;
}
.preimlist .slick-slide {
	text-align: left;
}
.borderbox {
    padding: 1rem 1rem 2rem 1rem;
    border: 5px solid #FBC14A;
}
#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 #FBC14A;
}
.item span {
	margin-left: 1rem;
	text-align: left;
}

.telephone a {
    font-family: 'Montserrat', sans-serif;
    text-decoration: none !important;
}
.offer {
    display: flex;
    align-items: center;
    margin: 4rem 0;
    min-height: calc(100vh - 16.4rem);
}

.pulse {
    width: 400px;
}

.rekv {
	text-align: right;
}

.description {
	font-size: 1.7rem;
	margin-bottom: 0;
}

@keyframes radial-pulse {
	0% {
	    box-shadow: 0 0 0 0px rgba(250, 205, 80, 0.7);
	    -webkit-box-shadow: 0 0 0 0px rgba(250, 205, 80, 0.7);
	    -moz-box-shadow: 0 0 0 0px rgba(250, 205, 80, 0.7);
	}
	100% {
	    box-shadow: 0 0 0 25px rgba(0,0,0,0);
	    -webkit-box-shadow: 0 0 0 25px rgba(0,0,0,0);
	    -moz-box-shadow: 0 0 0 25px rgba(0,0,0,0);
	}
}

.piupiu {
    animation: radial-pulse 1s infinite;
    -webkit-animation: radial-pulse 1s infinite;
    -moz-animation: radial-pulse 1s infinite;
}


.button_quiz {
	width: 400px;
	font-weight: 800;
}

.call_to_action {
    margin-bottom: 2rem;
    font-size: 1.33rem;
}




@media (max-width: 992px) {
	.footer .phone {
		justify-content: center;
		text-align: center;
	}
	.rekv {
		text-align: center;
		margin-top: 1rem;
	}
	.utp h1 br {
		display: none;
	}
	.preimlist span {
		font-size: 3.5rem;
	}
	.pr-1 {
    	margin-left: 3.5rem;
	}
	.item {
	    justify-content: center;
	}
}

@media (max-width: 768px) {
	.logo img {
	    max-height: 80px;
	}
	.logo .des-1 {
    	display: flex;
	}
	.logo {
		justify-content: center;
	}
	.phone, .callback {
		text-align: center;
	}
	:root {
		font-size: 14px;
	}
	.utp {
		text-align: center;
	}
	.arrow {
	    bottom: 3rem;
	    left: 35rem;
	    transform: rotate(0deg);
	}
	.section-1 {
		background-position: 60% 50%;
	}
	.call-to-action br {
		display: none;
	}
	.footer .phone {
		margin-top: 1rem;
	}
	.phone {
    	justify-content: center;
    	margin-top: 1rem;
	}
	.footer {
		padding-bottom: 2.6667rem;
	}
	#quiz {
		display: none;
	}
	.b-small {
		display: inline-block;
	}
	.b-large {
		display: none;
	}
	.item span {
	    width: 100%;
	    display: block;
	    text-align: left;
	}
	.item img {
	    max-height: 40px;
	}
	.item {
		justify-content: center;
		padding-top: 0;
	    padding-bottom: 2rem;
	}
	.item:last-child {
		padding-bottom: 0;
	}
	.description {
		margin-top: 2rem;
	}
	.utp h1 {
		text-align: center;
	}
	.call_to_action br {
		display: none;
	}

}

@media (max-width: 576px) {
	.utp h1 {
		text-align: center;
	}
	.arrow {
		display: none;
	}
	.phone {
		flex-wrap: wrap;
		justify-content: center;
		margin: 0;
	}
	.callback {
	    text-align: center;
	    margin-left: 0;
	    width: 100%;
	}
	.telephone {
		margin: 1rem 0;
	}
	.call-to-action br {
    	display: none;
	}
	.pulse {
		font-size: 1.25rem;
	}
	.utp h1 br {
		display: none;
	}
	.pulse {
	    width: 100%;
	}
	.logo img {
	    max-height: 66px;
	}
	.utp h1 {
	    font-size: 1.6rem;
	}	
	.button_quiz {
    	width: auto;
    	font-size: 1.1rem;
    }
    .container {
    	max-width: 349px;
    }
    .description {
	    font-size: 1.5rem;
	}
	.call_to_action {
	    font-size: 1.1rem;
	}
	.des-1 br {
		display: none;
	}
	.item span {
		font-size: 0.85rem;
	}
}