/* https://fontawesome.com/icons?d=gallery&q= */
@import url('https://fonts.googleapis.com/css?family=Ubuntu');
body
{
    font-family: 'Ubuntu', sans-serif;
    margin: 0;
}
a
{
    color: #FFF;
    text-decoration: none;
}
a:hover
{
    color: #ffc831;
}
.icon
{
    margin-right: 5px;
}
.textSep
{
    margin-left: 15px;
    margin-right: 15px;
}
.contents
{
    position: relative;
    max-width: 1170px;
    margin: 0 auto;
}
#header
{
    background-color: #474747;
}
#subHeaderRight
{
    float: right;
    padding-right: 8px;
    padding-top: 22px;
}
#subHeaderRight::after
{
    clear: both;
}
a.button
{
    font-size: 13px;
    color: #FFF;
    background-color: #edba2c;
    padding: 6px 6px 6px 6px;
}
a.button:hover
{
    color: #FFF;
    background-color: #ffc831;
}
#mainBackground
{
    background: url( 'images/background-header.jpg' ) top center no-repeat;
    background-size: cover;
}
.langTable
{
    display: none;
    width: 100%;
    background-color: #292929;
    padding-top: 10px;
}
.langTable td
{
    border-left: 1px solid #212121;
    border-bottom: 1px solid #212121;
    padding: 10px;
}
.langTable td:last-child
{
    border-right: 0;
}
.langTable tr:last-child td
{
    border-bottom: 0;
}
.langTable td img
{
    padding-left: 10px;
}
.langTable td a:hover
{
    color: #fff;
}
.langTable td:hover
{
    background-color: #edba2c;
}
.menu_icon
{
    padding-right: 5px;
}
#mainBackgroundBlockContainer
{
    position: absolute;
    width: 100%;
}
#mainBackgroundBlock
{
    color: #9fa8bc;
    border: 1px solid #ccc;
    background-color: #fff;
    box-shadow: 1px 2px 7px rgba(0,0,0,.1),inset 0 4px 0 transparent;
    margin: 5px;
}
#mainBackgroundBlock_title
{
    border-right: 4px solid #ffc831;
    color: #292929;
    height: 80px;
    font-weight: bold;
    font-size: 15px;
    width: 288px;
    padding-right: 1px;
    margin-top: 30px;
}
#mainBackgroundBlock i
{
    font-size: 20px;
    color: #ffc831;
}
#mainBackgroundBlock_text
{
    color: #666;
    margin-top: 5px;
    padding-right: 18px;
    font-size: 15px;
}
#mainBackgroundBlock_buttons
{
    text-align: center;
    margin-top: 50px;
}
.mainBackgroundBlock_buttons_container
{
    display: inline-block;
    margin-right: 22px;
}
#mainBackgroundBlock_buttons a.button
{
    font-weight: bold;
    background-color: #292929;
    color: #ffffff;
}
#mainBackgroundBlock_buttons a.button:hover
{
    background-color: #474747;
}
#mainBackgroundPostBlocks
{
    text-align: center;
}
.mainBackgroundPostBlock
{
    color: #292929;
    border: 1px solid #ccc;
    background-color: #fff;
    text-align: center;
    box-shadow: 1px 2px 7px rgba(0,0,0,.1),inset 0 4px 0 #ffc831;
    border-radius: 5px 5px 3px 3px;
    margin: 5px;
}
.mainBackgroundPostBlock_icon
{
    color: #212121;
    height: 40px;
    font-size: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 5px;
}
.mainBackgroundPostBlock_title
{
    color: #000;
    height: 40px;
    font-weight: bold;
    padding: 5px;
}
.mainBackgroundPostBlock_text
{
    margin-top: -6px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}
