.columns {
    margin: 0;
}

html {
    height: 100%;
    width: 100%;
    scrollbar-width: thin;
}

.ui-btn {
    position: fixed;
    display: block;
    width: 200px;
    text-align: center;
    font: 300 18px / 53px 'PT Sans Narrow', sans-serif;
    color: #222;
    transition: 0.3s;
    z-index: 540;
    outline: none;
    bottom:20px;
    right:20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;

    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.ui-btn a {
    text-decoration: none;
    color: #000;
    transition: 0.3s;
}


@keyframes fadeIn {
     0% {
         opacity: 0;
     }
     100% {
         opacity: 1;
     }
 }

@keyframes airport {
    from {
        opacity: 0;
        transform: rotateX(180deg);
    }
    to {
        opacity: 1;
        transform: rotateX(0deg);
    }
}

.airport-holder {
    position: relative;
}

.airport-letter {
    border:1px solid #f5f5f5;
    padding: 3px 4px;
    color: #BA0C2F;
    background: rgb(247,247,247);
    background: linear-gradient(180deg, rgba(247,247,247,1) 0%, rgba(247,247,247,1) 50%, rgba(255,255,255,1) 51%, rgba(255,255,255,1) 100%);
    border-radius: 6px;
    margin: 0 5px;
    display: inline-block;
    user-select: none;
    min-width: 50px;
    text-align: center;
}

.airport-animation {
    color: #BA0C2F;
    animation-name: airport;
    animation-duration: 500ms;
    animation-iteration-count: 1;
    background: rgb(230,230,230);
    background: linear-gradient(180deg, rgba(230,230,230,1) 0%, rgba(230,230,230,1) 50%, rgba(246,246,246,1) 51%, rgba(246,246,246,1) 100%);
}

.reverse_email {
    unicode-bidi: bidi-override;
    direction: rtl;
    border-bottom: 1px dashed;
    cursor: copy;
}

html, body {
    font-family: 'PT Sans Narrow', sans-serif;
    color: #231F20;
    margin: 0;
    padding: 0;
}


.promo_ul {
    list-style-type: square;
    padding-left: 30px;
}

.statline {
    line-height: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #f5f5f5;
    min-height: 50px;
}

.stat_header {
    position: static;
}

.tos_overlay {
    font-size: 1rem;
    background: #222;
    color: #fff;
    border-radius: 4px;
    position: fixed;
    width: 400px;
    left: 50%;
    bottom: 10%;
    padding: 20px;
    margin-left: -200px; /* Negative half of width. */
}

.phone-info {
    padding: 1px 4px;
    background-color: #fff;
    color:#222;
    border-radius: 5px;
    font-size: 11px;
}

.tos_overlay a {
    color: white;
    border-bottom: 1px solid;
    line-height: 135%;
}

.tos_overlay_btn {
    border: none;
    background: none;
    position: absolute;
    top: 5px;
    right: 0;
    color: white;
    filter: invert(100%);
    cursor: pointer;
}

/* NAVIGATION */
.ste_nav_base {
    justify-content: flex-start;
    display: flex;
    flex: 1 0;
    flex-wrap: wrap;
    height: 64px;
    overflow: hidden;
    padding-right: 24px;
}


.ste_nav_link {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-right: 23px;
    position: relative;
    word-wrap: break-word;
    align-items: center;
    color: #222;
    font-family: inherit;
    font-size: 1.3rem;
    height: 64px;
    letter-spacing: 0;
    font-weight: 400;
    outline: none;
    text-decoration: none;
    transition: .3s ease-in-out;
    transition-property: color, box-shadow;
    white-space: nowrap;
}

.ste_nav_link:hover.ste_nav_inner {
    box-shadow: inset 0 -3px 0 -1px #BA0C2F;
}

.ste_nav_link .sup {
    background-color: #BA0C2F;
    color:white;
    font-size:10px;
    border-radius:5px;
    padding:0 4px;
    margin-bottom: 10px;
    margin-left: 5px;
}

/* BASE */
.stiebel_tos {
    background: #eee;
    color: #333;
    padding: 20px 0;
    font-size: 15px;
    line-height: 1.3em;
    text-align: justify;
}

button {
    border-radius: 0;
    
}

.text_div {
    max-width: 100ch;
    padding: 3em 1em;
    margin: auto;
    line-height: 1.75;
    font-size: 1.25em;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

.manager_stock {
    border-top: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 10px 15px;
    background: #fff;
    font-family: Consolas, monospace;
    font-size: 12px;
    width: 190px;
}

.manager_stock p {
    margin: 5px 0;
}

.manager_stock span {
    float: right;
}

.fheader {
    height: 48px;
    line-height: 48px;
    color: white;
    font-size: .8rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: height 500ms ease;
    overflow: hidden;
}

.fh_hidden {
    height: 3px;
}

.desktop_search {
    padding: 10px 0;
    z-index: 2000;
    position: fixed;
    top: 20%;
    width: 100%;
    color: white;
}

.submenu_holder {
    background: #fff;
    padding: 40px 20px 100px;
    min-height: 350px;
    display: none;
    z-index: 1500;
}

.submenu_holder a {
    display: block;
    font-size: 1.3rem;
    padding-top: 4px;
}

.submenu_holder a:hover {
    color: #808285;
}

.sub_header {
    color: darkgray;
    font-size: 1rem;
}

.menu_btn1:hover #submenu_2 {
    display: block !important;
    color: green;
    font-size: 25px;
}


.ds_badge {
    padding: 10px 15px;
    color: #222;
    border-radius: 4px;
    text-decoration: none;
    font-size: 1rem;
    display: inline-block;
    background: none;
    border: 1px solid #222;
    margin: 10px 0;
}

.ds_badge:hover {
    color: #222;
    text-decoration: none;
    background: white;
}


.swiper-pagination-progressbar-fill {
    background: #222 !important
}


.top_header {
    background: #fff;
}

.nobtn {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.nobtn img {
    vertical-align: text-bottom;
    pointer-events: none;
}

.hbtn {
    padding: 0 5px;
}

.loan_btn {
    border: none;
    background: none;
    cursor: pointer;
}

.head_btn {
    background: none;
    padding: 8px 10px;
    border: none;
    cursor: pointer;
    transition: background 500ms ease;
    position: relative;
    border-radius: 50%;
}

.head_btn:hover {
    background: #BA0C2F;
}

.head_btn img {
    height: 20px;
    width: 20px;
}

.head_btn_badge {
    position: absolute;
    top: -5px;
    right: -1px;
    background-color: #BA0C2F;
    border-radius: 50%;
    color: white;
    font-size: 10px;
    width: 15px;
    height: 15px;
    opacity: 1;
    transition: opacity 500ms ease;
    padding: 1px 0;
}

.head_btn_badge:empty {
    opacity: 0;
}


.t_btn {
    border: none;
    padding: 0;
    background: none;
    height: 100%;
    outline: 1px solid red;
}

.ste_red {
    color: #BA0C2F !important;
}

.preheader_bg {
    background-color: #222;
}

.run .preheader_bg {
    background-color: #ba0c2f;
}


.city_btn {
    background: #fff;
    border: 1px solid #f5f5f5;
    border-radius: 10px;
    padding: 3px 8px;
    margin: 5px;
    font-size: 1rem;
    cursor: pointer;
}

.prenav {
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
}

.prenav li {
    display: inline;
    padding: 0px 7px;
}

.prenav_btn {
    color: #fff;
    text-decoration: none;
    font-size: 0.8rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: border 500ms ease-out;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.prenav_link {
    color: #fff;
    text-decoration: none;
    font-size: 0.8rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
    transition: border 500ms ease-out;
}

.prenav_link:hover {
    text-decoration: none;
    border-bottom: 1px solid #fff;
    color: #fff;
}

.prenav_red {
    color: #EA4A57;
}

.preheader {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1000;
}

.columns:not(:last-child) {
    margin-bottom: 0 !important;
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}


.media {
    display: block !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

input,
button {
    font-family: inherit;
}

button {
    outline: 0;
}

.pho {
    font-size: 1.5rem;
    animation-name: color_change;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.block_promo {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    transition: background-color 0.5s ease;
    background: #F4F4F4;
    padding: 35px 10px;
    border-radius: 5px;
}

.block_promo:hover {
    text-decoration: none;
    color: inherit;
    background-color: #e1e1e1;
}

.block_promo_info {
    font-size: 1rem;
    color: #AAAAAA;
}

.bestprice {
    color: #808285;
    font-size: 1rem;
}

.bestprice-btn {
    padding: 0;
    color: #BA0C2F;
    font-size: 1rem;
    border: 0;
    border-bottom: 1px solid #BA0C2F;
    background: none;
    outline: 0;
    cursor: pointer;
}

#bestprice-result {
    color: #BA0C2F;
    font-size: 1.2rem;
}

.image-style-align-left {
    float: left;
    margin-right: 20px;
    max-width: 50%;
}

.image-style-side {
    float: right;
    margin-left: 20px;
    max-width: 50%;
}

.image.image_resized {
    max-width: 100%;
}

.swiper-slide-active {
    z-index: -999 !important;
}

.corp-phone-a {
    font-size: 10px;
    font-family: Verdana;
    color: #808285;
}

@-webkit-keyframes color_change {
    from {
        color: black;
    }

    to {
        color: #BA0C2F;
    }
}

@-moz-keyframes color_change {
    from {
        color: #BA0C2F;
    }

    to {
        color: black;
    }
}


.mobile-nav-list a,
.mbnav_title {
    display: block;
    padding: 5px 8px;
    font-size: 1.5rem;
    border-bottom: 1px solid #E5E5E5;
}

.bottom_bar {
    box-shadow: 0 0 20px rgba(0, 0, 0, .05);
    position: fixed;
    bottom: 0;
    background: #fff;
    width: 100%;
    border-top: 1px solid #D2D2D2;
    z-index: 2000;
}

.bottom_bar_inner {
    border-top: 1px solid #E9E9E9;
}

.mobile_block {
    padding: 6px 8px;
}

.bottom_bar_btn {
    outline: 0;
    border: 0;
    cursor: pointer;
    background: none;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    padding: 2px 0 0 0;
    opacity: 0.5;
    color: #222;
}

.bottom_bar_btn:active,
.bottom_bar_btn:focus {
    outline: 0 !important;
}

.bottom_bar_btn span {
    display: block;
    font-size: 10px;
}

.bbar_btn_activated {
    opacity: 1;
}

.grad-line {
    background: #e5e5e5;
    /*background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 50%, rgba(255,255,255,1) 100%);*/
    background: linear-gradient(to right, #E5E5E5, white);
    height: 1px;
}

.ico-btn {
    border: none;
    background: none;
    padding: 0
}

.tkl-0 {
    display: none;
}

.trinvis {
    display: none;
}

.ste-day {
    background: #808285;
    color: white;
    padding: 1px 3px;
    font-size: 11px;
    border-radius: 5px;
}

.ste-br {
    display: block; /* makes it have a width */
    content: ""; /* clears default height */
    margin-top: 1px; /* change this to whatever height you want it */
}

.leaders {
    overflow-x: hidden;
    max-width: 98%;
    margin: 0 auto;
}

.leaders li {
    font-size: 1.2rem;
    border-top: 1px solid #f5f5f5;
    padding: 5px 0;
    /*background: url(https://static.stiebel.shop/stiebel/li_back.png) transparent 0 17px repeat-x;*/
}

.leaders li.title {
    background: none;
    font-weight: bold;
    margin: 18px 0;
    border: none;
    float: left;
}

.leaders li.title + li {
    margin-top: 20px;
}


.leaders li > span {
    background-color: #ffffff;
}

.leaders li > span + span {
    float: right;
}


.store-link {
    display: block;
    width: 100%;
    background-color: #000;
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    padding: 7px 12px;
}

.ste_inp_base {
    display: inline-block;
    padding: 10px 15px;
    font-size: 1rem;
    border-radius: 5px;
    -webkit-appearance: none;
}

.ste_inp {
    border: 1px solid #e5e5e5;
}

.ste_btn {
    background-color: #808285;
    border: 1px solid transparent;
    color: white;
    cursor: pointer;
}

.ste_btn:disabled {
    opacity: 0.3;
}

.ste_onenumb {
    display: inline-block;
    width: 2rem;
    text-align: center;
    padding: 10px 0;
}

.ste_btn_outline {
    background: #fff;
    border: 1px solid #E5E5E5;
    color: #222;
    cursor: pointer;
}

.store-bar {
    background-color: #FBCFBD;
    font-size: 1.2rem;
    border-radius: 5px;
    padding: 20px 15px;
}

.store-bar span {
    margin-left: 25px;
    display: inline-block;
}

.store-bar1:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(https://static.stiebel.shop/icons/all/alert-circle.svg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.center {
    margin: 0 auto;
    width: 1000px;
}


a {
    color: #4A4A4A;
    text-decoration: none;
}


p {
    margin: 0px 0 15px 0px;
    line-height: 1.2;
}

ul {
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.clearfix:after {
    content: '';
    display: table;
    clear: both;
}

.hidden {
    display: none;
}

.new_fcard {
    text-align: center;
    border-radius: 5px;
    border: 1px solid #f4f4f4;
    display: block;
    transition: background-color 500ms ease;
}

.new_fcard:hover {
    background-color: #f4f4f4;
}

.new_fcard:hover > img {
    transform: scale(1.1);
}

.new_fcard img {
    width: 100%;
    border-radius: 5px 5px 0 0;
    transition-duration: 500ms;
}

.nfcard_title {
    font-size: 1.4rem;
    margin: 25px 0;
}

.credit_block {
    background: #f9f9f9;
    padding: 10px 15px;
    border-radius: 5px;
}

hr {
    border: none; /* Убираем границу */
    background-color: #ba0c2f; /* Цвет линии */
    color: #ba0c2f; /* Цвет линии для IE6-7 */
    height: 2px; /* Толщина линии */
}

.page_holder {
    border-left: 1px solid #dee2e6;
    border-top: 1px solid #dee2e6;
    min-height: 400px;
}

.st-dropbtn {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    font-size: 21px;
    line-height: 100%;
    color: #231f20;
    padding: 0;
    background: #fff;
    font-family: inherit;
    transition: background 500ms ease;
    border: 1px solid transparent;
    text-decoration: none;
    display: block;
    outline: 1px solid red;
}

.st-dropbtn:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -22px;
    height: 3px;
    background: transparent;
    transition: background .3s ease;
    pointer-events: none;
}

.st-dropbtn.active:before, .st-dropbtn:hover:before {
    background: #BA0C2F;
}

.st-dropbtn:active,
.st-dropbtn:focus {
    outline: 0;
    text-decoration: none;
}

/* The container <div> - needed to position the dropdown content */
.st-dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.st-dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 260px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1500;
    text-align: left;
    border-radius: 5px;
}

/* Links inside the dropdown */
.st-dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.st-dropdown-content a:hover {
    opacity: 0.5;
    color: black;
}

/* Show the dropdown menu on hover */
.st-dropdown:hover .st-dropdown-content {
    display: block;
}


.st-dropdown-link {
    font-size: 1.2rem;
}

.st-dropdown-link-primary {
    color: #BA0C2F !important;
    font-weight: bold;
}

.st-dropdown-link-gap {
    border-bottom: 2px solid #f5f5f5;
}

.category-btn {
    user-select: none;
}


/* Убираем рамки у ссылок и кнопок :focus */
input:focus, textarea:focus {
    outline: none;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
}

/*Убираем placeholder при :focus*/
:focus::-webkit-input-placeholder {
    color: transparent
}

:focus::-moz-placeholder {
    color: transparent
}

:focus:-moz-placeholder {
    color: transparent
}

.top-st-bar {
    padding: 4px 0;
    font-size: 1rem;
    background: #FAFAFA;
}


.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.up-btn {
    border: 1px solid gray;
    color: gray;
    background-color: white;
    padding: 8px 20px;
    border-radius: 4px;
    font-size: 20px;
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}

.table {
    display: table;
    width: 100%;
    border-collapse: collapse;
}

.table .tr {
    display: table-row;
}

.table .td {
    display: table-cell;
}

.block-title {
    font-size: 36px;
    line-height: 46px;
    margin: 0 0 20px;
}

.main-preview {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 500px;
}

.img_btn {
    background: none;
    background-size: cover;
    min-height: 50px;
    min-width: 50px;
    border: 2px solid #f5f5f5;
    border-radius: 10px;
    cursor: pointer;
    padding: 0;
    margin: 5px 0;
    transition: border-color 500ms ease;
}

.img_btn.active {
    border-color: #BA0C2F;
}

.readmore-button {
    display: inline-block;
    padding: 5px 16px;
    font-size: 16px;
    color: #222;
    border: 1px solid #222;
}

.readmore-button.red {
    display: inline-block;
    padding: 5px 16px;
    font-size: 16px;
    color: #BA0C2F;
    border: 1px solid #BA0C2F;
}

.readmore-button:after {
    content: '';
    width: 9px;
    height: 6px;
    background: url(https://static.stiebel.shop/stiebel/readmore-arrow.png);
    display: inline-block;
    margin: 0 0 0 5px;
    position: relative;
    top: -1px;
}

.readmore-button.red:after {
    background: url(https://static.stiebel.shop/stiebel/readmore-arrow-red.png);
}

.readmore-button:hover {
    color: #4A4A4A;
    text-decoration: none;
}

.readmore-button.red:hover {
    color: #BA0C2F;
}

h1 {
    font-size: 36px;
    line-height: 60px;
    margin: 25px 0;
}

.logo {
    display: block;
    height: 43px;
    background: url(https://static.stiebel.shop/stiebel/logo_2020.svg) no-repeat center center;
    background-size: contain;
}

.search-form {
    position: relative;
}

.search-form input[type="search"] {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 20px;
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    font-family: inherit;
}

.search-form input[type="submit"] {
    width: 16px;
    height: 18px;
    background: url(https://static.stiebel.shop/stiebel/search-icon.png);
    position: absolute;
    top: 12px;
    right: 10px;
    line-height: 40px;
    padding: 0;
    border: none;
    cursor: pointer;
    font-size: 0;
}

.head-social .social-link {
    display: inline-block;
    width: 27px;
    height: 27px;
    margin: 0 3px 0 0;
}

.head-social .social-link.inst {
    background: url(https://static.stiebel.shop/stiebel/inst-icon.png);
}

.head-social .social-link.fb {
    background: url(https://static.stiebel.shop/stiebel/fb-icon.png);
}

.head-social .social-link.yt {
    background: url(https://static.stiebel.shop/stiebel/yt-icon.png);
}

.head-social .social-link.vk {
    background: url(https://static.stiebel.shop/stiebel/vk-icon.png);
}

.head-social .social-link.tg {
    background: url(https://static.stiebel.shop/stiebel/tg-icon.png);
}

.head-social .social-link.dz {
    background: url(https://static.stiebel.shop/stiebel/dz-icon.png);
}

.center_image {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 0;
}


.slide_block {
    font-family: 'PT Sans', sans-serif;
    background: rgb(81, 81, 81);
    background: linear-gradient(90deg, rgba(81, 81, 81, 1) 0%, rgba(23, 23, 23, 1) 100%);
    margin: 0 auto;
}

.slide_block_1 {
    background: url(https://static.stiebel.shop/stiebel/slides/slide_002.png) bottom center no-repeat;
    outline: 1px solid red;
    margin: 0 auto;
}

.home_badge {
    background: white;
    color: #222;
    padding: 10px 15px;
    border-radius: 4px;
    border: 1px solid transparent;
}

/* NAVIGATION */

.desktop_nav {
    background: #fff;
    transition: box-shadow 500ms ease, border-color 500ms ease;
}

.desktop_nav_active {
    -webkit-box-shadow: 0px 4px 8px 0px rgba(38, 43, 47, 0.03);
    -moz-box-shadow: 0px 4px 8px 0px rgba(38, 43, 47, 0.03);
    box-shadow: 0px 4px 8px 0px rgba(38, 43, 47, 0.03);
}

.nav_gap {
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 50%, rgba(255, 255, 255, 1) 100%);
    height: 1px;
}

.desktop_nav_active .nav_gap {
    background: #fff;
}


.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007bff
}


.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.top-nav-item {
    padding: 20px 0;
}

.social-link-top {
    width: 17px !important;
    height: 17px !important;
}

.head-btn {
    border: 0;
    font-size: 1rem;
    text-decoration: none;
    color: #808285;
    border-bottom: 1px solid #808285;
    background: none;
    padding: 0;
    font-family: inherit;
    cursor: pointer;
}

header .head-link {
    font-size: 1rem;
    text-decoration: none;
    color: #808285;
    border-bottom: 1px solid #808285;
}

header .head-link:hover {
    border-bottom: 1px solid transparent;
}


header .head-icon {
    text-decoration: none;
    height: 18px;
    width: 18px;
}

header .head-minicart {
    width: 100%;
    height: 40px;
    line-height: 36px;
    border-radius: 6px;
    text-align: center;
    color: #231F20;
    border: 1px solid #E5E5E5;
    cursor: pointer;
    box-shadow: 0 0px 4.8px rgba(0, 0, 0, 0.055), 0 0px 38px rgba(0, 0, 0, 0.11);
}

header .head-minicart:before {
    content: '';
    width: 20px;
    height: 17px;
    background: url(https://static.stiebel.shop/stiebel/cart-icon.png);
    display: inline-block;
    margin: 0px 5px 0 0;
    position: relative;
    top: 3px;
    cursor: pointer;
}

.slicknav_menu {
    display: none;
}


.swiper-button-next,
.swiper-button-prev {
    color: #b2b3b6 !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 1rem !important;
}

.big-slider1 {
    box-shadow: 0 15px 20px -15px rgba(0, 0, 0, .3), 0 35px 30px -35px rgba(0, 0, 0, .3);
}

.big-slider .swiper-slide {
    position: relative;
}

.big-slider .swiper-slide .slide-content {
    position: absolute;
    top: 60px;
    left: 70px;
    width: 450px;
}

.big-slider .swiper-slide .slide-content-new {
    color: white;
    position: absolute;
    width: 450px;
    background-color: #222;
    padding: 15px 20px;
}

.swiper-container {
    width: 100%;
    margin-bottom: 30px;
}

.slide-content-base {
    color: white;
    position: absolute;
    top: 90px;
    left: 110px;
    width: 450px;
}

.slide-content-right {
    color: white;
    position: absolute;
    bottom: 90px;
    right: 110px;
    width: 450px;
}


.slide-content-left {
    color: white;
    position: absolute;
    bottom: 90px;
    left: 110px;
    width: 450px;
}

.big-slider .swiper-slide .slide-title {
    font-size: 3.5rem;
    line-height: 60px;
    margin: 0 0 30px;
}

.big-slider .swiper-slide .slide-info {
    font-size: 1.3rem;
    line-height: 26px;
    margin: 0 0 30px;
    text-transform: uppercase;
}

.slider_badge {
    background: #BA0C2F;
    padding: 5px 25px;
    border-radius: 20px;
    color: white;
    font-size: 1.2rem;
    vertical-align: middle;
}

.slider_subtext {
    color: white;
    font-size: 1.5rem;
    line-height: 115%;
    transition: opacity 500ms ease;
    opacity: 0.6;
}

.slider_subtext:hover {
    opacity: 1;
}


/* PRODUCT TABS */

.product_tabs ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #F4F4F4;
    border-radius: 4px;
    font-size: 1.2rem;
}

.product_tabs li {
    float: left;
}

.product_tabs li a {
    display: block;
    color: #222;
    text-align: center;
    padding: 5px 15px;
    text-decoration: none;
    margin: 5px;
    border-radius: 4px;
}

.product_tabs li a:hover {
    background-color: #fff;
}

.product_tabs li.active a {
    background-color: white;
}

/* Breadcrumbs */

.breadcrumbs {
    font-size: 1rem;
    margin: 10px 0;
    color: #808285;
    list-style: none;
}

.breadcrumbs li {
    display: inline-block;
}

.breadcrumbs a {
    display: inline-block;
    color: #231F20;
}

.breadcrumbs a:after {
    content: '';
    width: 13px;
    height: 9px;
    background: url(https://static.stiebel.shop/stiebel/arrow-next.png);
    display: inline-block;
    margin: 0 8px;
    vertical-align: middle;
}

.lastbread a:after {
    background: none !important;
}


.pagination1 {
    flex-wrap: wrap;
}

.paginate {
    padding: 17px 0;
    border-left: 1px solid #E5E5E5;
}

.paginate a {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    color: #808285;
    margin: 0 14px;
}

.paginate a:hover, .paginate a.active {
    color: #BA0C2F;
    text-decoration: none;
}

.paginate a.pagi-prev {
    background: url(https://static.stiebel.shop/stiebel/pagi-prev.png);
    width: 12px;
    height: 9px;
}

.paginate a.pagi-next {
    background: url(https://static.stiebel.shop/stiebel/pagi-next.png);
    width: 12px;
    height: 9px;
}


/* Menu Filter & Sidebar menu */
.menu-filter li {
    list-style: none;
}

.menu-filter li label {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 30px);
    margin: 0;
}

.menu-filter li .jq-checkbox {
    width: 20px;
    height: 20px;
    margin-right: 7px;
}

.menu-filter li .jq-checkbox.checked .jq-checkbox__div {
    width: 10px;
    height: 5px;
    margin: 5px 0px 0 4px;
    border-bottom: 1px solid #BA0C2F;
    border-left: 1px solid #BA0C2F;
    -webkit-transform: rotate(-50deg);
    transform: rotate(-45deg);
}

.menu-filter li a:hover {
    text-decoration: none;
}

.menu-filter > li.have-child > a:after {
    content: '';
    width: 14px;
    height: 8px;
    background: url(https://static.stiebel.shop/stiebel/li-down-grey.png);
    transform: rotate(-90deg);
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 5px;
}

.menu-filter li.have-child.active > a,
.menu-filter > li.active > a {
    color: #231F20;
    border-left: 2px solid #BA0C2F;
}

.menu-filter.inner > li.active > a {
    border-left: 1px solid #E5E5E5;
}

.menu-filter.inner > li > a {
    padding: 15px 0 15px 20px;
    border-left: 0;
    margin: 0 0 0 20px;
    border-left: 1px solid #E5E5E5;
    color: #231F20;
    font-size: 28px;
    font-weight: 400;
}

.menu-filter li.have-child.active > a:after {
    background: url(https://static.stiebel.shop/stiebel/li-down-black.png);
    transform: rotate(0);
}

.menu-filter .subcat > li.have-child > label > a:after {
    content: '';
    width: 14px;
    height: 8px;
    background: url(https://static.stiebel.shop/stiebel/li-down-grey.png);
    transform: rotate(-90deg);
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 5px;
}

.is-hidden {
    display: none;
}

.menu-filter > li > a {
    display: block;
    font-size: 22px;
    line-Height: 28px;
    color: #808285;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    border-left: 2px solid transparent;
    padding: 30px 0 30px 30px;
    margin-bottom: -1px;
}

.menu-filter .subcat {
    display: none;
    padding: 30px 15px 10px 30px;
}

.menu-filter .subcat.active {
    display: block;
}

.menu-filter .subcat li a {
    display: block;
    font-size: 20px;
    color: #808285;
    margin: 0 0 30px;
}

.menu-filter.inner .subcat li a {
    font-size: 24px;
}

.menu-filter .subtac-options {
    display: none;
    margin: 0 0 0 35px;
}

.menu-filter .subtac-options.active {
    display: block;
}

.menu-filter .single-option {
    margin: 0 0 15px 0;
}

.menu-filter .subtac-options .option-title {
    font-size: 18px;
    margin: 0 0 15px;
}

.menu-filter .subtac-options li a {
    font-size: 16px;
    margin: 0 0 18px;
}

.menu-filter.inner .subtac-options li a {
    font-size: 16px;
}

.menu-filter .subtac-options li .jq-checkbox {
    width: 16px;
    height: 16px;
}

.menu-filter .subtac-options li .jq-checkbox .jq-checkbox__div {
    width: 9px;
    height: 4px;
    margin: 4px 0px 0 3px;
}

.sidebar-menu {
    list-style: none;
}

.sidebar-menu li a {
    display: block;
    font-size: 22px;
    line-Height: 28px;
    color: #808285;
    border-top: 1px solid #E5E5E5;
    border-left: 2px solid transparent;
    padding: 30px 0 30px 30px;
}

.sidebar-menu li a.active {
    color: #231F20;
    border-left: 2px solid #BA0C2F;
}

.sidebar-menu li a:hover {
    text-decoration: none;
    color: #231F20;
}


/* ul Catalog */
#ul-catalog {
    border: 1px solid #E5E5E5;
}

#ul-catalog .ul-item {
    border-right: 1px solid #E5E5E5;
}

#ul-catalog .ul-item:last-child {
    border-right: 0;
}

#ul-catalog .ul-item a {
    display: block;
    font-size: 15px;
    padding: 35px 0 25px;
    color: #231F20;
    text-decoration: none;
    text-align: center;
}

#ul-catalog .ul-item:hover {
    background: #BA0C2F;
}

#ul-catalog .ul-item:hover a {
    color: #fff;
}

#ul-catalog .ul-item .img-container {
    display: block;
    margin: 0 auto 25px;
    height: 65px;
}

#ul-catalog .ul-item .img-container > span {
    display: block;
    margin: 0 auto;
}

#ul-catalog .ul-item .catalog-icon-empty {
    display: block;
    width: 62px;
    height: 59px;
}

#ul-catalog .ul-item .catalog-icon1 {
    display: block;
    background: url(https://static.stiebel.shop/stiebel/catalog-icon1.png);
    width: 62px;
    height: 59px;
}

#ul-catalog .ul-item .catalog-icon2 {
    display: block;
    background: url(https://static.stiebel.shop/stiebel/catalog-icon2.png);
    width: 62px;
    height: 59px;
}

#ul-catalog .ul-item .catalog-icon3 {
    display: block;
    background: url(https://static.stiebel.shop/stiebel/catalog-icon3.png);
    width: 65px;
    height: 54px;
}

#ul-catalog .ul-item .catalog-icon4 {
    display: block;
    background: url(https://static.stiebel.shop/stiebel/catalog-icon4.png);
    width: 65px;
    height: 59px;
}

#ul-catalog .ul-item .catalog-icon5 {
    display: block;
    background: url(https://static.stiebel.shop/stiebel/catalog-icon5.png);
    width: 67px;
    height: 54px;
}

#ul-catalog .ul-item .catalog-icon6 {
    display: block;
    background: url(https://static.stiebel.shop/stiebel/catalog-icon6.png);
    width: 85px;
    height: 50px;
}

#ul-catalog .ul-item .catalog-icon7 {
    display: block;
    background: url(https://static.stiebel.shop/stiebel/catalog-icon7.png);
    width: 47px;
    height: 60px;
}

#ul-catalog .ul-item:hover .catalog-icon1 {
    background-position: 0 -59px;
}

#ul-catalog .ul-item:hover .catalog-icon2 {
    background-position: 0 -59px;
}

#ul-catalog .ul-item:hover .catalog-icon3 {
    background-position: 0 -54px;
}

#ul-catalog .ul-item:hover .catalog-icon4 {
    background-position: 0 -59px;
}

#ul-catalog .ul-item:hover .catalog-icon5 {
    background-position: 0 -54px;
}

#ul-catalog .ul-item:hover .catalog-icon6 {
    background-position: 0 -50px;
}

#ul-catalog .ul-item:hover .catalog-icon7 {
    background-position: 0 -60px;
}


/* Nav Catalog */
#nav-catalog {
    border: 1px solid #E5E5E5;
}

#nav-catalog .nav-item {
    border-right: 1px solid #E5E5E5;
}

