/*reset*/
html {
    box-sizing: border-box;
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    max-height: 1000000px;
}

body {
    color: $ base-text-color;
    background: $ base-background-color;
    font: #{$font-size-base} / #{$line-height-base} $ base-font-family;
    min-width: $ base-min-width;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    overflow-x: hidden;
}
img {
    height: auto;
}

.gm-style img {
    max-width: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: $ line-height-base;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*style*/
html,
body { /*height:100%;*/
}

* {
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

figure {
    margin: 0;
}

body {
    font-family: 'PT Sans', Arial, sans-serif;
    background: #f2f2f2;
    color: #262626;
    font-size: 16px;
    font-weight: normal;
}

a {
    color: #028D47;
    text-decoration: none;
    -webkit-transition: all 350ms;
    -moz-transition: all 350ms;
    -ms-transition: all 350ms;
    -o-transition: all 350ms;
    transition: all 350ms;
    outline: none;
}

a:hover {
    color: #262626;
    text-decoration: underline;
    -webkit-transition: all 350ms;
    -moz-transition: all 350ms;
    -ms-transition: all 350ms;
    -o-transition: all 350ms;
    transition: all 350ms;
    outline: none;
}

a:focus {
    outline: none;
}

a:hover,
a:active {
    outline: none;
}

/*wrapper*/
.wrapper {
    background: #ffffff;
    overflow: visible;
    min-height: 100%;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.container {
    width: 1200px;
    display: block;
    margin: 0 auto;
}

.containermax {
    width: 1400px;
    display: block;
    margin: 0 auto;
}

/*header*/
.header {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 5;
    height: 90px;
    background: #ffffff;
}

.hleft {
    position: relative;
    float: left;
    width: 20%;
    color: #333333;
    font-size: 13px;
}

.hleft p {
    margin-bottom: 3px;
}

.logo {
    float: left;
    margin: 10px 0;
    display: block;
    width: 80px;
    height: 70px;
    /*background:url(../images/logo4.png) center no-repeat;*/
}

.hl1 {
    text-align: center;
    display: block;
    font-size: 15px;
    color: #000000;
    padding: 9px 0 9px 0;
    font-weight: bold;
}

.hl2 {
    text-align: center;
    display: block;
    font-size: 19px;
    color: #028D47;
    font-weight: bold;
}

.hcont {
    float: left;
    margin: 27px 1% 0 3.5%;
}

.hcont {
    font-size: 15px;
    float: left;
    color: #000000;
}

.hcont span {
    padding: 7px 10px;
    overflow: hidden;
    display: block;
}

.hcont .img {
    float: left;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    position: relative;
    z-index: 5;
    display: block;
}

.hcont.time {
    margin: 9px 1%;
    float: left;
}

.hcont.timemin {
    margin-top: 27px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}

.hcont.time span {
    font-size: 17px;
    font-weight: bold;
    padding: 7px 25px 7px 10px;
}

.hcont.time span a {
    color: #000000;
    text-decoration: none;
}

.hcont.timemin span {
    font-size: 20px;
    padding: 4px 25px 4px 10px;
}

.hcont.adr span {
    color: #000000;
    margin-top: -9px;
}

.hcont.time li {
}

.links {
    float: right;
    margin: 20px 0 0 0;
}

.links li {
}

.links li a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.links li a.zak {
    width: 200px;
    min-height: 36px;
    margin: 6px auto;
    padding: 0;
    border-radius: 7px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    background: #028D47;
}

.links li a.pres {
    width: 200px;
    min-height: 36px;
    margin: 6px auto;
    padding: 0;
    border-radius: 7px;
    text-align: center;
    text-transform: uppercase;
    color: #028D47;
    font-size: 13px;
    font-weight: bold;
    overflow: hidden;
    background: #dadada;
}

.links li a.otz {
    width: 220px;
    min-height: 36px;
    margin: 6px auto;
    padding: 0;
    border-radius: 7px;
    text-align: center;
    text-transform: uppercase;
    color: #028D47;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    background: #262626;
}

.links li a .img {
    float: left;
    width: 36px;
    height: 36px;
    position: relative;
    z-index: 5;
    display: block;
}

.links li a span {
    overflow: hidden;
}

.doplnks {
    background: #42515a;
    padding: 25px 0;
}

.doplinks {
    float: left;
    width: 100%;
    font-size: 0;
}

.doplinks li {
    display: inline-block;
    vertical-align: middle;
    width: 33.33333%;
}

.doplinks li span.year {
    color: #fff;
    font-weight: bold;
    font-size: 21px;
    text-transform: uppercase;
}

.doplinks li a.zak {
    width: 220px;
}

.doplinks li a.pres {
    width: 220px;
}

/*menu*/
#menu {
    overflow: visible;
    padding: 0;
    height: 50px;
    position: relative;
    z-index: 555;
    background: #d3d3d3;
}

#menu.default {
}

#menu.fixed {
    z-index: 2000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2000;
    margin-top: 0px;
    height: 50px;
    background: rgba(211, 211, 211, .9);
}

