body{
    margin: 0px;
    padding: 0px;
    font-family: 'Inter', sans-serif;
    color: #666666;
}

.header-container{
    display: flex;
    flex-direction: row;
    position: fixed;
    width: 100%;
    height: 80px;
    z-index: 998;
}
.logo-box{
    background-color: #dd3f23;
    width: 425px;
    height: 80px;
}
.logo-box a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.logo-box img{
    display: block;
    height: 50px;
    width: 165px;
}
.menu-box{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #ffffff;
}
.menu-box ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    flex-direction: row;
    height: 100%;
}
.menu-box li{
    margin-left: 55px;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}
.menu-box li:hover{
    border-bottom: 4px solid #dd3f23;
}
.menu-box li:hover a{
    color: #dd3f23;
}
.main-site li{
    margin-left: 0;
    margin-right: 70px;
}
.menu-box a{
    display: flex;
    align-items: center;
    text-decoration: none;
    height: 100%;
    width: 100%;
    font-weight: 600;
    font-size: 14px;
    color: #666666;
}
.burger-menu-box{
    width: 100%;
    height: 100%;
    display: none;
    justify-content: flex-end;
    align-items: center;
}
.burger-menu-box-icon{
    margin-right: 60px;
    width: 40px;
    height: 30px;
    background: url("../media/Group 1burger-button.png") no-repeat;
    background-size: cover;
    cursor: pointer;
}
.mobile-menu{
    display: none;
    justify-content: space-between;
    background-color: #ffffff;
    width: 100%;
    position: absolute;
    top: 0px;
}
.mobile-menu ul{
    list-style: none;
    padding: 0px;
    margin: 45px 0 0 80px;
}
.mobile-menu li{
    margin-bottom: 40px;
}
.mobile-menu a{
    color: #666666;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
}
.close-menu-button{
    background: url("../media/Mask Groupclose-button.png") no-repeat;
    background-size: cover;
    width: 45px;
    height: 45px;
    margin-top: 30px;
    margin-right: 60px;
    cursor: pointer;
}

.under_header{
    height: 80px;
}

.map-container{
    background-image: url("../media/substrate-card-grey.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 1160px;
    background-color: #f2f2f2;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.map-container-box{
    position: absolute;
    display: flex;
    justify-content: center;
    /*width: 3000px;*/
}
.map-container .map{
    position: relative;
    width: 1700px;
    height: 1200px;
    margin-top: 20px;
}
.map-town-marker{
    position: absolute;
    min-height: 30px;
    min-width: 100px;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
}
.map-town-marker-icon{
    background: url("../media/Subtractflag.png")no-repeat;
    background-size: cover;
    height: 14px;
    width: 22px;
    margin-right: 5px;
}
.map-town-marker-town_name{
    color: #555555;
    /*max-width: 100px;*/
    font-size: 13px;
    font-weight: 700;
    vertical-align: middle;
    word-wrap: break-word;
}
.window-up-container{
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 98;
    background-color: rgba(69, 69, 69, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
}
.video-container{
    position: relative;
    width: 520px;
    min-height: 420px;
    background-color: #ffffff;
    border-radius: 20px;
    display: none;    
    align-items: center;
    flex-direction: column;    
}
.video-container-town_name{
    width: 80%;
    display: flex;
    flex-direction: row;
    margin: 35px 0 5px 0;
    justify-content: space-between;
}
.video-container-town_name-text{
    font-weight: 700;
    color: #dd3f23;
    font-size: 24px;
}
.video-container-town_name-close-button{}
.ulr_video-text{
    width: 80%;
    margin: 0px 0 30px 0;
    cursor: default;
}
.ulr_video-text a{
    text-decoration: none;
    color: #666666;
    font-size: 16px;
}
.ulr_video-text a:hover{
    text-decoration: underline;
}
.video-box{
    height: 250px;
    width: 100%;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
}
.video-carousel{
    margin: 0 auto;
    width: 70%;
    height: 100%;
}
.nav-el{
    width: 45px;
    height: 45px;
    position: absolute;    
    cursor: pointer;
    border-radius: 50%;
    z-index: 299;
}
.nav-left{
    top: 220px;
    left: 20px;
    background: url('../media/prev.svg') no-repeat center;
    background-size: cover;
}
.nav-right{
    top: 220px;
    right: 20px;
    background: url('../media/next.svg') no-repeat center;
    background-size: cover;    
}
.nav-left-non{
    cursor: default;
    opacity: 0.2;
}
.nav-right-non{
    cursor: default;
    opacity: 0.5;
}
.video-item{    
    margin: 0 auto;
    width: 95%;
    height: 250px;
    /*background-color: #dd3f23;*/
    background: #fff url('/media/load.gif') center center no-repeat;
}
.video-item iframe{
    height: 100%;
    width: 100%;
}

.map-container .map img{
    height: 100%;
    width: 100%;
    pointer-events: none;
    touch-action: none;
}
.map-container-text{
    cursor: default;
    display: flex;
    position: absolute;
    flex-direction: row;
    top: 80px;
    left: 60px;
}
.map-container-text-head{
    color: #dd3f23;
    font-weight: 700;
    font-size: 48px;
    margin-right: 50px;
    margin-bottom: 20px;
}
.map-container-text-body{
    padding-top: 7px;
    font-size: 14px;
    max-width: 348px;
    line-height: 20px;
}
.map-container-text-body p{
    margin-top: 0px;
}

.about_project-container, .contacts-container{
    padding: 50px 200px 50px 60px;
}
.info-box-header{
    margin-bottom: 40px;
}
.info-box-header span{
    padding: 15px 24px;
    color: #ffffff;
    background-color: #dd3f23;
    font-weight: 600;
    font-size: 25px;
    cursor: default;
}
.info-box-body{
}
.info-box-body p{
    margin: 0px;
    font-size: 16px;
    line-height: 1.4;
}

.contacts-container{
    background: url("../media/bottom-substrate-card.png") no-repeat;
    background-size: cover;
}

.footer-container{
    height: 80px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #ffffff;
}
.left-footer-box, .right-footer-box{
    height: 100%;
}
.left-footer-box{
    display: flex;
    flex-direction: row;
}
.left-footer-box div{
    margin-left: 60px;
}
.right-footer-box div{
    margin-right: 65px;
}
#GCK-logo, #UPDKiI-logo, #year75Win-footer-logo{
    height: 100%;
    display: flex;
    align-items: center;
}
.footer-container a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
}
#UPDKiI-logo a{
    text-decoration: none;
    color: #666666;
    font-size: 10px;
}
#GCK-logo img{
    height: 50px;
    padding-bottom: 6px;
}
#GCK-logo a{}
#year75Win-footer-logo img{
    height: 40px;
}
.unselectable {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */
}
#draggable{
    left: 0px;
}