#nav-catalog .nav-item:last-child {
    border-right: 0;
}

#nav-catalog .nav-item a {
    display: block;
    font-size: 1rem;
    padding: 35px 0 25px;
    color: #231F20;
    text-decoration: none;
    text-align: center;
}

#nav-catalog .nav-item:hover {
    opacity: 0.7;
}

#nav-catalog .nav-item .img-container {
    display: block;
    margin: 0 auto 25px;
    height: 65px;
}

#nav-catalog .nav-item .img-container > span {
    display: block;
    margin: 0 auto;
}


#nav-catalog .nav-item .catalog-icon-empty {
    display: block;
    width: 62px;
    height: 80px;
    background-size: cover !important;
}


/* Page */
.page-content {
    padding: 30px 0 30px 35px;
    font-size: 20px;
    color: #808285;
}

/*  .page-content.with-border {
    border-top: 1px solid #E5E5E5;
    border-left: 1px solid #E5E5E5;
}*/

.page-content p, .page-content > ul li {
    font-size: 20px;
    line-height: 28px;
    color: #808285;
    margin: 0 0 28px;
}

.page-content p.intro {
    font-size: 26px;
}

.page-content img {
    display: block;
}

.page-content > ul, .page-content .block-border ul {
    list-style: none;
    font-size: 20px;
    margin: 0 0 30px;
}

