a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, nav, object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, tdvideo, tt, u, ul, var {
    background: transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: top;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

table, table td {
    padding: 0;
    border: none;
    border-collapse: collapse;
}

img {
    vertical-align: top;
}

embed {
    vertical-align: top;
}

input[type=text], textarea {
    outline: none;
}

article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
    display: block
}

mark, rp, rt, ruby, summary, time {
    display: inline
}

.getArhive__form-input-list[data-category=logistic] {
    grid-row: span 4;
}

.getArhive__form-input-list[data-category=images] {
    margin-top: 20px;
    grid-row: span 5;
}

.getArhive__form-input-list[data-category=settings] {
    margin-top: 20px;
    grid-row: span 3;
    background-color: #edfaf1;
    margin-left: -20px;
    padding: 20px
}

.getArhive__form-input-list[data-category=card] {
    grid-row: span 11;
}

.clear {
    clear: both;
}

.main {
    width: 950px;
    margin: 0 auto;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    color: #323232;
}

.page-wrapper {
    min-height: 100%;
    margin-bottom: -56px; /*height: footer; */
}

* html .page-wrapper {
    height: 100%;
}

.page-buffer {
    height: 56px; /*height: footer; */
}

.ic_loading {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 450px;
}

.f_l {
    float: left;
}

.f_r {
    float: right;
}

a {
    color: #2278c1;
}

a:hover {
    text-decoration: none;

}

p {
    color: #323232;
    margin-bottom: 8px;
}

h1 {
    color: #00AC86;
    font-size: 30px;
    margin-bottom: 10px;
}

h4 {
    color: #00AC86;
    margin-bottom: 10px;
    font-size: 30px;
}

h3 {
    color: #00AC86;
}

.big_text {
    font-size: 18px;
    line-height: 26px;
}

.center {
    text-align: center;
}

table {
    margin-bottom: 25px;
}

table td,
table th {
    border: 1px solid #ccc;
    padding: 8px 12px;
}

table th {
    vertical-align: middle;
}

table .color {
    background-color: #dddddd;
}

.firct_col_dark tr th:first-child,
.firct_col_dark tr td:first-child {
    background-color: #dddddd;
    vertical-align: middle;
}

/*================================HEADER==========================*/
header {

}

.logo {
    float: left;
}

.social_header {
    float: right;
}

.social_header {
    margin-top: 20px;
    margin-left: 16px;
}

.social_header li {
    margin-left: 6px;
    display: inline-block;
}

nav {
    padding-top: 20px;
    float: right;
}

nav li {
    display: inline;
    list-style-type: none;
    padding: 0;
    text-align: right;
    float: left;
    margin-top: 5px;
    color: #626469;
}

nav li a {
    border-left: 1px solid #ccc;
    padding: 0 7px;
    text-decoration: none;
    font-weight: normal;
    color: #626469;
}

nav li a:hover {
    color: #369;
    text-decoration: underline;
}

span.CountryTitle {
    display: inline-block;
    float: left;
    clear: none;
    color: #009530;
    font-size: 15px;
    font-weight: bold;
    padding-right: 5px;
}

img.countryFlag {
    border: 1px solid #ccc;
    width: 18px;
    height: 11px;
    margin: 0px 5px;
    float: left;
}

.catalog_search {
    background-color: #ededed;
    border-bottom: 2px solid #4fa600;
    padding: 0 0 15px;
}

.catalog_search input[type="text"] {
    width: 748px;
    border: 1px solid #ccc;
    background: #fff url('/images/search_bg.png') 9px 14px no-repeat;
    color: #666666;
    box-sizing: content-box;
    padding-left: 30px;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-right: 20px;
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /*Safari and chrome */
    -khtml-border-radius: 5px; /*Linux browsers*/
    border-radius: 5px; /*CSS3*/
}

.catalog_search_box {
    position: relative;
    float: left;
}

.load_button {
    cursor: pointer;
    position: absolute;
    width: 40px;
    height: 39px;
    border-left: 1px solid #ccc;
    right: 1px;
    top: 1px;
    background: white url('/images/load_bg.png') 12px 12px no-repeat;
    -moz-border-radius: 0 5px 5px 0; /* Firefox */
    -webkit-border-radius: 0 5px 5px 0; /*Safari and chrome */
    -khtml-border-radius: 0 5px 5px 0; /*Linux browsers*/
    border-radius: 0 5px 5px 0; /*CSS3*/
}

.load_button_active {
    background: url('/images/load_img.gif') 12px 12px no-repeat;
}

.load_button:hover {
    box-shadow: inset 0 0 2px 2px #ededed;
}

.catalog_search input[type="submit"] {
    width: 140px;
    height: 41px;
    background: #60b904;
}

