:root{
    --hover-color-text: #66000e;
    --curr-color-white: rgba(255,255,255,0.5);
    --big-text: 42px;
}

.tooltip-inner {
    font-size: 13px;
}
#FormMainM, #form-callback-raschet, #form-callback {
    min-width: 50%;
}
form {
    transition: all ease 0.3s;
}
input[type="submit"].loading{
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 20px;
    padding-left: 45px;
}

header .tel {
    margin: 18px 0px 0px 0px;
}

header .tel a img {
    height: 28px;
}

.Copyright {
    color: #999;
}

.text-medium {
    font-size: medium;
}

.h-name {
    font-size: 33px;
    font-weight: 800;
    text-align: center;
    letter-spacing: -1px;
}

.fl-l {
    float: left;
}

.fl-r {
    float: right;
}

.contacts .line {
    padding: 20px 0px 10px 0px;
}

.contacts .c_icon, .contacts .c_text {
    /* display: inline-block; */
    margin: 0px 0px 30px 0px;
    /* padding: 0px 0px 0px 100px; */
}

.c_text p {
    font-size: 18px !important;
    line-height: 1.5 !important;
    font-weight: 300 !important;
    margin: 0;
}

.c_text p a {
    font-size: 20px !important;
}

.contacts .c_icon {
    padding: 0;
    float: left;
    vertical-align: top !important;
    font-size: 20px;
    color: #b82d22;
    width: 64px;
}

.primary {
    color: #b82d22;
}

.bg-f {
    background: #5788ad;
    text-align: left;
    margin: -5px -5px -5px 0px;
    z-index: 50;
}

.bg-s {
    background: #3d6585;
    margin: -20px 0px -20px 0px;
    z-index: 60;
    position: relative;
    text-align: left;
}

.bg-th {
    background: #5788ad;
    text-align: left;
    margin: -5px 0px -5px 0px;
    z-index: 50;
}

.caption span {
}

.text-blue {
    color: #3883bc;
}

.caption {
    /* text-align: left; */
    /* font-weight: 500; */
    /* font-size: 20px; */
    /* text-transform: unset; */
}

h1.caption {
    font-size: 22px;
}

#Portfolio .caption {
    font-size: 19px;
    margin: 10px 0px 0px;
}

.white {
    color: #f9f9f9 !important;
}

.center {
    text-align: center !important;
}

.not-white {
    color: #333 !important;
}

.bg-f .white,.bg-s .white,.bg-th .white {
    line-height: 30px;
    padding: 20px 0px 0px 0px;
    font-size: 1.15rem;
}

.soc a.whatsapp span {
    color: #43d854;
    font-size: 20px !important;
}

.soc a.telegram span {
    color: #0088cc;
    font-size: 20px !important;
}

.soc {
    padding: 0px 0px 0px 0px;
}

#PageFooter .soc {
    padding: 30px 0px 0px 0px;
}

.btn-circle {
    color: #b82d22;
    width: 65px;
    height: 65px;
    line-height: 40px;
    padding: 0;
    /* border-radius: 50%; */
}

#portfolio {
    background: #ededed;
}

#FooterMenu{
    padding: 15px 0px 0px 0px;
}#FooterMenu span{
    color: #e5e5e5;
}
#FooterMenu a {
    color: #666;
    font-size: 14px;
    display: inline-block;
    padding: 3px 10px;
}

#FooterMenu.second a {
    color: #333;
    font-size: 14px;
}

#PageFooter a.callback {
    margin-top: 0px !important;
    padding: 5px 12px!important;
    font-size: 14px !important;
}
#PageFooter a.callback:hover{
    background: #fff;
    color: #333 !important;
    border: 1px solid #fff!important;
}
.f-tel a {
    font-size: 22px !important;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
}

.f-email {
    font-size: 14px !important;
    color: #999;
    padding: 0px 0px 0px 32px;
    /* padding-left: 94px; */
}

#PageFooter .soc a.telegram span, #PageFooter .soc a.whatsapp span {
    font-size: 40px !important;
    margin: 0px 0px 0px 10px;
}

ul.pull {
}

ul.pull li a {
    font-size: medium;
}

ul.pull li {
    position: relative;
    list-style: none;
    padding: 10px 0px 10px 20px;
    font-size: medium;
}

ul.pull li:after, ul.pull li:before {
    background: #b82d22;
    content: '';
    position: absolute;
    left: 0;
    top: 20px;
    display: block;
    transition: all ease-in 0.4s;
}

ul.pull li:after {
    width: 10px;
    height: 2px;
}

ul.pull li:before {
    width: 2px;
    height: 10px;
    top: 16px;
    left: 4px;
}

ul.pull>li:hover:before,ul.pull>li:hover:after {
    transform: rotate(90deg);
    background: #333;
}
.slick-dots {
    bottom: -25px!important;
}

* {
    margin: 0px;
    /* padding: 0px; */
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-indent: 0px;
    font-size: 14px;
    /* color: #333; */
    /* line-height: 22px; */
    font-weight: normal;
    font-family: Roboto, Arial, sans-serif !important;
    outline: none;
}


div.msg {
    font-size: 1.3rem;
}

#main {
    height: 790px;
    padding: 42px 0px 10px 0px;
    background: url(../images/header.jpg) no-repeat center top;
    background-size: cover;
}

#main .line {
    position: relative;
    top: 14px;
    height: 2px;
    background: #dddddd;
    border: none;
}

#main .d-1 h3 {
    text-align: center;
    font-size: 21px;
    color: #343434;
    font-weight: 400;
}

#main .d-1 h2 {
    /* text-align: center; */
    font-size: 37px;
    font-weight: 500;
    color: #333;
    text-shadow: 6px 9px 2px rgb(69 94 117 / 8%);
}

#main .d-1 h2 span {
    /* text-align: center; */
    font-size: 44px;
    font-weight: 500;
    padding: 10px 0px 0px 0px;
    display: block;
    color: #333;
}

#top-menu a, #top-menu a i {
    position: relative;
    top: 0px;
    left: 5px;
    font-size: 9px;
    font-weight: 500;
    height: 30px;
    /* color: #fafafa; */
    display: inline-block;
    /* padding-right: 10px; */
}
#top-menu a .ic.r {
    top: 5px;
    left:90%;
    position: absolute;
}
#Content {
    padding: 0px 0px 30px 0px;
}


#Content b, #Content strong {
    font-size: inherit;
    font-weight: 500;
}

#Content p,#Content em, #Content b, #Content i {
    font-size: 17px;
    font-weight: 300;
    line-height: 2.0;
}

#Content li {
    font-size: 17px;
    font-weight: 300;
    line-height: 2.0;
    list-style-position: inside;
    padding: 0;
    margin: 0;
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    padding: 0;
}

.sidebar {
    padding: 0px;
    max-width: 360px;
    border: 0px solid #b82d22;
    margin: 30px 0px 0px 0px;
    list-style: none;
    display: block;
    position: relative;
}
ul.sidebar li{
    position: relative;
}

ul.sidebar li:hover ul.sidebar.over{
    opacity:1;
    visibility:visible;
}
ul.sidebar.over{
    transition: all 0.3s;
    position: absolute;
    left: 100%;
    z-index:1000;
    min-width: 380px;
    top: -31px;
    opacity:0;
    transition: all 0.3s;
    visibility:hidden;
    box-shadow: 1px 2px 4px #060a0e2b;
}
.sidebar .caption {
    padding: 0px 0px 30px 0px;
    text-align: left;
    font-weight: 400;
}