#counters
{
    text-align: center;
    margin-top: 50px;
}
.counter
{
    display: inline-block;
    text-align: center;
    position: relative;
}
.counter:not(:last-child)::after
{
    position: absolute;
    display: block;
    top: -10px;
    left: 0;
    content: '';
    -webkit-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);
    width: 1.5px;
    height: 4.5625em;
    background: #9fa8bc;
}
.counter_title
{
    color: #edba2c;
    font-size: 30px;
    font-weight: bold;
}
.counter_text
{
    color: #292929;
    font-size: 14px;
}
.section
{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
.section_title
{
    color: #292929;
    font-size: 15px;
    font-weight: bold;
}
.section_title span
{
   color: #edba2c;
}
.section_text
{
    margin-top: 20px;
    margin-bottom: 10px;
    color: #292929;
    font-size: 14px;
}
.section_line_left
{
    display: inline-block;
    width: 35%;
    height: 60px;
    background-image: url( 'images/right.png' );
    background-repeat: no-repeat;
    background-size: 415px 54px;
    background-position: left 24px
}
.section_button
{
    display: inline-block;
    width: 28%;
}
.section_line_right
{
    display: inline-block;
    width: 35%;
    height: 60px;
    background-image: url( 'images/left.png' );
    background-repeat: no-repeat;
    background-size: 415px 54px;
    background-position: right 24px
}
#mapImage
{
    text-align: center;
}
#mapImage img
{
    width: 100%;
    max-width: 850px;
}
#mapBox
{
    text-align: center;
}
#mapBox img
{
    width: 100%;
    max-width: 850px;
}
#mapBoxSmall
{
    text-align: center;
}
#mapBoxSmall img
{
    width: 100%;
    max-width: 764px;
}
.contents_text
{
    padding: 20px;
    padding-top: 0;
    color: #212121;
    font-size: 14px;
}
#footer
{
    padding: 20px;
    color: rgba(255,255,255,.7);
    font-size: 12px;
    background-color: #292929;
}
#footerMenu
{
    font-size: 13px;
    font-weight: bold;
}
#footerMenu a
{
    margin-right: 10px;
}
@media screen and ( max-width: 449px )
{
    /* mobile small screen */
     #logoBig
    {
        display: none;
    }
    #logos
    {
        display: none;
    }
    #logoSmall
    {
        display: block;
        margin-top: -18px;
        margin-right: -48px;
    }
    #bonusBig
    {
        display: none;
    }
    #mapBox
    {
        display: none;
    }
a.button2 {display: none;}
a.buttonsmall
{
    font-size: 13px;
    color: #fff;
    border-bottom: 2px dashed;
    padding-bottom: 4px;
    margin-right: 10px;
    margin-left: 16px;
}
a.buttonsmall:hover {color: #ffc831;}
#subHeaderLeft {display: none;}
#subHeaderLeftSmall
{
    float: left;
    padding-left: 20px;
    padding-top: 14px;
}
{
    color: #ffc831;}
    #signupBig
    {
        display: none;
    }
    #country
    {
        display: none;
    }
    #signupSmall
    {
        display: block;
        height: 464px;
        width: 328px;
        margin-top: 5px;
        margin-bottom: 12px;
    }
    #subHeaderRight a.button
    {
        font-size: 12px;
        padding-left: 4px;
        padding-right: 4px;
        font-weight: bold;
    }
    #mainBackground
    {
        height: 420px !important;
    }
    #mainBackgroundBlock
    {
        margin: 0 auto;
        width: 90% !important;
        height: 360px !important;
    }
    #mainBackgroundBlockContainer
    {
        margin-top: 10px !important;
    }
    #mainBackgroundBlock_buttons
    {
        width: 92%;
        margin: 0 auto;
        margin-top: 10px;
    }
    .mainBackgroundBlock_buttons_container
    {
        display: block;
        margin-bottom: 10px;
        margin-right: 0 !important;
    }
    .mainBackgroundBlock_buttons_container a.button
    {
        display: block;
    }
    #mainBackgroundPostBlocks
    {
        margin-top: auto !important;
    }
    .mainBackgroundPostBlock
    {
        width: 90% !important;
        height: 235px;
    }
    .counter
    {
        width: 90% !important;
        margin-bottom: 20px;
    }
    .counter:not(:last-child)::after
    {
        display: none;
    }
    .section_line_left
    {
        width: 10% !important;
    }
    .section_button
    {
        width: 68% !important;
    }
    .section_line_right
    {
        width: 10% !important;
    }
}
@media screen and ( max-width: 1023px )
{
    /* mobile */
    #logoBig
    {
        display: none;
    }
    #logos
    {
        display: none;
    }
    #logoSmall
    {
        display: block;
        margin-top: -18px;
        margin-right: -48px;
    }
a.button2 {display: none;}
a.buttonsmall
{
    font-size: 13px;
    color: #fff;
    border-bottom: 2px dashed;
    padding-bottom: 4px;
    margin-right: 10px;
    margin-left: 16px;
}
a.buttonsmall:hover {color: #ffc831;}
#subHeaderLeft {display: none;}
#subHeaderLeftSmall
{
    float: left;
    padding-left: 20px;
    padding-top: 14px;
}
    #signupBig
    {
        display: none;
    }
    #bonusBig
    {
        display: none;
    }
    #country
    {
        display: none;
    }
    #signupSmall
    {
        display: block;
        height: 464px;
        width: 328px;
        margin-top: 5px;
        margin-bottom: 12px;
    }   
    #header
    {
        height: 42px;
    }
    #headerTop
    {
        display: none;
    }
    #logo
    {
        height: 28px;
    }
    #subHeaderCenter
    {
        display: none;
    }
    #subHeaderRight
    {
        padding-right: 52px;
    }
    .hambugerMenu
    {
        font-size: 20px;
        color: #ffffff;
        position: absolute;
        left: 8px;
        top: 10px;
        
    }
    #hambugerMenuOpened
    {
        left: 15px;
        display: none;
    }
    #mobileManu, .lang_menu
    {
        width: 250px;
    }
    #mobileMenu
    {
        position: relative;
        z-index: 1;
        display: none;
        float: left;
        background-color: #292929;
        overflow: auto !important;
    }
    #mobileMenu::after
    {
        clear: left;
    }
    #mobileMenu>a
    {
        display: block;
        text-align: center;
        font-size: 13px;
        font-weight: bold;
        border-bottom: 1px solid #14805E;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    #mobileMenu>a:hover, #mobileMenu>a.mobileMenu_selected
    {
        color: #ffc831;
    }
    #mainBackground
    {
        height: 520px;
    }
    #langMenuMobile
    {
        font-size: 16px;
        text-align: center;
    }
    #langMenuMobile .lang_menu_button
    {
        padding: 10px;
    }
    #langMenuMobile .lang_menu_button a
    {
        font-size: 16px;
        font-family: Verdana;
        text-shadow: 0px 2px 5px #000;
    }
    #mainBackgroundBlockContainer
    {
        margin-top: 50px;
    }
    #mainBackgroundBlock
    {
        margin: 0 auto;
        width: 480px;
        height: 280px;
    }
    #mainBackgroundPostBlocks
    {
        margin-top: -100px;
    }
    .mainBackgroundPostBlock
    {
        display: inline-block;
        vertical-align: top;
        width: 46%;
        height: 235px;
    }
    .counter
    {
        width: 46%;
        margin-bottom: 20px;
    }
    .counter:not(:last-child)::after
    {
        display: none;
    }
    .section_line_left
    {
        width: 20%;
    }
    .section_button
    {
        width: 58%;
    }
    .section_line_right
    {
        width: 20%;
    }
}
@media screen and ( min-width: 1024px )
{
    /* desktop */
    #logoBig
    {
        display: block;
        height: 48px;
        width: 132px;
        margin-top: -6px;
    }
    #logoSmall
    {
        display: none;
    }
    #bonusSmall
    {
        display: none;
    }
    #mapSmall
    {
        display: none;
    }
a.button2 {
    font-size: 14px;
    color: #fff;
    border-bottom: 2px dashed;
    padding-bottom: 4px;
    margin-right: 5px;
    margin-left: 5px;
}
a.button2:hover {color: #ffc831;}
a.buttonsmall {display: none;}
#subHeaderLeftSmall {display: none;}
#subHeaderLeft
{
    float: left;
    padding-left: 10px;
    padding-top: 20px;
}
    #signupBig
    {
        display: block;
        max-width: 1088px;
        margin-top: 2px;
        margin-bottom: 15px;
    }
    #signupSmall
    {
        display: none;
    }
    #countrySmall
    {
        display: none;
    }
    #header
    {
        height: 70px;
    }
    #headerTop
    {
        height: 40px;
        background-color: #292929;
        font-size: 13px;
        color: #fff;
    }
    #subHeaderTopLeft
    {
        float: left;
        padding-left: 10px;
        padding-top: 12px;
    }
    #subHeaderTopRight
    {
        float: right;
        padding-right: 10px;
        padding-top: 12px;
    }
    #subHeaderTopRight::after
    {
        clear: both;
    }
    #logo
    {
        height: 35px;
    }
    #subHeaderCenter
    {
        float: left;
        padding-left: 110px;
        padding-top: 30px;
        font-weight: bold;
        font-size: 14px;
    }
    #subHeaderCenter a
    {
        padding: 15px;
    }
    #subHeaderCenter a:hover, #subHeaderCenter a.subHeaderCenter_selected
    {
        color: #ffc831;
    }
    .hambugerMenu, #mobileMenu
    {
        display: none;
    }
    #mainBackground
    {
        height: 650px;
    }
    .lang_menu
    {
        width: 386px;
    }
    #langMenuDesktop
    {
        position: absolute;
        z-index: 1;
        left: 10px;
        top: 30px;
    }
    #langMenuDesktop .lang_menu_button
    {
        font-size: 18px;
        font-family: Verdana;
        position: absolute;
        left: 10px;
        top: -20px;
    }
    #mainBackgroundBlockContainer
    {
        margin-top: 100px;
    }
    #mainBackgroundBlock
    {
        display: inline-block;
        width: 480px;
        height: 280px;
    }
    #mainBackgroundPostBlocks
    {
        margin-top: -100px;
    }
    .mainBackgroundPostBlock
    {
        display: inline-block;
        vertical-align: top;
        width: 23%;
        height: 235px;
    }
    .counter
    {
        width: 23%;
    }
}

.APP {
	color: #292929;
    font-size: 14px;}

.APP a:link {
	color: #edba2c;
    font-size: 14px;
	text-decoration: underline;}

.APP a:visited {
	color: #edba2c;
    font-size: 14px;
	text-decoration: none;}

.APP a:hover {
	color: #212121;
	text-decoration: underline;}
	
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.big-green-btn {
    padding: 17px 32px;
    font-size: 18px;
    border-radius: 50px;
    font-weight: 400;}
    
.green-btn {
    background: #212121;
    padding: 12px 32px;
    border-radius: 25px;
    color: #fff !important;
    text-decoration: none;
    border: none;}
    
a.green-btn:hover {
    color: #212121;
    background-color: #292929;}
    
h3 {
	font-size:14;
	font-weight: normal;
	color: #292929;
}

h4 {
	font-size:0.9em;
	margin:.68em 0;
	color: #111;
	font-weight: normal;
	text-decoration: underline;
}