body{
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
}
@font-face {
  font-family: sectionname;
  src: url("../fonts/cyrillicold.ttf");
}
a{
	text-decoration: none;
}
::-webkit-input-placeholder {
  color: #ffc;
}
::-moz-placeholder {
  color: #ffc;
}
:-ms-input-placeholder {
  color: #ffc;
}
:-moz-placeholder {
  color: #ffc;
}



section.header{
	background-image: url("../img/header1.jpeg");
	background-size: cover;
	text-shadow: 1px 1px 1px #000;
	padding-bottom: 135px;
}
.header_top{
	padding: 10px 0;
}
.header_top_nav{
	display: flex;
    align-items: center;
    height: 100%;
}
.header_top_nav nav{
	width: 100%;
}
.header_top_nav nav ul{
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
}
.header_top_nav nav ul li{
	list-style: none;
	position: relative;
}
.header_top_nav nav ul li a{
	color: #ffc;
	font-size: 21px;
}
.header_top_nav nav ul li:before{
	content: '';
    background-image: url(../img/line.png);
    background-size: contain;
    background-repeat: repeat-x;
    background-position: center;
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: -2px;
    left: 0;
    border-radius: 20px;
}
.header_top_nav nav ul li a{
	position: relative;
	z-index: 2;
}

.header_top_phone{
	text-align: right;
}
.header_top_phone a{
	font-size: 26px;
	color: #ffc;
}
.header_top_phone a img{
	width: 70px;
	height: 55px;
	margin-right: 15px;
}

.header_main_phone{
	margin-top: 40px;
}
.header_main_phone a{
	font-size: 34px;
	color: #ffc;
}
.header_main_phone a img{
	width: 70px;
	height: 55px;
	margin-right: 15px;
}