.sidebar .link {
    padding: 15px 30px 15px 20px !important;
    margin: 0px 0px -1px !important;
    background: #ffffff;
    border: 1px solid #e7e7e7;
    position: relative;
    list-style: none;
}
ul.sidebar li.link ul li{
    padding: 8px 10px 8px 20px !important;
    border: 1px solid #fafafa;
}
ul.sidebar li.link ul li a {
    font-weight: 400;
    font-size: 14px;
    color: #333;
    transition: all 0.3s;
    padding: 0px 10px 0px 0px;
    display: block;
    position: relative;
}
.sidebar .link a svg{
    position: absolute;
    top: 5px;
    right: -12px;
    color: #b82d22;
    font-size: 13px;
}
ul.sidebar li.link a {
    font-weight: 400;
    font-size: 14px;
    color: #333;
    transition: all 0.3s;
    padding: 0px 10px 0px 0px;
    display: block;
    position: relative;
}

.sidebar .link a:hover {
    color: #b82d22;
    text-decoration: none;
}

.sidebar .link a.active {
    color: #b82d22;
    font-weight: 500;
}

::marker {
    /* unicode-bidi: isolate; */
    /* font-variant-numeric: tabular-nums; */
    /* text-transform: none; */
    /* text-indent: 0px !important; */
    /* text-align: start !important; */
    /* text-align-last: start !important; */
}

#Blocks {
    background: #fafafa url(../images/62.jpg) repeat center top;
    padding: 20px 0px;
}

#Blocks .block-name, #Advantages .block-name {
    /* color: #555; */
    font-size: 31px;
    font-weight: 300;
    text-align: center;
    padding: 20px 0px 20px;
    margin: 0px 0px 20px;
    /* border-bottom: 1px dotted #ccc; */
}

#Advantages .block-name {
    padding: 20px 0px 0px;
    color: #fff;
}

#Blocks .descr, #Blocks .descr span {
    color: #555;
    font-size: 14px;
}

#Blocks .descr {
    padding: 5px 0px 35px 72px;
}

#Blocks h3 b {
    font-size: 22px;
    font-weight: 400;
    padding: 5px 0px 0px 72px;
    display: block;
}

#Advantages h4 b {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    padding: 14px 0px 25px 0px;
    display: block;
}

#Advantages .line {
    width: 20px;
    border-top-color: #b82d22;
    border-top-width: 20px;
    border-top-style: solid;
    border-radius: 50%;
    margin: 0px auto;
}

#Blocks h3 span svg {
    font-size: 25px;
}

#Blocks h3 span {
    color: #fff!important;
    display: inline-block;
    font-size: 25px;
    height: 50px;
    width: 50px;
    text-align: center;
    background: #b82d22;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    line-height: 50px;
    margin: 0px 10px 0px 0px;
}

#Sale {
    background: red;
    padding: 20px 0px;
    color: #fff;
}

#Services {
    /* background: url(../images/15.png) no-repeat center bottom; */
    /* background: #f9f9f9; */
    margin-top: 0px;
    position: relative;
    z-index: 20;
}
#Services .on{
    border-right: 2px solid #ffc10740;
     border-left: 2px solid #ffc10740;
    background: #ffc10740;
    
}
#Services .table{}
#Services .img-status{
    background: url(../images/badges.png) no-repeat;
    background-position: 0px 0px;
    background-size: cover;
    width: 78px;
    height: 100px;
    margin: 0px auto;
}
#Services .img-status.s1{
    background-position: -283px 0px; 
}
#Services .img-status.s2{
    background-position: -188px 0px; 
}
#Services .img-status.s3{
    background-position: -91px 0px; 
}
#Services .img-status.s4{
    background-position: 0px 0px; 
}
#Services h2, #Services i {
    display: inline-block;
    margin: 0px 10px 0px 5px;
}
#Services i {
    color: #555;
    font-size: 10px;
    background: #fff;
}






.align-center {
    text-align: center !important;
}

.align-right {
    text-align: right !important;
}

.nfo > div {
    padding: 0.3em;
    line-height: 1.3;
     color: #343434;
    font-weight: 300;
}

.nfo > div > span {
    font-size: 15px;
    color: #555;
}

.nfo > div > span:before {
    display: inline-block;
    height: 6px;
    width: 6px;
    content: '';
    background: #ccc;
    border-radius: 50%;
    position: relative;
    top: -3px;
    margin: 0px 10px 0px 0px;
    transition: background 0.3s;
}

.nfo > div > span:hover:before {
    background: #333;
}

.price > span {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

#Services .price {
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    text-align: right;
    margin: 10px 0px 10px;
    text-shadow: 1px 2px 5px #333;
}

.bg-breadcrumbs {
    background: #f7f7f7;
    /* background: url(../images/bgbreadcrums.jpg) repeat right top; */
    /* background: linear-gradient(45deg, #b82d22, #fff);;/* background-size: 170px; */
    /* background: linear-gradient(90deg, #101010, #fff); */
}

#bredcrumbs, #bredcrumbs span, #bredcrumbs a {
    color: #333;
    font-size: 17px;
    font-weight: 300 !important;
    letter-spacing: -0.5px;
    text-align: right;
}

#bredcrumbs .bg {
    /* background: rgb(33 33 33 / 2%); */
    padding: 0px 0px 0px 0px;
    display: inline-block;
}


#bredcrumbs a:hover {
    color: #000;
    text-decoration: underline;
}

.contacts-main span {
    font-size: 15px;
}

#mainborder {
    position: relative;
    overflow: hidden;
    background: #fff;
    /* height: 790px; */
    padding: 21px 0px 0px 0px;
}

#mainborder:after, #mainborder:before {
    border-bottom: 1vw solid #fbfbfb;
    bottom: 0;
    content: "";
    position: absolute;
}

#mainborder:before {
    border-right: 132vw solid transparent;
    left: 0;
}

#mainborder:after {
    border-left: 50vw solid transparent;
    right: 0;
}

.form-mobile {
    display: block;
}

.about .h5, .about .h3 {
    font-weight: 300 !important;
    color: #666;
}

.about .caption {
    font-weight: 400 !important;
    color: #333;
    font-size: 18px;
}

.about {
    background: #f3f3f3 url(../images/lines.png) no-repeat center top;
    background-size: 1307px;
    width: 100%;
    position: relative;
    z-index: 50;
    /* padding-bottom: 50px; */
}

.about:after, .about:before {
    background: #f9f9f9;
    border-top: 3vw solid #b82d22;
    bottom: 0px;
    /* content: ""; */
    /* position: absolute; */
}

.about:before {
    border-right: 50vw solid transparent;
    left: 0;
}

.about:after {
    border-left: 50vw solid transparent;
    right: 0;
}

a.callback.sh-form {
    padding: 8px 10px !important;
}

a.callback {
    transition: 0.3s;
    position: relative;
    top: 14px;
    color: #fff!important;
    background: #bf382a;
    /* width: 230px; */
    display: block;
    margin: 0px auto 0;
    border: 1px solid #bf382a!important;
    font-size: 16px !important;
    padding: 2px 10px !important;
    /* text-transform: uppercase; */
}

a.callback:hover {
    color: #fff!important;
    background: #bf382a;
    border: 1px solid #bf382a!important;
}
a.callback.m {
    max-height: 35px !important;
    /* display: inline-block; */
    margin: 6px 0px 0px 6px !important;
    float: right;
}
a.callback.button-b {
    background: transparent !important;
    border: 1px solid #fff !important;
}
a.callback.button-b:hover {
    background: rgb(255 255 255 / 92%) !important;
    color: #333 !important;
}
.form h2 {
    font-size: 22px;
}

.form h3 {
    font-size: 14px;
    color: #585858;
}
.clearfix{
    
    clear: both;
}
.form {
    font-family: 'Roboto';
}
.clear
button.loading, a.loading, input.loading, button.loading:hover {
    background-image: url(../images/loading-25.gif.webp);
    background-size: 27px;
    background-position: 10px center;
    background-repeat: no-repeat;
    padding-left: 50px;
}

