@charset "utf-8";
@media all and (min-width: 1921px) {
    h1 {
        font-size: 90px;
        line-height: 100px;
        font-weight: 600;
    }
}
@media screen and (min-width: 1400px) and (max-width: 1800px) {
    h1 {
        font-size: 75px;
        line-height: 85px;
    }
    h2 {
        font-size: 42px;
        line-height: 54px;
    }
    .HeroSection .overlayText h1 {
        padding-bottom: 110px;  
    }
    .about, .whatWeDo, .news, .experience {
        padding-bottom: 0px;
    }
    .Loginblock {
        padding: 150px 0px 100px 0px;
    }
    .LoginForm {
        padding: 35px 0px 35px 0px;
    }
    .banner .box:before {
        padding-top: 70%;
    }
    
    .contentBlock {
        padding: 70px 50px;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
    h1 {
        font-size: 82px;
        line-height: 92px;
    }
    .mapImg {
        width: 100%;
        left: 0%;
    }
    .mapImg img {
        width: 100%;
    }
    
    .contentBlock {
        padding: 90px 50px;
    }
    .news .contentBlock .slick-carousel{
        padding: 0px 35px;
    }
    .slick-prev{
        left: -15px;
    }
    .slick-next{    
        right: -15px;
    }
    .slick-prev:before, .slick-next:before {
        width: 40px;
    }
    .MainMenu li {
        font-size: 22px;
        padding: 0px 12px;
    }
    .Loginblock {
        padding: 200px 50px 100px 50px;
    }
}

@media screen and (min-width: 0px) and (max-width: 1250px) {   
   
    h1 {
        font-size: 6.5vw;
        line-height: 7vw;
    }
    h2 {
        font-size: 40px;
        line-height: 48px;
    }
    footer>div>div>div:nth-child(1) {
        width: 30%;
    }
    footer>div>div>div:nth-child(2){
        width: 70%;
    }
    .Loginblock {
        padding: 150px 30px 100px 30px;
    }
    .HeroSection iframe {
        min-height: 160vh;
        height: 70vw;
        min-width: 205vh;
        width: 120vw;
    }
    .fancybox__slide.is-selected.has-video .fancybox__content>.carousel__button.is-close {
        right: 0px!important;
        top: -40px!important;
    }
    .loaded .bottomScroll svg{
        animation: bounce 4s;
    }
    .MainMenu li {
        font-size: 18px;
        padding: 0px 10px;
    }
    .contentBlock {
        padding: 70px 50px;
    }    
    .news .contentBlock .slick-carousel{
        padding: 0px 35px;
    }
    .slick-prev{
        left: -20px;
    }
    .slick-next{    
        right: -20px;
    }
    .slick-prev:before, .slick-next:before {
        width: 30px;
    }
}

@media screen and (min-width: 0px) and (max-width: 950px) {
    h1 {
        font-size: 6vw;
        line-height: 7vw;
    }
    h2 {
        font-size: 36px;
        line-height: 46px;
    }
    h3 {
        font-size: 30px;
        line-height: 38px;
    }
    h5 {
        font-size: 18px;
        line-height: 24px;
    }
    .logo {
        width: 150px;
    }
    header {
        padding: 10px 30px;
    }
    .pagecontent {
        padding-top: 50px;
    }
    .pagecontent h1 {
        padding-bottom: 30px;
    }
    .whatWeDo .col h5 {
        padding-bottom: 15px;
    }
    .newsContentPost .box:before {
        padding-top: 45%;
    }    
    .newsContentPost .col_1_1 .col{
        width: 100%;
    }
    .banner{
        min-height: 300px;
    }
}
@media screen and (min-width: 1024px) { 
    #cookie-law-info-bar .cli-bar-container.cli-style-v2 .cli-bar-message{
        width: 80%!important;
    }  
}