#menu.default .uprphone {
    display: none;
}

#menu.fixed .uprphone {
    display: inline;
    float: left;
    overflow: hidden;
    width: auto;
}

#menu.fixed .uprphone .phone {
    display: inline;
    float: left;
    overflow: hidden;
    width: auto;
    margin: 10px 10px 0 30px;
    color: #262626;
    font-size: 16px;
}

.minnav {
    height: 50px;
    width: 100%;
    padding: 0;
    list-style: none;
    float: left;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    position: relative;
}

.fixed .minnav {
}

.minnav ul.minmenu {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;


}

.minnav ul.minmenu li {
    float: left;
    padding: 0;
    position: relative;
    border-right: 1px solid #a9a9a9;
}

.minnav ul.minmenu li:first-child {
    border-left: 1px solid #a9a9a9;
}

.minnav ul.minmenu li a {
    float: left;
    transition: background-image .35s;
    color: #262626;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 20px;
    font-size: 16px;
    position: relative;
    z-index: 2;
    transition: background .3s, color .3s;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
}

.minnav ul.minmenu li a:hover {
    color: #262626;
    background: #fff;
}

.minnav ul.minmenu li.active a {
    color: #ffffff;
    background: #028D47;
}

.minnav ul.minmenu li a:before {
    content: "";
    font-family: 'icomoon';
    position: absolute;
    bottom: 0;
    text-align: center;
    height: 20px;
    width: 20px;
    background: url(../images/arrbot.png) center bottom no-repeat;
}

.minnav ul.minmenu li a:only-child:before {
    content: "";
    background: none;
}

.fixed .minnav .wkont {
}

.minnav ul.minmenu li ul {
    position: absolute;
    display: none;
    width: 300px;
    background: #bfbfbf;
    padding: 0;
    top: 50px;
    left: -1px;
}

.minnav ul.minmenu li:hover ul {
    display: block;
}

.minnav ul.minmenu li ul li {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #a9a9a9;
    text-align: left;
}

.minnav ul.minmenu li ul li a {
    text-align: left;
    width: 100%;
    padding: 5px 20px 5px 20px;
    font-size: 15px;
    justify-content: flex-start;
}

.minnav ul.minmenu li:hover ul li a {
    background: none;
    color: #262626;
}

.minnav ul.minmenu li:hover ul li:hover a {
    background: #fff;

}

/*
.wlogo{float:left;margin:0;margin-top:5px;position:absolute;height:40px;width:46px;top:0;content:'';left:0;opacity:.8;background:url(../images/logo2.png) left center no-repeat;display:none;}
*/
.wkont {
    float: right;
    margin: 0;
    color: #262626;
    font-size: 21px;
    font-weight: bold;
    margin-top: 11px;
    position: absolute;
    top: 0;
    content: '';
    right: 0;
    display: none;
}

.wkont span {
    overflow: hidden;
    display: block;
}

.wkont span b {
    color: #028D47;
    text-shadow: 1px 1px 1px #666;
}

.wkont .img {
    float: left;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    background: #d9d9d9;
    position: relative;
    z-index: 5;
    display: block;
}

.fixed .wlogo,
.fixed .wkont {
    display: block;
}

.container0 {
    margin: 0;
    position: relative;
    z-index: 5;
    overflow: hidden;
    float: left;
    width: 100%;
}

.slider {
    max-height: 500px;
    overflow: hidden;
    position: relative;
}

.slider0 {
    position: relative;
    z-index: 1;
}

.responsive-header {
    border-radius: 0;
    height: auto;
    width: 100%;
    overflow: hidden;
    margin: 0;
}

.slabs {
    position: absolute;
    top: 0;
    content: '';
    left: 50%;
    width: 500px;
    margin-left: -250px;
    color: #fff;
    text-align: center;
    z-index: 555;
    background: rgba(2, 141, 71, .8);
    border-radius: 0 0 10px 10px;
}

.slabs .zag {
    font-size: 48px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 20px 0;
    margin: 0 40px;
    border-bottom: 1px solid #999999;
}

.slabs .text {
    font-size: 26px;
    font-weight: 300;
    padding: 5px 0;
    line-height: 1.3;
    font-family: 'Open Sans', Arial, sans-serif;
}

