textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {color: #BDBDBD;}
textarea:focus::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder {color: transparent;}
textarea:-moz-placeholder,
input:-moz-placeholder {color: #BDBDBD;}
textarea:focus:-moz-placeholder,
input:focus:-moz-placeholder {color: transparent;}
textarea::-moz-placeholder,
input::-moz-placeholder {color: #BDBDBD;}
textarea:focus::-moz-placeholder,
input:focus::-moz-placeholder {color: transparent;}
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {color: #BDBDBD;}
textarea:focus:-ms-input-placeholder,
input:focus:-ms-input-placeholder {color: transparent;}



body {
	position: relative;
	color: #333333;
	font-family: "PT Sans", Helvetica, Arial, sans-serif;
	font-weight: 400;
	line-height: 1.5;
	overflow-x: hidden;
	font-size: 15px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
button,
a {
	color: inherit;
	cursor: pointer;
	outline: none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all 0.3s ease-in-out
}
button:focus, a:hover, a:focus {
	text-decoration: none;
	outline: none;
	color: inherit
}
p {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
     margin: 0 0 10px;
}
ul{
	padding: 0;
	margin: 0;
}
li{
list-style:none;
}
.nodpad{
 padding: 0;
}
.container{
    max-width: 1125px;
}
.wrapper{
    position: relative;
    overflow: hidden;
}

header {
position: absolute;
left: 0;
right: 0;
top: 0;
width: 100%;
padding: 20px 20px;
z-index: 4;
}

footer .logo,
header .logo{
max-width: 11%;
}
header .logo{
margin:0;	
}
header .phone,
header .menu,
header .logo{
display: inline-block;
vertical-align: middle;  
}
header .menu{
min-width: 65%;
text-align: center;
}

footer .logo img,
header .logo img{
width: 100%;
}
header .phone,
header nav{
	margin: 10px 0;
}
header nav ul li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 2% 0.5% 0;
}
header nav ul li a{

font-size: 16px;
line-height: 25px;
color: #626262;
    padding: 0 0 2px;
    border-bottom: 2px solid transparent
}
header nav ul li a:hover{
   border-bottom: 2px solid #ffbb7f;
}
header .phone{
    text-align: right;
    width: 24%;
    margin: 0 0 0 auto;
}
header .phone a{
color: #ff7800;
    font-weight: 700;
    letter-spacing: 0.05em;
    font-size: 24px;
    vertical-align: 10px;
}
header .phone img{
	display: inline-block;
	margin: 0 5px 0 0;
}
.form .button input,
.button a{
font-size: 15px;
font-weight: 400;
line-height: 25px;
letter-spacing: 0.5px;
text-transform: uppercase;
color: white;
display: inline-block;
text-align: center;
width: auto;
margin: 25px 0;
padding: 20px 35px;
background: #FF7800;
box-shadow: 0px 15px 60px rgba(255, 120, 0, 0.4);
border-radius: 40px;
}
.form .button input:hover,
.button a:hover{
    background: #e68025;
}


.slider{
    position: relative;
    height: 100%;
    z-index: 2;
    padding: 240px 20px 140px;
    overflow: hidden;
    background: white;
}
.slider h2,
.slider h1{
    font-weight: 700;
    font-size: 3.6rem;
    line-height: 110%;
}
.slider h2 span,
.slider h1 span{
    color: #ff7800;
}
.slider p{
color: #626262;
    font-size: 20px;
    max-width: 300px;
    line-height: 150%;
    margin: 25px 0 30px;
}
.slider .img{
    border-radius: 1000px;
    max-width: 375px;
    max-height: 375px;
    position: relative;
    margin: -50px 0 0;
}
.slider .img img{
    width: 100%;
        border-radius: 1000px;
    overflow: hidden;
}
.work .swiper-slide .center span:after,
.work .swiper-slide .center span:before,
.about .center::after,
.about .center::before,
.slider .img::before,
.slider .img::after {
 content: '';
 position: absolute;
 border: 1px solid #ff7800;
 left: -20px;
 right: -20px;
 top: -20px;
 bottom: -20px;
 border-radius: 50%;
 animation: pulse_after 3s linear infinite;
 opacity: 0;
}

.about .center::after,
.slider .img::after{
 animation: pulse_after 3.8s linear infinite;
}
.work .swiper-slide .center span:after,
.work .swiper-slide .center span:before{
  animation: pulse_after_mini 2s linear infinite;   
}
.work .swiper-slide .center span:after{
    animation: pulse_after_mini 2.8s linear infinite;   
}
.slider .arrow{
background: #FF7800;
    opacity: 0.5;
    box-shadow: 0px 10px 30px rgba(255, 120, 0, 0.7);
    width: 50px;
    height: 50px;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 30px auto;
    border-radius: 50px;
}
.slider .arrow:hover{
   opacity: 1;   
}
.slider .arrow img{
position: absolute;
left: 0;
right: 0;
margin: auto;
width: 21px;
height: 11px;
top: 0;
bottom: 0;
}

@keyframes pulse_after {
 0% {
  transform: scale(0.5);
  opacity: 0;
 }
 50% {
  opacity: 0.6;
 }
 100% {
  transform: scale(1.9);
  opacity: 0;
 }
}
@keyframes pulse_before {
 0% {
  transform: scale(0.3);
  opacity: 0;
 }
 50% {
  opacity: 0.6;
 }
 100% {
  transform: scale(2.9);
  opacity: 0;
 }
}
@keyframes pulse_after_mini {
 0% {
  transform: scale(0.5);
  opacity: 0;
 }
 50% {
  opacity: 0.6;
 }
 100% {
  transform: scale(1.3);
  opacity: 0;
 }
}



section h2,
section h3{

    font-weight: 700;
    font-size: 2.6rem;
    line-height: 110%;
    display: inline-block;
    padding: 0 70px 10px 0;
    border-bottom: 2px solid #ffbb7f;
    margin: 0 0 70px;
}

.clearfix{
    display: block;
    clear: both;
}

.about {
    position: relative;
    padding: 70px 0;
}
.about .center{
    position: relative;
    width: 185px;
    height: 185px;
    margin: 140px auto;
}
.about img{
    width: 100%;
}

.about ul li {
    position: absolute;
    max-width: 300px;
    margin: 0 0 20px;
}
.about ul li:before{
    content: "";
    background: #FF7800;
    box-shadow: 0px 10px 30px rgba(255, 120, 0, 0.7);
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0 auto auto;
    border-radius: 50px;
    background-image: url(../img/plus.png);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
       -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.about ul li .ico{
    max-width: 35px;
    float: left;
    margin: 0 10px 2px 0;
    position: relative;
 top: -7px;
}
.about ul li h6{
font-size: 17px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0.01em;
}
.about ul li p{
color: #626262;
    font-size: 14px;
    line-height: 22px;
}
.about ul li:nth-child(4) .ico{
    top: -3px;
}
.about ul li:nth-child(1){
top: 0;

}
.about ul li:nth-child(1):before{
  right: -30%;  
}
.about ul li:nth-child(2){
top: 145px;

}
.about ul li:nth-child(2):before{
  right: -20%;  
}
.about ul li:nth-child(3){
top: 320px;

}
.about ul li:nth-child(3):before{
  right: -30%;  
}

.about ul li:nth-child(4){
top: 0;
right: 0;

}
.about ul li:nth-child(4):before{
left: -35%;
}
.about ul li:nth-child(5){
top: 145px;
right: 0;
}
.about ul li:nth-child(5):before{
left: -25%;

}
.about ul li:nth-child(6){
top: 320px;
    right: 0;
}
.about ul li:nth-child(6):before{
    left: -40%;
}
.about .button{
margin: 40px 0 0;
}

.about ul li:hover:before{
-moz-transform: scale(1.2);
-webkit-transform: scale(1.2);
-o-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}

.service{
position: relative;
padding: 100px 0;
        overflow: hidden;
}
.swiper-wrapper-2,
.swiper-container {
  width: 100%;
overflow: initial;
}

.service .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 100%;
  background-color: #ffebd9;
      background-size: cover;
      padding: 80px 60px 80px;
    background-image: url(../img/service.jpg); 
 min-height: 600px;
}
.service .swiper-slide h3,
.service .swiper-slide h2{
        font-size: 28px;
    line-height: 35px;
    letter-spacing: 0.03em;
    color: #333333;
    font-weight: 400;
    padding: 0;
    border: 0;
    margin: 0 0 20px;
    display: block;
}
.service .swiper-slide ul li{
    position: relative;
    padding: 0 0 10px 40px;
}
.service .swiper-slide ul li:before{
    position: absolute;
    content: "";
    background-color: #FF7800;
    width: 30px;
    top: 10px;
    left: 0;
    right: 0;
    height: 2px;
}
.service .swiper-slide ul li p{
font-size: 14px;
    line-height: 25px;
    color: #706A65;
    max-width: 250px;
}
.service .swiper-slide .img{
    max-width: 240px;
    display: block;
    position: relative;
}
.service .swiper-slide .contet{
    position: relative;
}
.service .swiper-slide .img img{
    width: 100%;
}
.service .swiper-slide .title{
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 0 auto auto;
    max-width: 50%;
    text-align: center;
}
.service .swiper-slide .lini-1{
	position: relative;
}
.service .swiper-slide .lini-1 .border-lini-top{
position: absolute;
    width: 2px;
    height: 20px;
    top: -20px;
    left: 31px;
    background: #ff7800;
}
.service .swiper-slide .lini-1 .border-lini-bottom{
position: absolute;
    width: 2px;
    height: 170px;
    top: 0;
    left: 32px;
    background: #ff7800;
}
.service .swiper-slide .lini-1:before{
content: "";
    position: absolute;
    left: -40%;
    height: 2px;
    width: 50%;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #FF7800;
}
.service .swiper-slide .lini-1:after{
    content: "";
    position: absolute;
    left: -60%;
    top: -25px;
    bottom: 0;
    background-color: #FF7800;
    border-radius: 100px;
    background-size: 11px;
    background-position: center;
    width: 50px;
    height: 50px;
}
.service .swiper-slide .title .num{
    font-size: 220px;
    line-height: 60px;
    position: absolute;
    text-align: center;
    color: #FF7800;
    opacity: 0.3;
    left: 0;
    right: 0;
}
.service .swiper-slide .title h3{
    font-weight: 700;
    z-index: 2;
    position: relative
}

.swiper-button-prev, 
.swiper-container-rtl .swiper-button-next {
    background-image: url(../img/navi/arrow.png);
    left: 10px;
    right: auto;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(../img/navi/arrow-next.png);
 right: initial;
    left: 70px;
}
.swiper-button-prev,
.swiper-button-next{
    background-color: #FF7800;
    border-radius: 100px;
    background-size: 11px;
    background-position: center;
    width: 50px;
    height: 50px;
    box-shadow: 0px 15px 50px rgba(255, 120, 0, 0.4);
}
.swiper-button-prev:hover,
.swiper-button-next:hover{
     background-color: #e68025;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: initial;
    margin-top: 0;
    bottom: 30px;

}
.swiper-pagination-content{
    margin: 0 5%;
    position: relative;
}

.service .button{
margin: 50px 0 0;
}



.form-box{
       padding: 70px 0;
    position: relative;  
opacity: 1!important;
    visibility: visible!important;
        transition: initial!important;
    background-color: #ffebd9;
    background-size: cover;
    background-image: url(../img/formBg.png); 
}
.form-box p{
        font-size: 18px;
    line-height: 30px;
    color: #626262;
}
.form-box p span{
        color: #FF7800;
}

.form-box .car{
        position: absolute;
    right: 0;
    top: -100px;
    max-width: 419px;
    -webkit-transition: transform .6s ease-in-out;
    -moz-transition: transform .6s ease-in-out;
    -o-transition: transform .6s ease-in-out;
    transition: transform 0.6s ease-in-out;
        -moz-transform: translate(100%, 0px);
-webkit-transform: translate(100%, 0px);
-o-transform: translate(100%, 0px);
-ms-transform: translate(100%, 0px);
transform: translate(100%, 0px);
}
.form-box .car.active{
    -moz-transform: translate(0%, 0px);
-webkit-transform: translate(0%, 0px);
-o-transform: translate(0%, 0px);
-ms-transform: translate(0%, 0px);
transform: translate(0%, 0px);
}
.form-box .car img{
    width: 100%
}


	
	.work-gallery .img{
	max-width: 250px;	
	    margin: 0 auto;
	}
	.work-gallery a{
		display: block;
		margin: 0 0 10px;
	}
	.work-gallery .img img{
		width: 100%;
	}
	.work.work-gallery .swiper-slide:before{
	display: none	
	}
	.work.work.work-gallery .swiper-slide {
    margin: 0;
}



.modal-backdrop{
    background-color: #0F202E;	
}
.modal-content {

    border: 0;
    border-radius: 0;
    outline: 0;
}
.modal-content .close{
position: absolute;
    right: 20px;
    top: 5px;
    font-size: 50px;
    font-weight: 300;
    text-shadow: none;
    opacity: 1;
}
.modal-body {
    padding: 1.5rem 2.6rem 1rem;
}
.modal-content h6 {
font-weight: 700;
    font-size: 1.6rem;
    line-height: 110%;
    display: inline-block;
    padding: 0 70px 10px 0;
    border-bottom: 2px solid #ffbb7f;
    margin: 20px 0 30px;
}
.modal-content p{
font-size: 16px;
color: #626262;
line-height: 24px;
margin: 0 0 30px;
max-width: 450px;
}
.modal-content p span{
color: #ff7800;
}
.modal-dialog {
    max-width: 600px;
}

.yandex{
	position: relative;
	background-color: white;
	z-index: 2;
   padding: 100px 0;
}
.yandex .contacts {
    min-height: 600px;
    position: relative;
}
.yandex h6{
font-weight: bold;
font-size: 22px;
line-height: 45px;
color: #0F202E;
margin: 0 0 10px;
}
.yandex a.phone{
    color: #ff7800;
    font-weight: 700;
    letter-spacing: 0.05em;
    font-size: 20px;
    vertical-align: 10px;
    display: inline-block;
}
.yandex ul li p{
        font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.03em;
    color: #333333;
    max-width: 250px;
}
.yandex ul li{
    position: relative;
    padding: 0 0 0 25px;
        margin: 10px 0;
}
.yandex ul li:before{
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 15px;
    height: 18px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(../img/phone.png);
}
.yandex ul li:nth-child(2):before{

      background-image: url(../img/map.png);  
}

.yandex #yandex{
	width: 100%;
	height: 400px;
}




.form {
	display: block;
	margin: 20px 0;

}
.modal-content .form input[type="text"]{
	padding: 15px 20px 12px!important;	
        font-size: 14px;
}
.modal-content .form input[type="submit"]{
    padding: 15px 30px 12px;
    margin: 30px 0;

}



.work{
position: relative;
padding: 70px 0 100px;

}
.work .wheel{
        position: absolute;
    right: 0;
    top: -170px;
    max-width: 240px;
}
.work .wheel img{
    width: 100%
}
.work .swiper-slide{
    max-width: 250px;
    position: relative;
    margin: 0 0% 0 15%;
    opacity: 1;
}
.work .swiper-slide:nth-child(1){
  margin: 0 0% 0 0;
}
.work .swiper-button-next, .work .swiper-button-prev {
    position: relative;
    top: initial;
    margin-top: 0;
    bottom: 0;
    display: inline-block;
    left: 0;
    right: 0;
    margin: 0 1% 0 0;
        outline: none;
}
.work .swiper-pagination-content {
    margin: 40px 0;
    position: relative;
}
.work .swiper-slide h6{
        font-size:20px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0.01em;
}
.work .swiper-slide:before{
    content: "";
    position: absolute;
    right: -50%;
    width: 50%;
    top: 15px;
    height: 2px;
    background-color: #FF7800;
}
.work .swiper-slide:last-child:before{
    display: none;
}
.work .swiper-slide .center{

}
.work .swiper-slide .center span{
background-color: #FF7800;
    border-radius: 100px;
    background-size: 11px;
    background-position: center;
    width: 30px;
    position: relative;
    height: 30px;
    margin: 0 auto 60px;
    display: block;
    box-shadow: 0px 15px 20px rgba(255, 120, 0, 0.4);
}
.work .swiper-slide:hover,
.work .swiper-slide.swiper-slide-active{
    opacity: 1;
}
.work .swiper-slide p{
        font-size: 15px;
    line-height: 25px;
    color: #626262;
}
.work .overflow{
    overflow: hidden;
}
.form textarea,
.form input{
	width: 100%;
	outline: none;
	border:0;
border: 1px solid #FF7800;
    box-sizing: border-box;
    border-radius: 40px;
    background: transparent;
    text-transform: uppercase;
    line-height: 24px;
    padding: 20px 30px 17px;
    font-size: 17px;
    display: block;
    margin: 0 0 10px;
}
.form textarea{
    border-radius: 20px;  
    line-height: 15px;
    line-height: 20px;
}

.form input[type="submit"]{
cursor: pointer;
    padding: 20px 35px 17px;
}
.form label{
font-size: 13px;
	cursor: pointer;
	display: block;
	margin: 0 0 15px;
	clear: both;
}
.form label.error{
	display: none!important;
}
.form input.error{
	border: 1px solid #ff0e0e;
}
.form label input + span {
float: left;
width: 20px;
height: 20px;
background: #FFFFFF;
border: 1px solid #E9E9E9;
vertical-align: middle;
margin: 0 10px 0 0;
position: relative;
}
.form label a{
	color: #E21927;
}
.form label input + span:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 15px;
    height: 15px;
    margin: auto;
    top: 0;
    bottom: 0;
    background-size: 100%;
    opacity: 0;
    visibility: hidden;
    background-position: center;
    background-repeat: no-repeat;
}

.form label input:checked + span:before {
   background-image: url(../img/legal.png); 
    opacity: 1;
    visibility: inherit;
}
.form .legal p{
    font-size: 13px;
}

.form p{
    margin: 25px 0;
    max-width: 550px;
}


footer{
	padding: 70px 20px;
   background-color: #ffebd9;
   background-size: cover;
   background-image: url(../img/footer.jpg);
}
footer .logo{
    max-width: 105px;
}
footer a.phone{
    color: #ff7800;
    font-weight: 700;
    letter-spacing: 0.05em;
    font-size: 20px;
    vertical-align: 10px;
    display: inline-block;
    margin: 10px 0;
}
footer p{
font-size: 16px;
line-height: 24px;
letter-spacing: 0.03em;
color: #626262;
}
footer ul {
    margin: 10px 0;
}
footer ul li a{
    font-size: 16px;
line-height: 24px;
letter-spacing: 0.03em;
color: #626262;
display: inline-block;
margin: 0 0 5px;
}


@media (max-width: 1530px){


}
@media (max-width: 1400px){


}
@media (max-width: 1340px){


}
@media (max-width: 1200px){
.slider .img {
    border-radius: 1000px;
    max-width: 275px;
    max-height: 275px;
    position: relative;

}
.form-box .car{
    -moz-transform: translate(0%, 0px);
-webkit-transform: translate(0%, 0px);
-o-transform: translate(0%, 0px);
-ms-transform: translate(0%, 0px);
transform: translate(0%, 0px);
}

}
@media (max-width: 1110px){
header .phone{
    width: auto;
    max-width: 29%;
}
header .phone a {
    font-size: 20px;

}
header .menu {
    min-width: 60%;
}
.about .center{
    display: none;
}
.about ul li{
    position: relative!important;
    top: 0!important;
    left: 0!important;
    right: 0!important;
        max-width: 100%;
        width: 49.5%;
    display: inline-block;
    padding: 0 20px;
    vertical-align: top;
}
section h2, section h3{
    text-align: center;
    display: block;
    padding: 0 0 20px;
    font-size: 2rem;
}
.about ul li:before{
    display: none;
}
.work .wheel{
    display: none;
}
.work .swiper-pagination-content {
    margin: 40px 0;
    position: relative;
    text-align: center;
}
.work .swiper-slide{
    opacity: 1;
}
section.service h3,
section.form-box h3,
section.work h3{
border-bottom: 0;
}
section.service h3,
section.form-box h3{
    margin: 0 0 10px;
}
.form-box .car {
    position: relative;
    right: 0;
    top: 0;
    max-width: 419px;
    margin: 0 0 0 auto;
}
.work {
    position: relative;
    padding: 100px 0 40px;
    min-height: 100%;
}
}
@media (max-width: 1080px){
.slider h2, .slider h1 {
    font-weight: 700;
    font-size: 3rem;
    line-height: 110%;
}

}


@media (max-width: 991px){

header {
position: relative;
 background: white;
}
footer .logo, header .logo {
display: block;
    max-width: 105px;
    margin: 0 auto 15px;
}
header .menu {
    min-width: 100%;
    display: block;
}
header nav ul li a{
    font-size: 17px;
}
header .phone {
    width: auto;
    max-width: 100%;
    display: block;
    text-align: center;
        margin: 0 auto;
}
header nav ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5% 3% 0;
}
header .phone a {
    font-size: 25px;
letter-spacing: 0;
}
.slider {
    height: 100%;
padding: 40px 20px 100px;
}

.slider p {
    max-width: 100%;
    margin: 25px 0 30px;
    text-align: center;
}
.slider h2, .slider h1{
        font-size: 35px;
    text-align: center;
}
.slider .button{
text-align: center;
}
.slider .button a{
    margin: 10px 0;
    font-size: 13px;
    font-weight: 700;
        position: relative;
    z-index: 10;
}
.button input,
.button a{
       font-size: 13px;
    font-weight: 700; 
}
.slider .img {
    border-radius: 1000px;
    max-width: 175px;
    max-height: 175px;
    position: relative;
    margin: 0 auto 0;
}
.slider .img::before{
   animation: pulse_after_mini 2s linear infinite;
}
.slider .img::after{
    animation: pulse_after_mini 2.8s linear infinite;
}
.service .button,
.about .button{
    text-align: center;
    margin: 0;
}
.service{
        padding: 20px 0 30px;
}
.service .swiper-slide ul li p{
    max-width: 100%;
}
.form-box p{
    text-align: center;
}
.form-box .form p {
    margin: 5px 0;
    max-width: 100%;
    text-align: center;
}
.form .button{
    text-align: center;
}
.yandex{
        padding: 50px 0;
}
.yandex ul li p{
        max-width: 100%;
    margin: 0 0 30px;
        font-size: 14px;
}

.yandex ul li{
    margin: 0;
}
footer p{
    font-size: 14px;
}
.yandex h3{
        margin: 0 0 30px;
}
.work .swiper-slide{
    text-align: center;
        max-width: 100%;
            margin: 0;
}
  .work .swiper-slide:before{
  display:none
  }
}

@media (max-width: 930px){
.form-box p {
    text-align: center;
    font-size: 15px;
    line-height: 24px;
}

}
@media (max-width: 640px){
.about ul li{
    width: 100%;
}
.service .swiper-slide{
        padding: 30px 10px 80px;
}
section h2, section h3{
    font-size: 1.6rem;
}
.service .swiper-slide .title h3 {
    font-weight: 700;
    z-index: 2;
    position: relative;
    color: white;
    text-shadow: 1px 1px 25px black;
}

}

@media (max-width: 575px){
.slider h2, .slider h1 {
    font-size: 25px;
    text-align: center;
}
.about ul li .ico {

    top: 0;
    float: none;
    margin: 0 0 10px;
}
.service .swiper-slide .lini-1{
	    display: none;
}
}

@media (max-width: 460px){

}


