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

.tooltip-inner {
    font-size: 13px;
}

form {
    transition: all ease 0.3s;
}

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

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

.Copyright {
    color: #333;
    font-size: 13px;
}

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

.h-name {
    font-size: 24px;
    font-weight: 300;
}

.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: var(--active-color);
    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 {
    font-size: 26px;
    padding-bottom: 25px;
    text-align: left;
}

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

#Services .card {
    background-repeat: no-repeat;
    background-position: right bottom;
    border: none;
}
#FooterMenu{
    text-align: center;
    padding: 20px 0px 15px 0px;
}
#FooterMenu a {
    color: #333;
    font-size: 16px;
    display: inline-block;
    padding: 0px 20px;
}

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

#PageFooter a.callback {
    margin-top: 0px;
}

.f-tel a {
    font-size: 20px !important;
    font-weight: 600;
}
.f-tel a:hover {
    text-decoration:none;
}
.f-email {
    font-size: 14px !important;
    color: #333;
    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;
}

* {
    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: 16px;
    /* color: #333; */
    /* line-height: 22px; */
    font-weight: normal;
    font-family: 'Open Sans', Arial !important;
    outline: none;
}

div.name {
    font-size: 2rem;
}

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;
}
#AboutUS{
    /* background: #f3f3f3; */
    /* background: url(../images/fon.jpg) no-repeat center top; */
    background-size: auto;
    padding: 30px 0px;
    /* position: relative; */
    /* z-index: 0; */
    box-shadow: 0px 1px 1px #cccccc57;
}
#AboutUS .name, #AboutUS .text{
    color: #3e3e3e;
}
#AboutUS .apple {
    display: block;
     text-align: center; 
    font-size: 44px;
    color: #de0b1c;
}
#AboutUS .apple svg{
    /* display:
    block; */
    /* text-align: center; */
    font-size: 49px;
    color: var(--active-color);
    /* top: 25px; */
    position: relative;
    z-index: 0;
    text-align: center;
}
#AboutUS .name{
    color: #3a3a3a;
    text-align: center;
    font-size: 21px;
    font-weight: 600;
    padding: 6px 0px 1px;
}
#AboutUS .text{
    padding: 3px 10px 10px 0;
    font-size: 14px;
    line-height: 23px;
    text-align: center;
}
#AboutUS .line{
    border-top: 3px solid var(--active-color);
    width: 100px;
    margin: 0px auto;
    height:1px;
    display: block;
}
#top-menu a span, #top-menu a i {
    position: relative;
    top: -3px;
    left: 5px;
    font-size: 9px;
    font-weight: 500;
    height: 30px;
    color: #121212;
    display: inline-block;
    /* padding-right: 10px; */
}

#Content {
    padding: 0px 0px 30px 0px;
}

#Content .pagebg {
    background: #fff;
    background-size: contain;
    height: 295px;
    margin: 30px 0px 0px 0px;
    background-position: center center;
    background-repeat: no-repeat;
}

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

#Content p,#Content em, #Content b, #Content i {
    font-size: 17px;
    /* font-weight: 300; */
}
#Content ul, #Content dl, #Content ol {
    margin: 0 0 15px 15px;
}
 #Content ul {/* list-style-position: inside; */padding: 0 10px;}
#Content li {
    /* font-size: 17px; */
    /* font-weight: 300; */
    /* line-height: 2.0; */
    /* list-style-position: inside; */
    padding: 0;
    margin: 0;
}

.sidebar {
    padding: 0px;
    max-width: 360px;
    border: 0px solid #b82d22;
    margin: 30px 0px 0px 0px;
}

.sidebar .caption {
    padding: 0px 0px 20px 0px;
    text-align: left;
    font-weight: 400;
}

.sidebar .link {
    padding: 8px 0px 8px 15px;
    margin: 10px 0px 0px;
    background: #fcfcfc;
    /* border: 1px solid #e7e7e7; */
    position: relative;
}
.sidebar .link a svg{
    position: absolute;
    top: 12px;
    left: 9px;
    color: var(--active-color);
    font-size: 15px;
}
.sidebar .link a {
    font-weight: 500;
    font-size: 15px;
    color: #333;
    transition: all 0.3s;
    padding: 0px 10px 0px 10px;
    display: block;
}

.sidebar .link a:hover {
    color: var(--active-color);
    text-decoration: none;
}

.sidebar .link a.active {
    color: var(--active-color);
    font-weight: 500;
}