.responsive-header .slick-slide {
    position: relative;
    height: auto;
    overflow: hidden;
    max-height: 500px;
}

.responsive-header .slick-prev,
.responsive-header .slick-next {
}

.responsive-header .text {
    position: absolute;
    bottom: 0;
    content: '';
    left: 0;
    background: rgba(2, 141, 71, .4);
    width: 100%;
    padding: 20px 0;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 21px;
}

.products {
}

.main-zag {
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    margin: 20px 0;
    color: #262626;
    font-size: 24px;
}

.prod {
    float: left;
    width: 100%;
    font-size: 0;
    text-align: center;
    margin: 0 0 10px 0;
}

.prod li {
    width: 23%;
    margin: 15px 1%;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    text-align: left;
    background: #fff;
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
}

.prod .img {
    float: left;
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 5px;
}

.prod .img img {
    float: left;
    width: 100%;
}

.prod .img:hover img {
}

.prod .text {
    float: left;
    width: 100%;
    padding: 10px;
    color: #676767;
    font-size: 13.5px;
    text-align: center
}

.prod .text a {
    text-transform: uppercase;
    display: block;
    width: 100%;
    text-decoration: none;
    font-size: 21px;
    margin: 0;
    text-align: center;
    color: #262626;
    min-height: 54px;
}

.prod .text a:hover {
    text-decoration: none;
    color: #028D47;
}

.prod .text .zakaz {
    width: 160px;
    float: none;
    display: block;
    margin: 10px auto;
    text-align: center;
    border-radius: 5px;
    background: #929292;
    color: #fff;
    padding: 7px 10px;
    font-size: 18px;
    text-transform: none;
    min-height: auto;
}

.prod .text .zakaz:hover {
    text-decoration: none;
    background: #777;
    color: #fff;
}

.mainbr {
    margin: 20px 0 0 0;
}

.breadcrumbs {
    font-size: 15px;
}

.breadcrumbs a {
    color: #58585a;
    float: left;
    text-decoration: underline;
}

.breadcrumbs span {
    color: #999;
    float: left;
}

.breadcrumbs a:hover {
    text-decoration: none;
}

h1 {
    color: #262626;
    font-size: 24px;
    text-transform: uppercase;
    margin: 20px 0;
    padding: 0;
}

h2 {
    color: #262626;
    font-size: 18px;
    text-transform: uppercase;
    margin: 10px 0;
    padding: 0;
}

h3 {
    color: #262626;
    font-size: 15px;
    margin: 10px 0;
    padding: 0;
}

.block25 {
    float: left;
    width: 22%;
    margin: 0 1.5%;
}

.block75 {
    float: left;
    width: 72%;
    margin: 0 1.5%;
}

.block33 {
    float: left;
    width: 30.33%;
    margin: 0 1.5%;
}

.block66 {
    float: left;
    width: 63.33%;
    margin: 0 1.5%;
}

.block66 p {
    margin-bottom: 10px;
}

/*
form
*/
.form {
    display: block;
    margin: 0px auto;
    width: 100%;
    position: relative;
    z-index: 9;
    box-sizing: border-box;
    padding: 0;
    font-family: 'PT Sans', Arial, sans-serif;
}

.form legend {
    width: 100%;
    color: #333333;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold;
    margin: 10px 0;
    border-bottom: 3px solid #028D47;
    text-align: center;
}

.form p {
    margin: 10px 0;
}

.form input,
.form textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 5px;
    border: 1px solid #e5e5e5;
    font-size: 17px;
    color: #2b2b2b;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    font-family: 'PT Sans', Arial, sans-serif;
}

.form input.submit {
    background: #262626;
    color: #fff;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: bold;
    border: 0;
    transition: background .3s;
}

.form input.submit:hover {
    background: #028D47;
    cursor: pointer;
}

.mzag {
    width: 100%;
    color: #333333;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold;
    margin: 20px 0 0 0;
    border-bottom: 3px solid #028D47;
}

.block25 .prod li {
    width: 98%;
}

.maintext {
    padding-bottom: 30px;
}

.blockform {
    display: block;
    width: 50%;
    margin: 0 25%;
}

.blockform label {
    float: left;
    width: 40%;
    margin-top: 10px;
}

.blockform .form input,
.blockform .form textarea {
    width: 60%;
}

.blockform .form input.submit {
    float: right;
    margin-bottom: 30px;
}

.phslid {
    margin-bottom: 30px;
    width: 100%;
}

.slider-for {
}

.slider-for a {
    border-radius: 5px;
    overflow: hidden;
}

.slider-nav a {
    margin: 5px 10px 5px 10px;
}

.slider-nav .slick-current img {
}

