@media only screen and (max-width: 768px) {
    /* .....................footer..................... */
    footer img {
        margin-top: 50px;
    }
    .footer-box {
        width: 100%;
        min-height: 250px;
    }
    .footer-box .stay {
        width: 33.3%;
        padding: 80px 7px;
    }
    .footer-box .stay h3 {
        font-size: 22px;
    }
    .footer-box .stay p {
        font-size: 14px;
        margin-top: 15px;
        text-align: left;
        color: rgb(227, 227, 227);
        line-height: 1.5;
    }
    .footer-box .stay form {
        margin-top: 35px;
    }
    .footer-box .stay form input {
        width: 50%;
        height: 40px;
        font-size: 12px;
    }
    .footer-box .stay form button {
        padding: 9px 27px;
        margin-left: 10px;
        font-size: 15px;
    }
    .footer-box .contact-us {
        width: 33.3%;
        height: 350px;
        padding: 75px 0px 5px 61px;
    }
    .footer-box .contact-us h3 {
        font-size: 22px;
        margin-left: 8px;
    }
    .footer-box .contact-us a {
        margin-top: 7px;
        padding: 8px;
        display: block;
        color: white;
        font-size: 14px;
    }
    .footer-box .fallow {
        width: 33.3%;
        height: 350px;
        padding: 71px 0px 50px 45px;
    }
    .footer-box .fallow h3 {
        font-size: 22px;
    }
    .footer-box .fallow .follow-items {
        width: 100%;
        height: 60px;
        margin-top: 15px;
    }
    .footer-box .fallow .follow-items .instagram {
        width: 30px;
        height: 30px;
        float: left;
        border: 1px solid #119d59;
        border-radius: 25px;
        padding: 6px 1px;
        margin: 0px 5px 5px 0px;
    }
    .footer-box .fallow .follow-items .youtube {
        width: 30px;
        height: 30px;
        float: left;
        border: 1px solid #119d59;
        border-radius: 25px;
        padding: 6px 1px;
        margin: 0px 5px 5px 5px;
    }
    .footer-box .fallow .follow-items .telegram {
        width: 30px;
        height: 30px;
        float: left;
        border: 1px solid #119d59;
        border-radius: 25px;
        padding: 6px 1px;
        margin: 0px 5px 5px 5px;
    }
    .footer-box .fallow .follow-items .instagram img {
        margin-top: 0px;
    }
    .footer-box .fallow .follow-items .telegram img {
        margin-top: 0px;
    }
    .footer-box .fallow .follow-items .youtube img {
        margin-top: 0px;
    }
}
@media only screen and (max-width: 425px) {
    /* .....................footer..................... */
    footer {
        width: 100%;
        min-height: 250px;
        position: relative;
        margin-top: 100px;
        float: left;
    }
    footer img {
        width: 60%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .footer-box {
        width: 100%;
        min-height: 250px;
        display: flex;
        flex-direction: column;
    }
    .footer-box .stay {
        width: 100%;
        padding: 80px 7px 0px 7px;
    }
    .footer-box .stay h3 {
        font-size: 25px;
    }
    .footer-box .stay p {
        font-size: 14px;
        margin-top: 15px;
        text-align: left;
        color: rgb(227, 227, 227);
        line-height: 1.5;
    }
    .footer-box .stay form {
        margin-top: 35px;
    }
    .footer-box .stay form input {
        width: 50%;
        height: 40px;
        font-size: 12px;
    }
    .footer-box .stay form button {
        padding: 9px 27px;
        margin-left: 10px;
        font-size: 15px;
    }
    .footer-box .contact-us {
        width: 100%;
        height: 220px;
        padding: 0px 0px 31px 0px;
    }
    .footer-box .contact-us h3 {
        font-size: 25px;
        margin-left: 8px;
    }
    .footer-box .contact-us a {
        margin-top: 7px;
        padding: 13px;
        display: block;
        color: white;
        font-size: 14px;
    }
    .footer-box .fallow {
        width: 100%;
        height: 300px;
        padding: 0px 0px 50px 8px;
    }
    .footer-box .fallow h3 {
        font-size: 22px;
    }
    .footer-box .fallow .follow-items {
        width: 100%;
        height: 60px;
        margin-top: 15px;
    }
    .footer-box .fallow .follow-items a.instagram {
        width: 45px;
        height: 43px;
        float: left;
        border: 2px solid #119d59;
        border-radius: 25px;
        padding: 7px 1px;
        margin: 0px 5px 5px 0px;
        transition: .3s;
    }.footer-box .fallow .follow-items a.youtube {
        width: 45px;
        height: 43px;
        float: left;
        border: 2px solid #119d59;
        border-radius: 25px;
        padding: 7px 1px;
        margin: 0px 5px 5px 5px;
        transition: .3s;
    }
    .footer-box .fallow .follow-items a.telegram {
        width: 45px;
        height: 43px;
        float: left;
        border: 2px solid #119d59;
        background-color: transparent;
        border-radius: 25px;
        padding: 7px 1px;
        margin: 0px 5px 5px 5px;
        transition: .3s;
    }
    .footer-box .fallow .follow-items .instagram img {
        margin-top: 0px;
    }
    .footer-box .fallow .follow-items .telegram img {
        margin-top: 0px;
    }
    .footer-box .fallow .follow-items .youtube img {
        margin-top: 0px;
    }
}
/* ............index............. */
@media only screen and (max-width: 768px) {
    header {
        width: 100%;
        min-height: 250px;
    }
    header h1 {
        font-size: 93px;
        text-align: left;
        padding: 0px 53px;
    }
    header p {
        font-size: 14px;
        text-align: left;
        padding-left: 61px;
        width: 70%;
        line-height: 1.2;
    }
    section.one {
        width: 100%;
        min-height: 250px;
        padding-left: 58px;
        padding-right: 150px;
        padding-top: 100px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }
    section.one .one-text {
        padding-left: 0px;
        width: 450px;
        height: 50px;
    }
    section.one .one-text h1 {
        font-size: 23px;
        color: #073557;
        margin-top: 9px;
        padding-left: 30px;

    }
    section.one .one-text h1::before {
        content: ' ';
        position: absolute;
        background-color: #073557;
        padding: 2px 13px;
        left: 0px;
        top: 25px;
    }
    .Who-box .text-who-box {
        width: 45%;
        min-height: 250px;
        margin-top: 50px;
        border: 4px solid #1C8D57;
        padding: 35px;
        float: left;
    }
    .Who-box .text-who-box .text1-Who p {
		font-family: 'Inter', sans-serif;
		font-size: 11px;
		text-align: left;
		line-height: 1.2;
	}
    .Who-box .text-who-box {
        width: 45%;
        height: 350px;
        margin-top: 50px;
        border: 4px solid #1C8D57;
        padding: 35px;
        float: left;
    }
    .Who-box .text-who-box .text2-Who p {
        font-size: 9px;
    }
    .Who-box .text-who-box .more-Who {
        margin-top: 25px;
        width: 74%;
        height: 15%;
        border: 2px solid #119d59a9;
        padding: 9px 21px;
        margin-left: 0;
    }
    .Who-box .text-who-box .more-Who p {
        font-size: 15px;
    }
    .img-box1 {
        position: relative;
        width: 50%;
        min-height: 400px;
        margin-top: 50px;
        padding: 35px;
        float: left;
    }
    .img-box1 .img1-box1 {
        position: absolute;
        left: 30px;
        top: 40px;
        height: 259px;
        z-index: 2;
        width: 220px;
    }
    .img-box1 .img2-box1 {
        position: absolute;
        left: 188px;
        top: 80px;
        height: 259px;
        z-index: 1;
        width: 220px;
    }
    section.two h1 {
        font-size: 23px;
        color: #073557;
        margin-top: 9px;
        margin-left: -10px;
    }
    section.two {
        position: relative;
        width: 100%;
        min-height: 250px;
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 50px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }
    section.two h1 {
        font-size: 23px;
        color: #073557;
        margin-top: 9px;
        margin-left: -10px;
    }
    section.two h1::before {
        content: ' ';
        position: absolute;
        background-color: #073557;
        padding: 2px 13px;
        left: 20px;
        top: 19px;
    }
    section.two .products {
        width: 100%;
        min-height: 250px;
        margin-top: 50px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }
    .two .products a.product {
        position: relative;
        width: 33.33%;
        height: 200px;
        z-index: 1;
    }
    .two .products a.product img {
        width: 170px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        height: 180px;
    }
    .two .products a.product .text-animal {
        height: 100px;
        width: 100px;
        border-radius: 120px;
        border: 3px solid #119d59;
        background-color: #119d59;
        padding: 19px;
        position: relative;
        left: 121px;
        bottom: 87px;
    }
    section.three {
        position: relative;
        width: 100%;
        min-height: 250px;
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 150px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }
    section.three h1 {
        font-size: 23px;
        color: #073557;
        margin-top: 9px;
        margin-left: -10px;
    }
    section.three h1::before {
        content: ' ';
        position: absolute;
        background-color: #073557;
        padding: 2px 13px;
        left: 20px;
        top: 19px;
    }
    section.three .usefull {
        width: 100%;
        min-height: 250px;
        margin-top: 50px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        margin-left: auto;
        margin-right: auto;
        align-content: center;
        justify-content: space-between;
    }
    section.three .usefull .usefull-link {
		width: 30%;
		height: 50px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 25px;
	}
}
/* ............index............. */
@media only screen and (max-width: 500px) {
    header {
        width: 100%;
        min-height: 250px;
    }
    header h1 {
        font-size: 80px;
        text-align: left;
        padding: 0px 53px;
    }
    header p {
        font-size: 14px;
        text-align: left;
        padding-left: 61px;
        width: 80%;
        line-height: 1.2;
    }
    section.one {
        width: 100%;
        min-height: 250px;
        padding-left: 58px;
        padding-right: 58px;
        padding-top: 100px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }
    section.one .one-text {
        padding-left: 0px;
        width: 332px;
        height: 50px;
    }
    section.one .one-text h1 {
        font-size: 23px;
        color: #073557;
        margin-top: 9px;
        padding-left: 30px;
    }
    section.one .one-text h1::before {
        content: ' ';
        position: absolute;
        background-color: #073557;
        padding: 2px 13px;
        left: 0px;
        top: 25px;
    }
    .Who-box {
        width: 100%;
        min-height: 250px;
        margin-top: 50px;
    }
    .Who-box .text-who-box .text1-Who {
        float: left;
        width: 100%;
    }
.Who-box .text-who-box {
    width: 100%;
    height: 520px;
    margin-top: 50px;
    border: 4px solid #1C8D57;
    padding: 35px;
    float: left;
}
    .Who-box .text-who-box .text1-Who p {
        font-family: 'Inter', sans-serif;
        font-size: 16px;
        text-align: left;
    }
    .Who-box .text-who-box .text2-Who {
        float: left;
        width: 100%;
        margin-top: 5%;
    }
    .Who-box .text-who-box .text2-Who p {
        font-size: 11px;
    }
   .Who-box .text-who-box .more-Who {
		margin-top: 25px;
		width: 100%;
		height: 15%;
		border: 2px solid #119d59a9;
		padding: 3px 7px;
		margin-left: 0;
		justify-content: center;
}
    .Who-box .text-who-box .text2-Who p {
        font-size: 11px;
    }
    .img-box1 {
        position: relative;
        width: 100%;
        min-height: 200px;
        margin-top: 50px;
        padding: 35px;
        float: left;
    }
    .img-box1 .img1-box1 {
        position: absolute;
        left: 0%;
        top: 38px;
        height: 230px;
        z-index: 2;
        width: 200px;
    }
    .img-box1 .img2-box1 {
        position: absolute;
        left: 30%;
        top: 80px;
        height: 230px;
        z-index: 1;
        width: 200px;
    }
    section.two {
        position: relative;
        width: 100%;
        min-height: 250px;
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 50px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }
    section.two h1 {
        font-size: 22px;
        color: #073557;
        margin-top: 9px;
        margin-left: -10px;
    }
    section.two .products {
        width: 100%;
        min-height: 250px;
        margin-top: 50px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }
    .two .products a.product {
        position: relative;
        width: 49.33%;
        height: 190px;
        margin: 0%;
        z-index: 1;
    }
    .two .products a.product img {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        display: block;
        height: 60%;
    }
    .two .products a.product .text-animal {
        height: 28%;
        width: 38%;
        border-radius: 120px;
        border: 3px solid #119d59;
        background-color: #119d59;
        padding: 0px;
        position: relative;
        left: 89px;
        bottom: 45px;
    }
    .two .products a.product .text-animal p {
		font-family: 'Inter', sans-serif;
		font-size: 10px;
		text-align: center;
		padding: 7px 0px;
		color: white;
	}
    section.three {
        position: relative;
        width: 100%;
        min-height: 250px;
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 150px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }
    section.three h1 {
        font-size: 23px;
        color: #073557;
        margin-top: 9px;
        margin-left: -10px;
    }
    section.three h1::before {
        content: ' ';
        position: absolute;
        background-color: #073557;
        padding: 2px 13px;
        left: 20px;
        top: 19px;
    }
    section.three .usefull {
        width: 100%;
        min-height: 250px;
        margin-top: 50px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        margin-left: auto;
        margin-right: auto;
        align-content: center;
        justify-content: space-between;
    }
    section.three .usefull .usefull-link {
        width: 40%;
        height: 44px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
    }
	.two .products a.product div:nth-child(1) {
		width: 90% !important;
		height: 80% !important;

	}
}
/* ...................who.................... */
@media only screen and (max-width: 768px) {
    .Betein {
        background-image: url("../img/Rectangle10.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 100vh;
        z-index: 90;
        display: flex;
        flex-direction: column;
        align-content: flex-start;
        justify-content: center;
        color: white;
    }
    .Betein h1 {
        font-size: 93px;
        text-align: left;
        padding: 0px 54px;
    }
    .Betein p {
        font-size: 14px;
        text-align: left;
        padding-left: 62px;
        width: 70%;
        line-height: 1.2;
    }
    .main-who {
        position: relative;
        width: 100%;
        min-height: 250px;
        /* padding: 50px 50px; */
    }
    .main-who .main-who-box {
        position: relative;
        width: 100%;
        min-height: 250px;
        padding: 0px 54px;
    }
    .lorm {
        width: 100%;
        height: auto;
        /* float: left; */
    }
    .lorm .left {
        width: 25%;
        height: 100%;
        float: left;
        position: relative;
    }
    .lorm .left .img {
        width: 250px;
        height: 250px;
        position: absolute;
        padding: 5px;
        z-index: 2;
        left: 0px;
        top: 50px;
    }
    .lorm .left .img img {
        width: 100%;
        height: 100%;
    }
    .lorm .left .backgraond {
        content: ' ';
        padding: 5px;
        width: 250px;
        height: 250px;
        z-index: 1;
        left: 0px;
        top: 100px;
    }
    .lorm .right {
        width: 50%;
        height: 100%;
        float: right;
        padding: 50px 5px;
    }
    .lorm .right .lorm1 {
        width: 100%;
        height: 25%;
        margin-top: 100px;
        /* margin-left: 44px; */
    }
    .lorm .right .lorm1 p {
        font-size: 16px;
        text-align: left;
    }
    .lorm .right .lorm2 {
        font-family: 'Inter', sans-serif;
        width: 100%;
        height: 25%;
        /* margin-left: 50px; */
        margin-top: 25px;
    }
    .lorm .right .lorm2 p {
        font-size: 15px;
        text-align: left;
    }
    .details {
        margin-top: 0px;
        padding: 60px 0px;
        float: left;
    }
    .details h3 {
        font-size: 25px;
    }
    .details p {
        font-size: 18px;
        margin-top: 50px;
        width: 100%;
        line-height: 1.2;
        text-align: justify;
    }
}
/* ............who............. */
@media only screen and (max-width: 500px) {
    .main-who {
        position: relative;
        width: 100%;
        height: auto;
        /* padding: 50px 50px; */
    }
    .main-who .main-who-box {
        position: relative;
        width: 100%;
        min-height: 250px;
        padding: 0px;
    }
    .lorm {
        width: 100%;
        min-height: 250px;
        /* float: left; */
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .lorm .left {
        width: 100%;
        min-height: 250px;
        /* float: left; */
        position: relative;
    }
    .lorm .left .img {
        width: 100%;
        height: 100%;
        /* position: absolute; */
        padding: 5px;
        z-index: 2;
        /* left: 0px; */
        /* top: 50px; */
        margin-left: auto;
        margin-right: auto;
    }
    .lorm .left .img img {
        width: 80%;
        height: 100%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .lorm .left .backgraond {
        content: ' ';
        padding: 5px;
        width: 70%;
        height: 90%;
        z-index: 1;
        left: 15%;
        top: 100px;
        border-radius: 50%;
    }
    .lorm .right {
        width: 100%;
        height: 100%;
        /* float: right; */
        padding: 50px 5px;
    }
    .lorm .right .lorm1 {
        width: 100%;
        height: 25%;
        margin-top: 100px;
        /* margin-left: 44px; */
    }
    .lorm .right .lorm1 p {
        font-size: 16px;
        text-align: left;
    }
    .lorm .right .lorm2 {
        font-family: 'Inter', sans-serif;
        width: 100%;
        height: 25%;
        /* margin-left: 50px; */
        margin-top: 25px;
    }
    .lorm .right .lorm2 p {
        font-size: 15px;
        text-align: left;
    }
    .details {
        margin-top: 0px;
        padding: 60px 0px;
        float: left;
        height: auto;
    }
    .details h3 {
        font-size: 23px;
        text-align: left;
    }
    .details p {
        font-size: 18px;
        margin-top: 50px;
        width: 100%;
        line-height: 1.2;
        text-align: justify;
    }
}
/* ..................product.................. */
@media only screen and (max-width: 768px) {
    .header-product {
        background-image: url("../img/Rectangle\ 10.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        width: 100%;
        height: 100vh;
        z-index: 90;
        position: relative;
        color: white;
    }
    .header-product h1 {
        font-size: 93px;
        position: absolute;
        left: 100px;
        bottom: 120px;
    }
    .header-product p {
        width: 40%;
        font-size: 14px;
        position: absolute;
        left: 110px;
        bottom: 80px;
    }
    .product {
        width: 25%;
        height: auto;
    }
    .product img{
        width: 100%;
        height: 100%;
    }
    .main-product .header-product-box {
        width: 100%;
        min-height: 250px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-around;
        padding: 150px 50px 100px 50px;
    }
	.product .text-animal {
		height: 70px;
		width: 70px;
		border-radius: 55px;
		border: 3px solid #119d59;
		background-color: #119d59;
		color: #ffffff;
		position: relative;
		left: 79px;
		bottom: 70px;
	}
    .product .text-animal p {
        font-size: 15px;
        text-align: center;
        padding: 13px 0px;
        color: white;
    }
}
/* ............who............. */
@media only screen and (max-width: 500px) {
    .header-product {
        background-image: url("../img/Rectangle\ 10.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        width: 100%;
        height: 100vh;
        z-index: 90;
        display: flex;
        flex-direction: column;
        align-content: flex-start;
        justify-content: center;
        color: white;
    }
    .header-product h1 {
        font-size: 93px;
        text-align: left;
        padding: 0px 54px;
        position: static;
    }
    .header-product p {
        font-size: 14px;
        text-align: left;
        padding-left: 62px;
        width: 70%;
        line-height: 1.2;
        position: static;

    }
    .main-product .header-product-box {
        width: 100%;
        min-height: 250px;
        display: flex;
		flex-direction: row;
        flex-wrap: wrap;
        align-items: normal;
        justify-content: normal;
    }

    .product {
    width: 50%;
    height: auto;
    position: relative;
    width: 49.33%;
    height: 190px;
    margin: 0%;
    z-index: 1;
}
	.product div:nth-child(1) { 
    width: 100% !important;
    height: 80% !important;
}
}
/* ................contact us................. */
@media only screen and (max-width: 768px) {

    .contact-backgraond h1 {
        width: 100%;
        height: auto;
        font-size: 90px;
        color: white;
    }
    .contact-backgraond p {
        width: 60%;
        height: auto;
        font-size: 17px;
        color: white;
    }
    .contact {
        width: 100%;
        height: auto;
        min-height: 250px;
        padding: 100px;
    }
    .contact .contact-main-text {
        width: 100%;
        min-height: 100px;
        height: auto;
    }
    .contact .contact-main-text h1 {
        width: 100%;
        font-size: 22px;
        height: auto;
    }
    .contact .contact-main-text p {
        width: 100%;
        margin-top: 3%;
        font-size: 18px;
        height: auto;
    }
    .contact .contact-main-form {
        width: 100%;
        float: left;
        min-height: 250px;
        height: auto;
    }
    .contact .contact-main-form form label {
        padding: 2% 0%;
        font-size: 19px;
        font-weight: 700;
        width: 50%;
    }
    .contact .contact-main-form form #Salutation {
        outline: none;
        border: 1px solid #1C8D57;
        font-size: 20px;
        padding: 10px 30px;
    }
    .contact .contact-main-form form #title-form {
        outline: none;
        border: 1px solid #1C8D57;
        font-size: 20px;
        padding: 10px 30px;
    }
    .contact .contact-main-form form #Surname-form{
        outline: none;
        border: 1px solid #1C8D57;
        font-size: 20px;
        padding: 10px 30px;
    }
    .contact .contact-main-form form #Country-form {
        outline: none;
        border: 1px solid #1C8D57;
        font-size: 20px;
        padding: 10px 30px;
    }
    .contact .contact-main-form form #email-form {
        outline: none;
        border: 1px solid #1C8D57;
        font-size: 20px;
        padding: 10px 30px;
    }
    .contact .contact-main-form form #file {
        width: 0.1px;
        height: 0.1px;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        z-index: -1;
    }
    .contact .contact-main-form form #message-form {
        outline: none;
        border: 1px solid #1C8D57;
        font-size: 20px;
    }
    .contact .contact-main-aside {
        width: 100%;
        float: left;
        border: 1px solid #1c8d57;
        background: #1C8D57;
        display: flex;
        padding: 10px;
        flex-direction: column;
        justify-content: space-around;
        height: auto;
    }
    .contact .contact-main-aside a {
        width: 100%;
        font-size: 16px;
        color: rgb(255, 255, 255);
        padding: 13px 15px;
        line-height: 2;
        text-align: center;
    }
    .contact-backgraond {
        width: 100%;
        height: 100vh;
        padding-left: 100px;
        padding-right: 100px;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        padding-bottom: 100px;
        justify-content: flex-end;
    }
}
/* ................contact us................. */
@media only screen and (max-width: 500px) {

    .contact-backgraond h1 {
        width: 100%;
        height: auto;
        font-size: 70px;
        color: white;
    }
    .contact-backgraond p {
        width: 80%;
        height: auto;
        font-size: 14px;
        color: white;
    }
    .contact {
        width: 100%;
        height: auto;
        min-height: 250px;
        padding: 70px;
    }
    .contact .contact-main-text {
        width: 100%;
        min-height: 100px;
        height: auto;
    }
    .contact .contact-main-text h1 {
        width: 100%;
        font-size: 22px;
        height: auto;
    }
    .contact .contact-main-text p {
        width: 100%;
        margin-top: 3%;
        font-size: 18px;
        height: auto;
    }
    .contact .contact-main-form {
        width: 100%;
        float: left;
        min-height: 250px;
        height: auto;
    }
    .contact .contact-main-form form label {
        padding: 2% 0%;
        font-size: 19px;
        font-weight: 700;
        width: 50%;
    }
    .contact .contact-main-form form #Salutation {
        outline: none;
        border: 1px solid #1C8D57;
        font-size: 20px;
        padding: 10px 30px;
    }
    .contact .contact-main-form form #title-form {
        outline: none;
        border: 1px solid #1C8D57;
        font-size: 20px;
        padding: 10px 30px;
    }
    .contact .contact-main-form form #Surname-form{
        outline: none;
        border: 1px solid #1C8D57;
        font-size: 20px;
        padding: 10px 30px;
    }
    .contact .contact-main-form form #Country-form {
        outline: none;
        border: 1px solid #1C8D57;
        font-size: 20px;
        padding: 10px 30px;
    }
    .contact .contact-main-form form #email-form {
        outline: none;
        border: 1px solid #1C8D57;
        font-size: 20px;
        padding: 10px 30px;
    }
    .contact .contact-main-form form #file {
        width: 0.1px;
        height: 0.1px;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        z-index: -1;
    }
    .contact .contact-main-form form #message-form {
        outline: none;
        border: 1px solid #1C8D57;
        font-size: 20px;
    }
    label#lable-upload {
        display: inline-block;
        background-color: white;
        color: rgb(45, 45, 45);
        border: 1px solid #1C8D57;
        padding: 6px 79px;
        width: 100%;
        border-radius: 0px;
        cursor: pointer;
        margin-bottom: 10px;
        /* float: right; */
        margin-left: 0%;
        font-size: 15px;
        margin-top: 15px;
    }
    .contact .contact-main-aside {
        width: 100%;
        float: left;
        border: 1px solid #1c8d57;
        background: #1C8D57;
        display: flex;
        padding: 10px;
        flex-direction: column;
        justify-content: space-around;
        height: auto;
    }
    .contact .contact-main-aside a {
        width: 100%;
        font-size: 16px;
        color: rgb(255, 255, 255);
        padding: 13px 15px;
        line-height: 2;
        text-align: center;
    }
    .contact-backgraond {
        width: 100%;
        height: 100vh;
        padding-left: 100px;
        padding-right: 100px;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        padding-bottom: 100px;
        justify-content: flex-end;
    }
}
@media only screen and (max-width: 768px) {
    .home-img {
        background-image: url("../img/Rectangle\ 21.jpg");
        width: 100%;
        height: 100vh;
        z-index: 90;
        color: white;
        display: flex;
        flex-direction: column;
        align-content: flex-start;
        justify-content: center;
    }
    .home-img h1 {
        font-size: 90px;
        text-align: left;
        padding: 0px 80px;
    }
    .home-img p {
        font-size: 17px;
        text-align: left;
        padding-left: 80px;
        width: 70%;
        line-height: 1.2;
    }
    .news-box {
        width: 100%;
        min-height: 250px;
        position: relative;
        padding: 60px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .news-box a {
        width: 40%;
        height: 350px;
        border-radius: 10px;
        margin: 15px;
        margin-bottom: 30px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        overflow: hidden;
        position: relative;
        background-size: cover;
    }
    .news-box a .news-box-text {
        background-color: #1c8d57d1;
        width: 85%;
        z-index: 2;
        display: block;
        border-radius: 10px;
        color: white;
        margin-bottom: 20px;
        padding: 20px;
    }
    
}
@media only screen and (max-width: 500px) {
    .home-img {
        background-image: url("../img/Rectangle\ 21.jpg");
        width: 100%;
        height: 100vh;
        z-index: 90;
        color: white;
        display: flex;
        flex-direction: column;
        align-content: flex-start;
        justify-content: center;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .home-img h1 {
        font-size: 90px;
        text-align: left;
        padding: 0px 80px;
    }
    .home-img p {
        font-size: 14px;
        text-align: left;
        padding-left: 80px;
        width: 70%;
        line-height: 1.2;
    }
    .news-box a {
        width: 100%;
        height: 350px;
        border-radius: 10px;
        margin: 15px;
        margin-bottom: 30px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        overflow: hidden;
        position: relative;
        background-size: cover;
    }
    
}
@media screen and (max-width:768px){
    .logo {
        position: absolute;
        top: -1px;
        left: 8px;
        width: 20%;
        height: 46px;
        text-align: center;
        padding: 10px 0 0 0;
        float: none;
    }
    .logo a img {
		width: 40%;
		height: 100%;
		object-fit: contain;
	}
.logo2{display:none}
nav{width:100%;}
#cssmenu{width:100%}
#cssmenu ul{width:100%;display:none}
#cssmenu ul li{width:100%;border-top:1px solid #444}
#cssmenu ul li:hover{background:#ffffff;}
#cssmenu ul ul li,#cssmenu li:hover > ul > li{height:auto}
#cssmenu ul li a,#cssmenu ul ul li a{width:100%;border-bottom:0}
#cssmenu > ul > li {
    float: none;
    padding: 5px;
}
#cssmenu ul ul li a{padding-left:25px}
#cssmenu ul ul li{background:#ffffff!important;}
#cssmenu ul ul li:hover{background:#ffffff!important}
#cssmenu ul ul ul li a{padding-left:35px}
#cssmenu ul ul li a {
    color: #000;
    background: none;
}#cssmenu ul ul li:hover > a,#cssmenu ul ul li.active > a{color:#1C8D57}
#cssmenu ul ul,#cssmenu ul ul ul{position:relative;left:0;width:100%;margin:0;text-align:left}
#cssmenu > ul > li.has-sub > a:after,#cssmenu > ul > li.has-sub > a:before,#cssmenu ul ul > li.has-sub > a:after,#cssmenu ul ul > li.has-sub > a:before{display:none}
#cssmenu #head-mobile {
    display: block;
    padding: 16px;
    color: #ddd;
    font-size: 12px;
    font-weight: 700;
}
#cssmenu #head-mobile input {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #119d59a9;
    font-size: 11px;
    outline: none;
    width: 100%;
    padding: 4px;
}
.button{width:55px;height:46px;position:absolute;right:0;top:0;cursor:pointer;z-index: 12399994;}
.button:before {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 16px;
    right: 20px;
    display: block;
    height: 2px;
    width: 20px;
    background: #000;
    content: '';
}
.button:after {
    position: absolute;
    top: 22px;
    right: 20px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
    content: '';
}
.button.menu-opened:after {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    top: 23px;
    border: 0;
    height: 2px;
    width: 19px;
    background: #000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.button.menu-opened:before {
    top: 23px;
    background: #000;
    width: 19px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#cssmenu .submenu-button{position:absolute;z-index:99;right:0;top:0;display:block;border-left:1px solid #ffffff;height:46px;width:46px;cursor:pointer}
#cssmenu .submenu-button.submenu-opened{background:#ffffff}
#cssmenu ul ul .submenu-button{height:34px;width:34px}
#cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #000;
    content: '';
}
#cssmenu ul ul .submenu-button:after{top:15px;right:13px}
#cssmenu .submenu-button.submenu-opened:after{background:#fff}
#cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #000;
    content: '';
}#cssmenu ul ul .submenu-button:before{top:12px;right:16px}
#cssmenu .submenu-button.submenu-opened:before{display:none}
#cssmenu ul ul ul li.active a{border-left:none}
#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active > a{border-top:none}
#cssmenu ul li#search-box {
    display: none;
}
}
@media screen and (min-width: 768px) and (max-width: 768px){
    #cssmenu #head-mobile {
        left: 18%;
        display: block;
        padding: 16px;
        color: #ddd;
        font-size: 12px;
        font-weight: 700;
        width: 70%;
    }
    .logo a img {
		width: 32%;
		height: 100%;
		object-fit: contain;
	}
    #cssmenu ul li#search-box {
        display: none;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
	.menu-bar {
		background: #ffffff;
		z-index: 9999;
		display: flex;
		align-content: center;
		justify-content: space-evenly;
	}
	nav#cssmenu {
		width: 90%;
		display: flex;
		align-items: center;
		justify-content: space-evenly;
		padding: 0;
	}
	#cssmenu ul li#search-box {
		display: block;
		padding: 00px;
		position: relative;
	}
	
	#cssmenu > ul > li {
		float: left;
		padding: 0;
	}
	#cssmenu ul {
		display: flex;
		align-items: center;
		justify-content: space-evenly;
	}
	#cssmenu > ul > li > a {
		font-size: 13px;
	}
	#cssmenu ul li#search-box i {
		color: #119d59;
		position: absolute;
	}
	.logo {
		padding: 10px;
		width: 10%;
		height: 85px;
	}
	.logo a img {
		width: 90%;
		height: 95%;
	}
	#search {
		font-size: 13px;
		padding: 8px 0px 8px 0px;
	}
	header h1 {
		font-size: 160px;
	}
	header p {
		font-size: 20px;
	}
	section.one {
		padding-left: 80px;
		padding-right: 80px;
		display: flex;
		flex-direction: column;
		justify-content: space-around;
	}
	section.one .one-text h1 {
		font-size: 30px;
	}
	section.one .one-text h1::before {
		padding: 2px 15px;
		top: 21px;
	}
	.Who-box {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.Who-box .text-who-box {
		width: 100%;
	}
	.Who-box .text-who-box .more-Who {
		width: 100%;
		margin: 8% auto;
		justify-content: center;
	}
	.img-box1 {
		width: 100%;
	}
	.img-box1 .img1-box1 {
		left: 120px;
	}
	.img-box1 .img2-box1 {
		left: 380px;
	}
	section.two h1 {
		font-size: 30px;
	}
	section.two h1::before {
		padding: 2px 15px;
		top: 20px;
	}
	section.two {
		padding-left: 80px;
		padding-right: 80px;
		display: flex;
		flex-direction: column;
		justify-content: space-around;
	}
	section.two h1 {
		font-size: 30px;
	}
	section.two h1::before {
		padding: 2px 15px;
		top: 20px;
	}
	section.two .products {
		display: grid;
		grid-template-columns: 33% 33% 33%;
		column-gap: 10px;
	}
	.two .products a.product {
		width: 100%;
	}
	.two .products a.product div:nth-child(1) {
		width: 100% !important;
		height: 80% !important;
	}
	.two .products a.product img {
		width: 100%;
	}
	.two .products a.product .text-animal {
		left: 179px;
	}
	.three {
		padding-left: 80px;
		padding-right: 80px;
		padding-top: 150px;
		display: flex;
		flex-direction: column;
		justify-content: space-around;
	}
	section.three h1 {
		font-size: 30px;
	}
	section.three h1::before {
		padding: 2px 15px;
		top: 20px;
	}
	section.three .usefull {
		width: 100%;
		min-height: 250px;
		margin-top: 100px;
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		margin-left: 0px;
		justify-content: space-evenly;
		align-items: center;
	}
	section.three .usefull .usefull-link {
		width: 30%;
		height: 50px;
		margin-left: 0;
		margin-right: 00px;
		margin: 5px auto;
	}
	.footer-box .stay {
		width: 35%;
		height: 350px;
		padding: 80px 10px;
	}
	.footer-box .stay h3 {
		font-size: 25px;
	}
	.footer-box .stay p {
		font-size: 15px;
	}
	.footer-box .contact-us {
		padding: 80px 10px 1px 65px;
	}
	.footer-box .contact-us h3 {
		font-size: 25px;
	}
	.footer-box .contact-us a {
		padding: 6px;
	}
	.footer-box .fallow {
		padding: 71px 0px 50px 120px;
	}
	.footer-box .fallow h3 {
		font-size: 25px;
	}
	.footer-box .fallow .follow-items a.instagram {
		width: 35px;
		height: 35px;
	}
	.footer-box .fallow .follow-items a.youtube {
		width: 35px;
		height: 35px;
	}
	.footer-box .fallow .follow-items a.telegram {
		width: 35px;
		height: 35px;
	}
}
@media only screen and (min-width: 1440px) {
	.logo a img {
		width: 80px;
		height: 100%;
		object-fit: contain;
	}
	.Who-box {
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	.Who-box .text-who-box {
		width: 40%;
		height: 492px;
	}
	.Who-box .text-who-box .text1-Who p {
		font-size: 20px;
		text-align: left;
	}
	.Who-box .text-who-box .text2-Who p {
		font-size: 18px;
	}
	.img-box1 {
		width: 50%;
	}
	.two .products a.product img {
		width: 80%;
		border-radius: 50%;
	}
	.two .products a.product .text-animal {
		left: 233px;
	}
}
@media only screen and (min-width: 1921px) {
	.Who-box .text-who-box .text1-Who p {
		line-height: 1.3;
	}
	.Who-box .text-who-box .text2-Who p {
		line-height: 1.3;
	}
	.Who-box .text-who-box .more-Who {
		margin: 8% auto;
	}
	.Who-box .text-who-box .more-Who {
		justify-content: center;
	}
	.two .products a.product .text-animal {
		left: 310px;
		height: 140px;
		width: 140px;
		padding: 0;
	}
	.two .products a.product div:nth-child(1)  {
		width: 85%;
		height: 95%;
	}
	.two .products a.product .text-animal p {
		font-size: 20px;
	}
}