.button,.button-b {
    transition: 0.3s !important;
    background: #66000e;
    border: 2px solid #66000e!important;
    font-size: 16px;
    padding: 2px 10px;
    color: #fff!important;
    /* text-transform: uppercase; */
}

.button:hover,.button-b:hover {
    color: #fff!important;
    background: #000;
    border: 2px solid #000!important;
}

.button-back {
    transition: 0.3s !important;
}

.button-back:hover {
    background: #b82d22!important;
    border: 1px solid #b82d22!important;
}

.b.relative .bg svg {
    font-size: 40px;
}

.b.relative .bg {
    position: absolute;
    bottom: 30px;
    right: 40px;
    color: #fff;
    font-size: 60px;
}

.b.relative .b1,.b.relative .b2,.b.relative .b3,.b.relative .b4 {
    width: 20px;
    height: 20px;
    position: absolute;
    border-color: #fff;
    border-style: solid;
    transition: 0.3s ease-in;
    z-index: 10;
}

.b.relative .b1 {
    border-left-width: 2px;
    border-top-width: 2px;
    top: 10px;
    left: 10px;
}

.b.relative .b2 {
    border-right-width: 2px;
    border-top-width: 2px;
    top: 10px;
    right: 10px;
}

.b.relative .b3 {
    border-right-width: 2px;
    border-bottom-width: 2px;
    bottom: 10px;
    right: 10px;
}

.b.relative .b4 {
    border-left-width: 2px;
    border-bottom-width: 2px;
    bottom: 10px;
    left: 10px;
}

.b.relative:hover .b1 {
    top: 15px;
    left: 15px;
}

.b.relative:hover .b2 {
    top: 15px;
    right: 15px;
}

.b.relative:hover .b3 {
    bottom: 15px;
    right: 15px;
}

.b.relative:hover .b4 {
    bottom: 15px;
    left: 15px;
}

.bg-sites {
    background-position: center center;
    background-size: 100% 100% !important;
    position: relative;
}

.bg-sites > .name {
    font-size: 13px;
    color: #333 !important;
    font-weight: 400;
    transition: all ease-in-out 0.3s;
}

.bg-sites > .name:before,.bg-sites > .name:after,.bg-sites > .name i:before,.bg-sites > .name i:after {
    height: 15px;
    width: 15px;
    position: absolute;
    content: '';
    visibility: hidden;
    -webkit-transition: all .45s ease;
    -o-transition: all .45s ease;
    -moz-transition: all .45s ease;
    transition: all .45s ease;
    opacity: 0;
    z-index: 1;
    margin: 20px;
    display: block;
    opacity: 1;
    visibility: visible;
}

.bg-sites > .name:before {
    left: 0;
    bottom: 0;
    border-left: 2px solid var(--curr-color-white);
    border-bottom: 2px solid var(--curr-color-white);
}

.bg-sites > .name:after {
    left: 0;
    top: 0;
    border-top: 2px solid var(--curr-color-white);
    border-left: 2px solid var(--curr-color-white);
}

.bg-sites > .name i:before {
    right: 0;
    bottom: 0;
    border-right: 2px solid var(--curr-color-white);
    border-bottom: 2px solid var(--curr-color-white);
}

.bg-sites > .name i:after {
    right: 0;
    top: 0;
    border-top: 2px solid var(--curr-color-white);
    border-right: 2px solid var(--curr-color-white);
}

.bg-sites > .dinamic > span.white {
    font-size: 16px;
}

.bg-sites .dinamic {
    padding: 35px;
    background: rgba(0, 0, 0, 0.62);
    transition: ease all 0.5s;
}

.bg-sites:hover .name i:after,.bg-sites:hover .name i:before,.bg-sites:hover .name:before,.bg-sites:hover .name:after {
    margin: 0px;
}

.bg-sites:hover .name {
}

.bg-sites:hover .dinamic {
    opacity: 1;
    visibility: visible;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
}

.w990 {
    margin: 0 auto;
    position: relative;
}


#Animation{
    overflow: hidden;
    max-width: 1800px;
    margin: 0 auto;
}

#Animation .A-item{
    min-height: 750px;
    background-repeat: no-repeat !important;
    background-position: center top;
    background-size: cover;
}

#Animation .itc-slider__btn{
    opacity:0;
    transition: 0.3s all;
}
#Animation:hover  .itc-slider__btn{
    opacity:1;
}
#Animation:hover .itc-slider__btn_prev{
    left:0%;
}
#Animation:hover .itc-slider__btn_next{
    right:0%;
}
#Animation .itc-slider__btn_prev{
    left:-100px;
}
#Animation .itc-slider__btn_next{
    right:-100px;
}
#Animation .bg{
    width: 100%;
    background: #fff url(../images/bg.jpg) no-repeat center center;
    background-size:cover;
    min-height: 400px;
    padding: 0px;
    /* z-index: 0; */
    /* position: relative; */
}
#Animation .bg-opacity{
    padding: 0px 0;
    min-height: 400px;
    background-color: rgba(0,0,0,0.4);
    /* z-index: 10; */
    /* position: relative; */
}
#Animation  .text{
    padding: 40px 20px 10px 20px;
    color: #fff;
}
#Animation .wrap{
    /* width: 100%; */
    position: relative;
    display: block;
    top: 10px;
    /* right: -200px; */
    text-align: left;
    z-index: 1000;
}

#Animation .a_capt{
    /* text-align: center; */
    font-size: 37px;
    font-weight: 800;
    padding: 0px 0px 0px;
    color: #333;
    /* text-shadow: 0px 2px 6px rgb(0 0 0 / 60%); */
}
#Animation .a_capt span{
    font-weight: 800;
    font-size:59px;
    position:relative;
    text-align:center;
    line-height:90px;
    letter-spacing: -3px;
}
#Animation .a_capt:after {
    display: none;
    content: "";
    height: 2px;
    width: 550px;
    background: rgb(255 255 255 / 40%);
    text-align: left;
    margin: 10px auto 0px 0px;
}
#Animation .a_descr{
    text-align: left;
    padding: 0px 0px 80px;
    font-size: 22px;
    font-weight: 500;
    color: #333;
    /* text-shadow: 0px 1px 5px rgb(0 0 0 / 50%); */
}

#Animation .a_descr span{
    font-weight: 400;
    font-size: 27px;
    position:relative;
    text-align:center;
    line-height:90px;
    letter-spacing: -2px;
    padding: 0px 10px;
    color: #000;
    background: #fff;
}
#Animation .a_btn{
    padding: 0px 0px 0px;
    position: absolute;
    top: 130px;
    right: 0;
}
#Animation .zakaz{
    position: relative;
    /* top: 120px; */
    /* right: 60px; */
    z-index: 1000;
}
#Animation .zakaz .button{

    padding: 10px 30px 10px 30px;
    font-size: 18px !important;
    width: auto;
}
#Animation .button, .button-b {
    border-radius: 4px;
    border: none!important;
    background: #bf382a;
    font-size: 14px;
    padding: 10px 30px;
    margin: 0px 20px 0px 0px;
    /* width: 200px; */
    text-decoration: none;
    color: #333;
    /* text-transform: uppercase; */
    white-space: nowrap;
    cursor: pointer;
    transition: 0.3s;
}
#Animation .button:hover{
    background: rgb(255 255 255 / 92%) !important;
    color: #333 !important;
}
#Animation a.button-b{
    background: #fff;
    color: #333 !important;
    border: 1px solid #fff !important;
}
#Animation .title1{
    font-size: 50px;
    line-height: 1.2;
    font-weight: 600;
    margin: 0 0 45px;
    letter-spacing: 0.3px;
}
#Animation .title2{
    font-size: 22px;
    line-height: 1.55;
    font-weight: 600;
    padding: 20px 0px 0px 0px;
}
#Animation .title3{
    font-size: 22px;
    line-height: 1.55;
    font-weight: 600;
    padding: 20px 0px 0px 0px;
}
.callback-main{
    /* background: #fff; */
    padding: 20px 0px 20px 0px;
}
.callback-main .button{
    padding: 10px 30px 10px 30px;
}
.callback-main .button.button-border{
    background: #fff;
    border: 1px solid #b82d22 !important;
    color: #b82d22 !important;
}
.callback-main .button.button-border:hover{

    border: 1px solid #333 !important;
    background: #333;
    color: #fff !important;
}
#A_block {
    /* position: absolute; */
    /* left: 10%; */
    padding: 40px 0px 0px 0px;
}