.slider-nav {
    min-height: 70px;
}

/* table */
.table {
    overflow: hidden;
    width: 100%;
    margin: 10px 0;
}

.table table {
    border-collapse: separate;
    background: #f2f1ed;
    border-spacing: 1px;
    width: 100% !important;
    position: relative;
    z-index: 9;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    overflow: hidden;
    box-sizing: border-box;
    font-weight: 400;
}

table {
    border-collapse: separate !important;
    background: #f2f1ed;
    border-spacing: 1px !important;
    position: relative;
    z-index: 9;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    overflow: hidden;
    box-sizing: border-box;
    font-weight: 400;
}

.table table tbody td,
table tbody td {
    vertical-align: middle;
}

.table table tbody td p,
table tbody td p {
    margin: 1px 1px;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    float: none;
    width: auto;
}

.table table tbody td a,
table tbody td a {
    color: #008ccf;
}

.table table td table,
table td table {
    width: 100%;
}

.table table p,
table p {
    padding: 0;
    margin: 0;
}

.table table td,
table td {
    font-weight: normal;
    padding-left: 8px;
    text-align: center;
    color: #000;
    font-size: 15px;
}

.table table td a,
table td a {
    color: #008ccf;
}

.table table td,
.table th,
table td,
table th {
    padding: 2px 2%;
    text-align: left;
    box-sizing: border-box;
}

.table table th:first-child,
table th:first-child {
}

.table table tr,
table tr {
    background-color: #fff;
}

.table table tr:nth-child(2n),
table tr:nth-child(2n) {
    background-color: #f7f7f7;
}

.table table th,
table th {
    background-color: #008ccf;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
  /*  border-bottom: 2px solid #2d4b9b;*/
}

.table sup,
table sup {
    vertical-align: super;
    font-size: 10px;
}

.table-wrap-all table td {
    font-weight: bold;
}

.table-wrap-all table td.table-title {
    font-weight: normal;
}

.field-item table {
    width: 100% !important;
}

table.complect tbody td:first-child {
    text-transform: uppercase;
}

.content {
    padding: 0 1.5% 15px;
}

.content-preim {
    width: 60%;
    margin: 0 auto;
}

.slid-preim {
    width: 50%;
    margin: 10px auto 20px;
}

.content p {
    margin-bottom: 5px;
    line-height: 1.7;
}

.content ul {
    padding-left: 25px;
    list-style-type: disc;
    margin-bottom: 15px;
}

.content ul li {
    line-height: 1.7;
}

.content ul.preim {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 15px;
}

.ttu {
    text-transform: uppercase;
    margin-bottom: 15px;
}

/*
newsspon
*/
.news {
    float: left;
    width: 100%;
    font-size: 0;
}

.news li {
    width: 100%;
    margin: 15px 0;
    height: auto;
    display: inline-block;
    vertical-align: top;
    color: #333333;
    font-size: 13px;
    text-align: left;
}

.news li .img {
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    position: relative;
    overflow: hidden;
    float: left;
    border-radius: 5px;
}

.news li .img img {
    width: 100%;
}

.news li a.zag {
    float: left;
    width: 100%;
    display: block;
    font-size: 17px;
    color: #262626;
    margin: 5px 0;
    text-decoration: none;
    position: relative;
    z-index: 2;
    text-align: left;
    font-weight: bold;
    overflow: hidden;
    text-transform: uppercase;
}

.news li a:hover {
    color: #028D47;
}

.news.blog li {
    width: 23%;
    margin: 15px 1%;
}

/*
pages
*/
ul.pagenav {
    overflow: visible;
    width: auto;
    float: left;
    margin: 20px 0;
}

ul.pagenav li {
    list-style-type: none;
    float: left;
}

ul.pagenav li a {
    width: auto;
    text-align: center;
    overflow: visible;
    float: left;
    display: inline;
    padding: 0px 12px;
    line-height: 1.8;
    font-size: 17px;
    font-weight: 700;
    color: #262626;
    background: #d3d3d3;
    text-decoration: none;
    margin: 3px 3px;
    border: 1px solid #d3d3d3;
    position: relative;
    z-index: 4;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
}

ul.pagenav li a:hover {
    border: 1px solid #f2f2f2;
    background: #f2f2f2;
    color: #262626;
}

ul.pagenav li a:active,
ul.pagenav li a.active {
    background: #028D47;
    border: 1px solid #028D47;
    color: #fff;
}

ul.pagenav li a:hover,
ul.pagenav li a.active:hover {
    color: #262626;
    background: #fff;
    border: 1px solid #fff;
}

/*about*/
.aboutus {
    background: #42515a;
}

