﻿body{
	font-family: 'Philosopher', sans-serif;
	font-size: 21px;
	background-color: #000;
	color: #fff;
	text-shadow: 1px 2px 3px #000;
}
@font-face {
    font-family: logotype;
    src: url("../font/logotype.ttf");
}
a{
	color: #fff;
}
a:hover{
	color: #fff;
	text-decoration: none;
}
header{
	background-image: url("../img/header.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	min-height: 800px;
    padding-bottom: 30px;
}
#contact{
	text-shadow: none;
}
input.arcontactus-message-callback-phone{
	color: #000;
}
.header_padding{
	padding-left: 55px;
}
.logotype {
    font-family: logotype;
    font-size: 130px;
    color: #ffe100;
    width: max-content;
    border-bottom: 1px solid #ffe100;
    line-height: 145px;
    margin-top: 15px;
}
.img_persone img{
	position: absolute;
    top: 105px;
    right: 24%;
}
.person {
width: 500px;
float: right;
margin: 0 0 15px 15px;
border: 1px solid #ecc800;
border-radius: 5px;
}
.sub_logotype{
	text-transform: uppercase;
    font-size: 22px;
    margin-top: 15px;
}
nav.service_header{
	margin-top: 25px;
}
nav.service_header ul {
    list-style-image: url(../img/icon_header.png);
    margin: 0;
    padding: 0 0 0 25px;
}
nav.service_header ul li{
	border-bottom: 1px dotted #fff;
	width: max-content;
}
.header_phone{
	margin-top: 30px;
}
.header_phone a img{
	width: 30px;
	margin-right: 10px;
}
.header_phone a{
	font-size: 35px;
}
.header_phone_service{
	margin-top: 15px;
	margin-left: 3px;
}
.header_phone_service a{
	display: block;
	margin-bottom: 5px;
}
.header_phone_service a img{
	width: 25px;
	margin-right: 10px;
}