#Advantages .boxes span {
    background: #b82d22;
    border: 0;
    border-radius: 50%;
    display: block;
    width: 40px;
    line-height: 40px;
    height: 40px;
    margin: 0px auto 0px;
    font-size: 21px;
    text-align: center;
    color: #fff;
}

#Advantages h4 {
    padding: 20px 0px 20px 0px;
}

#Advantages {
    background: #464646;
    padding: 20px 0px;
    background-size: cover;
}

#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 ul, #Services dl, #Services ol{
    margin: 0 0 15px 15px;
}
#Services ul p, #Services ol p, #Services dl p{
    margin: 0 0 8px 0px;
}
#Services {
    /* background: url(../images/15.png) no-repeat center bottom; */
    background: #fff;
    margin-top: 0px;
    position: relative;
    /* z-index: 20; */
}

#Services a.h2, #Services i {
    display: block;
    bottom: 60px;
    text-align: center;
    /* position: absolute; */
     margin: 0px 0px 30px 0px; 
    right: 0;
    font-size: 17px;
}

#Services i {
    color: #555;
    font-size: 10px;
    background: #fff;
}

#Services .card {
    transition: all 0.3s;
    min-height: 240px;
    position: relative;
    background-size: cover;
    background-position: center top;
    box-shadow: none;
    background-size: 100%;
    transition: all 3s ease;
    /* border: 1px solid #ccc; */
}

#Services .card:hover {
    background-size: 115%;
}
#Services .card img{
    max-height: 200px;
    width: auto !important;
    margin: 0px auto !important;
    padding: 20px 0px 10px 0px;
}

#Services .wrapbg {
    
    height: 100%;
    /* position: relative; */
    z-index: 100;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    /* border: 3px solid #999; */
    /* background: rgba(2,0,36,0.3); */
    background: -moz-linear-gradient(136deg, rgb(0 0 0 / 40%) 30%, rgb(0 0 0 / 0%) 100%);
    /* background: -webkit-linear-gradient(136deg, rgb(0 0 0 / 77%) 30%, rgb(255 0 0 / 85%) 100%); */
    /* background: linear-gradient(136deg, rgb(0 0 0 / 40%) 30%, rgb(0 0 0 / 0%) 100%); */
    transition: all 0.3s!important;
}
#Services .wrapbg .text-center{
    overflow: hidden;
    
}
#Services .wrapbg:hover {
    background: -moz-linear-gradient(136deg, rgb(0 0 0 / 50%) 30%, rgb(0 0 0 / 0%) 100%);
    /* background: -webkit-linear-gradient(136deg, rgb(0 0 0 / 50%) 30%, rgb(0 0 0 / 0%) 100%); */
    /* background: linear-gradient(136deg, rgb(0 0 0 / 50%) 30%, rgb(0 0 0 / 0%) 100%); */
    /* border: 3px solid #333; */
}
#Services a.h2:hover{
    text-decoration: none;
}
#Services .wrapprice {
    position: absolute;
    bottom: 12px;
    right: 13px;
}

#Services .card:hover {
}
#Services h3{
     font-size: 1.4rem;
}
#Services h2 a {
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    color: #262626;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    /* Убираем подчеркивание */
    display: block;
    /* text-shadow: 1px 2px 5px #333; */
}

#Services h2 a:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: -3px;
    width: 0;
    height: 1px;
    /* Высота линии */
    background-color: #fff;
    /* Цвет подчеркивания при исчезании линии*/
    transition: width 0.5s;
    
    /* Время эффекта */
}

#Services h2 a:hover {
    color: var(--active-color);
}

#Services h2 a:hover:after {
    content: "";
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
    height: 1px;
    /* Высота линии */
    background-color: #fff;
    /* Цвет подчеркивания при появлении линии*/
    transition: width 0.5s;
    /* Время эффекта */
}

#Services h2 a svg {
    font-size: 20px;
    color: #919191;
}

#Gidrodinamika ul, #Gidrodinamika dl, #Gidrodinamika ol{
    margin: 0 0 15px 15px;
}
#Gidrodinamika ul p, #Gidrodinamika ol p, #Gidrodinamika dl p{
    margin: 0 0 8px 0px;
}
#Gidrodinamika {
    /* background: url(../images/15.png) no-repeat center bottom; */
    background: #fff;
    margin-top: 0px;
    position: relative;
    /* z-index: 20; */
}

