body, html {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

#content img {
    max-width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}

.scroll_blocked {
    overflow: hidden;
}

#all {
    height: auto;
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-height: 100vh;
    background-color: #fff;
    display: block;
    transition: 0.2s;
}

.blured {
    filter: blur(10px);
}

#container {
    text-align: left;
    width: 100%;
    margin: 0px;
    background-color: #ffffff;
    display: block;
}

/* font-family: "SourceSansProRegular"; */
@font-face {
    font-family: "SourceSansProRegular";
    src: url("fonts/SourceSansProRegular/SourceSansProRegular.eot");
    src: url("fonts/SourceSansProRegular/SourceSansProRegular.eot?#iefix")format("embedded-opentype"), url("fonts/SourceSansProRegular/SourceSansProRegular.woff") format("woff"), url("fonts/SourceSansProRegular/SourceSansProRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

/* font-family: "SourceSansProLight"; */
@font-face {
    font-family: "SourceSansProLight";
    src: url("fonts/SourceSansProLight/SourceSansProLight.eot");
    src: url("fonts/SourceSansProLight/SourceSansProLight.eot?#iefix")format("embedded-opentype"), url("fonts/SourceSansProLight/SourceSansProLight.woff") format("woff"), url("fonts/SourceSansProLight/SourceSansProLight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

/* font-family: "SourceSansProBold"; */
@font-face {
    font-family: "SourceSansProBold";
    src: url("fonts/SourceSansProBold/SourceSansProBold.eot");
    src: url("fonts/SourceSansProBold/SourceSansProBold.eot?#iefix")format("embedded-opentype"), url("fonts/SourceSansProBold/SourceSansProBold.woff") format("woff"), url("fonts/SourceSansProBold/SourceSansProBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

body,td,th {
    font-size: 15px;
    font-family: 'Roboto-Condensed', sans-serif;
    font-weight: 200;
    color: #20252b;
}

body {
    background-color: #fefefe;
    margin-right: 0px;
    margin-left: 0px;
    overflow-x: hidden;
}

.progress {
    border: 1px solid #333;
    width: 100px;
    position: fixed;
    top: 10px;
    right: 20px;
}

.progress > div {
    height: 2px;
    background: #333;
    width: 0%;
}

#top {
    position: static;
    background-color: #2b3035;
    margin: 0;
    height: 30px;
    width: 100%;
    text-align: left;
    color: #c3c3c3;
    font-size: 14px;
    border: 1px solid rgba(0,0,0,.1);
}

#toTop {
    width: 50px;
    border: 1px solid #ccc;
    box-shadow: 0.1em 0.1em 5px rgba(122,122,122,0.5);
    border-radius: 10px 10px 10px 10px;
    background: #888;
    text-align: center;
    padding: 5px;
    position: fixed;
    top: 100px;
    right: 50px;
    cursor: pointer;
    display: none;
    color: #ddd;
    font-size: 16px;
    z-index: 100;
}

#header {
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.05);
    position: relative;
    background-repeat: no-repeat;
    background: #fff;
    background-position: left 0px;
    margin: 0;
    height: 77px;
    width: 100%;
    text-align: center;
    border-top: none;
    z-index: 90;
}

/*| #navigation |*/
#header *, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

#centerheader {
    height: inherit;
    position: relative;
    margin: auto;
    max-width: 1400px;
}

#header ul {
    list-style: none;
    position: relative;
    float: right;
    display: inline-table;
}

#header ul li {
    float: left;
    background: #fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#header ul li:hover {
    background: #eafaff;
}

#header ul li:hover > ul {
    display: block;
}

#header ul li {
    line-height: 19px;
    float: left;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    list-style: none;
    list-style-image: none;
}

#header ul li a {
    display: block;
    padding: 29px 12px;
    font-size: 15px !important;
    letter-spacing: 1px;
    text-decoration: none;
    /* text-transform: uppercase; */
    font-weight: 500;
}

#header ul ul {
    display: none;
    background: #fff;
    position: absolute;
    top: 100%;
    /*    box-shadow: -3px 3px 10px -2px rgba(0,0,0,.1); */
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
}

#header ul ul li {
    float: none;
    position: relative;
}

#header ul ul li a {
    font-size: 13px!important;
    padding: 15px 30px;
    text-align: left;
    /*        border-bottom: 1px solid #e4e4e4;*/
}

#header ul ul ul {
    position: absolute;
    left: 100%;
    top: -1px;
}

#header ul ul ul ul {
    position: absolute;
}

