.title-page {
  font-size: 31px;
  font-family: "S-Light";
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  text-transform: uppercase; }

.justify-content {
  text-align: justify;
  font-size: 0; }
  .justify-content:after {
    display: inline-block;
    width: 100%;
    content: ""; }

@font-face {
  font-family: "S-Light";
  src: url("../fonts/Segoe_UI-Light.ttf");
  src: url("../fonts/Segoe_UI-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: "S-Regular";
  src: url("../fonts/Segoe_UI.ttf");
  src: url("../fonts/Segoe_UI.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: "S-Bold";
  src: url("../fonts/Segoe_UI-Bold.ttf");
  src: url("../fonts/Segoe_UI-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: "S-Black";
  src: url("../fonts/Segoe_UI-Black.ttf");
  src: url("../fonts/Segoe_UI-Black.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }
.logotype-page {
  font-family: "S-Light"; }

* {
  box-sizing: border-box; }

.warning {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  padding: 20px 50px;
  border-radius: 20px;
  font-size: 20px;
  font-family: "S-Bold"; }
  .warning span {
    display: inline-block;
    border-bottom: 2px solid #5fc747; }

.logo-case {
text-align: center;
max-width: 800px;
margin: 0 auto;
margin-top: 50px;
margin-bottom: 50px; }
.logo-case a {
display: inline-flex;
vertical-align:top;
width: 22%;
background:#fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
height: 150px;
margin-left: 1%;
border-radius: 10px;
margin-right: 1%;
margin-bottom: 15px; }
.logo-case a img{
max-width:80%;
margin:auto;
max-height:80%;
}

.dezigner {
  margin-bottom: 20px; }

.logo-case .call-btn {
  padding: 10px 20px;
  margin-top: 30px;
  display: inline-block;
  border-radius: 10px;
  background: #5fc747;
  color: #fff;
  margin-bottom: 50px;
  font-size: 20px;
  transition: 0.3s;
  font-family: "S-Light";
  cursor: pointer; }

.title {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  padding: 20px 50px;
  border-radius: 20px;
  font-size: 20px;
  font-family: "S-Bold"; }

.advanage-jobs {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px; }

.image {
  max-width: 100%;
  text-align: center;
  margin-bottom: 50px; }
  .image img {
    max-width: 500px;
    border-radius: 10px; }
  .image .download {
    margin-top: 10px;
    display: inline-block;
    border-bottom: 2px solid #5fc747;
    text-decoration: none;
    color: inherit; }

.adv-cell {
  padding: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  display: inline-block;
  background: #fff;
  vertical-align: top;
  text-align: left;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  width: 100%; }
  .adv-cell .number {
    font-size: 50px;
    margin-bottom: 10px;
    font-family: "S-Bold";
    color: #3f93d1;
    letter-spacing: -1px; }

.block-warning {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  padding: 20px 50px;
  border-radius: 20px;
  font-size: 19px;
  color: #fff;
  font-family: "S-Bold";
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background: #5fc747;
  margin-top: 50px;
  margin-bottom: 50px; }

@media (max-width: 830px){
    .block-warning {
        padding: 20px;
        font-size: 16px;
    }
    .title {
        padding: 20px 0px;
    }
    .warning {
        padding: 20px;
        font-size: 16px;
    }
}

@media (max-width: 800px) {
    .logo-case a{
        width:30%;
    }
}  
  
@media (max-width: 520px) {
    .image img{
        max-width:100%;
    }
    .logo-case a{
        width:47%;
    }
}  
