* {
    padding: 0px;
    margin: 0px;
}

body {
    padding: 0;
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    background: url(/i/bg.jpg);
    background-position: top center;
    background-attachment: fixed;
}

h1 {
    margin-bottom: 30px;
    color: #005252;
}

.bluelink {
    text-decoration: none;
    color: white;
    background: #2666c7;
    padding: 5px;
}

#wrap {
    width: 100%;
}

#wrapper {
    width: 80%;
    min-width: 1280px;
    margin: auto;
    margin-top: 50px;
}

@media screen and (max-width: 1399px) {
    #wrapper {
        width: 95%;
        min-width: 1080px;
    }
}

@media screen and (max-width: 1099px) {
    #wrapper {
        width: 100%;
        min-width: auto;
    }
}

#header {
    height: 50px;
    width: 100%;
    position: relative;
    text-align: center;
    background: white;
}

#header .inner-pages-logo {
    position: absolute;
    top: 5px;
    left: 0px;
    z-index: 999;
}

#header .inner-pages-logo img {
    height: 40px;
}

.menu-button {
    margin: 0 0 0 10px;
    display: none;
    cursor: pointer;
}

.menu-button div {
    width: 35px;
    height: 5px;
    background-color: white;
    margin: 6px 0;
    cursor: pointer;
}

@media screen and (max-width: 789px) {
    .menu-button {
        display: block;
    }
}

#cartdiv {
    text-align: right;
    width: 300px;
    float: right;
    margin-top: 20px;
}

.topmenu {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 99;
}

.div-logo {
    text-align: left;
    min-width: 300px;
    display: table-cell;
    vertical-align: middle;
    padding-top: 10px;
}

@media screen and (max-width: 649px) {
    .div-logo {
        display: none;
    }
}

.div-topmenu {
    width: 100%;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
}

#ul-topmenu {
    width: 80%;
    min-width: 1280px;
    margin: auto;
    text-align: right;
}

@media screen and (max-width: 1399px) {
    #ul-topmenu {
        min-width: 1080px;
    }
}

@media screen and (max-width: 1099px) {
    #ul-topmenu {
        width: 100%;
        min-width: 100%;
        text-align: center;
    }
}

@media screen and (min-width: 790px) {
    .inner-pages #ul-topmenu {
        text-align: right;
        position: relative;
    }
}

#ul-topmenu li {
    display: inline-block;
    margin-right: 30px;
    line-height: 50px;
}

#ul-topmenu > li > a {
    display: block;
    color: #333;
    background: none repeat scroll 0% 0% transparent;
    text-decoration: none;
    font-size: 22px;
    text-transform: uppercase;
}

@media screen and (max-width: 1650px) {
    #ul-topmenu > li > a {
        font-size: 15px;
    }
}

@media screen and (max-width: 1515px) {
    #ul-topmenu > li > a {
        font-size: 14px;
    }
}

#ul-topmenu li > a.active, #ul-topmenu li > a:hover {
    color: #e6310d;
}

@media screen and (max-width: 789px) {
    #header {
        height: 0px;
    }

    #wrapper {
        margin-top: 0px;
    }

    #ul-topmenu {
        display: none;
        position: fixed;
        top: 0px;
        left: 60px;
        width: calc(100% - 60px);
        height: 100%;
        background: rgba(0, 87, 144, 0.96);
        text-align: left;
        border-left: 1px solid white;
        z-index: 99;
    }

    #ul-topmenu li {
        display: block;
        padding-left: 30px;
        height: 50px;
        line-height: 50px;
        border-bottom: 1px solid white;
    }

    #ul-topmenu li:hover {
        background: rgba(0, 82, 82, 0.96);
    }

    #ul-topmenu > li > a {
        display: block;
        color: white;
        background: none repeat scroll 0% 0% transparent;
        text-decoration: none;
        font-size: 18px;
        text-transform: uppercase;
        width: 100%;
        height: 100%;
        margin: auto;
        vertical-align: middle;
    }
}

.content {
    margin-top: 50px;
    background: white;
    padding: 30px;
    min-height: 500px;
}

@media screen and (max-width: 1399px) {
    .inner-pages-logo {
        display: none;
    }

    .content {
        margin-top: 0;
    }
}

.big {
    color: white;
    font-size: 70px;
    margin-left: 50px;
    font-weight: bold;
}

.medium {
    color: white;
    font-size: 30px;
    margin-left: 50px;
    margin-bottom: 5px;
}

.col-1 {
    float: left;
    width: 33%;
}

.plate-top-left {
    width: 100%;
    height: 230px;
    background: rgba(0, 87, 144, 0.8);
    padding-top: 20px;
}

