/********************** Main Page Styles *******************/

/********************** Text Styles *******************/

h1 {
	color:#00469e;
	font-size: 22px;
	text-align:left;
	/*margin-left:12px;*/
	margin-top:15px;
	font-weight:normal;
}
h1.maintext {
	font-size: 18px;
	line-height:30px;
	padding:16px 16px 16px 20px;
	margin:10;
	text-align:left;
	color:#555;
	font-weight:normal;
}
h2 {
	color:#00469e;
	font-size: 18px;
	text-align:left;
	padding:16px 20px 10px 0;
	margin-left:0px;
	font-weight:normal;
}
h2.blockname {
	color:#00469e;
	font-size: 18px;
	text-align:left;
	padding:6px 20px 10px 0;
	margin-left:20px;
	font-weight:normal;
}

h3 {
	color:#00469e;
	font-size: 16px;
	text-align:center;
	padding:6px 0 0 0;
}
h6 {
	font-size: 12px;
	text-align:left;
	font-weight:normal;
}
h6 a {
	color:#005baa;
	text-decoration:underline;
	margin-left:20px;
	margin-top:6px;
}
h6 a:hover {
	color:#ec0000;
}

p {
	padding:6px 20px 6px 0;
	/*margin-left:20px;*/
	text-align:justify;
}
.blocktext {
	padding:6px 20px 6px 0;
	margin-left:20px;
	text-align:left;
	line-height:normal;
}
.page {
    padding-left: 6px;
    padding-left: 6px;
}
.page {
    max-width: 100%;
}
.page img {
    max-width: 100%;
}
/**************** Content-Blocks ************************/
.pageblock_170 {
	position:relative;
	width:843px;
	height:170px;
}
.pageblock_2017_1 {
	position:relative;
	width:100%;
	height:350px;
        background:#ffffff;
        /*background-position: center;*/
        z-index: 1;
}
.pageblock_2017_1:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff url('/img/template/block_1.jpg') no-repeat;
    background-position: center;
    /*opacity: .87;*/
    -webkit-transition: all 0.5s ease;
}
.pageblock_2017_1:hover:before {
    /*opacity: 1;*/
}

.pageblock_2017_2 {
	position:relative;
	width:100%;
	height:350px;
        background:#e0e7ee url('/img/template/block_2.jpg') no-repeat;
        background-position: center;
}
.pageblock_2017_3 {
	position:relative;
	width:100%;
	height:350px;
        background:#ffffff url('/img/template/block_3.jpg') no-repeat;
        background-position: center;
}
.pageblock_2017_4 {
	position:relative;
	width:100%;
	height:350px;
        background:#e0e7ee url('/img/template/block_4.jpg') no-repeat;
        background-position: center;
}
.pageblock_2017_5 {
	position:relative;
	width:100%;
	height:350px;
        background:#ffffff url('/img/template/block_5.jpg') no-repeat;
        background-position: center;
}
.pageblock_2017_text {
	position:relative;
	width:100%;
	height:200px;
        background:#e0e7ee;
}
.pageblock_banner2017{
    position: relative;
    width: 100%;
    height: 360px;
    background: #ffffff url('/data2/images/div_bg1.jpg') no-repeat;
    background-position: center !important;
    transition: all 1s;
}
.textbox_163 {
	position:absolute;
	width:930px;
	height:146px;
}
.newarticle {
	height:163px;
	vertical-align:middle;
}

/**************** Patterns and Text-Blocks (Block_Nomber, Color) ************************/

.pattern_02 {
	position:absolute;
	width:163px;
	height:163px;
	background:#dfe2e8 url('/img/template/main/bg_boxone.png') no-repeat;
	top:0px;
	left:0px;
}
.pattern_03 {
	position:absolute;
	width:163px;
	height:163px;
	background:#dfe2e8 url('/img/template/main/bg_boxtwo.png') no-repeat;
	top:0px;
	right:0px;
}
.pattern_04 {
	position:absolute;
	width:163px;
	height:163px;
	background:#dfe2e8 url('/img/template/main/bg_boxthree.png') no-repeat;
	top:0px;
	left:0px;
}
.pattern_05 {
	position:absolute;
	width:163px;
	height:163px;
	background:#dfe2e8 url('/img/template/main/bg_boxfour.png') no-repeat;
	top:0px;
	right:0px;
}
.rosebox {
	position:absolute;
	top:0px;
	left:170px;
	width:673px;
	height:163px;
	background:#edcaec;
	text-align:left;
}
.greenbox {
	position:absolute;
	width:673px;
	height:163px;
	background:#d7fbdb;
	top:0px;
	left:0;
	text-align:left;
}
.bluebox {
	position:absolute;
	width:673px;
	height:163px;
	background:#c8fdff;
	margin-top:0px;
	left:170px;
	text-align:left;
}
.yellowbox {
	position:absolute;
	width:673px;
	height:163px;
	background:#fffaca;
	top:0px;
	left:0px;
	text-align:left;
}
/***********BUTTONS******************/
.greenbtn {
  
    display: inline-block;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.55em;
    color: #ffffff;
    background-color: rgba(243, 148, 59, 1);
    text-decoration: none;
    text-align: center;
    border: 1px solid rgba(243, 148, 59, 1);
    transition: all 0.2s;
}

.greenbtn:hover
{
    background-color: rgba(255, 123, 0, 1);
    color: #ffffff;
    text-decoration: none;
}
.greenbtn:active {
    letter-spacing: 1px;
}
/************FOOTER**************/
.footer-header-2019
{
	color:#707070;
	line-height:23px;
	font-weight: bolder;
}
.footer-link-2019
{
	color:#707070;
	line-height:23px;
	text-decoration:none;
}
.footer-link-2019:hover
{
	color:#505050;
	text-decoration:underline;
}


