.nav_column .elementor-widget-wrap.elementor-element-populated {
    padding: 0;
    justify-content: right;
    flex-direction: row;
}

.rightmenu_rp {
    max-width: 50px;
}

.navtop_wrap_rp {
    max-width: calc(100% - 50px);
}
.logo_column {
    max-width: 135px;
}
.logo_column .elementor-widget-wrap.elementor-element-populated {
    padding: 0;
}

.nav_column {
    width: calc(100% - 135px)!important;
}
.rightmenu_rp a.elementor-button-link{
    width:50px;
    height:50px;   
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
    background-size: cover!important;
    background: url(../png/burger_menu.png) no-repeat;
}
marquee.run_text_rp {
    color: #000000;
    font-family: "Futura BQ Outline", Sans-serif;
    font-weight: 400;
    font-size:80px;
	text-transform:uppercase;
}
.socials_top_rp {
    max-width: 430px;
    margin: 0 auto;
}
ul.socials_row_rp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 0;
}
ul.socials_row_rp li{
    width:50px;
    height:50px;   
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
    background-size: cover!important;
}
ul.socials_row_rp li a{
    width: inherit;
    height: inherit;
    display: block;
}
ul.socials_row_rp li i{
        font-size: 35px;
        line-height: 1;
        color: #000;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        z-index: 9;
        position: relative;
        line-height: 56px;
}
ul.socials_row_rp li a{
    position: relative;
}
ul.socials_row_rp li span{
    background-color: #000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
ul.socials_row_rp li a:hover span{
    background-color: #000;
    width: 56px;
    height: 56px;
    border-radius: 100%;
    margin: -26.5px;  
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
ul.socials_row_rp li a:hover i{
    color:#fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
ul.socials_row_rp li a:focus{
    outline: none;
}


/*footer*/
.footer_rp {
    
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
}
svg#circle {
    transform: rotate(180deg);
}
.round_footer_wrap {
    position: absolute;
    overflow: hidden;
    top: 50%;
    box-sizing: border-box;
    max-height: 500px;
}
ul.socials_row_rp.socials_row_footer {
    max-width: 355px;
    margin: 0 auto;
    border-top: 1px solid #000000;
    padding: 15px 25px;
    box-sizing: border-box;
}

ul.socials_row_rp.socials_aside li i{
    color:#fff;
    font-size: 35px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 9;
    position: relative;
    line-height: 56px;
}
ul.socials_row_rp.socials_aside li a:hover span{
    background-color: #fff;
    width: 56px;
    height: 56px;
    border-radius: 100%;
    margin: -26.5px;  
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
ul.socials_row_rp.socials_aside li a{
    text-align: center;
}
ul.socials_row_rp.socials_aside li a:hover i{
    color:#000;
    font-size: 35px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media(max-width:1024px){
    .footer_nav_rp nav.elementor-nav-menu--main.elementor-nav-menu__container.elementor-nav-menu--layout-horizontal {
    display: block!important;
}
.footer_nav_rp .elementor-menu-toggle{
    display:none!important;
}
}
@media(max-width:890px){
   .footer_nav_rp nav.elementor-nav-menu--main.elementor-nav-menu__container.elementor-nav-menu--layout-horizontal ul li{
       font-size:20px!important;
   } 
   .footer_rp{
       overflow:hidden!important;
   }
}
@media(max-width:680px){
     .footer_nav_rp nav.elementor-nav-menu--main.elementor-nav-menu__container.elementor-nav-menu--layout-horizontal ul li a{
        padding: 10px 7px;
     }
}