.page-content > ul li, .page-content .block-border ul li {
    margin: 0 0 28px 17px;
}

.page-content > ul li:before, .page-content .block-border ul li:before {
    content: '— ';
    margin: 0 0 28px -17px;
}

.page-content .block-border {
    border-left: 2px solid #BA0C2F;
    padding-left: 15px;
}

.page-content .block-border p,
.page-content .block-border ul li {
    color: #231F20;
}

.page-content .table {
    font-size: 18px;
    border: 1px solid #E5E5E5;
    color: #231F20;
}

.page-content .table th {
    font-size: 20px;
    font-weight: 400;
    color: #808285;
}

.page-content .table td, .page-content .table th {
    border: 1px solid #E5E5E5;
    padding: 20px 25px;
}

.table-charger {
    margin: 0 0 20px;
}

.table-charger .single-charger {
    border: 1px solid #E5E5E5;
    padding: 16px 0;
    text-align: center;
    font-size: 24px;
    color: #808285;
    cursor: pointer;
}

.table-charger .single-charger.active {
    color: #B21F1D;
    border: 1px solid #B21F1D;
}

.services-charger.jq-selectbox {
    width: 100%;
}

.services-charger .jq-selectbox__select {
    width: 100%;
    height: 70px;
    line-height: 68px;
    font-size: 24px;
    margin: 0 0 20px;
    padding: 0 0 0 20px;
    color: #231F20;
}

h2 {
    font-size: 40px;
    margin: 0 0 35px;
    color: #000;
    line-height: 135%;
}

h3 {
    font-size: 36px;
    margin: 0 0 30px;
    color: #000;
}

h4 {
    font-size: 30px;
    margin: 0 0 30px;
    color: #000;
}

.main-infoblock {
    background: #E5E5E5;
    padding: 30px;
}

.main-infoblock .infoblock-article {
    position: relative;
    background: #fff;
    height: 100%;
}

.main-infoblock .infoblock-article img {
    position: relative;
    z-index: 5;
}

.main-infoblock .infoblock-article .ia-title {
    position: relative;
    display: block;
    color: #000;
    z-index: 5;
}

.main-infoblock .infoblock-article p {
    position: relative;
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 35px;
    z-index: 5;
}

.main-infoblock .infoblock-article .ia-readmore {
    position: relative;
    display: block;
    color: #000;
    font-size: 16px;
    z-index: 5;
}