.aboutus .main-zag {
    color: #028D47;
}

.about {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    font-size: 0;
    text-align: center;
}

.about li {
    width: 22%;
    margin: 10px 1.5%;
    text-align: center;
    font-size: 16px;
    color: #dadada;
    font-weight: bold;
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
}

.about li a {
    display: block;
    color: #dadada;
}

.about li img {
    display: block;
    margin: 0 auto 7px;
    width: 84px;
    height: 84px;
    position: relative;
    z-index: 10;
}

.about li:before {
    position: absolute;
    z-index: 5;
    top: 0;
    content: '';
    display: block;
    clear: both;
    left: 50%;
    margin-left: 100px;
    width: 96px;
    height: 31px;
    top: 36px;
    background: url(../images/about.png) center no-repeat;
}

.about li:last-child:before {
    display: none;
}

.about li span {
    color: #dadada;
    text-transform: uppercase;
}

#podfooter {
    overflow: hidden;
    clear: both;
    position: relative;
    bottom: 0px;
    width: 100%;
    height: 100px;
}

#footer {
    overflow: visible;
    margin-top: -100px;
    width: 100%;
    height: 100px;
    position: relative;
    z-index: 5;
    box-sizing: border-box;
    border-top: 2px solid #028D47;
}

#foot {
    width: 1200px;
    margin: 0 auto;
    height: 100px;
}

#footer .hleft {
    margin-top: 5px;
}

#footer .hcont.timemin {
    margin: 30px 1% 0 25%;
}

.fright {
    float: right;
    margin-top: 30px;
}

.fright li {
    margin: 5px 7px;
    float: left;
}

.fright li a {
    display: block;
    width: 36px;
    height: 36px;
/*    background: #42515a;*/
    border-radius: 18px;
}

.all {
    display: block;
    width: 200px;
    min-height: 40px;
    margin: 20px auto;
    padding: 10px 0;
    border-radius: 20px;
    background: #dadada;
    text-align: center;
    text-transform: uppercase;
    color: #028D47;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    text-decoration: none;
}

/*colorbox*/

/*
Colorbox Core Style:
The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
    max-width: none;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

/*
User Style:
Change the following styles to modify the appearance of Colorbox.  They are
ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
    background: url(images/overlay.png) repeat 0 0;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

#colorbox {
    outline: 0;
}

#cboxTopLeft {
    width: 21px;
    height: 21px;
    background: url(images/controls.png) no-repeat -101px 0;
}

#cboxTopRight {
    width: 21px;
    height: 21px;
    background: url(images/controls.png) no-repeat -130px 0;
}

#cboxBottomLeft {
    width: 21px;
    height: 21px;
    background: url(images/controls.png) no-repeat -101px -29px;
}

#cboxBottomRight {
    width: 21px;
    height: 21px;
    background: url(images/controls.png) no-repeat -130px -29px;
}

#cboxMiddleLeft {
    width: 21px;
    background: url(images/controls.png) left top repeat-y;
}

#cboxMiddleRight {
    width: 21px;
    background: url(images/controls.png) right top repeat-y;
}

#cboxTopCenter {
    height: 21px;
    background: url(images/border.png) 0 0 repeat-x;
}

#cboxBottomCenter {
    height: 21px;
    background: url(images/border.png) 0 -29px repeat-x;
}

#cboxContent {
    background: #fff;
    overflow: hidden;
}

.cboxIframe {
    background: #fff;
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}

#cboxLoadedContent {
    margin-bottom: 28px;
}

#cboxTitle {
    position: absolute;
    bottom: 4px;
    left: 0;
    text-align: center;
    width: 100%;
    color: #949494;
}

#cboxCurrent {
    position: absolute;
    bottom: 4px;
    left: 58px;
    color: #949494;
}

#cboxLoadingOverlay {
    background: url(images/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
    background: url(images/loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
    outline: 0;
}

#cboxSlideshow {
    position: absolute;
    bottom: 4px;
    right: 30px;
    color: #0092ef;
}

#cboxPrevious {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(images/controls.png) no-repeat -75px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

#cboxPrevious:hover {
    background-position: -75px -25px;
}

#cboxNext {
    position: absolute;
    bottom: 0;
    left: 27px;
    background: url(images/controls.png) no-repeat -50px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

#cboxNext:hover {
    background-position: -50px -25px;
}

#cboxClose {
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(images/controls.png) no-repeat -25px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

#cboxClose:hover {
    background-position: -25px -25px;
}

/*
The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
}

/*slick/slick.css*/
.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
    margin: 0 auto;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.responsive-header.slick-initialized .slick-slide img {
    width: 100%;
}

