@charset "utf-8";
/* CSS Document */

@media only screen and (max-width: 600px) {
  .mo { display: block;}
  .desktop {display: none;}
  .home-content{ background-image: none; background-color: currentColor;}
  .telnumber{font-size: 30px; }
  .btn, button, input[type="submit"], input[type="reset"], input[type="button"]{width: 100%;}
  .number{margin-bottom:20px;}
  .item-process__text{ margin-top: 15px;}

}
@media only screen and (min-width: 601px) {
  .mo { display:none;}
  .desktop {display: block;}
  .telnumber{font-size: 40px; }


}
.left{



}
.call{}

.go-top.left a, .go-top.left a:visited {
    text-decoration: none;
    border: 0 none;
    display: block;
    height: 5.6rem;
    width: 5.6rem;
    line-height: 5.6rem;
    text-align: center;
    background-image: url(../images/icons/icon-call.svg);
    background-color: #000000;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 17px 25px;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    text-transform: uppercase;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a.head:hover,
a.head:focus,
a.head:visited:hover,
a.head:visited:focus { color:#FFA600;}
a.head:active{color:#FFA600;}

.tarif{color: #FFFFFF;
font-size: 12px;}

.tarif2{color: #000000;
font-size: 12px;}

.h3{}

.tarif.mo{ font-size:9px;}

.s-home .home-image-part {
	z-index: 3;
	display: block;
	content: "";
	width: 100%;
	height: 100vh;
	background-image: url(../images/app-user2.jpg);
	background-origin: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: auto;
	left: auto;
	right: 0;
	bottom: 0;
}

.s-process {padding-bottom: 150px;}

.home-content h3.desktop {
	font-family: "IBM Plex Sans", sans-serif;
	font-weight: 300;
	font-size: 2.4rem;
	line-height: 1.6667;
	font-style: normal;
	color: dimgray;
	margin-top: 2.8rem;
	width: 45%;
}

.s-about {

	background-color: #00a650;
	    padding-bottom: 120px;

	
}
.number{line-height: 1;border-top: 4px solid #ff7e00; border-bottom: 10px solid #ff7e00;padding-bottom: 3px;padding-top: 5px;color: #fff;}
.second{ padding-top:60px;} 
.telnumber{ font-weight: 600;/*! letter-spacing: -0.12rem; *//*! font-family: "IBM Plex Serif", sans-serif; */}
.rufan{font-family: "IBM Plex Serif", serif;font-weight: 600;}
.tarif3{font-size: 10px;margin-bottom: 1px;}
.about-desc{margin-top:0px;}
.about-desc__slide {
	padding: 0 10px;
}

.btn, button, input[type="submit"], input[type="reset"], input[type="button"] {
	display: inline-block;
	font-family: "IBM Plex Sans", sans-serif;
	font-weight: 700;
	font-size: 1.5rem;
	text-transform: uppercase;
	letter-spacing: .4rem;
	height: 7rem;
	line-height: 5.6rem;
	padding: 5px;
	margin: 0;
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-color: #FFA600;
	border: .2rem solid #FFA600;
	box-shadow: none;
	width: 100%;
}
.btn:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .btn:focus, button:focus, input[type="submit"]:focus, input[type="reset"]:focus, input[type="button"]:focus{}


.s-footer {
	background: #000000;
	color: rgba(255, 255, 255, 0.4);
	position: relative;
	padding: 0;
}
#process a{color:#000000;}

.tarif4 {
	font-size: 12px;
	width: 100%;
	text-align: center;
	line-height: 160%;
	padding-top: 15px;
}
.item-process__text{border-bottom: 1px solid #c6c6c6;

padding-bottom: 25px;}