body {
    padding: 0;
    margin: 0;
    font-family: Raleway, sans-serif;
    min-width: 380px;
}


.button:hover{
    background: #ffffff;
    transition: 0.4s;
    color: #061e37;
}

header {
    width: 100%;
}

.base {
    padding: 0 0 190px 0;
    width: 100%;
    background: url("../images/Color-Fill-1.jpg") center center no-repeat;
    background-size: cover;
    position: relative;
}

.base::after{
    background: linear-gradient(to left, #00b8d4,#1de9b6);
    opacity: 0.9;
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    left: 0;
    top:0;
    z-index: 1;
}

.meny {
    display: flex;
    height: 100px;
    z-index: 2;
}

.meny-left{
    width: 20%;
    display: flex;
    align-items: center;
    padding-top: 50px;
    text-transform: uppercase;
    font-size:15px;
    color: white;
    line-height: 15px;
    z-index: 2;
}



.meny-center{
    width: 60%;
    display: flex;
   justify-content: center;
    padding-top: 45px;
    line-height: 25px;
    z-index: 2;
}

.meny-center > ul{
    list-style: none;
}

.meny-center > ul > li{
display: inline;
    font-size: 15px;
    color: #ffffff;
    margin-left: 50px;
    font-weight: 600;
}

.meny-center > ul > li > a{
    text-decoration: none;
    color: #ffffff;
    transition: 0.5s;
}

.meny-center a:hover {
    color: #000000;
    transition: 0.5s;
}
.meny2-right a:hover,
.meny-3-left a:hover {
    color: #8cb713;
    transition: 0.5s;
}




.meny-right{
    width: 20%;
    line-height: 25px;
    padding-right: 60px;
    z-index: 2;
}

.sign {
    border:1px solid #ffffff;
    font-size: 12px;
    line-height: 25px;
    cursor: pointer;
    width: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    margin-top: 55px;
    margin-left: auto;
    transition: 0.4s;
}

.sign:hover{
    border:1px solid #000000;
    color:black;
    background:#ffffff;
    transition: 0.4s;
}

.wrap {
    margin: 0 auto;
    max-width: 1600px;
    padding: 0 50px;
}


.main-content {
    display: flex;
    margin-top:160px;
    z-index: 2;
}

.main-content-right {
    width: 50%;
    z-index: 2;
}

.main-content-left {
    width: 50%;
    z-index: 2;
}

.text-1 {
    font-size: 55px;
    line-height: 65px;
    text-transform: uppercase;
    color: #ffffff;
    max-width: 505px;
    font-weight: 800;
    margin-bottom: 20px;
}

.text-2 {
    font-size: 18px;
    line-height: 35px;
    color:white;
    max-width: 605px;
}

.buttons {
text-transform: uppercase;
    margin-top: 30px;
    display: flex;
}


.button-left {
    margin-left:5px;
    margin-right: 25px;
    font-size: 15px;
    color:#ffffff;
    background: #061e37;
    box-shadow: 0 5px 5px rgba(0,0,0,0.15);
    width: 150px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    text-decoration: none;
    transition: 0.4s;
}


.button-right {
    font-size: 15px;
    color:#ffffff;
    width: 150px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #061e37;
    box-shadow: 0 5px 5px rgba(0,0,0,0.15);
    border-radius: 5px;
    text-decoration: none;
    transition: 0.4s;
}


.video{
    width:75%;
    padding-bottom: 40%;
    box-shadow: 0 10px 20px black;
    background: url("../images/Rounded-Rectangle-2-copy.jpg");
    background-size: cover;
    border-radius: 5px;
    position: relative;
    margin-left: 140px;
}

.fon-video {
    width:100%;
    height: 100%;
    background: white;
    opacity: 0.9;
    border-radius: 5px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}




.play-video{
    width: 60px;
    height: 60px;
    background: #000000;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    border-radius: 3px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}


.text-video {
    font-size:12px;
    text-transform: uppercase;
    font-weight: bolder;
    width: 100%;
    text-align: center;
}

.play-video-triangle {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 20px solid white;
    border-bottom: 10px solid transparent;
}


.section-1 {
    background: #ffffff;
    padding: 5px 0 90px 0;
}

.section-1-text1 {
    width: 100%;
    margin-top: 100px;
}

.section-1-text1 > p:nth-child(1){
    font-size: 45px;
    font-weight: 600;
    text-align: center;
   margin-bottom: -10px;
    color:#061e37;
}

.section-1-text1 > p:nth-child(2){
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    color: #b0bec5;

}

.section-1-text1 > p:nth-child(3){
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
    margin: auto;
    text-align: center;
    max-width: 560px;
    color: #b0bec5;

}

.section-1-button {
display: flex;
    justify-content: center;
    margin: 60px 0 90px 0;
}

.section-1-button > a {
    text-decoration: none;
    width: 145px;
    height: 50px;
    background: #1de9b6;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    box-shadow: 0 5px 5px rgba(0,0,0,0.15);
    border-radius: 3px;
    transition: 0.4s;
}


.section-1-button > a:hover{
    background:#ffffff;
    color:#1de9b6;
    transition: 0.4s;
}

.section-1-text2 > ul {
    list-style-type: none;
    display: flex;
    padding: 0;
    margin-top: 60px;
}

.section-1-text2 > ul > li {
    width: 33.3%;

}

.section-1-text2 > ul > li > p:nth-child(1) {
    text-align: center;
    height: 100px;


}

.section-1-text2 > ul > li > p:nth-child(2) {
   font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    text-align: center;
    color:#061e37;
}

.section-1-text2 > ul > li > p:nth-child(3){
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
    color: #78909c;
    padding: 0 80px;
}

.section-2 {
    height:100%;
    background: #ffffff;
    display: flex;
    flex-wrap: wrap;
}

.count{
    width: 25%;
    height: 140px;
    cursor: pointer;
    transition: 0.4s;
}

.count:nth-child(1){
    background: #80d8ff;
}

.count:nth-child(2){
    background: #82b1ff;
}

.count:nth-child(3){
    background: #b388ff;
}

.count:nth-child(4){
background: #ea80fc;
}

.count:hover{
    background: #ffa027;
    transition: 0.4s;
}

.count-1{
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.count-1 > p {
    font-size: 20px;
    line-height: 25px;
    color:white;
    font-weight: 800;
    max-width: 112px;
    margin: 20px;
}

.count-2{
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.count-2 > p {
    font-size: 20px;
    line-height: 25px;
    color:white;
    font-weight: 800;
    max-width: 112px;
    margin: 20px;
}

.count-3{
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.count-3 > p {
    font-size: 20px;
    line-height: 25px;
    color:white;
    font-weight: 800;
    max-width: 112px;
    margin: 20px;
}


.count-4{
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.count-4 > p {
    font-size: 20px;
    line-height: 25px;
    color:white;
    font-weight: 800;
    max-width: 112px;
    margin: 20px;
}


.section-3 {
padding: 5px 0 120px 0;
}

.section-3-text1 {
    font-size: 45px;
    font-weight: 600;
    color:#061e37;
    margin-top: 90px;
    margin-bottom: 10px;
    text-align: center;
}

.section-3-text2 {
    font-size: 15px;
    line-height: 25px;
    color: #b0bec5;
    text-align: center;
    max-width: 560px;
    margin: auto;
}

.section-3-text3 {
   max-width: 790px;
    width: 100%;
    padding: 0 0 15px 0;

    box-shadow: 0 5px 20px rgba(0,0,0,0.10);
    margin: auto;
    margin-top: 45px;
    border-radius:3px;
}

.section-3-text3-top {
    position: relative;
}

.section-3-text3-top > p{
    font-weight: 700;
    font-size: 15px;
    color:#061e37;
    padding: 15px 0 0 65px;
}

.list-arrow {
    position: absolute;
    right: 25px;
    top:20px;
}

.list-icon {
    position: absolute;
    top:18px;
    left:20px;
}

.section-3-text3-bottom {
    display: flex;
}

.section-3-text3-bottom > div:nth-child(1) {
    width:35%;
    padding-left: 23px;
    padding-top: 5px;
}

.section-3-text3-bottom > div:nth-child(2) {
    width:65%;
    color:#061e37;
    font-size: 15px;
    line-height: 25px;
    padding: 0 25px 0 7px;
}

.section-3-list{
    margin: auto;
    max-width: 790px;
    width: 100%;
}

.section-3-list > ul {
    padding: 0;
    list-style-type: none;
}

.section-3-list > ul > li {
    width: 100%;
    height: 45px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.13);
    border-radius: 3px;
    font-weight: 700;
    font-size: 15px;
    color: #061e37;
    margin-top:20px;
    position: relative;
}

.section-3-list > ul > li > p {
    padding: 15px 0 0 65px;
}

.section-3-list > ul > li > img {
    position: absolute;
    top:15px;
    left:25px;
}

.section-4 {
    background: url("../images/Rectangle-1-copy-3.png") center center;
    background-size: cover;
}

.section-4-background {
    background: linear-gradient(to left, #00b8d4, #1de9b6);
    opacity: 0.95;
    padding: 10px 0 60px 0;
}

.section-4-content {
    display: flex;
}

.section-4-content-left {
    width: 50%;
    padding-top: 80px;
}

.section-4-content-left > p:nth-child(1){
    color: white;
    font-size: 45px;
    font-weight: 600;
    max-width: 515px;
    margin-bottom: 5px;
}

.section-4-content-left > p:nth-child(2) {
    color: white;
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
    max-width: 515px;
    margin-bottom: 75px;
}


.section-4-content-left-btn {
    width: 150px;
    height: 55px;
    text-decoration: none;
    color: white;
    background: #061e37;
    display: flex;
    border-radius: 3px;
    justify-content: center;
    align-items: center;
    box-shadow: 0 5px 10px rgba(0,0,0,0.15);
    transition: 0.4s;
}


.section-4-content-right {
    width: 50%;
    margin-left:300px;
}

.section-4-content-right > div {
    max-width: 640px;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 5px 10px rgba(0,0,0,0.15);
    border-radius: 5px;
    position: relative;
}

.section-4-content-right > div:nth-child(1){
    margin-bottom: 65px;
    margin-top: 85px;
}

.arrow_up {
    position: absolute;
    top:-45px;
    margin-left: -12px;
    left: 50%;

}

.arrow_down {
    position: absolute;
    bottom:-50px;
    margin-left: -12px;
    left:50%;
}

.comment {
    padding: 0 60px 30px 30px;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    color: #78909c;
}

.mans-name {
    padding: 25px 0 0 30px;
    font-weight: 700;
    color:#061e37;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
}

.picture {
    position: absolute;
    left:-110px;
    top:45px;
}

.section-5 {
    padding: 5px 0 75px 0;
}

.section-5-text1 {
    max-width: 555px;
    margin: auto;
    margin-top:90px;
}

.section-5-text1 > p {
    text-align: center;
}

.section-5-text1 > p:nth-child(1){
    font-size: 45px;
    font-weight: 600;
    color:#061e37;
    margin-bottom: 20px;
}

.section-5-text1 > p:nth-child(2){
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    color:#b0bec5;
}

.avatars{
    margin-top:70px;
}

.avatars > ul {
    display: flex;
    list-style-type: none;
    align-items: center;
    justify-content: center;
}

.avatars > ul > li {
margin-right: 30px;
}

.avatars-active {
    width: 160px;
    height: 160px;
    border: 20px #ffffff solid;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,0.5), inset 0 0 18px rgba(0,0,0,0.69);
}

.avatars-passive {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    opacity: 0.2;
}

.section-5-text2 {
    max-width: 650px;
    height: 155px;
    margin: auto;
    margin-top:35px
}

.section-5-text2 > p:nth-child(1){
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color:#061e37;
    text-align: center;
}

.section-5-text2 > p:nth-child(2){
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    color: #90a4ae;
    text-align: center;
}

.section-5-text2 > ul {
    list-style-type: none;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-top: 28px;
}

.section-5-text2 > ul > li{
    margin-left: 28px;
}

.section-5-text2 > ul > li:nth-child(1){
    margin-left: 0;
}

.section-6 {
    padding: 5px 0 80px 0;
    background: #fafafa;
}

.section-6-text1
{
    font-size: 45px;
    font-weight: 600;
    color: #061e37;
    max-width: 235px;
    margin: auto;
    padding-top: 35px;
}
.section-6-text2 {
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    color: #061e37;
    max-width: 565px;
    margin: auto;
    text-align: center;
    margin-top: 15px;
}

.form {
    max-width: 600px;
    margin: auto;
    margin-top: 30px;
}

.form > input {
    width: 100%;
    max-width: 275px;
    height: 50px;
    margin: 20px 45px 0 0;
    box-sizing: border-box;
    border: 1px solid;
    outline: 0;
    border-radius: 5px;
    padding: 15px;
}

.form > input:nth-child(2), input:nth-child(4)  {
margin-right: 0;
}

.form ::-webkit-input-placeholder {
    color: #061e37;
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
}

.form ::-moz-placeholder {
    color: #061e37;
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
}

.form textarea {
    resize: none;
   max-width: 600px;
    width: 100%;
    height: 145px;
    box-sizing: border-box;
    border: 1px solid black;
    border-radius: 5px;
    margin-top: 20px;
    padding: 15px;
}

.section-6-text3 {
    max-width: 600px;
    width: 100%;
    display: flex;
    margin: auto;
    margin-top: 20px;
}

.section-6-text3-check {
    width: 50%;
}

.section-6-text3-button{
    width: 50%;
}

.section-6-text3-button a {
    width: 130px;
    height: 50px;
    text-decoration: none;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1de9b6;
    border-radius: 3px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.15);
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    margin-left: auto;
    transition: 0.4s;
}

.section-6-text3-button a:hover{
    color: #1de9b6;
    background: #ffffff;
    transition: 0.4s;
}

.section-6-text3-check {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 15px;
    color: #061e37;
}


.section-7 {
   padding: 5px 0 100px 0;
    background: #061e37;
}

.meny2{
    display: flex;
    height: 30px;
    padding-top: 100px;

}

.meny2-left{
    width: 20%;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size:15px;
    color: white;
    line-height: 15px;
}

.meny2-right{
    width: 80%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.meny2-right > ul{
    list-style: none;
}

.meny2-right > ul > li{
    display: inline;
    font-size: 15px;
    line-height: 25px;
    color: white;
    margin-left: 50px;
    font-weight: 600;
}

.meny2-right > ul > li > a{
    text-decoration: none;
    color: white;
}

.meny-3 {
    display: flex;
    margin-top: 30px;
}

.meny-3-left{
    width: 50%;
}

.meny-3-left > ul{
     list-style-type: none;
     display: flex;
     color: #ffffff;
    padding: 0;
 }

.meny-3-left > ul > li{
    padding-left: 45px;
    position: relative;
}

.meny-3-left > ul > li::before{
    content: url('../images/Ellipse.png');
    position: absolute;
    left:18px;

}

.meny-3-left > ul > li:nth-child(1)::before{
    content: none;
}


.meny-3-left > ul > li:nth-child(1){
    padding-left: 0;
}

.meny-3-left a {
    text-decoration: none;
    color: #748293;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
}

.meny-3-icons{
    width: 50%;

}

.meny-3-icons > ul {
    list-style-type: none;
    display: flex;
    justify-content: flex-end;
}

.meny-3-icons > ul > li {
    margin-left: 15px;
}

@media screen and (max-width: 1200px){
    .meny-center > ul > li{
        margin-left: 30px;
    }

    .video {
        margin-left: 90px;
    }

    .section-1-text2 > ul > li > p:nth-child(3) {
        font-size: 15px;
        padding: 0 65px;
    }

    .section-4-content-right{
        margin-left: 200px;
    }
}


@media screen and (max-width: 1025px) {
    .text-1 {
        font-size: 45px;
        font-weight: 700;
        line-height: 55px;
    }

    .text-2 {
        font-size: 16px;
    }

    .meny-center > ul > li{
        margin-left: 22px;
    }

    .main-content {
        margin-top:130px;
    }

    .video {
        margin-left: 70px;
    }

    .play-video{
        width: 50px;
        height: 50px;
    }

    .section-1-text2 > ul > li > p:nth-child(3) {
        font-size: 15px;
        padding: 0 55px;
    }

    .section-4-content-right{
        margin-left: 150px;
    }

}

@media screen and (max-width: 950px){
    .section-1-text2 > ul > li > p:nth-child(3) {
        font-size: 14px;
        padding: 0 25px;
    }

    .section-1-button {
        margin: 60px 0 80px 0;
    }

    .count {
        width: 50%;
    }

    .section-2{
        height: 100%;
    }

    .meny-center > ul > li {
        margin-left: 15px;
    }

    .meny-right{
        padding-right: 30px;
    }

    .section-3-text3-bottom > div:nth-child(1) {
        width: 35%;
    }

    .section-3-text3-bottom > div:nth-child(1) img {
        max-width: 100%;
    }

    .meny2-right > ul > li{
        margin-left: 35px;
    }

}

@media screen and (max-width: 765px) {

    .meny-center > ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .meny-center > ul > li {
        width: 28%;
        margin-left: 12px;
    }

    .count {
        width: 100%;
    }

    .section-2{
        height: 100%;
    }

    .section-1-button {
        margin: 60px 0 60px 0;
    }

    .text-1 {
        font-size: 30px;
        font-weight: 600;
        line-height: 35px;
        text-align: center;
    }

    .text-2 {
        font-size: 14px;
        line-height: 19px;
        text-align: center;
    }

    .main-content {
        display: flex;
        margin-top: 110px;
        z-index: 2;
        flex-wrap: wrap;
    }

    .main-content-left {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .buttons {
        display: flex;
        justify-content: center;
    }

    .main-content-right {
        width: 100%;
        margin-top: 50px;
    }

    .button-left {
        width: 120px;
        height: 40px;
        font-size: 14px;
    }

    .button-right {
        width: 130px;
        height: 40px;
        font-size: 14px;
    }

    .video {
        display: flex;
        margin: auto;
    }

    .play-video {
        width: 45px;
        height: 45px;
    }

    .text-video {
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 600;
        text-align: center;
    }

    .play-video-triangle {
        border-top: 5px solid transparent;
        border-left: 10px solid white;
        border-bottom: 5px solid transparent;
    }

    .base {
        padding: 0 0 150px 0;
    }

    .section-1 {
        padding: 0 0 50px 0;
    }

    .section-1-text2 > ul > li > p:nth-child(3) {
        font-size: 14px;
        padding: 0 30px;
    }

    .section-1-text1 > p:nth-child(1) {
        font-size: 38px;
    }

    .section-1-text1 > p:nth-child(2) {
        font-size: 22px;
    }

    .meny-right{
        padding-right: 0;
    }

    .section-3-text3-bottom {
        flex-wrap: wrap;
    }

    .section-3-text3-bottom > div:nth-child(1) {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 25px 0 45px;
    }

    .section-3-text3-bottom > div:nth-child(1) img {
        max-width: 100%;
    }

    .section-3-text3-bottom > div:nth-child(2){
        width: 100%;
        padding: 0 25px 0 45px;
    }

    .section-3-text1{
        font-size: 40px;
    }

    .section-4-content {
        flex-wrap: wrap;
    }

    .section-4-content-left{
        width: 100%;
    }

    .section-4-content-right{
        width: 100%;
    }

    .section-4-content-left > p:nth-child(1) {
        font-size: 36px;
        text-align: center;
        margin: auto;
        padding-bottom: 30px;
    }

    .section-4-content-left > p:nth-child(2){
        margin-bottom: 35px;
        margin: auto;
        text-align: center;
        padding-bottom: 50px;
    }

    .section-4-content-left-btn{
        margin: auto;
    }
    .section-4-content-right{
        width: 100%;
        margin: auto;
    }
    .picture{
        display: none;
    }

    .form > input {
        max-width: 600px;
    }

    .meny2-right > ul > li{
        margin-left: 15px;
    }

    .avatars > ul > li {
        margin-right: 10px;
    }

    .avatars-active{
        width: 135px;
        height: 135px;
        border: 10px solid #ffffff;
    }

    .avatars-passive {
        width: 85px;
        height: 85px;
    }

    .avatars {
        overflow: hidden;
        margin-top:50px;
    }

    .form > input {
        margin: 20px 0 0 0;
    }

    .wrap {
        padding: 0 40px;
    }

}


    @media screen and (max-width: 576px){

        .wrap {
            padding: 0 30px;
        }

        .base {
            padding: 0 0 80px 0;
        }
        .section-1-text1 {
            margin-top: 70px;
        }
        .section-1 {
            padding: 0 0 20px 0;
        }

        .section-1-text2 > ul > li > p:nth-child(1) {
            height: 75px;
        }

        .section-1-button {
            margin: 35px 0 35px 0;
        }

        .section-1-text2 > ul {
            flex-wrap: wrap;
        }
        .section-1-text2 > ul > li {
            width: 100%;
        }

        .meny {
            flex-wrap: wrap;
            position: relative;
        }

        .meny-right {
            width: 50%;
            position: absolute;
            right:30px;
            top:10px;
        }

        .meny-left{
            width: 50%;
        }

        .meny-center{
            width: 100%;
            padding-top: 0;
        }

        .section-3-text1{
            margin-top: 75px;
        }

        .section-3{
            padding: 5px 0 80px 0;
        }

        .section-3-text3-bottom {
            flex-wrap: wrap;
        }

        .section-3-text3-bottom > div:nth-child(1) {
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 0 25px 0 45px;
        }

        .section-3-text3-bottom > div:nth-child(1) img {
            max-width: 100%;

        }

        .section-3-text3-bottom > div:nth-child(2){
            width: 100%;
            padding: 0 25px 0 45px;
        }

        .section-3-text1{
            font-size: 38px;
        }

        .section-4-content-right{
            width: 100%;
            margin: auto;
        }

        .picture{
            display: none;
        }

        .section-5-text1 > p:nth-child(1) {
            font-size: 38px;
            margin-top: 55px;
        }

        .form > input {
            max-width: 600px;
        }

        .meny2 {
            padding-top: 65px;
        }

        .meny2-right > ul{
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }

        .meny2-right > ul > li{
            width: 28%;
            margin-left: 0;
        }

        .meny-3 {
            flex-wrap: wrap;
        }

        .meny-3-left{
            width: 100%;
        }

        .meny-3-left > ul{
            width: 100%;
            display: flex;
            justify-content: center;
        }

        .meny-3-icons {
            width: 100%;
            display: flex;
            justify-content: center;
        }

        .meny-3-icons > ul > li:nth-child(1){
            margin-left: 0;
        }

        .meny-3-icons > ul{
            padding-left: 0;
        }
        }



