/*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: #FFC200;
    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: #f2f2f2;
    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: 95px;
    background: #f2f2f2;
}

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

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

.logo {
    float: left;
    margin: 10px 0;
    display: flex;
    height: 80px;
    /*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: #FFC200;
    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;
/*    background: #d9d9d9;*/
    position: relative;
    z-index: 5;
    display: block;
}

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

.hcont.timemin {
    margin-top: 27px;
}

.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: 22px;
    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: #000;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    background: #FFC200;
}

.links li a.pres {
    width: 200px;
    min-height: 36px;
    margin: 6px auto;
    padding: 0;
    border-radius: 7px;
    text-align: center;
    text-transform: uppercase;
    color: #FFC200;
    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: #FFC200;
    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;
}

.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: #000;
    background: #FFC200;
}

.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: 13px;
    justify-content: flex-start;
}

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

.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: #FFC200;
    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: 40%;
    width: 800px;
    margin-left: -250px;
    color: #fff;
    text-align: center;
    z-index: 555;
    background: rgba(77, 77, 77, .8);
    border-radius: 0 0 10px 10px;
}

.slabs .zag {
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 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(255, 194, 0, .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: 7px 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: 170px;
    overflow: hidden;
    border-radius: 5px;
}

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

.prod .img:hover img {
}

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

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

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

.prod .text .zakaz {
    width: 160px;
    float: none;
    display: block;
    margin: 5px auto;
    text-align: center;
    border-radius: 5px;
    background: #FFC200;
    color: #000;
    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%;
}

.block55 {
    float: left;
    width: 50%;
    margin: 0 1.5%;
}


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

.block45 {
    float: left;
    width: 40%;
    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 #F3B600;
    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: #F3B600;
    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 #F3B600;
}

.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;
}

.team {
    width: 100%;
    font-size: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

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

.team 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;
}

.team 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%;
}

.team 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;
}

.team 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: #FFC200;
}

.team li a:hover {
    color: #FFC200;
}

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

.team.blog li {
    width: 30%;
    display: flex;
    flex-direction: column;
}

/*
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: #FFC200;
    border: 1px solid #FFC200;
    color: #fff;
}

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

/*about*/
.aboutus {
    background: #D3D3D3;
    margin-top: 5px;
}

.aboutus .main-zag {
    /*color: #FFC200;*/
}

.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: 14px;
    color: #000000;
    font-weight: bold;
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 17px;
}

.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;
    background: #f2f2f2;
}

#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: #FFC200;
    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 ul li a {
    color: #4c4c4c;
}

.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: 300px;
    float: right;
    right: 0px;
    top: 44px;
    max-width: 300px;
}

.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: auto;
    /*margin-top: -140px;*/
    display: flex;
    flex-direction: column;
    align-items: center;
}

.slider {
    max-height: 100vh;
    width: 1200px;
}

.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;*/
    object-fit: cover;
}

.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: -143px;
    }

    .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;
    }

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

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

    .block65 {
        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: 100%;
        display: flex;
        justify-content: center;
    }

    .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: 14px;
        padding: 10px 0;
    }

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

@media screen and (max-width: 700px) {
    #footer .hcont.timemin {
        display: block;
        margin: 15px auto;
        float: initial;
        width: 65%;
    }
    .fright {
        margin-top: 0px;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

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

@media screen and (max-width: 600px) {
    .hcont.timemin {
        float: right;
        margin: 25px 50px 0 0px;
    }

    .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%;
    }

    .team.blog li {
        width: 40%;
        margin: 10px 5%;
    }

    .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: 48%;
        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: #FFC200;
    font-weight: bold;
}

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

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

.lang li {
    margin: 0px 0px;
    height: 100%;
    margin-bottom: 5px;
}

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

.lang li.active a {
    background: #FFC200;
    color: #000;
    text-decoration: none;
}

.lang li.active a:hover {
    background: #FFC200;
    color: #000;
    cursor: pointer;
    text-decoration: none;
}