.download-button {
    background: #60b904;
}

.green_button {
    border: none;
    color: #fff;
    text-align: center;
    height: 40px;
    padding: 0 20px;
    background: url('/images/green_button_bg.jpg') repeat-x;
    display: block;
    cursor: pointer;
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /*Safari and chrome */
    -khtml-border-radius: 5px; /*Linux browsers*/
    border-radius: 5px; /*CSS3*/
    outline: none;
}

.green_button:hover {
    background-position: 0 100%;
}

.load_search {
    position: absolute;
    right: -225px;
    top: 37px;
    width: 450px;
    padding: 10px 20px 15px 20px;
    background-color: #fff;
    box-shadow: 0 0 5px 2px #bababa;
    display: none;
    z-index: 100;
    box-sizing: content-box;
}

.load_search_white_box {
    width: 40px;
    height: 10px;
    background-color: #fff;
    z-index: 2;
    position: absolute;
    top: -7px;
    left: 225px;
    display: none;
}

.catalog_search h6 {
    color: #373737;
    margin-bottom: 8px;
}

.catalog_search span {
    color: #4fa600;
}

.catalog_search .jq-file__browse {
    border: none;
    color: #fff;
    text-align: center;
    height: 40px;
    padding: 0 20px;
    background: url('/images/green_button_bg.jpg') repeat-x;
    display: block;
    cursor: pointer;
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /*Safari and chrome */
    -khtml-border-radius: 5px; /*Linux browsers*/
    border-radius: 5px; /*CSS3*/
    outline: none;
    position: inherit;
    float: right;
    width: 100px;
    top: 0;
}

.catalog_search .jq-file:hover .jq-file__browse {
    background-position: 0 100%;
}

.catalog_search .jq-file__name {
    width: 300px;
    border: 1px solid #ccc;
    color: #666666;
    padding-left: 15px;
    padding-top: 12px;
    padding-bottom: 11px;
    padding-right: 15px;
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /*Safari and chrome */
    -khtml-border-radius: 5px; /*Linux browsers*/
    border-radius: 5px; /*CSS3*/
    height: auto;
    float: left;
}

.catalog_search .jq-file {
    width: 100%;
    margin-bottom: 10px;
}

.pos {
    position: relative;
}

.load_search_button_green {
    position: absolute;
    top: 0;
    right: 0;
}

.catalog_search i {
    color: #aa0c00;
}

.search_line {
    margin: 10px 0;
    margin-left: -20px;
    width: 490px;
    border-bottom: 1px solid #ccc;

}

.catalog_search p {
    color: #373737;
    margin-bottom: 5px;
    float: left;
    text-align: right;
    width: 100%;
}

.catalog_search a {

}

.load_search_button {
    color: #2278c1;
    border-bottom: 1px dashed #2278c1;
    margin-top: 4px;
    cursor: pointer;
}

.load_search_button:hover {
    border: none;
}

.search_info {
    display: none;
}

.active {
    display: block;
}

.load_search_off {
    color: #ccc;
    position: absolute;
    right: 5px;
    top: 3px;
    cursor: pointer;
}

.search_menu {
    display: none;
    position: absolute;
    width: 800px;
    box-shadow: 0 0 5px 2px #bababa;
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /*Safari and chrome */
    -khtml-border-radius: 5px; /*Linux browsers*/
    border-radius: 5px; /*CSS3*/
    background-color: #fff;
    margin-top: 10px;
    overflow: hidden;
    z-index: 1;
}

.search_menu.active {
    display: block;
}

.search_menu li {
    color: #b2b2b2;
    cursor: pointer;
}

.search_menu li a {
    color: #b2b2b2;
    padding: 0 20px;
    text-decoration: none;
    display: block;
}

.search_menu li:hover {
    background-color: #ebf9ff;
}

.search_menu li span {
    color: #666666;
}

h5.search_h {
    color: #808080;
    margin-bottom: 7px;
}

label {
    color: #666;
    margin-right: 10px;
}

.checked {
    color: #424242;
}

.square.checked .jq-checkbox__div {
    width: 9px;
    height: 9px;
    margin: 2px 0 0 2px;
    border-radius: 2px;
    background: #4fa600;
}


/*================================HEADER END==========================*/
/*================================CONTENT==========================*/
section {

}

.way {
    color: #808080;
    padding-bottom: 3px;
    padding-top: 10px;
}

.way a {
    color: #009172;
    text-decoration: underline;
}

.way span {
    color: #4fa600;
}

.way a:hover {
    color: #00AC86;
    text-decoration: none;

}

.dox_left {
    float: left;
    width: 180px;
    margin-bottom: 50px;
}