.responsive-header.slick-initialized .slick-active img,
.slick-initialized .slick-current img {
}

.slick-initialized .slick-slide img {
    width: 100%;
}

/*slick/slick-theme.css*/
@charset 'UTF-8';
.slick-loading .slick-list {
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    margin-top: -10px \9; /*lte IE 8*/
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    background: rgba(128, 206, 255, 0.5);
    transition: background 0.3s;
    z-index: 5;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.15);
}

.slick-prev {
    background: url(../images/str-left.png) center no-repeat rgba(255, 255, 255, 0.5);
}

.slick-next {
    background: url(../images/str-right.png) center no-repeat rgba(255, 255, 255, 0.5);
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
    background: rgba(255, 221, 1, 1);
}

.slick-prev:hover,
.slick-prev:focus {
    background: url(../images/str-left.png) center no-repeat rgba(255, 255, 255, 1);
}

.slick-next:hover,
.slick-next:focus {
    background: url(../images/str-right.png) center no-repeat rgba(255, 255, 255, 1);
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 30px;
    line-height: 1.5;
    opacity: .95;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: 0px;
    border-radius: 0 5px 5px 0;
}

[dir='rtl'] .slick-prev {
    right: 0px;
    left: auto;
}

.slick-prev:before {
    background: url(../images/str-left.png) center no-repeat;
}

[dir='rtl'] .slick-prev:before {
    content: '';
}

.slick-next {
    right: 0px;
    border-radius: 5px 0 0 5px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: 0px;
}

.slick-next:before {
    background: url(../images/str-right.png) center no-repeat;
}

[dir='rtl'] .slick-next:before {
    content: '';
}

.slick-slider {
}

.slick-dots {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '�';
    text-align: center;
    opacity: .9;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .9;
    color: #fba026;
}

.slick-dots li.slick-active button:before:hover {
    opacity: 1;
}

/*SN*/

/*!
* SlickNav Responsive Mobile Menu v1.0.7
* (c) 2016 Josh Cope
* licensed under MIT
*/
.slicknav_btn {
    position: relative;
    display: block;
    vertical-align: middle;
    float: left;
    padding: 1em 1.4em 1em 1.4em;
    line-height: 1.125em;
    cursor: pointer;
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em;
}

.slicknav_menu {
    *zoom: 1;
}

.slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left;
}

.slicknav_menu .slicknav_icon {
    float: left;
    width: 1.125em;
    height: 0.875em;
}

.slicknav_menu .slicknav_icon:before {
    background: transparent;
    width: 1.125em;
    height: 0.875em;
    display: block;
    content: "";
    position: absolute;
}

.slicknav_menu .slicknav_no-text {
    margin: 0;
}

.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 #2e7eb9;
    -moz-box-shadow: 0 1px 0 #2e7eb9;
    box-shadow: 0 1px 0 #2e7eb9;
}

.slicknav_menu:before {
    content: " ";
    display: table;
}

.slicknav_menu:after {
    content: " ";
    display: table;
    clear: both;
}

.slicknav_nav {
    clear: both;
    border-bottom: 1px solid #bbbbbb;
}

.slicknav_nav ul {
    display: block;
}

.slicknav_nav li {
    display: block;
    border-bottom: 1px solid #bbbbbb;
    background: #EFEFEF;
    background-color: #f8f8f8;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}

.slicknav_nav li.minn {
}

.slicknav_nav li.active {
    background: #4c4c4c;
}

.slicknav_nav li.active a {
    color: #fff;
}

.slicknav_nav li.active:hover a {
    color: #262626;
}

.slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em;
}

.slicknav_nav .slicknav_item {
    cursor: pointer;
}

.slicknav_nav .slicknav_item a {
    display: inline;
}

.slicknav_nav .slicknav_row {
    display: block;
}

.slicknav_nav a {
    display: block;
}

.slicknav_nav .slicknav_parent-link a {
    display: inline;
}

.slicknav_brand {
    float: left;
}

.slicknav_menu {
    font-size: 16px;
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    position: relative;
    z-index: 5;
}

.slicknav_menu * {
    box-sizing: border-box;
}

.slicknav_menu .slicknav_menutxt {
    color: #fff;
    font-weight: bold;
    text-shadow: 0 1px 3px #000;
    display: none;
}

.slicknav_menu .slicknav_icon-bar {
    background-color: #fff;
}

.slicknav_btn {
    margin: 0px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgb(255 255 255);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: #4c4c4c;
    float: right;
    padding: 1em;
}

.slicknav_nav {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 0.875em;
    list-style: none;
    overflow: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    min-width: 230px;
    float: right;
    right: 0px;
    top: 44px;
}

.slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0 0 0 20px;
}

.slicknav_nav .slicknav_row {
    padding: 10px 10px;
    margin: 0;
}

.slicknav_nav .slicknav_row:hover {
}

.slicknav_nav a {
    padding: 10px 10px;
    margin: 0;
    text-decoration: none;
    color: #262626;
    font-size: 16px; /*text-transform:uppercase;*/
    font-weight: bold;
}

.slicknav_nav a:hover {
    background: #fff;
}

.slicknav_nav .slicknav_txtnode {
    margin-left: 15px;
}

.slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0;
}

.slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0;
}

.slicknav_brand {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    padding: 7px 12px;
    height: 44px;
}

.slicknav_menu {
    display: none;
}

.slider0 {
    height: 100vh;
    margin-top: -140px;
}

.slider {
    max-height: 100vh;
}

.responsive-header .slick-slide {
    max-height: 100vh;
}

.responsive-header.slick-initialized .slick-slide img {
    max-height: initial; /*width: auto;*/
    height: auto;
    min-width: 100%;
    min-height: 100vh;
}

.slabs {
    margin-top: 140px;
}

@media screen and (max-width: 1020px) {
    #minmenu {
        display: none;
    }

    .slicknav_menu {
        display: block;
        right: 0;
        position: absolute;
        width: auto;
    }
}

/*mstyle*/
@media screen and (max-width: 1220px) {
    .container {
        width: 98%;
        padding: 0 1%;
    }

    #foot {
        width: 100%;
    }

    .hcont.adr {
        display: none;
    }

    .hleft {
        width: 25%;
    }

    .doplinks li {
        text-align: center;
    }
}

@media screen and (max-width: 1020px) {
    .hleft {
        width: 35%;
    }

    .hcont.time {
        display: none;
    }

    .hcont.timemin {
        display: block;
    }

    .slabs .zag {
        font-size: 34px;
    }

    .slabs .text {
        font-size: 24px;
    }

    .slabs {
        width: 360px;
        margin-left: -180px;
    }

    .fixed .minnav {
        display: none;
    }

    .minnav {
        display: none;
    }

    .about li:before {
        left: 22%;
    }

    .prod li {
        width: 31.33333%;
        margin: 15px 1%;
    }

    .blog li,
    .news.blog li {
        width: 31.33333%;
        margin: 15px 1%;
    }

    .block75 {
        width: 100%;
        margin: 0;
    }

    .block25 {
        width: 50%;
        margin: 0 25%;
    }

    .phslid {
        width: 40%;
        margin: 0 30% 30px;
    }

    .blockform {
        display: block;
        width: 70%;
        margin: 0 15%;
    }

    #footer .hcont.timemin {
        margin-left: 15%;
    }
}

@media screen and (max-width: 800px) {
    .hl1 {
        display: none;
    }

    .hl2 {
        display: none;
    }

    .hleft {
        width: 20%;
    }

    .about li {
        width: 48%;
        margin: 10px 1%;
    }

    .prod li,
    .blog li,
    .news.blog li {
        width: 48%;
        margin: 15px 1%;
    }

    .doplinks li {
        width: 50%;
    }

    .slabs .zag {
        font-size: 24px;
        padding: 10px 0;
    }

    .slabs .text {
        font-size: 16px;
        padding: 10px 0;
    }
}

@media screen and (max-width: 700px) {
    #footer .hcont.timemin {
        display: block;
        margin: 25px auto;
        float: left;
        width: auto;
    }
    .fright {
        margin-top: 20px;
    }

    .blockform {
        display: block;
        width: 90%;
        margin: 0 5%;
    }
}

@media screen and (max-width: 600px) {
    .hcont.timemin {
        float: right;
        margin: 5px 50px 0 0px;
        display: flex;
        flex-direction: column;
    }

    .hcont.timemin li {
        padding: 0px 0 0 10px;
    }

    .hcont.timemin a {
        font-size: 18px
    }

    .phslid {
        width: 90%;
        margin: 0 5% 30px;
    }

    .block25 {
        width: 90%;
        margin: 0 5%;
    }

    .links {
        float: right;
        display: none;
    }
}

@media screen and (max-width: 500px) {
    .prod li,
    .blog li,
    .news.blog li {
        width: 80%;
        margin: 15px 10%;
    }

    .slabs { /*display:none;*/
    }

    .about li:before {
        display: none;
    }

    .doplinks li {
        width: 100%;
    }

    .blockform label {
        float: left;
        width: 100%;
        margin-top: 10px;
    }

    .blockform .form input,
    .blockform .form textarea {
        width: 100%;
    }
}

@media screen and (max-width: 450px) {
}

