*{
    font-family: 'Source Code Pro', monospace;
    font-weight: 400;
}

body{
    background: #006855;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Source Code Pro', monospace;
    font-weight: 400;
}

.bold{
    font-weight: 600;
}

.wide{
    width: 1120px;
    margin: 0 auto;
}

.line1{
    background: #004C3A;
    color:white;
        padding: 5px 0;
}

.line2{
    background: #006855;
    color:white;
        padding: 5px 0;
}

.tm_divider{
    border-left: 1px solid #F07852;
    margin-top: 5px;
    height: 22px;
}



.top_menu_up .line1 *{
    color: white;
    font-size: 14px;
}

.top_menu_up .line2 a{
    color: white;
    padding: 3px;
    display: inline-block;
    text-transform: uppercase;
}

.top_menu_up .line2 a:hover{
    color: #F07852;
    text-decoration: none;
}

.top_menu_down{
    background: #f1f1f1;
    padding: 10px 0;
        height: 50px;
}

.top_menu_middle{
    background: #d8d8d8;
    padding: 10px 0;
}

.top_menu_middle a{
    color: #264796;
    display: inline-block;
    margin-left: 10px;
}


.top_dropdown {
    background: #004c3a;
}

.top_dropdown a{
    display: inline-block;
    line-height: 16px;
    margin-bottom: 15px;
}

#content_wrapper{
    min-height: 800px;
    position: relative;
}

#content_wrapper::after {
  content: "";
  /*background: url("/assets/main_bg.jpg") center top no-repeat;*/
  opacity: 0.3;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
    background-size: cover;
}

#content_wrapper.wrp_content_main_page::after {
    content: "";
    /*background: url(/assets/main_bg.jpg) center top no-repeat;*/
    opacity: 0.2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    z-index: -1;
    height: 100vh;
    background-size: cover;
}

#content{
    padding-top: 30px;
}

#content.content_main_page{
    padding-top: 30px !important;
}



.mplnk:hover .mpcover{
    background: #1c8cd8 !important;
    opacity: 1 !important;
}

.main_sections_text{
    position: absolute;
    top: 32%;
    text-align: center;
    width: 94%;
    color: white;
    z-index: 30;
    margin-left: 3%;
    font-size: 27px;
    text-shadow: 0 0 13px black;
    font-weight: bold;
}

.main_h1{
    background: #1c8cd8;
    color: white;
    text-align: center;
    font-size: 30px;
    font-weight: 300;
    line-height: 30px;
    padding: 20px 0;
    height: 70px;
    box-sizing: border-box;
    margin-top: 0;
}

#main_page_block{
    min-height: calc(100vh - 272px);
}



.main_page h1{
    font-size: 50px;
    font-weight: bold;
    color: #444;
    /*text-shadow: 0 1px 2px black;*/
    text-align: center;
}

.catalog h1, .item h1, .section h1, .search_page h1, .simple_page h1, .forum h1{
    font-size: 30px;

    color: #35E1DB;
    margin-bottom: 30px;
    text-transform: uppercase;
}

 .simple_page h3{


    color: #35E1DB;

    text-transform: uppercase;
}

.slide_text_content{
    background: whitesmoke;
    color: #444;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.white_and_shadow{
    color: white !important;
    text-shadow: 1px 0 0 black, -1px 0 0 black;
    font-size: 70px;
    -webkit-transform:scale(0.5, 1.0) !important;
    -moz-transform:scale(0.5, 1.0) !important;
    -ms-transform:scale(0.5, 1.0) !important;
    -o-transform:scale(0.5, 1.0) !important;
    transform:scale(0.5,1.0) !important;
    margin-top: -100px;
    font-family: aria arial;
    padding: 50px;
}

.uk-position-center-right.white_and_shadow {
    right:-50px
}

.uk-position-center-left.white_and_shadow {
    left:-50px
}

.white_and_shadow:hover{
    text-decoration: none;
}

