* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style-type: none;
    text-decoration: none;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
}

/* Header page */

.header {
    width: 100%;
    height: 100%;
}

.wrap {
    max-width: 1300px;
    margin: 0 auto;
}

.back-img img {
    width: 100%;
    height: 100%;
}

.back-img {
    position: relative;
    height: 100%;
}

nav {
    background-color: #f8f8f8;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    position: absolute;
    top: 44px;
}

.nav-links {
    width: 1100px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.nav-links a {
    color: #454545;
    height: 100%;
}

.burger {
    height: 100%;
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.line {
    border-radius: 10px;
    height: 3px;
    width: 15px;
    background-color: #fff;
    margin: 2px 0;
}

.Text {
    position: relative;
    border-radius: 10px;
    text-align: center;
    height: 100px;
    padding: 10px;
    color: white;
    bottom: 200px;
    font-size: 35px;
}

/* From page  */
.froms {
    width: 100%;
    height: 100%;
    padding: 20px 0;
}

.froms h2 {
    text-align: center;
    color: #424242;

}

.Wrapper {
    max-width: 1300px;
    margin: 0 auto;
}

.full-page {
    width: 100%;
    display: flex;
    padding: 20px 0;
}

.from-text {
    width: 50%;
}

.from-text ul li {
    padding: 10px 0;
}

.from-text ul li a {
    color: #424242;
}

.from-page {
    width: 50%;
    padding: 10px;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 31.4px 0px #0000000D;
}

.page {
    width: 100%;
    display: flex;
}

.page .first,
.page .sec {
    width: 50%;
}

input[type="text"],
input[type="email"],
textarea {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ddd;
    border-radius: 4px;
}

textarea {
    height: 100px;
}

.button {
    width: 119px;
    height: 46px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1F4D5A;
    font-size: 18px;
    margin: 20px 0;
    list-style-type: none;
    border-radius: 10px 0
}

.button a {
    color: #ffffff;
    text-decoration: none;
}

/* footer page */
.footer {
    width: 100%;
    height: 100%;
    padding: 25px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-image: url(../IMAGES/Group\ 70.png);}

.container {
    width: 100%;
    height: 100%;
    padding: 20px 0;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-bar .logo img {
    display: block;
    width: 160px;
    height: 160px;
}

.text,
.main,
.services,
.contacts {
    padding: 0 30px;
    text-align: justify;
    color: white;
}

.text h3,
.main h3,
.services h3,
.contacts h3 {
    padding: 0 0 15px 0;
    text-align: justify;
}

.footer,
.text,
h3,
.social-icons a,
.main ul li a,
.services ul li a,
.contacts ul li a {
    text-align: center;
    color: #ffffff;
}

.social-icons {
    text-align: left;
}

.container .text p {
    text-align: left;
}

.text p {
    padding: 2px 0;
}

.contacts ul li {
    padding: 8px 0px;
}

.services ul li {
    padding: 3px 0;
}

.copyright {
    background-color: #1F4D5A;
    color: #ffffff;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.copyright h5 {
    text-align: center;
    padding: 20px 0;
}

.shelf {
    width: 100%;
    height: 1px;
    text-align: center;
    background-color: #ffffff;
    opacity: 0.2;
    position: absolute;
    transform: translateY(-50%);
}

/* Media Query */
@media screen and (max-width:1440px) {
    nav {
        left: 100px;
    }
}

@media screen and (max-width:1024px) {
    .wrap {
        max-width: 900px;
        margin: 0 auto;
    }

    /* Header page */
    nav {
        left: auto;
        max-width: 900px;
        padding: 0 20px;
    }

    .Text {
        position: relative;
        border-radius: 10px;
        color: white;
        bottom: 200px;
        font-size: 30px;
    }

    /* About Us page */
    .AboutUs {
        padding-top: 250px;
    }

    .img-text p {
        font-size: 15px;
    }

    /* From page */

    .full-page {
        max-width: 1000px;
        margin: 0 auto;
    }

    iframe {
        padding: 0 20px;
        width: 100%;
    }

    /* Footer page */
    .text h3 {
        padding: 0;
    }

    .main ul {
        padding: 12px 0;
    }

    .container {
        max-width: 1000px;
        padding: 10px;
    }

    .contacts {
        padding: 0;
        text-align: left;
    }

    .contacts ul li {
        padding: -1px 10px;
    }

    .copyright h5 {
        padding: 30px 0;
    }
}

@media screen and (max-width:768px) {
    .wrap {
        max-width: 600px;
        margin: 0 auto;
    }

    /* Header page */
    nav {
        width: 100%;
        height: 285px;
        max-width: 600px;
        justify-content: space-between;
        background: none;
    }

    nav .logo {
        height: 285px;
    }

    .nav-links {
        height: 400px;
        display: none;
        align-items: flex-start;
        flex-direction: column;
    }

    nav ul {
        max-width: 400px;
        background: none;
    }

    .nav-links.active {
        position: relative;
        left: 146px;
        height: 302px;
        bottom: 35px;
        display: flex;
        padding: 20px 50px;
        font-size: 20px;
        background-image: url(../IMAGES/Frame\ 1\ \(1\).png);
    }

    .nav-links a {
        color: #fff;
    }

    .burger {
        position: relative;
        display: flex;
    }

    .Text {
        color: white;
        font-size: 20px;
    }

    .baner h2 {
        margin-top: 200px;
        color: #454545;
    }

    .from-text {
        padding: 10px;
        text-align: justify;
    }

    /* From page */
    .full-page {
        max-width: 700px;
        margin: 0 auto;
    }

    iframe {
        padding: 0 20px;
        width: 100%;
    }

    /* Footer page */
    .container {
        padding: 0;
    }

    .container .logo img {
        display: none;
    }

    .contacts {
        padding: 0 0 0 10px;
    }

    .text h3 {
        width: 135px;
        padding: 35px 0 0 0;
    }

    .container .text p {
        padding: 20px 0 0 0;
    }

    .contacts ul li {
        width: 275px;
        font-size: 15px;
    }

    .main h3.services h3 {
        padding: 5px 0 0 0;
    }
}

@media screen and (max-width:426px) {
    .wrap {
        max-width: 400px;
        margin: 0 auto;
    }

    /* Header page */
    nav {
        max-width: 400px;
        margin: 0 auto;
    }

    nav .logo img {
        width: 50%;
    }

    .nav-links {
        width: 100%;
        height: 400px;
    }

    nav ul {
        max-width: 300px;
        background: none;
    }

    nav li {
        padding: 5px 0;
    }

    .nav-links.active {
        height: 185px;
        left: 212px;
        bottom: 162px;
        position: absolute;
        padding: 20px;
        font-size: 15px;
    }

    .Text {
        position: relative;
        border-radius: 10px;
        color: white;
        bottom: 75px;
        font-size: 12px;
    }

    .baner h2 {
        font-size: 25px;
        margin-top: 80px;
        color: #454545;
    }

    /* About Us page */
    .AboutUs {
        padding-top: 50px;
    }

    .img-text p {
        font-size: 16px;
        text-align: justify;
    }

    .full-page {
        max-width: 350px;
        margin: 0 auto;
        display: block;
    }

    .from-text {
        padding: 10px;
        width: 100%;
    }

    .from-page {
        width: 100%;
        margin: 20px 0;
    }

    /* Footer page */
    .container .logo img {
        display: block;
    }

    .logo img {
        display: block;
        width: 160px;
        height: 160px;
    }

    .footer-bar {
        display: flex;
        flex-direction: column;
    }

    .container {
        width: 100%;
        height: 100%;
        flex-direction: column;
        text-align: center;
    }

    .logo img {
        display: block;
        max-width: 100%;
        height: auto;
    }

    .container .text p {
        padding: 0;
        text-align: center;
    }

    .text,
    .main,
    .services,
    .contacts {
        text-align: center;
        padding: 5px 0;
    }

    .text h3,
    .main h3,
    .services h3,
    .contact h3 {
        padding: 0;
        text-align: center;
    }

    .text h3 {
        width: 100%;
    }

    .social-icons {
        text-align: center;
    }

    .main ul {
        padding: 0;
    }

    .services ul li,
    .contacts ul li {
        padding: 0%;
    }

    .contacts ul li {
        width: 100%;
    }

    .contacts h3 {
        text-align: center;
    }
}

@media screen and (max-width:376px) {
    .wrap {
        max-width: 350px;
        margin: 0 auto;
    }

    /* Header page */
    nav {
        max-width: 350px;
        margin: 0 auto;
    }

    .nav-links.active {
        max-width: 350px;
        left: 0;
    }

    .baner h2 {
        font-size: 20px;
        padding: 25px 0;
    }

    .box {
        width: 100%;
    }
}