#Gidrodinamika a.h2, #Gidrodinamika i {
    display: block;
    bottom: 60px;
    text-align: center;
    /* position: absolute; */
     margin: 0px 0px 30px 0px; 
    right: 0;
    font-size: 17px;
}

#Gidrodinamika i {
    color: #555;
    font-size: 10px;
    background: #fff;
}

#Gidrodinamika .card {
    transition: all 0.3s;
    min-height: 240px;
    position: relative;
    background-size: cover;
    background-position: center top;
    box-shadow: none;
    background-size: 100%;
    transition: all 3s ease;
    /* border: 1px solid #ccc; */
}

#Gidrodinamika .card:hover {
    background-size: 115%;
}
#Gidrodinamika .card img{
    max-height: 200px;
    width: auto !important;
    margin: 0px auto !important;
    padding: 20px 0px 10px 0px;
}

#Gidrodinamika .wrapbg {
    
    height: 100%;
    /* position: relative; */
    z-index: 100;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    /* border: 3px solid #999; */
    /* background: rgba(2,0,36,0.3); */
    background: -moz-linear-gradient(136deg, rgb(0 0 0 / 40%) 30%, rgb(0 0 0 / 0%) 100%);
    /* background: -webkit-linear-gradient(136deg, rgb(0 0 0 / 77%) 30%, rgb(255 0 0 / 85%) 100%); */
    /* background: linear-gradient(136deg, rgb(0 0 0 / 40%) 30%, rgb(0 0 0 / 0%) 100%); */
    transition: all 0.3s!important;
}
#Gidrodinamika .wrapbg .text-center{
    overflow: hidden;
    
}
#Gidrodinamika .wrapbg:hover {
    background: -moz-linear-gradient(136deg, rgb(0 0 0 / 50%) 30%, rgb(0 0 0 / 0%) 100%);
    /* background: -webkit-linear-gradient(136deg, rgb(0 0 0 / 50%) 30%, rgb(0 0 0 / 0%) 100%); */
    /* background: linear-gradient(136deg, rgb(0 0 0 / 50%) 30%, rgb(0 0 0 / 0%) 100%); */
    /* border: 3px solid #333; */
}
#Gidrodinamika a.h2:hover{
    text-decoration: none;
}
#Gidrodinamika .wrapprice {
    position: absolute;
    bottom: 12px;
    right: 13px;
}

#Gidrodinamika .card:hover {
}
#Gidrodinamika h3{
     font-size: 1.4rem;
}
#Gidrodinamika h2 a {
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    color: #262626;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    /* Убираем подчеркивание */
    display: block;
    /* text-shadow: 1px 2px 5px #333; */
}

#Gidrodinamika h2 a:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: -3px;
    width: 0;
    height: 1px;
    /* Высота линии */
    background-color: #fff;
    /* Цвет подчеркивания при исчезании линии*/
    transition: width 0.5s;
    
    /* Время эффекта */
}

#Gidrodinamika h2 a:hover {
    color: var(--active-color);
}

#Gidrodinamika h2 a:hover:after {
    content: "";
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
    height: 1px;
    /* Высота линии */
    background-color: #fff;
    /* Цвет подчеркивания при появлении линии*/
    transition: width 0.5s;
    /* Время эффекта */
}

#Gidrodinamika h2 a svg {
    font-size: 20px;
    color: #919191;
}

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

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

.nfo > div {
    padding: 0.3em;
    line-height: 1.3;
    3УЛЬЬ42БИ3Ъ\8 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: #fff;
    /* background: url(../images/bgbreadcrums.jpg) repeat right top; */
    /* background: linear-gradient(45deg, #b82d22, #fff);;/* background-size: 170px; */
    /* background: linear-gradient(90deg, #101010, #fff); */
}

#bredcrumbs {
    color: #616161;
    font-size: 13px;
}

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

#bredcrumbs a {
    text-decoration: none;
    color: #616161;
}

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

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

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

#mainborder:after, #mainborder:before {
    border-bottom: 3vw solid #efefef;
    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;
    color: #fff!important;
    background: var(--active-color);
    /* width: 230px; */
    margin: 0px auto;
    border: 2px solid var(--active-color) !important;
    font-size: 15px !important;
    padding: 4px 15px !important;
    /* text-transform: uppercase; */
}
a.callback svg{
    font-size: 16px;
    margin: 0px 5px 0 0;
}

a.callback:hover {
    color: #fff!important;
    background: #333;
    border: 2px solid #333!important;
}
a#call{
    font-size: 15px!important;