#A_block .a_caption {
    text-shadow: 1px 1px 5px rgba(255, 255, 255, 0.2);
    color: #000;
    font-size: 31px;
}

a.logo:hover {
    text-decoration: none;
    color: #f9f9f9;
}

#A_block .a_descr {
    margin: 30px 0px 0px 0px;
}

#A_block .a_img {
    margin: 0px 0px 0px 0px;
    position: absolute;
    right: 0;
    top: 60px;
    padding: 0px 0px 0px 0px;
    width: 470px;
    height: 300px;
    background: url(../images/1.png) no-repeat;
    background-size: cover;
}
#PageMap .ico-map{
    position: relative;
    top: -60px;
    left: 0px;
    color: #333;
}
#PageMap .addess{
    font-size: 18px;
    padding: 0px 0px 0px;
    color: #e3e3e3;
}
#PageMap .text .contacts {
    display: inline-block;
    padding: 0px 10px 0px 17px;
    font-size: 14px;
    color: #969696;
}

#PageTel {
    /* float: right; */
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px;
    color: #d9d9d9;
}

#PageTel .phone {
    margin: 13px 0px 0px;
    color: #333;
}
#PageTel .email{

    color: #666;
}
#PageTel .phone a, #PageTel .times, a.mobile.phone {
    transition: all ease-in-out 0.3s;
    /* display: inline-block; */
    text-align: right;
    color: #333;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 2px 0px;
    font-size: 19px;
    font-weight: 400;
    text-decoration: none;
    /* border-bottom: 2px solid #000; */
}

#PageTel div a.phone:hover, a.mobile.phone:hover {
    color: #222;
}

#PageTel .times {
    /* font-size: 13px; */
    /* color: #b3b3b3; */
}

#PageFooter #PageTel {
    float: none;
    padding: 10px 0px 0px 0px;
}

#PageFooter #PageTel .text b {
    font-size: 19px;
}

#PageFooter .f-logo-text {
    text-align: right;
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 600;
    color: #999;
    padding: 0px 0px 10px 0px;
}

#PageFooter .f-logo-text span {
    font-size: 21px;
    text-transform: lowercase;
}

.slicks div {
    /* box-sizing: border-box; */
    /* overflow: hidden; */
    /* min-height: 450px; */
}

.slicks .slick-prev:before, .slicks .slick-next:before {
    color: black;
}

.iviewSlider > div {
    /* width: 100% !important; */
}

#PageHeader.fixed a.logo {
    margin: 13px 0px 10px 10px;
}

a.logo {
    /* font-size: 26px; */
    color: #fff;
    text-decoration: none;
    /* margin: 0px 0px 10px 0px; */
    padding: 0px;
}

a.logo img {
    height: 50px;
    /* float: left; */
    margin: 0px 0px 0px 0px;
}

.logowrap {
    padding: 0px 0px 0px;
}

.logotext span {
    font-weight: 500;
    /* line-height: 17px; */
    /* text-transform: lowercase; */
    font-size: 18px;
    /* letter-spacing: 1.5px; */
}
.mobile .logotext, .mobile .logotext span {
    font-weight: 500;
    /* text-transform: lowercase; */
    font-size: 19px;
    letter-spacing: -1.7px; 
    text-shadow: none;
    text-align: center;
    padding: 0px 0px 0px;
}
.mobile  #PageMap {
    padding: 0px 0px 0px;
}
.logotext {
    font-weight: 500;
    /* line-height: 19px; */
    font-size: 18px;
    /* padding: 6px 0px 0px; */
    color: #555;
    letter-spacing: 0px;
}
.f-logo .logotext{
    letter-spacing: 0px;
    white-space: nowrap !important;
    display: block;
    padding:0;
    margin: 0;
    color: #333;
}
.f-logo .logotext span{
    padding:5px 0px 5px 0px;
    margin: 0;
    letter-spacing: 0.7px;
    white-space: nowrap !important;
    display: block;

}
#PageTopMenu{
    background: #66000e !important;
    padding: 0;
    margin: 0;
    height: 45px;
}
    #PageTopMenu.mobile{
    padding: 0px 0px 0px 0px;
    /* height: auto; */
    }
    #PageTopMenu.mobile #nav-shadow{
        display: flex;
    flex-direction: row;
        
    }
    #PageTopMenu.mobile li{
        padding: 12px 12px 8px 12px;
    }
    #PageTopMenu.mobile ul li:last-child{
        position: absolute;
        right: 0;
        padding: 0;
    }
    
    #PageTopMenu.mobile .alertpic{
        top: 10px;
        left: 8px;
        /* padding: 15px 10px 10px 10px; */
    }
    #PageTopMenu.mobile li a svg {
        font-size: 20px;
    }
#PageTopMenu.mobile, 
    #PageTopMenu.mobile li, 
    #PageTopMenu.mobile.fixed li, 
    #PageTopMenu.mobile.fixed ul{
        /* white-space:nowrap !important; */
        /* overflow: hidden!important; */
        /* position: relative; */
        /* display: block; */
    }
   
#PageTopMenu.fixed{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20000;
}
    #ov-fixed.fixed{
        position: relative;
        height: 45px;
    }
/* =Shadow Nav   -------------------------------------------------------------------------- */
    .profile-icon{
        width: 30px;
        height: 30px;
        margin-top: -6px;
        display: inline-block;
        vertical-align: middle;
        border-radius: 50%;
        background-size: cover !important;
        background-position: center top !important;
    }
#top-menu {
    transition: all ease-in-out 0.2s;
    position: relative;
    z-index: 1000;
    height: 45px;
    overflow: hidden;
    /* margin: 20px auto; */
}

#top-menu.fixed {
    position: absolute;
    left: 0;
    top: 10px;
}

#top-menu.fixed > ul {
    float: left;
}

