body {
    background: url('../images/background.jpg') center center/cover;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

body > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

area {
    display: block;
}

.logo-rect {
    position: absolute;
    top: 0;
    left: 0;
}

.language {
    position: absolute;
    top: -50px;
    right: -30px;
    background-color: #fff;
    padding: 70px 50px 30px 30px;
    border-radius: 20px;
    transform: rotate(-20deg);
}

    .language > div {
        transform: rotate(20deg);
    }

    .language a:hover {
        text-decoration: none;
    }

    .language span {
        margin-right: 10px;
        font-size: 20px;
        font-weight: bold;
        color: #2A3B8F;
        transition: all .2s;
    }

    .language a:hover span {
        opacity: 0.8;
    }

    .contact {
        position: absolute;
        bottom: -20px;
  right: -40px;
    }

.contact img {
    position: relative;
    width: 80%;
    height: auto;
    bottom: 0;
    right: -20%;
}

.incon {
    position: absolute;
    bottom: -230px;
    right: -110px;
    background-color: #fff;
    border-radius: 80px;
    transform: rotate(20deg);
    /*padding: 70px 220px 230px 120px;*/
    padding: 40px 220px 230px 60px;
}

.deepcon {
    transform: rotate(-20deg);
}

.deepcon p {
    min-width: 430px;
}

.contact p:first-child {
    margin-bottom: 0;
}

span {
    color: #FF9E01;
}

.logo-rect img {
    width: 80%;
    height: auto;
    bottom: -15px;
    right: -50px;
}

.first,
.second,
.new-first,
.new-second {
    background-color: #FFF;
    box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.1);
    border-radius: 40px;
  max-width: 600px;
    position: absolute;
  padding: 27px 50px 27px 130px;
}
.first img,
.second img,
.new-first img,
.new-second img {
    position: absolute;
}

.new-first {
  top: 5%;
  right: 20%;
}
.new-first img {
  top: -70px;
  left: -100px;
  max-height: 250px;
}
.new-second {
  top: 37%;
  left: 40%;
}
.new-second img {
  top: -127px;
  left: -320px;
  max-height: 250px;
}
.first {
  top: 60%;
    left: 25%;
}

.first.en{
    top:20%;
    left:40%;
    }

.first img {
  top: -70px;
  left: -190px;
  max-height: 250px;
}
.second {
  bottom: 5%;
  left: 10%;
  max-width: 480px;
}
.second.en{
bottom:20%;
}
.second img {
  top: -90px;
  left: -150px;
}


p,li {
    color: #2A3B8F;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
  font-size: 16px;
  line-height: 22px;
    margin-bottom: 24px;
}
ul {
  list-style-type: none;
}
li {
  margin-bottom: 10px;
}
button {
    background: #FF9E01;
    border-radius: 12px;
    color: #2A3B8F;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: 15px;
    padding: 15px 20px;
    cursor: pointer;
    border: none;
    transition: all .4s;
}

    button:hover {
        box-shadow: 1px 1px 3px gray;
    }

.hidden {
    display: none;
}

@media 
only screen and (-webkit-min-device-pixel-ratio: 2)     and (min-width: 767px) and (max-width: 1257px),
only screen and (    min-moz-device-pixel-ratio: 2)     and (min-width: 767px) and (max-width: 1257px),
only screen and (   -o-min-device-pixel-ratio: 2/1)     and (min-width: 767px) and (max-width: 1257px),
only screen and (        min-device-pixel-ratio: 2)     and (min-width: 767px) and (max-width: 1257px),
only screen and (           min-resolution: 192dpi)     and (min-width: 767px) and (max-width: 1257px),
only screen and (            min-resolution: 2dppx)     and (min-width: 767px) and (max-width: 1257px),
only screen and (min-width: 767px) and (max-width: 1257px) {

    body:before {
        content: "tablet";
        display: none;
    }

    body {
    }

    .contact {
    bottom: 110px;
    right: 400px;
    }

  .contact .incon {
    position: absolute;
    bottom: -340px;
    right: -650px;
        padding: 40px 220px 230px 70px;
    }

    .contact img, .logo-rect img {
        width: 60%;
        right: -40%;
    }

        .contact div p {
            font-size: 16px;
            margin-top: 0;
            max-width: 320px;
            min-width: unset;
        }

    .first, .second {
        max-width: 250px;
        padding: 45px 60px 40px;
        font-size: 16px;
    }

  .new-first {
    top: 15%;
    right: 10%;
    }
  .new-first img {
    top: 0px;
    left: -100px;
  }
  .new-second {
    top: 40%;
    left: 10%;
    }
  .new-second img {
    top: -50px;
    left: -150px;
  }
  .first {
    top: 55%;
    right: 0;
    left: auto;
  }
    .first img {
    top: -90px;
    left: -230px;
    }
  .second {
    top: 80%;
    left: 15%;
  }
    .second img {
    top: -50px;
    left: -200px;
    }

}

@media
only screen and (-webkit-min-device-pixel-ratio: 2)      and (max-width: 767px),
only screen and (    min-moz-device-pixel-ratio: 2)      and (max-width: 767px),
only screen and (   -o-min-device-pixel-ratio: 2/1)      and (max-width: 767px),
only screen and (        min-device-pixel-ratio: 2)      and (max-width: 767px),
only screen and (           min-resolution: 192dpi)      and (max-width: 767px),
only screen and (            min-resolution: 2dppx)      and (max-width: 767px),
only screen and (max-width: 767px) {

    body {
        padding: 450px 15px;
        overflow: unset;
        overflow-x: hidden;
    }

    .logo-rect img {
        width: 60%;
    }

    .contact {
        padding: 70px 30px 0px 100px;
    bottom: -740px;
    right: -40px !important;
    }

    .contact div {
        bottom: 0px;
        width: 90%;
        right: 10px;
        position: relative;
    }

        .contact .incon {
            bottom: -250px;
    right: 0;
        }

        .contact .deepcon {
            bottom: 20px;
            right: 20px;
        }

        .contact div p {
            font-size: 16px;
            max-width: 300px;
            min-width: unset;
        }
  .first,
  .second,
  .new-first,
  .new-second {
        max-width: 330px;
        position: relative;
        padding: 45px 60px 40px;
        font-size: 16px;
        margin: 0 auto;
    }

  .new-first {
    top: -150px;
        right: 0;
        left: 0;
    }
  .new-first img {
    top: -170px;
    left: 0;
    width: 90%;
    min-width: 290px;
  }
  .new-second {
    top: 20px;
        right: 0;
        left: 0;
    }
  .new-second img {
    top: -210px;
    left: 50px;
    width: 90%;
    min-width: 290px;
  }
  .first {
    top: 220px;
    right: 0;
    left: 0;
  }
  
  .first.en{
  top: 10%;
left: 0%;
  
  }
    .first img {
        top: -220px;
        left: 0;
        width: 90%;
        min-width: 290px;
    }
    
    
  .second {
    top: 450px;
    left: 0px;
    left: 0;
  }
    .second img {
    top: -250px;
        left: 0;
        width: 90%;
        min-width: 290px;
    }
}
