* {
    font-family: Arial, Helvetica, sans-serif;
}

body {
    margin: 0px;
}

.background {
    background: url("../img/Mountains.jpg") center/cover;
    background-color: #c3c3c3;
    height: 100%;
    width: 100%;
    z-index: -1;
    position: fixed;
}

.positioning-right {
    display: flex;
    justify-content: flex-end;
}

.main-block {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap-reverse;
    justify-content: center;
    justify-items: center;
}


.main-block_items {
    background-color: rgb(254, 254 ,254 ,65%);
    border: solid 4px #2c2a2b;
    border-image:
    linear-gradient(
        to bottom, 
        #2c2a2b, 
        rgba(0, 0, 0, 0)
        ) 1 100%;
    border-top: 0px;
    border-radius: 5px;
    width: 80%;
    height: 100%;
    word-wrap: break-word;
    margin: auto;
}

.main-block_items_con {
    background-color: rgb(254, 254 ,254 ,65%);
    border: solid 4px #2c2a2b;
    border-image:
    linear-gradient(
        to bottom, 
        #2c2a2b, 
        rgba(0, 0, 0, 0)
        ) 1 100%;
        border-top: 0px;
        border-radius: 5px;
        width: 80%;
        height: 100%;
        word-wrap: break-word;
        margin: auto;
    height: 1000px;
}

    .main-header {
        position: sticky;
        top: -4px;
        border-top: solid 4px #2c2a2b;
        border-left: solid 4px #2c2a2b;
        border-right: solid 4px #2c2a2b;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        height: 65px;
        width: 80%;
        background-color: #2c2a2b;
        display: flex;
        flex-wrap: wrap;
        height: 100%;
        justify-content: space-between;
        align-items: center;
        margin: 5rem auto;
        margin-bottom: 0px;
        z-index: 10;
    }

    .main-logo {
        margin-left: 20px;
        display: flex;
    }
    
    .main-header_items {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        font-weight: bold;
        padding: 0;
        margin: 0px;
        margin-right: 20px;
    }
    
    .main-header_item {
        display: flex;
        font-size: 14px;
        padding: 23.5px 0.9rem;
    }
    
    .main-header_items a {
        text-decoration: none;
        color: white;
    }
    
    .main-header_items :active ,
    .main-header_items :hover {
        font-weight: bold;
        cursor: pointer;
        background: #5d595b;
        color: #2c2a2b;
    }

    .dropbtn {
        background: url(../img/menu.png) center/cover;
        background-repeat: no-repeat;
        margin-right: 35px;
        padding: 0px;
      }
      
    .dropbtn {
        width: 32px;
        height: 32px;
        display: none;
        color: black;
        font-size: 16px;
        border: none;
        cursor: pointer;
    }
    
    .dropbtn:hover , .dropbtn:focus {
        outline: none;
    }
    
    .dropdown {
        position: relative;
        display: inline-block;
    }
    
    .dropdown-content {
        transform: translateX(-85px);
    }

    
    .dropdown-content {
        width: 130px;
        display: none;
        position: absolute;
        background-color: none;
        /* min-width: 80px; */
        /* overflow: auto; */
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
    }
    
    .dropdown-content a {
        text-align: center;
        border: solid black 1px;
        border-radius: 15px;
        background-color: #f1f1f1;
        color: black;
        margin: 3px 0px;
        padding: 10px 6px;
        text-decoration: none;
        display: block;
    }
    
    .dropdown a:hover {background-color: #ddd;}
    
    .show {display: block;}
      
    .tel-lan {
        background: rgba(0, 0, 0, 50%);
        display: flex;
        justify-content: space-between;
        align-items: center;
        border: solid 4px #2c2a2b;
        border-bottom: 0px;
        width: 80%;
        margin: 0 auto;
        color: white;
    }

    #tel-chat {
      display: flex;
    }

    #tel-num {
      display: flex;
      flex-direction: column;
    }
    
    #tel-num a {
        margin: 0px 1rem;
        color: white;
        text-decoration: none;
    }

    #social-chats {
      display: flex;
      align-items: center;
      padding-left: 20px;
    }

    #social-chats a {
      margin: 0px 10px;
    }
    
    #social-chats img {
      width: 25px;
    }

    .tel-lan p {
        margin: 15px 0px;
        margin-left: 1.26rem;
        font-size: 13.3px;
    }
    
    .flag {
        margin-right: 1.26rem;
        width: 16px;
        height: 12px;
    }

    @media (max-width: 66.25rem) {
        .background {
            background: #c3c3c3;
        }
        .main-block_items {
            width: 100%;
            border: 0px;
        }
        .main-header {
            width: 100%;
            margin-top: 0px;
            margin-bottom: 0px;
            border-top-left-radius: 0px;
            border-top-right-radius: 0px;
            border: 0px;
            margin-right: 0px;
            margin-left: 0px;
        }
        .main-header_items {
            display: none;
        }
        .dropbtn {
            display: block
        }
        .tel-lan {
            width: 100%;
            border-right: 0px;
            border-left: 0px;
            margin-right: 0px;
        }

    }
    
    .main-footer {
        background: #2c2a2b;
        color: white;
        margin: 16px 0px;
    }

    .main-footer_list {
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding: 16px 0px;
        list-style: none;
        margin: 0px;
    }

    .main-footer_list h5{
        margin-top: 0px;
        margin-bottom: 11.4px;
        font-size: 0.8rem;
    }
    
    .main-footer_item_start {
        margin-left: 16px;
    }

    .main-footer_item_start .main-header_items {
        display: flex;
        flex-direction: column;
        padding: 0px;
    }

    .main-footer_item_start .main-header_item {
        padding: 0px;
        color: #c3c3c3;
    }

    .main-footer_item_start a {
        width: 50%;
        margin: 2.5px 0px;
    }

    .main-footer_item_start .main-header_item:hover ,
    .main-footer_item_start .main-header_item:active {
        font-weight: 0;
        background: #2c2a2b;
        color: #5d595b;
    }

    .second-footer_item {
        display: flex;
        color: #c3c3c3;
        margin: 5px 0px;
        font-size: 0.7rem;
    }

    .second-footer_item h5 {
        margin-top: 0px;
        margin-bottom: 10px;
        color: #dfd9d9;
        font-size: 0.8rem;
    }

    .second-footer_items {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        margin: 0px;
        margin-left: 20px;
    }

    .main-footer_item_start {
        width: 25%;
    }

    .main-footer_item_cont {
        width: 30%;
    }

    .main-footer_item_soc {
      display: none;
      width: 19%;
      margin-left: 1%;
    }

    .main-footer_item_soc a {
      margin: 0 5px;
    }

    .main-footer_item_soc img {
      width: 35px;
    }

    .main-footer_item_soc img:hover {
      filter: brightness(40%);
    }

    .main-footer_item_int {
        display: flex;
        flex-direction: row;
        width: 35%;
        margin-right: 1%;
    }

    .main-footer_item_end {
        display: flex;
        width: 24%;
        margin-right: 16px;
    }

    .facebook {
        background: url(../img/Wfacebook.png) center/cover;
    }

    .instagram {
        background: url(../img/WInstagram.png) center/cover;
    }

    .google-plus {
        background: url(../img/WGoogle+.png) center/cover;
    }

    .facebook ,
    .instagram ,
    .google-plus {
        display: flex;
        width: 35px;
        height: 35px;
        margin: 0px 5px;
    }

    .facebook:hover ,
    .instagram:hover ,
    .google-plus:hover {
        filter: invert(100%);
    }

    .social-icons a {
      margin: 0 2.5px;
    }

    .social-icons img {
      width: 35px;
    }

    .social-icons img:hover {
      filter: brightness(40%);
    }

    .second-footer_list ,
    .second-footer_list_inst ,
    .second-footer_list_end {
        padding: 0px;
        list-style: none;
        width: 100%;
    }

    .main-footer_item_end {
        margin-right: 16px;
    }
    
    .second-footer_list_end {
        border-left: solid 1px #5d595b;
        padding-left: 10px;
    }

    .copy_pow {
        background: rgba(194, 194, 194, 60%);
        padding: 21.28px 16px;
        border-top: solid 1px #2c2a2b;
        margin: 16px 0px;
        margin-bottom: 0px;
        display: flex;
        justify-content: space-between;
    }

    @media (max-width: 56.25rem) {
        #social-chats {
          padding: 0px;
        }
        .main-footer_list {
            flex-direction: column;
            flex-wrap: wrap;
            align-items: center;
            height: 300px;
        }   
        .main-footer_item_start ,
        .main-footer_item_int ,
        .main-footer_item_end {
            display: flex;
            flex-direction: column;
            align-items: center;
            width: 50%;
            margin: 0px;
        }
        .main-footer_item_soc {
          display: flex;
          transform: translate(0px, 26px);
        }
        .social-icons {
          display: none;
        }
        .main-footer_item_cont {
            display: flex;
            flex-direction: column;
            align-items: center;
            width: 50%;
        }
        .second-footer_list {
            display: flex;
            flex-direction: row;
            justify-content: left;
            margin-top: 20px;
            width: 100%;
        }
        .second-footer_list h5 {
            display: flex;
            margin-bottom: 4px;
        }
        .second-footer_item {
            display: flex;
            flex-direction: row;
            justify-content: start;
        }
        .second-footer_list_end {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: start;
            padding: 0px;
            border: 0px;
            margin-top: 60px;
        }
        .second-footer_list ,
        .second-footer_list_end {
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .facebook {
            display: flex;

        }
    }

    @media (max-width: 390px) {
      #tel-num a {
        margin: 0 10px;
      }
      #social-chats a {
        margin: 0px 5px;
      }
    }