#top-menu.fixed #nav-shadow {
    margin: 5px 0px 0px 0px;
}
#nav-shadow {
    display: flex;
    padding: 0;
    margin: 0;
    text-align: right;
    /* display: block; */
    /* list-style: none; */
    /* white-space: nowrap; */
    /* overflow: hidden; */
}
#nav-shadow li:hover > ul {
    visibility: visible;
    opacity: 1;
}
#nav-shadow li {
    margin: 0;
    /* padding: 12px 23px 3px 16px; */
    /* min-width: 90px; */
    /* position: relative; */
    /* display: inline-block; */
    white-space: nowrap;
    /* float: left; */
    /* background: #e1e1e1; */
    z-index: 80;
    transition: all ease-in-out 0.3s;
}
#nav-shadow li:hover {
    background: #b30019;
}
#nav-shadow li:hover ul {
    opacity: 1;
}
#nav-shadow > li.active {
    background: #b30019;
}
#nav-shadow ul li.active > a {
    color: #303030;
}
#nav-shadow li.active > a {
    /* color: #000000; */
    /* border-bottom: 2px solid #b82d22; */
    /* padding: 2px 0px 5px; */
}
#nav-shadow li.active > a span.ic svg {
    /* color: #ffffff !important; */
}
#nav-shadow > li > ul > li > ul {
    position: absolute;
    z-index: 1000 !important;
    left: 100%;
    padding: 0;
    top: 0;
    background: #fff;
    box-shadow: 1px 2px 4px #060a0e2b;
}
#nav-shadow > li > ul > li > ul > li {
    border-bottom: 1px solid #f3f3f3;
    padding: 0px 0px 0px 0px;
}
#nav-shadow > li > ul > li > ul > li a {
    font-weight: 400; font-size: 15px;
}
#nav-shadow > li > ul > li > ul > li a {
    padding: 5px 0px 5px 20px !important;
}
#nav-shadow > li > ul > li > ul > li a:hover {

    font-weight: 400; font-size: 15px;
}
#nav-shadow li ul li ul li {
    display: block;
    z-index: 1000;
}
#nav-shadow li ul li ul li a{
    display: block;
    color: #333;
    z-index: 1000;
}
#nav-shadow li:last-child a{
    /* padding: 5px 0px 5px 3px; */
    margin: 0px 0px 0px 0px;
}
#nav-shadow a, #nav-shadow a:visited, #nav-shadow a, #nav-shadow a:hover {
    font-size: 13px;
    margin: 0px 5px;
    /* display: block; */
    /* padding: 0 2px; */
    /* line-height: 37px; */
    /* position: relative; */
}

#nav-shadow li a {
    color: #333;
    text-decoration: none;
    font-weight: 400;
}

#nav-shadow li a .large_icon {
    color: #333 !important;
    size: 2x;
}

#nav-shadow li a:hover, #nav-shadow li a.on {
    color: #ffffff;
    text-decoration: none;
    /* border-bottom: 3px solid #b82d22; */
}
#nav-shadow > li > a {
    color: #ffffff;
    border-bottom: 2px solid transparent;
    transition: all 0.3s;
}
#nav-shadow > li > a:hover {
    /* color: #000000; */
    text-decoration: none;
    /* border-bottom: 2px solid #b82d22; */
}
#nav-shadow li ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0px;
    margin: 0;
    border-radius: 3px;
    width: auto;
    z-index: 10;
    min-width: 300px;
    padding: 3px;
    top: 100%;
    background: #fff;
    box-shadow: 1px 2px 4px #060a0e2b;
    transition: all ease-in-out 0.2s;
}

#nav-shadow > li > ul > li {
    display: block;
    border-bottom: 1px solid #f3f3f3;
    width: 100%;
    float: none;
    position: relative;
    background: #fff !important;
    text-align: left;
    padding: 0px 0px;
    white-space: nowrap;
}

#nav-shadow > li> ul> li> a, #nav-shadow > li> ul> li> a:hover {
    margin: 0;
    color: #333;
    /* padding: 2px 16px; */
    text-align: left;
    font-size: 16px !important;
    position: relative !important;
    border: none !important;
    font-weight: 400;
    z-index: 10;
}

#nav-shadow li ul li a:hover {
    color: #333;
    /* background: #f7f7f7; */
}

#nav-shadow li ul li.active a:hover {
    color: #333;
}

#nav-shadow li ul li a:after  {
    visibility: hidden;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 3px;
    height: 0%;
    background: var(--curr-color);
    opacity: 0;
    transition: all ease-in-out 0.2s;
}
#nav-shadow svg{
    font-size: 16px;
}
#nav-shadow a:hover:after {
    top: 0;
    height: 100%;
    opacity: 1;
    visibility: visible;
}

#nav-shadow li ul li.active > a {
    color: #b82d22 !important;
}

#nav-shadow span.alertpic, 
#mobmenu span.alertpic, 
#Chat span.alertpic, 
#Messages-left span.alertpic{
    visibility: hidden;
    display: block;
    position: absolute;
    padding: 0;
    margin: 0;
    width: 8px;
    height: 8px;
    background: #ff8d00;
    border-radius: 50%;
    top: -4px;
    left: -4px;
    visibility: hidden;
    opacity: 0;
    display: none;
}
#mobmenu span.alertpic{
    top: 6px;
    left: 10px;
    width: 10px;
    height: 10px;
}
#Messages-left span.alertpic.new_mess{
    top: 0px;
    left: 5px;
}
#nav-shadow span.alertpic.show, 
#mobmenu span.alertpic.show,
#Chat span.alertpic.new_mess,
#Messages-left span.alertpic.new_mess
{
        visibility: visible;
        opacity: 1;
        display: block;
    }

#show-total {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #690;
    text-decoration: none;
}

#num-pages {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #F60;
    text-decoration: none;
}

#num-pages a.arr {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #06F;
    text-decoration: none;
}

#num-pages b {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
    padding: 3px 5px 3px 5px;
    width: 25px;
    text-align: center;
    margin: 0px 3px 0px 3px;
    background-color: #EAE4EA;
    color: #690;
}

#num-pages b i {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #690;
    text-decoration: none;
    padding: 8px;
    width: 25px;
    text-align: center;
    margin: -5px -7px 0px -7px;
    background-color: #FFF;
}

#num-pages a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #690;
    text-decoration: underline;
    padding: 3px;
    width: 25px;
    text-align: center;
    margin: 0px 3px 0px 3px;
}

#show-pages {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #EF7000;
    text-decoration: none;
}

#show-pages b {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #690;
    text-decoration: none;
    background-color: #EAE4EA;
    padding: 3px 5px 3px 5px;
    width: 25px;
    text-align: center;
    margin: 0px 3px 0px 3px;
}

#show-pages a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #690;
    text-decoration: underline;
    padding: 3px;
    width: 25px;
    text-align: center;
    margin: 0px 3px 0px 3px;
}

#Page {
    margin: 0px auto;
    padding: 0px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

#p-left {
    width: 200px;
    margin: 40px 0px 0px 0px;
    padding: 0px;
    position: absolute;
    left: 0px;
}

#p-right {
    width: 150px;
    margin: 40px 10px 0px 0px;
    padding: 0px;
    position: absolute;
    right: 0px;
}

#PageHead {
    margin: 0px auto 0px auto;
    text-align: center;
}

#PageHeader .tel {
    opacity: 0;
    visibility: hidden;
}

#PageHeader.fixed .tel {
    opacity: 1;
    visibility: visible;
    margin: 9px 0px 0px 0px;
}

#PageMap {
    padding: 7px 0px 0px;
    color: #e1e1e1;
}

#PageMap .text p:first-child {
    /* padding: 0px 0px 0px; */
    font-size: 16px;
    color: #333;
}
#PageMap .text p {
    color: #333;
    font-size: 14px;
}
#PageHeader.main, #PageHeader {
    margin: 0px auto 0 auto;
    padding: 5px 0px;
    height: auto;
    /* left:  0; */
    position: relative;
    /* right: 0; */
    z-index: 90;
    overflow: visible;
    /* box-shadow: 0px 1px 7px 1px rgb(0 0 0 / 35%); */
    transition: all ease-out 0.15s;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px;
}
#PageHeader a.register{
    color:#333;
}
#PageTopMenu a.h-logo {
    padding: 0px 10px 0px 0px;
    display: inline-block !important;
}

#PageHeader.fixed {
    height: 65px;
    background: rgba(0, 0, 0, 0.92);
}

.under-header {
}

#PricePage {
    /* background: #ffffff; */
    /* background: linear-gradient(45deg, #ffffff, #039d9d); */
    border: 1px solid #b82d22;
    border-width: 2px 0px 0px 2px;
    border-radius: 59% 0% 87% 4%/4% 94% 0% 78%;
    transform: rotate(0deg);
    padding: 25px;
}