.header_main{
	color: #ffc;
	margin-top: 45px;
}
h1{
	font-family: sectionname;
    font-size: 52px;
    text-transform: uppercase;
    color: #f4b24f;
    text-shadow: none;
    background: url("../img/fontbg.png") no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-filter: drop-shadow(1px 1px #000);
          	filter: drop-shadow(1px 1px #000);
    position: relative;
    z-index: 2;
}
.header_main_name{
	position: relative;
}
.header_main_name img{
	position: absolute;
    width: 87px;
    height: 65px;
    bottom: -23px;
    left: 112px;
    z-index: 1;
}
.img_cert img {
    width: 100%;
    border: 2px solid #fbe43e;
    border-radius: 8px;
}
.img_cert {
    margin-top: 30px;
}
.header_main_subname, .header_main_descr{
	margin-top: 30px;
}
.header_main_subname h3{
	font-size: 30px;
}
.header_main_descr p{
	font-size: 22px;
	line-height: 40px;
}

.header_main_count{
	display: flex;
	margin-top: 35px;
}
.header_main_count_item{
	display: flex;
	margin: 0 25px;
}
.header_main_count_item:first-child{
	margin-left: 0;
}
.header_main_count_item_img img{
	width: 55px;
}
.header_main_count_item_text{
	padding-left: 10px;
	display: flex;
	align-items: center;
	width: 125px;
}


.header_main_btn{
	margin-top: 30px;
}

.main_btn{
	background-image: url(../img/btn.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
    width: 287px;
    height: 117px;
    padding-top: 46px;
    text-align: center;
		margin: 0 auto;
}
.main_btn a{
	font-size: 23px;
    text-transform: uppercase;
    color: #ffc;
}



section.paper_block{
	text-align: center;
	position: relative;
	top: -45px;
	background-image: url("../img/bg.png");
	background-repeat: repeat;
	background-position: center;
	padding: 50px 0 70px 0;
	z-index: 1;
}
section.paper_block:before{
	content:'';
	background-image: url(../img/before1.png);
    background-size: contain;
    background-repeat: repeat-x;
    background-position: center;
    position: absolute;
    height: 96px;
    top: -35px;
    left: 0;
    width: 100%;
}
section.paper_block:after{
	content:'';
	background-image: url(../img/after1.png);
    background-size: contain;
    background-repeat: repeat-x;
    background-position: center;
    position: absolute;
    height: 96px;
    bottom: -35px;
    left: 0;
    width: 100%;
}
.paper_block_name{
	position: relative;
}
.paper_block_name h2{
	font-family: sectionname;
	font-size: 60px;
	text-transform: uppercase;
	color: #633;
	z-index: 2;
	position: relative;
}
.paper_block_name img {
    width: 84px;
    height: 25px;
}



#about_me{
	color: #633;
}
.about_me_item, .about_me_text{
	margin-top: 40px;
}
.about_me_text p{
	font-size: 22px;
	line-height: 40px;
	color: #633;
}
.about_me_item_img img{
	width: 110px;
}
.about_me_item_text{
	text-align: left;
	padding-left: 20px;
}
.about_me_item_text_name h3{
	font-family: sectionname;
    font-size: 34px;
    text-transform: uppercase;
}
.about_me_item_text_descr p{
    font-size: 21px;
}



section.dark_block{
	background-image: url("../img/bgall.png");
	background-size: cover;
	text-shadow: 1px 1px 1px #000;
	padding: 90px 0;
	position: relative;
	top: -45px;
}
.dark_block_name h2{
	font-family: sectionname;
    font-size: 60px;
    text-transform: uppercase;
    color: #ffc;
}
.dark_block_descr p{
	color: #ffc;
    font-size: 22px;
    line-height: 40px;
}



.form_input{
	background-image: url("../img/input.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 320px;
	height: 50px;
	padding-top: 4px;
	margin: 0 auto;
	margin-top: 20px;
}
.form_input input{
	color: #ffc;
	font-size: 21px;
	width: 320px;
	text-align: center;
	background-color: transparent;
	border: 0;
	outline: none;
	padding: 0 30px;
}


.form_textarea{
	background-image: url("../img/textarea.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 320px;
	height: 177px;
	padding-top: 4px;
	margin: 0 auto;
	margin-top: 20px;
}
.form_textarea textarea{
	color: #ffc;
    font-size: 21px;
    width: 280px;
    height: 161px;
    text-align: center;
    background-color: transparent;
    border: 0;
    outline: none;
    padding-top: 10px;
}


.form_submit{
    margin-top: 10px;
}
.form_submit .main_btn{
    margin: 0 auto;
}
.form_submit .main_btn input{
	color: #ffc;
	font-size: 24px;
	text-transform: uppercase;
	background-color: transparent;
	width: 287px;
	border: 0;
	outline: none;
}



.service_item{
	padding: 0 20px;
	margin-top: 40px;
}
#service h3{
	font-family: sectionname;
	font-size: 40px;
	text-transform: uppercase;
	color: #633;
}
#service p{
	color: #633;
}
.service_item_name, .service_item_descr, .service_lost_btn{
	margin-top: 20px;
}
.service_item_descr p{
    font-size: 20px;
}
.service_devider{
	background-image: url("../img/ornament.svg");
	background-size: contain;
	background-repeat: repeat-x;
	background-position: center;
	width: 100%;
	height: 20px;
	margin-top: 50px;
}
.service_lost{
	margin-top: 50px;
}
.service_lost_block p{
    font-size: 22px;
    line-height: 40px;
}
.service_lost_btn .main_btn{
	margin: 0 auto;
}

.message_call {
	text-align: center;
	color: #28a745;
	padding-top: 10px;
}

.accept {
	text-align: center;
	color: #28a745;
	padding-top: 10px;
}

.messenger_item_viber{
	background-image: url(../img/viber.png);
}
.messenger_item_whatsapp{
	background-image: url(../img/whatsapp.png);
}
.messenger_item_telegram{
	background-image: url(../img/telegram.png);
}
.messenger_item{
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
    width: 287px;
    height: 63px;
    text-align: center;
    padding-top: 14px;
    margin: 0 auto;
    margin-top: 10px;
}
.messenger_item a{
	font-size: 23px;
    text-transform: uppercase;
    color: #ffc;
}



.recent{
	margin-top: 40px;
}
.recent_item_name{
	margin-top: 30px;
}
.recent_item_name h4{
	font-family: sectionname;
    font-size: 40px;
    text-transform: uppercase;
    color: #633;
}
.recent_item_text{
	margin-top: 20px;
}
.recent_item_text p{
    color: #633;
    font-size: 20px;
}
.recent_item_city{
	margin-top: 30px;
}
.recent_item_city h4{
	font-family: sectionname;
    font-size: 20px;
    text-transform: uppercase;
    color: #633;
}
.recent_btn{
	margin-top: 40px;
}
.recent_btn .main_btn{
	margin: 0 auto;
}
.slick-slide img{
	display: inline-block;
}
.slick-prev:before, .slick-next:before{
	color: #633;
	font-size: 34px;
	opacity: 1;
}
.slick-next{
    right: 85px;
}
.slick-prev{
    left: 85px;
}
.slick-prev, .slick-next{
    top: 30%;
}



.step_block_img{
	display: flex;
    align-items: center;
    height: 100%;
    position: relative;
}
.step_block_img img.step_number{
	width: 55px;
    height: 45px;
    position: absolute;
    top: 18px;
    right: -11px;
}
.step_block_img img{
	width: 100%;
}
.step_block_text_name h3 {
    font-family: sectionname;
    font-size: 34px;
    text-transform: uppercase;
    color: #ffc;
}
.step_block_text_descr p {
    color: #ffc;
    font-size: 18px;
    line-height: 29px;
}
.step_block{
	margin-top: 50px;
}


#contact_me{
	color: #633;
}
#contact_me a{
	color: #633;
}
.contact_me_left_block{
	text-align: left;
}
.contact_me_text{
	margin-top: 30px;
}
.contact_me_text p{
    font-size: 22px;
    line-height: 40px;
}
.contact_me_phone{
	margin-top: 30px;
}
.contact_me_phone a{
    font-size: 32px;
}
.contact_me_phone a img{
    width: 70px;
    height: 55px;
    margin-right: 15px;
    margin-bottom: 3px;
}
.contact_me_messenger{
	margin-top: 40px;
}
.contact_me_messenger a{
	margin: 0 20px;
}
.contact_me_messenger a:first-child{
	margin-left: 0;
}
.contact_me_messenger a img{
	width: 70px;
	height: 55px;
}
.contact_me_right_block{
	text-align: right;
}
form.footer_form .form_input{
	float: right;
}
form.footer_form .form_submit .main_btn{
	float: right;
	background-position: right;
	width: 100%;
}
form.footer_form .form_submit input{
	float: right;
}



