html {
    height: 100%;
}

* {
    margin: 0;
    padding: 0;
}

body {
    background: url('/images/bg.png') repeat scroll 0 0 transparent;
    color: #333;
    font: 14px/1.5 Helvetica, Arial, sans-serif;
    position: relative;
    min-height: 100%;
    height: 100%;

}

div {
    display: block;
}

.clearfix {
    clear: both;
    zoom: 1;
}

img {
    border: none;
}

fieldset {
    margin-bottom: 1em;
    padding: .5em;
}

ol {
    text-align: left;
    margin-left: 20px;
}

ul {
    text-align: left;
}

ul.menu li {
    margin: 0;
}

#revision-body li, #reference li {
    margin-left: 20px;
}

a {
    text-decoration: none;
    color: #0164C1;
}

a:hover {
    text-decoration: none;
    color: #f6911a;
}

.gray {
    color: #666666;
}

.light-blue {
    color: #0164C1;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
}

h1 {
    padding: 2px 0 10px;
    margin: 0;
    font-size: 23px;
    color: #333;
    line-height: 110%;
}

h1 a {
    border-bottom: 1px dotted;
}

h1 a:hover {
    border-bottom: none;
}

h2 {
    padding: 0 4px 0 0;
    margin: 0;
    font-size: 15px;
    display: inline;
    font-weight: bold;
    color: #282828;
}

h3 {
    padding: 8px 0;
    color: #0164C1;
}

h4 {
    padding: 8px 0 4px;
}

h6 {
    font-size: 12px;
}

strong {
    color: #000;
    font-weight: 400;
}

strong.red {
    color: #D14300;
    font-size: 15px;
}

.box {
    box-shadow: 1px 1px 3px #999;
    border-radius: 5px;
    color: #282828;
    overflow: hidden;
    background: #FFF none repeat scroll 0 0;
    padding: 10px 20px 18px;
    margin-bottom: 18px;
}

.wrap {
    min-width: 1000px;
    height: auto;
    min-height: 100%;
    margin-bottom: -115px;
}

.wrap:after {
    content: "";
    display: block;
}

.footer, .wrap:after {
    height: 115px;
}

.footer-row {
    display: flex;            
    flex-wrap: wrap; 
    gap: 20px;
    margin-bottom: 8px;
}

.item {
    flex: 1 1 calc(25% - 20px);
}

.item-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-p {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
}

.footer-p__email {
    font-weight: 700;
    color: #0164C1 !important;
}

.footer-p__info {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 4px;
}

.footer-p__info .label {
  font-weight: bold;
  background-color: inherit;
}

.footer-p__info .phones {
  display: flex;
  flex-direction: row;
  gap: 4px;
}
.footer-p__info .phones a{
  font-weight: 700;
}

/************ BLOCKS *************/
/* titleblock */
span.blocktitle {
    display: block;
    position: absolute;
    left: -8px;
    width: 222px;
    height: 28px;
    font-size: 18px;
    color: #094f83;
    text-align: left;
    padding: 0 0 2px 40px;
    background: url('/images/block-title.png') no-repeat;
}


/************ FORMS *************/
.form-required {
    color: #f00;
}

.field-field-cost-discount {
    color: #666;
    position: relative;
}

.field-field-cost-discount:after {
    border-bottom: 0.125em solid #f00;
    content: "";
    left: 0;
    margin-top: calc(0.125em / 2 * -1);
    position: absolute;
    right: 0;
    top: 50%;
}

.header {
    background: #fefefe url(../images/header_bg.png) top repeat-x
}

.header .container {
    margin: 0 auto;
}

.header .logo {
    padding: 15px 15px 10px 25px;
}

.header .logo .logo-note {
    color: #666666;
    font-size: 15px;
    font-style: italic
}

#right-cart-favorite-cont {
    margin-left: auto;
    order: 2;
    display: flex;
    text-align: right;
    justify-content: center;
    flex-direction: column;
}

.header .h-center {
    display: none;
}

.header .h-center.active {
    display: flex;
}

.header .phone {
    color: #282828;
    font-weight: 700;
    font-size: 1.1em;
}

