.redcolor {
    color: red;
}

html, body, div, span, h2, h3, p, a, img, strong, b, i, ul, li, form, table, tbody, tr, th, td, footer, header {
    margin: 0;
    padding: 0;
    border: 0 none;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    font-size-adjust: inherit;
    font-stretch: inherit;
    font-feature-settings: inherit;
    font-language-override: inherit;
    font-kerning: inherit;
    font-synthesis: inherit;
    font-variant: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th, td {
    text-align: left;
    font-weight: 400;
    vertical-align: middle;
}

a img {
    border: medium none;
}

footer, header {
    display: block;
}

.breadcrumbs {
    padding-left: 24px;
    padding-right: 24px;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

body {
    font-family: "Open Sans", sans-serif;
    background: transparent url("../img/bg-bbd.arb.webp") repeat scroll 0 0;
}

.fix-footer {
    position: relative;
    margin: 0;
    padding: 0;
    z-index: 9999;
}

.fix-footer-center {
    position: fixed;
    left: -50%;
    transform: translate(50%, 0%);
    width: 100%;
    bottom: 0;
    padding: 10px 0;
    background: rgba(197, 195, 195, .65);
}

.fix-footer-center a {
    width: 90%;
    font-size: 18px;
    height: 100%;
    vertical-align: middle;
    line-height: 30px;
    padding: 0;
    margin: 0 auto;
}

.content::after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.page-wrap {
    padding: 0 64px;
    max-width: 1280px;
    min-width: 300px;
    margin: 0 auto;
    position: relative;
    cursor: auto;
}

.main-content {
    background: transparent url("../img/bg-bbd.arb.webp") repeat scroll 0 0;
    z-index: 11;
    position: relative;
}

.main-content::after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.content {
    min-height: 700px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin: 0 auto;
    background: #fff none repeat scroll 0 0;
}

.content__inner {
    float: left;
}

.content__inner_wide {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}

.content {
    clear: both;
}

.header {
    width: 100%;
    z-index: 12;
    position: relative;
}

.header__inner {
    height: 64px;
    background: #0095da none repeat scroll 0 0;
    position: relative;
    z-index: 7;
}

.nav {
    height: 64px;
    max-width: 920px;
    overflow: hidden;
    position: relative;
}

.nav__inner {
    width: 9000px;
}

.nav li {
    display: block;
    float: left;
    height: 64px;
    margin-right: 1px;
    position: relative;
}

.nav li a {
    display: block;
    height: 100%;
    font: 16px/64px "Open Sans", sans-serif;
    color: #fff;
    padding: 0 24px;
    text-decoration: none;
    transition: background .3s ease 0;
}

.nav li a:hover {
    background: #00a5f2 none repeat scroll 0 0;
}

.nav li a {
    position: relative;
    background: #0095da none repeat scroll 0 0;
    transition: transform .3s ease 0;
}

.nav_mobile {
    display: none;
}

.header__menu-link {
    display: none;
}

.header__air {
    float: right;
    border-left: 1px solid #2483c5;
    padding: 10px 15px 0;
    height: 54px;
}

.header__air-logo {
    display: block;
    width: 75px;
    background: transparent;
}

.header__air-title {
    display: block;
    font: 11px/11px Tahoma, sans-serif;
    color: #85cced;
    padding-top: 5px;
    text-decoration: none;
}

.search__form {
    display: block;
    position: absolute;
    width: 30px;
    top: 18px;
    right: 20px;
    background: #0069a0 none repeat scroll 0 0;
    border-radius: 18px;
    overflow: hidden;
    height: 30px;
}

.search__form input {
    float: left;
    height: 30px;
}

.search__form .search__text {
    border: medium none;
    outline: medium none;
    background: transparent none repeat scroll 0 0;
    width: 0;
    color: #fff;
    padding: 0 3px;
    font: 12px/17px "Open Sans", sans-serif;
    display: block;
}

.search__form .search__submit {
    display: block;
    /*background: transparent url("../images/icons-4ff.arb.webp") no-repeat scroll 0 -211px;*/
    width: 24px;
    border: medium none;
    cursor: pointer;
    float: right;
}

/*.footer {*/
/*    background: #1a1a1a none repeat scroll 0 0;*/
/*    overflow: hidden;*/
/*    position: relative;*/
/*    z-index: 7;*/
/*}*/

/*.footer-wrapper_top {*/
/*    border-top: 9px solid #2483c5;*/
/*    background: #262626 none repeat scroll 0 0;*/
/*    height: 64px;*/
/*}*/

/*.footer__inner {*/
/*    padding: 0 64px;*/
/*    max-width: 1280px;*/
/*    min-width: 300px;*/
/*    margin: 0 auto;*/
/*}*/

/*.nav_footer {*/
/*    float: left;*/
/*    height: 64px;*/
/*    width: 730px;*/
/*    overflow: hidden;*/
/*    margin-left: -24px;*/
/*}*/

/*.nav_footer li {*/
/*    float: left;*/
/*    height: 64px;*/
/*}*/

/*.nav_footer li a {*/
/*    display: block;*/
/*    height: 100%;*/
/*    font: 16px/64px "Open Sans", sans-serif;*/
/*    color: #fff;*/
/*    padding: 0 24px;*/
/*    text-decoration: none;*/
/*}*/

.soc-buttons {
    display: block;
    float: right;
    padding-top: 16px;
}

.soc-buttons a {
    display: block;
    float: left;
    margin-left: 16px;
    width: 32px;
    height: 32px;
    background-image: url("../img/soc-icons-916.arb.webp");
    transition: background .2s ease-out 0;
}

.soc-buttons_vk {
    background-position: 0 0;
}

.soc-buttons_vk:hover {
    background-position: 0 -32px;
}

.soc-buttons_fb {
    background-position: -32px 0;
}

.soc-buttons_fb:hover {
    background-position: -32px -32px;
}

.soc-buttons_twt {
    background-position: -64px 0;
}

.soc-buttons_twt:hover {
    background-position: -64px -32px;
}

.soc-buttons_gplus {
    background-position: -96px 0;
}

.soc-buttons_gplus:hover {
    background-position: -96px -32px;
}

.soc-buttons_rss {
    background-position: -128px 0;
}

.soc-buttons_rss:hover {
    background-position: -128px -32px;
}

.soc-buttons_insta {
    background-position: -160px 0;
}

.soc-buttons_insta:hover {
    background-position: -160px -32px;
}

.soc-buttons_youtube {
    background-position: -192px 0;
}

.soc-buttons_youtube:hover {
    background-position: -192px -32px;
}

.soc-buttons_ok {
    background-position: -224px 0;
}

.soc-buttons_ok:hover {
    background-position: -224px -32px;
}

.soc-buttons_telegram {
    background-position: -256px 0;
}

.soc-buttons_telegram:hover {
    background-position: -256px -32px;
}

.breadcrumbs {
    height: 22px;
    padding-top: 10px;
    padding-bottom: 0;
    font: 14px/22px "Open Sans";
}

.breadcrumbs h2 a {
    color: #255d89;
    display: block;
    float: left;
    padding-right: 16px;
    border-left: 1px solid #ccc;
    padding-left: 16px;
}

.breadcrumbs h2 a:first-child {
    border-left: medium none;
    padding-left: 0;
}

.article {
    width: 70%;
    padding: 24px 20px 24px 70px;
    float: left;
    box-sizing: border-box;
}

.article__title {
    font: 23px "Open Sans", sans-serif;
    padding: 4px 0;
    line-height: 28px;
    font-weight: 800;
    text-transform: uppercase;
}

.article__text {
    font: 16px/24px "Open Sans", sans-serif;
    color: #000;
    padding-left: 0;
    padding-top: 14px;
}

.article__text img {
    max-width: 100%;
}

.article__text p {
    padding: 10px 0;
    text-align: left;
}

.article__text a {
    text-decoration: underline;
    color: #005fa6;
}

.article__text a:hover {
    text-decoration: none;
    color: red;
}

.article__text i {
    font-style: italic;
}

.article__text b, .article__text strong {
    font-weight: 700;
}

.article__text ul {
    padding-left: 15px;
    padding-bottom: 15px;
    margin-left: 10px;
}

.head {
    font-size: 20px;
    font-weight: 700;
    padding: 0 0 10px !important;
}

img {
    max-width: 100%;
}

a:hover {
    text-decoration: none;
}

table {
    max-width: 800px;
    margin: 0 auto;
    box-shadow: 2px 3px 8px 0 rgba(105, 105, 105, .39);
}

th, td {
    border-color: #bdbdbd;
}

.tg {
    border-collapse: collapse;
    border-spacing: 0;
}

.tg td {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    vertical-align: text-top;
    padding: 4px 3px;
    line-height: 20px;
}

.tg td ul {
    list-style: disc;
    padding-left: 0;
    margin-left: 20px;
}

.tg th {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 5px;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
}

.tbg1 {
    background: #b4edff none repeat scroll 0 0;
}

.tbg2 {
    background: #f1f1f1;
}

.comment-block {
    background: #fff none repeat scroll 0 0;
}

.comment-user {
    border-bottom: 1px solid #f1f2f6;
    margin-bottom: 10px;
}

.comment-user:last-child {
    border-bottom: medium none;
}

.sidebar {
    float: right;
    width: 320px;
    margin-right: 1.2%;
    margin-top: 7px;
}

.sidebar p {
    text-align: left;
    padding: 10px 0 10px 20px;
    font-style: italic;
    font-size: 14px;
    line-height: 140%;
}

.sidebar a {
    color: blue;
    text-decoration: underline;
}

.sidebar a:hover {
    color: red;
    text-decoration: none;
}

.sidebar .doc {
    border-width: medium 0 medium medium;
    border-style: none;
    border-color: currentcolor;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-radius: 3px;
    padding: 20px;
    box-sizing: border-box;
    background: #eee none repeat scroll 0 0;
    text-align: center;
    font-family: "Open Sans", sans-serif;
}

@media screen and (max-width: 1259px) {
    .sidebar {
        display: none !important;
    }

    .article {
        padding: 10px;
        width: 100%;
    }
}

@media screen and (max-width: 671px) {
    .page-wrap {
        padding: 0 4px;
        max-width: 1280px;
        min-width: 196px;
    }
}

@media screen and (max-width: 467px) {
    .breadcrumbs h2 a {
        font-size: 12px;
    }
}

@media screen and (max-width: 427px) {
    .breadcrumbs h2 a {
        font-size: 11px;
    }
}

@media screen and (max-width: 392px) {
    .nav {
        /*display: none;*/
    }
}

.mybutton2 {
    width: 134px;
    font-family: "Open Sans";
    cursor: pointer;
    padding: 0 24px;
    border-width: medium medium 2px;
    border-style: none none solid;
    border-color: currentcolor currentcolor #095a0c;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    display: block;
    margin: 0;
    font-size: 24px;
    height: 51px;
    line-height: 51px;
    background: #07980c none repeat scroll 0 0;
    font-weight: 700;
    border-radius: 3px;
    color: #fff !important;
    text-decoration: none !important;
    text-transform: none;
    text-align: center;
}

.mybutton2:hover {
    background: #10b516 none repeat scroll 0 0;
    text-decoration: none;
    color: #fff;
}

.mybutton2:focus {
    color: #fff;
    text-decoration: none;
    border: medium none !important;
}

.mycity {
    color: #737373;
    font-size: 90%;
    font-weight: 500;
}

@media screen and (max-width: 581px) {
    .soc-buttons {
        width: 93%;
        margin: 0 auto;
        text-align: center;
    }

    .soc-buttons a {
        margin-top: 5px;
    }

    .footer__inner {
        padding: 0 28px;
    }
}

.copyright {
    font-size: 12px;
    text-align: center;
    padding: 10px;
    color: #fff;
}

.txtbottom {
    margin-left: 100px;
}

.imgav {
    padding: 10px;
    float: left;
    margin-top: 4px;
}

.prod {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}

.hidden-br, .hidden-mob {
    display: none;
}

@media screen and (max-width: 705px) {
    .it1 {
        display: none !important;
    }
}

@media screen and (max-width: 480px) {
    .it2 {
        display: none !important;
    }
}

@media screen and (max-width: 585px) {
    .nav_footer {
        float: left;
        height: 64px;
        display: none;
        width: 730px;
        overflow: hidden;
        margin-left: -24px;
    }
}

@media screen and (max-width: 454px) {
    .soc-buttons {
        width: 93%;
        margin: 0 auto;
        text-align: center;
        display: none;
    }

    .footer-wrapper_top {
        border-top: 9px solid #2483c5;
        background: #262626 none repeat scroll 0 0;
        height: 64px;
        display: none;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 450px) {
    /*.footer {*/
    /*    background: #1a1a1a none repeat scroll 0 0;*/
    /*    overflow: hidden;*/
    /*    position: relative;*/
    /*    z-index: 7;*/
    /*}*/

    .article__text {
        font: 21px/24px "Open Sans", sans-serif;
        color: #000;
        padding-left: 0;
        padding-top: 14px;
        line-height: 28px;
    }
}

@media (max-width: 1169px) {
    .soc-buttons {
        display: none;
    }

    .nav_footer {
        margin-left: 0;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .nav_footer li {
        float: none;
    }
}

@media (max-width: 912px) {
    .hidden-br {
        display: block;
    }

    .table-img {
        height: 290px;
    }
}

@media (max-width: 822px) {
    .table-text {
        font-size: 13px;
    }
}

@media (max-width: 670px) {
    .nav_footer {
        display: none;
    }

    .footer-wrapper_top {
        height: 0;
    }
}

@media (max-width: 616px) {
    .lt444 {
        display: none;
    }

    .hidden-mob {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 458px) {
    .tg td {
        font-size: 11px;
    }

    .article__text {
        font-size: 15px !important;
        line-height: 19px !important;
    }
}

@media (max-width: 408px) {
    .some-pack {
        width: 103px;
    }
}

.super-link {
    text-decoration: underline;
    font-weight: 700;
    color: #ff6347 !important;
    white-space: nowrap;
}

#comebacker_main_div {
    display: none !important;
}

.al-cost,
.al-cost-promo {
    white-space: nowrap;
}

.input-wrapper {
    position: relative;
    width: 100%;
}

.name-link {
    color: inherit !important;
    text-decoration: none !important;
    font-size: inherit;
}

.visiblefor-icon {
    display: none;
}