section.devider {
    background-image: url(../img/devider.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 318px;
    padding: 40px;
    position: relative;
    margin-top: -20px;
    z-index: 1;
}
.text_devider{
	width: 750px;
	float: right;
	text-align: right;
	margin-top: 40px;
}
.img_devider img {
    position: absolute;
    left: 21px;
    bottom: -63px;
}



section.about_me {
    background-image: url(../img/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 800px;
    position: relative;
    margin-top: -50px;
    padding-top: 70px;
    padding-bottom: 50px;
}
.name_section{
	text-align: center;
}
.name_section h2{
    font-family: logotype;
    font-size: 100px;
    color: #ffe100;
    line-height: 100px;
}
.text_about_me{
	margin-top: 30px;
}
.text_about_me p img{
	float: right;
	width: 480px;
}
.img_cert{
	margin-top: 20px;
}
.img_cert img{
	width: 100%;
}




section.service {
    background-image: url(../img/bg2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    margin-top: -50px;
    padding-top: 70px;
    padding-bottom: 50px;
}
.service_item {
	margin-top: 20px;
    display: flex;
    height: 225px;
}
.service_item img{
	width: 220px;
}
.service_item_text{
	display: table;
	height: 100%;
}
.service_item_vertical_align{
	vertical-align: middle;
	display: table-cell;
}
.service_item_name{
	font-size: 26px;
	color: #ffe100;
}
.service_item_btn a{
	border-bottom: 1px dotted #ffe100;
	font-size: 20px;
color: #ffc711;

}
.text_after_service{
	text-align: center;
	margin-top: 60px;
	color: #ffe100;
}


section.recent{
	background-image: url(../img/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    margin-top: -50px;
    padding-top: 70px;
    padding-bottom: 80px;
}
.recents_item{
	text-align: center;
	margin-top: 30px;
	outline: none;
}
.slick-slide img {
    display: inline;
}
.recents_item_name {
    font-size: 30px;
    color: #ffe100;
    margin-top: 25px;
}
.recents_item_text{
	margin-top: 20px;
	padding: 0 20px;
}
.slick-prev:before, .slick-next:before {
    font-size: 30px;
    opacity: 0.75;
    color: #ffe100;
    transition: .3s;
}
.text_after_recents{
	text-align: center;
	margin-top: 60px;
	color: #ffe100;
}
.btn_add_recent{
	text-align: center;
	margin-top: 40px;
}
.btn_add_recent a{
	padding: 15px 35px;
	font-size: 26px;
	color: #ffe100;
	background-image: url("../img/btn.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border: 1px solid #ffe100;
	border-radius: 20px;
}



section.contact{
	background-image: url(../img/bg2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    margin-top: -50px;
    padding-top: 70px;
    padding-bottom: 20px;
}
.block_contact{
	margin-top: 35px;
}
.form_footer{
	text-align: center;
}
input,textarea {
    width: 100%;
    border: 1px solid #ffe100;
    background-color: rgba(0, 0, 0, 0.27);
    border-radius: 5px;
    margin-top: 15px;
    padding: 5px 15px;
    color: #fff;
    outline: none;
}
input.send, button.send{
	padding: 5px 60px;
	font-size: 24px;
	color: #ffe100;
	background-image: url("../img/btn.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border: 1px solid #ffe100;
	border-radius: 20px;
	text-transform: uppercase;
	width: auto;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #b9b9b9;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #b9b9b9;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #b9b9b9;
}
:-moz-placeholder { /* Firefox 18- */
  color: #b9b9b9;
}
.name_modal h2{
	color: #ffe100;
}
.form_footer_btn{
	text-align: center;
	margin-top: 20px;
}
.form_footer{
	margin-top: 30px;
}
.developer{
	margin-top: 30px;
}
.developer a{
	font-size: 17px;
	color: #ffe100;
}
.iziModal .iziModal-content {
    background-image: url("../img/bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.form_modal input, .form_modal textarea{
    background-color: rgba(0, 0, 0, 0.65);
}
.iziModal .iziModal-button {
    opacity: 1;
}
.error{
	color: #ffd832;
	margin-top: 15px;
	text-align: center;
	font-size: 21px;
}
.accept{
	color: #73ff00;
	margin-top: 15px;
	text-align: center;
	font-size: 21px;
}

.video_rev iframe{
    width: 100%;
}

@media screen and (max-width: 1770px) {
.slick-prev {
    z-index: 1;
}
}

@media screen and (max-width: 1770px) {
.img_persone img {
    right: 21%;
}
}

@media screen and (max-width: 1600px) {
.img_persone img {
    right: 18%;
}
}

@media screen and (max-width: 1450px) {
.img_persone img {
    right: 14%;
}
}

@media screen and (max-width: 1300px) {
.img_persone img {
    right: 10%;
}
}

@media screen and (max-width: 1199px) {
.img_persone img {
    position: absolute;
    top: 174px;
    right: 8%;
    width: 515px;
}
.text_devider {
    width: 579px;
}
.img_devider img {
    bottom: -25px;
    width: 334px;
}
section.devider {
    padding: 40px 0 60px 0;
}
}

@media screen and (max-width: 1065px) {
.img_persone img {
    right: 4%;
}
}

@media screen and (max-width: 991px) {
.img_persone img {
    top: 220px;
    width: 372px;
}
.img_devider img {
    bottom: 0px;
    width: 282px;
    left: -5px;
}
.text_devider {
    width: 430px;
}
section.devider {
    padding: 40px 0 80px 0;
}
}

@media screen and (max-width: 911px) {
.img_persone img {
    width: 345px;
}
}

@media screen and (max-width: 847px) {
.img_persone{
	text-align: center;
}
.img_persone img {
    width: 447px;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
}
.header_padding{
	padding-left: 0;
}
}


@media screen and (max-width: 768px) {
.img_devider{
	text-align: center;
}
.img_devider img {
    position: relative;
}
.text_devider{
	text-align: center;
	width: 100%;
}
section.devider {
    padding: 60px 0 80px 0;
}
.text_about_me p{
	text-align: center;
}
.text_block_contact{
	text-align: center;
}
.header_phone {
    text-align: center;
}
.header_phone_service a {
    text-align: center;
}
input, textarea {
    text-align: center;
}
.developer {
    text-align: center;
}
.logotype {
    text-align: center;
    width: auto;
}
.sub_logotype {
    text-align: center;
}
nav.service_header ul li {
    width: auto;
    text-align: center;
}
}


@media screen and (max-width: 610px) {
.slick-prev:before, .slick-next:before {
    font-size: 20px;
}
.slick-prev, .slick-next {
    top: 27%;
}
.slick-prev {
    left: 60px;
}
.slick-next {
    right: 60px;
}
.text_about_me p img{
	width: 100%;
}
}

@media screen and (max-width: 546px) {
.service_item {
    display: block;
    height: auto;
}
.service_item_img{
	text-align: center;
}
.service_item_name{
	text-align: center;
}
.service_item_descr{
	text-align: center;
}
.service_item_btn{
	text-align: center;
}
.img_persone img {
    width: 100%;
}
.text_devider h2{
	font-size: 30px;
}
}

@media screen and (max-width: 469px) {
.name_section h2 {
    font-size: 85px;
}
}

@media screen and (max-width: 420px) {
.name_section h2 {
    font-size: 80px;
}
}

@media screen and (max-width: 388px) {
.logotype {
    font-size: 110px;
}
}

@media screen and (max-width: 375px) {
.header_phone a {
    font-size: 32px;
}
.slick-prev, .slick-next {
    top: 25%;
}
.slick-prev {
    left: 25px;
}
.slick-next {
    right: 25px;
}
}

@media screen and (max-width: 371px) {
.recent_h2 h2{
	font-size: 70px;
}
}

@media screen and (max-width: 353px) {
.header_phone a {
    font-size: 29px;
}
.text_devider h2 {
    font-size: 24px;
}
}

@media screen and (max-width: 345px) {
.logotype {
    font-size: 115px;
}
.slick-prev, .slick-next {
    top: 23%;
}
}

@media screen and (max-width: 340px) {
.logotype {
    font-size: 100px;
}
}

@media screen and (max-width: 324px) {
.header_phone a {
    font-size: 27px;
}

}