.covered{
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.covered.default{
    background-position: center center !important;
    background-repeat: no-repeat !important;
    height: 150px !important;
    opacity: 0.5;
}

.insided{
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

.insided.default{
    background-position: center center !important;
    background-repeat: no-repeat !important;
    /*background-size: contain !important;*/
    height: 122px !important;
    opacity: 0.5;
}

#footer, #footer a{
    color:white !important;
    font-size: 14px;
}

.footer_top{
    margin-top: 5px;
    padding: 40px 0;
    background: #004C3A;
}

.footer_top i{
    color: #35E1DB !important;
}

.footer_bottom{
    background: black;
    padding: 5px 0;
    color: white;
}

.footer_bottom a{
    color: white;
}

.catalog_content, .item_content, .section_content, .search_content, .page_content, .forum_content{

    color:white

}

#expand_menu{
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    /*height: 100%;*/
    z-index: 100;
}

.expand_menu_content{
    background: #e4e4e4;
    padding: 30px;
    box-sizing: border-box;
}

#expand_menu a{
    color: #495761;
}

#expand_menu b{
    color: black;
}

.expand_menu_link{
    margin-bottom: 5px;
}

.expand_menu_more_link a{
    font-size: 14px;
    color: #1c8cd8 !important;
    font-weight: bold;
}

.expand_menu_link a{
    font-size: 14px;
    line-height: 16px;
    display: inline-block;
}

.breadcrumbs{
    background: #1c7bbb;
    padding: 10px 30px;
}

.breadcrumbs a{
    color: white;
}

.breadcrumbs .delimiter{
    color: #cccccc;
    display: inline-block;
    margin: 0 10px 0 15px;
}

.breadcrumbs .delimiter:last-child{
    display: none;
}



.dark_blue{
    color: #264796;
}

.top_menu_button{
    display: inline-block;
    cursor: pointer;
    /*border: 1px solid #ffffffa1;*/
    padding: 0 5px 1px;
}

#search_form{

}

#search_form input{
    border-left: 0;
    border-right: 0;
    border-top: 0;
    background: transparent;
    border-bottom: 1px solid white;
    color: white;
    padding: 0 0 4px 0;
}

#search_form button{
    background: transparent;
    color: white;
    cursor: pointer;
    border: 1px solid #ffffffa8;
}

.dark_text{
    color:#444;
}

.black{
    color: black;
}

.padding_10{
    padding: 10px;
}

.bordered{
    border: 1px solid lightgrey;
}

#lang_selector{
    background: transparent;
    color: #0078bd;
    border: 1px solid #0078bd;
    padding: 0 0 3px;
}

.matrix_link:hover{
    text-decoration: none;
    /*background: lightgrey;*/
    /*outline: 5px solid lightgrey;*/
}

.matrix_link{
    height: 100%;
    border: 1px solid lightgrey;
}

.matrix_link p{
    margin-bottom: 0;
}

.social{
    height: 22px;
    border-radius: 12px;
    margin: 0 3px;
}

.forum_user_name{
    font-size: 12px;
    color: grey;
}

.forum_date{
    font-size: 12px;
    color: grey;
}

.item_content table{
    float: none !important;
}


.nav_menu ul{
    list-style: none;
    padding: 0;
}

.nav_menu .nav_expander{
    display: inline-block;
    width: 15px;
    box-sizing: border-box;
    border: 1px solid lightgrey;
    text-align: center;
    font-size: 14px;
    line-height: 15px;
    margin-right: 5px;
    cursor: pointer;
}

.nav_menu .nav_placeholder{
    display: inline-block;
    width: 20px;
}

.nav_menu ul ul{
    display: none;
    padding-left: 20px;
}

.nav_menu li.active>a{
    background: #1c8cd8;
    color: white;
    padding: 3px;
    display: inline-block;
}

.nav_menu li.active ul{
    display:block !important;
}

.cart_link{
    border: 1px solid #264796;
    padding: 0 12px;
}

.cart_link:hover{
    text-decoration: none;
    background: #264796;
    color: white;
}

em {
    color: #444 !important;
}

.tag_divider{
    text-align: center;
    border-top: 2px solid;
    padding-top: 70px;
    padding-bottom: 50px;
}


.hovered_anons{
    position: absolute;
    background: white;
    left: -1px;
    width: calc(100% + 2px);
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid lightgray;
    border-top: 0;
    display: none;
    z-index: 10;
    top: -150px;
}

.tg_block_hov:hover .hovered_anons{
    display:block;
}


.content_block{

}


.content_block h2{

    font-size: 28px;
}

.content_block h2 strong{
    font-weight: normal;
}