/* NEW HEADER */


/* @media(max-width: 560px) {
    
} */

/*****************TOP MENU***********/

.menu-header
{
	padding: 10px 0px;
	color:#00aac6;
	line-height: 130%;
}
.menulink
{
	color:#000000;
	text-decoration:none;
}

.menulink:hover
{
	color:#00aac6;
	text-decoration:none;
}
.logo{
    text-align: left;
    align-items: center;
	position: relative;
}
.logo-rb{
    content: " ";
    height: 40px;
    top: 15px;
    position: absolute;
    right: 15%;
    width: 1px;
    background: rgb(215, 215, 215);
}
.header-row{
    padding-top: 10px;
    height: 80px;
    display: flex;
}
.slogan{
    text-align: left;
    align-items: center;
    display: flex;
}
.top-buttons{
    text-align: right;
    align-items: flex-end;
    display: flex;
    justify-content: right;
    flex-wrap: wrap;
}

#menu2019base{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#menu2019base ul{
    margin-bottom: 0;
	text-align: justify;
}

.menu-buttons-wrap{
    display: flex;
    justify-content: space-around;
}

.row img{
    max-width: 100%;
}

@media (max-width: 990px) {
    .logo-rb{
        display: none;
    }
}

/*********HIDE ON MOBILE***********/

@media (min-width: 1200px){
    .container {
        max-width: 1213px;
    }

}


#mobile-menu{
    background: #ffffff;
    top: 0;
    z-index: 150;
    display: none;
    width: 100% !important;
}
#mobile-menu-wrap{
    display: flex;
    flex-wrap: wrap;
    overflow-y: auto;
    max-height: calc(100vh - 70px);
    padding-bottom: 50px;
}
#mobile-menu .mobile-menu-link{
    width: 100%;
    background: unset;
    padding: 11px 20px;
    position: relative;
    border: 1px solid #fff;
    margin-top: -1px;
    text-align: center;
}
#mobile-menu .mobile-menu-link:hover{
    color: #00aac6;
}

#mobile-menu .mobile-menu-link:after{
    font-family: fontawesome !important;
    content: "\f107";
    text-align: center;
    width: 40px;
    height: 40px;
    margin-left: 4px;
}
#mobile-menu .mobile-menu-link.active:after{
    content: "\f106";
}
.mobile-menu-link.active{
    border: none;
}
.mobile-menu-column{
    display: none;
    width: 80vw!important;
    margin: auto;
    padding: 0 9px 20px;
    border-radius: .25rem;
    margin-bottom: 1px;
    border: 1px solid rgba(0,0,0,.15);
}

.mobile-menu-column .menulink{
    width: 100%;
    display: block;
}
.mobile-menu-column .menu-header{
    margin-bottom: 0;
    margin-top: 20px;
}
#mobile-burger{
    display: none;
    align-items: center;
    justify-content: flex-end;
}

.head-search{
    display: none;
}

.logo-link{
    display: flex;
    align-items: center;
    height: 100%;
}
.logo-img{
    width: 178px; padding-top: 6px;
}

.flex.mobile-menu{
    display: none;
}

.flex{
    display: flex;
    flex-wrap: wrap;
}



#menu2019base>div[id*="bx_incl_"]{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

@media (max-width: 1200px) {
    .head-search{
        display: block;
    }
    .header-search-block{
        display: flex;
        align-items: center;
    }
    .header-search-block input{
        width: 100%;
    }
}
@media (max-width: 990px) {
    #mobile-burger{
        display: flex;
        font-size: 40px;
        color: #00aac6;
    }
    .container.top-menu{
        display: none;
    }
    .slogan{
        display: none;
    }
    .english-site{
        display: none;
    }
    .topsmallbuttons.basket{
        display: none;
    }
    .top-buttons{
        display: none;
        align-items: center;
        flex-wrap: nowrap;
        padding-right: 0;
    }
    .mobile-top-buttons{
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
    }
    .mobile-top-buttons a{
        margin-right: 10px;
    }
    .flex.mobile-menu{
        justify-content: flex-end;
        display: flex;
        flex-wrap: nowrap;
    }

    .head-search, .header-search-block{
        display: none;
    }
    .header-row{
        height: auto;
        padding: 10px 0;
        box-shadow: 0 0 10px rgb(0 0 0 / 50%);
        background: #fff;
    }
    .burger-icon img{
        width: 30px;
        height: 30px;
    }
    .burger-icon{
        padding: .25rem .75rem;
        font-size: 1.25rem;
        color: rgba(0,0,0,.5);
        border: 1px solid  rgba(0,0,0,.1);
        border-radius: .25rem;
    }
    .container{
        width: 100%;
    }
    .container{
        max-width: unset;
    }
    .mobile-search{
        width: 80vw;
        margin: auto;
    }
    .mobile-search input{
        width: 100%;
        padding: .375rem .75rem;
        font-size: 1rem;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: .25rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        height: 38px;
    }
    
}
@media (max-width: 768px) {
    
    iframe{
        max-width: 100%;
    }
    .logo-rb{
        display: none;
    }

    .logo-img{
        width: 133px; padding-top: 6px;
    }
    .container{
        max-width: unset;
    }
}

@media(max-width: 540px) {
    .container{
        max-width: unset;
    }
}
#mobile-menu-wrap .menu-header, #mobile-menu-wrap .menulink {
	text-align: left;
}
.footmenu-background {
	width: 100%;
	background: #f8f8f8;
}
.sticky-block {
    position: sticky;
    top: 0;
    z-index: 900;
}
html, body {
    height: initial;
}
/* /NEW HEADER */