.header .phone span {
    color: #666666;
}

.header .phone .signature {
    font-size: 12px
}

.header .links {
    padding-top: 22px;
}

.header .links span {
    display: inline-block;
    background: url(../images/ico02.png) 0 0 no-repeat;
    padding: 1px 0 5px 28px
}

.header .links span a span, #favorite-button a {
    display: inline;
    background: none;
    padding: 0;
    color: #0164C1;
    border-bottom: 1px solid #99C1E6;
    margin: 0;
}

.header .links span.mail {
    background: url(../images/ico03.png) no-repeat;
    margin-right: 20px
}

/* Slider */
.tabs-box .tbox.visible {
    display: block
}

.tabs-box .tbox {
    display: none
}

div.prettyphoto_item {
    display: none;
    margin: auto;
    text-align: center;
    position: relative
}

div.prettyphoto_item {
    line-height: 200px;
    vertical-align: middle;
    margin: 0 auto;
    height: 400px;
    align-items: center;
    justify-content: center;
    display: flex !important;
}

div.prettyphoto_item img {
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 400px;
    vertical-align: middle;
}

div.prettyphoto {
    /*    width: 440px;   */
    padding: 10px 0 10px;
    position: relative;
}

img.zoom {
    position: absolute;
    right: -3px;
    bottom: 3px
}

img.play-big {
    max-width: 260px;
    max-height: 200px;
    width: auto;
    height: auto
}

/* Footer */
.footer {
    clear: both;
    min-width: 1000px;
    background: #fff url(../images/footer_bg.png) top repeat-x;
    min-height: 120px;
    height: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #000;
    font-size: 14px;
    background-color: #FDFDFD;
}

.footer .container {
    margin: 0 auto;
    padding-top: 20px;
    display: table
}

.footer .f-left {
    color: #666666;
    font-size: 13px;
    text-shadow: 0 1px 1px #fff;
}

.footer .f-left div {
    padding: 5px 0 0 15px
}

.footer .f-left2 {
    color: #666666;
    font-size: 13px;
    text-shadow: 0 1px 1px #fff;
    display: table-cell;
}

.footer .f-left2 div {
    padding: 0 0 0 15px
}

.footer .f-right {
    color: #666666;
    font-size: 13px;
    text-shadow: 0 1px 1px #fff;
    text-align: right;
    display: table-cell;
    float: right;
}

.footer .f-right a {
    color: #666666;
}

.footer .f-right span a {
    color: #666666;
    text-decoration: none
}

.footer .f-center {
    margin: 0 200px 0 440px
}

.footer .f-center div {
    color: #666666;
    font-size: 13px;
    text-shadow: 0 1px 1px #fff
}

.footer .f-center div span {
    font-size: 13px;
    font-style: italic;
    color: #666666;
    font-weight: 300
}

.for-payment-clients {
    font-weight: bold;
}

.for-payment-clients-image {
    background: #fff;
    padding: 5px;
    border: 1px solid #CCC;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    width: 250px;
}

/* Footer */
.clear {
    clear: both
}

* html .clearfix {
    height: 1%;
    overflow: visible;
}

* + html .clearfix {
    min-height: 1%;
}

.clearfix:after {
    content: "";
    clear: both;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
}

/*Блок вывод городов*/
#citylist, #comfirm {
    /*position: absolute;*/
    z-index: 20;
    background-color: #FFF;
    padding: 10px 20px;
    box-shadow: 1px 1px 3px #999;
    border-radius: 5px;
    text-align: center;
}

#citylist ul {
    column-count: 2;
    padding: 10px 0;
    list-style-type: none;
    list-style-position: inside;
}

#citylist ul li {
    padding: 5px 10px;
}

#citylist ul li span, #comfirm span {
    border-bottom: 1px solid #99C1E6;
    cursor: pointer;
    color: #0164C1;
}

#citylist ul li span:hover {
    text-decoration: underline;
    cursor: pointer;
}

#city {
    float: right;
    width: 200px;
    margin: 18px 0 0;
    padding: 0 0 6px 37px;
}