/*| #navigation |*/
#logo {
    position: absolute;
    top: 17px;
    /* left: 74px; */
    width: 250px;
    height: 11px;
    float: left;
    padding: 45px 0px 0px 0px;
    z-index: 100;
    cursor: pointer;
    cursor: hand;
    background-image: url(img/cross_logo_bright.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    font-size: 13px;
    font-weight: regular;
    color: #999999;
    opacity: 1;
}

#phonenumber {
    position: absolute;
    line-height: 77px;
    left: 284px;
    font-size: 15px;
}

#sun {
    position: absolute;
    top: 20px;
    left: -80px;
    width: 120px;
    height: 5px;
    float: left;
    padding: 0px 0px 0px 0px;
    z-index: 100;
    /*box-shadow: 180px 20px 60px 25px #fff;
	border-radius:15px 15px 15px 15px;*/
}

#dopmenu {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 15px;
    margin-top: 8px;
}

#crossinfo {
    margin: 0px;
    text-align: left;
    margin-top: 29px;
    margin-left: 300px;
    font-stretch: ultra-expanded;
    font-size: 17px;
    color: #40688f;
}

#gosearch {
    right: 0px;
    height: 100%;
    z-index: -100;
    width: 60px;
    float: right;
    line-height: 77px;
    font-size: 17px;
    transition-duration: .8s;
}

#gosearch img {
    cursor: pointer;
    width: 17px;
    margin-left: 1px;
    margin-bottom: -3px;
    position: relative;
    transition-duration: .3s;
}

#searchbox {
    position: absolute;
    right: 0px;
    margin-right: 58px;
    float: right;
    top: 19px;
    display: none;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    border: 1px solid #afafaf;
}

#search {
    border: none;
    line-height: 20px;
}

#headmenu {
    margin: 0px 0px 0px 14px;
    text-align: left;
}

#left {
    z-index: 100;
    /* left: 78px; */
    min-width: 238px;
    max-width: 238px;
    float: left;
    padding: 10px;
    padding-right: 38px;
    padding-top: 50px;
}

#menu {
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 24%);
    /* border: 1px solid #e4dede; */
    border-radius: 5px;
    border-top: 4px solid #1c4b79;
}

#userbox {
    padding: 0;
    margin-top: 40px;
}

#userbox li {
    padding: 10px 30px 10px 10px;
    list-style: none;
    cursor: pointer;
    background: #1c4b79;
    background-repeat: no-repeat;
    margin-top: 4px;
    border-radius: 5px;
    transition-duration: .4s;
    color: #fff;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 24%);
    border: 1px solid #e5dfdf;
    border-left: 4px solid #57b8fd;
}

#userbox li:hover {
    background: #57b8fd;
    transition-duration: .4s;
}

#userbox li .ubi {
    background-size: contain;
    background-repeat: no-repeat;
    height: 20px;
    float: left;
    width: 20px;
    margin-right: 5px;
    image-rendering: -webkit-optimize-contrast;
}

#userbox .call .ubi {
    background-image: url(img/png/call.png);
}

#userbox .ask .ubi {
    background-image: url(img/png/ask.png);
    background-repeat: no-repeat;
}

#userbox .subscribe .ubi {
    background-image: url(img/png/rss.png);
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
}

#main {
    /* float: left; */
    margin: auto;
    min-height: 700px;
    max-width: 1400px;
    display: flex;
}

#center-pagestrip {
    width: auto;
    max-width: 1400px;
    height: 100%;
    margin: auto;
}

#pagestrip {
    box-shadow: inset 0px 0px 15px 6px rgba(0, 0, 0, 0.18);
    position: relative;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(img/pagestrip.jpg);
    background-position: left 0px;
    margin: 0;
    height: 117px;
    width: 100%;
    text-align: center;
}

#striptitle {
    height: 100%;
    display: table;
    vertical-align: middle;
    position: absolute;
    padding-left: 285px;
}

#striptitle .striptitle-heading {
    max-width: 820px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 2px;
    padding-right: 2px;
    color: #ffffff;
    text-align: left;
    text-shadow: -1px 7px 6px #0c0c0c52;
    font-weight: 500;
    font-size:26px!important;
}

#content {
    text-underline-position: under;
    text-align: left;
    padding-top: 15px;
    margin-right: 15px;
}

#bottom-banner {
    margin-top: 135px;
    height: 400px;
    background-image: url(http://crossgroup.su/img/bg-bottom.jpg);
    background-size: cover;
}

