@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');
body{
    padding: 0px;
    margin: 0px;
    background-size: cover;
    font-family: 'PT Serif', serif;
}
ul{
    padding: 0px;
    margin: 0px;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
}
h1, h2, h3, h4, h5, p{
    margin: 0px;
    padding: 0px;
}
button, input, select, textarea{
    outline: none;
}
.center{
    width: 90%;
    max-width: 1170px;
    height: auto;
    margin: 0 auto;
}

/* HEADER */
header{
    width: 100%;
    height: auto;
    float: left;
    padding-bottom: 20px;
    padding-top: 20px;
    position: relative;
}
.header_row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.header_item{
    width: max-content;
    height: auto;
}
.header_item img{
    width: 160px;
    float: left;
    object-fit: contain;
    object-position: center;
}
.header_item ul{
    margin-top: 20px;
}
.header_item li{
    float: left;
    margin-left: 30px;
    position: relative;
}
.header_item a{
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    float: left;
}
.header_item ul > li:last-child a{
    border: 1px solid #ffffff;
    padding: 11px 35px 12px 35px;
    transition: 0.5s;
}
.header_item ul > li:last-child a:hover{
    background-color: #ffffff;
    color: #1d4595;
    transition: 0.5s;
}
.header_item_lang{
   font-size: 16px;
   color: #ffffff;
   font-weight: 700;
   text-transform: uppercase;
   width: fit-content;
   height: auto;
   padding: 0 15px 0 0;
   position: relative;
   cursor: pointer;
   transition: .4s;
}
.header_item_lang::before{
   content: "";
   position: absolute;
   right: 0;
   top: 5.5px;
   width: 10px;
   height: 10px;
   background-image: url('data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDQ4IDUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNDE2IDM1MmMtOC4xODggMC0xNi4zOC0zLjEyNS0yMi42Mi05LjM3NUwyMjQgMTczLjMgNTQuNiAzNDIuN2MtMTIuNSAxMi41LTMyLjc1IDEyLjUtNDUuMjUgMHMtMTIuNS0zMi43NSAwLTQ1LjI1bDE5Mi0xOTJjMTIuNS0xMi41IDMyLjc1LTEyLjUgNDUuMjUgMGwxOTIgMTkyYzEyLjUgMTIuNSAxMi41IDMyLjc1IDAgNDUuMjUtNi4yIDYuMi0xNC40IDkuMy0yMi42IDkuM3oiIGZpbGw9IiNmZmZmZmYiIGNsYXNzPSJmaWxsLTAwMDAwMCI+PC9wYXRoPjwvc3ZnPg==');
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   transform: rotate(180deg);
   transition: .4s;
}
.header_item_lang.active::before{
   transform: rotate(0deg);
   transition: .4s;
}
.header_item_langDropdown{
    width: 100%;
    min-width: 40px;
    height: 0px;
    position: absolute;
    left: 0;
    top: 26px;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;
    box-sizing: border-box;
}
.header_item_langDropdown a{
   padding: 0 !important;
   border: unset !important;
   color: #1d4595;
   font-size: 12px;
   border-bottom: 1px solid #e8e8e8 !important;
   width: 100%;
   text-align: center;
   padding: 5px 0 !important;
   box-sizing: border-box;
}
.header_item_langDropdown a:first-child{
   border-top: unset !important;
}
/* HEADER */

