body {
    background: url('./img/bgtest.png') no-repeat center center fixed;
    background-size: cover;
    font-family: Georgia, 'Times New Roman', Times, serif;
    padding: 0;
    background-position: bottom;
    margin: 0;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    position: inherit;
    justify-content: space-between;
}


.content-wrapper {
    display: flex;
    justify-content: space-between;
    font-size: larger;
    flex: 1;
    margin: 60px 20px 20px 20px;
    background-image: url('./img/watermark.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 75%;
    opacity: 1.0;
    height: calc(100vh - 60px);
    overflow-y: auto;
}

.sidebar-left {
    position: fixed;
    top: 60px;
    left: 0;
    width: 10%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 10px;
    font-weight: 400;
    z-index: 999;
}

.lside-img {
    margin: 163% 0 10% 0;
    width: 9vw;
}

.sidebar-right {
    position: fixed;
    top: 60px;
    right: 4%;
    width: 13%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    font-weight: 400;
    z-index: 999;
}

.rside-img {
    margin: 10% 0 30% 35%;
    width: 12vw;
}

.page-content {
    flex: 1;
    padding: 20px;
    margin: 0 12%;
    overflow-y: auto;
    height: 100vh;
    justify-content: center;
}

.page-content a {
    text-decoration: none; color: black; font-weight: bolder;
}

.page-content a:hover {
    color: rgb(1, 1, 63);
    font-size: 19.6px;
}

footer {
    background-color: black;
    color: white;
    text-align: center;
    padding: 3px 0;
    width: 100%;
    position: relative;
    z-index: 1000;
}

.cfooter {
    color: white;
    text-decoration: none;
}

.cfooter:hover {
    color: #1606a1;
}

#default-one {
    background-color: rgb(84, 130, 53);
}

.contact-from {
    margin-top: 3vw;
    text-align: center;
}

.form-input {
    margin-bottom: 10px;
    width: 25vw;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.233);
}

.send-btn {
    margin-right: 29%;
    padding: 8px;
    width:6vw;
    font-weight: bold;
    background-color: #55b746;
    border-radius: 5px;
    color: white;
    border: none;
    z-index: 9;
}

.send-btn:hover {
    cursor: pointer;
    transform: scale(1.09);
    box-shadow: 0px 0px 5px black;
    transition: .5s ease-in-out;
}

.top-btn {
    width: 3%;
    position: fixed;
    bottom: 25px; left: 145px;
    cursor: pointer;
}

.top-btn:hover {
    transform: scale(0.8);
    border-radius: 50%;
    padding: -100px;
    box-shadow: 0px 0px 2px black;
}

.navbar {
    position: fixed;
    top: 0;
    width: 100vw;
    display: flex;
    justify-content: center;
    background: url('./img/navbg.png') no-repeat center left fixed;
    background-size: contain;
    background-position: top;
    padding: 10px;
    z-index: 1000;
}

.hamburger {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    cursor: pointer;
}


.nav-link {
    color: white;
    font-size: 1.5vw;
    text-decoration: none;
    border: 1px solid black;
    background-color: rgba(63, 116, 32, 0);
    padding: 3px 10px;
    margin: 0 0 0 -5px;
    border-radius: 2px;
    transition: background-color 0.3s ease;
}

.nav-link:hover {
    background-color: rgb(84, 130, 53);
    font-weight: bold;
}

.nav-links {
    /* border: 2px solid black; */
    margin-right: 60px;
}

.gtranslate_wrapper {
    position: fixed;
    right: 0;
    top: 7%;
    display: flex;
    text-align: left;
    /* border: 1px solid black; */
    z-index: 1001;
}

.gtranslate_wrapper img {
    /* border: 1px solid black; */
    width: 40%;
    height: auto;
}

.gtranslate_wrapper a {
    margin-right: -12px;
    /* border: 1px solid black; */
    color: rgba(255, 255, 255, 0);
}

.img_center {
    text-align: center;
}

.gallery {
    display: flex;
}

.page-content p, span {
    text-align: justify;
}

.img-center img {
    max-width: 100%;
    height: auto;
    margin: 5px;
}