#solutionblocks {
    height: 190px;
    position: relative;
    float: left;
    min-width: 350px;
    max-width: 834px;
    /* margin-left: 25px; */
    padding: 0px;
    margin-top: 64px;
}

#solutionblocks li {
    box-shadow: -3px 3px 10px -2px rgba(0, 0, 0, 0.24);
    list-style: none;
    list-style-image: none;
    display: table-cell;
    height: 190px;
    background: #64d4cf;
    padding: 0;
    margin: 0;
    margin-right: 18px;
    width: 250px;
    /* padding: 10px; */
    float: left;
    overflow: hidden;
}

#solutionblocks li a {
    color: #ffffff;
    background-color: rgba(39, 39, 39, 0.53);
    font-size: 14px!important;
    text-overflow: ellipsis;
    font-weight: bold;
    position: absolute;
    bottom: 0px;
    margin: 5px;
    display: table;
    cursor: pointer;
    transition: 0.4s;
}

#solutionblocks > li > a.sol-labbel {
    width: inherit;
    text-align: center;
    margin: 0px;
}

#solutionblocks li a:hover {
    color: #eafaff;
    background: #64d4cf;
}

#solutionblocks li .sol-shadow {
    margin-bottom: 16px;
    position: absolute;
    bottom: 0px;
    height: 174px;
    width: 250px;
    background: linear-gradient(rgba(100, 212, 207, 0.89), rgba(73, 129, 178, 0.9));
    opacity: 0;
    transition: 0.4s;
}

#solutionblocks li .sol-shadow:hover {
    opacity: 1;
    transition: 0.4s;
}

#solutionblocks li .sol-shadow a {
    font-weight: bold;
    text-decoration: none;
    font-size: 14px!important;
    position: absolute;
    float: right;
    color: #fff;
    background: #57b8fd;
    border: none;
    height: 30px;
    line-height: 30px;
    transition: 300ms;
    cursor: pointer;
    z-index: 200;
    right: 65px;
    bottom: 66px;
    border-radius: 3px;
    padding: 0px 15px 1px 15px;
}

#solutionblocks li .sol-shadow a:hover {
    background: #0a3258;
}

#solutionblocks .sol1 {
    background-image: url(img/oil_panorama_3.jpg);
    background-size: cover;
}

#solutionblocks .sol2 {
    background-image: url(img/all_inclusive_tms_check_stand_1.jpg);
    background-size: cover;
}

#solutionblocks .sol3 {
    background-image: url(img/main_puskonaladka.jpg);
    margin-right: 0px;
    background-size: cover;
}

#back {
    margin: 0px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    clear: both;
}

#clear {
    height: 0px;
    font-size: 1px;
    line-height: 0px;
    clear: both;
    margin: 0px;
}

#footer {
    min-height: 560px;
    background-color: #2b3035;
    background-repeat: no-repeat;
    border-top: 3px solid #2764a2;
    width: 100%;
    bottom: 0px;
    left: 0px;
    margin: 0px;
    display: block;
    clear: both;
    color: #e1e7e7;
    /*	border-radius:10px 10px 0px 0px;*/
}

#copyright {
    margin: 0px;
    margin-left: 10px;
    width: 300px;
    float: left;
    padding-bottom: 5px;
    font-size: 11px;
}

#menu-menyu-container {
    position: absolute;
    width: 740px;
}

.footer-menu {
    margin: auto;
    max-width: 1200px;
}

.footer-menu ul {
    list-style: none;
    padding: 0;
    font-size: 10px;
}

.footer-menu ul:after {
    content: '';
    display: table;
    width: 100%;
    height: 0px;
    clear: both;
}

.footer-menu li {
    height: 130px;
    float: left;
    width: 172px;
    margin-top: 20px;
    text-align: left;
    list-style: none;
    font-size: 16px;
    padding: 10px 64px 10px 64px;
}

.footer-menu li:last-child {
    margin-right: 0;
}

.footer-menu li a {
    color: #cccccc;
    text-decoration: none;
    font-size: 16px;
}

.footer-menu a:hover {
    text-decoration: underline;
}

.footer-menu ul ul {
    margin-top: 5px;
}

.footer-menu li li {
    margin: 0;
    height: auto;
    float: none;
    font-size: 13px;
    max-width: 180px;
    padding: 0px 0px 0px 0px;
}

.footer-menu li li a {
    margin-left: 0px;
    font-size: 13px;
    color: #8e8e8e;
}

#Trademark {
    width: 100%;
    position: absolute;
    bottom: 0px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
}