position: fixed!important;
    bottom: 20px;
    left: 50%;
    z-index:100;
    width:150px;
    margin-left:-75px!important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    
}
.form h2 {
    font-size: 22px;
}

.form h3 {
    font-size: 14px;
    color: #585858;
}

.form {
    font-family: 'Roboto';
}

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 !important;
}

.button,.button-b {
    transition: 0.3s !important;
    background: var(--active-color);
    border: 2px solid var(--active-color) !important;
    font-size: 16px !important;
    padding: 6px 10px;
    color: #fff!important;
    border-radius: 25px;
    /* 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: 680px;
    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: 150px;
    /* right: -200px; */
    text-align: right;
    z-index: 1000;
}

#Animation .a_capt{
    /* text-align: center; */
    font-size: 25px;
    padding: 0px 100px 20px;
    color: #fff;
    text-shadow: 0px 2px 6px rgb(0 0 0 / 60%);
}
#Animation .a_capt:after {
    display: block;
    content: "";
    height: 2px;
    width: 550px;
    background: #fff;
    text-align: right;
    margin: 10px 0px 0px auto;
}
#Animation .a_descr{
    text-align: right;
    padding: 0px 100px 60px;
    font-size: 33px;
    color: #fff;
    text-shadow: 0px 1px 5px rgb(0 0 0 / 50%);
}
    #Animation .a_btn{
    padding: 0px 60px 60px;
        
    }
    #Animation .zakaz{
        position: absolute;
        top: 10px;
        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: #b82d22;
    font-size: 14px;
    padding: 10px 40px;
    margin: 0px 40px;
    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%);
    color: #333 !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 var(--active-color) !important;
        color: var(--active-color) !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: -30px;
    /* right: -38px; */
}
 #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: 6px 0px 0px;
    color: #333;
}

#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: 21px;
    font-weight: 600;
    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: 15px 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;
    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 0px 0px;
    padding: 0px;
    display: flex;
}
a.logo .padd{padding: 8px 0 0 10px;}
a.logo .logoH{color: #102b6e;text-transform: uppercase;font-weight: 700;line-height: 20px;letter-spacing: -0.5px;font-size: 17px;text-align: left;}
a.logo .logoL{
    color: #2185b8;/* text-transform: uppercase; */font-weight: 600;/* line-height: 20px; */letter-spacing: -0.3px;font-size: 12px;margin: -2px 0 0 0;white-space: nowrap;}
a.logo img {
    height: 65px;
    /* float: left; */
    /* margin: 0px 20px 0px 0px; */
}

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

.logotext span {
    font-weight: 400;
    line-height: 19px;
    text-transform: lowercase;
    font-size: 16px;
    letter-spacing: 3px;
    font-family: "Open Sans" !important;
}
.logotext span.furst{
    letter-spacing: 6.3px;
}
.logotext {
    /* font-weight: 600; */
    line-height: 16px;
    /* font-size: 16px; */
    padding: 6px 0px 0px;
    /* color: #b82d22; */
    /* letter-spacing: 1px; */
}
    .f-logo .logotext{
        
    letter-spacing: 0px;
         white-space: nowrap !important;
         display: block;
         padding:0;
         margin: 0;
    }
     .f-logo .logotext span{
         padding:5px 0px 5px 0px;
         margin: 0;
    letter-spacing: 0.7px;
         white-space: nowrap !important;
         display: block;
         
     }

/* =Shadow Nav   -------------------------------------------------------------------------- */
#top-menu {
    transition: all ease-in-out 0.2s;
    position: relative;
    z-index: 10;
    margin: 100px auto 7px auto;
    text-align: center;
}

#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 {
    padding: 0;
    margin: 0;
    text-align: center;
    display: block;
    list-style: none;
    position: relative;
    z-index: 1000;
}

#nav-shadow li:hover > ul {
    visibility: visible;
    opacity: 1;
}

#nav-shadow li {
    margin: 0px 0px;
    padding: 0;
    /* min-width: 90px; */
    position: relative;
    display: inline-block;
    /* background: #e1e1e1; */
    /* float: left; */
    transition: all ease-in-out 0.1s;
}
#nav-shadow  ul.picker_body > li{
    display: block;
}
#nav-shadow li ul > li ul {
    left: 10px
}
#nav-shadow li:hover {
    /* background: var(--active-color); */
}