.img-pags img {
    width: 38px;
    height: 38px;
    box-shadow: inset 0 0 1px 1px #ccc;
    border: 1px solid #ccc;
}

.img-pags img:hover {
    border: 1px solid #2591e5;
    box-shadow: 0 0 2px #2591e5;
}

.img-pags {
    margin-left: 11px;
}

.slider {
    position: relative;
    margin-left: 1px;
    box-shadow: 0 0 1px 1px #ccc;
}

.img-pags li a {
    border: 2px solid #fff;
    width: 38px;
    height: 38px;
    position: relative;
    display: block;
}

.img-pags li {
    float: left;
    margin: 0 5px;
}

.img-pags li img {
    width: 100%;
    height: 100%;
}

.pag-btns {
    position: relative;
    margin-top: -30px;
}

.pag-btns a {
    width: 10px;
    height: 14px;
}

.pag-prev {
    position: absolute;
    left: 0;
    background: url(/images/pag-prev.jpg) 0 0 no-repeat;
}

.pag-next {
    position: absolute;
    right: 0;
    background: url(/images/pag-next.jpg) 0 0 no-repeat;
}

.play.paused {
    color: #f00;
}

.banner {
    width: 100px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    background: #f0f;
}

.presets {
    position: absolute;
    right: 40px;
    top: 0;
    margin-top: 30px;
}

.presets li:hover {
    text-decoration: underline;
    cursor: pointer;
}

.presets li.curr {
    color: #f00;
}

.progbar {
    background: #ff0;
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: 20px;
    z-index: 999;
}

.numStatus {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000;
    color: #fff;
    z-index: 999;
}


.box_right {
    width: 750px;
    float: right;
    margin-bottom: 20px;
}

.block {
    display: none;
}

.hide span.h {
    display: block;
}

.hide span.s {
    display: none;
}

.show span.h {
    display: none;
}

.show span.s {
    display: block;
}

.hide span {
    color: #2278c1;
    text-decoration: underline;
    cursor: pointer;
}

.hide span:hover {
    text-decoration: none;

}

.open_text {
    position: relative;
    margin-bottom: 26px;
}

.hide {
    position: absolute;
    bottom: -10px;
    padding-top: 0px;
    width: 100%;
    box-shadow: 0 -5px 10px 5px #fff;
}

.block_in {
    padding-bottom: 10px;
}

.load_box {
    margin-top: 10px;
    background-color: #f2f2f2;
    padding-bottom: 10px;
}

.load_box h3 {
    margin-left: 20px;
}

.dreen_line {
    border-bottom: 1px solid #4fa600;
}

.load_box li {
    text-align: center;
    width: 149px;
    display: inline-block;

    border-right: 1px solid #ccc;
    height: 120px;
}

.load_box li:last-of-type {
    border-right: none;
}

.load_box ul {
    margin-top: 15px;
    overflow: hidden;
}

.load_box img {
    margin: 5px 0;
}

.load_box .last_load_box {
    border: none;
}

.main .green_button_2 {
    border: none;
    color: #fff;
    text-align: center;
    /*height:25px;*/
    padding: 0 20px;
    background-color: #079435;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border-top: 3px solid #067e2d;
    border-bottom: 3px solid #079435;
    text-decoration: none;

}

.main .green_button_2 span {
    text-decoration: underline;
    color: #fff;
}

.main .green_button_2:hover {
    border-top: 3px solid #079435;
    border-bottom: 3px solid #067e2d;
}

.main .green_button_2 span.no-underline {
    text-decoration: none;
}

.green_button_2:hover span {
    text-decoration: none;
}

.dreen_line_2 {
    border-bottom: 2px solid #009172;
    margin: 10px 0;
}


.carousel_box {
    margin-bottom: 20px;
}

.carousel {
    margin-left: 15px;
}

.carousel_box ul li {
    margin-left: 20px;

    text-align: center;
    width: 160px;
}

.carousel_box ul li img {
    border: 1px solid #ccc;
    margin-bottom: 5px;
}

.carousel_box .carousel_button {
    position: relative;
}

.carousel_box .carousel_button div {
    width: 30px;
    height: 42px;
    position: absolute;
    top: 95px;
    cursor: pointer;
}

.carousel_box .carousel_button .prev {
    left: -5px;
    background: url(/images/carousel_button_prev.jpg) 6px 0 no-repeat;
}

.carousel_box .carousel_button .next {
    right: -5px;
    background: url(/images/carousel_button_next.jpg) 0 0 no-repeat;
}

.carousel_box .carousel_button .prev:hover {
    background-position: 0 0;

}

.carousel_box .carousel_button .next:hover {
    background-position: 6px 0;
}