#city a {
    color: #0164C1;
    border-bottom: 1px solid #99C1E6;
}

.field-instruction {
    display: inline-flex;
}

.yandex-banner {
    text-align: center;
    font-size: 12pt;
}

.yandex-banner a {
    color: #000;
}

.yandex-banner img {
    margin-bottom: -2px;
}

#more-filters a, #less-filters a, #more-watched a {
    border-bottom: 1px dotted;
}

#more-filters span.plus, #more-watched span.plus {
    margin-left: -3px;
    background: url('/images/plus.png') no-repeat;
    padding: 2px 19px 0 0;
}

#less-filters span.minus {
    margin-left: -3px;
    background: url('/images/minus.png') no-repeat;
    padding: 2px 19px 0 0;
}

#more-watched {
    cursor: pointer;
}

.price_clarify:hover {
    color: #ed620d;
}

.price_clarify {
    color: #ed1c24;
    border: none;
    text-decoration: underline dashed;
    background-color: transparent;
    cursor: pointer;
}

#contact-contact {
    width: 330px;
}

.table-cell {
    display: table-cell;
}

.rating-list {
    float: right;
}

.c-rating_item_static {
    height: 20px;
    width: 20px;
    background: url("../images/stars.svg");
    background-position: 0 0;
    list-style: none;
    float: left;
    background-size: cover;
}

.c-rating_item_static.is-active {
    background-position: -18px 0;
}

.rating-list-item {
    height: 25px;
}

.rating-list-view {
    width: 100%;
    vertical-align: middle;
    text-align: left;
}

.rating-list-view tr td {
    padding: 0 0 14px 0;
}

.rating-list-view tr td:last-child {
    width: 100px;
}

.lighter {
    font-weight: lighter !important;
}

/* кнопка вверх */
#back-top {
    position: fixed;
    bottom: 137px;
    display: none;
    box-shadow: 1px 1px 3px #999;
    border-radius: 5px;
    z-index: 999;
}

#back-top a {
    width: 48px;
    display: block;
    text-align: center;
    font: bold 12px Arial;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    transition: 1s;
}

#back-top a:hover {
    text-decoration: underline;
}

#back-top span {
    border-radius: 5px;
    background: url("../images/to-top-arrow.png") no-repeat 50% 30% #F5890A;
    display: block;
    width: 48px;
    height: 48px;
    margin-bottom: -14px;
    transition: 1s;
}