footer{
	background-image: url(../img/bgall.png);
    background-size: cover;
    text-shadow: 1px 1px 1px #000;
    padding: 50px 0 20px 0;
    position: relative;
    margin-top: -50px;
}
.footer_dev a{
	color: #ffc;
}

.iziModal{
	background-image: url("../img/bg.png");
	background-repeat: repeat;
	background-position: center;
}
.modal_container{
	text-align: center;
	color: #633;
}
.modal_container_name{
	margin-top: 20px;
}
.modal_container_name h3{
	font-family: sectionname;
    font-size: 34px;
    text-transform: uppercase;
}
.modal_container_descr p{
	font-size: 22px;
    line-height: 29px;
}
.modal_container_form{
	margin-top: 30px;
}
.modal_close{
	text-align: center;
}
.iziModal .iziModal-button{
	float: none;
	margin: 0 auto;
	opacity: 1;
	width: 42px;
	height: 42px;
}
.iziModal .iziModal-button-close {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDUxMS43NiA1MTEuNzYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiIGNsYXNzPSIiPjxnPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik00MzYuODk2LDc0Ljg2OWMtOTkuODQtOTkuODE5LTI2Mi4yMDgtOTkuODE5LTM2Mi4wNDgsMGMtOTkuNzk3LDk5LjgxOS05OS43OTcsMjYyLjIyOSwwLDM2Mi4wNDgKCQkJYzQ5LjkyLDQ5Ljg5OSwxMTUuNDc3LDc0LjgzNywxODEuMDM1LDc0LjgzN3MxMzEuMDkzLTI0LjkzOSwxODEuMDEzLTc0LjgzN0M1MzYuNzE1LDMzNy4wOTksNTM2LjcxNSwxNzQuNjg4LDQzNi44OTYsNzQuODY5egoJCQkgTTM2MS40NjEsMzMxLjMxN2M4LjM0MSw4LjM0MSw4LjM0MSwyMS44MjQsMCwzMC4xNjVjLTQuMTYsNC4xNi05LjYyMSw2LjI1MS0xNS4wODMsNi4yNTFjLTUuNDYxLDAtMTAuOTIzLTIuMDkxLTE1LjA4My02LjI1MQoJCQlsLTc1LjQxMy03NS40MzVsLTc1LjM5Miw3NS40MTNjLTQuMTgxLDQuMTYtOS42NDMsNi4yNTEtMTUuMDgzLDYuMjUxYy01LjQ2MSwwLTEwLjkyMy0yLjA5MS0xNS4wODMtNi4yNTEKCQkJYy04LjM0MS04LjM0MS04LjM0MS0yMS44NDUsMC0zMC4xNjVsNzUuMzkyLTc1LjQxM2wtNzUuNDEzLTc1LjQxM2MtOC4zNDEtOC4zNDEtOC4zNDEtMjEuODQ1LDAtMzAuMTY1CgkJCWM4LjMyLTguMzQxLDIxLjgyNC04LjM0MSwzMC4xNjUsMGw3NS40MTMsNzUuNDEzbDc1LjQxMy03NS40MTNjOC4zNDEtOC4zNDEsMjEuODI0LTguMzQxLDMwLjE2NSwwCgkJCWM4LjM0MSw4LjMyLDguMzQxLDIxLjgyNCwwLDMwLjE2NWwtNzUuNDEzLDc1LjQxM0wzNjEuNDYxLDMzMS4zMTd6IiBmaWxsPSIjNjYzMzMzIiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iIj48L3BhdGg+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9nPjwvc3ZnPg==) no-repeat 50% 50%;
}