#direction {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg));
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}

#footmenu {
    margin: 0px;
    margin-left: 310px;
    text-align: right;
    padding-top: 11px;
}

#logotip {
}

#footer p {
    margin: 10px 0px 0px 14px;
    color: #cccccc;
}

#footer span {
    margin: 0px 15px 0px 0px;
}

#way {
    position: relative;
    height: 24px;
    line-height: 24px;
    width: fit-content;
    background: #fff;
    font-size: 13px;
    top: 104px;
    text-align: left;
    padding: 1px 10px 1px 10px;
    border-radius: 5px;
    margin-left: 285px;
    /* border: 1px solid #e4dede; */
    box-shadow: 0px -5px 20px 0px rgba(0, 0, 0, 0.2);
    font-weight: 600;
}

a {
    color: #06528b;
}

#header a {
    color: #20252b;
}

#way a {
    color: #1c4b79;
}

#content > a {
    transition: 0.3s;
    color: #2b71b8;
    border-radius: 5px;
    cursor: pointer;
    transition: 300ms;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

#content .file {
    margin-bottom: 15px;
    width: 100%;
    border-radius: 5px;
    cursor: pointer;
    transition: 300ms;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
}

#content > .keyword {
    float: left;
    transition: 0.3s;
    border-bottom: 1px solid #d8d7d7;
    color: #868686;
    border-radius: 5px;
    /* cursor: pointer; */
    transition: 300ms;
    font-size: 14px;
    background: #eafaff;
    text-decoration: none;
    padding: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

#content .buttonlink {
    box-shadow: -3px 3px 10px -2px rgb(0 0 0 / 10%);
    border-radius: 5px;
    cursor: pointer;
    transition: 300ms;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    padding: 10px;
    background: #1c4b79;
    color: #fff;
}

#content .buttonlink:hover {
    background: #57b8fd;
    text-decoration: underline;
    color: #fff;
}

#content > a:hover {
    color: #bbb;
}

a:link {
    text-decoration: underline;
}

a:visited {
    text-decoration: none;
}

a:hover {
    color: #57b8fd;
    text-decoration: none;
}

a:active {
    text-decoration: none;
    color: #57b8fd;
}

a img {
    border: none;
}

#footmenu a {
    color: #0070C0;
    font-size: 13px;
}

#left a:link {
    color: #868686;
}

#left a:visited {
}

#left a:hover {
    text-decoration: none;
    color: #333;
}

#left a:active {
    text-decoration: underline;
}

#mainpage a:link {
}

#way a {
    font-size: 13px;
}

h1 {
    font-size: 22px!important;
    color: #1c4b79;
}

h2 {
    font-weight: bold;
    font-size: 17px!important;
    color: #1c4b79;
}

h3 {
    font-weight: bold;
    font-size: 14px!important;
    color: #000;
}

h4 {
    font-weight: normal;
    font-size: 12px;
    color: #000000;
}

ul {
    list-style: none;
}

li {
}

ul li {
    list-style: none;
    list-style-image: url(img/arrow2.png);
    padding-bottom: 8px;
}

#map1 li {
    list-style: none;
    font-weight: normal;
}

#map2 li {
    list-style: none;
    font-weight: normal;
}

.history li {
    list-style-image: url(img/arrow2.png);
    font-weight: normal;
}

.menu1 {
    padding: 10px 10px 8px 18px;
    font-weight: bold;
    font-size: 13px;
}

#menu span {
    font-weight: bold;
    font-size: 13px;
    color: #4b5763;
    text-decoration: none;
}

#menu div:hover span {
    color: #777575;
    text-decoration: none;
}

#menu a {
    font-size: 13px;
    color: #3e668d;
    text-decoration: none;
}

#menu a:hover {
    color: #525252;
}

.menu1 selected a {
    margin: 6px 0px 6px 0px;
    padding: 0px 0px 0px 16px;
    /*	background-image: url(img/arr.gif);*/
    background-repeat: no-repeat;
    background-position: left top;
    color: #000;
    font-weight: bold;
    font-size: 13px;
}

.menu2 {
    padding: 7px 10px 8px 28px;
    font-size: 13px;
    background: #f8f9f9;
}

.menu2 selected a {
    margin: 6px 0px 6px 10px;
    padding: 0px 0px 0px 16px;
    /*	background-image: url(img/arr.gif);*/
    background-repeat: no-repeat;
    background-position: left top;
    background-color: rgba(204,204,204,0.5);
    box-shadow: -3px 3px 10px -2px rgba(0,0,0,.1);
    border-radius: 4px 4px 4px 4px;
    color: #000;
    font-size: 13px;
}

