*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
	background-color: #000;
	color: #000;
	font-family: 'Museo Sans Cyrl 300';
	font-weight: 300;
	width: 100%;
	text-shadow: 1px 1px 1px #000;
	font-size: 22px;
  line-height: 32px;
}
a{
	text-decoration: none;
}
.box{
	width: 425px;
	margin: 0 auto;
}
header{
	background-color: #000;
	color: #fff;
	background-image: url("../img/bgs2.png");
	background-size: auto;
	background-repeat: repeat-y;
	background-position: center;
	padding-bottom: 60px;
}
header img.header_img{
	width: 100%;
}
.header_box{
	text-align: center;
	padding: 0 15px;
	margin-top: -70px;
}
.header_box_name h1{
	font-size: 94px;
	line-height: 150px;
	font-family: 'Good Vibes Pro';
	font-weight: normal;
}
.text_bg{
	color: #ffbc00;
  text-shadow: none;
  background: url("../img/bg_text.png") no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-filter: drop-shadow(1px 1px #000);
          filter: drop-shadow(1px 1px #000);
}
img.ornament{
	width: 100%;
}
.header_box_subname h2{
  font-size: 32px;
  line-height: 36px;
  font-family: 'Museo Sans Cyrl 900';
  text-transform: uppercase;
  margin-top: 25px;
}
img.line{
	width: 100%;
	margin: 30px 0;
}

.header_box_messenger{
	margin-top: 40px;
}
.header_box_phone a{
	font-size: 36px;
	color: #6f370b;
	font-family: 'Museo Sans Cyrl 900';
}
.header_box_phone_descr{
	margin-top: 30px;
}
.btn{
	background-image: url(../img/btn.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 350px;
  height: 70px;
  margin: 0 auto;
  padding: 18px 15px 0 15px;
}
.box_messenger .btn{
	padding: 19px 15px 0 62px;
	margin-top: 20px;
}
.btn_viber{
	background-image: url(../img/btn_viber.png);
}
.btn_whatsapp{
	background-image: url(../img/btn_whatsapp.png);
}
.btn_telegram{
	background-image: url(../img/btn_telegram.png);
}
.btn a{
	color: #fff;
	font-size: 26px;
	font-family: 'Museo Sans Cyrl 900';
	text-transform: uppercase;
}
.header_box_facts_descr{
	margin-top: 40px;
}
.header_box_facts_descr h2{
	font-size: 32px;
  line-height: 36px;
  font-family: 'Museo Sans Cyrl 900';
  text-transform: uppercase;
  margin-top: 25px;
}
.facts_box_item{
	margin-top: 40px;
	display: grid;
	align-items: center;
	grid-template-columns: 100px auto;
	grid-column-gap: 30px;
}
.facts_box_item_img{
	display: grid;
	align-items: center;
}
.facts_box_item_descr p{
	text-align: left;
	font-size: 20px;
	line-height: 28px;
}





section.devider{
	color: #4a2114;
	background-image: url("../img/bg_gold.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 50px 0;
	text-shadow: none;
}
.devider_box{
	text-align: center;
	padding: 0 15px;
}
.devider_box_name h2 {
  font-size: 34px;
  line-height: 40px;
  font-family: 'Museo Sans Cyrl 900';
  text-transform: uppercase;
}
.devider_box_descr{
	margin-top: 40px;
}
.devider_box_form{
	margin-top: 40px;
}
.devider_box_form form div{
	margin-top: 30px;
}
.form_input {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 350px;
    height: 70px;
    margin: 0 auto;
}
.form_input_text{
	background-image: url(../img/text_input.png);
}
.form_input_phone{
	background-image: url(../img/phone_input.png);
}
.form_input input{
	background-color: transparent;
	color: #fff;
	outline: none;
	border: 0;
	font-size: 21px;
	font-family: 'Museo Sans Cyrl 300';
	font-weight: 300;
	padding: 21px 25px 0 80px;
  width: 100%;

}

::-webkit-input-placeholder {
  color: #fff;
}
::-moz-placeholder {
  color: #fff;
}
:-ms-input-placeholder {
  color: #fff;
}
:-moz-placeholder {
  color: #fff;
}
.form_button{
	background-image: url(../img/btn.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 350px;
  height: 70px;
  margin: 0 auto;
}
.form_button input{
	background-color: transparent;
	color: #fff;
	outline: none;
	border: 0;
	font-size: 25px;
	font-family: 'Museo Sans Cyrl 900';
	text-transform: uppercase;
	cursor: pointer;
	padding: 19px 15px 0 15px;
}





section.about_me{
	background-color: #000;
	color: #fff;
	background-image: url("../img/bgs2.png");
	background-size: auto;
	background-repeat: repeat-y;
	background-position: center;
	padding: 40px 0 60px 0;
}
.about_me_box{
	text-align: center;
	padding: 0 15px;
}

.about_me_box_name h2{
	font-size: 86px;
  line-height: 108px;
	font-family: 'Good Vibes Pro';
	font-weight: normal;
}


.devider_box_messenger{
	margin-top: 40px;
}





section.service{
	background-color: #000;
	color: #fff;
	background-image: url("../img/bgs2.png");
	background-size: auto;
	background-repeat: repeat-y;
	background-position: center;
	padding: 20px 0 60px 0;
}
.service_box{
	text-align: center;
	padding: 0 15px;
}
.service_item{
	margin-top: 40px;
}
.service_item_name{
	margin-top: 20px;
}
.service_item_name h2{
  font-size: 35px;
  line-height: 45px;
  font-family: 'Museo Sans Cyrl 900';
  text-transform: uppercase;
}
.service_item_descr{
	margin-top: 20px;
}



@media screen and (max-width: 425px) { 
	.box{
		width: 100%;
	}
}

@media screen and (max-width: 400px) {
	.devider_box_name h2 {
    font-size: 31px;
    line-height: 37px;
  }
}

@media screen and (max-width: 380px) { 
	.btn {
    width: 330px;
  }
  .form_input{
  	width: 330px;
  }
  .form_button{
  	width: 330px;
  }
  .service_item_img img{
  	width: 100%;
  }
}

@media screen and (max-width: 362px) {
	.header_box_facts_descr h2 {
    	font-size: 30px;
	}
}

@media screen and (max-width: 360px) {
	body {
    	font-size: 21px;
    	line-height: 30px;
	}
	.btn {
    width: 320px;
  }
  .form_input{
  	width: 320px;
  }
  .form_button{
  	width: 320px;
  }
    .header_box_name h1 {
    	font-size: 88px;
    }
    .header_box_phone a {
    	font-size: 32px;
	}
	.facts_box_item_descr P {
    	font-size: 19px;
    	line-height: 27px;
	}
	.header_box_subname h2 {
    	font-size: 30px;
    	line-height: 34px;
    }
}

@media screen and (max-width: 355px) {
	.facts_box_item {
    	grid-column-gap: 25px;
	}
}

@media screen and (max-width: 350px) { 
	.btn {
    width: 310px;
  }
  .form_input{
  	width: 310px;
  }
  .form_button{
  	width: 310px;
  }
}

@media screen and (max-width: 340px) {
	.form_input input {
    padding: 22px 25px 0 80px;
	} 
	.btn {
    width: 300px;
  }
  .form_input{
  	width: 300px;
  }
  .form_input input {
    font-size: 19px;
  }
  .form_button{
  	width: 300px;
  }
    .box_messenger .btn {
    	padding: 21px 15px 0 62px;
	}
	.header_box_name h1 {
    	font-size: 85px;
    }
    .header_box_phone a {
    	font-size: 30px;
	}
	.facts_box_item_descr P {
    	font-size: 18px;
    	line-height: 26px;
	}
}

@media screen and (max-width: 330px) { 
	.btn {
    width: 290px;
  }
  .form_input{
  	width: 290px;
  }
  .form_button{
  	width: 290px;
  }
}