#nav-shadow li:hover > ul {
    opacity: 1;
}
#nav-shadow > li:first-child  a{
    margin: 0px 8px 0 0;
    padding: 5px 33px 5px 0;
}
#nav-shadow > li:last-child a{
    margin: 0px 0px 0 8px;
    padding: 5px 0  5px 33px;
    
}
#nav-shadow > li.active {
    /* background: var(--active-color); */
}

#nav-shadow ul li.active > a {
    color: #303030;
}

#nav-shadow li.active > a {
    color: #333;
    /* border-top: 3px solid var(--active-color); */
    /* padding: initial; */
}

#nav-shadow li.active > a span.ic svg {
    /* color: #ffffff !important; */
}

#nav-shadow ul li:hover {
    /* border-bottom: 1px solid #f3f3f3; */
}

#nav-shadow a, #nav-shadow a:visited, #nav-shadow a, #nav-shadow a:hover {
    /* border-bottom: 2px solid transparent; */
    font-size: 17px;
    font-weight: 600;
    margin: 0px 8px;
    display: block;
    padding: 5px 37px;
    line-height: 37px;
    /* position: relative; */
    transition: all ease-in-out 0.2s;
}

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

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

#nav-shadow li a:hover, #nav-shadow li a.on {
    color: var(--active-color);
    text-decoration: none;
    /* border-bottom: 2px solid #1080b5; */
}

#nav-shadow li > ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0px;
    margin: 0;
    border-radius: 3px;
    width: auto;
    /* position: relative; */
    z-index: 10000000;
    min-width: 300px;
    padding: 3px;
    top: 100%;
    background: #fff;
    box-shadow: 1px 2px 4px #060a0e2b;
    transition: all ease-in-out 0.3s;
}

#nav-shadow > li > ul > li {
    display: block;
    border-bottom: 1px solid #f3f3f3;
    width: 100%;
    float: none;
    background: #fff !important;
    text-align: left;
    padding: 0px 0px;
    position: relative;
    z-index: 100000000;
    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: 15px !important;
    position: relative;
    border: none !important;
}

#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(--active-color);
    opacity: 0;
    transition: all ease-in-out 0.3s;
}

#nav-shadow li ul li a:hover:after,#nav-shadow li ul li.active a:after  {
    top: 0;
    height: 100%;
    opacity: 1;
    visibility: visible;
}

#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: 10px 0px 0px;
    color: #e1e1e1;
}

#PageMap .text p {
    /* padding: 0px 0px 0px; */
    /* font-size: 15px; */
    color: #e1e1e1;
}

#PageHeader {
    margin: 0px auto 0 auto;
    padding: 10px 0px;
    height: auto;
    left:  0;
    position: fixed;
    right: 0;
    z-index: 1000;
    /* overflow: visible; */
    box-shadow: 0px 1px 7px 1px rgb(0 0 0 / 14%);
    transition: all ease-out 0.15s;
    background: #fcfcfc;
}

#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: #fff;
    margin: 0px 0px 0px 0px;
    transition: all ease 0.1s;
    padding: 0px 0;
    min-height: 60vh;
}
.partnery img{
    height: 155px;
    padding: 10px;
}
#PageContent h1 {
    font-weight: 500 !important;
    color: #333;
    font-size: 52px;
}
#PageContent  h1.caption {
    font-weight: 500 !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; */
}

#PageFooter {
    margin: 0px auto 0px auto;
    padding: 20px 0px;
    font-size: 12px;
    background: #efefef;
    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: 80px; */
 }
#PageFooter p{
    padding: 15px 0px 0px 0px;
    font-size: 13px;
}
#PageFooter b p{font-weight: 500;line-height: 28px;margin: 0;padding: 0;}
#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;
}

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

.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;
    text-align: left;
}

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

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

.Price_round_box {
    border: 1px solid #b7a8aa;
    padding: 10px;
    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;
}

.Price_round_box:hover {
    border: 1px solid #690;
    padding: 10px;
    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;
    cursor: default;
}

.Price_period {
    border: 1px solid #b7a8aa;
    padding: 5px;
    margin: 1px 1px 10px 140px;
    -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;
}

.Price_sel {
    width: auto;
    color: #690;
    text-decoration: none;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 22px;
    font-style: italic;
    text-align: left;
    padding: 4px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    text-shadow: 0px 2px 4px #fff;
}

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

#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: var(--active-color);
    color: #fff;
    font-size: 14px !important;
    padding: 2px 10px !important;
}

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