.menu3 {
    padding: 4px 10px 6px 48px;
    font-size: 13px;
    background: #f0f2f2;
}

.menu3 selected {
    margin: 6px 0px 6px 20px;
    padding: 0px 0px 0px 16px;
    /*	background-image: url(img/arrow2.png);*/
    background-repeat: no-repeat;
    background-position: 5px center;
    background-color: #888;
    border-radius: 4px 4px 4px 4px;
    color: #fff;
    font-size: 13px;
}

.menu4 {
    padding: 4px 10px 6px 68px;
    font-size: 13px;
    background: #e9eded;
}

.menu4 selected {
    margin: 6px 0px 6px 40px;
    padding: 0px 0px 0px 16px;
    /*	background-image: url(img/arrow2.png);*/
    background-repeat: no-repeat;
    background-position: 5px center;
    background-color: #4a4a4a;
    border-radius: 4px 4px 4px 4px;
    color: #fff;
    font-size: 13px;
}

#menu div {
}

#menu div:hover {
    transition: .3s;
    background: #eafaff;
}

#menu div:hover a {
    color: #869198!important;
    text-decoration: underline;
    transition: .3s;
}

.button {
    width: 167px;
    height: 28px;
    color: #fff;
    border: none;
    cursor: pointer;
    background-color: #888;
    border-radius: 4px 4px 4px 4px;
}

.news-item {
    border-radius: 4px;
    background: #fff;
    margin-bottom: 30px;
}

.meta {
    font-size: 13px;
    color: #0070C0;
    float: right;
}

.news-item .meta {
    font-size: 10px;
    float: right;
}

.news-item .meta ul li {
    list-style-image: none;
}

.news-item .meta ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.news-item p {
    font-size: 14px;
    color: #888;
    margin-top: 0;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 18%);
}

ul.pagination {
    margin-left: 0;
}

.pagination > li {
    display: inline;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #1c4b79;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #1c4b79;
    border-color: #1c4b79;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.center {
    display: block;
    margin: 0 auto;
}

.dating {
    background: url(img/arr.gif) no-repeat top left;
    font-weight: bold;
    padding: 0px 0px 0px 20px;
    margin: 0px 0px 4px 0px;
}

.leftimg {
    float: left;
    margin: 7px 7px 7px 0;
}

.rightimg {
    float: right;
    margin: 7px 0 7px 7px;
}

.style1 {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: normal;
}

.style2 {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.style2:after {
    content: "66 01 25"
}

.style3 {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #999999;
}

.style3:after {
  content:"";
}

.box-li {
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
    height: 84px;
    border: 1px solid #e5dfdf;
    background: #fff;
    border-radius: 3px;
    margin: 10px 0px 10px 0px;
    padding: 10px 10px 6px 10px;
}

.box-li p {
    margin: 10px 0px 10px 0px;
}

.box-li img {
    margin: 0px 10px 0px 0px;
}

#content table {
    border: 1px solid #d9d8d8;
    border-collapse: collapse;
}

#content table th {
    font-weight: 700;
    border: 1px solid #d9d8d8;
    background: #eafaff;
    padding-left: 10px;
    padding-right: 10px;
}

#content table td {
    border: 1px solid #d9d8d8;
    padding-left: 10px;
    padding-right: 10px;
    padding: 10px;
}

table.box-tex {
    margin: 0px 0px 0px 0px;
    padding: 0px 10px 0px 10px;
}

table.box-tex p {
    margin: 5px 0px 5px 0px;
}

table.box-tex td {
    border: 1px solid #dedede;
    border-collapse: collapse;
    padding: 0.3em;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}

table.history {
    border: 0;
    border-collapse: collapse;
    width: 660px;
}

table.history td {
    border: 1px solid #dedede;
    border-collapse: collapse;
    color: #676767;
    padding: 0.3em;
    margin: 0;
    vertical-align: center;
}

table.history th {
    border: 1px solid #dedede;
    background-color: #eafaff;
    border-collapse: collapse;
    padding: 0.5em;
    width: 160px;
    margin: 0;
    color: #a5a5a5;
    font-size: 12px;
    font-weight: bold;
    vertical-align: center;
    text-align: center;
}

.th {
    border: 1px solid #24568f;
}

