html, body, .main, header, h2, ul {
    max-width: 100%;
    width: 100%;
}

header {
    padding-top: 10px;
    padding-bottom: 10px;
}
.header_logo img {
    display: block;
}
.header_description h1 {
    font-size: 35px;
    text-align: center;
    color: #fff;
    display: inline-block;
    padding: 10px;
}
@media (max-width: 600px) {
    .header_description h1 {
        font-size: 20px;
    }
}

.header_counter {
    height: 22px;
}
.header_counter p {
    margin-bottom: 0;
}
.header_counter-text{
    line-height: 50px;
}
.header_counter-numbers {
    font-size: 25px;
    font-weight: bold;
}
@media (max-width: 768px) {
    .header_logo img {
        margin: 0 auto 10px;
    }
    .header_counter {
        text-align: center;
        height: auto;
    }
}


.main {
    padding:10px 0 0;
    text-align: center;
}
.main .row {
    text-align: center;
}
.main ul.cats{
    text-align: left;
}
.main .row.cat {
    text-align: left;
    background-color: #00bcd4;
    padding: 15px 45px 15px 15px;
    color: #fff;
    margin-bottom: 20px;
    cursor: pointer;
    position: relative;
}


.main .row.cat h3 {
    font-size: 20px;
    width: 100%;
}
.main .row.cat p {
    margin: 0;
    font-size: 14px;
}

.main .headline {
    text-align: left;
    width: 100%;

}
.main .descriptor {
    font-size:24px; 
    width: 100%;
    margin-bottom: 30px;
    text-align: left;
    font-weight: normal;
}
@media (max-width: 1000px) {
    .main .headline, .main .descriptor {
        padding: 15px;

    }
}
.descriptor.notice {
    font-size: 16px;
    background: rgb(255, 153, 0);
    color: #fff;
    padding: 20px 10px;
    font-weight: normal;
    margin-bottom: 10px;
}
.descriptor.notice span {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 10px;
    display: inline-block;
    border-bottom: 1px solid #fff;
    width: 100%;
    padding-bottom: 10px;
}
.item {
    border: 2px solid #2FBD31;
    border-radius: 3px;
    text-align: center;
    width: 265px;
    display: inline-block;
    margin: 0 auto 20px;
    text-decoration: none;
    color: #000;
}
a.item:hover {
    text-decoration: none;
    border-color: #00b8d4;
}

.item > div {
    padding: 10px;
    border-bottom: 1px solid #e1e1e1;
}

.item_header-logo {
    height: 35px;
}
.item_header-logo img {
    display: inline-block;
    vertical-align: middle;
}

.item_header img {
    min-height: 50px;
    max-width: 100%;
    position: relative;
    top: -10%;
    margin: 0px;
}

.item_header h3 {
    font-size: 18px;
    line-height: 1.4;
}

.item_body {
    background-color: #f8f8f8;
}

.item_body_section {
    border-bottom: 1px solid #e1e1e1;
    padding: 7px 0;
    font-size: 14px;
}

.item_body_section:first-child {
    padding-top:0;
}


.item_body_section:last-child {
    padding-bottom:0;
    border-bottom:none;
}

.item_body_section b {
    font-size: 20px;
}

.item_body_section b.green {
    background: #00b56a;
    padding: 0 10px 4px;
    color: #fff;
    border-radius: 3px;
    margin-bottom: 10px;
    display: inline-block;
}

.item_body_section b.red {
    background: #ccc;
    padding: 0 10px 4px;
    color: #666;
    border-radius: 3px;
    margin-bottom: 10px;
    display: inline-block;
}

.item_section_inner {
    display: inline-block;
    width: 49%;
}

.item_section_inner.right{
    text-align: right;
    font-weight: bold;
}
.item_section_inner.left{
    text-align: left;
}


@media (min-width: 800px) {
    .item {
        border: 1px solid #0c0b0b96;
        border-radius: 0px;
        text-align: left;
        width: 100%;
        display: block;
        margin: 0 auto 11px;
    }

    .item_header {
        width: 170px;
        float:left;
    }

    .item > div.item_body {
        background-color: #ffffff;
        width: 100%;
        padding: 7px 219px 0 173px;
    }

    .item_body_section {
        border-right: 1px solid #252323;
        border-bottom: none;
        padding: 7px 7px;
        font-size: 14px;
        width: 25%;
        float: left;
    }

    .item_body_section:first-child {
        padding-top:7px;
    }


    .item_body_section:last-child {
        padding-bottom:0;
        border-right:none;
    }

    .item > div {
        border-bottom: none;
    }


    .item_section_inner {
        display: inline-block;
        width: 100%;
    }

    .item_section_inner.right{
        text-align: center;
    }
    .item_section_inner.left{
        text-align: center;
    }

    .item_footer {
        width: 213px;
        float: right;
    }
}

.btn-primary {
    color: #fff;
    background-color: #2EABD4;
    border: none;
    font-size: 19px;
    padding: 10px 19px;
    cursor: pointer;
}

.info {
    font-size: 14px;
    background-color: #f8f8f8;
    padding: 20px;
}

footer {
    padding-top: 15px;
    /*background-color: #1D5D6E; */
    padding-bottom: 15px;
    /*color: #fff; */
    font-size: 12px;
    text-align: center;
}

footer ul {
    padding: 0 20px;
}

footer ul li {
    display: inline-block;
    width: 95px;
}
footer ul li a {
    color: #fff;
}


article {
    text-align: left;
    margin-bottom: 50px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 15px;
}

.akciya_container {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 100;
    width: 320px;    
}

.akciya {
    display: block;
    padding: 10px;
    border: 1px solid #f90;
    background: #fff;
    border-radius: 3px;
    color: #333;
    width: 320px;
}

.akciya:hover {
  
}



.akciya_left {
    margin: 0;
}

.akciya p {
    margin-bottom: 0;
}

.akciya_close {
    display: block;
    position: absolute;
    top: -30px;
    font-size: 20px;
    right: 0;
    cursor: pointer;
}

#onlinezaim .item_header-logo {
    padding-left: 15px;
}

#onlinezaim .item_header-logo img {
    width: 95px;
    margin: 0 auto;
}

#yes .item_header-logo, #vivus .item_header-logo {
    padding-top: 10px;
}

#glav .item_header-logo {
    padding-top: 7px;
}

#joymoney .item_header-logo {
    padding-top: 10px;
}

@media screen and (max-width: 900px) {
  .blok18 {
    
        font-size: 16px!important;
    font-weight: bold!important;
    background: #00d455!important;
    padding: 0x!important;
    color: #fff!important;
    margin: -5px !important;
    width: 101%!important;
	height: 50px!important; 
	display: none!important;
  }
  

}

@media screen and (max-width: 700px) {
.header_counter-numbers {
    font-size: 16px;
    font-weight: bold;
}

}


 .blok18 {
    font-size: 24px;
    font-weight: bold;
    padding: 0x;
    color: #5BBF43;
    margin: -5px;
    width: 50.5%;
    text-align:  center;
  }
  
 .btn-primary200 {
    color: #fff;
    background-color: #00d455;
    border: none;
    font-size: 18px;
    cursor: pointer;
    padding-top: 0px;
    padding-right: 8px;
    padding-left: 8px;
    position: absolute;
    top: 65px;
}

.blokvk {
text-align: center;		
}