@media screen and (max-width: 400px) {
    .prod li,
    .blog li,
    .news.blog li {
        width: 96%;
        margin: 15px 2%;
    }

    .about li {
        width: 98%;
        margin: 5px 1%;
    }

    .slick-prev,
    .slick-next {
        display: none !important;
    }

    .responsive-header .text {
        padding: 5px 0;
        font-size: 15px;
    }
}

@media screen and (max-width: 350px) {
    .hleft {
        display: none;
    }

    .prod .text a {
        font-size: 17px;
    }
}

.price-product {
    font-size: 18px;
    color: #028D47;
    font-weight: bold;
}

.lang-block {
    float: right;
    margin: 25px 10px 0 0;
}

.lang {
    margin: 0px;
    border-radius: 0
}

.lang li {
    margin: 0px 7px;
    height: 100%;
}

.lang li a {
    height: 100%;
    font-size: 14px;
    padding: 2px;
    10px;
    color: #000000;
    border-radius: 5px;
    cursor: pointer;
}

.lang li.active a {
    background: #028D47;
    color: #ffffff;
}

.lang li.active a:hover {
    background: #028D47;
    color: #ffffff;
    cursor: pointer
}

.lang li a {
    height: 100%;
    font-size: 14px;
    padding: 2px;
    color: #000000;
    border-radius: 5px;
    border-radius: 3px;
}

.lang li a:hover {
    cursor: pointer;
}

.tags-block {
    float: left;
    width: 100%;
    width: 100%;
    max-width: 1400px;
    display: block;
    margin: 0 auto;
    position: relative;
    padding: 0px 0px 0px 0px;
}

.tags {
    padding: 0 0px;
}

.tags li {
    padding: 5px 3px;
    float: left;
}

.tags li a {
    font-weight: 500;
    background: #f2f2f2;
    padding: 5px 10px;
}

.tags li a:hover {
    color: #333333;
    background: #d3d3d3;
}

.tags li.active a {
    background: #d3d3d3;
    color: #333333;
}

.ajax_form .error {
    border: 1px solid brown;
}

@media screen and (max-width: 1020px) {
    #menu {
        display: none;
    }

    .logo {
        display: block;
        overflow: hidden;
        width: 67px;
    }

    .responsive-header.slick-initialized .slick-slide img {
        max-height: initial;
        width: auto;
        height: auto;
        min-width: 100%;
        min-height: 100vh;
        width: 100%;
        object-fit: cover;
    }

    .responsive-header .slick-slide {
        max-height: 100vh;
    }

    .slider0 {
        height: 100vh;
        margin-top: -140px;
    }

    .content img {
        width: 90%;
    }

    .main-zag {
        font-size: 16px;
    }

    .containermap iframe {
        width: 100%
    }

    .lang-block {
        margin: 0px;
    }

    .lang li {
        float: left;
    }

    #footer .hleft {
        margin-top: 5px;
        display: none;
    }

    #foot {
        height: auto;
    }
}
@media screen and (max-width: 1220px) {

    .header .container {
        display: flex;
        justify-content: center;

    }
}

.hcont.adr {
    line-height: 2.5;
}


.content table{width:100%;margin:15px 0;}
.content table thead,
.content table tbody{width:100%;}
.content table thead tr th,
.content table thead tr td,
.content table tbody tr th,
.content table tbody tr td{padding:15px;background:rgba(38,38,38,0.05);}
@media (max-width:479px){
    .content table thead tr th,
    .content table thead tr td,
    .content table tbody tr th,
    .content table tbody tr td{padding:5px;}
}
.content table{width:100%;border-collapse:separate;border-spacing:1px;border:0;}
.content table thead{padding:10px 0;background:#028D47;color:#fff;}
.content table thead tr th{padding:15px;text-align:left;}
@media (max-width:767px){
    .content table thead tr th{font-size:17px;}
}
.content table tbody tr td a:hover{color:#028D47;}
.content table tbody tr:nth-child(2n) td{background:rgba(38,38,38,0.03);}
.content table tbody tr th{background:#028D47;color:#fff;}
.content table td{font-size:15px;padding:15px;background:rgba(38,38,38,0.03);font-weight:500;border:0;}
@media (max-width:1023px){
    .content table td{font-size:15px;}
}
@media (max-width:767px){
    .content table td{font-size:14px;}
}
@media (max-width:479px){
    .content table td img.aligncenter{padding:0;}
}
.content table strong{font-weight:500;}
.content .table{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;}
.content .table.bm img{border-radius:50px;box-shadow:0 15px 20px 0 rgba(255,208,50,0.3);display:block;margin:0 auto;}