@charset "utf-8";
/* CSS Document */


::-webkit-input-placeholder {
  color: #bfbfbf;
}
::-moz-placeholder {
  color: #bfbfbf;
}
:-ms-input-placeholder {
  color: #bfbfbf;
}
:-moz-placeholder {
  color: #bfbfbf;
}
@font-face {
    font-family: logo; /* Имя шрифта */
    src: url("fonts/logo.ttf"); /* Путь к файлу со шрифтом */
}
body{
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	font-family: 'Philosopher', sans-serif;
	font-weight: 400;
	font-size: 21px;
}
p{
	font-size: 21px;
}
a{
	color: #fff;
}
a:hover{
	text-decoration: none;
	color: #fff;
}
header {
    background-image: url(../img/header.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 30px 0 50px 0;
    text-align: center;
    background-color: #440d00;
    border-bottom: 30px solid #440d00;
    -moz-border-image: url(../img/border.png) 30 round round;
    -webkit-border-image: url(../img/border.png) 30 round round;
    -o-border-image: url(../img/border.png) 30 round round;
    border-image: url(../img/border.png) 30 round round;
}
.logotype h1 {
    color: #ffeb00;
    font-family: logo;
    font-size: 90px;
    text-shadow: none;
    background: url(../img/gold.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.line_header{
	width: 100%;
}
.description{
	margin-top: 20px;
}
.description h2{
	text-transform: uppercase;
	font-size: 26px;
	font-weight: 700;
	text-shadow: none;
    background: url(../img/gold.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);
}
.header_about{
	margin-top: 20px;
}
.header_phone{
	margin-top: 20px;
}
.header_phone a{
	text-transform: uppercase;
	font-size: 40px;
	font-weight: 700;
	text-shadow: none;
    background: url(../img/gold.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);
}
.header_phone a img{
	margin-right: 10px;
}
.header_phone_service{
	margin-top: 10px;
}
.header_phone_service a{
	margin: 0 15px;
}
.header_phone_service a img{
	margin-right: 10px;
}
.header_btn{
	margin-top: 40px;
}

.header_btn a {
    background-image: url(../img/btn.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    color: #ffffff;
    padding: 23px 40px;
    border-radius: 5px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    transition: .5s;


}
.header_btn a:hover{
	background-image: url(../img/btn.png);
	transition: .5s;
}

section.devider{
	background-image: url(../img/devider.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    padding: 30px 0 30px 0;
    background-color: #440d00;
    border-bottom: 30px solid #440d00;
    -moz-border-image: url(../img/border.png) 30 round round;
    -webkit-border-image: url(../img/border.png) 30 round round;
    -o-border-image: url(../img/border.png) 30 round round;
    border-image: url(../img/border.png) 30 round round;
}
section.devider2{
	background-image: url(../img/devider2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    padding: 30px 0 30px 0;
    background-color: #440d00;
    border-bottom: 30px solid #440d00;
    -moz-border-image: url(../img/border.png) 30 round round;
    -webkit-border-image: url(../img/border.png) 30 round round;
    -o-border-image: url(../img/border.png) 30 round round;
    border-image: url(../img/border.png) 30 round round;
}
section.devider3{
	background-image: url(../img/devider3.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    padding: 30px 0 30px 0;
    background-color: #440d00;
    border-bottom: 30px solid #440d00;
    -moz-border-image: url(../img/border.png) 30 round round;
    -webkit-border-image: url(../img/border.png) 30 round round;
    -o-border-image: url(../img/border.png) 30 round round;
    border-image: url(../img/border.png) 30 round round;
}
section.devider4{
	background-image: url(../img/devider4.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    padding: 30px 0 30px 0;
    background-color: #440d00;
    border-bottom: 30px solid #440d00;
    -moz-border-image: url(../img/border.png) 30 round round;
    -webkit-border-image: url(../img/border.png) 30 round round;
    -o-border-image: url(../img/border.png) 30 round round;
    border-image: url(../img/border.png) 30 round round;
}
.devider_text{
	text-align: left;
}
.devider_text h2{
	text-transform: uppercase;
	font-size: 31px;
	font-weight: 700;
	text-shadow: none;
    background: url(../img/gold.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);
}



.name_section h2{
	color: #ffeb00;
    font-family: logo;
    font-size: 95px;
    text-shadow: none;
    background: url(../img/gold.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);
}
.name_section img{
	width: 320px;
}

section.about_me{
	background-image: url(../img/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 30px 0 30px 0;
    background-color: #440d00;
    text-align: center;
    border-bottom: 30px solid #440d00;
    -moz-border-image: url(../img/border.png) 30 round round;
    -webkit-border-image: url(../img/border.png) 30 round round;
    -o-border-image: url(../img/border.png) 30 round round;
    border-image: url(../img/border.png) 30 round round;
}
.about_me_text p iframe{
	float: right;
	margin: 0 0 15px 15px;
	border: 1px solid #ffeb00;
	border-radius: 5px;
}
.about_me_text{
	margin-top: 30px;
}
.cert_img{
	margin-top: 40px;
}
.cert_img img{
	width: 100%;
	border: 1px solid #ffeb00;
}
.text_tv{
	margin-top: 20px;
}
.text_tv h2 {
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 700;
    text-shadow: none;
    background: url(../img/gold.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);
}
.tv_logo{
	margin-top: 20px;
}
.tv_logo span{
	margin: 0 20px;
}

section.service{
	background-image: url(../img/about.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 30px 0 60px 0;
    background-color: #440d00;
    text-align: center;
    border-bottom: 30px solid #440d00;
    -moz-border-image: url(../img/border.png) 30 round round;
    -webkit-border-image: url(../img/border.png) 30 round round;
    -o-border-image: url(../img/border.png) 30 round round;
    border-image: url(../img/border.png) 30 round round;
}
.service_item{
	margin-top: 40px;
}
.service_item_name h2{
	color: #ffeb00;
    font-size: 32px;
    margin-top: 20px;
    font-weight: 700;
    text-shadow: none;
    background: url(../img/gold.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);
}
.service_item_description{
	margin-top: 15px;
}
.service_item_btn a{
	border-bottom: 1px dotted #ffeb00;
	text-transform: uppercase;
	font-size: 19px;
	font-weight: 700;
	color: #072500;
	text-shadow: none;
    background: url(../img/gold.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);
}



section.recent{
	background-image: url(../img/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 30px 0 60px 0;
    background-color: #440d00;
    text-align: center;
    border-bottom: 30px solid #440d00;
    -moz-border-image: url(../img/border.png) 30 round round;
    -webkit-border-image: url(../img/border.png) 30 round round;
    -o-border-image: url(../img/border.png) 30 round round;
    border-image: url(../img/border.png) 30 round round;
}
.slick-slide img {
    display: inline-block;
}
.recent_items{
	padding: 40px 0;
}
.recent_item_name{
	margin-top: 30px;
}
.recent_item_text{
	margin-top: 30px;
	padding: 0 15px;
}
.slick-active{
	opacity: 0.8;
	filter: blur(5px) grayscale(50%);
	transition: .5s;
}
.slick-center{
	opacity: 1;
	filter: blur(0px) grayscale(0%);
	transition: .5s;
}
.slick-prev:before, .slick-next:before{
	opacity: 1;
	color: #fff;
}
.slick-prev:before {
	content: "←";
	background-color: #ffeb00;
    border-radius: 40px;
   font-size: 20px;
    font-weight: bold;
	padding: 10px;
}
.slick-next:before {
	content: "→";
	background-color: #ffeb00;
    border-radius: 40px;
   font-size: 20px;
    font-weight: bold;
	padding: 10px;
}
.recent_item_name h3{
	color: #ffeb00;
    font-size: 26px;
    font-weight: 700;
    text-shadow: none;
    background: url(../img/gold.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);
    text-transform: uppercase;
}
.recent_item_city span{
	color: #ffeb00;
    font-size: 21px;
    font-weight: 700;
    text-shadow: none;
    background: url(../img/gold.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);
    text-transform: uppercase;
}
.button_recent{
	text-align: center;
}

}
.accept {
	text-align: center;
	color: #28a745;
}

}
.message_call {
	text-align: center;
	color: #28a745;
}
}
.button_recent a {
    background-image: url(../img/btn.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    padding: 23px 78px;
    border-radius: 5px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 23px;
    transition: .5s;
}
.button_recent a:hover{
	background-image: url(../img/btn.png);
	transition: .5s;
}


section.contact{
	background-image: url(../img/about.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 30px 0 60px 0;
    background-color: #440d00;
    border-bottom: 30px solid #440d00;
    -moz-border-image: url(../img/border.png) 30 round round;
    -webkit-border-image: url(../img/border.png) 30 round round;
    -o-border-image: url(../img/border.png) 30 round round;
    border-image: url(../img/border.png) 30 round round;
}
.name_section{
	text-align: center;
}
.left_contact_text{
	margin-top: 20px;
}
.left_contact_phone a{
	color: #ffeb00;
    font-size: 40px;
    font-weight: 700;
    text-shadow: none;
    background: url(../img/gold.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);
    text-transform: uppercase;
}
.left_contact_phone a img{
	margin-right: 10px;
}
.left_contact_phone_service a{
	display: block;
	border-bottom: 1px dotted #e8c100;
	width: max-content;
}
.left_contact_phone_service a img{
	margin-right: 10px;
}
.right_contact_form input, textarea {
    width: 100%;
    border: 1px solid #e8c100;
    border-radius: 5px;
    padding: 7px 20px;
    background-color: rgb(0 0 0 / 64%);
    margin-top: 20px;
    color: #fff;
    outline: none;
}

.person {
    width: 500px;
    float: right;
    margin: 0 0 15px 15px;
    border: 1px solid #ecc800;
    border-radius: 5px;
}

@media screen and (max-width: 991px)
.about_me_text img {
    float: none;
    width: 100%;
    margin: 20px 0 20px 0;
    border: 1px solid #ffc711;
}
.about_me_text img {
    float: right;
    width: 570px;
    margin: 0 0 20px 20px;
    border: 1px solid #ffc711;
}
.about_me_text img {
    float: right;
    width: 570px;
    margin: 0 0 20px 20px;
    border: 1px solid #ffc711;
}

.right_contact_form{
	text-align: center;
}
button.btn_form {
    background-image: url(../img/btn.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    color: #fff;
    padding: 23px 103px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: transparent;
    font-size: 23px;
    transition: .5s;
    text-shadow: 1px 1px 1px #000;
    border: none;
    margin-top: 20px;
}
button.btn_form:hover{
	background-image: url(../img/btn.png);
	transition: .5s;
}


footer{
	background-image: url(../img/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #440d00;
	padding: 5px 0;
	text-align: center;
}
.developer a{
	font-size: 16px;
	text-transform: uppercase;
	color: #ffeb00;
	border-bottom: 1px dotted #e8c100;
}
img.m_about_img{
	width: 100%;
	margin-top: 30px;
	display: none;
}
.modal_container_name h2{
	color: #ffeb00;
    font-size: 40px;
    font-weight: 700;
    text-shadow: none;
    background: url(../img/gold.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);
}
.iziModal .iziModal-content{
	background-image: url(../img/bgmodal.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #010a0a;
}
.iziModal .iziModal-button {
    opacity: 1;
    position: absolute;
    right: 15px;
    top: 15px;
}
.header_m_v{
	width: 100%;
	display: none;
}
.dar1 {
	float: right;
}
.dar2 {
	font-size: 85px !important;
}
.dar3 {
	text-transform: uppercase;
    font-size: 26px;
    font-weight: 700;
    text-shadow: none;
    background: url(../img/gold.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);
}
.dar4 {
float: left;
}
@media screen and (max-width: 1199px){
	section.devider{
    background-position: top;
}
	section.devider2{
    background-position: top;
}
	section.devider3{
    background-position: top;
}
	section.devider4{
    background-position: top;
}
.service_item_img img{
	width: 100%;
}
}

@media screen and (max-width: 991px){
	.about_me_text p iframe{
	float: none;
	margin: 15px 0 15px 0;
	width: 100%;
}
header {
    background-position: right;
}
.devider_text {
    text-align: center;
}
section.devider, section.devider2, section.devider3, section.devider4{
    background-image: url(../img/bg.png);
}
section.contact{
	text-align: center;
}
.left_contact_phone_service a {
    width: auto;
}
.right_contact_form input, textarea{
	text-align: center;
}
.right_contact_form{
	text-align: center;
}
}

@media screen and (max-width: 768px){
	header {
    background-position: center;

}
.header_m_v{
	display: block;
}
.header_phone_service a {
    display: block;
}
img.m_about_img{
	display: block;
}
section.devider, section.devider2, section.devider3, section.devider4{
	padding-bottom: 0;
}
	.logotype h1 {
		font-size: 60px;
	}
}

@media screen and (max-width: 567px){
.tv_logo span{
	display: block;
	margin: 20px 0;
}
	.dar2 {
		font-size: 65px !important;
	}
}

@media screen and (max-width: 515px){
}

@media screen and (max-width: 521px){
.logotype h1 {
    font-size: 50px;
}
}

@media screen and (max-width: 467px){
.name_section h2 {
    font-size: 76px;
}
.service_item_img img{
	width: auto;
}
	.dar2 {
		font-size: 45px !important;
	}
}

@media screen and (max-width: 455px){
.logotype h1 {
    font-size: 50px;
}
}

@media screen and (max-width: 440px){
.header_phone a, .left_contact_phone a {
    font-size: 33px;
}
}

@media screen and (max-width: 414px){
.logotype h1 {
    font-size: 50px;
}
header {
    padding: 50px 0 0 0;
}
}

@media screen and (max-width: 404px){
	.header_btn a {
    padding: 23px 40px;
}
}

@media screen and (max-width: 399px){
.header_phone a {
    font-size: 33px;
}
.devider_text h2 {
    font-size: 28px;
}
.left_contact_phone a {
    font-size: 33px;
}
button.btn_form {
    padding: 15px 90px;
    }

    .button_recent a {
    background-size: contain;
    padding: 15px 60px;
    font-size: 23px;
}
}

@media screen and (max-width: 382px){
.header_btn a {
    background-size: contain;
    padding: 15px 40px;
}
}

@media screen and (max-width: 377px){
.logotype h1 {
    font-size: 50px;
}
}

@media screen and (max-width: 376px){
.header_phone a, .left_contact_phone a {
    font-size: 30px;
}
}

@media screen and (max-width: 370px){
.recent_item_img img{
	width: 100%;
}
.service_item_img img {
    width: 100%;
}
}

@media screen and (max-width: 356px){
.header_btn a {
    background-size: contain;
    padding: 15px 44px;
}
.name_section h2 {
    font-size: 65px;
}
}

@media screen and (max-width: 355px){
.button_recent a {
    background-size: contain;
    padding: 15px 40px;
    font-size: 23px;
}
}

@media screen and (max-width: 350px){
.name_section img {
    width: 100%;
}
}

@media screen and (max-width: 349px){
.header_phone a, .left_contact_phone a {
    font-size: 28px;
}
}

@media screen and (max-width: 347px){
.arcontactus-widget .arcontactus-prompt {
    font-size: 16px;
}
.container{
	overflow-y: hidden;
}
}

@media screen and (max-width: 342px){
	.header_phone a img {
    display: block;
    margin: 0 auto;
}
	.left_contact_phone a img{
		display: block;
		margin: 0 auto;
	}
	button.btn_form {
    padding: 15px 80px;
    }
}

@media screen and (max-width: 336px){
.header_btn a {
    font-size: 20px;
}
}

@media screen and (max-width: 334px){
.logotype h1 {
    font-size: 40px;
}
}