/* MAIN */
.main{
    width: 100%;
    height: auto;
    float: left;
    background-image: url(../images/gallery/main.jpg);
    background-color: #22222226;
    background-blend-mode: multiply;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 180px;
    padding-top: 200px;
    margin-top: -108px;
}
.main_center{
    width: 90%;
    max-width: 1170px;
    height: auto;
    margin: 0 auto;
}
.main_row{
    width: 100%;
    height: auto;
    float: left;
}
.main_row_project{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.main_row_project h1{
    text-align: center !important;
    padding: 0 !important;
    font-size: 28px !important;
    border: unset !important;
}
.main_row_project p {
    text-align: center !important;
}
.main_row_project a{
    margin-right: 0px !important;
}
.main_row h1{
    width: 100%;
    float: left;
    text-align: left;
    font-weight: 700;
    font-size: 25px;
    color: #ffffff;
    border-left: 10px solid #164396;
    padding: 5px 0 8px 25px;
    box-sizing: border-box;
}
.main_row h1 > b{
    font-size: 37px;
    margin: 0;
    float: left;
    width: 100%;
}
.main_row p{
    width: 100%;
    float: left;
    text-align: left;
    font-weight: 400;
    font-size: 19px;
    line-height: 27px;
    letter-spacing: 0.02em;
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 15px;
    padding: 0 0 0 35px;
    box-sizing: border-box;
}
.main_row a{
    padding: 16px 45px 16px 45px;
    float: left;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    margin-top: 24px;
    margin-right: 15px;
    text-transform: uppercase;
}
.main_btn1{
    background-color: #ffffff;
    color: #C7AB5D;
}
.main_btn2{
    background-color: #C7AB5D;
    color: #ffffff;
    transition: 0.5s;
}
.main_btn2:hover{
    background-color: #af9652;
    transition: 0.5s;
}
/* MAIN */

/* ABOUT */
.about{
    width: 100%;
    height: auto;
    float: left;
    margin-top: -50px;
    position: relative;
    margin-bottom: 60px;
}
.about_center{
    width: 90%;
    max-width: 1170px;
    height: auto;
    margin: 0 auto;
}
.about_row{
    width: -webkit-fill-available;
    width: -moz-available;
    height: auto;
    float: left;
    background-color: #ffffff;
    padding: 35px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-shadow: 0px 0px 21px -12px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 21px -12px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 21px -12px rgba(0,0,0,0.75);
}
.about_item{
    width: 48%;
    height: auto;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.about_item ul{
    width: 100%;
    height: auto;
    float: left;
}
.about_item ul > li{
    width: 100%;
    height: auto;
    float: left;
    padding: 0 0 0 20px;
    position: relative;
    margin: 8px 0 0;
    line-height: 20px;
}
.about_item ul > li::before{
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 10px;
    left: 0;
    top: 7px;
    background-color: #1d4595;
}
.about_item:nth-child(5){
    margin-bottom: 0px;
}
.about_item:nth-child(6){
    margin-bottom: 0px;
}
.about_item h2{
    width: 100%;
    text-align: left;
    float: left;
    font-size: 30px;
    color: #002D87;
}
.about_item p{
    width: 100%;
    text-align: left;
    float: left;
    font-size: 16px;
    color: #000000;
    margin-top: 15px;
}
.about_item p > b, .about_item li > b{
    color: #164396;
}
.about_item p > a{
    color: #164396;
    text-decoration: underline;
 }
.about_item img{
    width: 100%;
    height: 100%;
    max-height: 400px;
    object-fit: cover;
    object-position: center;
}
/* ABOUT */

/* PROJECT */
.project{
    width: 100%;
    height: auto;
    float: left;
    background-color: #F8F8F8;
    padding-bottom: 60px;
    padding-top: 110px;
    margin-top: -50px;
}
.project_center{
    width: 90%;
    max-width: 1170px;
    height: auto;
    margin: 0 auto;
}
.project h2{
    width: 100%;
    text-align: left;
    float: left;
    font-size: 30px;
    color: #C7AB5D;
    text-transform: uppercase;
}
.project p{
    width: 100%;
    text-align: left;
    float: left;
    font-size: 17px;
    color: #000000;
    margin-top: 15px;
}
.project_row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.project_item{
    width: 48%;
    height: auto;
    margin-top: 50px;
}
.project_item img{
    width: -webkit-fill-available;
    width: -moz-available;
    height: 300px;
    padding: 14px;
    object-fit: cover;
    object-position: center;
    float: left;
    border: 2px solid #C7AB5D;
}
.project_item b{
    width: 100%;
    float: left;
    text-align: left;
    color: #C7AB5D;
    font-weight: 700;
    font-size: 22px;
    margin-top: 20px;
}
.project_item span{
    width: 100%;
    float: left;
    text-align: left;
    color: #000000;
    font-weight: 400;
    font-size: 16px;
    margin-top: 15px;
}
.project_item-button{
    padding: 13px 43px 14px 43px;
    float: left;
    text-align: center;
    background-color: #C7AB5D;
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    margin-top: 24px;
    text-transform: uppercase;
    transition: 0.5s;
}
.project_item-button:hover{
    background-color: #af9652;
    transition: 0.5s;
}
.project_item:first-child{
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #fff;
    padding: 15px 15px 15px 45px;
    box-sizing: border-box;
    border: 2px solid #C7AB5D;
}
.project_item:first-child .project_box:nth-child(1){
    width: 42%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
    align-content: center;
}
.project_item:first-child .project_box:nth-child(2){
    width: 58%;
    height: auto;
}
.project_item:first-child img{
    height: 350px;
    border: unset;
    padding: 0;
}
.project_item:first-child b{
    width: 90%;
}
.project_item:first-child p{
   width: 90%;
}
.project_item:first-child span{
   width: 90%;
}
/* PROJECT */

/* CONTACTS */
.contact{
    width: 100%;
    height: auto;
    min-height: 100vh;
    float: left;
    background-color: #ffffff;
    padding-bottom: 60px;
    padding-top: 60px;
    box-sizing: border-box;
}
.contact_center{
    width: 90%;
    max-width: 1170px;
    height: auto;
    margin: 0 auto;
}
.contact_row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact_item{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact_item iframe{
    width: 100%;
    height: 500px;
    margin: 0 0 50px;
}
.contact_box{
    width: 23%;
    height: auto;
}
.contact_box b{
    width: 100%;
    float: left;
    text-align: left;
    font-weight: 400px;
    font-size: 18px;
    letter-spacing: 0.02em;
    color: #C7AB5D;
}
.contact_box a{
    width: 100%;
    float: left;
    text-align: left;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.02em;
    color: #000000;
    margin-top: 4px;
    cursor: pointer;
}
.contact_box:nth-child(4) a{
    text-decoration: underline;
}
/* CONTACTS */

/* FOOTER */
footer{
    width: 100%;
    height: auto;
    float: left;
    padding-bottom: 25px;
    padding-top: 25px;
    background-color: #f1f1f1;
}
footer p{
    width: 100%;
    float: left;
    text-align: center;
    font-size: 15px;
    color: #7d7d7d;
    letter-spacing: 0.02em;
    font-weight: 400;
}
/* FOOTER */

/* PROJECT IN */
.proj_element{
    width: 50px;
    height: 50px;
    background-color: white;
    margin: 0 auto;
    display: inline-grid;
    margin-top: -25px;
    transform: rotate(45deg);
}
.information{
    width: 100%;
    height: auto;
    float: left;
    background-color: #ffffff;
    padding-bottom: 60px;
    padding-top: 35px;
}
.information_center{
    width: 90%;
    max-width: 1170px;
    height: auto;
    margin: 0 auto;
}
.information_row{
    width: 100%;
    height: auto;
    float: left;
}
.information h2{
    width: 100%;
    text-align: left;
    float: left;
    font-size: 30px;
    color: #002D87;
}
.information p{
    width: 100%;
    text-align: left;
    float: left;
    font-size: 17px;
    color: #000000;
    margin-top: 15px;
}
/* PROJECT IN */

/* GALLERY */
.gallery{
    width: 100%;
    height: auto;
    float: left;
    background-color: #F8F8F8;
    padding-bottom: 60px;
    padding-top: 60px;
}
.gallery_center{
    width: 90%;
    max-width: 1170px;
    height: auto;
    margin: 0 auto;
}
.gallery h2{
    width: 100%;
    text-align: left;
    float: left;
    font-size: 30px;
    color: #C7AB5D;
    text-transform: uppercase;
}
.gallery_row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.gallery_row img{
    width: 31%;
    height: 250px;
    object-fit: cover;
    object-position: center;
    margin-top: 40px;
    cursor: zoom-in;
}
/* GALLERY */

/* ORDER */
.order{
    width: 100%;
    height: 100vh;
    float: left;
    background-color: #00000036;
    position: fixed;
    z-index: 100000;
    display: none;
    left: 0;
    top: 0;
}
.order_center{
    width:90%;
    max-width:1170px;
    height:auto;
    margin:0 auto;
}
.order_row{
    width:100%;
    max-width: 350px;
    height:auto;
    margin:0 auto;
    background-color:#fff;
    position:absolute;
    left:50%;
    top:50%;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
}
.order_row img{
    width: 14px;
    height: 14px;
    object-fit:cover;
    float:right;
    margin-right:12px;
    margin-top:15px;
    cursor:pointer;
}
.order_row h2{
    width:100%;
    height:auto;
    float:left;
    text-align:center;
    font-weight: 700;
    margin-top:12px;
    margin-bottom:30px;
    text-transform:uppercase;
    font-size: 20px;
}
.order_row form{
    width: 83%;
    height:auto;
    margin:0 auto;
    display:block;
}
.order_row input{
    width:-webkit-fill-available;
    width:-moz-available;
    float:left;
    margin-bottom:16px;
    padding-left:15px;
    padding-right:15px;
    height: 46px;
    font-size: 14px;
    border: 1px solid #C7AB5D;
}
.order_row input::placeholder{
    color: #C7AB5D;
}
.order_row span{
    width:100%;
    float:left;
    text-align:left;
    font-size: 11px;
    line-height:16px;
    margin-top:13px;
}
.order_row p{
    width:100%;
    float:left;
    text-align:left;
    font-size:12px;
    line-height:16px;
    color:#004B89;
}
.order_row button{
    width:100%;
    height: 48px;
    border:none;
    font-size: 14px;
    margin-top: 13px;
    font-weight: 700;
    margin-bottom:35px;
    text-transform:uppercase;
    background-color: #C7AB5D;
    color:#fff;
    cursor:pointer;
    transition:.5s;
}
.order_rowa button:hover{
    background-color: #af9652;
    transition: 0.5s;
}
/* ORDER */

.header_item i{
    display: none;
}

/* 404 */
.err_bg{
   width: 100%;
   height: 100vh;
   object-fit: cover;
   opacity: 1;
}
.err{
   width: 95%;
   max-width: 600px;
   height: auto;
   position: absolute;
   left: 50%;
   top: 50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
}
.err img{
   width: 200px;
   margin: 0 auto;
   display: block;
}
.err h2 {
   width: 100%;
   float: left;
   text-align: center;
   font-size: 25px;
   line-height: 36px;
   margin-top: 25px;
   color: #ffffff;
   text-transform: uppercase;
   font-weight: 700;
}
.err p {
   width: 100%;
   float: left;
   text-align: center;
   font-size: 17px;
   line-height: 26px;
   color: #ffffff;
   margin-top: 5px;
   margin-bottom: 25px;
   font-weight: 400;
}
.err_btn{
   background-color: #C7AB5D;
   color: #ffffff;
   font-size: 15px;
   font-weight: 500;
   float: unset;
   margin: 0 auto;
   padding-left: 30px;
   padding-right: 30px;
   padding-bottom: 18px;
   padding-top: 17px;
   display: table;
   margin-top: 25px;
   text-transform: uppercase;
   transition: 0.5s;
}
.err_btn:hover {
   background-color: #af9652;
   transition: 0.5s;
}
/* 404 */

/* IMPORTANT */
.important{
    width: 100%;
    height: auto;
    float: left;
    background-color: #ffffff;
    padding: 70px 0 110px;
}
.important-title{
    width: 100%;
    text-align: center;
    float: left;
    font-size: 20px;
    color: #C7AB5D;
}
.important-description{
    width: 100%;
    height: auto;
    text-align: left;
    float: left;
    font-size: 16px;
    color: #000000;
    margin: 30px 0 0 0;
}
/* IMPORTANT */

@media screen and (max-width: 1150px){
    .about_row{
        display: grid;
    }
    .about_item{
        width: 100%;
        margin-bottom: 20px !important;
    }
    .about_item:nth-child(1){
        order: 1;
    }
    .about_item:nth-child(2){
        order: 2;
    }
    .about_item:nth-child(3){
        order: 4;
    }
    .about_item:nth-child(4){
        order: 3;
    }
    .about_item:nth-child(5){
        order: 5;
    }
    .about_item:nth-child(6){
        order: 6;
        margin-bottom: 0px !important;
    }
    .contact_box{
        width: 48%;
        margin-bottom: 15px;
    }
    .gallery_row img{
        width: 48%;
    }
}
@media screen and (max-width: 850px){
    .project_item{
        width: 100%;
    }
   .project_item:first-child{
        width: 100%;
        padding: 0;
        background-color: unset;
        border: unset;
   }
   .project_item:first-child .project_box{
        width: 100% !important;
   }
   .project_item:first-child .project_box:nth-child(1){
      order: 2;
   }
   .project_item:first-child .project_box img{
      padding: 14px;
      border: 2px solid #C7AB5D;
      height: 300px;
   }
}
@media screen and (max-width: 850px){
    .main{
        margin-top: -97px;
        padding-top: 150px;
        padding-bottom: 110px;
    }
    header{
        padding-top: 15px;
        padding-bottom: 16px;
    }
    .header_item{
        width: 100%;
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
   .header_item:nth-child(2){
      position: absolute;
      left: 0;
      top: 210px;
      height: auto;
   }
    .header_item ul{
        display: none;
        position: absolute;
        background-color: #1d4595;
        width: 100%;
    }
    .header_item li{
        width: -webkit-fill-available;
        width: -moz-available;
        float: left;
        margin-left: 0px;
    }
    .header_item:nth-child(2) a{
        width: -webkit-fill-available;
        width: -moz-available;
        float: left;
        border: unset !important;
        padding: 15px 5%;
    }
    .header_item:nth-child(2) a{
        background-color: #1d4595;
        transition: 0.5s;
    }
    .header_item:nth-child(2) a:hover{
        background-color: #ffffff;
        color: #1d4595;
        transition: 0.5s;
    }
    .header_item i{
        display: block;
        float: right;
        color: #1d4595;
        font-size: 17px;
        margin-top: 9px;
        background: white;
        width: 44px;
        text-align: center;
        padding-top: 13px;
        padding-bottom: 13px;
        cursor: pointer;
        margin: 0;
    }
    .header_item_lang{
        padding: 15px 20px 15px 5%;
    }
    .header_item_lang::before{
        top: 20.5px;
    }
    .header_item_langDropdown{
        position: absolute;
        top: 47px;
    }
    .header_item_langDropdown a{
        padding-left: 5% !important;
        padding-right: 15px !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        color: #ffffff;
        text-align: left;
        font-size: 16px;
        font-weight: 700;
    }
    .about_row{
        padding: 20px;
    }
    .about_item h2, .information h2, .gallery h2{
        font-size: 25px;
    }
    .information p{
        font-size: 16px;
    }
    .gallery_row img{
        width: 100%;
    }
}    
@media screen and (max-width: 650px){
    .project_item img{
        height: 200px !important;
    }
    .contact_box{
        width: 100%;
    }
    .gallery_row img{
        height: 260px;
        margin-top: 20px;
    }
   .header_item img{
       width: 140px;
   }
    .main_row h1 {
       font-size: 17px;
       color: #ffffff;
       border-left: 8px solid #164396;
       padding: 5px 0 5px 17px;
       box-sizing: border-box;
    }
   .main_row h1 > b{
       font-size: 28px;
       margin: 0 0 5px;
   }
   .main_row p{
      font-size: 16px;
      margin: 20px 0;
      line-height: normal;
      padding: 0 0 0 25px;
   }
   .contact_item iframe{
       height: 300px;
   }
   .header_item:nth-child(2) {
       position: absolute;
       left: 5%;
       width: 90%;
       top: 203px;
       height: auto;
       z-index: 10005;
    }
}