.arcontactus-widget .arcontactus-message-button{
	background-image: url("../img/contactus.png");
	border: 3px solid #633;
}
.arcontactus-widget .arcontactus-message-button .icons{
	background-image: url("../img/contactus_item.png");
}
.arcontactus-widget .icons-line{
	top: 7px;
}
.arcontactus-widget .arcontactus-message-button .static svg{
	width: 30px;
	height: 30px;
	margin-top: 11px;
}
.arcontactus-widget .arcontactus-message-button .pulsation {
    left: -10px;
    top: -10px;
}
.arcontactus-widget .arcontactus-message-button .static {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    background-image: url("../img/contactus_item.png");
}
.arcontactus-widget .arcontactus-close{
	color: #633;
}
.arcontactus-widget .arcontactus-prompt{
	color: #633;
}
.arcontactus-widget .messanger p{
	color: #633;
}

.nav_mobile{
	display: none;
	position: fixed;
	z-index: 5;
}
.nav_mobile button{
	background-color: transparent;
	border: 0;
	margin-left: 20px;
	margin-top: 20px;
	animation-duration: 2s;
    animation-iteration-count: infinite;
}
.nav_mobile button img{
	width: 55px;
	height: 45px;
}

.bounce{
    animation-name: bounce;
    animation-timing-function: ease;
}
@keyframes bounce {
    0%   { transform: translateX(0); }
    50%  { transform: translateX(20px); }
    100% { transform: translateX(0); }
}

.header_main_phone{
	display: none;
}
.header_img{
	display: none;
}
.send{
	height: 100vh;
	display: flex;
    align-items: center;
}

@media screen and (max-width: 1199px) {
	.step_block_img img{
		width: 120px;
	}
	.step_block_img {
    	display: block;
    	text-align: center;
    }
    .step_block_text{
    	text-align: center;
    }
    .step_block_text_name{
    	margin-top: 30px;
    }
    .step_block_img img.step_number {
    	top: 13px;
    	right: 80px;
	}
	.step_block_img img.step_number {
    	top: 0;
    	right: 273px;
	}
}