tr.th td {
    border: 1px solid #24568f;
    background-color: #003D83;
    border-collapse: collapse;
    padding: 0.3em;
    margin: 0;
    color: #fff;
    font-weight: bold;
    vertical-align: top;
}

tr.th td a:link {
    color: #999;
}

tr.th td a:visited {
    color: #fff;
}

#sliderzone {
    position: relative;
    max-width: 400px;
}

fieldset {
    border: none;
    padding-left: 0px;
}

form #top-search {
    float: right;
    position: absolute;
    right: 0px;
    margin-right: 22px;
    z-index: -100;
}

textarea:focus, input:focus {
    outline: none;
}

#shadow {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 190;
    background: rgba(0, 0, 0, 0.18);
    transition-duration: .4s;
    transition: 0.3s;
    display: none;
}

.onshadowbox {
    box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.23);
    margin: auto;
    background: #fff;
    margin-top: 200px;
    width: 600px;
    padding: 10px 10px 10px 10px;
    z-index: 200;
    border-radius: 5px;
    text-align: center;
    display: none;
}

.onshadowbox table {
    text-align: left;
    margin: auto;
}

.COSB {
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    background-image: url(img/png/search_x.png);
    float: right;
    z-index: 210;
    cursor: pointer;
}

#prodinfo {
    /* max-width: 437px; */
    margin-left: 378px;
    height: 236px;
    /* background: #ffffff; */
    border-top-right-radius: 10px;
}

#prodinfo .shortinfo {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 206px;
    background: #fff;
    /* border: 1px solid #dfdfdf; */
    border-radius: 5px;
    padding: 15px;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 24%);
}

#prodinfo .shortinfo p {
    margin: 0px;
    padding: 0px;
}

#content > div.tabs > div.tabs__content > div > table {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%!important;
}

#prodinfo .contact {
    text-align: left;
    margin: auto;
    margin-bottom: 0;
    margin-left: 0;
    background: #f2f2f2;
    padding: 5px;
    border-radius: 5px;
}

#prodinfo > div.contact > div.makeorder {
    background: #57b8fd;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
    color: #ffffff;
    border-radius: 5px;
    cursor: pointer;
    transition: 300ms;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    /* border: 1px solid #dfdfdf; */
    padding: 15px;
    float: left;
}

#prodinfo > .shortinfo > .contact > .makeorder {
    background: #57b8fd;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
    color: #ffffff;
    border-radius: 5px;
    cursor: pointer;
    transition: 300ms;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    padding: 15px;
    float: left;
}

#prodinfo .contact ul {
    margin: 0px;
    width: 240px;
    display: table;
    font-weight: 300;
    font-size: 12px;
}

#content .product_item {
    /* border: 1px solid #e4dede; */
    border-radius: 5px;
    padding: 15px;
    margin: 15px 0px 15px 0px;
    overflow: auto;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 18%);
}

#content .product_item .product_image {
    height: 240px;
    width: 240px;
    float: left;
    margin-right: 15px;
    background-color: #eafaff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #d8d7d7;
}

#content .product_item .product_content {
    border-left: 1px solid #d8d7d7;
    float: none;
    min-height: 240px;
    padding-left: 15px;
}

.product_item .product_content div {
    height: 188px;
    overflow: hidden;
}

#content .related_product_item {
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: -3px 3px 10px -2px rgba(0,0,0,.1);
    padding: 15px;
    overflow: hidden;
    max-width: 220px;
    float: left;
    height: 340px;
    margin-bottom: 15px;
}

#content .related_product_item .product_image {
    height: 220px;
    width: 220px;
    float: left;
    margin-right: 15px;
    background-color: #eafaff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #d8d7d7;
}

#content .related_product_item .product_content {
    float: right;
    width: 100%;
}

#content .related_product_item h2 {
    text-align: center;
    color: #5e6567;
}

#content .related_product_item a {
    color: #cccccc;
}

#content .gallery {
    overflow: auto;
    padding: 0px;
    padding-top: 15px;
    border-top: 1px #d8d7d7 solid;
}

#content .gallery li {
    list-style: none;
    list-style-image: none;
    margin-left: 8px;
    margin-bottom: 8px;
    padding: 6px;
    box-shadow: -3px 3px 10px -2px rgba(0, 0, 0, 0.24);
    float: left;
}

#content .gallery li .image-container {
    overflow: hidden;
    align-items: center;
    background-color: #f1f1f1;
    justify-content: center;
    height: 94px;
    width: 94px;
}

#content .gallery li img {
    max-width: 100%;
    max-height: 100%;
    flex: 0 0 auto;
}