.gallery img, .russvid img {
    width: 100%;
    max-width: 300px;
    height: auto;
}

#pjet img {
    width: 300px;
    height: 265px;
}

#p1 {
    height: 180px;
}

#p11 {
    height: 165px;
}

#p12 {
    height: 150px;
}

#p16 {
    width: 800px;
}

#p17 {
    border: 1px solid black;
    width: "600px";
}

@media (max-width: 800px) {

    #p13, #p14 {
        width: 270px;
        height: auto;
    }

    #p16 {
        width: auto;
        height: auto;
    }

    #p15 {
        width: 270px;
    }


    .nav-link {
        font-size: 2.9vw;
        padding: 3px 15px;
        margin-left: 0;
    }

    .sidebar-left, .sidebar-right {
        display: none;
    }

    .content-wrapper {
        display: flex;
        flex-direction: column;
        /* border: 1px solid black; */
    }

    /*.page-content {*/
    /*    width: 100%;*/
    /*    padding: 0;*/
    /*    margin: 0;*/
    /*    text-align: justify;*/
    /*    font-size: 14.8px;*/
    /*    hyphens: auto;*/
    /*}*/
    
    .page-content p, span {
        text-align: justify;
        hyphens: auto;
        font-size: 14.8px;
        /* text-align: left; */
    }
    
    .page-content {
        text-align: justify;
        hyphens: auto;
        font-size: 14.8px;
        /* border: 1px solid black; */
        margin: 0;
        max-width: 100%;
        padding: 0;
        overflow-x: hidden;
    }

    .page-content h1 {
        font-size: 23px;
    }

    .page-content h2 {
        font-size: 17px;
    }

    .page-content h3 {
        font-size: 15px;
    }

    .page-content h5 {
        font-size: 13px;
    }

    .nav-links {
        display: none;
        flex-direction: column;
        background-color: #333;
        position: absolute;
        top: 25px;
        left: 2px;
        width: fit-content;
        text-align: center;
    }

    .nav-link {
        font-size: 2.7vw;
    }

    .nav-links.show {
        display: flex;
    }

    .hamburger {
        display: block;
        box-shadow: 0 0 3px rgb(255, 255, 255);
        margin: 3px 4px;
    }

    .navbar {
        background-position: top right;
        background-size: 150%;
        padding: 20px;
    }

    .contact-from {
        margin: 50px;
        text-align: center;
    }

    .form-input {
        margin-bottom: 10px;
        width: 155px;
        padding: 10px;
        border-radius: 5px;
        /* border: 1px solid rgba(0, 0, 0, 0.233); */
    }

    .send-btn {
        margin-right: 0;
        padding: 8px;
        width:100px;
        font-weight: bold;
        background-color: #55b746;
        border-radius: 5px;
        color: white;
        border: none;
        z-index: 9;
    }

    .top-btn {
        width: 18px;
        font-weight: bolder;
        position: fixed;
        bottom: 25px; left: 0px;
        cursor: pointer;
        box-shadow: 0px 0px 2px black;
        border-radius: 50%;
    }

    .gallery {
        display: flex;
        flex-direction: column;
    }

    .gallery img{
        margin-top: 5px;
    }

    .img_center, .russvid{
        text-align: left;
        display: flex;
        flex-direction: column;
    }

    .img_center img {
        margin: 5px 0;
        max-width: 400px;
        /* height: 400px; */
    }

    .top-btn {
        width: 18px;
        font-weight: bolder;
        position: fixed;
        bottom: 25px; left: 0px;
        cursor: pointer;
        box-shadow: 0px 0px 2px black;
        border-radius: 50%;
    }

    .gtranslate_wrapper {
        position: fixed;
        right: -1px;
        top: 15px;
        display: flex;
        text-align: left;
        /* border: 1px solid black; */
        z-index: 1001;
    }

    .gtranslate_wrapper img {
    /* border: 1px solid black; */
        width: 10px;
        height: auto;
    }

    .gtranslate_wrapper a {
        margin-right: -37px;
        /* border: 1px solid black; */
        color: rgba(255, 255, 255, 0);
    }

    iframe {
        max-width: 500px;
    }
}
