.scope-stiker {
    bottom: 5px;
    left: 3px;
    position: absolute;
    width: 40px;
}

span.stiker {
    bottom: 5px;
    color: #ffffff;
    display: block;
    font-size: 16px;
    height: 22px;
    line-height: 16px;
    margin-top: 4px;
    padding: 3px;
    text-align: center;
    text-transform: uppercase;
}
span.stiknew {
    background: rgba(0, 0, 0, 0) url("img/new_1.png") no-repeat scroll left center;
    width: 95px;
}
span.stikoffer {
    background: rgba(0, 0, 0, 0) url("img/offer_1.png") no-repeat scroll left center;
    width: 186px;
}
.iframeresult {
	display: none;
}



.bx-filter.bx-yellow .bx-filter-section {
background: #f1f1f2 none repeat scroll 0 0;
}
.bx-filter.bx-yellow .btn-themes {
    background-color: #ffca35;
    border-color: #ffca35;
    color: #434244;
}



.news-detail img, .news-detail p img {
width: 100%;
}




.ithive_office_plus_odd_grey_head {
    width: 100%;
    background: #0073ba none repeat scroll 0 0;
    color: #fff;
    font-family: blisspro;
    width: 100%;
}


.odd_grey_body {
    border: 1px solid #ccc;
    width: 100%;
}

.odd_grey_body tr {
    border-bottom: 1px solid #ccc;
}


.ithive_office_plus_odd_grey_head td {
    padding: 18px;
}

.odd_grey_body td {
    padding: 0 10px 18px;
}
.odd_grey_body td a {
    text-decoration: none;
}



.ithive_office_plus_search_form select {
    margin-bottom: 15px;
}

.ithive_office_plus_search_form select label {
    margin-bottom: 15px;
}


.ithive_office_plus_search_form_buttons {
    margin-top: 15px;
}



.ithive_office_plus_search_form input[type="checkbox"] {
    margin: 4px 4px 0 0;
}



.ithive_office_plus_odd_grey_head th:last-child {
width:100%;
}






@media (min-width: 1028px) {
.wrap {
    width: calc(100vw - 17px);
}
}










.menuMobile {
    bottom: 0;
    left: 100%;
    position: fixed;
    top: 5.8125em;
    transition: left 0.4s ease-in-out 0s, top 0.4s ease-in-out 0s;
    width: 100%;
    z-index: 620;
}
.menuMobile ul {
    background-color: #91a4b1;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    position: absolute;
    top: 0;
    width: 100%;
}
.menuMobile ul li {
    background-color: #22a3e6;
    border-bottom: 0.125em solid #fff;
}
.menuMobile ul li.footmenu {
    background-color: #91a4b1;
}
.menuMobile ul li a {
    color: #fff;
    display: block;
    font-family: "Ford Antenna Light";
    font-size: 1.75em;
    font-weight: normal;
    padding: 1.07143em;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}
.menuMobile ul li a i {
    left: auto;
    padding-top: 0.25em;
    position: absolute;
    right: 1em;
}
.menuMobile ul li.back a {
    padding-left: 2.8125em;
}
.menuMobile ul li.back a i {
    left: 0.9375em;
}
.menuMobile ul ul {
    background-color: #22a3e6;
    bottom: 0;
    left: -100%;
    position: absolute;
    top: 0;
    transform: translate3d(0px, 0px, 0px);
    transition: transform 0.4s ease-in-out 0s;
    width: 100%;
    z-index: 999;
}
.menuMobile ul ul li:first-child {
    background: #425968 none repeat scroll 0 0;
}
#chk-menu:checked ~ .menuMobile {
    left: 0;
}
#chk-menu:checked ~ .headerMobile label.menu {
    background-color: #22a3e6;
}
#chk-menu:checked ~ .headerMobile label.menu i.icon-hamburger {
    color: white;
}
#chk-search:checked ~ .searchMobile {
    top: 5.8125em;
}
#chk-search:checked ~ .menuMobile {
    top: 11.625em;
}
#chk-search:checked ~ .headerMobile label.search {
    background-color: #22a3e6;
}
#chk-search:checked ~ .headerMobile label.search i.icon-search {
    color: white;
}
.menuMobile input[type="checkbox"]:checked ~ .submenu {
    transform: translate(100%, 0px);
}
.roundedGrayButton, .cookie .close {
    background: #fff linear-gradient(to bottom, #fff 0%, #dedede 100%) repeat scroll 0 0;
    border-radius: 50%;
    box-shadow: 0 0 2px #3c3c3c;
    box-sizing: border-box;
    color: #333333;
}
.roundedBlueButton, .cookie .close:hover {
    background: #429ccb none repeat scroll 0 0;
    color: white;
}




.icon-hamburger::before {
    content: "";
}
.icon-menuArrow::before {
    content: "";
}
.icon-search::before {
    content: "";
}


/*main page fix */

@media (max-width: 1024px) {
    .row .col-md-6 > .pull-right {
      float: none!important;
      text-align: center;
    }
}

@media (min-width: 1024px) {
.quality_box .padr{
	padding-right: 1px !important;
}
}


@media (max-width: 1200px) {
    .sert_logos {
    margin-bottom: 34px;
    text-align: center;
    }
.quality_box .q-sign{
    margin: 10px 13px 0 0!important;
}
.quality_box .padr {

}
}



/*youtube in news */
.video-block {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-block iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}