@media screen and (min-width: 0px) and (max-width: 1024px) {   
    .menu-main-menu-container {
        width: 100%;
        display: flex;
        align-items: center;
        margin: 0px auto;
        justify-content: center;
        overflow: auto;
    }
    .NextPrev a:before, .NextPrev a:after{
        transition: none!important;
    }
    .logIn.MainMenu.logOut ul.drop-down__menu-box {
        display: block;
        top: 0;
        opacity: 1;
        visibility: visible;
        background: transparent;
        left: 50%;
        transform: translateX(-50%);
        position: relative;
        width: auto;
        right: 0;

    }
    .logIn.MainMenu.logOut ul.drop-down__menu-box:before {
        display: none;
    }
    #dropDown{
        display: none;
    }
    #cookie-law-info-bar .cli-bar-container.cli-style-v2 .cli-bar-message{
        width: 100%!important;
    }    
    .teamblock .col_1_1_1 .col {
        width: 50%;
    } 
    .team_member .col_1_1{
        flex-direction: column;
    }
    .team_member .col_1_1 .col:first-child, .team_member .col_1_1 .col:last-child{
        width: 100%;
        margin-bottom: 20px;
        padding: 0px;
    }
    .menuOpen .menuoverlay {
        opacity: 1;
        visibility: visible;
    }
    .menuoverlay {
        background-color: rgba(0, 0, 0, 0.5);
        /* background-color: rgba(64,39,45,0.5); */
        position: fixed;
        height: 100%;
        width: 100%;
        left: 0px;
        top: 0px;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        opacity: 0;
        visibility: hidden;
        z-index: 9;
    }
    .menuBtn {
        margin-top: 0px;
        position: fixed;
        right: 30px;
        top: 20px;
        margin: auto;
        z-index: 99;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }
    .hamburger {
        padding: 0px;
        display: inline-block;
        cursor: pointer;
        transition-property: opacity, -webkit-filter;
        transition-property: opacity, filter;
        transition-property: opacity, filter, -webkit-filter;
        transition-duration: 0.15s;
        transition-timing-function: linear;
        font: inherit;
        color: inherit;
        text-transform: none;
        background-color: transparent;
        border: 0;
        margin: 0;
        overflow: visible;
    }
    .hamburger-box {
        width: 40px;
        height: 25px;
        display: inline-block;
        position: relative;
        vertical-align: top;
    }
    .hamburger-inner {
        display: block;
        top: 50%;
        margin-top: 0px;
        margin-left: 0px;
    }
    .hamburger-inner,
    .hamburger-inner::before,
    .hamburger-inner::after {
        width: 100%;
        height: 3px;
        background-color: #ffffff;
        border-radius: 0px;
        position: absolute;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        transition-duration: 0.15s;
        transition-timing-function: ease;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }
    .hamburger-inner::before,
    .hamburger-inner::after {
        content: "";
        display: block;
    }
    .hamburger-inner::before {
        top: -11px;
    }
    .hamburger-inner::after {
        bottom: -11px;
    }
    .hamburger--spin-r .hamburger-inner {
        transition-duration: 0.3s;
        transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    .hamburger--spin-r .hamburger-inner::before {
        transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }
    .hamburger--spin-r .hamburger-inner::after {
        transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    .hamburger--spin-r.is-active .hamburger-inner {
        -webkit-transform: rotate(-225deg);
        transform: rotate(-225deg);
        transition-delay: 0.14s;
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    .hamburger--spin-r.is-active .hamburger-inner::before {
        top: 0;
        opacity: 0;
        transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
    }
    .hamburger--spin-r.is-active .hamburger-inner::after {
        bottom: 0;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    .menuOpen .MenuWrapper {
        right: -0%;
    }
    .menuOpen .hamburger-inner,
    .menuOpen .hamburger-inner::before,
    .menuOpen .hamburger-inner::after {
        background-color: #fff;
    }
    .menuOpen nav ul li, .logIn{
        -webkit-animation-name: bounceInRight;
        animation-name: bounceInRight;
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        animation-delay: 0.1s;
        border-left: none;
    }
    .menuOpen .nav .menu-mainmenu-container ul li:first-child {
        -webkit-animation-duration: 0.61s;
        animation-duration: 0.61s;
    }
    .menuOpen nav .menu-mainmenu-container ul li:nth-child(2) {
        -webkit-animation-duration: 0.72s;
        animation-duration: 0.72s;
    }
    .menuOpen nav .menu-mainmenu-container ul li:nth-child(3) {
        -webkit-animation-duration: 0.83s;
        animation-duration: 0.83s;
    }
    .menuOpen nav .menu-mainmenu-container ul li:nth-child(4) {
        -webkit-animation-duration: 0.94s;
        animation-duration: 0.94s;
    }
    .menuOpen nav .menu-mainmenu-container ul li:nth-child(5) {
        -webkit-animation-duration: 1.05s;
        animation-duration: 1.05s;
    }
    .menuOpen nav .logIn ul li:first-child {
        -webkit-animation-duration: 1.16s!important;
        animation-duration: 1.16s!important;
        border-top: 1px solid #3C4E5E;
        margin-top: 10px;
    }
    .menuOpen nav .logIn .drop-down__menu-box li:first-child{
        border-top: none!important;             
        -webkit-animation-duration: 1.27s!important;
        animation-duration: 1.27s!important;
        padding: 0;
    }
    .menuOpen nav .logIn .drop-down__menu-box li:nth-child(2){        
        border-top: none;        
        -webkit-animation-duration: 1.38s!important;
        animation-duration: 1.38s!important;
        padding: 0;
    }
     .signDropdown .current_page_item a{
        color: #fff!important;
        border-bottom: 2px solid #fff;
    }
    @keyframes bounceInRight {
        0%,
        100%,
        60%,
        75%,
        90% {
            /* -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); */
            -webkit-animation-timing-function: ease-in-out;
            /* animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); */
            animation-timing-function: ease-in-out;
        }
        0% {
            opacity: 0;
            -webkit-transform: translateX(2000px);
            transform: translateX(2000px);
        }
        100% {
            -webkit-transform: translateX(0px);
            transform: translateX(0px);
        }
    }
    .MenuWrapper {
        position: fixed;
        right: -100%;
        top: 0;
        /* background-color: rgba(0, 0, 00, 0.60); */
        width: 100%;
        height: 100vh;
        z-index: 9;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }
    .main-nav {
        float: right;
        margin-top: 0px;
        font-size: 35px;
        line-height: 45px;
        letter-spacing: 1.44px;
        text-transform: uppercase;
        width: 100%;
        max-width: 100%;
        background: #081922;
        /* display: none; */
    }
    .menuOpen .MenuWrapper {
        right: 0px;
    }
    .main-nav {
        width: 100%;
        display: table;
        height: 100%;
        margin: 0px auto;
    }
    .menu-main-menu-container {
        width: 100%;
        display: table-cell;
        vertical-align: top;
        margin: 0px auto;
        padding-top: 160px;
    }
    ul.MainMenu, ul.signDropdown{
        overflow: auto;
        overflow-x: hidden;
        /* height: 100%; */
    }
    ul.signDropdown li.loginicon{
        padding: 0;
    }
    .main-nav ul {
        list-style-type: none;
        margin: 0;
        padding: 0px 20px 0px 20px;
    }
    .main-nav ul li {
        list-style: none;
        margin-left: 0px;
        padding: 10px 0;
        display: block;
        text-align: center;
    }
    .main-nav ul li a {
        padding: 10px 0px;
        display: inline-block;
        color: #fff!important;
    }

    .main-nav ul li a:hover {
        color: #fff;
    }
    .main-nav ul li a.mPS2id-highlight-last, .__mPS2id._mPS2id-h.mPS2id-clicked, .menu-item-type-post_type.current_page_item a{
        color: #fff!important;
        border-bottom: 2px solid #fff;
    }
    .mainHeaderMenu{
        flex-direction: column;
    }
    .NextPrev nav span svg{
        width: 35px;
        height: 35px;
    }
    .HeroSection {
        height: 98vh;
        min-height: 100%;
    }
    .meta-nav {
        padding-bottom: 20px;
    }
    .NewsContent p{
        margin-bottom: 30px;
    }
    li.loginicon.displaynone {
        display: none!important;
    }
    .menuBtn .loginicon{
        margin-right: 15px;
        padding: 0;
    }
    .cryptofundBlock .col_1_1 .col a div:nth-child(2) svg {
        padding-bottom: 20px;
        width: 30px;
        height: auto;
    }
    .menuBtn .logIn.MainMenu{
        display: none;
    }
    .LoginForm {
        padding: 35px 40px 35px 40px;
    }
  
}
@media screen and (min-width: 0px) and (max-width: 1080px){
    .whatWeDo, .news, .experience {
        padding-bottom: 0;
    }
    .hovereffect .imageHolder{
        transition: none;
    }
    .hovereffect:hover .imageHolder{
        transform: none!important;
    }
    .touch section a:before, section a:after, p a:before, p a:after, .NextPrev a:before, .NextPrev a:after {
        transition: none;
    }
    .touch section a:before, section a:after, p a:before, p a:after, .NextPrev a:before, .NextPrev a:after{ 
        transition: none!important;
        animation: none!important;
    }
    .pagination .page-numbers, .pagination .page-numbers:hover, .pagination .page-numbers.current{
        transition: none!important;
    }
}
@media screen and (min-width: 768px) and (max-width: 950px) {
    .MainMenu li {
        font-size: 20px;
    }
    .banner {
        min-height: 400px;
    }
    .newsContentPost .box:before {
        padding-top: 45%;
    }
    .menu-main-menu-container {
        vertical-align: middle;
        padding-top: 0px!important;
    }
    .newsContentPost .box:before {
        padding-top: 45%;
    }
    .newsContentPost .box .imageHolder {
        min-height: 295px;
    }
    
    footer .centerBlock > div:nth-child(1) {
        width: 17%;
        padding-left: 0px;
    }
    footer .centerBlock > div:nth-child(2) {
        width: 40%;
    }
    footer .centerBlock > div:nth-child(3) {
        width: auto;
    }
}

@media screen and (min-width: 950px) and (max-width: 1024px) {
    .MainMenu li {
        font-size: 20px;
    }
    .newsContentPost .box:before {
        padding-top: 45%;
    }    
    footer .centerBlock > div:nth-child(1) {
        width: 17%;
        padding-left: 0px;
    }
    footer .centerBlock > div:nth-child(2) {
        width: 40%;
    }
    footer .centerBlock > div:nth-child(3) {
        width: auto;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
    .logIn a {
        padding: 10px 8px!important;
    }
    .MainMenu li {
        padding: 0px 5px;
    }
    
    footer .centerBlock > div:nth-child(1) {
        width: 17%;
        padding-left: 0px;
    }
    footer .centerBlock > div:nth-child(2) {
        width: 48%;
    }
    footer .centerBlock > div:nth-child(3) {
        width: auto;
    }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait),
all and (device-width: 1024px) and (device-height: 1366px) and (orientation: portrait) {
    h1 {
        font-size: 7vw !important;
        line-height: 8vw !important;
    }
    h2 {
        font-size: 36px !important;
        line-height: 46px !important;
    }
    h3 {
        font-size: 30px !important;
        line-height: 36px !important;
    }
}
@media all and (device-width: 810px) and (device-height: 1080px) and (orientation: portrait){
    h1 {
        font-size: 7vw !important;
        line-height: 8vw !important;
    }
    h2 {
        font-size: 36px !important;
        line-height: 46px !important;
    }
    h3 {
        font-size: 30px !important;
        line-height: 36px !important;
    }
    .newsContentPost .box:before {
        padding-top: 45%;
    }
    .newsContentPost .box .imageHolder {
        min-height: 295px;
    }
}
@media screen and (min-width: 0px) and (max-width: 896px) {
    @media all and (orientation: landscape) {
        .logo {
            width: 150px;
        }
        header {
            padding: 10px 30px;
        }
        .HeroSection .overlayText {
            padding-top: 50px;
        }
        h1 {
            font-size: 5vw;
            line-height: 6vw;
        }
        h2 {
            font-size: 32px;
            line-height: 42px;
        }
        h3 {
            font-size: 28px;
            line-height: 32px;
        }
        .contentBlock h3 {
            padding-bottom: 30px;
        }
        .HeroSection iframe {
            width: 125vw;
            height: 75vw;
        }
        .main-nav ul li {
            padding: 5px 0;
        }
        .teamblock .contentBlock .box:before {
            padding-top: 50%;
        }
        .HeroSection .overlayText h1 {
            padding-bottom: 80px;
        }
        .menu-main-menu-container {
            padding-top: 30px!important;
            padding-bottom: 80px;
        }
        .menuOpen nav .logIn ul li:first-child{
            padding-top: 10px;
        }
        .MenuWrapper {
            overflow: scroll;
        }
    }
    @media all and (orientation: portrait) {
        h1 {
            font-size: 6vw;
            line-height: 7vw;
        }
        h2 {
            font-size: 26px;
            line-height: 34px;
        }
        .HeroSection iframe {
            min-width: 202vh;
            min-height: 115vh;
        }
    }
}



@media screen and (min-width: 0px) and (max-width: 767px) {
    .menu-main-menu-container{
        padding-top: 60px;
    }
    
    .contentBlock {
        padding: 50px 30px;
    }
    .logo {
        width: 150px;
    }
    header {
        padding: 10px 30px;        
    }
    body.home header {
        background: #172b3c;
    }

    h3 {
        font-size: 26px;
        line-height: 32px;
    }
    .HeroSection {
        height: 99vh;
    }
    .banner {
        position: relative;
        color: #fff;
        background-color: #081922;
    }
    .about .contentBlock p {
        font-size: 20px;
        line-height: 26px;
    }
    h5 {
        font-size: 20px;
        line-height: 26px;
    }
    .whatWeDo .col {
        width: 100%;
        padding: 0px 0px 30px 0px !important;
    }
    .whatWeDo .col:last-child {
        padding-bottom: 0px !important;
    }
    .contentBlock h3,
    .contentBlock h2 {
        padding-bottom: 30px;
    }
    .whatWeDo .col {
        width: 100%;
        padding: 0px 0px 20px 0px !important;
    }    
    .col_1_1 .col, .col_1_1_1 .col, .teamblock .col_1_1_1 .col {
        width: 100%;
    }
    .NewsContent{
        padding: 28px 30px
    }
    .NewsContent a {
        color: #fff;
        padding-top: 25px;
        font-size: 20px;
    }
    .newsContentPost .box .imageHolder {
        min-height: 300px;
    }
    .videoplayericon svg {
        width: 60px;
        height: 60px;
    }
    .newsContentPost h3{
        padding: 20px;
    }
    /* News detail page */
    .newsContentPost .col_1_1 .col .box img, .newsContentPost .col_1_1 .col .box .imageHolder::after{
        border-radius: 30px 30px 0px 0px;
    }
    .LoginForm {
        padding: 20px 0px 30px 0px;
    }
    .LoginForm .user-registration{
        margin-top: 0px!important;
    }
    .Loginblock {
        height: auto;
    }
    .Loginblock .box {
        position: relative;
        height: 100%;
        min-height: 100vh;
    }
    .Loginblock .box:before{
        padding-top: 100%;
    }
    .menuBtn{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .logIn li{
        display: block;
    }
    .MainMenu li.hasDD a {
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .experience .contentBlock p{
        font-size: 20px;
    }
    iframe{
        height: 300px;
    }
    #Video_post, #Video_Post {
        align-items: center;
        justify-content: center;
        background-color: transparent;
    }
    .posteImage {
        top: 50%!important;
        width: 100%;
        transform: translateY(-50%);
        min-height: 300px;
    }
    .Loginblock{
        padding: 100px 15px!important;
    }
    .Loginblock .LoginContent.contentBlock{
        padding: 0px 15px!important;
    }    
    .experience{        
        min-height: 70vh;
    }
    .banner .banner-caption h1{
        text-align: center;
        padding: 0;
    }
    .NextPrev {
        max-width: 260px;
    }
    .fancybox__slide.is-selected.has-video .fancybox__content>.carousel__button.is-close {
        right: 0px!important;
        top: -40px!important;
    }
    .fancybox__content>.carousel__button.is-close {
        top: -35px!important;
        right: 0px;
    }
    #modal>div {
        padding: 40px 30px!important;
    }
    .cryptoMain {
        padding-bottom: 20px;
    }
    .newsContentPost .box:before {
        padding-top: 68%;
    }
    .newsContentPost .summary {
        padding: 38px 20px;
        min-height: auto;
    }   
    .metaContent .box:before {
        content: "";
        display: block;
        padding-top: 50%;
    }
    .user-registration label, .ur-frontend-form .ur-form-row .ur-form-grid .__PrivateStripeElement, .ur-frontend-form .ur-form-row .ur-form-grid input[type=date], .ur-frontend-form .ur-form-row .ur-form-grid input[type=email], .ur-frontend-form .ur-form-row .ur-form-grid input[type=number], .ur-frontend-form .ur-form-row .ur-form-grid input[type=password], .ur-frontend-form .ur-form-row .ur-form-grid input[type=phone], .ur-frontend-form .ur-form-row .ur-form-grid input[type=text], .ur-frontend-form .ur-form-row .ur-form-grid input[type=timepicker], .ur-frontend-form .ur-form-row .ur-form-grid input[type=url], .ur-frontend-form .ur-form-row .ur-form-grid select, .ur-frontend-form .ur-form-row .ur-form-grid textarea {
        font-size: 16px!important;
    }
    .main-nav ul li a {
        padding: 10px 0px;
    }
    .news .contentBlock .slick-carousel {
        padding: 0px 25px;
    }
    .slick-prev{
        left: -12px;
    }
    .slick-next{    
        right: -12px;
    }
    .slick-prev:before, .slick-next:before {
        width: 23px;
    }
    .MainMenu li{
        font-size: 17px;
    }
    .user-registration .btn.button, .user-registration input.button{
        font-size: 17px!important;
    }
    .news .contentBlock {
        padding: 70px 20px;
    }
    footer .centerBlock > div{
        width: 100%!important;
        padding-bottom: 30px;
    }
    footer .footer_menu {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
        padding: 0;
    }
    footer .footer_menu li {
        list-style: none;
        padding-bottom: 30px;
    }
}
@media screen and (min-width: 0px) and (max-width: 480px) {
    footer>div>div>div {
        width: 100% !important;
        padding: 15px 0px !important;
    }
    h1 {
        font-size: 9vw;
        line-height: 10vw;
    }
    
}
@media screen and (min-width: 0px) and (max-width: 375px) {
    .user-registration .ur-checkbox-list input {
        width: 1em;
        height: 1em;
    }
    .ur-field-item.field-checkbox .form-row label{
        padding-left: 0;
        white-space: nowrap;
    }
    .LoginForm .user-registration{
        padding: 10px;
    }
    .Loginblock .LoginContent.contentBlock{
        padding: 0px 10px!important;
    }
    .menu-main-menu-container{
        padding-top: 40px;
    }
    .newsContentPost .box:before {
        padding-top: 100%;
    }
}
@media screen and (min-width: 0px) and (max-width: 480px) {
    .aligncenter, div.aligncenter, .alignright, div.alignright, .alignleft, div.alignleft, .alignnone, div.alignnone {
            float: none;
            margin: 20px 0;
            width: 100%;
    }
}