.lang li a {
    height: 100%;
    font-size: 15px;
    padding: 4px;
    color: #000000;
    border-radius: 5px;
    border-radius: 3px;
    text-decoration: none;
}

.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: auto;
    }

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

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

    .slider {
        width: 100%;
    }

    .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;*/
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #foot {
        height: auto;
    }
}

.container.container-small-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.gallery-block {
    display: flex;
    flex-direction: column;
}
.gallery.my-gallery {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}

.gallery.my-gallery .item {
    width: 23%;
    margin: 5px 1%;
}

.gallery.my-gallery .item a img {
    width: 100%;
    height: 100%;
}


.services-review {
    display: flex;
}

.container-hoz {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    width: 50%;
}

.container-hoz .prod {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.container-hoz .prod li{
    width: 48%;
}


@media screen and (max-width: 800px) {
    .gallery.my-gallery .item {
        width: 48%;
    }
    .content iframe {
        width: 100%!important;
    }

    .container-hoz {
        width: 100%;
    }

    .container-hoz .prod li {
        width: 100%;
    }

    .services-review {
        display: flex;
        flex-direction: column;
    }
}

#lightbox { position: fixed !important; top: 50% !important; transform: translateY(-50%); }

.text .text-review {
    text-align: left;
    font-size: 16px;
}

.text-review .name {
    font-weight: 800;
}

.prod .review {
    font-size: 14px;
    margin-left: 10px;
    margin-bottom: 5px;
    margin-right: 10px;
}

.seeall-block-main {
    margin-top: 10px;
}

.seeall-block {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.seeall-block {
    margin-bottom: 20px; }
.seeall-block .seeall {
    background: #FFC200;
    font-weight: normal;
    color: #ffffff;
    font-size: 18px;
    padding: 10px 20px;
    text-decoration: none;}
@media (max-width: 479px) {
    .seeall-block .seeall {
        font-size: 16px; } }
@media (max-width: 319px) {
    .seeall-block .seeall {
        font-size: 14px; } }
.seeall-block .seeall:hover {
    background: #FFC200; }

.lang-block {
    position: inherit;
    right: 0px;
    z-index: 100;
    margin-top: 16px;
}

@media (max-width: 479px) {
    .lang-block {
        position: absolute;
        right: 0px;
        z-index: 100;
        margin-top: 60px;
    }
}

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

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

.block45 .content img {
    width: 100%;
}

ul.phone li {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

ul.social {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.contact-header {
    text-align: center;
}

.social li {
    margin: 5px 7px;
}

.team .text .zakaz {
    width: 140px;
    float: none;
    display: block;
    margin: 5px auto;
    text-align: center;
    border-radius: 5px;
    background: #FFC200;
    color: #000;
    padding: 7px 10px;
    font-size: 15px;
    text-transform: none;
    min-height: auto;
}

.text .teacher-button {
    width: 350px;
    float: none;
    display: block;
    margin: 5px auto;
    text-align: center;
    border-radius: 5px;
    background: #FFC200;
    color: #000;
    padding: 7px 10px;
    font-size: 19px;
    font-weight: 600;
    text-transform: none;
    min-height: auto;
}

#form-popup {
    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-popup input, #form-popup textarea, #form-popup select {
    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;
    margin: 3px 0px;
}

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

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

#form-popup input.error, #form-popup select.error{
    border: 1px solid red
}

@media (max-width: 767px) {


}

li .text .trainer {
    text-align: left;
    font-weight: 600;
    margin-left: 1px;
    padding-bottom: 5px;
}

li .place-date {
    display: flex;flex-direction: row;justify-content: space-between;align-items: center;
}

li .trainer {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0px;
}

li .place-date .place {
    display: flex;flex-direction: row;justify-content: space-between;align-items: center;
}

li .place-date .date {
    display: flex;flex-direction: row;justify-content: space-between;align-items: center;
}

.material-symbols-outlined {
    color: #FFC200;
}

.attributes .attribute {
    display: flex;flex-direction: row;justify-content: space-between;align-items: center; margin-bottom: 10px;
}

.attributes {
    width: 75%;
}

@media (max-width: 767px) {
    .attributes {width: 100%;}
}

.attribute div {
    display: flex;flex-direction: row;justify-content: space-between;align-items: center;
}

.attribute .material-symbols-outlined {
    padding-right: 5px;
}

.attribute .attr-name {
    font-weight: 600;
}

.text button {
    width: 350px;
    float: none;
    display: block;
    margin: 5px auto;
    text-align: center;
    border-radius: 5px;
    background: #FFC200;
    color: #000;
    padding: 7px 10px;
    font-size: 19px;
    font-weight: 600;
    text-transform: none;
    min-height: auto;
    border: 0px;
}

.text button:hover {
    text-decoration: underline;
    transition: all 350ms;
    outline: none;
    cursor: pointer;
}

.button-order-submit {
    text-align: center;
}

.column50{width:50%;}
.leftcol{float:left;padding:0 20px;width:50%;}
@media (max-width:1023px){
    .leftcol{width:100%;padding:0 100px 20px;}
}
@media (max-width:767px){
    .leftcol{width:100%;padding:0 20px 20px;}
}
.leftcol.column{float:left;padding:0 20px;width:50%;}
@media (max-width:1023px){
    .leftcol.column{width:100%;padding:0 100px 20px;}
}
@media (max-width:767px){
    .leftcol.column{width:100%;padding:0 20px 20px;}
}
@media (max-width:1023px){
    .leftcol.first{padding:0 0 20px;}
}
.rightcol{float:left;padding:0 20px;width:50%;}
@media (max-width:1023px){
    .rightcol{width:100%;padding:0 100px 20px;}
}
@media (max-width:767px){
    .rightcol{width:100%;padding:0 20px 20px;}
}
.rightcol.column{float:left;padding:0 20px;width:50%;}
@media (max-width:1023px){
    .rightcol.column{width:100%;padding:0 100px 20px;}
}
@media (max-width:767px){
    .rightcol.column{width:100%;padding:0 20px 20px;}
}

.inbasket,
.inbasket li .text .price-number-amount-block .price-block,
.settlements ul li{display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}
.inbasket li .img,
.inbasket li .text .price-number-amount-block .number-block,
.inbasket li .delete,
.fast-links li a,
.registration-link-block,
.questions li .opener-question .img,
.promocode .input-group .btn{display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
.inbasket li .text .price-number-amount-block,
.forbasket .summa-order{display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}



.forbuy{width:100%;background:#e6e6e6;position:relative;padding:10px;box-shadow:0 0 20px 0 rgba(0,0,0,0.1);border-radius:5px;}
.forbuy.fororder{border:0;padding:20px;margin-bottom:40px;box-shadow:0 0 0 0 transparent;padding-top: 10px;}
.forbuy.forbasket{background:white;margin-bottom:40px;}
.forbuy.settlements{box-shadow:0 0 0 0 transparent;}
.forbuy .artikul{position:absolute;top:-10px;content:'';right:-10px;color:white;background:#262626;padding:10px 10px;}
.forbuy .price{width:100%;background:white;}
.forbuy .price tbody{width:100%;}
.forbuy .price tr{border-bottom:1px solid #f7f7f7;}
.forbuy .price tr td{padding:10px 20px;}
.forbuy .price tr td:nth-child(2){text-align:center;}
.forbuy .price tr:last-child td:nth-child(2){font-weight:normal;color:#262626;font-size:21px;}
.forbuy .price tr:last-child td:nth-child(2) span{font-size:30px;}
.forbuy{padding:20px;}
.forbuy.forcontacts{padding-top:20px;background:white;margin-bottom:20px;}
.forbuy .contacts{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:10px;height:initial;}
.forbuy .contacts li{font-size:21px;margin:10px 0;color:#262626;}
@media (max-width:479px){
    .forbuy .contacts li{font-size:17px;}
}
.forbuy .contacts li a{font-size:21px;color:#262626;}
@media (max-width:479px){
    .forbuy .contacts li a{font-size:17px;}
}
.forbuy .contacts li a b{font-size:21px;}
@media (max-width:479px){
    .forbuy .contacts li a b{font-size:17px;}
}
.forbuy .contacts li a span{color:#262626;}
.forbuy .adress{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:10px;height:initial;}
.forbuy .adress li{margin:10px 0;color:#262626;font-size:17px;}
.forbuy .adress li a{color:#262626;font-size:17px;}
.forbuy .adress li a b{font-size:17px;}
.forbuy .adress li a span{color:#262626;}
.forbuy.forsend{margin-bottom:20px;}
.forbuy.forsend .row{text-align:left;}
.forbuy hr{height:1px;width:100%;background:rgba(38,38,38,0.1);border:0;margin:10px 0;float:left;}

.forbasket .summa-order{background:#e6e6e6;padding:10px 20px;border-radius:5px;}
@media (max-width:479px){
    .forbasket .summa-order{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}
}
.forbasket .summa-order .allprice{font-size:30px;font-weight:normal;}

.forbasket .summa-order{display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}




.for-form.popup-form .row{margin:10px 0;}
@media (max-width:319px){
    .for-form.popup-form .row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}
}
.for-form.popup-form .row.row100 div{width:100%;}
.for-form.popup-form .row .lost{float:right;font-size:13px;color:rgba(38,38,38,0.5);text-decoration:underline;}
.for-form.popup-form .row .lost:hover{color:#262626;}
.for-form.popup-form .row .reg{padding:10px;background:white;margin-top:10px;text-align:center;}
.for-form.popup-form .row .reg:hover{background:#fcd721;color:#262626;}
@media (max-width:319px){
    .for-form.popup-form .row div{width:100%;}
}
.for-form.send-form{background:#e6e6e6;padding:10px;border-radius:5px;}
.for-form.order-form .row{display:block;}
.for-form.order-form .row div{width:100%;margin:3px 0;display: flex;flex-direction: column;}
.for-form.order-form .row div.capt{margin:0;padding:5px 20px 0 20px;}
.for-form.order-form .row.summa-order{padding:0px 5px;}
.for-form.order-form .row.summa-order .allprice{font-size:30px;font-weight:normal;}
.for-form.order-form hr{margin-top:5px;float:left;width:100%;}
.for-form .row{width:100%;font-size:16px;}
@media (max-width:479px){
    .for-form .row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}
}
.for-form .row div{float:left;width:100%;}
.for-form .row div.price{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:transparent;}
.for-form .row div.price b{font-size:24px;}
.for-form .row div.price .old{font-size:15px;text-decoration:line-through;}
.for-form .row div.buy{padding:0 20px;}
@media (max-width:479px){
    .for-form .row div.buy{padding:0 10px;}
}
@media (max-width:479px){
    .for-form .row div{width:100%;}
}
.for-form .row div.capt{color:rgba(38,38,38,0.5);padding:9px 20px;}
@media (max-width:479px){
    .for-form .row div.capt{padding:9px 10px;}
}
.for-form .row div.capt.articul{padding:10px 0;}
.for-form .row div.capt.articul span{padding:5px 10px;background:#fff;border-left:5px solid #fcd721;font-size:15px;}
.for-form .row div.capt .icons{padding:5px 10px;background:#fff;text-align:left;border-radius:50px;}
.for-form .row div.capt .icons i{color:#fcd721;}
.for-form .row div.capt .icons span{padding:0;}
.for-form .row div.capt.nalichie{color:#fcd721;padding:10px 20px;}
@media (max-width:479px){
    .for-form .row div.capt.nalichie{padding:10px;}
}
.for-form .row div.capt.nalichie span{padding:0;}
.for-form .row div.capt.nalichie i{color:#262626;margin:3px 5px 0 0;float:left;}
.for-form .row div select{width:100%;padding:7px 10px;border:0;box-shadow:2px 3px 5px 0 rgba(0,0,0,0.1);}
.for-form .row div span{padding:0 10px;}
.for-form .row div input,
.for-form .row div 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;

}
.for-form .row div .input-name{padding:0;color:#262626;}
.for-form .row .rating{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:100%;margin-bottom:7px;padding:0 20px;}
@media (max-width:479px){
    .for-form .row .rating{padding:0;}
}
@media (max-width:479px){
    .for-form .row .rating .rating-stars{margin-left:10px;}
}
.for-form .row .rating .rating-stars img{display:block;}
.for-form .row .rating .rating-num{background:#f7f7f7;border-radius:50px;font-size:13px;color:#fff;padding:1px 7px;margin-left:10px;float:left;width:initial;}
.for-form .row .rating .rating-num:hover{background:#f7f7f7;}
.for-form hr{height:1px;width:100%;background:rgba(255,255,255,0.5);border:0;}
.for-form .buyinfo{font-size:0;text-align:center;}
.for-form .buyinfo li{display:inline-block;vertical-align:top;width:100%;padding:5px;font-size:14px;}
.for-form .buyinfo li .informat{width:100%;}
@media (max-width:479px){
    .for-form .buyinfo li .informat{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}
}
.for-form .buyinfo li .informat .caption{max-width:120px;min-width:120px;font-weight:500;text-transform:uppercase;color:#262626;font-size:15px;}
@media (max-width:767px){
    .for-form .buyinfo li .informat .caption{font-size:13px;max-width:100px;min-width:100px;}
}
.for-form .buyinfo li .informat i{font-size:46px;color:rgba(255,161,180,0.5);}
@media (max-width:767px){
    .for-form .buyinfo li .informat i{font-size:26px;}
}
.for-form .buyinfo li .informat ul li{text-align:left;position:relative;padding:0 0 0 20px;margin:3px 0;}
.for-form .buyinfo li .informat ul li:before{position:absolute;top:7px;content:'';left:0;width:6px;height:6px;background:#fcd721;border-radius:3px;}
.for-form .buyinfo li a{float:left;padding:5px 10px;box-shadow:2px 3px 5px 0 rgba(0,0,0,0.1);color:#262626;width:100%;min-height:40px;}
@media (max-width:1199px){
    .for-form .buyinfo li a{padding:5px;}
}
.for-form .buyinfo li a i{float:left;margin-right:5px;font-size:24px;color:#262626;}
.for-form .buyinfo li a span{overflow:hidden;}
.for-form .buyinfo li a.truck{background:rgba(255,255,255,0.7);}
.for-form .buyinfo li a.card{background:rgba(255,255,255,0.7);}
.for-form .buyinfo li a.compare{background:rgba(38,38,38,0.3);color:white;}
.for-form .buyinfo li a.compare i{color:white;}
.for-form .buyinfo li a.design{background:rgba(38,38,38,0.9);color:white;}
.for-form .buyinfo li a.design i{color:white;}
.inbasket{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}
.inbasket li{position:relative;margin-bottom:30px;width:100%;border-bottom:1px solid rgba(247,247,247,0.5);padding-bottom:10px;}
@media (max-width:479px){
    .inbasket li{display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}
}
.inbasket li .img{float:left;width:100px;margin-right:10px;height:100px;overflow:hidden;margin-bottom:5px;}
.inbasket li .img img{height:100%;max-width:initial;}
.inbasket li .text{overflow:hidden;padding-right:50px;}
@media (max-width:479px){
    .inbasket li .text{padding-right:initial;text-align:center;}
}
.inbasket li .text .caption{color:#262626;display:block;font-weight:500;font-size:16px;line-height:1.3;margin-bottom:10px;}
.inbasket li .text .caption:hover{color:#fcd721;}
.inbasket li .text .description{font-size:13px;}
.inbasket li .text .price-number-amount-block{width:100%;-ms-flex-wrap:wrap;flex-wrap:wrap;}
@media (max-width:479px){
    .inbasket li .text .price-number-amount-block{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}
}
.inbasket li .text .price-number-amount-block .price-block{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}
@media (max-width:479px){
    .inbasket li .text .price-number-amount-block .price-block{margin-bottom:10px;}
}
.inbasket li .text .price-number-amount-block .price-block .price{font-size:15px;font-weight:bold;color:#262626;}
.inbasket li .text .price-number-amount-block .price-block .price span{font-size:15px;}
.inbasket li .text .price-number-amount-block .price-block .price-old{color:#808080;font-weight:normal;font-size:13px;position:relative;padding:0 2px;text-decoration:line-through;}
@media (max-width:1023px){
    .inbasket li .text .price-number-amount-block .price-block .price-old{font-size:12px;}
}
.inbasket li .text .price-number-amount-block .number-block{padding:0 10px;}
.inbasket li .text .price-number-amount-block .number-block span{margin-right:5px;font-size:13px;}
.inbasket li .text .price-number-amount-block .number-block input{width:initial;padding:7px 10px;max-width:80px;margin-bottom:0;border:1px solid #e6e6e6;box-shadow:0 0 20px 0 rgba(0,0,0,0.1);font-size:13px;background:#fff;}
.inbasket li .text .price-number-amount-block .amount-block{padding:10px 0;}
.inbasket li .text .price-number-amount-block .amount-block .amount{font-size:13px;font-weight:bold;}
.inbasket li .text .price-number-amount-block .amount-block .amount span{font-weight:bold;font-size:15px;}
.inbasket li .delete{position:absolute;top:0;content:'';right:0;width:30px;height:30px;min-width:30px;min-height:30px;color:#262626;padding:0;background:transparent;margin:0 auto;background:#fff;}
.inbasket li .delete i{font-size:12px;margin-right:0;}
.inbasket li .delete:hover{color:#fff;background:#fcd721;}


.reg-dannie div{margin:10px 0;}
.reg-dannie div:last-child{margin-bottom:10px;}
.reg-dannie a{background:#fff;padding:10px 20px;margin:20px 0;float:left;background:#fcd721;border-radius:50px;}
.reg-dannie b{font-weight:500;}
.reg-dannie div{padding:0 10px 10px 10px;font-size:16px;}
.reg-dannie div span{color:rgba(38,38,38,0.5);}
.reg-dannie div a{color:#262626;margin:0 10px;text-decoration:underline;}

.forbasket .summa-order{background:#e6e6e6;padding:10px 20px;border-radius:5px;}
@media (max-width:479px){
    .forbasket .summa-order{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}
}
.forbasket .summa-order .allprice{font-size:30px;font-weight:normal;}
#deliveries label{font-weight:normal;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}
#payments label{font-weight:normal;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}
.for-form .row #deliveries label .small{font-size:14px;color:#fcd721;font-weight:400;font-style:oblique;}
.for-form .row #payments label .small{font-size:14px;color:#fcd721;font-weight:400;font-style:oblique;}
#deliveries label input,
#payments label input{/*position:absolute;*/top:5px;}
.settlements{float:left;width:100%;}
.settlements .row{float:left;width:100%;border-bottom:2px solid rgba(255,255,255,0.5);margin-bottom:20px;}
.settlements .title{background:rgba(247,247,247,0.3);padding:10px;color:#000;}
.settlements .title div{display:inline-block;margin-right:10px;}
.settlements .title div.price{width:initial;border-radius:50px;padding:5px 10px;margin-top:5px;}
.settlements .title .date{font-weight:normal;}
.settlements .caption{font-weight:500;color:#262626;font-size:16px;margin-bottom:5px;line-height:1.3;margin-left: 10px;}
.settlements .caption:hover{color:#fcd721;}
.settlements ul{padding:10px;}
.settlements ul li{padding:10px 0;font-size:13px;border-bottom:1px solid #fff;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;}
@media (max-width:1023px){
    .settlements ul li{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;}
}
.settlements ul li:last-child{border-bottom:0;}
.settlements ul li div{display:inline-block; margin-left: 10px;}
.settlements ul li div.minopis,
.settlements ul li div.description{color:#262626;margin-right:10px;}
.settlements ul li div .price{background:transparent;}
.settlements ul li div p{margin-bottom:0;}
.settlements ul li div span{margin-right:10px;}

.page404{position:relative;overflow:hidden;float:left;width:100%;}
.page404 .img{position:absolute;top:0;bottom:0;content:'';left:0;right:0;}
.page404 .img:before{position:absolute;top:0;bottom:0;content:'';left:0;right:0;z-index:1;background:rgba(255,255,255,0.9);}
@media (max-width:767px){
    .page404 .img img{max-width:initial;}
}
.page404 .text{position:relative;z-index:2;top:0;content:'';left:0;width:100%;padding:5% 10%;font-weight:normal;font-size:19px;}
@media (max-width:767px){
    .page404 .text{font-size:15px;}
}
.page404 .text .caption{background:rgba(255,255,255,0.5);color:#fcd721;font-size:36px;text-align:center;padding:20px;box-shadow:0 0 50px 0 rgba(0,0,0,0.1);margin-bottom:5%;}
@media (max-width:767px){
    .page404 .text .caption{font-size:21px;}
}
.page404 .text .caption b{font-size:60px;}
@media (max-width:767px){
    .page404 .text .caption b{font-size:36px;}
}
.page404 .text a{text-decoration:underline;font-weight:500;color:#262626;}
.page404 .text a:hover{text-decoration:none;color:#fcd721;}

.inbasket li .delete {
    border: none;
}

#msOrder {
    margin-top: 0px!important;
}

.for-form.order-form .row.summa-order  {
    display: flex;flex-direction: row;justify-content: space-between;align-items: center;
}

.button-order {
    background: #FFC200;
    color: #000000;
    font-size: 19px;
    font-weight: bold;
    border: 0;
    transition: background .3s;
    border-radius: 7px;
    margin: 6px auto;
    padding: 10px;
}

.button-order:hover {
    text-decoration: underline;
    transition: all 350ms;
    outline: none;
    cursor: pointer;
}

#jGrowl {
    display: none;
}

.donate-price-input {
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    margin: 10px;
}

.donate-price-input input {
    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;
}

.donate-block {
    padding: 20px 0px;
    background: #e6e6e6;
    border-radius: 5px;
    margin-top: 5px;
}
.form-donate button{
    background: #262626;
    color: #fff;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: bold;
    border: 0;
    transition: background .3s;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    font-family: 'PT Sans', Arial, sans-serif;
    margin: 0 10px;
    padding: 10px 5px;
    cursor: pointer;
}

.form-donate input {
    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;
    margin: 0 5px 0 0;
    width: 100px;

}

.form-donate form#donate-form {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.quiz {
    background: #e6e6e6;
    padding: 20px 30px;
    border-radius: 5px;
}

.quiz .btn-start, .quiz .btn-next, .quiz .quiz-reset, .quiz .btn-submit{
    margin: 6px auto;
    padding: 10px 20px;
    border-radius: 7px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    overflow: hidden;
    background: #FFC200;
    border: 0px;
    cursor: pointer;
}

.quiz input, .quiz textarea {
    box-sizing: border-box;
    padding: 5px 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;
}
.quiz textarea {
    width: 100%;
}

.quiz .form-check-inline {
    padding: 5px 0px;
}

.quiz .form-title {
    border-bottom: 3px solid #F3B600;
    text-transform: none;
}

.quiz .form-description {
    font-style: italic;
}

.quiz .quiz-result {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.quiz .quiz-result table{
    overflow: auto;
}

.quiz .quiz-result table th {
    background-color: inherit;
    color: inherit;
    font-weight: normal;
    font-size: 15px;
    border-bottom: 0px;
    padding: 10px;
}
.quiz .quiz-counter-wrapper {
    display: flex;
}
.quiz .quiz-counter {
    border-radius: 7px;
    padding: 5px;
    background: #FFC200;
}

.button-green {
    background: #C2CF89!important;
}

.quiz input[type=number] {
    width: 100px;
}

/* Popup Thanks */
.lightbox-thanks {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed!important;
}

.lightbox-content-thanks {
    position: relative;
    margin: 10% auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    max-width: 600px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.lightbox-thanks .lightbox-thanks-content {
    text-align: center;
    padding: 20px;
}

.closeButton {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 28px;
    cursor: pointer;
}

.closeButton:hover {
    color: #aaa;
}