@charset "utf-8";
table {padding-left: 5%; padding-right: 5%;}
input {    padding: 5px 8px;  display: block;color: #b1b7ba;    font: 12px/18px Verdana, Arial, sans-serif; text-align: center;}
textarea {    padding: 5px 8px;  display: block;color: #b1b7ba;    font: 12px/18px Verdana, Arial, sans-serif;}
input[type="submit"] {    color: #fff;    border: 1px solid #d6942d;    font-size: 14px;    margin-top: 6px;
    background: #ee7156;    text-decoration: none;    display: block;    cursor: pointer;    padding: 4px;    height: 30px;}
input[type="submit"]:disabled{    opacity: .3;}
.open_modal a{ text-decoration:none; color:#000;}
.open_modal p {
    background: #ee7156;
    /*-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; */
    padding: 2px 44px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0 0 0 -50%;
    display: block;
    width: 225px;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 99999;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.popup, .popup2{
    width: 300px;
    display: inline-block;
    left: 50%;
    opacity: 0;
    position: fixed;
    text-align: justify;
    top: 40%;
    visibility: hidden;
    z-index: 999999;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
}
.popup form {    padding: 0 0 20px;    right: 0;    background:#fff;}
.popup2 .window {
    right: 0;
    width: 300px;
    background:#fff;
	padding: 0 27px 27px;

}
.popup form input {width: 80%;    margin: 0 auto;    margin-top: 0.8em;    border: 1px solid #000; color:#000;}
.popup form input[name="txtname"]{
    margin-top: 20px; color: #000;
}
.popup form textarea {margin: 0 auto;    margin-top: 1em;    width: 80%;    height: 5em;    resize: none;    border: 1px solid #000; color:#000;}

.popup form input[type="submit"] {
background: #4ba037;
    text-align: center;
    text-transform: uppercase;
    width: 85%;
    border: 1px solid #4ba037;
}

.popup form h5 {font-size: 1em;    padding: 1em;    color: #000;    font-weight: normal;    text-transform: uppercase;
    text-align: center; }
	
.popup .close_modal {position: absolute;    top: 25px;    right: 5px;    cursor: pointer;
    color: #000;    font-family: 'tahoma', sans-serif;    text-align: center;    font-size: 1.1em;}
.popup2 .close_modal  {position: absolute;    top: 0px;    right: -45px;    cursor: pointer;
    color: #000;    font-family: 'tahoma', sans-serif;    text-align: center;    font-size: 1.1em;}
	
.popup2 h5 {
	    padding: 1em 0.5em;
	text-align: center;	
font-size: 1.5em;
	color: #000;
	font-weight: normal;
	text-transform: uppercase;
    margin: 0;
}
.popup2 p {
	font-family: verdana;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
}
.popup2 p strong{
	font-size: 1em;
	line-height: 30px;
	font-weight: normal;
	display: block;
}

::-webkit-input-placeholder { color: #000; }
::-moz-placeholder { color: #000; }/* Firefox 19+ */
:-moz-placeholder { color: #000; } /*Firefox 18- */
:-ms-input-placeholder { color: #000; } 

.popup form input::-webkit-input-placeholder {opacity: 1; transition: opacity 0.3s ease;}
.popup form input::-moz-placeholder {opacity: 1; transition: opacity 0.3s ease;}
.popup form input:-moz-placeholder {opacity: 1; transition: opacity 0.3s ease;}
.popup form input:-ms-input-placeholder {opacity: 1; transition: opacity 0.3s ease;}
.popup form input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
.popup form input:focus::-moz-placeholder {opacity: 0; transition: opacity 0.3s ease;}
.popup form input:focus:-moz-placeholder {opacity: 0; transition: opacity 0.3s ease;}
.popup form input:focus:-ms-input-placeholder {opacity: 0; transition: opacity 0.3s ease;} 

.popup form textarea::-webkit-input-placeholder {opacity: 1; transition: opacity 0.3s ease;}
.popup form textarea::-moz-placeholder {opacity: 1; transition: opacity 0.3s ease;}
.popup form textarea:-moz-placeholder {opacity: 1; transition: opacity 0.3s ease;}
.popup form textarea:-ms-input-placeholder {opacity: 1; transition: opacity 0.3s ease;}
.popup form textarea:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
.popup form textarea:focus::-moz-placeholder {opacity: 0; transition: opacity 0.3s ease;}
.popup form textarea:focus:-moz-placeholder {opacity: 0; transition: opacity 0.3s ease;}
.popup form textarea:focus:-ms-input-placeholder {opacity: 0; transition: opacity 0.3s ease;} 

/*-----------------------------*/
body {
    background: url(../../images/bg.jpg) no-repeat fixed;
    background-size: cover;
    background-position: center;
    overflow-y:scroll;
}

h1 {
    display: none;
}
#topwordsblock {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.topwords {
    max-width: 100%; height: auto;
    margin: 0 auto;
    padding: 0;
}





 /*----- ВКЛАДКИ----*/

#tabs { width: 100%; padding: 0px; text-align: center; }
#tabs>input { display:none; }

/*протранство содржимого*/
#tabs>div { display: none;
    padding: 12px;
    border: 0;
    background: 0;
}

/* 1 2 3 4 5 6 7 8 9 10*/
#tabs>label {
    display: inline-block;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    border: 0;
    background: 0;
    cursor: pointer;
}

/* активная вкладка*/
#tabs>input:checked + label {
    background: 0;
    border: 0;
    box-shadow: 0 0 10px white inset, 0 0 5px white, 0 0 10px coral, 0 0 30px rgb(237, 209, 90);
    opacity:1;
    filter:alpha(opacity=100);
    color: 
}

#tab_1:checked ~ #txt_1,
#tab_2:checked ~ #txt_2,
#tab_3:checked ~ #txt_3,
#tab_4:checked ~ #txt_4,
#tab_5:checked ~ #txt_5,
#tab_6:checked ~ #txt_6,
#tab_7:checked ~ #txt_7,
#tab_8:checked ~ #txt_8,
#tab_9:checked ~ #txt_9,
#tab_10:checked ~ #txt_10 { display: block; }

.db {max-width: 7000px;}

#txt_1,#txt_2,#txt_3,#txt_4,#txt_5,#txt_6,#txt_7,#txt_8,#txt_9,#txt_10 {
    margin: 0 auto;
}

.markersblock {
    /*display: none; */
    left: 8%;
    max-height: 100%;
    height: auto;
    text-align: center;
    position:fixed;
    top: 36%;
    color: white;
    font-size: 17pt;
    font-family: Lucida Console;
    z-index: 400;
}
.markerpic {
    height: 20px;
    font-size: 40px;
}
.markerpic:hover{
    box-shadow:  0 0 7px coral, 0 0 20px rgb(237, 209, 90), 0 0 25px white;
}
.marker1,.marker2,.marker3,.marker4,.marker5,.marker6,.marker7{
    color: white;
    opacity:0.2;
    filter:alpha(opacity=20);
    transition: 0.15s;
    cursor: pointer;
}
.marker1:hover,.marker2:hover,.marker3:hover,.marker4:hover,.marker5:hover,.marker6:hover,.marker7:hover {
    transform: scale(2, 2);
    text-shadow: 0 0 7px coral, 0 0 20px rgb(237, 209, 90), 0 0 25px white;
    opacity:1;
    filter:alpha(opacity=100);
} 
/*

* { margin:0; padding:0; }

#newsticker-demo { 
width:310px; 
background:#fff; 
padding:5px 5px 0; 
font-family:Verdana,Arial,Sans-Serif;
font-size:12px;
margin:20px auto;
}

#newsticker-demo a { text-decoration:none; }
#newsticker-demo img { border: 2px solid #FFFFFF; }

#newsticker-demo .title {
text-align:center;
font-size:14px;
font-weight:bold;
padding:5px;
}*/

.newsticker-jcarousellite {
    max-width: 100%;
    height: auto;
    padding-left: 7%;
    padding-right: 7%;
}
.newsticker-jcarousellite ul li{
    max-width: 100%; height: auto;
    margin: 0 auto;
    list-style:none;
    /*display:block; */
    vertical-align: middle;
    padding-bottom:1px;
    margin-bottom:5px;
    
}
.newsticker-jcarousellite .thumbnail {
    max-width: 100%;
    height: auto;
    display: block;
}

.clear { clear: both; }


.hrtop {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    border: 0;
    height: 1px;
    background: #fff;
    background-image: -webkit-radial-gradient(#fff, #000, #fff);
    background-image: -moz-radial-gradient(left, #fff, #000, #fff);
    background-image: -ms-radial-gradient(left, #fff, #000, #fff);
    background-image: -o-radial-gradient(left, #fff, #000, #fff);
    opacity: 0.3;
}

.hrul {
    max-width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    height: 1px;
    background: #fff;
    background-image: -webkit-radial-gradient(#fff, #000, #fff);
    background-image: -moz-radial-gradient(left, #fff, #000, #fff);
    background-image: -ms-radial-gradient(left, #fff, #000, #fff);
    background-image: -o-radial-gradient(left, #fff, #000, #fff);
    opacity: 0.3;
}
.earth {
    min-height: 50px;
    max-height: 5000px;
    box-shadow: 0 0 7px coral, 0 0 20px rgb(237, 209, 90), 0 0 25px white;
    /*-moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;*/
}

.newstext {
    margin: 1% auto;
    color: black;
    text-indent: 40px;
    text-align: justify;
    font-family: Lucida Console;}


.invest_content{
    margin: 1% auto;
    color: black;
    text-indent: 2%;
    text-align:center;
    font-family: Verdana, Arial, Helvetica, sans-serif;}
.news_line {
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 2%;
    max-width:100%; max-height: auto;
    overflow:hidden;
}
.news_line span {
    font-style:italic;
    color: greenyellow;
    padding-right: 2%;
}
.news_line span.date {
    display: none;
    float:right;
}

.newsvideo {
    max-width: 100%; height: auto;
    box-shadow: 0 0 7px coral, 0 0 20px rgb(237, 209, 90), 0 0 25px white;
    margin-right: 25px;	
/*    margin-left: 25px;*/
    float:left;
    /*-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;*/
}
h2,h3,h4 {color: rgb(237, 235, 255);font-family: Verdana, Arial, Helvetica, sans-serif;}

h3 {max-width: 100%; height: auto; margin: 1%; padding: 0;}
h4 {margin: 0 auto; padding-left: 3%; padding-right: 3%; text-align: justify; text-indent: 2%; max-width: 100%; height: auto;}

.news_line a.more{
    float: right;
    padding-right: 2%;
    vertical-align:baseline;
    white-space: nowrap;
    text-align: right;
    bottom: 1px;
    color: greenyellow;
    font-style:italic;
    text-decoration:none;
    opacity: 0.5;
    transition: 0.3s;
}
.td_invest {padding-left: 2%; padding-right: 4%;}
.invest_text {
    /*float: right;*/
    padding-right: 2%;
    vertical-align:baseline;
    white-space: nowrap;
    text-align: right;
    bottom: 1px;
    color: greenyellow;
    font-style:italic;
    text-decoration:none;
    opacity: 0.5;
    transition: 0.3s;
}
.news_line a.more:hover,.invest_text:hover {
    
    cursor: pointer;
    color: rgb(237, 209, 90);
    text-decoration: underline;
    opacity: 1;
    
}

#wrap_top,#wrap_middle,#wrap_bottom,#wrap_4,#wrap_5,#wrap_6,#wrap_7,#wrap_invest_text{
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 16px;
    background: url(../images/bgnews.jpg) no-repeat fixed;
    background-size: cover;
    background-position: center;
    z-index: 100;
    overflow: auto;
}
#window_top,#window_middle,#window_bottom,#window_4,#window_5,#window_6,#window_7,#window_invest_text{
    margin: auto;
    display: none;
    z-index: 200;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 16px;
    overflow: auto;
}

.close{
    font-family: monospace;
    color: black;
    top: 5px;
    right: 5px;
    padding-left: 1%;
    padding-bottom: 1%;
    cursor: pointer;
    position: fixed;
    z-index: 300;
}
.J1 {margin-top:3%;}

.povideo {
    max-width: 100%; height: auto;
    /*-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;*/
    box-shadow: 0 0 7px coral, 0 0 20px rgb(237, 209, 90), 0 0 25px white;
}
.promovideo {
    box-shadow: 0 0 7px coral, 0 0 20px rgb(237, 209, 90), 0 0 25px white;
    /*-moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;*/
    margin-top: 4%;
}

.avtext,.brandtext,.nametext,.checktext,.cont,.potext,.baza,.welcome,.invest_text{
    margin: 0 auto;
    padding-top: 1%;
    color: rgb(237, 235, 255);
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    letter-spacing:0.06ex;
    line-height: 140%;
}


.namelist,.checklist { /*Это ul*/
    margin: auto;
    color: rgb(237, 235, 255);
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: 140%;
    text-align: left;
}

.action_img {
    margin: 5% auto;
    max-width: 100%; height: auto;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    opacity:0.5;
    filter:alpha(opacity=50);
    transition: 0.4s;
}

.action_img:hover {
    max-width: 100%; height: auto;
    cursor: pointer;
    box-shadow: 0 0 20px white inset, 0 0 5px white, 0 0 30px rgb(59, 190, 77), 0 0 35px white;
    opacity:1;
    filter:alpha(opacity=100);
    }

.po_btn {
    text-align: center;
    margin: 0 auto;
}
.po_img {
    margin: 0 auto;
    max-width: 100%; height: auto;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    opacity:0.8;
    filter:alpha(opacity=50);
    transition: 0.4s;
}
.po_img:hover {
    max-width: 100%; height: auto;
    cursor: pointer;
    box-shadow: 0 0 20px white inset, 0 0 5px white, 0 0 30px rgb(59, 190, 77), 0 0 35px white;
    opacity:1;
    filter:alpha(opacity=100);
}

/*Таблица с иконками соц сетей*/
#icosocid {
    right: 0.3%;
    max-height: 250px;
    width: 25px;
    position:fixed;
    top: 35%;
}

.is {
    width: 20px;
    height: 20px;
    opacity:0.5;
    filter:alpha(opacity=50);
    transition: 0.1s;
}

.is:hover {
    border-style: none;
    transform: scale(2, 2);
    opacity:1;
    filter:alpha(opacity=100);
} 
/*---------------- Адаптация для устройств---------------*/

/*7680*4320------------------------------------------------*/
@media only screen and (max-width:7680px)
{
    .td_invest {max-width: 1000px;}
    #icosocid {top: 45%;right: 1%;transform: scale(5.6,5.6)}
}

/*2560*1440------------------------------------------------*/
@media only screen and (max-width:2560px)
{
    .td_invest {max-width: 800px;}
    #icosocid {right: 1%; top: 42%;transform: scale(2,2)}
}

/*2048*1152------------------------------------------------*/
@media only screen and (max-width:2048px)
{
    .td_invest {max-width: 750px;}
    #icosocid {right: 0.3%; top: 38%;transform: scale(1.4,1.4);}
}

/*FullHD---1920*1080--------------------------------------*/
@media only screen and (max-width:1920px)
{
    #topwordsblock {margin-top: 2%; margin-bottom: 2%; width: 1800px;}
    .topwords {width: 1200px;}
    h2 {font-size: 30pt;}
    h3 {font-size: 22pt;}
    h4 {font-size: 18pt;}
    #tabs>input:checked + label {-moz-border-radius: 7px;-webkit-border-radius: 7px;border-radius: 7px;}
    .db {width: auto; max-height: 19px; padding-top: 7px; padding-left: 17px; padding-right: 17px; padding-bottom: 3px;}
    .hrtop {}
    .hrul {height: 2px;}
    .newsticker-jcarousellite ul li {padding-top: 0; padding-bottom: 0;}
    .newsvideo {}
    .news_line a.more,.news_line span {font-size:17pt;}
    .td_invest {max-width: 700px;}
    .newstext,.invest_content {font-size: 17pt;}
    .close {font-size: 15pt;}
    .avtext,.brandtext,.nametext,.checktext,.baza,.cont,.potext,.welcome,.invest_text {font-size: 20pt; margin-top: 1%;}
    .namelist,.checklist {font-size: 20pt; max-width:100%; margin-left: 33%;}
    .povideo {max-width: 350px;}
    .promovideo {margin-top: 2%;}
    .action_img,.po_img {width: 350px; margin-bottom: 0; margin-top: 2%;}
    .pop-form {font-size: 16pt;}
    input {
        padding: 5px 8px;
        font: 14pt/20pt Verdana, Arial, sans-serif;
    }
    textarea {
        padding: 5px 8px;
        font: 14pt/20pt Verdana, Arial, sans-serif;
}
    input[type="submit"] {
        border: 1px solid #d6942d;
        font-size: 16pt;
        margin-top: 6px;
        padding: 4px;
        height: 36px;
}
    .popup, .popup2{
        width: 600px;
        left: 50%;
        top: 40%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
}
    .popup form h5 {font-size: 22pt; padding 0; margin: 0;}
    .popup .close_modal {top: 1px; right: 5px;}
    .markersblock {left: 8%;top: 34%; font-size: 24pt;}
    #icosocid {top: 38%; transform: scale(1.3,1.3)}
}

/*16:9---1600*900 ----------------------------------------*/
@media only screen and (max-width:1600px)
{
    .td_invest {max-width: 600px;}
    #icosocid {top: 36%; transform: scale(1.2,1.2)}
}

/* 1440*1022---------------------------------------------*/
@media only screen and (max-width:1440px)
{
    .td_invest {max-width: 550px;}
    #icosocid {top: 36%; transform: scale(1.2,1.2)}
}

/* iPad PRO 1366*1024----------------------------------*/
@media only screen and (max-width:1366px)
{
    #topwordsblock {margin-top: 2%; margin-bottom: 2%; width: 1800px;}
    .topwords {width: 900px;}
    h2 {font-size: 29pt;}
    h3 {font-size: 21pt;}
    h4 {font-size: 17pt;}
    #tabs>input:checked + label {-moz-border-radius: 7px;-webkit-border-radius: 7px; border-radius: 7px;}
    .db {width: auto; max-height: 14px; padding-top: 5px; padding-left: 7px; padding-right: 7px; padding-bottom: 0;}
    .hrtop {}
    .hrul {height: 2px;}
    .newsticker-jcarousellite ul li {padding-top: 0; padding-bottom: 0;}
    .newsvideo {}
    .news_line a.more,.news_line span {font-size:17pt;}
    .td_invest {max-width: 510px;}
    .newstext,.invest_content {font-size: 16pt; padding-right: 5%; padding-left: 5%;}
    .close {font-size: 12pt; margin-right:1%;}
    .avtext,.brandtext,.nametext,.checktext,.baza,.cont,.potext,.welcome,.invest_text {font-size: 18pt; margin-top: 1%; padding-right: 5%; padding-left: 5%;}
    .namelist,.checklist {font-size: 18pt; max-width:100%; margin-left: 33%;}
    .povideo {max-width: 350px;}
    .promovideo {margin-top: 2%;}
    .action_img,.po_img {width: 350px; margin-bottom: 0; margin-top: 2%;}
    .pop-form {font-size: 16pt;}
    input {
        padding: 5px 8px;
        font: 14pt/20pt Verdana, Arial, sans-serif;
    }
    textarea {
        padding: 5px 8px;
        font: 14pt/20pt Verdana, Arial, sans-serif;
}
    input[type="submit"] {
        border: 1px solid #d6942d;
        font-size: 16pt;
        margin-top: 6px;
        padding: 4px;
        height: 36px;
}
    .popup{
        width: 600px;
        left: 50%;
        top: 40%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
}
    .popup2 {
        left: 50%;
        top: 40%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    
    .popup form h5 {font-size: 22pt; padding: 0; margin: 0;}
    .popup .close_modal {top: 1px; right: 5px;}
    .markersblock {left: 2%;top: 34%; font-size: 18pt;}
    #icosocid {top: 35%; transform: scale(1.1,1.1)}
}

/* 1280*1024----------------------------------*/
@media only screen and (max-width:1280px)
{
    #topwordsblock {margin-top: 2%; margin-bottom: 2%;}
    .topwords {width: 919px;}
    h2 {font-size: 21pt;}
    h3 {font-size: 15pt;}
    h4 {font-size: 11pt;}
    #tabs>input:checked + label {-moz-border-radius: 7px; -webkit-border-radius: 7px; border-radius: 7px;}
    .db {width: auto; max-height: 12px; padding-top: 6px; padding-left: 10px; padding-right: 10px; padding-bottom: 2px;}
    .hrtop {}
    .hrul {height: 1px;}
    .newsticker-jcarousellite ul li {padding-top: 0; padding-bottom: 0;}
    .newsvideo {}
    .news_line a.more,.news_line span {font-size:11pt;}
    .J7 {}
    .td_invest {max-width: 500px;}
    .newstext,.invest_content {font-size: 12pt;padding-right: 5%; padding-left: 5%;}
    .close {font-size: 10pt;}
    .avtext,.brandtext,.nametext,.checktext,.baza,.cont,.potext,.welcome,.invest_text {font-size: 15pt; margin-top: 1%;}
    .namelist,.checklist {font-size: 15pt; max-width: 430px;margin-left: 33%;}
    .povideo {max-width: 350px;}
    .promovideo {}
    .action_img,.po_img {width: 350px; margin-bottom: 0; margin-top: 2%;}
    .pop-form {font-size: 14pt;}
    input {
        padding: 5px 8px;
        font: 12px/18px Verdana, Arial, sans-serif;
    }
    textarea {
        padding: 5px 8px;
        font: 12px/18px Verdana, Arial, sans-serif;
}
    input[type="submit"] {
        border: 1px solid #d6942d;
        font-size: 14px;
        margin-top: 6px;
        padding: 4px;
        height: 30px;
}
    .popup, .popup2{
        width: 300px;
        left: 50%;
        top: 40%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: opacity .5s, top .5s;
        -moz-transition: opacity .5s, top .5s;
        -ms-transition: opacity .5s, top .5s;
        -o-transition: opacity .5s, top .5s;
        transition: opacity .5s, top .5s;
}
    .popup form h5 {font-size: 16pt; padding 0; margin: 0;}
    .popup .close_modal { top: 1px; right: 5px; font-size: 1.1em;}
    .markersblock {left: 2%; top: 28%; font-size: 17pt; position: fixed;}
    #icosocid {top: 35%; transform: scale(1,1)}
}

/* 1024*768----------------------------------*/
@media only screen and (max-width:1024px)
{
    #topwordsblock {margin-top: 2%; margin-bottom: 2%;}
    .topwords {width: 919px;}
    h2 {font-size: 21pt;}
    h3 {font-size: 15pt;}
    h4 {font-size: 11pt;}
    #tabs>input:checked + label {-moz-border-radius: 7px; -webkit-border-radius: 7px; border-radius: 7px;}
    .db {width: auto; max-height: 13px; padding-top: 6px; padding-left: 10px; padding-right: 10px; padding-bottom: 2px;}
    .hrtop {}
    .hrul {height: 1px;}
    .newsticker-jcarousellite ul li {padding-top: 0; padding-bottom: 0;}
    .newsvideo {}
    .news_line a.more,.news_line span {font-size:11pt;}
    .td_invest {max-width: 350px;}
    .newstext,.invest_content {font-size: 12pt;}
    .close {font-size: 10pt;}
    .avtext,.brandtext,.nametext,.checktext,.baza,.cont,.potext,.welcome,.invest_text {font-size: 15pt; margin-top: 1%;}
    .namelist,.checklist {font-size: 15pt; max-width: 430px;margin-left: 33%;}
    .povideo {max-width: 350px;}
    .promovideo {}
    .action_img,.po_img {width: 350px; margin-bottom: 0; margin-top: 2%;}
    .pop-form {font-size: 14pt;}
    input {
        padding: 5px 8px;
        font: 12px/18px Verdana, Arial, sans-serif;
    }
    textarea {
        padding: 5px 8px;
        font: 12px/18px Verdana, Arial, sans-serif;
}
    input[type="submit"] {
        border: 1px solid #d6942d;
        font-size: 14px;
        margin-top: 6px;
        padding: 4px;
        height: 30px;
}
    .popup, .popup2{
        width: 300px;
        left: 50%;
        top: 40%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: opacity .5s, top .5s;
        -moz-transition: opacity .5s, top .5s;
        -ms-transition: opacity .5s, top .5s;
        -o-transition: opacity .5s, top .5s;
        transition: opacity .5s, top .5s;
}
    .popup form h5 {font-size: 16pt; padding 0; margin: 0;}
    .popup .close_modal { top: 1px; right: 5px; font-size: 1.1em;}
    .markersblock {left: 3%; top: 36%; font-size: 17pt; position: absolute;}
    #icosocid {top: 32%}
}

/* iPad----------------------------------------*/
@media only screen and (max-width:768px)
{
    .td_invest {max-width: 350px;}
    #icosocid {top: 20%}
}

/* iPhone 6 PLUS------------------------------ */
@media only screen and (max-width:736px)
{
     body {overflow-y:scroll;}
    #topwordsblock {margin-top: 2%; margin-bottom: 2%;}
    .topwords {width: 600px;}
    h2 {font-size: 16pt; margin: 0;}
    h3 {font-size: 12pt;}
    h4 {font-size: 8pt;}
    #tabs>input:checked + label {-moz-border-radius: 7px; -webkit-border-radius: 7px; border-radius: 7px;}
    .db {width: auto; max-height: 10px; padding-top: 5px; padding-left: 9px; padding-right: 9px; padding-bottom: 1px;}
    .hrtop {}
    .hrul {height: 1px;}
    .newsticker-jcarousellite ul li {padding-top: 0; padding-bottom: 0; padding-left: 5%; padding-right: 5%;}
    .newsvideo {}
    .news_line a.more,.news_line span {font-size:10pt;}
    .td_invest {max-width: 350px;}
    .newstext,.invest_content {font-size: 11pt;}
    .close {font-size: 9pt;}
    .avtext,.brandtext,.nametext,.checktext,.baza,.cont,.potext,.welcome,.invest_text {font-size: 11pt; margin-top: 1%;}
    .namelist,.checklist {font-size: 11pt; max-width: 430px;margin-left: 33%;}
    .povideo {max-width: 200px; height: 90px;}
    .promovideo {}
    .action_img,.po_img {width: 250px; margin-bottom: 0; margin-top: 2%;}
    .pop-form {font-size: 14pt;}
    input {
        padding: 5px 8px;
        font: 12px/18px Verdana, Arial, sans-serif;
    }
    textarea {
        padding: 5px 8px;
        font: 12px/18px Verdana, Arial, sans-serif;
}
    input[type="submit"] {
        border: 1px solid #d6942d;
        font-size: 14px;
        margin-top: 6px;
        padding: 4px;
        height: 30px;
}
    .popup, .popup2{
        width: 300px;
        left: 50%;
        top: 40%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: opacity .5s, top .5s;
        -moz-transition: opacity .5s, top .5s;
        -ms-transition: opacity .5s, top .5s;
        -o-transition: opacity .5s, top .5s;
        transition: opacity .5s, top .5s;
}
    .popup form h5 {font-size: 16pt; padding: 0; margin: 0;}
    .popup .close_modal { top: 1px; right: 5px; font-size: 1.1em;}
    .markersblock {left: 6%; top: 42%; font-size: 10pt; position: absolute;}
    #icosocid {top: 25%}
}

/* Nexus 5X---------------------------------*/
@media only screen and (max-width:732px)
{
    .td_invest {max-width: 350px;}
    #icosocid {top: 22%}
}


/* "iPhone 6"------------------------------ */
@media only screen and (max-width:667px)
{
    body {overflow-y:scroll;}
    #topwordsblock {margin-top: 2%; margin-bottom: 2%;}
    .topwords {width: 919px;}
    h2 {font-size: 20pt; margin: 0;}
    h3 {font-size: 14pt;}
    h4 {font-size: 10pt;}
    #tabs>input:checked + label {-moz-border-radius: 7px; -webkit-border-radius: 7px; border-radius: 7px;}
    .db {width: auto; max-height: 12px; padding-top: 5px; padding-left: 9px; padding-right: 9px; padding-bottom: 1px;}
    .hrtop {}
    .hrul {height: 1px;}
    .newsticker-jcarousellite ul li {padding-left: 5%; padding-right: 5%;}
    .newsvideo {float: none;}
    .news_line a.more,.news_line span {font-size:11pt;}
    .td_invest {max-width: 300px;}
    .newstext,.invest_content {font-size: 11pt;}
    .close {font-size: 9pt;}
    .avtext,.brandtext,.nametext,.checktext,.baza,.cont,.potext,.welcome,.invest_text {font-size: 13pt; margin-top: 1%;}
    .namelist,.checklist {font-size: 13pt; max-width: 430px;margin-left: 33%;}
    .povideo {max-width: 200px; height: 90px;}
    .promovideo {}
    .action_img,.po_img {width: 350px; margin-bottom: 0; margin-top: 2%;}
    .pop-form {font-size: 14pt;}
    input {
        padding: 5px 8px;
        font: 12px/18px Verdana, Arial, sans-serif;
    }
    textarea {
        padding: 5px 8px;
        font: 12px/18px Verdana, Arial, sans-serif;
}
    input[type="submit"] {
        border: 1px solid #d6942d;
        font-size: 14px;
        margin-top: 6px;
        padding: 4px;
        height: 30px;
}
    .popup, .popup2{
        width: 300px;
        left: 50%;
        top: 40%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: opacity .5s, top .5s;
        -moz-transition: opacity .5s, top .5s;
        -ms-transition: opacity .5s, top .5s;
        -o-transition: opacity .5s, top .5s;
        transition: opacity .5s, top .5s;
}
    .popup form h5 {font-size: 16pt; padding: 0; margin: 0;}
    .popup .close_modal { top: 1px; right: 5px; font-size: 1.1em;}
    .markersblock {left: 2%; top: 45%; font-size: 14pt; position: absolute;}
    #icosocid {top: 21%}
}

/* Galaxy S5-------------------------------- */
@media only screen and (max-width:640px)
{
    .td_invest {max-width: 300px;}
    #icosocid {top: 22%}
}

/* "iPhone 5"------------------------------ */
@media only screen and (max-width:568px)
{
    .td_invest {max-width: 250px;}
    #icosocid {top: 19%}
}

/* "iPhone 4 480*320"------------------------------ */
@media only screen and (max-width:480px)
{
    .td_invest {max-width: 230px;}
    #icosocid {top: 18%}
}

    
/* "iPhone 6PLUS"------------------------------ */
@media only screen and (max-width:414px)
{
    #topwordsblock {margin-top: 2%; margin-bottom: 2%;}
    h2 {font-size: 15pt; margin-top: 0; margin-bottom: 0;}
    h3 {font-size: 10pt; margin-bottom: 5%;}
    h4 {font-size: 8pt;}
    #tabs>input:checked + label {border-radius: 7px;-moz-border-radius: 7px; -webkit-border-radius: 7px; border-radius: 7px;}
    .db {width: auto; max-height: 8px; padding-top: 5px; padding-left: 7px; padding-right: 7px;}
    .hrtop {}
    .newsticker-jcarousellite ul li {padding-bottom: 4%;  margin: 0;}
    .news_line {padding-left: 5%; padding-right: 5%;}
    .newsvideo {}
    .news_line a.more,.news_line span {font-size:8pt;}
    .td_invest {max-width: 200px;}
    .newstext,.invest_content {font-size: 12pt;}
    #txt_1,#txt_2,#txt_3,#txt_4,#txt_5,#txt_6,#txt_7,#txt_8,#txt_9,#txt_10 {}
    .avtext,.brandtext,.nametext,.checktext,.baza,.cont,.potext,.welcome,.invest_text {font-size: 10pt; margin-top: 1%;padding-left: 2%;padding-right: 2%;}
    .namelist,.checklist {font-size: 10pt; width: 170px; height: auto; margin-left: 7%;}
    .povideo {max-width: 100%; height: auto;}
    .promovideo {margin-top: 5%;}
    .action_img,.po_img {width: 250px;}
    .pop-form {font-size: 8pt;}
    .markersblock {left: 3%; max-height: 250px; max-width: 500px; top: 29%; font-size: 17pt; position: absolute;}
    #icosocid {top: 33%}
}

/* Nexus 5X---------------------------------*/
@media only screen and (max-width:412px)
{
    .td_invest {max-width: 190px;}
    #icosocid {top: 33%}
}
    
/* "LG Optimus 384*640"------------------------------ */
@media only screen and (max-width:384px)
{
    .td_invest {max-width: 170px;}
    #icosocid {top: 33%}
}    

/* "iPhone 6"------------------------------ */
@media only screen and (max-width:375px)
{    
    .td_invest {max-width: 170px;}
    #icosocid {top: 33%}
}


/* Galaxy S5 ------------------------------*/
@media only screen and (max-width:360px)
{
    .td_invest {max-width: 160px;}
    #icosocid {top: 32%}
}

/* "iPhone 5"------------------------------- */
@media only screen and (max-width:320px)
{
    #topwordsblock {margin-top: 2%; margin-bottom: 2%;}
    h2 {font-size: 15pt; margin-top: 0; margin-bottom: 0;}
    h3 {font-size: 10pt; margin-bottom: 5%;}
    h4 {font-size: 8pt;}
    #tabs>input:checked + label {-moz-border-radius: 7px; -webkit-border-radius: 7px; border-radius: 7px;}
    .db {width: auto; max-height: 8px; padding-top: 5px; padding-left: 7px; padding-right: 7px;}
    .newsticker-jcarousellite ul li {max-width: 100%; height: auto; padding-bottom: 4%;  margin: 0;}
    .news_line {padding-left: 5%; padding-right: 5%;}
    .newsvideo {}
    .news_line a.more,.news_line span {font-size:8pt;}
    .td_invest {max-width: 150px;}
    .newstext,.invest_content {font-size: 12pt;}
    #txt_1,#txt_2,#txt_3,#txt_4,#txt_5,#txt_6,#txt_7,#txt_8,#txt_9,#txt_10 {}
    .avtext,.brandtext,.nametext,.checktext,.baza,.cont,.potext,.welcome,.invest_text {font-size: 10pt; margin-top: 1%;padding-left: 2%;padding-right: 2%;}
    .namelist,.checklist {font-size: 10pt; width: 170px; height: auto; margin-left: 7%;}
    .povideo {max-width: 100%; height: auto;}
    .promovideo {margin-top: 5%;}
    .action_img,.po_img {width: 350px;}
    .pop-form {font-size: 8pt;}
    .markersblock {left: 2%; max-height: 250px; max-width: 500px; top: 30%; font-size: 12pt; position: fixed;}
    #icosocid {top: 32%}
}