#PricePage .sale-price {
    text-align: right;
    font-size: 17px;
    font-weight: 300;
    padding: 0px 0px 20px;
}

#PricePage .sale-price span {
    color: var(--curr-color);
    font-size: 22px;
    font-weight: 500;
    text-align: right;
    margin: 0px 0px 10px;
}

#PricePage .sale-comment {
    padding: 30px 0px 0px 0px;
    font-size: 13px;
    font-weight: 200;
    text-align: right;
}

#PricePage .price {
    color: #333;
    padding: 0px 0px 3px 0px;
    margin: 10px 0px 0px;
    font-size: 42px;
    font-weight: 300;
}

#PageContent {
    background: #ffffff;
    margin: 0;
    transition: all ease 0.1s;
    padding: 0px 0;
    z-index: 0;
    min-height: 50vh;
}
.partnery img{
    height: 155px;
    padding: 10px;
}
#PageContent h1 {
    font-weight: 300 !important;
    color: #333;
    font-size: 32px;
}

#PageContent h2.name {
    font-size: 41px;
    font-weight: 300 !important;
    margin: 0px 0px 40px 0px;
}

#PageContent h1.name {
    color: #555;
}

#PageContent.fixed {
}

#PageContentLeft {
    width: 20px;
    margin: 0px;
    padding: 0px;
    float: left;
    color: #F30;
}

#PageContentCenter {
    margin: -10px 210px 0px 210px;
    padding: 0px 0px 0px 0px;
    min-height: 400px;
}

#PageContentRight {
    width: 210px;
    margin: 0px;
    padding: 0px;
    float: right;
    color: #F30;
}

#PageMenu {
    margin: 0px 0px 0px 10px;
    padding: 0px;
    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
    text-decoration: none;
    font-style: italic;
}

#PageKategorii {
    margin: 0px 10px 0px 0px;
    padding: 0px;
    text-decoration: none;
    font-style: italic;
}

#PageNews {
    margin: 0px 10px 0px 10px;
    padding: 0px;
    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
    text-decoration: none;
    font-style: italic;
}

#Work {
    padding: 40px 0px;
    background: -webkit-linear-gradient(left,#fff,#f9f9f9);
    background: linear-gradient(180deg,#fff,#f9f9f9);
}

#Content #Work {
    background: none;
}

#Work a {
    color: #000;
    font-weight: 500;
}

#Work .work {
    /* border: 2px solid #fff; */
    padding: 0px;
    margin: 40px 0px 0px 0px;
    /* margin-bottom: 40px; */
}

.work .name {
    font-size: 20px;
}

.work .text {
    font-size: 16px;
    line-height: 60px;
}

.maintext, .maintext p,.maintext li {
    font-size: 15px;
    /* margin: 0px 0px 0px 0px; */
    line-height: 26px;
}

.maintext ul, .maintext li, .maintext lo {
    list-style-position: inside;
    /* display: list-item; */
}

.maintext b,.maintext strong {
    font-size: 15px;
    font-weight: 500;
    /* text-transform: uppercase; */
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    /* Compensate for excess margin on outer gallery flex items */
    margin: -1rem -1rem;
}

.gallery-item {
    /* Minimum width of 24rem and grow to fit available space */
    flex: 1 0 18rem;
    /* Margin value should be half of grid-gap value as margins on flex items don't collapse */
    margin: 1rem;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    position: relative;
}

.gallery-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 400ms ease-out;
    z-index:10;
}
.gallery-item a.caption {
    position:absolute;
    top: 10px;
    left: 0px;
    z-index:100;
    text-decoration: none;
    color: #333;
}

.gallery a.caption span{
    background:#fff;
    padding: 1px 8px;
    font-size: 17px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.gallery-image:hover {
    transform: scale(1.15);
}

/*

The following rule will only run if your browser supports CSS grid.

Remove or comment-out the code block below to see how the browser will fall-back to flexbox styling. 

*/

.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
    grid-gap: 2rem;
}

.gallery,
.gallery-item {
    margin: 0;
}

#PageFooter {
    margin: 0px auto 0px auto;
    padding: 10px 0px;
    font-size: 12px;
    background: #fbfbfb;
    color: #333;
    font-weight: 300;
    text-shadow: none;
}
#PageFooter   .f-email{

    padding: 0px 0px 0px 0px; 
}

#PageFooter   .f-logo{
    /* margin: 0px auto 0px auto; */
}
#PageFooter   .f-logo img{
    height: 30px;
    width: auto;
}
#PageFooter p{
    padding: 15px 0px 0px 0px;
    color: #999;
}
#PageFooter b p{font-weight: 500;line-height: 28px;margin: 0;padding: 0;text-align: center;color: #999;}
#PageFooterKarta {
    margin: 5px auto;
    color: #FF8819;
    font-size: 12px;
    width: 980px;
    text-align: center;
}

#FooterMenu div {
    /* display: inline-block; */
}

#PageFooter .f-name {
    padding: 0px 0px 15px 0px;
    color: #333;
    font-size: 19px;
}

.news {
    color: #aa2d2e;
    text-decoration: none;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    font-style: italic;
}

.left-line {
    color: #333;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    text-align: left;
    word-spacing: normal;
    text-decoration: none;
    line-height: normal;
    font-variant: normal;
    text-indent: 0px;
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: #F60;
    margin-left: 20px;
    padding-left: 5px;
}

.line {
    height: 1px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #999;
}

.line-orange {
    height: 1px;
    border-top-width: 1px;
    border-top-style: dashed;
    border-top-color: #FF8819;
}

.line-grey {
    height: 1px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #999;
}

.line-grey-min {
    height: 1px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #333;
}