.main-infoblock .infoblock-article .ia-readmore:after {
    content: '';
    width: 9px;
    height: 6px;
    background: url(https://static.stiebel.shop/stiebel/readmore-arrow.png);
    display: inline-block;
    margin: 0 0 0 5px;
    position: relative;
    top: -1px;
}

.main-infoblock .infoblock-article.style1 {
    padding: 20px 25px 20px 30px;
    border-right: 4px solid #E5E5E5;
    border-bottom: 4px solid #E5E5E5;
}

.info-block-border {
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid #BA0C2F;
    z-index: 4;
    padding: 25px 15px;
}

.info-block-border:hover {
    text-decoration: none;
}

.main-infoblock .infoblock-article.style1 .ia-title {
    font-size: 38px;
    margin: 0 0 40px;
}

.main-infoblock .infoblock-article.style2 {
    padding: 30px 50px 0 50px;
    border-bottom: 4px solid #E5E5E5;
}

.main-infoblock .infoblock-article.style2 .ia-title {
    font-size: 26px;
    margin: 0 0 40px;
}

.main-infoblock .infoblock-article.style2:after {
    content: '';
    width: calc(100% - 70px);
    height: 190px;
    border: 2px solid #BA0C2F;
    position: absolute;
    top: 95px;
    left: 35px;
    z-index: 4;
}

.main-infoblock .infoblock-article.style3 {
    padding: 35px 35px;
    border-right: 4px solid #E5E5E5;
}

.main-infoblock .infoblock-article.style3 .ia-title {
    font-size: 26px;
    line-height: 26px;
    margin: 40px 0 50px;
}

.main-infoblock .infoblock-article.style3:after {
    content: '';
    width: calc(100% - 95px);
    height: 130px;
    border: 2px solid #E5E5E5;
    position: absolute;
    top: 60px;
    left: 55px;
    z-index: 6;
}

.main-infoblock .infoblock-article.style4,
.main-infoblock .infoblock-article.style5 {
    padding: 35px 35px;
    background: #D6D7DC
}

.main-infoblock .infoblock-article.style4 {
    border-right: 4px solid #E5E5E5;
}

.main-infoblock .infoblock-article.style4 .ia-title,
.main-infoblock .infoblock-article.style5 .ia-title {
    font-size: 22px;
    margin: 0 0 40px;
    text-decoration: none;
}

.main-infoblock .infoblock-article.style4 .ia-title:hover,
.main-infoblock .infoblock-article.style5 .ia-title:hover {
    text-decoration: underline;
}

.main-infoblock .infoblock-article.style5 {
    background: #B4B5BA
}

.tab_link {
    border-bottom: 1px dashed #808285;
    font-size: 1.5rem;
}

.tab_link:hover {
    text-decoration: none
}

/* FRONT CARDS */

.fc_button {
    font-size: 0.8rem;
    background: white;
    color: #a7a7a7;
    display: inline-block;
    padding: 12px;
    margin: 15px 0;
    border-radius: 5px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.15em;
    box-shadow: 0 15px 20px -10px rgba(0, 0, 0, 0.3);
    transition: color 0.6s, box-shadow 0.3s, transform 0.3s;
    border: 0;
    cursor: pointer;
}

.fc_nomargin {
    margin: 0;
}

.fc_subbtn_info {
    display: block;
    color: #BA0C2F;
    font-size: 0.7rem;
}

.fc_front {
    width: 80%;
}

.fc_gap {
    padding: 15px 0;
    min-height: 340px;
}


.fc_button:hover {
    box-shadow: 0 3px 5px -5px rgba(0, 0, 0, 0.3);
    transform: translateY(-1px);
    color: #6f6f6f;
    text-decoration: none;
}

.fc_btn_yellow {
    background-color: #FFCC00;
    color: #000;
    font-weight: bold;
}

.fc_btn_gray {
    background: #222;
    color: white;
}

.fc_btn_red:hover,
.fc_btn_gray:hover {
    color: white;
}

.fc_btn_red {
    background-color: #BA0C2F;
    color: white;
}

.fc_btn_left {
    border-radius: 4px 0 0 4px;
}

.fc_btn_right {
    border-radius: 0 4px 4px 0;
}

.img_shadow1 {
    position: absolute;
    top: -100px;
    left: 0;
}

.fcbox1 {
    box-shadow: 0 15px 20px -15px rgba(0, 0, 0, 0.3), 0 35px 30px -35px rgba(0, 0, 0, 0.3);
    transition: box-shadow 0.3s, transform 0.3s;
    transition-delay: 0.15s;
}

.fcbox1:hover {
    box-shadow: 0 5px 3px -5px rgba(0, 0, 0, 0.3), 0 2px 8px -5px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
    text-decoration: none;
}

.fcbox:hover > .fcbox_left {
    opacity: 1;
}

.fcbox_left {
    background: #222;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px 0 0 5px;
    min-height: 200px;
    opacity: 0.5;
    transition: opacity 500ms ease;
}

.fc1 {
    background-image: url(https://static.stiebel.shop/stiebel/fcbox_1.jpg);
}

.fc2 {
    background-image: url(https://static.stiebel.shop/stiebel/fcbox_2.jpg);
}

.fc3 {
    background-image: url(https://static.stiebel.shop/stiebel/fcbox_3.jpg);
}

.fc4 {
    background-image: url(https://static.stiebel.shop/stiebel/fcbox_4.jpg);
}


.fcbox_right {
    border-radius: 0 5px 5px 0;
    background: #F4F4F4;
    padding: 10px 15px;
    height: 100%;
}


.fcbox_title {
    font-size: 1.3rem;
    display: block;
    margin-bottom: 10px;
}

.fcbox_subtitle {
    display: block;
    height: 80px;
}


.front_card_box {
    display: block;
    min-height: 250px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    box-shadow: 0 15px 20px -15px rgba(0, 0, 0, 0.3), 0 35px 30px -35px rgba(0, 0, 0, 0.3);
    transition: box-shadow 0.3s, transform 0.3s;
    transition-delay: 0.15s;
    text-decoration: none;
    border-radius: 10px;
    color: white;
}

.front_card_box:hover {
    box-shadow: 0 5px 3px -5px rgba(0, 0, 0, 0.3), 0 2px 8px -5px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
    text-decoration: none;
}


.fc_mini_title {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.5rem;
}

.front_card {
    display: block;
    position: relative;
    background: #f4f4f4;
    text-align: center;
    box-shadow: 0 15px 20px -15px rgba(0, 0, 0, 0.3), 0 35px 30px -35px rgba(0, 0, 0, 0.3);
    transition: box-shadow 0.3s, transform 0.3s;
    transition-delay: 0.15s;
    text-decoration: none;
}


.front_card_top {
    border-radius: 10px 10px 0 0;
    background: red;
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
}

.front_card_bottom {
    border-radius: 0 0 10px 10px;
}

.front_card:hover {
    box-shadow: 0 5px 3px -5px rgba(0, 0, 0, 0.3), 0 2px 8px -5px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
    text-decoration: none;
}


/*
.front_card:hover > p:nth-child(1) > img {
    -webkit-filter: none;
    filter: none;
}*/

.fc_title,
.fc_subtitle {
    line-height: 1.2;
    display: block;
    margin: 0 0 15px 0;
}

.fc_title {
    font-size: 1.4rem;
}

.fc_subtitle {
    min-height: 50px;
}

.fc2d {
    background: rgb(255, 97, 98);
    background: linear-gradient(45deg, rgba(255, 97, 98, 1) 0%, rgba(255, 152, 153, 1) 100%);
}

.fc3d {
    background: rgb(179, 178, 220);
    background: linear-gradient(45deg, rgba(179, 178, 220, 1) 0%, rgba(199, 197, 247, 1) 100%);
}

.fc4d {
    background: rgb(255, 190, 98);
    background: linear-gradient(45deg, rgba(255, 190, 98, 1) 0%, rgba(255, 215, 154, 1) 100%);
}

.fctest {
    border-radius: 6px;
    padding: 0;
    background: #f4f4f4 url(https://static.stiebel.shop/stiebel/home/fc_test.jpg) no-repeat top center;
    min-height: 300px;
    min-width: 250px;
    background-size: contain;
}

.fc_gaptest {
    padding-top: 320px;
}

.fc_middlebtn {
    position: absolute;
    top: 260px;
    left: 50%;
    transform: translate(-50%, 0);
}


/* END FRONT CARDS */
.main-history .history-preview {
    padding: 75px 75px 75px 85px;
    border: 1px solid #E5E5E5;
    border-top: 0;
    max-width: 500px;
    outline: 1px solid red;
}

.main-history .history-preview .hp-title {
    font-size: 46px;
    line-height: 55px;
    margin: 0 0 25px;
}

.main-history .history-preview .hp-info {
    font-size: 24px;
    line-height: 28px;
    color: #808285;
    margin: 0 0 30px;
}

.main-history .history-slider {
    padding: 50px 50px;
    border-top: 0;
}

.main-history .history-slider img {
    display: block;
    margin: 0 0 35px;
}

.main-history .history-slider .hs-term {
    font-size: 22px;
    font-weight: 700;
}

.main-history .history-slider .hs-term:after {
    content: '';
    width: 40px;
    height: 3px;
    background: #BA0C2F;
    margin: 15px 0 20px;
    display: block;
}

.main-history .history-slider .hs-title {
    font-size: 24px;
    line-height: 26px;
}

.main-history .history-slider p {
    font-size: 20px;
    line-height: 26px;
    color: #808285;
    max-width: 450px;
}

.main-history .history-data {
    margin: 60px 0 0;
}

.main-history .history-data:after {
    content: '';
    width: 97%;
    height: 1px;
    background: #E5E5E5;
    position: absolute;
    bottom: 7px;
}

.main-history .history-data .data-item a {
    display: block;
    color: #808285;
    text-align: center;
    pointer-events: none;
}

.main-history .history-data .data-item:after {
    position: relative;
    content: '';
    width: 9px;
    height: 9px;
    border-radius: 50%;
    display: block;
    margin: 3px auto 3px;
    border: 1px solid #E5E5E5;
    background: #fff;
    z-index: 5;
}

.main-history .history-data .data-item.active:after {
    content: '';
    box-shadow: 0 0 0px 1px #BA0C2F;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #BA0C2F;
}

.main-history .history-data .data-item.data-big:after {
    content: '';
    width: 15px;
    height: 15px;
    margin: 0 auto;
}

.main-history .history-data .data-item.active.data-big:after {
    content: '';
    box-shadow: 0 0 0px 1px #BA0C2F;
    border: 4px solid #fff;
    border-radius: 50%;
    background: #BA0C2F;
}

.main-history .history-data .data-item a:after {
    content: '';
    width: 1px;
    height: 23px;
    background: #E5E5E5;
    display: block;
    margin: 2px auto;
}

.main-history .history-data .data-item.active a {
    background: url(https://static.stiebel.shop/stiebel/data-item-active1.png) center 0 no-repeat;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.main-history .history-data .data-item.active a:after,
.main-history .history-data .data-item.data-big.active a:after {
    width: 2px;
    background: #BA0C2F;
}

.main-history .history-data .data-item.data-big a:after {
    content: '';
    width: 2px;
    height: 47px;
    background: #E5E5E5;
    display: block;
    margin: 2px auto;
}


.main-map .block-title {
    margin: 0 0 20px 100px;
}

.main-map .readmore-button {
    margin: 0 0 0 100px;
}

.main-map #map {
    position: relative;
    width: 1267px;
    height: 604px;
    background: url(https://static.stiebel.shop/stiebel/main-map.png);
    margin: -130px 0 0 0;
}

.map .map-place {
    position: absolute;
}

.map .map-place.place1 {
    top: 50%;
    left: 50%;
}

.map .map-place.place2 {
    top: 34%;
    left: 45%;
}

.map .map-place .place-marker {
    width: 19px;
    height: 27px;
    background: url(https://static.stiebel.shop/stiebel/map-marker.png);
    cursor: pointer;
}

.map .map-place.place1 {
    top: 50%;
    left: 50%;
}

.map .place-modal {
    position: absolute;
    width: 430px;
    padding: 35px;
    background: #fff;
    font-size: 18px;
    color: #4A4A4A;
    top: 35px;
    left: calc(-50% - 215px);
    border-radius: 5px;
    box-shadow: 1px 1px 0 1px #b3b3b3;
    transition: 0.3s;
    opacity: 0;
    z-index: -1;
}

.map.yandex .place-modal {
    position: relative;
    width: 370px;
    left: 0;
    opacity: 1;
    z-index: 4;
    top: 0;
    box-shadow: none;
    padding: 23px;
}

.map .place-modal.active {
    opacity: 1;
    z-index: 4;
}

.map .place-modal .pm-close,
.map.yandex .ymaps-b-balloon__close {
    position: absolute;
    right: 0;
    top: 0;
    width: 18px;
    height: 18px;
    margin-right: 18px;
    margin-top: 18px;
    background: url(https://static.stiebel.shop/stiebel/place-modal-close.png) no-repeat;
    cursor: pointer;
    z-index: 10;
}

.map .place-modal .pm-title {
    font-size: 20px;
    font-weight: 700;
}

.map .place-modal .pm-title:after {
    content: '';
    width: 40px;
    height: 3px;
    background: #BA0C2F;
    margin: 15px 0 20px;
    display: block;
}

.map .place-modal a {
    color: #4A4A4A;
}


/* Catalog */

.product-status-2,
.product-status-3 {
    display: none;
}

.catalog-header h1 {
    margin-right: 0;
}

.catalog-header .products-score {
    font-size: 30px;
    color: #B2B3B6;
}

.catalog-header .catalog-filter.sorting {
    margin-right: 25px;
}

.catalog-header .catalog-filter .jq-selectbox {
    min-width: 185px;
}

.catalog-header .catalog-filter .jq-selectbox__select {
    font-size: 20px;
}

.product_like {
    position: absolute;
    left: 25px;
    top: 25px;
}

.product_right_block {
    border: 1px solid #f5f5f5;
    border-radius: 6px;
    box-shadow: 0 15px 20px -10px rgba(0, 0, 0, 0.2);
    padding: 35px 25px;
}

.product_price_block {
    padding: 20px 0;
}

.icons_list {
    padding: 20px 0;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    margin: 10px 0;
    min-height: 160px;
}

.icon_div {
    transition: opacity 500ms ease;
}

.product_table {
    border: 1px solid #f5f5f5;
    padding: 15px;
    border-radius: 5px;
}

.catalog-product {
    position: relative;
    padding: 35px 0;
    border: 1px solid #E5E5E5;
    text-align: center;
    margin-left: -1px;
    margin-top: -1px;
}

.catalog-product .product-status {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    border-radius: 12px;
    background: #BA0C2F;
    padding: 0px 12px;
    position: absolute;
    top: 25px;
    left: 25px;
}

.catalog-product .product-power {
    display: inline-block;
    font-size: 15px;
    color: #808285;
    text-align: center;
    border-radius: 6px;
    background: #f5f5f5;
    padding: 0px 12px;
    position: absolute;
    top: 25px;
    right: 25px;
}

.catalog-product .product-power:empty {
    display: none;
}

.catalog-product .product-favorites {
    position: absolute;
    right: 25px;
    top: 25px;
    width: 19px;
    height: 18px;
    background: url(https://static.stiebel.shop/stiebel/favorites-icon-red.png)
}

.catalog-product .product-img-container {
    height: 260px;
    margin: 0 0 40px;
}

.catalog-product .product-cat-img-container {
    margin: 0;
}


.catalog-product .product-title {
    font-size: 30px;
    z-index: 50;
}

.catalog-product .product-category {
    font-size: 16px;
    color: #808285;
    margin: 0 0 25px;
    min-height: 48px;
}

.catalog-product .product-price {
    font-size: 22px;
    color: #B21F1D;
}

.catalog-product .products-preview {
    position: absolute;
    width: 100%;
    top: 100%;
    background: #fff;
    z-index: 5;
    margin: -35px 0 0 0px;
    padding: 0 10px;
    opacity: 0;
    z-index: -10;
    -webkit-box-shadow: 0px 17px 14px 2px rgba(167, 167, 167, 0.6);
    -moz-box-shadow: 0px 17px 14px 2px rgba(167, 167, 167, 0.6);
    box-shadow: 0px 17px 14px 2px rgba(167, 167, 167, 0.6);
}

.catalog-product:hover .products-preview {
    opacity: 1;
    z-index: 10
}

.catalog-product .product-delivery-message {
    margin: 0 0 0 10px;
    color: #808285;
}

.catalog-product .product-page-link {
    font-size: 16px;
    color: #4A4A4A;
    margin-top: 30px;
    display: block;
}

.catalog-product .product-page-link:after {
    content: '';
    width: 9px;
    height: 6px;
    background: url(https://static.stiebel.shop/stiebel/readmore-arrow.png);
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
}


/* Product */
.product-sliders .product-thumbnails {
    width: calc(100% - 120px);
    margin: 0 auto;
}

.product-sliders .product-thumbnails img {
    border: 1px solid #E5E5E5;
    margin: 0 2px;
}

.product-sliders .product-thumbnails .slick-prev {
    left: -55px;
}

.product-sliders .product-thumbnails .slick-next {
    right: -55px;
}

.fav_btn {
    font-size: 0.8rem;
    padding: 3px 5px;
    background: #a9a9a9;
    opacity: 0.7;
    color: white;
    border-radius: 0 6px 0 6px;
    border-color: transparent;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    letter-spacing: 2px;
}

.fav_btn img {
    filter: invert(100%);
    max-height: 17px;
    vertical-align: top;
}


.product-info .product-category {
    font-size: 16px;
    color: #B2B3B6;
    margin: 0 0 25px;
}

.product-info .product-short-desctiptions {
    font-size: 16px;
    line-height: 22px;
    color: #808285;
    margin: 0 0 30px;
}

.product-info .product-price {
    font-size: 2rem;
    color: #B21F1D;
}

.product-info .add-to-cart,
.product-info .buy-1click {
    font-size: 16px;
    border: 1px solid #E5E5E5;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    color: #231F20;
    text-align: center;
    cursor: pointer;
}

.product-info .add-to-cart:before {
    content: '';
    width: 20px;
    height: 17px;
    background: url(https://static.stiebel.shop/stiebel/cart-icon.png);
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px 0 0;
}

.product-info .buy-fast {
    border: none;
    background-color: #BA0C2F;
    color: white;
}

.product-info .buy-1click {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
}

.product-info .buy-tinkoff {
    border: none;
    background-color: #FFDF00;
    border-radius: 4px 4px 0 0;
    padding: 4px 0;
}

.product-info .buy-tinkoff:hover {
    opacity: 0.7;
}

.product-info .add-to-favorites {
    background: url(https://static.stiebel.shop/icons/heart.svg) no-repeat;
    cursor: pointer;
    opacity: 0.3;
}

.product-info .show-stats {
    width: 18px;
    height: 17px;
    background: url(https://static.stiebel.shop/stiebel/stats-icon.png);
    margin: 0 10px;
    cursor: pointer;
}

.product-info .product-delivery {
    margin: 20px 0 0;
}

.product-info .product-char {
    font-size: 16px;
}

.product-info .product-char .product-char-title {
    font-size: 24px;
    margin: 0 0 20px;
}

.product-char .single-char {
    margin: 0 0 18px;
}

.product-char .single-char .char-label {
    color: #808285;
}

.product-char .single-char .char-value {
    color: #231F20;
}

.product-char .show-all {
    color: #231F20;
    border-bottom: 1px dashed #231F20;
}

.product-char .show-all:hover {
    text-decoration: none;
    border-bottom: 1px dashed transparent;
}

.zoomed1 {
    border: 1px solid;
    filter: drop-shadow(0px 10px 70px rgba(0, 0, 0, 0.4));
    z-index: 90;
    transform: scale(1.1);
}

.table-column-strip {
    text-align: center;
    border: 1px solid #dee2e6;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 10px;
}

.table-column-strip th:first-child {
    border-top: 2px solid red;
}

.table-column-strip tr:first-child td {
    background: none;
    border: 0;
}

.table-column-strip td, .table-column-strip th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    color: black;
}

.table-column-strip col:first-child {
    background: none;
}

.table-column-strip col:nth-child(2n+3) {
    background: #f5f5f5;
}

.table-column-strip col:hover {
    background: red !important;
}

.product-tabs {
    width: 100%;
    margin: 35px 0 0;
    color: #808285;
}

.product-tabs .tabs-chargers .single-charger {
    display: inline-block;
    font-size: 1.4rem;
    border-bottom: 1px dashed #808285;
    color: #808285;
    cursor: pointer;
}

.product-tabs .tabs-chargers .single-charger:hover {
    border-bottom: 1px dashed transparent;
}

.product-tabs .tabs-chargers .single-charger.active {
    color: #000;
    border-bottom: 2px solid #BA0C2F;
}

.product-tabs .tab {
    display: none;
    font-size: 20px;
    line-height: 28px;
    text-align: justify;
}

.product-tabs .tab.active {
    display: block;
}

.releated-list .catalog-product {
    border-right: 1px solid #E5E5E5;
}


/* Heat Pumps */


.pumps-advices {
    padding: 45px 30px;
    background: #E5E5E5;
}

.pumps-advices .single-advice {
    text-align: center;
    background: #fff;
    border-right: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
}

.pumps-advices .single-advice:hover {
    background: #BA0C2F;
    color: #fff;
}

.pumps-advices .single-advice .sa-img-container {
    min-height: 70px;
    padding: 65px 0 0;
    margin: 0 0 30px;
}

.pumps-advices .single-advice .sa-name {
    font-size: 26px;
    line-height: 31px;
    margin: 0 0 28px;
}

.pumps-advices .single-advice .sa-info {
    width: 80%;
    font-size: 16px;
    line-height: 22px;
    margin: 0 auto 45px;
    color: #808285;
}

.pumps-advices .single-advice:hover .sa-info {
    color: #fff;
}

.pumps-advices .pump-catalog-link {
    font-size: 20px;
    color: #231F20;
    text-align: left;
}

.pumps-advices .single-advice:last-child:hover .pump-catalog-link {
    color: #fff;
    text-decoration: none;
}

.pumps-advices .single-advice-catalog:hover {
    opacity: 0.8;
    background-color: white;
    color: inherit;
}

.pumps-principle p {
    font-size: 20px;
    line-height: 28px;
    color: #808285;
}

.pumps-principle .p-border {
    position: relative;
    padding: 25px 0;
    margin: 25px 0;
}

.pumps-principle .p-border:before {
    content: '';
    width: 100%;
    height: 100%;
    border: 2px solid #BA0C2F;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.pumps-articles .single-article .article-title {
    display: block;
    font-size: 24px;
    color: #000;
}

.pumps-articles .single-article .article-title:after {
    content: '';
    width: 42px;
    height: 2px;
    background: #BA0C2F;
    display: block;
    margin: 10px 0 12px;
}

.pumps-articles .single-article p {
    font-size: 20px;
    line-height: 28px;
    color: #808285;
}

.pumps-articles .single-article a {
    color: #231F20;
    font-size: 20px;
}

.pumps-articles .single-article a:after {
    content: '';
    width: 12px;
    height: 9px;
    background: url(https://static.stiebel.shop/stiebel/pagi-next.png);
    display: inline-block;
    margin: 0 0 0 5px;
}

.projects-slider .project-item {
    display: block;
    margin: 0 5px;
    border: 1px solid #E5E5E5;
}

.projects-slider .project-item:hover {
    text-decoration: none;
}

.projects-slider .project-item .pi-title {
    display: block;
    font-size: 26px;
    margin: 20px 0 5px;
    padding: 0 20px;
    color: #4A4A4A
}

.projects-slider .project-item .pi-info {
    display: block;
    font-size: 16px;
    color: #B2B3B6;
    padding: 0 20px 30px;
}

.projects-slider .slick-prev,
.projects-slider .slick-next {
    top: 35%;
    z-index: 10;
}


/* Supports */
form.products-search {
    margin: 0 0 45px;
}

form.products-search input[type="search"] {
    height: 60px;
    line-height: 57px;
    border: 1px solid #E5E5E5;
    border-radius: 3px;
    font-size: 18px;
    padding: 0 0 0 25px;
}

form.products-search input[type="submit"] {
    width: 90px;
    height: 60px;
    line-height: 57px;
    border: 1px solid #BA0C2F;
    border-radius: 3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 18px;
    padding: 0 0 0 25px;
    background: url(https://static.stiebel.shop/stiebel/search-icon-red.png) center no-repeat;
    font-size: 0;
}

.pdf-file {
    display: block;
    margin: 0 0 30px 70px;
    cursor: pointer;
}

.pdf-file:hover {
    text-decoration: none;
}

.pdf-file:before {
    content: '';
    width: 49px;
    height: 52px;
    background: url(https://static.stiebel.shop/stiebel/pdf-icon.png);
    position: absolute;
    margin: 0 0 0 -70px
}

.pdf-file .pdf-name {
    display: block;
    font-size: 20px;
    color: #000;
}

.pdf-file .pdf-info {
    display: block;
    font-size: 16px;
    color: #808285;
}

/* Support Material */
.support-materials {
    border: 1px solid #E5E5E5;
    border-right: 0;
    border-bottom: 0;
}

.support-materials .single-material {
    border-right: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    padding: 0 25px;
}

.support-materials .single-material a.sm-title {
    display: block;
    font-size: 26px;
    margin: 0 25px 10px 25px;
}

.support-materials .single-material .sm-info {
    font-size: 16px;
    line-height: 22px;
    color: #808285;
    margin: 0 25px 20px 25px;
}

.support-materials .single-material .sm-size {
    display: block;
    font-size: 20px;
    color: #808285;
    margin: 0 25px 30px 25px;
}

.support-materials .single-material .sm-size:before {
    content: '';
    width: 38px;
    height: 40px;
    background: url(https://static.stiebel.shop/stiebel/pdf-icon.png);
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 0;
}


.support-materials .single-material .sm-size-excel:before {
    content: '';
    width: 38px;
    height: 40px;
    background: url(https://static.stiebel.shop/stiebel/excel-icon.png);
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 0;
}


/* Contacts Pages */
#magazines-map {
    width: 100%;
    height: 600px;
}

#magazines-map > ymaps > ymaps:nth-child(2) {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    filter: grayscale(100%);
}

.map-filters {
    width: 360px;
    position: absolute;
    margin: 65px 0 0 60px;
    padding: 35px 40px 35px 35px;
    z-index: 10;
    background: #fff;
}

.map-filters .mf-title {
    color: #231F20;
    font-size: 26px;
    margin: 0 0 25px;
}

.map-filters .mf-title:before {
    content: '';
    width: 20px;
    height: 18px;
    background: url(https://static.stiebel.shop/stiebel/map-filter-icon.png);
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 5px 0;
}

.map-filters .jq-selectbox {
    width: 100%;
    margin: 0 0 15px;
}

.map-filters .jq-selectbox .jq-selectbox__select {
    font-size: 14px;
}

.map-filters input[type="submit"] {
    width: 100%;
    height: 40px;
    line-height: 38px;
    font-size: 16px;
    text-align: center;
    border: 1px solid #E5E5E5;
    background: #fff;
    cursor: pointer;
}

.map-infoblock {
    box-shadow: 3px 0px 3px 1px #cecece;
}

.map-infoblock .mi-title {
    font-size: 26px;
    margin: 60px 0 30px 70px;
}

.map-infoblock .mi-text {
    font-size: 18px;
    line-height: 24px;
    color: #808285;
    margin: 0 30px 0 70px;
}

.map-infoblock .mi-text a {
    color: #808285;
}

.map-infoblock .contacts-adress, .map-infoblock .contacts-worktime,
.map-infoblock .contacts-phone, .map-infoblock .contacts-fax, .map-infoblock .contacts-mail {
    margin: 0 0 0 25px;
}

.map-infoblock .contacts-adress:before, .map-infoblock .contacts-worktime:before,
.map-infoblock .contacts-phone:before, .map-infoblock .contacts-fax:before, .map-infoblock .contacts-mail:before {
    position: absolute;
    margin: 3px 0 0 -25px;
}

.map-infoblock .contacts-adress:before {
    content: '';
    width: 13px;
    height: 18px;
    background: url(https://static.stiebel.shop/stiebel/map-icon.png);
}

.map-infoblock .contacts-worktime:before {
    content: '';
    width: 15px;
    height: 15px;
    background: url(https://static.stiebel.shop/stiebel/time-icon.png);
}

.map-infoblock .contacts-phone:before {
    content: '';
    width: 16px;
    height: 16px;
    background: url(https://static.stiebel.shop/stiebel/phone-icon.png);
}

.map-infoblock .contacts-fax:before {
    content: '';
    width: 16px;
    height: 16px;
    background: url(https://static.stiebel.shop/stiebel/print-icon.png);
}

.map-infoblock .contacts-mail:before {
    content: '';
    width: 16px;
    height: 12px;
    background: url(https://static.stiebel.shop/stiebel/mail-icon.png);
    margin: 6px 0 0 -25px;
}


/* CART PAGE */

.cart_divider {
    width: 100%;
    height: 20px;
    border-bottom: 1px solid #f5f5f5;
    margin: 25px 0;
}

.new_modal {
    position: fixed;
    top: 20%;
    left: calc(50% - 400px);
    padding: 10px;
    color: #808285;
    width: 800px;
    font-size: 16px;
    background: #fff;
    box-shadow: 0 0 7px 1px #e5e5e5;
    max-height: 500px;
    overflow: visible;
    z-index: 500;
}

.new_modal_close {
    background: #fff url(https://static.stiebel.shop/stiebel/place-modal-close.png);
    width: 18px;
    height: 18px;
    position: absolute;
    top: -10px;
    right: -10px;
    cursor: pointer;
}

.certificate_info {
    opacity: 0.4;
    transition: opacity 500ms linear;
}

.certificate_info:hover {
    opacity: 1
}

.cart-delivery {
    padding: 15px 15px 34px;
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    font-size: 1.2rem;
    margin-bottom: 20px;
    box-shadow: 0 15px 20px -10px rgba(0, 0, 0, .2);
}

.cart-delivery h5 {
    margin: 0 0 10px;
}

.cart-delivery .cd-infoblock {
    margin: 0 0 25px;
}

.cd-subtitle {
    font-size: 1rem;
    font-weight: bold;
    margin: 0 0 10px;
}

.cart-delivery .cart-dottes {
    height: 20px;
    border-bottom: 1px dashed #979797;
    margin-bottom: 5px;
}

.cart-delivery .cart-total-price {
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    color: #B21F1D;
}

.cart-delivery .cart-accept {
    height: 55px;
    line-height: 53px;
    background: #BA0C2F;
    text-align: center;
    color: #fff;
    cursor: pointer;
    margin: 50px 0 0;
    border-radius: 5px;
}

.cart-delivery .delivery-dottes {
    color: #231F20;
    border-bottom: 1px dashed #231F20;
}

.cart-delivery .delivery-dottes:hover {
    border-bottom: 1px dashed transparent;
    text-decoration: none;
}


/* Compare Page */
.compare-page .add-compare-item:before {
    content: '';
    width: 15px;
    height: 15px;
    background: url(https://static.stiebel.shop/stiebel/compare-plus.png);
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 3px 0;
}

.compare-table td {
    font-size: 20px;
    padding: 6px 15px;
    border: 1px solid #E5E5E5;
    color: #808285;
}

.compare-table td:first-child {
    color: #231F20;
}

.compare-table .catalog-product {
    border: none;
    padding: 30px 0;
}

.compare-table .catalog-product .product-img-container {
    height: auto;
}

.compare-table .table-subtitle {
    font-size: 30px;
}

.compare-table td ul {
    margin: 0 0 0 20px;
}


/* Cabinet */
form.user-data input {
    height: 50px;
    line-height: 48px;
    width: 100%;
    border: 1px solid #E5E5E5;
    font-size: 16px;
    padding: 0 0 0 20px;
}

form.user-data .input-change {
    font-size: 14px;
    color: #808285;
    border-bottom: 1px dashed #808285;
}

form.user-data label {
    font-size: 14px;
    color: #808285;
}

form.user-data input[type="submit"] {
    background: #fff;
    padding: 0;
    cursor: pointer;
}

.table-orders td.order-data, .table-orders td.order-number, .table-orders td.order-price {
    white-space: nowrap;
}


/* Modals */
.modal-window {
    position: fixed;
    top: 20%;
    left: calc(50% - 400px);
    padding: 42px 48px;
    color: #808285;
    width: 800px;
    font-size: 16px;
    max-height: 500px;
    overflow: auto;
    z-index: 2000;
    border-radius: 10px;
    background-color: #FFF;
    /*box-shadow: 0 0 7px 1px #e5e5e5;*/
    border:2px solid #E6E6E6;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
}

.modal-close {
    width: 18px;
    height: 18px;
    background: url(https://static.stiebel.shop/stiebel/place-modal-close.png);
    position: absolute;
    top: 25px;
    right: 25px;
    cursor: pointer;
}

.modal-window .modal-title {
    font-size: 40px;
    color: #231F20;
    text-align: center;
    margin: 0 0 40px;
}

.modal-cart .modal-title {
    font-size: 30px;
    color: #231F20;
    line-height: 32px;
}

.modal-cart .modal-title:before {
    content: '';
    width: 31px;
    height: 20px;
    background: url(https://static.stiebel.shop/stiebel/accept-product-icon.png);
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 0;
}

.modal-cart .back-to-catalog {
    color: #4A4A4A;
    margin: 0 55px 0 0;
}

.modal-cart .back-to-catalog:before,
.modal-cart .go-to-cart:after {
    content: '';
    width: 9px;
    height: 6px;
    background: url(https://static.stiebel.shop/stiebel/readmore-arrow.png);
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    transform: rotate(180deg);
}

.modal-cart .go-to-cart:after {
    transform: rotate(0deg);
    margin: 0 0 0 10px;
}

.cart_table {
    border: 1px solid #E5E5E5;
    border-radius: 5px;
}

.product-table {
    color: #808285;
    font-size: 16px;
}

.product-table tr {
    position: relative;
    padding: 0 15px;
    border-bottom: 1px solid #E5E5E5;
}

.product-table tr:last-child {
    border-bottom: 0;
}

.product-table td {
    padding: 35px 15px;
    vertical-align: middle;
}

.product-table td:first-child {
    padding-left: 0;
    padding-right: 0;
}

.product-table .product-name {
    font-size: 30px;
    color: #231F20;
}

.product-table .product-category {
    font-size: 16px;
    margin: 0 0 10px;
}

.product-table .product-price {
    font-size: 30px;
    color: #B21F1D;
    white-space: nowrap;
}


.product-table .cart-input button {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 46px;
    border: 1px solid #E5E5E5;
    cursor: pointer;
}

.product-table .cart-input button.button-minus {
    background: url(https://static.stiebel.shop/stiebel/input-minus.png) center no-repeat;
}

.product-table .cart-input button.button-plus {
    background: url(https://static.stiebel.shop/stiebel/input-plus.png) center no-repeat;
}

.product-table .cart-input input {
    width: 100%;
    text-align: center;
    font-size: 24px;
    height: 46px;
    border: 1px solid #E5E5E5;
}

.product-table .remove-item {
    display: block;
    width: 18px;
    height: 18px;
    background: url(https://static.stiebel.shop/stiebel/place-modal-close.png);
    cursor: pointer;
}

.modal-product .product-status {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    border-radius: 12px;
    background: #BA0C2F;
    padding: 0px 12px;
    position: absolute;
    top: 25px;
    left: 25px;
}

.modal-product .product-sliders .product-thumbnails {
    margin: 50px auto 0;
}

.modal-product .product-sliders .product-thumbnails img {
    margin: 0 5px;
}

.modal-product .product-thumbnails .slick-prev, .modal-product .product-thumbnails .slick-next {
    width: 25px;
    height: 25px;
    background-size: cover;
}

.modal-product .product-title {
    font-size: 30px;
    color: #231F20;
}

.modal-product .product-info .product-category {
    margin: 0 0 10px;
}

.modal-product .product-info .product-short-desctiptions {
    margin: 10px 0 20px;
    color: #231F20;
}

.modal-product .tabs {
    margin: 10px 0 0;
}

.modal-product .tabs .tabs-charger {
    margin: 0 0 15px;
}

.modal-product .tabs .single-charger {
    display: inline-block;
    color: #979797;
    border-bottom: 1px dashed #979797;
    margin: 0 25px 0 0;
    cursor: pointer;
}

.modal-product .tabs .single-charger:hover {
    border-bottom: 1px dashed transparent;
}

.modal-product .product-more {
    font-size: 16px;
    color: #4A4A4A;
}

.modal-product .product-more:after {
    content: '';
    width: 9px;
    height: 6px;
    background: url(https://static.stiebel.shop/stiebel/readmore-arrow.png);
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
}

.modal-login {
    max-height: 90%;
    top: 10%;
}

.login-modal-charger .single-charger {
    height: 70px;
    line-height: 68px;
    border: 1px solid #E5E5E5;
    text-align: center;
    font-size: 24px;
    color: #808285;
    border-radius: 3px;
    margin: 0 0 45px;
    cursor: pointer;
}

.login-modal-charger .single-charger:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.login-modal-charger .single-charger:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.login-modal-charger .single-charger.active {
    border: 1px solid #B21F1D;
    color: #B21F1D;
}

form.login-form input {
    height: 50px;
    line-height: 48px;
    width: 100%;
    border: 1px solid #E5E5E5;
    font-size: 16px;
    padding: 0 0 0 20px;
    border-radius: 3px;
}

form.login-form label.radio-label {
    font-size: 18px;
    color: #231F20;
}

form.login-form input[type="submit"] {
    background: #fff;
    padding: 0;
    cursor: pointer;
}

form.login-form .remind-password {
    color: #808285;
}

footer {
    border-top: 1px solid #E5E5E5;
    padding: 60px 0 20px;
    margin-top: 40px;
}

footer .f-logo {
    display: block;
    width: 161px;
    height: 43px;
    background: url(https://static.stiebel.shop/stiebel/logo_2020.svg) no-repeat center center;
    background-size: contain;
    margin: 0 0 30px;
}

footer .nav-title {
    font-weight: 700;
    margin: 0 0 20px;
}

footer ul li a {
    display: inline-block;
    text-decoration: none;
    color: #808285;
    border-bottom: 1px solid #808285;
    margin: 0 0 12px 0;
}

footer ul li a:hover {
    color: #808285;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

footer .f-phone {
    display: block;
    margin: 0 0 15px 20px;
}

footer .f-phone:before {
    content: '';
    width: 16px;
    height: 16px;
    background: url(https://static.stiebel.shop/stiebel/phone-icon.png);
    position: absolute;
    margin: 3px 0 0 -25px;
}

footer .head-social {
    margin: 25px 0 0;
}

footer .f-copyright {
    font-size: 11px;
    text-transform: uppercase;
    color: #808285;
}

.dimmed-el {
    opacity: 0.2;
}

.dimmed-el:hover {
    opacity: 1;
}

@media only screen and (max-width: 1367px), only screen and (max-device-width: 1367px) {
    .main-map #map {
        width: 100%;
        height: 560px;
        background-size: cover;
    }

    .main-history .history-preview {
        padding: 40px;
    }

    .main-history .history-data {
        display: none;
    }
}

@media only screen and (max-width: 1199px), only screen and (max-device-width: 1199px) {
    header ul li a {
        font-size: 19px;
    }

    .main-infoblock .infoblock-article.style1, .main-infoblock .infoblock-article.style2 {
        padding: 30px;
    }

    .main-infoblock .infoblock-article.style1:after, .main-infoblock .infoblock-article.style2:after, .main-infoblock .infoblock-article.style3:after {
        display: none;
    }

    .main-infoblock .infoblock-article.style1 .ia-title {
        font-size: 30px;
        line-height: 40px;
    }

    .main-infoblock .infoblock-article.style3 .ia-title {
        font-size: 24px;
        margin: 0px 0 40px;
    }

    .main-map #map {
        height: 470px;
    }

    .pumps-principle .p-border:before {
        display: none;
        width: 0;
    }

    .cart-page .product-table td {
        padding: 35px 5px;
    }
}

@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {

    .modal-window {
        max-height: 100vh;
        height: 100vh;
        top: 0;
    }

    header {
        padding: 20px 0 25px;
    }

    header .head-minicart {
        margin-top: 30px;
    }

    .slickul_menu {
        display: block;
    }


    #ul-catalog .ul-item {
        border-bottom: 1px solid #E5E5E5;
    }

    #ul-catalog .ul-item:last-child {
        border-right: 1px solid #E5E5E5;
    }

    #ul-catalog .ul-item a {
        padding: 5px 10px;
        text-align: left;
    }

    #ul-catalog .ul-item .img-container {
        display: inline-block;
        vertical-align: middle;
        width: 85px;
        margin: 0 auto;
        height: 65px;
    }

    #ul-catalog .ul-item .link-name {
        display: inline-block;
        vertical-align: middle;
        margin: 0 0 0 15px;
    }

    .main-infoblock .infoblock-article img {
        display: block;
        max-height: 185px;
        margin: 0 auto 25px;
    }

    .main-history {
        margin: 50px 0 0 0;
    }

    .main-history .history-preview {
        padding: 25px;
    }

    .main-history .history-preview .hp-title {
        font-size: 36px;
        line-height: 50px;
    }

    .main-map .block-title {
        margin: 0 0 20px 0;
    }

    .main-map .readmore-button {
        margin: 0
    }

    .main-map #map {
        height: 350px;
    }

    footer .ul-title {
        margin: 0 0 10px;
    }

    footer ul {
        padding: 0 0 20px;
    }

    footer ul li a {
        margin: 0 0 6px 0;
    }

    .pumps-articles .single-article {
        margin: 0 0 30px;
    }

    .sidebar-menu li a {
        font-size: 17px;
        padding: 20px 0 20px 15px;
    }

    .page-content .table td, .page-content .table th {
        font-size: 18px;
        padding: 10px 15px;
    }

    .support-materials .single-material a.sm-title {
        font-size: 22px;
        line-height: 26px;
        margin: 0 15px 10px 15px;
    }

    .support-materials .single-material .sm-info {
        font-size: 18px;
        margin: 0 15px 20px 15px;
    }

    .support-materials .single-material .sm-size {
        margin: 0 15px 50px 15px;
    }

    .map-filters {
        margin: 15px 0 0 15px;
    }

    .map-infoblock .mi-title {
        margin: 40px 0 30px 20px;
    }

    .map-infoblock .mi-text {
        margin: 0 30px 0 20px;
    }

    .modal-window {
        width: 700px;
        left: calc(50% - 350px);
    }

    .cart-page .product-table td {
        padding: 35px 10px;
    }

    .compare-table .table-subtitle {
        font-size: 26px;
    }

    .compare-table td {
        font-size: 18px;
        padding: 20px 10px;
    }
}


@media only screen and (max-width: 1200px) and (min-width: 320px) {


    .desk-right,
    .desk-left {
        text-align: center;
    }


    #ul-catalog .ul-item, #ul-catalog .ul-item:last-child {
        border-right: none;
    }

    .main-map #map {
        height: 260px;
        margin: 0;
    }


    .product-char-content {
        column-count: 1;
    }

    .product-char .single-char {
        margin: 0 0 5px;
    }

    .product-tabs .tabs-chargers .single-charger {
        margin: 0 15px 15px 15px;
    }

    .product-info .product-delivery br {
        display: none;
    }

    .product-info .product-delivery > div {
        margin: 0 0 10px;
    }

    #magazines-map {
        height: 450px;
    }

    .map-filters {
        position: relative;
        width: 100%;
        margin: 0;
        z-index: 1;
        padding: 35px 0;
    }

    .map-infoblock {
        box-shadow: none;
        margin-bottom: 30px;
    }

    .map-infoblock .mi-title {
        margin: 0px 0 30px 0px;
    }

    .map-infoblock .mi-text {
        margin: 0px;
    }

    .modal-window {
        width: 550px;
        left: calc(50% - 275px);
    }

    .modal-product .product-sliders .product-slider .slick-dots {
        bottom: -10px;
    }

    .modal-product .product-sliders .product-thumbnails {
        display: none;
    }

    .product-table td {
        padding: 5px 15px;
    }

    .product-table .product-remove {
        position: absolute;
        top: 15px;
        right: 15px;
        width: 18px;
        padding: 0px !important;
    }

    .cart-page .product-table td {
        padding: 15px 10px;
    }

    .compare-table td {
        font-size: 15px;
        line-height: 20px;
        padding: 15px 7px;
    }

    .login-modal-charger .single-charger {
        height: 50px;
        line-height: 48px;
        font-size: 20px;
    }
}

@media only screen and (max-width: 575px), only screen and (max-device-width: 575px) {

    .desk-right,
    .desk-left {
        text-align: center;
    }

    .border {
        border: 0 !important;
    }

    header .head-social {
        display: none;
    }

    header .head-links {
        display: none !important;
    }

    footer .f-logo {
        margin: 0 auto 20px;
    }

    footer .head-social {
        margin: 0 0 25px;
    }

    .main-map {
        display: none;
    }

    .product-tabs .tabs-chargers {
        margin: 0 0 25px;
    }

    .product-tabs .tabs-chargers .single-charger {
        width: 32%;
        text-align: center;
        margin: 0;
        font-size: 18px;
        border-bottom: 1px solid transparent;
    }

    h2 {
        font-size: 34px;
        margin: 0px 0 30px;
    }

    h3 {
        font-size: 30px;
        margin: 0 0 25px;
    }

    h4 {
        font-size: 26px;
        margin: 0 0 25px;
    }

    .page-content {
        font-size: 18px;
        line-height: 22px;
        padding: 20px 0;
    }

    .page-content.with-border {
        border: none;
    }

    .page-content p, .page-content ul li {
        font-size: 18px;
        line-height: 22px;
        margin: 0 0 20px;
    }

    .page-content p.intro {
        font-size: 22px;
    }

    .page-content > ul li, .page-content .block-border ul li {
        font-size: 18px;
        line-height: 22px;
        margin: 0 0 15px 17px;
    }

    .table-charger .single-charger {
        padding: 6px 0;
        font-size: 20px;
    }

    .page-content .table td, .page-content .table th {
        font-size: 16px;
        padding: 6px 10px;
        line-height: 20px;
    }

    form.products-search input[type="search"] {
        height: 50px;
        line-height: 48px;
    }

    form.products-search input[type="submit"] {
        width: 50px;
        height: 50px;
    }

    .pdf-file {
        margin: 0 0 30px 55px;
    }

    .pdf-file:before {
        width: 40px;
        height: 43px;
        background-size: cover;
        margin: 0 0 0 -55px;
    }

    .services-charger .jq-selectbox__select {
        height: 50px;
        line-height: 48px;
        font-size: 20px;
    }

    .modal-window {
        width: 100%;
        left: 0;
        padding: 30px;
    }

    .new_modal {
        width: 100%;
        left: 0;
        padding: 5px;
    }

    .modal-cart .modal-title:before {
        width: 0;
        display: none;
    }
}

.btn-check {
    border: none;
    background: none;
    font-size: 1rem;
    border-bottom: 1px dotted #ccc;
    cursor: pointer;
}

.btn-trans {
    border: 0;
    background: none;
}

.wiz-tab {
    border: 2px solid #FF2A0C;
    padding: 20px 25px;
    text-align: center;
}

.wiz-btn-next {
    margin-bottom: 20px;
    width: 100%;
    display: block;
}

.ste_variant {
    display: inline-block;
    color: #000;
    padding: 8px 20px;
    letter-spacing: 0;
    border: 2px solid #e6e6e6;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 10px;
    font-size: 14px;
    min-height: 39px;
    -webkit-transition: 0.25s ease;
    transition: 0.25s ease;
    -webkit-user-select: none;
    text-decoration: none;
    min-width: 100px;
    margin-bottom: 10px;
    text-align: center;
    background-color: white;
}

.ste_variant:hover {
    background: #f5f5f5;
    text-decoration: none;
}

.ste_variant_current {
    border-color: #BA0C2F;
}

@media screen and (min-width: 1024px) {
    .navbar {
        display: none;
    }
}


@media screen and (min-width: 0px) and (max-width: 700px) {
    .aside-callback-btn {
        visibility: hidden;
    }

    .icon-line {
        padding: 20px 0;
    }
}

@media only screen and (max-width: 479px), only screen and (max-device-width: 479px) {


    .map.yandex .place-modal {
        width: 200px;
        padding: 10px;
    }

    .map.yandex .place-modal img {
        display: none;
    }

    .modal-cart .back-to-catalog {
        margin: 0;
    }

    .modal-cart .go-to-cart {
        float: right;
    }

    .modal-product .tabs .single-charger {
        margin: 0 10px 0 0;
    }

    .border {
        border: 0 !important;
    }
}

.page-link,
.page-item.disabled .page-link {
    vertical-align: middle;
    font-size: 20px;
    color: #808285;
    margin: 0 14px;
    border-color: transparent;
}

.page-item.active .page-link {
    background-color: #808285;
    border-color: transparent;
}

.st-btn-txt {
    cursor: pointer;
    line-height: 100%;
    padding: 5px 4px;
    text-align: center;
    background: none;
    color: #808285;
    border: none;
    font-size: 14px;
    border-bottom: 1px dotted #808285;
}

.st-btn {
    cursor: pointer;
    line-height: 100%;
    padding: 5px 4px;
    text-align: center;
    background: #808080;
    color: white;
    border: none;
    font-size: 14px;
}

.st-btn:hover {
    opacity: 0.8;
    color: white
}

.st-btn-big {
    font-size: 1.5rem;
    padding: 10px 15px;
}

.st-btn-red {
    background: #94151e;
}

.st-btn-link {
    border: 0;
    color: white;
    background: none;
    padding: 0;
    margin: 0;
}

.topline {
    font-size: 12px;
    background: #383838;
    color: #fff;
    font-family: Consolas, monospace;
    padding: 3px 4px;
    transition: opacity 1s ease;
}

.topline a {
    color: white;
    text-decoration: underline;
}

.switch-btn {
    font-size: 2rem;
    margin-bottom: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    border: none;
    background: none;
    border-bottom: 1px solid #808285;
    color: #808285;
}

.switch-btn:focus {
    outline: 0;
}

.product-go-store-btn {
    width: 100%;
    padding: 10px 25px;
    text-align: center;
    background: #BA0C2F;
    color: white;
    border: none;
    line-height: 135%;
    cursor: pointer;
    border-radius: 5px;
}

.product-go-store-btn:hover {
    opacity: 0.8;
    color: white
}

.snews_block {
    background: #f4f4f4;
}

.snews_block a {
    color: #222;
}

.snews-bg {
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
}

.snews-bot {
    min-height: 350px;
    padding: 1.25em 1.875em 1.875em 1.875em;
}

.snews-more {
    color: #222;
    font-size: 1rem;
}

.ste-select-btn {
    font-size: 12px;
    color: #222;
    border: none;
    background: none;
    padding: 0;
    border-bottom: 1px dashed;
}

.news-block {
    background-color: #f4f4f4;
    padding: 25px 15px;
    margin-bottom: 20px;
}

.news-block figcaption {
    font-size: 1rem;
    color: gray;
    max-width: 80%;
    line-height: 95%;
    font-style: italic;
    margin: 5px 0;
}

.news-block-link:hover {
    text-decoration: none;
    color: inherit;
}

.news-block p {
    text-align: justify;
    font-size: 1.2rem;
}

.news-block p a {
    border-bottom: 1px solid;
    text-decoration: none;
}

.news-block p a:hover {
    color: gray;
    border-color: gray;
}

.news-block table {
    font-size: 18px;
    border: 1px solid #e5e5e5;
    color: #231f20;
    width: 100%;
    margin-bottom: 20px;
}

.news-block table td,
.news-block table th {
    border: 1px solid #e5e5e5;
    padding: 10px 15px;
}


.news-block li {
    text-align: left;
}

.hover-img {
    filter: grayscale(100%);
}

.hover-img:hover {
    filter: grayscale(0%);
}

.news-block ul {
    margin-left: 30px;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    list-style: none;
}

.news-block ul > li {
    list-style-type: none;
    padding-top: 5px;
}

.news-block ul > li:before {
    color: #BA0C2F;
    content: "■";
    font-size: 10px;
    padding-right: 8px;
    padding-bottom: 6px;
    vertical-align: middle;
    display: inline-block;
}


#root-category-1330 {
    display: none;
}

.st-footer {
    border-top: 1px solid #E5E5E5;
    margin-top: 40px;
    background: #F4F4F4;
    text-align: center;
    padding: 25px 0px;
}

.st-foot-sub {
    font-size: 1.1rem;
}

.instruction-result {
    background: #E5E5E5;
    padding: 10px 15px;
}

.product-files__link {
    display: block;
    background-color: #f5f5f5;
    padding: 20px 35px;
    text-decoration: none;
    background-image: url(https://static.stiebel.shop/icons/file.svg);
    background-position: 10px center;
    background-repeat: no-repeat;
    width: 100%;
}

.product-files__link-lbl {
    padding-left: 10px;
}

.loan-info1 {
    background-color: #ffdf00;
    padding: 3px 5px;
    border-radius: 3px;
}


.input_base {
    border: 1px solid #E5E5E5;
    font-size: 1rem;
    font-family: inherit;
    padding: 10px 15px;
    margin: 0;
    width: 100%;
}

.input_base_lbl {
    background-color: #f5f5f5;
    border-radius: 6px 0 0 6px;
    cursor: not-allowed;
    pointer-events: none;
    text-align: left;
}

.input_base_inp {
    border-radius: 0 6px 6px 0;
    border-left: 1px solid transparent;
}

.input_base_inp:focus {
    border: 1px solid #f08080;
}


.st-select {
    display: inline-block;
    border: 1px solid #E5E5E5;
    font-size: 1rem;
    padding: 10px 15px;
    border-radius: 4px;
    width: 100%;
    font-family: inherit;
}

.st-loading {
    background: url(https://static.stiebel.shop/stiebel/loading2.gif) no-repeat right center;
    background-position: 90% center;
}

.select-pure {
    border-color: #e5e5e5;
    background: #f9f9f9;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align-last: center;
}

.st-btn-outline {
    background-color: #fff;
    border: 1px solid #E5E5E5;
    font-size: 1.3rem;
    padding: 6px 15px;
    border-radius: 4px;
    cursor: pointer;
}

.st-btn-outline:hover {
    border: 1px solid #000;
}

.aside-callback-btn {
    color: #fff;
    background-color: #94151E;
    border-color: #94151E;
    margin-top: -120px;
    padding-bottom: 20px;
    position: fixed;
    right: 50px;
    top: 50%;
    transform: rotate(-90deg);
    transform-origin: 100% 0;
    width: auto;
    z-index: 1000;
}

.aside-callback-btn, .btn {
    border: 2px solid transparent;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 1.2rem;
    min-width: 188px;
    outline: 0;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .2s ease;
    vertical-align: middle;
    color: white;
}

#callme-btn:hover {
    color: white;
}

.blink_me {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

::-webkit-scrollbar {
    width: 3px;
}

::-webkit-scrollbar-track {
    background-color: #E5E5E5;
}

::-webkit-scrollbar-thumb {
    background-color: #808285;
}

.st-stories {
    white-space: nowrap;
    overflow: auto;
    position: relative;
}

.story-item {
    max-height: 100px;
    max-width: 100px;
    width: 25vw;
    display: inline-block;
}

.story-link {
    text-decoration: none;
    text-align: left;
    color: #fff;
    position: relative;
    max-height: 100px;
    display: block;
}

.story-item-preview {
    display: block;
    box-sizing: border-box;
    font-size: 0;
    max-height: 90px;
    height: 18vw;
    overflow: hidden;
    transition: transform .2s;
}

.story-img {
    border-radius: 5px;
}


.story-info {
    top: 0;
    height: auto;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    bottom: auto;
    padding: 2px 10px;
    font-weight: 700;
    font-size: 12px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .35), 1px 0 1px rgba(0, 0, 0, .35);
}

#manager-edit-el {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    color: #FF2A0C;
    text-decoration: none;
}

.product-image-link {
    display: block;
    height: 140px;
    width: 100px;
}

.product-image-holder {
    background-size: cover;
    background-position: top center;
    width: 100px;
    height: 140px;
}

.oldprice {
    text-decoration: line-through;
    display: block;
    font-size: 1rem;
    line-height: 95%;
    color: black;
}

.oldprice:empty {
    display: none;
}

/*HAND*/
.hand-float-1 {
    position: absolute;
    display: block;
}

@media (max-width: 880px) {
    .hand-float-1 {
        position: static;
        margin: 0 auto;
    }
}

.hand-details {
    border-right: 1px solid #E5E5E5;
    text-align: center;
    padding: 30px 15px;
}

.hand-container:nth-child(1) {
    border-left: 1px solid #E5E5E5;
}

.hand-white-text {
    color: white;
}

.wbox {
    cursor: pointer;
    padding: 10px 15px;
    border: 1px solid #f5f5f5;
}

.wbox_title {
    color: gray;
}

.hand-bg {
    background-repeat: no-repeat;
}

.hand-gap {
    padding: 30px 45px;
    min-height: 350px;
    margin-left: 2px;
}


.hand-input {
    padding: 15px 30px;
    border: 1px solid #222;
    font-size: 1.6rem;
    color: #222;
    border-radius: 5px;
    margin-bottom: 20px;
    width: 100%;
}

.hand-btn-nosize {
    background-color: #BA0C2F;
    padding: 2px 8px;
    border: none;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    color: #FFFFFF !important;
    transition: opacity .15s ease-in-out;
}

.hand-btn-nosize:hover {
    color: white;
    opacity: 0.8;
    text-decoration: none;
}

.hand-gray {
    font-size: 1rem;
    background-color: #808080;
    display: block;
}

.hand-red {
    background-color: #BA0C2F;
    display: block;
}

.hand-btn {
    background-color: #BA0C2F;
    padding: 10px 25px;
    border: none;
    font-size: 1.5rem;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    transition: opacity .15s ease-in-out;
}


.hand-btn:hover {
    color: white;
    opacity: 0.8;
    text-decoration: none;
}

.hand-btn-disabled {
    background-color: #979797;
}

.hand-btn-fullwidth {
    width: 100%;
}


.hand-btn-outline {
    background-color: #fff;
    color: #BA0C2F;
    cursor: pointer;
    padding-left: 0;
}

.hand-btn-outline:hover {
    color: #BA0C2F;
}


.hand-badge {
    position: absolute;
    top: 20px;
    left: 0;
    background: white;
    padding: 20px 35px;
    border: 1px solid black;
    font-size: 1.5rem;
}

.hand-stat-block {
    margin-top: 20px;
    min-height: 80px;
}

.hand-gray-line {
    background: #E5E5E5;
    height: 30px;
    padding: 5px;
    width: 100%;
}

.hand-red-line {
    background: #BA0C2F;
    height: 100%;
}

.hand-economy-block {
    background: white;
    padding: 10px 15px;
    min-height: 100%;
}

.hand-bigtext1 {
    font-size: 1.5rem
}


.hand-stat-right-block {
    display: none;
}

@media only screen and (max-width: 980px) {
    .left_catalog_menu {
        display: none;
    }

    .catlog_sort {
        width: 100%;
    }

    .page_holder {
        border-left: 0;
    }
}

@media only screen and (max-width: 1280px) {

    .desk-right {
        text-align: right;
    }

    .desk-left {
        text-align: left;
    }

    .hand-stat-right-block {
        display: block;
    }

    .navbar {
        display: block;
    }

    .hand-bigtext1 {
        font-size: 3.2rem
    }
}

.heat-block {
    padding: 10px 15px;
    margin-bottom: 30px;
}

.heat-block-inner {
    border: 2px solid #E5E5E5;
    padding: 20px 25px;
}

.heat-desc {
    font-size: 1.5rem;
    margin-bottom: 35px;
}

.heat-ico {
    text-align: center;
    display: inline-block;
    min-width: 50px;
}

.nav-heat li {
    padding: 10px 15px;
    font-size: 1.4rem;
}

.nav-heat li a {
    border-bottom: 1px solid;
    line-height: 135%;
}

blockquote {
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 1.5em 10px;
    padding: 15px 20px;
    quotes: "\201C" "\201D" "\2018" "\2019";
    text-align: justify;
    line-height: 2rem;
    display: block;
    overflow: hidden;
}

blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}

blockquote p {
    display: inline;
}

blockquote ul {
    list-style-type: none;
    list-style: none;
}

.stc-btn {
    border: none;
    border-bottom: 1px dotted #222;
    background: none;
    padding: 0;
    cursor: pointer;
}

.stc-btn:active,
.stc-btn:focus {
    outline: none;
}

.why-section {
    padding: 25px 50px 25px 50px;
    background-size: cover;
    background-position: center center;
}

.why-section p {
    color: white;
    border-bottom: 6px solid #E1080E;
    padding-bottom: 15px;
    margin-top: 25px;
    min-height: 100px;
}


.why-section h4 {
    color: white;
}

[class*="ymaps-2"][class*="-ground-pane"] {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 3.5+ */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+ & Safari 6+ */
}

/* LOADING */

.spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #E30613;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0.0);
    }

    50% {
        -webkit-transform: scale(1.0);
    }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

.head-link-red {
    color: #BA0C2F !important;
    border-color: #BA0C2F !important;
}


/* The switch - the box around the slider */
.st-switch .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.st-switch .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.st-switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.st-switch .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.st-switch input:checked + .slider {
    background-color: #2196F3;
}

.st-switch input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

.st-switch input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.st-switch .slider.round {
    border-radius: 34px;
}

.st-switch .slider.round:before {
    border-radius: 50%;
}

/* UPDATED STYLES */
.mobile_logobar {
    top: 0;
    left: 0;
    padding: 10px 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .05);
    position: fixed;
    z-index: 1000;
    width: 100%;
    background: #fff;
}


.product-img-href {
    cursor: pointer;
    max-height: 290px;
    background: #fff;
}

.product-image-loading {
    max-width: inherit;
    background: rgb(227, 227, 227);
    background: linear-gradient(90deg, rgba(227, 227, 227, 1) 0%, rgba(182, 182, 182, 1) 7%, rgba(182, 182, 182, 1) 13%, rgba(227, 227, 227, 1) 25%);
    background-size: 900%;
    background-position: 100% 0%;
    animation: animation1 1.8s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.express_time_btn,
.express_day_btn {
    background-color: #fff;
    border: none;
    border-radius: .2em;
    font-size: 1rem;
    color: #555;
    cursor: pointer;
    display: inline-block;
    padding: 10px 20px;
    transition: background-color 500ms ease, padding 500ms ease;
    user-select: none;
    margin-right: 10px;
    margin-top: 10px;
    border: 2px solid #e1e2e7;
    border-radius: 10px;
}

.express_time_btn:disabled,
.express_day_btn:disabled {
    opacity: 0.5;
}

@keyframes animation1 {
    0% {
        background-position: 100% 0%;
    }

    99.99% {
        background-position: -30% 0%;
    }

    100% {
        background-position: 100% 0%;
    }
}

.embossed {
    text-shadow: -1px -1px 1px #fff, 1px 1px 1px #000;
    color: #808285;
}

/* PAGINATION */
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    flex-wrap: wrap;
    margin: 20px 20px;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    line-height: 1.25;
    color: gray;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: gray;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #ccc;
    border-color: #ccc
}

.page-item.disabled .page-link {
    color: #ccc;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

/* MODALS */
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: 0.5;
}

/* FORMULAS */

input[type=range] {
    -webkit-appearance: none;
    margin: 18px 0;
    width: 100%;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    background: #3071a9;
    border-radius: 1.3px;
    border: 0.2px solid #010101;
}

input[type=range]::-webkit-slider-thumb {
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    border: 1px solid #000000;
    height: 36px;
    width: 16px;
    border-radius: 3px;
    background: #ffffff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -14px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #367ebd;
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    background: #3071a9;
    border-radius: 1.3px;
    border: 0.2px solid #010101;
}

input[type=range]::-moz-range-thumb {
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    border: 1px solid #000000;
    height: 36px;
    width: 16px;
    border-radius: 3px;
    background: #ffffff;
    cursor: pointer;
}

input[type=range]::-ms-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    border-width: 16px 0;
    color: transparent;
}

input[type=range]::-ms-fill-lower {
    background: #2a6495;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}

input[type=range]::-ms-fill-upper {
    background: #3071a9;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}

input[type=range]::-ms-thumb {
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    border: 1px solid #000000;
    height: 36px;
    width: 16px;
    border-radius: 3px;
    background: #ffffff;
    cursor: pointer;
}

input[type=range]:focus::-ms-fill-lower {
    background: #3071a9;
}

input[type=range]:focus::-ms-fill-upper {
    background: #367ebd;
}


.clientOrder__statusLineCover {
    background: #f5f5f5;
    padding: 22px 40px 42px;
    margin-bottom: 30px;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    font-size: 1rem;
    pointer-events: none;
}


.clientOrder__statusLineCover
.clientOrder__status__caption {
    margin-bottom: 20px;
}

.clientOrder__status__caption {
    font-size: 1.3em;
}

.clientOrder__statusLine {
    display: flex;
    position: relative;
    height: 6px;
    width: 100%;
    background: #a3d318;
    margin-bottom: 65px;
}

.clientOrder__statusLine
.clientOrder__statusLine__item:first-child {
    flex-grow: 1;
}

.clientOrder__statusLine__item.True {
    background: 0 0;
}

.clientOrder__statusLine__item.True {
    background: 0 0;
}

.clientOrder__statusLine__item {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    position: relative;
    flex-grow: 2;
    box-shadow: 0 0 3px #ccc;
}

.clientOrder__statusLine__item.True
.clientOrder__statusLine__itemPoint {
    background: #a3d318 url(https://static.stiebel.shop/icons/white/check.svg) no-repeat;
    background-size: contain;
}

.clientOrder__statusLine__itemPoint {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 50%;
    top: -7px;
    margin-left: -10px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 3px #ccc;
}

.clientOrder__statusLine__item.True
.clientOrder__statusLine__itemText {
    color: #000;
}

.clientOrder__statusLine__itemText {
    position: absolute;
    top: 23px;
    text-align: center;
    width: 120px;
    left: 50%;
    margin-left: -60px;
    color: #999;
}

/* CART PAGE */

.payment_checkbox {
    left: -9999px;
    position: absolute;
}

.payment_checkbox:checked + label {
    background-color: #ba0c2f;
}

.payment_checkbox + label {
    font-size: 0.8rem;
    background: #222;
    color: #fff;
    display: inline-block;
    padding: 1em;
    margin: 15px 0;
    border-radius: 5px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.15em;
    box-shadow: 0 15px 20px -10px rgba(0, 0, 0, 0.3);
    transition: color 0.6s, box-shadow 0.3s, transform 0.3s, background-color 500ms;
    border: 0;
    cursor: pointer;
    width: 100%;
    text-align: center;
}


.flipbox_mini,
.flipbox {
    left: -9999px;
    position: absolute;
}

.flipbox + label {
    background-color: #fff;
    border: none;
    border-radius: .2em;
    font-size: 1rem;
    color: #555;
    cursor: pointer;
    display: block;
    width: 100%;
    padding: 20px 30px;
    transition: background-color 500ms ease, padding 500ms ease;
    user-select: none;
    margin-bottom: 20px;
    border: 2px solid #e1e2e7;
    border-radius: 10px;
}

.flipbox + label .title {
    display: block;
    font-size: 20px;
    line-height: 24px;
    color: #252f42;
}


.flipbox:checked + label {
    border: 2px solid lightcoral;
    background: #FCE0E0;
}

.flipbox + label .desc {
    margin-top: 10px;
    display: block;
}

.flipbox_mini + label {
    background-color: #fff;
    border: none;
    font-size: 1.1rem;
    color: #555;
    cursor: pointer;
    display: block;
    padding: 5px 10px;
    width: 100%;
    transition: background-color 500ms ease, padding 500ms ease;
    user-select: none;
    border: 1px solid #e1e2e7;
    border-radius: 10px;
}

.flipbox_mini:checked + label {
    border: 1px solid #216ee0;
    background: #eaf1fe;
}

.flipbox_mini_lbl_left {
    border-radius: 10px 0 0 10px !important
}

.flipbox_mini_lbl_right {
    border-radius: 0 10px 10px 0 !important
}

.procard_holder {
    position: relative;
    max-width: 380px;
    margin: 0 auto;
    border-radius: 6px;
    padding: 20px 25px;
    color: white;
    font-size: 1.3rem;
    min-height: 180px;
    background: #222 url(https://static.stiebel.shop/stiebel/proclub_bg2.png) no-repeat bottom right;
}

.sms_btn {
    background: none;
    color: gray;
    border: none;
    border-bottom: 1px dashed;
    font-family: inherit;
    cursor: pointer;
}

.container {
    max-width: 1152px;
}

.button_tabs {
    background-color: #f9f9f9;
    border-radius: 4px;
    padding: 6px 5px;
    margin-bottom: 20px;
}

.button_tabs button {
    cursor: pointer;
    background-color: transparent;
    font-size: 1.2rem;
    border: none;
    border-radius: 4px;
    line-height: 135%;
    font-weight: 300;
    padding: 5px 15px;
    transition: background-color 300ms ease;
}

.button_tabs button.active {
    background-color: #fff;
}

.button_tabs button:hover {
    cursor: pointer;
    background-color: #fff;
    border: none;
}


/* PROMO */
.promo_subhead_link {
    border-radius: 15px;
    background-color: #BA0C2F;
    font-size: 1rem;
    color: white;
    padding: 2px 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: background-color 500ms ease;
}

.promo_subhead_link:hover {
    color: white;
    background-color: #222;
}


.promo_subheader {
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background-color: rgba(255, 255, 255, 0.72);
    width: 100%;
    padding: 5px 0;
    border-bottom: 1px solid #f5f5f5;
    border-top: 1px solid #f5f5f5;
    font-size: 1.2rem;
    color: #000;
    font-weight: bold;
}

.promo_container {
    font-family: 'PT Sans', sans-serif;
}

.promo_div_1 {
    background-size: cover;
    height: 450px;
    background-position: center center;
}

.promo_univ {
    margin: 10px 0;
    background: #f5f5f5;
    padding: 10px 15px;
    display: block;
    border-radius: 6px;
}

.promo_litr {
    font-size: 1.2rem;
    font-weight: bold;
    color: #222;
}

.wide_box {
    background-color: #FBFBFD;
    padding: 40px 0;
    margin-bottom: 15px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.wide_box_two {
    margin: 0 5px;
}

.wide_box_invert {
    background-color: #222;
    color: white;
    margin: 0 5px;
}

.wide_box p {
    line-height: 135%;
}

.wide_box a {
    font-size: 1.5rem;
    color: #06c;
    margin: 0 20px;
}

.wizard_product_header {
    background-color: #f5f5f5;
    padding: 4px 3px;
    border-radius: 6px;
}

.wizard_line {
    border-top: 1px solid #f5f5f5;
    padding: 10px 15px;
    margin-bottom: 0;
}

.wizard_line p {
    margin: 0;
}

@media screen and (min-width: 320px) {
    html {
        font-size: calc(10px + 6 * ((100vw - 320px) / 680));
    }

    #main-img-holder,
    #second-img-holder {
        background-position: center;
    }

    .leaders li {
        margin-left: 0;
    }

    .leaders li.title {
        float: none;
    }

    .promo_padding {
        padding: 10px;
    }

    .promo_padding br {
        display: block;
        padding: 4px 0;
        content: "";
    }

    .wide_box_two,
    .wide_box_invert {
        margin: 0;
    }

    .container.is-fluid {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (min-width: 1000px) {
    html {
        font-size: 16px;
    }

    .promo_padding {
        padding: 0 30px;
    }

    .leaders li {
        margin-left: 350px;
    }

    .leaders li.title {
        float: left;
    }
}

/* glosary */

.lsidebar {
    border-right: 1px solid #f0f2f1;
    width: 250px;
    float: left;
    padding: 0 35px;
}

.lsidebar > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.lsidebar > ul > li {
    font-size: 18px;
    font-weight: 400;
    padding: 0 0 10px;
    margin: 25px 0 0px;
}

.lsidebar > ul > li > ul {
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
    display: block;
    list-style: none;
    margin: 10px 0 0 0;
    padding: 10px 0 0 0;
    font-size: 14px;
}

.lsidebar a {
    line-height: 1.5;
}

#comment-form .field {
    margin-top: 15px;
}

#comment-form label {
    font-weight: bold;
}
