﻿body{
	font-family: 'Philosopher', sans-serif;
	font-size: 21px;
	color: #fff;
	text-shadow: 2px 1px 2px #000;
}
.accept{
    color: #59ff32;
    text-align: center;
    font-size: 22px;
    margin: 15px 0;
}
.error{
    color: #ff8c8c;
    text-align: center;
    font-size: 22px;
    margin: 15px 0;
}
@font-face {
    font-family: logotype;
    src: url("../font/logotype.ttf");
}
p{
	font-size: 21px;
}
a{
	color: #fff;
}
a:hover{
	color: #fff;
}
header{
	background-image: url("../img/bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	min-height: 828px;
}
.header_block{
	text-align: center;
	padding-top: 30px;
}
.logotype{
	font-family: logotype;
	font-size: 140px;
	line-height: 140px;
	color: #ffd513;
}
.sub_logotype{
	margin-bottom: 20px;
	font-size: 24px;
    text-transform: uppercase;
}
.header_descr{
	margin: 30px 0;
}
.header_phone a{
	font-size: 48px;
	color: #ffd513;
}
.header_phone_service{
	margin-bottom: 30px;
}
.header_phone_service a{
	display: block;
	font-size: 21px;
}
.header_phone_service a i{
	font-size: 21px;
	color: #ffd513;
	margin-right: 10px;
}



section.devider {
    background-image: url(../img/devider.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 314px;
    z-index: 2;
    margin-top: -20px;
    padding-top: 55px;
    position: relative;
}


section.about_me {
    background-image: url(../img/bg2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -20px;
    z-index: 1;
    position: relative;
    padding-bottom: 50px;
}
.name_section{
	text-align: center;
}
.name_section h2 {
    font-family: logotype;
    font-size: 95px;
    line-height: 130px;
    color: #ffd513;
}
.about_me_text p{
	text-align: center;
}
.cert_about_me{
	margin-top: 15px;
}
.cert_about_me img{
	width: 100%;
	border: 1px solid #ffd513;
	border-radius: 10px;
}



section.service{
	background-image: url(../img/bg3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -20px;
    z-index: 1;
    position: relative;
    padding-bottom: 50px;
}
.service_item{
	display: flex;
	margin-top: 40px;
}
.service_item_img img{
	width: 264px;
	height: 222px;
}
.service_item_name{
	font-size: 26px;
    color: #ffd513;
    text-decoration: underline;
}
.service_item_btn a{
	font-size: 22px;
	border-bottom: 1px dotted #ffd513;
}

.after_service_items{
	text-align: center;
	margin-top: 60px;
}




section.recent{
	background-image: url(../img/bg2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -20px;
    z-index: 1;
    position: relative;
    padding-bottom: 80px;
}
.slick-slide img {
    display: inline-block;
}
.recent_item{
	text-align: center;
	margin-top: 15px;
	outline: none;
}
.slick-prev:before, .slick-next:before {
    font-size: 30px;
    color: #ffd513;
}
.name_recent_item{
	font-size: 34px;
    color: #ffd513;
}
.text_recent_item{
	margin-top: 15px;
}
.btn_style{
	margin-top: 60px;
	text-align: center;
}
.btn_style a{
	border: 1px solid #ffd513;
    padding: 10px 50px;
    background-image: url(../img/giphy.gif);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    font-size: 24px;
    border-radius: 5px;
}



section.contact{
	background-image: url(../img/bg3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    margin-top: -20px;
    z-index: 1;
    position: relative;
    padding-bottom: 30px;
}
.header_phone a i {
    font-size: 34px;
    margin-right: 10px;
}
.contact_block_phone{
	margin-top: 20px;
}
.contact_block{
	margin-top: 20px;
}
.contact_block_phone .header_phone a{
	font-size: 38px;
}
.form_contact{
	margin-top: 15px;
}
input, textarea{
	width: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    border: 1px solid #ffd513;
    padding: 5px 10px;
    color: #fff;
    border-radius: 5px;
    margin-top: 15px;
    outline: none;
}
::-webkit-input-placeholder {
  color: #bbb;
}
::-moz-placeholder {
  color: #bbb;
}
:-ms-input-placeholder {
  color: #bbb;
}
:-moz-placeholder {
  color: #bbb;
}
.developer a{
	font-size: 18px;
	color: #ffd513;
	border-bottom: 1px dotted #fff;
}
input.btn_send {
    background-image: url(../img/giphy.gif);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border: 1px solid #ffd513;
    padding: 5px;
    font-size: 24px;
}
input.btn_send:hover{
	text-decoration: underline;
}
.slick-prev {
    left: 125px;
}
.slick-next {
    right: 125px;
}
.iziModal .iziModal-content {
    background-image: url(../img/modal_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.iziModal .iziModal-button {
    opacity: 1;
}
.name_modal h2{
	color: #ffd513;
}
#contact{
	text-shadow: none;
}
.arcontactus-widget .callback-countdown-block .callback-countdown-block-phone .callback-countdown-block-form-group input[type=tel]{
	color: #000;
}
.service_btn_margin{
	margin-bottom: 40px;
}

.slick-prev {
    z-index: 1;
}
.person_block{
	display: none;
}
.person_block img{
	width: 100%;
}
@media screen and (max-width: 1199px) {
section.devider {
    padding-top: 40px;
    padding-bottom: 40px;
}
.service_item_img img {
    width: 214px;
    height: 177px;
}
}


@media screen and (max-width: 991px) {
section.contact {
    margin-top: -22px;
}
section.about_me {
    margin-top: -22px;
}
.contact_block {
    text-align: center;
}
input, textarea {
    text-align: center;
}
.developer{
	margin-top: 20px;
	text-align: center;
}
.devider_text h2{
	font-size: 30px;
}
}

@media screen and (max-width: 768px) {
header {
    background-position: -1634px;
}
.devider_text h2{
	text-align: center;
}
.after_service_items h2{
	font-size: 30px;
}
.slick-prev, .slick-next {
    top: 40%;
}
.slick-next {
    right: 55px;
}
.slick-prev {
    left: 55px;
}
.name_section h2 {
    line-height: 90px;
    margin-top: 30px;
}
.about_me_text p {
    margin-top: 20px;
}
.person_block{
	display: block;
}
}

@media screen and (max-width: 500px) {
.service_item {
    display: block;
    text-align: center;
}
.service_item_name {
    font-size: 34px;
    margin: 10px 0;
}
.service_item_btn a {
    font-size: 24px;
}
.after_service_items h2 {
    font-size: 28px;
}
}

@media screen and (max-width: 470px) {
.contact_block_phone .email_block_contact a{
	font-size: 34px;
}
}


@media screen and (max-width: 448px) {
.header_phone a {
    font-size: 45px;
}
.contact_block_phone .email_block_contact a{
	font-size: 34px;
}
}

@media screen and (max-width: 442px) {
header {
    padding-bottom: 40px;
}
header {
    background-position: -1359px;
}
}

@media screen and (max-width: 432px) {
.slick-prev, .slick-next {
    top: 35%;
}
.slick-prev:before, .slick-next:before {
    font-size: 24px;
}
}

@media screen and (max-width: 422px) {
.header_phone a {
    font-size: 40px;
}
.img_header_up img{
	width: 100%;
}
.img_header_dn img{
	width: 100%;
}
.service_item_img img {
    width: 100%;
    height: auto;
}
.slick-slide img {
    width: 100%;
}
}

@media screen and (max-width: 421px) {
.devider_text h2 {
    font-size: 27px;
}
}

@media screen and (max-width: 417px) {
.slick-next {
    right: 20px;
}
.slick-prev {
    left: 20px;
}
.contact_block_phone .email_block_contact a{
    font-size: 30px;
}
}

@media screen and (max-width: 405px) {
.contact_block_phone .email_block_contact a{
	font-size: 29px;
}
.contact_block_phone .header_phone a {
    font-size: 32px;
}
.contact_block_phone .header_phone a i {
    font-size: 28px;
    margin-right: 10px;
}
}

@media screen and (max-width: 399px) {
.contact_block_phone .email_block_contact a{
    font-size: 28px;
}
}

@media screen and (max-width: 392px) {
.btn_style a {
    padding: 10px 30px;
    font-size: 24px;
}
}

@media screen and (max-width: 390px) {
.slick-prev, .slick-next {
    top: 30%;
}
}

@media screen and (max-width: 368px) {
.devider_text h2 {
    font-size: 26px;
}
}


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

@media screen and (max-width: 352px) {
.btn_style a {
    padding: 10px 20px;
}
.header_phone a {
    font-size: 32px;
}
}

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

@media screen and (max-width: 348px) {
.email_block_contact a{
    font-size: 26px;
}
}

@media screen and (max-width: 347px) {
.contact_block_phone .header_phone a {
    font-size: 30px;
}
.contact_block_phone .email_block_contact a{
    font-size: 26px;
}
}

@media screen and (max-width: 332px) {
.btn_style a {
    padding: 10px 12px;
}
}

@media screen and (max-width: 329px) {
.contact_block_phone .header_phone a {
    font-size: 28px;
}
.contact_block_phone .email_block_contact a{
    font-size: 25px;
}
}