a.green {
    color: #090;
    text-decoration: underline;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

a.green:hover {
    color: #090;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

.portf-bg {
    background-repeat: no-repeat;
}

.portf-box {
    width: 160px;
    border: 1px solid #663;
    overflow: hidden;
    display: block;
    margin: 0px 0px 0px 43px;
    padding: 0px;
    -webkit-box-shadow: 0 0 5px #666;
    -moz-box-shadow: 0 0 5px #666;
    box-shadow: 0 0 5px #666;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

.portf-name {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 17px;
    font-weight: normal;
    color: #F60;
    text-decoration: none;
    text-shadow: 1px 0px 0px #999
}

.portf-descr {
    font-size: 12px;
    color: #999;
    margin: 0px 0px 0px 30px;
}

.portf-descr p {
    font-size: 12px;
    color: #666;
}

.portf_round_box {
    border: 1px solid #b7a8aa;
    padding: 0px;
    margin: 5px 5px 10px 5px;
    -webkit-box-shadow: 0 0 10px #fff;
    -moz-box-shadow: 0 0 10px #fff;
    box-shadow: 0 0 10px #fff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

div#myDialog {
    display: none;
    position: absolute;
    top: 50%;
    right: 5%;
    width: 100px;
    height: 100px;
    margin: 0px 0 0 50px;
    -webkit-box-shadow: 0 0 5px #999;
    -moz-box-shadow: 0 0 5px #999;
    box-shadow: 0 0 5px #999;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #FFF;
    border: 1px solid #b7a8aa;
}

div#tmpButtons {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.raschet-minibox1 {
    border: 1px solid #b7a8aa;
    padding: 3px 10px;
    margin: 2px 10px 10px 10px;
    -webkit-box-shadow: 0 0 5px #999;
    -moz-box-shadow: 0 0 5px #999;
    box-shadow: 0 0 5px #999;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #DFEFAF;
    width: 125px;
    display: inline-block;
}

.raschet-minibox2 {
    border: 1px solid #b7a8aa;
    padding: 3px 10px;
    margin: 2px 10px 10px 10px;
    -webkit-box-shadow: 0 0 5px #999;
    -moz-box-shadow: 0 0 5px #999;
    box-shadow: 0 0 5px #999;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #e4eea1;
    width: 145px;
    display: inline-block;
}

.raschet-minibox2 a:hover {
    text-decoration: none;
}

.raschet-zag {
    padding: 0px 10px;
    margin: 15px 0px 12px 0px;
    display: block;
    text-decoration: none;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 17px;
    color: #690;
}

.raschet-sum {
    background-image: url(../images/bg-sum.png);
    padding: 30px 10px 10px 40px;
    margin: 50px 0px 0px 0px;
    width: 158px;
    display: block;
    position: fixed;
    float: right;
    color: #F60;
    height: 83px;
    background-repeat: no-repeat;
    background-position: center top;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    text-decoration: none;
}

.raschet-box1 {
    border: 1px solid #b7a8aa;
    margin: 5px 10px 0px 10px;
    -webkit-box-shadow: 0 0 5px #999;
    -moz-box-shadow: 0 0 5px #999;
    box-shadow: 0 0 5px #999;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #FFEBCA;
    width: 640px;
    position: relative;
}

.raschet-box2 {
    border: 1px solid #b7a8aa;
    margin: 5px 10px 0px 10px;
    -webkit-box-shadow: 0 0 5px #999;
    -moz-box-shadow: 0 0 5px #999;
    box-shadow: 0 0 5px #999;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #FFD8B0;
    width: 640px;
    position: relative;
}

.raschet-name {
    padding: 0px 10px;
    margin: 0px;
    line-height: 30px;
    top: 0px;
    left: 10px;
    display: inline;
    position: absolute;
}

.raschet-name img {
    clear: both;
    height: 19px;
    padding-top: 4px;
}

.raschet-tooltip {
    margin: 0px;
    display: block;
    width: auto;
    height: 19px;
    text-decoration: none;
    padding-left: 450px;
    display: inline;
    line-height: 30px;
    padding-right: 10px;
}

.raschet-tooltip a:hover {
    text-decoration: none;
}

.raschet-prise {
    margin: 0px;
    width: auto;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #999;
    height: 19px;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    display: inline;
    line-height: 30px;
}

.raschet-checkbox {
    margin: 0px;
    width: auto;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #999;
    height: 19px;
    padding-left: 15px;
    display: inline;
}

.function-site a:hover {
    text-decoration: none;
}

.function-site a img {
    opacity: 0.8;
}

.function-site a img:hover {
    opacity: 1;
}

/* tooltip */
a.tooltip {
    text-decoration: none;
    position: relative;
}

/* tooltip */
a.tooltip span {
    display: none;
    box-shadow: 0px 1px 14px #fff;
    border-radius: 3px;
    border: 0;
    z-index: 20;
    left: 0;
}

li a.tooltip:hover span {
    display: block;
    position: absolute;
    color: #FFF;
    text-decoration: none;
    background-color: #737373;
    font-size: 12px;
    z-index: 100;
    text-decoration: none;
    width: 180px;
    opacity: 0.96;
    margin: 10px 0px 0px 10px;
    padding: 8px;
}

a.tooltip:hover span {
    display: block;
    position: absolute;
    color: #FFF;
    text-decoration: none;
    background-color: #7bbc52;
    font-size: 12px;
    z-index: 100;
    text-decoration: none;
    width: 180px;
    opacity: 0.96;
    margin: 10px 0px 0px 10px;
    padding: 8px;
}
.caption-page{
    text-decoration: none;
    font-size: 19px;
    font-weight: 400;
    letter-spacing: -0.5px;
    color: #444;
}
.zag1 a.tooltip:hover span {
    display: block;
    position: absolute;
    color: #FFF;
    text-decoration: none;
    background-color: #5F801A;
    font-size: 12px;
    z-index: 100;
    text-decoration: none;
    width: 180px;
    opacity: 0.96;
    margin: 10px 0px 0px 10px;
    padding: 8px;
}

a.orange {
    color: #ff6600;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    text-align: left;
    word-spacing: normal;
    text-decoration: underline;
    line-height: normal;
    font-variant: normal;
    text-indent: 0px;
}

a.orange:hover {
    color: #000;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    text-align: left;
    word-spacing: normal;
    text-decoration: underline;
    line-height: normal;
    font-variant: normal;
    text-indent: 0px;
}

.bottext {
}

.hh {
    font-family: Arial, "Lucida Grande", sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: #F90;
}

.clear {
    clear: both;
    height: 0px;
}

img, div {
    border: 0px;
}
.fancybox-container .name{
    font-size: 24px;
    padding: 0px 0px 30px;
    text-align: center;
    font-weight: 400;
    letter-spacing: -1.0px;
    /* text-transform: uppercase; */
}
.container-min{
    /* max-width: 1000px; */
}
.container-min{
    border-radius: 10px;
    /* padding: 15px; */
}
.about .slick-slider {
    padding: 30px 0px 60px 0px;
}

.top-padd {
    padding: 0px 0px 0px 0px;
}

a.left-menu {
    color: #333;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
}

.left-news {
    color: #000;
    text-decoration: none;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    font-style: normal;
}

.date {
    color: #666;
    text-decoration: none;
    font-size: 14px;
    font-style: normal;
    text-align: left;
}

a.left-menu-news-on {
    display: block;
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 2px 7px;
    color: #FFF;
    text-decoration: none;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
    font-style: normal;
    background-color: #FF8A3C;
    opacity: 0.9;
    -webkit-box-shadow: 0 0 6px #fff;
    -moz-box-shadow: 0 0 6px #fff;
    box-shadow: 0 0 6px #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

a.left-menu-news-on:hover {
    display: block;
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 2px 7px;
    color: #FFF;
    text-decoration: none;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
    font-style: normal;
    background-color: #FF6A06;
    opacity: 0.9;
    -webkit-box-shadow: 0 0 6px #fff;
    -moz-box-shadow: 0 0 6px #fff;
    box-shadow: 0 0 6px #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.btl, .btr, .bbr, .bbl {
    position: absolute;
    width: 5px;
    height: 5px;
    background-image: url(../images/star.gif);
    background-repeat: no-repeat;
    overflow: hidden;
}

.btl {
    background-position: -5px -5px;
    top: -1px;
    left: -1px;
}

.btr {
    background-position: 0 -5px;
    top: -1px;
    right: -1px;
}

.bbr {
    background-position: 0 0;
    bottom: -1px;
    right: -1px;
}

.bbl {
    background-position: -5px 0;
    bottom: -1px;
    left: -1px;
}

.box-mail {
    width: 600px;
    height: 100%;
    overflow: auto;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    color: #333;
}

.online-ok {
    border: 1px solid #b3d334;
    width: auto;
    margin: 0px auto;
}

.sites-about {
    color: #666;
    text-decoration: none;
}

a.podrobnee {
    height: 25px;
    width: 150px;
    background-image: url(../images/podrobnee.png);
    background-repeat: no-repeat;
    display: block;
}

#wrapper {
    margin: 0px auto;
    display: block;
    position: absolute;
}

#wrapl {
    position: fixed;
    left: 0px;
    top: 10px;
    display: block;
    z-index: 1000;
}

#wrapr {
    position: fixed;
    right: 0px;
    top: 10px;
    display: block;
    z-index: 1000;
}

#wrapper ul {
    margin: 0;
    padding: 0;
    top: 0;
    z-index: 100;
    visibility: visible;
    display: block;
}

#wrapper ul li {
    padding: 0px;
    margin: 0;
    list-style: none;
}

#wrapper ul li a {
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='templates/images/black.png', sizingMethod='crop');
    display: block;
    width: 44px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    color: #E4E4E4;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    height: 225px;
    visibility: visible;
    overflow: visible;
}