.carousel_box .carousel_button div {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

/*================================CONTENT END==========================*/
/*===============================FOOTER==========================*/

.copyright {
    float: left;
    padding-bottom: 3px;
}

.copyright a:link, .copyright a:active, .copyright a:visited, .developers a:link, .developers a:active, .developers a:visited {
    font-size: 11px;
    color: #828282;
    text-decoration: none;
}

.copyright a:hover, .developers a:hover {
    color: #87d300;
}

.developers {
    float: right;
}

/*================================FOOTER END==========================*/
.main .green_button_3 {
    border: none;
    color: #fff;
    text-align: center;
    height: 33px;
    padding: 0 20px;
    background-color: #079435;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border-top: 3px solid #067e2d;
    border-bottom: 3px solid #079435;
    text-decoration: none;

}

.main .green_button_3 span {
    text-decoration: underline;
    color: #fff;
}

.main .green_button_3:hover {
    border-top: 3px solid #079435;
    border-bottom: 3px solid #067e2d;
}

.green_button_3:hover span {
    text-decoration: none;
}

.read_more_img_box {
    position: relative;
}

.read_more_img_box a img {
    border: 1px solid #ccc;
    width: 100%;
}

.read_more_img_box a.image_link {
    overflow: hidden;
    width: 100%;
    display: block;
}

.read_more_button {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #079435;
    color: #fff;
    text-decoration: underline;
    padding: 0 15px;
    display: inline-block;
    cursor: pointer;
    border: none;
}

.read_more_button:hover {
    background-color: #a7c14c;
}

.load_ten_box {
    border: 2px dotted #4fa600;
    padding: 5px 20px;
    text-align: center;
    line-height: 34px;
    font-size: 16px;
    margin-bottom: 12px;
}

.load_ten_box a {
    color: #4fa600;
}

footer .main {
    position: relative;
}

#toTop a {
    height: 40px;
    width: 40px;
    display: block;
    cursor: pointer;
    background: url(/images/up_point_arrow.png) 10px 9px no-repeat;
}

#toTop:hover {
    background-color: #ede9d3;
}

#toTop {
    background: #eaeaea;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 50px; /* отступ кнопки от нижнего края страницы*/
    right: 30px;
    cursor: pointer;
    display: none;
    color: #333;
    font-size: 11px;
}

.portlet-content > a > img {
    float: right;
}

.search-title {
    margin-bottom: 10px;
    font-size: 16px;
}

.product_item {
    padding-top: 20px;
}

.ui-autocomplete-input.empty::-webkit-input-placeholder {
    color: red
}

.ui-autocomplete-input.empty::-moz-placeholder {
    color: red
}

.ui-autocomplete-input.empty:-moz-placeholder {
    color: red
}

.ui-autocomplete-input.empty:-ms-input-placeholder {
    color: red
}

.catalog_search p.search-hint {
    text-align: left;
    margin-bottom: 0;
}

.catalog_search .catalog_search_box .form-group {
    margin-bottom: 5px;
}

.catalog-summary {
    margin-bottom: 8px;
}

.catalog-summary span {
    display: inline-block;
    margin-left: 6px;
}

.catalog-view table {
    border: none !important;
}

.catalog-view table tr:nth-child(2n) {
    background-color: unset !important;
}

.catalog-view table th {
    font-weight: unset !important;
    color: #6f7570 !important;
    border: unset !important;
    line-height: unset !important;
    text-transform: unset !important;
    font-size: 14px;
    padding: 12px 24px 12px 0;
}

.catalog-view table td {
    color: #363633 !important;
    font-size: 14px !important;
    border: unset;
    padding: 12px 24px 12px 0;
    line-height: 20px !important;
    text-transform: unset !important;
}

.catalog-view__table-chars td, .catalog-view__table-chars th {
    padding: 6px 10px !important;
}

.catalog-view__subtitle span {
    font-size: 22px;
}

.catalog-view p, div, ul {
    font-size: 14px;
    color: #363633;
}


.getArhive__email-wrap {
    position: relative;
}

.getArhive__email-list-wrap {
    position: absolute;
    width: 100%;
    display: flex;
    top: 42px;
    z-index: 1000;
}

.getArhive__email-list-wrap table {
    width: 77%;
    background-color: #ffffff;
}

.getArhive__email-list-wrap table tr:hover {
    background-color: #ccc;
    cursor: pointer;
}

.getArhive__email-list-wrap table td {
    padding: 4px 12px !important;
    border: none !important;
}

.getArhive__warning-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;

}

.getArhive__warning-wrap div {
    color: red !important;
}

.getArhive__warning-wrap .warning_message {
    width: 100%;
    text-align: end;
}