.plate-middle-left {
    width: 100%;
    height: 150px;
    background: rgba(0, 82, 82, 0.8);
    position: relative;
}

.plate-middle-left .big {
    font-size: 100px;
    position: absolute;
    top: 20px;
}

.plate-middle-left .medium.first-line {
    position: absolute;
    left: 65px;
    top: 40px;
    font-size: 36px;
}

@media screen and (max-width: 1399px) {
    .plate-middle-left .medium.first-line {
        font-size: 29px;
    }
}

@media screen and (max-width: 789px) {
    .plate-top-left div, .plate-middle-left div, .plate-bottom-left div {
        display: none;
    }

    .plate-top-left .menu-button, .plate-top-left .menu-button div {
        display: block;
    }
}

@media screen and (max-width: 399px) {
    .plate-middle-left, .plate-bottom-left, .plate-center {
        display: none;
    }
}

.plate-middle-left .medium.second-line {
    position: absolute;
    left: 65px;
    top: 80px;
    font-size: 28px;
}

@media screen and (max-width: 1399px) {
    .plate-middle-left .medium.second-line {
        font-size: 22px;
    }
}

.plate-bottom-left {
    width: 100%;
    height: 115px;
    background: rgba(230, 49, 13, 0.8);
    padding-top: 35px;
}

.plate-bottom-left .big, .plate-bottom-left .medium {

}

.col-2 {
    float: left;
    width: 33%;
}

.plate-center {
    width: 100%;
    height: 300px;
    background: white;
}

.plate-logo, .plate-logo-mobile {
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    height: 250px;
    text-align: center;
}

.plate-logo img, .plate-logo-mobile img {
    margin-top: 50px;
}

.plate-logo-mobile {
    display: none;
}

@media screen and (max-width: 789px) {
    .plate-logo {
        display: none;
    }

    .plate-logo-mobile {
        display: block;
    }
}

.col-3 {
    float: left;
    width: 34%;
    height: 530px;
    background: white;
    padding-top: 20px
}

.col-3 p {
    text-align: justify;
    margin-left: 40px;
    margin-right: 40px;
}

.col-3 h1 {
    margin: 30px auto 30px 40px;
}

.content-news {
    display: none;
    background: white;
}

.search-container *{
	box-sizing: border-box;
}

.search-container {
    background: white;
    padding: 20px;
}