.content_block h3{

    font-size: 24px;
}

.content_block h4{

    font-size: 20px;
}

.content_block p{

}

.content_block ul{
    padding-left: 40px;
}

.content_block ol{
    padding-left: 40px;
}

.content_block li{

}

.content_block table{
    width: 100%;
}

.content_block td{
    padding: 20px;
}

.content_block td p{
    margin: 0;
}





.check_button{
    background: #f07852;
    color: white;
    padding: 5px 30px;
    font-size: 15px;
    text-transform: uppercase;
    cursor: pointer;
    border: 0;
    border-radius: 3px;
}

.srv_btm{
    background: #0078bd;
    color: white;
    text-align: center;
    padding: 5px;
}

.footer_backlink{
    border: 1px solid #f07852;
    background: transparent;
    color: #ffffff;
    padding: 5px 10px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 16px;
}

#footer a{
    color: #0078bd;
}

#block1 h1{
    text-transform: uppercase;
    color: white;
    font-size: 30px;
}

#block1 a{
    color: #35E1DB;
    text-transform: uppercase;
    font-size: 16px;
}

#block1 .b1{
    background-image: url(/assets/bg1.png);
    background-size: 58%;
    background-repeat: no-repeat;
    background-position: right;
    background-blend-mode: multiply;
    background-color: #006855;
    padding: 50px 0;
}

#block2{
    background: #157665;
    padding:50px 0 ;
}

#block2 a{
    color:white;
    text-transform: uppercase;
}

.brd1{
    border: 2px solid #35E1DB;
    border-right: 1px solid #35E1DB;
    box-sizing: border-box;
    padding: 10px;
}

.brd2{
    border: 2px solid #35E1DB;
    border-left: 1px solid #35E1DB;
    box-sizing: border-box;
    padding: 10px;
}

#block3{
    padding: 50px 0;
    color:white;
    background: #157665;
    margin-top: 5px;
}

#block3 h2{
    color: #35E1DB;
    text-transform: uppercase;
}

#block3 .faq{
    background: white;
    color:black !important;
    box-sizing: border-box;
    padding: 30px;
}


#block3 .faq h2{
    color:#006855;
    border-bottom: 1px solid grey;
}

.faq_button{
    border: 0;
    border-bottom: 1px solid grey;
    background: transparent;
    color: black;
    font-size: 16px;
    margin-bottom: 20px;
    cursor: pointer;
    text-align: left;
    padding: 0;
    padding-bottom: 10px;
    text-transform: uppercase;
    width: 100%;
}

.faq_answer{
    margin-bottom: 20px;
    text-align: left;
}

.orange{
    color: #f07852;
}

.bg_orange{
    background-color: #f07852;
}

#block4{
    padding: 50px 0;
    color:white;
}

#block4 h2{
    color:white;
    text-transform: uppercase;
}

.bnft{
border: 2px solid #35E1DB;
    box-sizing: border-box;
padding: 10px;
}

.bnf1{
    font-size: 16px;
    height: 48px;
}

.bnf2{
    font-size: 12px;
    margin-top: 10px;
}

#block4 p{
    margin: 0;
}

#block5{
    padding: 50px 0;
    border-top: 5px solid #004C3A;
}

#block5 h2{
    color:white;
    text-transform: uppercase;
    text-align: center;
}

#block5 img{
    opacity: 0.5;

}

#block5 img.active{
    opacity: 1;
}

#block6{
    padding: 50px 0;
    background: #004C3A;
}

#block6 h2{
    color: #35E1DB;
    text-transform: uppercase;
    text-align: center;
}

.p_bg{
    background-image: url(/assets/bg1.png);
    background-size: 58%;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-blend-mode: multiply;
    background-color: #006855;
    color:white;
}

#transportation h1{
    color: #35E1DB;
    text-transform: uppercase;
}

#transportation p{
    margin-top: 0 !important;
}

#serv{
    color: white;
}

#serv h1{
    color: #35E1DB;
    text-transform: uppercase;
}

.trk_form{
    background: #f07852 ;
    padding: 30px;
}

.trk_form input{
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    background: white;
}

.trk_form button{
border: 1px solid white;
    color: white;
    background: transparent;
    padding: 5px 20px;
    border-radius: 4px;
    cursor: pointer;
}