.v2 .catalog_by_four:not(.similar-slider) {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.v2 .similar-slider {
    height: 100%;
}

.similar-container .similar-container-content {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    border: 1px #dde2e6 solid;
    padding: 15px;
    margin: 0 5px;
}

.similar-slider {
    opacity: 0;
    transition: opacity 0.3s ease;
}
.similar-slider.slick-initialized {
    opacity: 1;
}


.v2 .similar-slider .similar-container {
    width: calc(25% - 10px);
    margin: 0;
    margin-bottom: 20px;
    color: #000;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.v2 .bx-wrapper {
    position: relative;
}

.v2 .bx-wrapper .bx-controls-direction a {
    position: absolute;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 0;
    background: rgba(243, 243, 243, 0.6);
    font-family: monospace;
    width: 27px;
    height: 69px;
    top: 50%;
    margin-top: -35px;
}

.v2 .bx-wrapper .bx-controls-direction a.bx-prev {
    left: -20px;
}

.v2 .bx-wrapper .bx-controls-direction a:before,
.v2 .bx-wrapper .bx-controls-direction a:after {
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    height: 9px;
    background: rgba(46, 64, 82, 0.5);
}

.v2 .bx-wrapper .bx-controls-direction a.bx-prev:before {
    transform: rotate(45deg);
    top: 29px;
    left: 10px;
}

.v2 .bx-wrapper .bx-controls-direction a.bx-prev:after {
    transform: rotate(-45deg);
    top: 35px;
    left: 10px;
}

.v2 .bx-wrapper .bx-controls-direction a.bx-next {
    right: -20px;
}

.v2 .bx-wrapper .bx-controls-direction a.bx-next:before {
    transform: rotate(45deg);
    top: 35px;
    right: 10px;
}

.v2 .bx-wrapper .bx-controls-direction a.bx-next:after {
    transform: rotate(-45deg);
    top: 29px;
    right: 10px;
}

.v2 h3, .v2 h1 {
    text-align: center;
    font-size: 21px;
    color: #000;
    font-weight: 400;
    padding: 5px 0;
}

.row .col {
    float: left;
}

.col.lg-3 {
    width: 25%;
}

.tab-wrapper .tab-labels {
    border-bottom: 1px solid #ddd;
    white-space: nowrap;
    height: 58px;
    margin: 0 -15px;
    margin-top: -10px;
    margin-bottom: 14px;
    font-size: 0;
}

.tab-wrapper .tab-labels.tab-label-largre-offset {
    margin-bottom: 60px;
}

.tab-wrapper .tab-labels .tab-label,
.tab-wrapper .tab-labels .more {
    display: inline-block;
    line-height: 58px;
    font-size: 20px;
    font-weight: 400;
    padding: 0 30px;
    cursor: pointer;
    background: #e8e8e8;
    color: #a4abb1;
    border-right: 1px #fff solid;
}

.tab-wrapper .tab-labels .tab-label.active,
.tab-wrapper .tab-labels .more.active,
.tab-wrapper .tab-labels .tab-label:hover {
    color: #333;
    background: #fff;
}

.tab-wrapper .tab-contents .tab-content {
    visibility: hidden;
    position: absolute;
    overflow: hidden;
    height: 0;
}

.tab-wrapper .tab-contents .tab-content.active {
    display: block;
    visibility: visible;
    position: static;
    height: auto;
    padding: 0 15px;
}

.tab-wrapper.tab-short .tab-label {
    padding: 0 25px;
}

.tab-wrapper.tab-short .tab-contents {
    padding: 0;

    margin-left: -15px;
    margin-right: -15px;

}

.tab-wrapper.tab-short .tab-contents .bx-wrapper {
    margin: 0 auto;
}

.logo-carousel .brand {
    padding: 5px;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    font-size: 0;
    height: 80px;
}

.logo-carousel .brand:after {
    content: '';
    display: block;
    position: absolute;
    border: 1px solid #dde2e6;
    border-radius: 5px;
    top: 10px;
    left: 5px;
    right: 5px;
    bottom: 10px;
}

.logo-carousel .brand:before {
    display: inline-block;
    width: 0;
    content: '';
    height: 100%;
    vertical-align: middle;
}

.logo-carousel img {
    padding: 10px;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.certificate a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
}

.certificate img {
    max-height: 100%; 
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

.certificate {
    height: 100% !important;
    width: 100% !important;
    display: flex !important;
}

.tab--clients {
    padding: 0 20px;
}

.tab--clients td {
    padding-bottom: 30px;
}

.tab--clients td:nth-child(2n) {
    padding-left: 20px;
    padding-right: 70px;
    width: 40%;
    font-size: 14px;
}

.tab--clients p {
    margin-bottom: 20px;
    margin-top: 10px;
    font-size: 14px;
}

#chengecity:hover {
    cursor: pointer;
}

.w-100 {
    width: 100%;
}

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

#main-dropdown{
    background: #fff;
    min-height: 650px;
}

iframe{
    min-width: 100%;
}

.yt-video{
    padding-top: 1%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.yt-video > a {
    min-width: 100%;
}

.yt-video > a > img {
    object-fit: cover;
    width: 100%;
    height: 315px;
}

.form-wrap-btn{
    display: flex;
    justify-content: center;
    margin: 1% 0;
}

.btn-form {
    width: 300px;
    max-width: 50%;
    height: 1.5rem;
}

.rustan-like.loading::before,
.rustan-comment.loading::before{
    display: none;
}

.noindex{
    display: flex;
    align-items: center;
}

.top10-card {
    position: relative; 

}

.top10-card-link::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.top10-details, 
.top10-details a {
    position: relative;
    z-index: 2;
}