#wrapper ul li a span {
    display: block;
    height: 0px;
    overflow: hidden;
}

#wrapper ul li a.zakaz {
    background: url(../images/zakaz.png) right top no-repeat;
    display: block;
}

#wrapper ul li a.contacts {
    background: url(../images/contacts.png) left top no-repeat;
    display: block;
}


a.top-menu {
    text-decoration: none;
    font-size: 14px;
    color: #000;
    font-family: Verdana, Geneva, sans-serif;
    float: left;
    height: auto;
    display: inline;
    text-align: center;
    margin: 20px 10px 10px 10px;
    font-style: normal;
}

a.top-menu:hover {
    text-decoration: underline;
    font-size: 14px;
    color: #000;
    font-family: Verdana, Geneva, sans-serif;
    float: left;
    height: auto;
    display: inline;
    text-align: center;
    margin: 0px 10px;
    font-style: normal;
}

a.top-menu-on {
    text-decoration: none;
    font-size: 14px;
    font-family: Verdana, Geneva, sans-serif;
    color: #aa2d2e;
    float: left;
    height: auto;
    display: block;
    text-align: center;
    margin: 0px 10px;
}

a.top-menu-on:hover {
    text-decoration: underline;
    font-size: 14px;
    color: #F03;
    font-family: Verdana, Geneva, sans-serif;
    float: left;
    height: auto;
    display: block;
    text-align: center;
    margin: 0px 10px;
}

.sl-arr-prev, .sl-arr-next {
    color: rgb(0 0 0 / 85%);
    line-height: 0;
    position: absolute;
    font-size: 33px;
    top: 20%;
    display: block;
    /* width: 20px; */
    /* height: 20px; */
    padding: 0;
    cursor: pointer;
    border: none;
    outline: none !important;
    background: transparent;
    transition: all 0.3s;
}

.sl-arr-prev:hover, .sl-arr-next:hover {
    color: rgb(51 51 51 / 88%);
}

.sl-arr-prev {
    left: -5px;
}

.sl-arr-next {
    right: -5px;
}

.btn-callback {
    display: inline-block;
    font-size: 26px;
    transition: 0.3s all;
}

.btn-callback:hover {
    color: #fff;
}

.row-flex {
    display: flex;
    flex-wrap: wrap;
}
.row.margin0 > div[class*="col-"] {
    padding: 0px;
    margin: 0px 0px -1px -1px;
}
.section_item {
    border: 1px solid #ececec;
    line-height: 20px;
    padding: 15px 13px 17px;
    zoom: 1;
    vertical-align: top;
    transition: box-shadow ease 0.2s, border ease-out 0.2s, transform ease 0.2s;
    background: #fff;
    position: relative;
}
#Catalog .products .section_item {

    padding: 20px 20px 19px;
}
.row.flexbox .item {
    height: 100%;
    min-height: 100%;
}
.box-shadow:hover {
    border-color: #fff;
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 10%);
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    background-color: #fff;
    position: relative;
    z-index: 1;
}

#BtnGroup {
    padding: 0px 0px 0px;
}

#BtnGroup div a.btn {
    padding: 10px 50px !important;
    width: 260px;
    margin: 15px 0px 0px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
}

#BtnGroup div:nth-child(1) a.btn {
    background: #5b8fed;
    border-color: #5b8fed !important;
}

#BtnGroup div:nth-child(2) a.btn {
    background: #5c54dd;
    border-color: #5c54dd!important;
}

#BtnGroup div:nth-child(3) a.btn {
    background: #d0a91c;
    border-color: #d0a91c !important;
}

#BtnGroup div:nth-child(4) a.btn {
    background: #a78713;
    border-color: #a78713 !important;
}

#BtnGroup div:nth-child(5) a.btn {
    background: #805331;
    border-color: #805331 !important;
}

#BtnGroup div:nth-child(6) a.btn {
    background: #5a361b;
    border-color: #5a361b !important;
}

.button-min {
    background: #b82d22;
    color: #fff;
    font-size: 14px !important;
    padding: 2px 10px !important;
}

.button-min:hover {
    background: #333;
    color: #fff;
    padding: 2px 10px !important;
}

#notice{
    transition: 0.32s;
    top: 0;
    opacity: 0;
    right: -400px;
    overflow: hidden;
    visibility: hidden;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.notice-surface{position:fixed;z-index: 3000;right:32px;top: 78px;max-width:calc(100% - 64px);max-height:calc(100vh - 56px);display:flex;flex-direction:row;background: #fff;}.notice-surface--left{left:32px;right:auto}.notice-surface--reverse{bottom:28px;top:auto}@media (max-width:991px){.mfixed_y .notice-surface{top:74px}.bottom-icons-panel_y .notice-surface--reverse{bottom:72px}}.notice-surface__inner{display:flex;flex-direction:column-reverse;align-items:flex-start;position:relative;max-width:100%}.notice-surface--reverse .notice-surface__inner{display:flex;flex-direction:column}.notice{min-width:0;box-shadow:0 5px 20px rgba(0,0,0,.15);background:#fff;background:var(--black_bg_black);border-radius:4px;position:relative;width:346px;max-width:100%;transition:transform .1s linear;flex-shrink:0;/* margin:4px 0; */}.notice--link{cursor:pointer}.notice--hidden{display:none!important;margin:0}.notice__closer{width:38px;height:38px;position:absolute;top:-1px;right:-1px;display:flex;justify-content:center;align-items:center;z-index:1;cursor:pointer}.notice__inner{display: flex;padding:20px;align-items: center;}.notice__image{/* height:60px; */width:60px}.notice__image img{max-height:100%;max-width:100%}.notice__info-wrap{/* display:flex; */flex-shrink:0;align-items:flex-start;margin-left:-10px;margin-right:-10px}.notice__image-wrap,.notice__text-wrap{/* width: 40px; */padding-left:10px;padding-right:10px}.notice__text-wrap{align-self:center;align-items: flex-start;margin-left: -10px;margin-right: -10px;}.notice .notice__text-wrap .notice__title:first-child{/* margin-top:-7px; */}.notice .notice__text-wrap .notice__detail:first-child{margin-top:-3px}.notice__title+.notice__detail{margin-top:4px}.notice__detail__more{margin-top:6px}.notice-surface--right .animate--notice-show{-webkit-animation:animate--notice-show--right .4s linear;-ms-animation:animate--notice-show--right .4s linear;animation:animate--notice-show--right .4s linear;right:0}@-webkit-keyframes animate--notice-show--right{from{right:calc(-100% - 32px)}50%{right:32px}to{right:0}}@-ms-keyframes animate--notice-show--right{from{right:calc(-100% - 32px)}50%{right:32px}to{right:0}}@keyframes animate--notice-show--right{from{right:calc(-100% - 32px)}50%{right:32px}to{right:0}}.notice-surface--left .animate--notice-show{-webkit-animation:animate--notice-show--left .6s linear;-ms-animation:animate--notice-show--left .6s linear;animation:animate--notice-show--left .6s linear;left:0}@-webkit-keyframes animate--notice-show--left{from{left:calc(-100% - 32px)}50%{left:32px}to{left:0}}@-ms-keyframes animate--notice-show--left{from{left:calc(-100% - 32px)}50%{left:32px}to{left:0}}@keyframes animate--notice-show--left{from{left:calc(-100% - 32px)}50%{left:32px}to{left:0}}.animate--notice-hide{height:0!important;opacity:0!important;margin:0!important;transition:transform .1s linear,opacity .3s ease-in-out .1s,height .3s linear .4s,margin .3s linear .4s}.animate--notice-hide .notice__closer{display:none}.animate--notice-click{transform:scale(.95)}
.notice-surface .notice__image-wrap{
    width: 40px;
}