@media screen and (max-width: 991px) {
	.header_top_phone{
		display: none;
	}
	.header_main_phone{
		display: block;
	}
	.about_me_item_text{
		text-align: center;
	}
	.about_me_item_text_name{
		margin-top: 40px;
	}
	.about_me_item_text{
		padding-left: 0;
	}
	.dark_block_descr{
		text-align: center;
	}
	.dark_block_name{
		text-align: center;
	}
	.contact_me_left_block{
		text-align: center;
	}
	form.footer_form .form_input, form.footer_form .form_submit input{
		float: none;
	}
	form.footer_form .form_submit .main_btn {
    	float: none;
    	background-position: center;
	}
	.contact_me_form{
		margin-top: 50px;
	}
	.contact_me_right_block{
		text-align: center;
	}
	.footer_dev{
		text-align: center;
	}
	.contact_me_messenger a:first-child {
    	margin-left: 20px;
	}
	section.dark_block{
		background-position: center;
	}
	section.header{
		background-image: url("../img/bgall.png");
		background-position: center;
	}
}
@media screen and (max-width: 768px) {
	.nav_mobile{
		display: block;
	}
	.header_top{
		display: none;
	}
	.header_main{
		margin-top: 0;
		padding-top: 45px;
	}
	.header_main_count{
		display: block;
	}
	.header_main_count_item{
		margin: 20px 0;
	}
	.header_main_count_item_img img{
		width: 70px;
	}
	.header_main_count_item_text span{
		font-size: 21px;
	}
	.header_main_count_item_text{
		width: 170px;
	}
	.header_main_name{
		text-align: center;
	}
	.header_main_name h1{
		background-position: center;
	}
	.header_main_name img {
    	bottom: -34px;
    	left: 233px;
	}
	.header_main_subname, .header_main_descr{
		text-align: center;
	}
	.header_main_phone{
		text-align: center;
	}
	.main_btn{
		margin: 0 auto;
	}
	.slick-next {
    	right: 30px;
	}
	.slick-prev {
    	left: 30px;
    	z-index: 1;
	}
	.step_block_img img.step_number {
    	right: 183px;
	}
	.header_main_count_item{
		justify-content: center;
	}
}
@media screen and (max-width: 575px) {
	.header_main_subname h3 {
    	font-size: 29px;
	}
	.header_img{
		display: block;
	}
	.header_img{
		width: 100%;
	}
	.header_main {
    	margin-top: -100px;
    	padding-top: 0;
	}
	.dark_block_name h2 {
    	font-size: 50px;
    }
    .paper_block_name h2{
    	font-size: 50px;
    }
    .service_item_img img{
    	width: 100%;
    }
    .recent_item_img img{
    	width: 100%;
    }
	.contact_me_messenger a {
    	margin: 0 10px;
	}
	.step_block_text_descr p{
		font-size: 21px;
	}
	.step_block_img{
		margin-top: 40px;
	}
	.step_block {
    	margin-top: 0px;
	}
}

@media screen and (max-width: 438px) {
	.step_block_img img.step_number {
    	right: 133px;
	}
}

@media screen and (max-width: 438px) {
	.send h2{
		font-size: 40px;
	}
}

@media screen and (max-width: 380px) {
	.header_main_phone a img, .contact_me_phone a img{
    	margin-right: 10px;
	}
	.header_main_phone a, .contact_me_phone a{
    	font-size: 32px;
	}
}

@media screen and (max-width: 375px) {
	.header_main_name img {
    	left: 143px;
	}
	.step_block_img img.step_number {
    	right: 107px;
	}
}

@media screen and (max-width: 350px) {
	.header_main_phone a img, .contact_me_phone a img{
    	margin-right: 7px;
	}
	.header_main_phone a, .contact_me_phone a{
    	font-size: 30px;
	}
}

@media screen and (max-width: 390px) {
	.form_input{
		width: 100%;
		padding-top: 5px;
	}
	.form_submit .main_btn input{
		width: 100%;
	}
	.form_input input{
		width: 100%;
	}
	#service h3 {
    	font-size: 34px;
    }
}

@media screen and (max-width: 330px) {
	.header_main_phone a img, .contact_me_phone a img{
    	margin-right: 5px;
	}
	.header_main_phone a, .contact_me_phone a{
    	font-size: 26px;
	}
}
