﻿body{
	text-shadow: 1px 1px 1px #000;
	font-family: 'Philosopher', sans-serif;
	color: #fff;
	font-size: 23px;
}
@font-face {
    font-family: logo;
    src: url("../fonts/5.ttf");
}
header {
    background-image: url(../img/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 50px;
    background-position: top center;
}
.logo {
    font-family: logo;
    text-align: center;
    color: #ffc711;
    font-size: 100px;
    line-height: 110px;
    margin-top: 20px;
}
.sub_logo {
    text-align: center;
    font-size: 28px;
    text-transform: uppercase;
    margin-top: 10px;
}
.text_prev_phone{
	text-align: center;
	margin-top: 20px;
}
.phone_header{
	text-align: center;
	margin-top: 15px;
}
.phone_number a{
	font-size: 50px;
	color: #ffc711;
}
.phone_number a:hover{
	text-decoration: none;
}
.phone_number_service a{
	color: #ffc711;
	display: block;
	margin-top: 7px;
}
.phone_number_service a i{
	margin-right: 10px;
}
.btn_header{
	text-align: center;
	margin-top: 40px;
}
.btn_style a {
    padding: 13px 25px;
    background-color: #ffc711;
    color: #000;
    text-shadow: none;
    border-radius: 20px;
    font-size: 26px;
    animation: mymove 3s infinite;
}
@keyframes mymove {
  0% {box-shadow: 0 0 20px 3px #322616;}
  50% {box-shadow: 0 0 20px 5px #ffc736;}
  100% {box-shadow: 0 0 20px 3px #322616;}
}
@-webkit-keyframes mymove {
  0% {box-shadow: 0 0 20px 3px #322616;}
  50% {box-shadow: 0 0 20px 5px #ffc736;}
  100% {box-shadow: 0 0 20px 3px #322616;}
}





section.devider{
	border-top: 1px solid #ffc711;
	border-bottom: 1px solid #ffc711;
	background-image: url("../img/devider.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	padding: 50px 0;
}
.block_devider_img{
	text-align: center;
}
.block_devider_img img{
	width: 115px;
}
.block_devider_text{
	margin-top: 25px;
	text-align: center;
}
.help_text_heading {
    text-align: center;
    font-size: 26px;
    color: #ffc711;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 70px;
}




section.about_me{
	border-bottom: 1px solid #ffc711;
	background-image: url("../img/bg1.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	padding: 50px 0;
}
.heading{
	text-align: center;
}
.heading h2{
	font-family: logo;
    text-align: center;
    color: #ffc711;
    font-size: 95px;
    line-height: 80px;
}
.about_me_text{
	margin-top: 25px;
}
.about_me_cert{
	margin-top: 30px;
}
.about_me_cert img{
	width: 100%;
}
.about_me_text iframe{
	float: right;
	margin: 0 0 20px 20px;
	border: 1px solid #ffc711;
}
.about_me_text img{
	float: right;
    width: 300px;
	margin: 0 0 20px 20px;
	border: 1px solid #ffc711;
}




section.service{
	border-bottom: 1px solid #ffc711;
	background-image: url("../img/bg2.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	padding: 50px 0 70px 0;
}
.service_item{
	margin-top: 40px;
	padding: 0 15px;
	text-align: center;
}
.service_item_img img{
	width: 250px;
	border-radius: 50%;
}
.service_item_name{
	font-size: 30px;
    color: #ffc711;
    text-decoration: underline;
    margin: 15px 0 10px 0;
    font-weight: 700;
}
.service_item_btn{
	margin-top: 10px;
}
.service_item_btn a{
	font-size: 20px;
	color: #ffc711;
	border-bottom: 1px dotted #ffc711;
}
.service_item_btn a:hover{
	text-decoration: none;
}



#counter{
	align-items: center;
    justify-content: center;
}
.name_count{
	text-align: center;
	text-transform: uppercase;
}
.counter-value{
	font-size: 65px;
    color: #ffc711;
    font-weight: 700;
}
#counter span{
	margin-left: 20px;
	border-bottom: 1px dotted #fff;
}



section.anoth_bg{
    border-bottom: 1px solid #ffc711;
    background-image: url("../img/bg2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0;
}


section.count_section {
    background: linear-gradient(rgba(29, 12, 46, 0.68),rgba(46, 16, 73, 0.58)),url(../img/bggif.GIF);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 50px;
    position: relative;
    background-position: center;
}



section.recent{
	border-bottom: 1px solid #ffc711;
	background-image: url("../img/bg2.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	padding: 50px 0 70px 0;
}
.recent_items{
	margin-top: 30px;
}
.recent_item{
	text-align: center;
	outline: none;
}
.name_recent_item{
	font-size: 32px;
    color: #ffc711;
    margin: 15px;
}
.img_recent_item img{
	width: 280px;
}
.slick-slide img {
    display: inline;
}
.slick-prev:before, .slick-next:before {
    opacity: 1;
    color: #ffc711;
}
.btn_recent{
	margin-top: 50px;
	text-align: center;
}







.left_block{
	margin-top: 40px;
}
.phone_footer .phone_header{
	text-align: left;
}
a.mail_href{
	font-size: 40px;
}
.right_block{
	margin-top: 40px;
}
input, textarea {
    display: block;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    border: 2px solid #ffc711;
    border-radius: 10px;
    padding: 5px 10px;
    color: #fff;
    margin-top: 15px;
    outline: none;
}
input.btn_send{
    background-color: #ffc711;
    color: #000;
    text-shadow: none;
    font-size: 26px;
    animation: mymove 3s infinite;
}

section.contact{
	border-bottom: 1px solid #ffc711;
	background-image: url("../img/bg2.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	padding: 50px 0 40px 0;
}

footer{
	background-color: #ffc711;
}
.developer a{
	color: #000;
	text-shadow: none;
	font-size: 18px;
}

.devider_text_block{
	font-size: 32px;
    color: #ffc711;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
}

.iziModal .iziModal-content {
    background-image: url("../img/bg2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}
.iziModal .iziModal-button {
    opacity: 1;
}
.modal_heading{
	font-size: 40px;
    color: #ffc711;
    font-weight: 700;
}
.confidence{
	text-align: center;
    margin-top: 20px;
    font-size: 18px;
}

.m_img{
	display: none;
}
.gif_about_me_m{
	display: none;
}

.slick-prev, .slick-next {
    z-index: 50;
}

.img_head_mari{
    display: none;
}
.img_head_mari_two{
    display: none;
}

.accept{
	text-align: center;
    margin-top: 15px;
    color: #38ff00;
}
.error{
	text-align: center;
    margin-top: 15px;
    color: #ff4444;
}

@media screen and (max-width: 1800px) {
    header{
    position: relative;
}
.img_head_mari{
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
}
.img_head_mari img{
    width: 468px;
}
.img_head_mari_two{
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
}
.img_head_mari_two img{
    width: 650px;
}
}

@media screen and (max-width: 1440px) {
.img_head_mari img {
    width: 417px;
}
.img_head_mari_two img {
    width: 587px;
}
}

@media screen and (max-width: 1260px) {
.img_head_mari img {
    width: 379px;
}
.img_head_mari_two img {
    width: 527px;
}
}

@media screen and (max-width: 1199px) {
.img_head_mari img {
    width: 338px;
}
.img_head_mari_two img {
    width: 485px;
}
.text_prev_phone {
    padding: 0 40px;
}
}

@media screen and (max-width: 1090px) {
.text_prev_phone {
    padding: 0 60px;
}
}



@media screen and (max-width: 991px) {
    .text_prev_phone {
    padding: 0;
}
.img_head_mari{
    display: none;
}
.img_head_mari_two{
    display: none;
}
.block_devider_text{
		margin-bottom: 40px;
	}
.about_me_text img {
    float: none;
    width: 100%;
    margin: 20px 0 20px 0;
    border: 1px solid #ffc711;
}
.about_me_text{
	text-align: center;
}
.counter-value {
    font-size: 90px;
}
.devider_text_block {
    font-size: 40px;
}
.prev_footer_contact_text{
	text-align: center;
}
.phone_footer .phone_header {
    text-align: center;
}
input, textarea {
    text-align: center;
}
.developer{
	text-align: center;
}
.help_text_heading {
    font-size: 36px;
}
body{
	font-size: 25px;
}
}

@media screen and (max-width: 768px) {
.m_img{
	display: block;
	margin-top: 50px;
}
.m_img img{
	width: 100%;
}
header{
	padding-bottom: 0;
}
.gif_about_me_m{
	display: block;
	margin-top: 40px;
}
.gif_about_me_m img{
	width: 100%;
	border: 1px solid #ffc711;
}
.about_me_text iframe{
    width: 100%;
}
}


@media screen and (max-width: 575px) {
.slick-next {
    right: 80px;
}
.slick-prev {
    left: 80px;
}
.slick-prev, .slick-next {
    top: 35%;
}
}

@media screen and (max-width: 478px) {
a.mail_href {
    font-size: 32px;
}
}

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

@media screen and (max-width: 467px) {
.devider_text_block {
    font-size: 34px;
}
}

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

@media screen and (max-width: 439px) {
.phone_number a {
    font-size: 46px;
}
a.mail_href {
    font-size: 32px;
}
}

@media screen and (max-width: 425px) {
.help_text_heading {
    font-size: 30px;
}
}

@media screen and (max-width: 410px) {
.heading h2 {
    font-size: 75px;
}
}

@media screen and (max-width: 407px) {
.phone_number a {
    font-size: 42px;
}
a.mail_href {
    font-size: 32px;
}
}

@media screen and (max-width: 394px) {
.phone_number a {
    font-size: 42px;
}
a.mail_href {
    font-size: 32px;
}
}

@media screen and (max-width: 389px) {
.slick-next {
    right: 40px;
}
.slick-prev {
    left: 40px;
}
.slick-prev, .slick-next {
    top: 25%;
}
}

@media screen and (max-width: 382px) {
a.mail_href {
    font-size: 30px;
}
}

@media screen and (max-width: 374px) {
.modal_heading {
    font-size: 35px;
}
.phone_number a {
    font-size: 40px;
}
a.mail_href {
    font-size: 28px;
}
}

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

@media screen and (max-width: 361px){
.btn_style a {
    padding: 13px 14px;
}
}

@media screen and (max-width: 360px){
.heading h2 {
    font-size: 65px;
}
}

@media screen and (max-width: 357px) {
.phone_number a {
    font-size: 37px;
}
a.mail_href {
    font-size: 28px;
}
}

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

@media screen and (max-width: 335px){
.phone_number a {
    font-size: 35px;
}
a.mail_href {
    font-size: 25px;
}
}