#left #left-banner-fixed {
    bottom: 154px;
    position: fixed;
    width: 218px;
    height: 200px;
    background: #fff;
}

#content .news-item {
    position: relative;
    padding: 15px;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 18%);
}

#content .news-id {
    position: absolute;
    right: 0px;
    margin-top: 0px;
    margin-right: 15px;
    font-size: 8px;
    color: #ccc;
    text-align: right;
}

#searchbox_mobile {
    display: none;
}

#content .back_link_for_mobile {
    display: none;
}

.title_mobile {
    display: none;
}

.parent_link_mobile {
    display: none;
}

.video_wrapper {
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.video_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* MOBILE VERSION*/
@media only screen and (max-width: 980px) {
    body {
        color:#333333;
        letter-spacing: 1px;
    }

    h1 {
        font-size: 20px!important;
        color: #456b90;
        letter-spacing: 1px;
    }

    h2 {
        font-size: 19px!important;
        color: #456b90;
        letter-spacing: 1px;
    }

    h3 {
        font-size: 18px!important;
        color: #456b90;
        letter-spacing: 1px;
    }

    body {
        font-size: 16px;
        line-height: 26px;
        font-size: 16px;
    }

    td, th, tr {
        padding: 15px;
        line-height: 26px;
        font-size: 14px;
    }

    ul li {
        margin-top: 10px;
        font-size: 16px;
    }

    .meta ul li {
        margin-top: 0;
    }

    #all {
        min-width: 100px;
    }

    #container {
        box-shadow: none;
    }

    #content {
        max-width: none;
        margin-right: 18px;
        margin-left: 18px;
        margin-top: 34px;
    }

    #header {
        height: 60px;
        position: fixed;
        top: 0px;
        border-bottom: 1px solid #bdbdbd;
        box-shadow: none;
        background: #fff;
    }

    #striptitle {
        padding: 0px;
    }

    #striptitle .striptitle-heading {
        max-width: none;
    }

    #center-pagestrip {
        width: auto;
        margin: 18px;
    }

    #top {
        display: none;
    }

    #slider {
        display: none;
    }

    #centerheader ul {
        display: none;
        animation-duration: 200ms;
        float: left;
        margin-top: 1px;
        width: 100%;
        box-shadow: -3px 3px 10px -2px rgb(0 0 0 / 27%);
    }

    #centerheader ul ul {
        display: none!important;
    }

    #header ul li {
        display: block!important;
        width: 100%;
        line-height: auto;
        border-bottom: 1px solid #bdbdbd;
    }

    #header ul li a {
        padding: 16px 16px;
        font-size: 16px !important;
        letter-spacing: 2px;
    }

    #phonenumber {
        display: none
    }

    #userbox {
        display: none
    }

    #dopmenu {
        display: none
    }

    #phonenumber {
        display: none
    }

    #way {
        display: none;
    }

    #logo {
        padding: 0;
        width: 100%;
        height: 35px;
        font-size: 25px;
        background-position: center;
        top: 12px;
        background-size: contain;
    }

    #left {
        width: 100%;
        padding: 0px;
        float: none;
        text-align: left;
        display: none;
    }

    #menu span {
        font-size: 25px;
        color: #3e668d;
    }

    #menu .menu1, .menu2, .menu3, .menu4, .menu5 {
        font-size: 25px;
        font-weight: bold;
        text-align: center;
        padding: 18px 18px 18px 18px;
    }

    #menu .menu2, .menu3, .menu4, .menu5 {
        display: none;
    }

    #menu .selected {
        background: #eafaff;
        list-style-image: none;
    }

    #menu .fa {
        display: none;
    }

    #gosearch {
        display: none;
    }

    #gosearch img {
        width: 43px;
    }

    #pagestrip {
        display: none;
    }

    #content .product_item {
        overflow: hidden;
        padding: 0;
        margin: 15px 0px 18px 0px;
    }

    #content > a {
        font-size: 16px;
    }

    #content .back_link_for_mobile {
        display: block;
        margin-bottom: 18px;
    }

    #content .product_item .product_content {
        width: auto;
        max-width: none;
        min-height: auto;
        padding-left: 18px;
        padding-right: 18px;
        border: none;
    }

    #content .product_item .product_image {
        height: 300px;
        width: 100%;
        border: none;
        background-position: center;
        /*  background-size: auto 100%; */
    }

    .product_item .product_content div {
        margin-right: 8px;
        height: auto;
    }

    #content .buttonlink {
        font-size: 16px;
        padding: 16px;
        float: left;
        margin-bottom: 18px;
        margin-right: 0;
        margin-left: 0;
        background: linear-gradient(rgba(100, 212, 207, 1), rgba(73, 129, 178, 1));
        color: #fff;
    }

    .menu-expanded {
        height: 100%;
        top: 0px;
        left: 0px;
        background: #fff;
        owerflow: hidden;
        position: absolute;
    }

    #prodinfo {
        height: auto;
        max-width: none;
        margin: 0px;
    }

    #prodinfo .shortinfo {
        height: auto;
        padding-top: 18px;
        padding-bottom: 18px;
    }

    #prodinfo > div.contact > div.makeorder {
        padding: 18px;
        margin-top: 18px;
        font-size: 16px;
    }

    #prodinfo .contact ul {
        font-size: 16px;
        width: auto;
        padding-top: 18px;
    }

    #prodslider > ul li {
        margin: 0;
    }

    #content .tabs > ul li {
        float: left;
        margin: 6px;
        margin-left: 0;
        width: 100%;
        border-radius: 4px;
    }

    #content .gallery li {
        padding: 6px;
        border-radius: 6px;
    }

    #content .gallery li .image-container {
        height: 80px;
        width: 80px;
    }

    #content .gallery li img {
        width: 100%;
        height: 100%;
    }

    .fa {
        font-size: 16px;
    }

    #shadow {
        overflow-y: scroll;
        height: 100%;
        background: #353535;
    }

    .onshadowbox {
        padding: 20px;
        width: auto;
        margin: 0px;
        box-shadow: none;
    }

    .onshadowbox h1 {
        margin-top: 60px;
    }

    .onshadowbox table {
        margin: unset;
    }

    .onshadowbox form {
        overflow: hidden;
    }

    .onshadowbox form input {
        font-size: 16px;
        min-width: fit-content;
        min-width: -webkit-fill-available;
        height: auto;
        width: auto;
    }

    .onshadowbox td textarea {
        font-size: 16px;
    }

    .COSB {
        position: relative;
        height: 46px;
        width: 46px;
    }

    .rc-anchor-checkbox-label {
        font-size: 16px;
    }

    #solutionblocks {
        max-width: unset;
        min-width: unset;
        margin-left: 0;
        float: none;
    }

    #solutionblocks li {
        width: 100%;
        height: 190px;
        background-position: center;
    }

    #solutionblocks li a {
        position: relative;
        display: block;
        font-size: 16px!important;
    }

    #menu_icon_mobile, #search_icon_mobile {
        cursor: pointer;
        position: relative;
        float: left;
        height: 36px;
        width: 60px;
        background-image: url(img/search_icon_mobile.png);
        background-size: 26px;
        background-position: center;
        background-repeat: no-repeat;
        padding-top: 60px;
        display: block;
        z-index: 110;
    }

    #centerheader .opened {
        background-image: url(img/menu_icon_mobile_close.png);
    }

    #menu_icon_mobile {
        cursor: pointer;
        background-image: url(img/menu_icon_mobile.png);
        float: right;
        position: relative;
    }

    #menu_mobile {
        display: none;
    }

    #menu_mobile #menu {
        margin-top: 70px;
    }

    #shadow {
        height: 100%;
    }

    .title_mobile {
        font-size: 18px!important;
        display: block;
        padding-bottom: 16px;
        border-bottom: 1px solid #bdbdbd;
    }

    .parent_link_mobile {
        display: block;
        font-size: 16px;
    }

    .news-item .meta ul li {
        font-size: 16px;
    }

    #content .news-item {
        padding: 18px;
    }

    .news-item p {
        font-size: unset;
        color: unset;
    }

    #content > .file {
        font-size: unset;
        background: none;
        padding: 0;
        border-bottom: none;
    }

    #content > .file :hover {
        background: none;
        color: #adadad;
    }

    .file > strong > img {
        width: 30px;
    }

    .pagination > li > a, .pagination > li > span {
        padding: 8px 18px;
    }

    #logotip {
        display: none;
    }

    #search {
        font-size: 16px;
    }

    #top-search input[type=image] {
        width: 30px;
    }

    #content .file {
        font-size: 16px;
    }

    #content .related_product_item {
        max-width: none;
        height: auto;
        padding: 16px;
    }

    #content .related_product_item .product_image {
        height: 260px;
        width: 100%;
    }

    #footer {
        display: none;
    }
}

/* CSS Document */