.search-container form {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.search-container input {
  width: 100%;
  height: 42px;
  padding-left: 10px;
  border: 2px solid #7BA7AB;
  border-radius: 5px;
  outline: none;
  color: #9E9C9C;
}
.search-container button {
  position: absolute; 
  top: 0;
  right: 0px;
  width: 42px;
  height: 42px;
  border: none;
  background: #7BA7AB;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
}
.search-container button:before {
  content: "\f002";
  font-family: FontAwesome;
  font-size: 16px;
  color: #F9F0DA;
}

.content .search-container {
	padding: 5px 0px 20px 0px;
}

.news {
    background: white;
    padding: 20px;
}

.news-item {
    display: inline-block;
    width: calc(25% - 25px);
    margin-left: 15px;
    margin-bottom: 30px;
	padding-right: 10px;
	border-right: 1px dotted #c0c0c0;
	vertical-align: top;
}

.partner-item {
    display: inline-block;
	width: 30%;
    margin-left: 15px;
    margin-bottom: 30px;
}

@media screen and (max-width: 1399px) {
    .news-item {
        display: inline-block;
        width: calc(33% - 25px);
    }
	.partner-item {
		width: calc(49% - 25px);
	}
}

@media screen and (max-width: 789px) {
    .news-item {
        display: inline-block;
        width: calc(50% - 25px);
    }
	.partner-item {
        display: block;
        width: 100%;
    }
}

@media screen and (max-width: 399px) {
    .news-item {
        display: block;
        width: 100%;
    }
	.partner-item {
        display: block;
        width: 100%;
    }
}

.news-item:first-child {
    margin-left: 0;
}

.news-title {
    width: 100%;
    font-size: 14px;
	margin-bottom: 5px;
}

.news-title a {
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: rgb(0, 82, 82);
}

.news-text {
    width: 100%;
    text-align: justify;
}

.news-bottom {
    width: 100%;
    text-align: right;
    margin-top: 20px;
}

.all-news {
    width: 100%;
    text-align: right;
    margin-top: 30px;
}

@media screen and (max-width: 1099px) {
    .col-1, .col-2 {
        width: 50%;
    }

    .col-3 {
        display: none;
    }

    .content-news {
        display: block;
        padding: 20px;
    }
}

@media screen and (max-width: 789px) {
    .col-1 {
        width: 60px;
    }

    .col-2 {
        width: calc(100% - 60px);
    }
}

@media screen and (min-width: 790px) {
    .inner-pages .col-1, .inner-pages .col-2 {
        display: none;
    }
}

.container {
    background: #e0e0e0;
    display: table;
    width: 100%;
}

.row {
    display: flex;
    flex: 0 1 auto;
    flex-flow: row wrap;
}

.category-cell {
    flex-basis: 30%;
    max-width: 30%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 40px;
}

.item-info {
    width: 52%;
    float: left;
    display: inline-block;
    border: 2px solid #005252;
}

.big_image {
    width: 300px;
    padding: 20px;
}

.big_image img {
    border: 1px solid black;
}

.small-images {
    padding: 20px;
}

.other-pic {
    border: 1px solid black;
    margin-right: 20px;
    margin-bottom: 20px;
}

.item-title {
    border-top: 2px solid #005252;
    border-bottom: 2px solid #005252;
    background: #c0c0c0;
    padding: 20px;

}

.td-info {
    padding: 20px;
}

.td-weight {
    padding: 20px;
}

.item-descr {
    min-height: 50px;
    background: #c0c0c0;
    border-top: 2px solid #005252;
    padding: 20px;
}

.items-list {
    width: 47%;
    float: right;
    display: inline-block;
}

.items-list table tr:nth-child(odd) {
    background: #e0e0e0;
}

.items-list table tr:nth-child(even) {
}

.items-list table tr:hover {
    background: #005252;
}

.items-list table tr td {
    padding: 5px;
}

.items-list table {
    width: 100%;
}

@media screen and (max-width: 789px) {
    .small-images {
        display: none;
    }
    .item-info {
        width: 100%;
        min-width: 340px;
    }
    .items-list {
        width: 100%;
        float: left;
        margin-top: 20px;
    }
}

.clear {
    clear: both;
}

.bg-secondary {
    background: url("/i/top-pattern.jpg") repeat scroll 0% 0% transparent;
}

/*==================     Thumb     ======================*/
.thumb {
    position: relative;
    display: block;
    overflow: hidden;
}

.thumb > img {
    width: 100%;
    transition: 1s all ease-out;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.thumb__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.thumb__overlay:before, .thumb__overlay:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    border: 6px solid transparent;
    opacity: 0;
    transition: 1s all ease;
}

.thumb__overlay:before {
    left: 0;
    top: 0;
    border-top-color: #009942;
    border-left-color: #009942;
}

.thumb__overlay:after {
    right: 0;
    bottom: 0;
    border-right-color: #009942;
    border-bottom-color: #009942;
}

.thumb:hover .thumb__overlay:before, .thumb:hover .thumb__overlay:after {
    width: 100%;
    height: 100%;
    opacity: 1;
}

.thumb:hover img {
    transition: 10s all ease-in;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

/*==================    Product    ======================*/
.product {
    display: block;
    position: relative;
    overflow: hidden;
}

.product img {
    width: 100%;
    height: auto;
    transition: 1s all ease-out;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.product .product__body {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}

.product .product__body > h5 {
    font-size: 18px;
    padding: 17px 50px 17px 28px;
}

.product .product__body-angle {
    position: absolute;
    top: 0;
    right: 0;
    width: 64px;
    height: 100%;
}

.product .product__body-angle__top, .product .product__body-angle__bottom {
    position: absolute;
    height: calc(50% + 1px);
    width: 100%;
    right: -18px;
    border-left: 8px solid #009942;
    overflow: hidden;
    transition: .3s all ease;
}

.product .product__body-angle__top:before, .product .product__body-angle__bottom:before {
    content: '';
    position: absolute;
    top: 0;
    right: 18px;
    width: 100%;
    height: 100%;
    background: url(/i/light-pattern.jpg) repeat;
}

.product .product__body-angle__top {
    top: 0;
    -webkit-transform: skewX(45deg);
    transform: skewX(45deg);
}

.product .product__body-angle__top:before {
    -webkit-transform: skewX(-45deg);
    transform: skewX(-45deg);
    background-position: 0 bottom;
}

.product .product__body-angle__bottom {
    bottom: 0;
    -webkit-transform: skewX(-45deg);
    transform: skewX(-45deg);
}

.product .product__body-angle__bottom:before {
    -webkit-transform: skewX(45deg);
    transform: skewX(45deg);
    background-position: 0 top;
}

.product:hover img {
    transition: 10s all ease-in;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.product:hover .product__body-angle__top,
.product:hover .product__body-angle__bottom {
    border-left-width: 19px;
}

@media (min-width: 1200px) {
    .product .product__body > h5 {
        font-size: 25px;
    }
}

.product h5 {
    color: white;
    font-family: Garamond;
}

.pattern {
    background: url('/i/top-pattern.jpg');
}

.pre-map {
    height: 100px;
}

.footer {
    min-height: 120px;
    background: #e0e0e0;
}

.ui-to-top.active {
    transform: translateY(0px);
}

.ui-to-top {
    right: 40px;
    bottom: 40px;
}

.ui-to-top {
    width: 50px;
    height: 50px;
    font-size: 24px;
    line-height: 46px;
    color: #FFF;
    background: none repeat scroll 0% 0% #191919;
    border-radius: 50%;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.12), 2px 3px 8px 0px rgba(0, 0, 0, 0.3);
    position: fixed;
    right: 15px;
    bottom: 15px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 20;
    transform: translateY(100px);
}

.fa {
    line-height: inherit;
}

.fa {
    display: inline-block;
    font-family: Garamond;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-size-adjust: none;
    font-stretch: normal;
    font-feature-settings: normal;
    font-language-override: normal;
    font-kerning: auto;
    font-synthesis: weight style;
    font-variant: normal;
    font-size: inherit;
    text-rendering: auto;
    transform: translate(0px, 0px);
}

.fa-angle-up:before {
    content: "↑";
    font-size: 30px;
    position: relative;
    top: 7px;
}

.white {
    color: white;
}

.no-margin-top {
    margin-top: 0px;
}

#footer {
    width: 100%;

}

.footer-left {
    width: 100%;
    margin: 20px;
}

.footer-right {
    width: 100%;
    margin: 0px 20px 20px 20px;
}

.footer-left nav {
    min-height: 100px;
    display: inline-block;
    margin-right: 20px;
}

@media screen and (max-width: 399px) {
    .footer-left nav {
        margin-top: 20px;
    }
}

.footer-left div {
    margin-top: 30px;
}

.footer-left nav h3 {
    margin-bottom: 10px;
}

.footer-left nav h3 a {
    font: 18px "PT Sans", sans-serif;
}

.footer-left nav ul li a {
    display: inline-block;
    font: 12px Tahoma, sans-serif;
}

.footer-left nav ul {
    float: left;
    margin: 0px;
    padding: 0px;
}

.footer-left nav ul li {
    display: block;
    list-style: outside none none;
    line-height: normal;
    text-indent: 0px;
    margin: 0px;
    padding: 0px;
}

.copyright {
    width: 100%;
    text-align: right;
}

.copyright a {
    color: white;
    margin-right: 20px
}

.maintable {
    background: url(/i/bg-cont.gif) repeat-x #EA431C;
    width: 100%;
}

.leftmenu {
    text-decoration: none;
    color: #fff8c6;
    font-size: 16px;
    display: block;
    width: 140px;
    padding-left: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #fff8c6;
    background: url(/i/a1.gif) no-repeat 0% 35%;

}

.leftcol {
    padding-left: 20px;
    padding-top: 20px;
}

.rightcol {
    padding-right: 20px;
    padding-top: 20px;
    min-height: 480px;
    height: auto;
    height: 480px;
}

a {
    color: black;
}

h2 {
    margin-top: 0px;
    color: #df4434;
}

.razd {
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
    top: -3px;
}

.cloud {
    width: 167px;
    height: 41px;
    background: url(/i/box_header.gif) no-repeat;
    padding-left: 40px;
    padding-top: 7px;
    font-size: 20px;
    color: #fff8c6;
    margin-bottom: 10px;
}

/*
a.topmenu:link, a.topmenu:active, a.topmenu:visited{
	text-decoration: none;
	color:white;
}
*/

.left_menu {
    font-family: Verdana;
    font-size: 12px;
}

#author {
    float: right;
    margin-top: 30px;
    margin-right: 20px;
    text-align: right;
}

#copyright {
    float: left;
    margin-top: 30px;
    margin-left: 20px;
    text-align: left;
}

.zag1 {
    font-size: 22px;
    color: #ee312a;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
    font-family: Georgia;
}

.zag2 {
    font-size: 18px;
    color: #2666c7;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
    font-family: Verdana;
}

.current_page {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
}

.numpage {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
}

.bottom_menu {
    color: black;
}

#divformlogin {
    display: none;
    position: fixed;
    top: 22%;
    left: 36%;

    background-color: lightgray;
    border: 2px solid #3d2007;
    padding: 12px;
}

p {
    margin: 0px;
}