:root {
    --sod-primary-clr: #0060ff;
    --sod-secondary-clr: #ffde00;
    --sod-back-clr: #f7f7f7;
    --sod-light-text-clr: #adadad;
    --sod-text-clr: #505050;
    --sod-border-clr: #dcdcdc;
}

body {
    font-family: 'Roboto', sans-serif;
    background-color: var(--sod-back-clr);
    color: var(--sod-text-clr);
}

.primary-clr {
    /*color: var(--sod-primary-clr);*/
}

/* https://github.com/Mango/slideout */

.slideout-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 256px;
    min-height: 100vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 0;
    display: none;
}

.slideout-menu-left {
    left: 0;
}

.slideout-menu-right {
    right: 0;
}

.slideout-panel {
    position: relative;
    z-index: 1;
    /* background-color: #fff; */
    /* A background-color is required */
    min-height: 100vh;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
    overflow: hidden;
}

.slideout-open .slideout-menu {
    display: block;
}

.slideout-panel:before {
    content: '';
    display: block;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 0.5s ease-in-out;
}

.panel-open:before {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1050;
}


/* mobile menu */

#offcanvas-menu .nav-link {
    color: #505050;
    font-size: 1.125rem;
    line-height: 1;
}

#offcanvas-menu .nav-link[data-toggle]:after {
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    vertical-align: middle;
    margin-left: .5rem;
    color: #0074ff;
}

#offcanvas-menu .nav-link[data-toggle].collapsed:after {
    content: "\f107";
}

#offcanvas-menu .nav-link[data-toggle]:not(.collapsed):after {
    content: "\f106";
}


/*sticky header position*/

.sticky.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    /* background-color: #fff; */
    background-color: var(--sod-primary-clr);
}

#header {
    background-color: #fff;
}

.top-menu-line {
    background-color: #f6f6f6;
}

.region-change a {
    color: #0074ff;
}

.region-change a:hover {
    text-decoration: none;
}

.region-change a i {
    color: #505050;
}

#top-menu .nav-link {
    padding: .5rem .5rem;
    font-size: 0.875rem;
    color: var(--sod-text-clr);
}

#top-menu .nav-link:hover {
    color: #000;
}

.phone-top {
    display: inline-block;
    color: #000;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1;
    padding: 1rem 0;
    white-space: nowrap;
    text-align: right;
}

.phone-top:hover {
    color: #000;
    text-decoration: none;
}

#desktop-search-block #search {
    border-right: 1px solid transparent;
}

#desktop-search-block .btn-search {
    border-radius: 10px;
    border: 1px solid var(--sod-secondary-clr);
    background-color: var(--sod-secondary-clr);
    border-left: 1px solid transparent;
    color: #000;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.header-profile,
.header-cart {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.header-profile:hover,
.header-cart:hover {
    text-decoration: none;
}

.header-profile div,
.header-cart div {
    color: #000;
    font-size: 0.75rem;
}

.header-cart {
    position: relative;
}

.header-cart .quantity-badge {
    position: absolute;
    display: inline-block;
    top: -5px;
    right: -10px;
    background-color: var(--sod-secondary-clr);
    color: #000;
    padding: 0 .5rem;
}

.header-goods {
    display: inline-block;
    color: #000;
    background-color: var(--sod-secondary-clr);
    font-size: 0.875rem;
    line-height: 1.2;
    padding: .5rem;
    text-align: left;
    vertical-align: middle;
}

.header-goods .quantity {
    background-color: #fff;
    border-radius: 2px;
    padding: 2px;
}

.main-menu-line {
    background-color: var(--sod-primary-clr);
    border-top: 2px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    box-shadow: -1px 12px 45px -26px rgba(0, 0, 0, 0.25);
    line-height: 36px;
    padding: 0 !important;
}

#mobile .btn {
    padding: 0 .5rem;
}

#mobile .btn-catalog {
    color: #fff;
}

#mobile .btn-catalog:hover,
#mobile .btn-catalog:focus {
    color: #505050;
}

#mobile .btn-cart {
    color: #fff;
    font-size: 1rem;
}

#mobile .btn-cart:hover {
    color: #fff;
}

#mobile .btn-user {
    color: #fff;
}

#mobile .btn-user:hover {
    color: #fff;
}

#mobile-search-block {
    width: 100%;
    margin: 0 .5rem;
}

#mobile-search-block .form-control {
    border-left: 1px solid transparent;
}

#mobile-search-block .btn-search {
    border-radius: .25rem;
    border: 1px solid #ced4da;
    background-color: #fff;
    border-right: 1px solid transparent;
    color: var(--sod-primary-clr);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#main-menu .dropdown {
    height: 50%;
    top: 19px;
}

#desktop .btn-catalog {
    background-color: var(--sod-secondary-clr);
    font-weight: bold;
    color: #000;
    border-radius: .3rem;
}

#desktop .btn-catalog:hover,
#desktop .btn-catalog:focus,
#desktop .btn-catalog:active {
    background-color: var(--sod-secondary-clr);
    color: #000;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown>.dropdown-toggle:active {
    pointer-events: none;
}

.dropdown-menu {
    margin-top: 0;
    min-width: 75rem;
    /* width: auto; */
}

.dropdown-menu-right {
    min-width: 10rem;
}

#main-menu {
    height: 80px;
}

#desktop #main-menu .nav-link {
    font-size: 1rem;
    color: #505050;
    height: 100%;
    margin: 0 15px;
    padding-top: 20px;
}

#desktop #main-menu .nav-link:hover {
    color: #000;
}

.drop-item:hover .menu-link,
#desktop #main-menu .menu-link:hover {
    color: #48D8AD !important;
    background-color: #F1F1F1;
}

.drop-item-content {
    display: none;
    position: absolute;
    /*right: 0;*/
    background-color: #F1F1F1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.1);
    z-index: 1;
    margin-left: 15px;
}

.drop-item-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.drop-item-content a:hover {
    background-color: #f9f9f9;
}

.drop-item:hover .drop-item-content {
    display: block;
}

#footer {
    /* background-color: #f6f6f6; */
}

#footer .nav {
    font-size: 1rem;
}

#footer .nav .nav-link {
    font-size: 1rem;
    line-height: 1;
    color: #505050;
}

#footer .nav.bottom-nav .nav-link {
    font-size: 0.875rem;
    color: #adadad;
}

#footer .border-top {
    border-top: 1px solid var(--sod-border-clr);
}

#footer .social-block a {
    padding-left: 1rem;
    font-size: 2rem;
    color: #505050;
}

#footer .social-block a:hover {
    text-decoration: none;
}

#footer .social-block a.fa-vk:hover {
    color: #5181b8;
}

#footer .social-block a.fa-facebook:hover {
    color: #3b5998;
}


/* breadcrumb */

.breadcrumb {
    background-color: transparent;
    padding-left: 0;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    color: var(--sod-text-clr);
    content: "•";
}

.breadcrumb .breadcrumb-item {
    margin-bottom: 1rem;
}

.breadcrumb .breadcrumb-item a,
.breadcrumb .breadcrumb-item span {
    font-size: 0.75rem;
    color: var(--sod-text-clr);
    padding: .25rem .75rem;
    border: 1px solid var(--sod-text-clr);
    border-radius: .5rem;
}

.breadcrumb .breadcrumb-item a:hover,
.breadcrumb-item.active span {
    color: #fff;
    background-color: var(--sod-primary-clr);
    border: 1px solid var(--sod-primary-clr);
    text-decoration: none;
}


/* mini card styles */

.mini-product-card {
    height: 100%;
}

.mini-product-card .card-image-link {
    display: block;
    position: relative;
}

.mini-product-card .card-image-link .card-img-top {
    display: block;
    margin: 1rem auto 0 auto;
    max-height: 180px;
    max-width: 180px;
}

.mini-product-card .card-image-link .card-label-top {
    position: absolute;
    top: 1rem;
    right: 0;
    background-color: red;
    display: flex;
    align-items: center;
    color: #fff;
    padding: .2rem 1.5rem .2rem 1.5rem;
    border-top-left-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem;
}

.mini-product-card .card-image-link .card-label-top span {
    font-size: 1.125rem;
    font-weight: bold;
}

.mini-product-card .card-image-link .card-label-bottom {
    position: absolute;
    bottom: 1rem;
    right: 0;
    background-color: #f3f9ff;
    display: flex;
    align-items: center;
    color: #0074ff;
    padding: .2rem .5rem .2rem .5rem;
    border-top-left-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem;
}

.mini-product-card .card-image-link .card-label-bottom span {
    font-size: 0.75rem;
    font-weight: bold;
}

.mini-product-card .card-body .card-title a {
    font-size: 1rem;
    line-height: 1;
    color: var(--sod-text-clr);
    margin-bottom: .5rem;
}

.mini-product-card .card-body .card-title a:hover {
    color: var(--sod-text-clr);
    text-decoration: none;
}

.mini-product-card .card-body .card-text {
    font-size: 0.875rem;
    line-height: 1;
    color: var(--sod-light-text-clr);
}

.mini-product-card .card-footer {
    background-color: transparent;
    border-top: none;
    padding-top: 0;
}

.mini-product-card .card-footer .card-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .5rem;
}

.mini-product-card .card-footer .card-price .old-price span {
    font-size: 1.125rem;
    color: var(--sod-border-clr);
}

.mini-product-card .card-footer .card-price .old-price span:first-child {
    text-decoration: line-through;
}

.mini-product-card .card-footer .card-price .new-price span {
    font-size: 1.5rem;
    font-weight: bold;
    color: #000;
}

.mini-product-card .card-footer .card-price .new-price span+span,
.mini-product-card .card-footer .card-price .old-price span+span {
    font-size: 70%;
}

.mini-product-card .card-footer .btn-card {
    font-size: 1rem;
    font-weight: bold;
    color: #0074ff;
    background-color: #fff;
    border: 2px solid var(--sod-primary-clr);
    border-radius: .5rem;
    text-transform: uppercase;
    width: 100%;
    /* margin-bottom: .5rem; */
}

.mini-product-card .card-footer .btn-card:hover {
    color: #000;
    background-color: var(--sod-secondary-clr);
    border-color: var(--sod-secondary-clr);
}

.mini-product-card .counter {
    display: -ms-flexbox;
    display: flex;
}

.mini-product-card .counter button {
    width: 30px;
    height: 30px;
    color: var(--sod-primary-clr);
    background-color: #fff;
    border: 2px solid var(--sod-primary-clr);
    border-radius: 50%;
    outline: none;
}

.mini-product-card .counter button:hover {
    color: #000;
    background-color: var(--sod-secondary-clr);
    border-color: var(--sod-secondary-clr);
}

.mini-product-card .counter button:focus {
    outline: none;
}

.mini-product-card .counter input {
    width: 2.5rem;
    text-align: center;
    border: none;
}

.mini-product-card .buy-step-2 {
    display: flex;
    align-items: center;
}


/* main page styles */

.top-plashka {
    background-color: #fff;
}

.top-plashka a {
    display: block;
    font-size: 1.125rem;
    color: var(--sod-text-clr);
    text-align: center;
    height: 100%;
    padding: .5rem 0;
}

.top-plashka a:hover {
    color: var(--sod-text-clr);
    text-decoration: none;
}

.top-plashka a>img {
    width: 35px;
    height: 35px;
}

.main-title-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--sod-border-clr);
    margin: 2.5rem 0;
}

.main-title-block .title {
    font-size: 1.875rem;
    text-transform: uppercase;
}

.main-title-block .more-link {
    font-size: 1rem;
    color: #000;
    background-color: var(--sod-secondary-clr);
    border-color: var(--sod-secondary-clr);
    border-radius: .5rem;
    padding: 0 .75rem;
}

.main-img-link-block .img-link {
    display: block;
    position: relative;
}

.main-img-link-block .img-link div {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
}

.main-news-block .news-item {
    display: block;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/news_back.jpg);
    background-size: cover;
    height: 145px;
}

.main-news-block .news-item:hover {
    text-decoration: none;
}

.main-news-block .news-item .news-date {
    display: inline-block;
    border-radius: 1rem;
    padding: 0 .5rem;
    margin: .5rem;
    color: var(--sod-text-clr);
    background-color: var(--sod-back-clr);
}

.main-news-block .news-item .news-title {
    font-size: 1.125rem;
    line-height: 1;
    color: #fff;
    padding: .5rem;
}

.subscribe-block {
    background-color: var(--sod-primary-clr);
}

.subscribe-block h3 {
    color: #fff;
    font-size: 1.25rem;
}

.subscribe-block .btn-subscribe {
    font-size: 1.25rem;
    color: #000;
    background-color: var(--sod-secondary-clr);
    border-color: var(--sod-secondary-clr);
    border-radius: .5rem;
    text-transform: uppercase;
    width: 100%;
}


/* category page styles */

.bestsellers-block {
    border: 1px solid var(--sod-secondary-clr);
    border-radius: .5rem;
    position: relative;
    padding: 3rem 0 2rem 0;
}

.bestsellers-block .bestsellers-header {
    position: absolute;
    top: -19px;
    left: calc(50% - 82px);
    background-color: var(--sod-secondary-clr);
    color: #000;
    font-size: 1.5rem;
    border-radius: .5rem;
    padding: 0 1rem;
}

.btn-all-filters {
    color: #fff;
    background-color: var(--sod-primary-clr);
    border-color: var(--sod-primary-clr);
    font-size: 0.75rem;
    border-radius: .5rem;
}

.btn-all-filters:hover {
    color: #000;
    background-color: var(--sod-secondary-clr);
    border-color: var(--sod-secondary-clr);
}


/* card detail page styles */

.card-product-img {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.card-product-slider {
    background-color: #fff;
    /* display: flex;
    justify-content: center;
    align-items: center; */
    height: 100%;
}

.card-buy-block {
    background-color: #fff;
    padding: 1.5rem 3rem;
    height: 100%;
}

.card-buy-block .product-title-block {
    display: flex;
}

.card-buy-block .product-title {
    font-size: 1.5rem;
}

.card-buy-block .add-favorites {
    display: block;
    font-size: 0.75rem;
    color: var(--sod-primary-clr);
    text-align: right;
}

.card-buy-block .add-favorites:hover {
    text-decoration: none;
}

.card-buy-block .add-favorites:before {
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    content: "\f004";
    padding-right: .25rem;
}

.card-buy-block .product-info {
    display: inline-block;
    background-color: var(--sod-secondary-clr);
    color: #000;
    font-size: 0.875rem;
    padding: .25rem .75rem;
    border-radius: .5rem;
}


/* price block */


/* price active */

.card-buy-block .price-block .price-good.active .new-price {
    font-size: 2.25rem;
    color: #000;
    padding: .5rem;
    padding-left: 0;
    white-space: nowrap;
}

.card-buy-block .price-block .price-good.active .new-price span {
    font-size: 50%;
}

.card-buy-block .price-block .price-good.active .old-price {
    font-size: 1.125rem;
    color: var(--sod-text-clr);
    background-color: var(--sod-back-clr);
    text-decoration: line-through;
    padding: .5rem;
    white-space: nowrap;
}

.card-buy-block .price-block .price-good.active .old-price span {
    font-size: 50%;
    text-decoration: none;
}


/* price passive */

.card-buy-block .price-block .price-good .new-price {
    font-size: 1.5rem;
    color: var(--sod-text-clr);
    padding: .5rem;
    padding-left: 0;
    white-space: nowrap;
}

.card-buy-block .price-block .price-good .new-price span {
    font-size: 50%;
}

.card-buy-block .price-block .price-good .old-price {
    font-size: 1rem;
    color: var(--sod-text-clr);
    background-color: var(--sod-back-clr);
    text-decoration: line-through;
    padding: .5rem;
    white-space: nowrap;
}

.card-buy-block .price-block .price-good .old-price span {
    font-size: 50%;
    text-decoration: none;
}


/* price box new */

.price-box-new {
    display: inline-block;
    color: #000;
    border: 2px solid var(--sod-secondary-clr);
    border-radius: .5rem;
    padding: .2rem .5rem;
}

.price-box-new img {
    vertical-align: middle;
}

.card-buy-block .btn-card-buy {
    font-size: 1.125rem;
    font-weight: bold;
    color: #fff;
    background-color: #0074ff;
    border-color: var(--sod-primary-clr);
    border-radius: .5rem;
    text-transform: uppercase;
    padding: .375rem 3.75rem;
}

.card-buy-block .btn-card-buy span {
    font-size: 80%;
    font-weight: normal;
    text-transform: lowercase;
}

.card-buy-block .btn-card-buy:hover {
    color: #000;
    background-color: var(--sod-secondary-clr);
    border-color: var(--sod-secondary-clr);
}

.card-buy-block .delivery-block {
    border-top: 1px solid var(--sod-border-clr);
    border-bottom: 1px solid var(--sod-border-clr);
}

.card-buy-block .delivery-block table td {
    /* padding: .5rem; */
}

.card-buy-block .delivery-block table td:first-child {
    width: 125px;
}

.card-buy-block .specification-block table tr td {
    color: var(--sod-text-clr);
    vertical-align: top;
    font-size: .85rem;
    padding-bottom: .5rem;
}

.card-buy-block .specification-block table tr td+td {
    /*color: var(--sod-primary-clr);*/
}

.card-sub-title {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
}

.select-quantity-block .radio-group .radio {
    display: inline-block;
    width: 35px;
    height: 35px;
    border: 1px solid #adadad;
    border-radius: 3px;
    line-height: 35px;
    text-align: center;
}

.select-quantity-block .radio-group .radio:hover:not(.disabled),
.select-quantity-block .radio-group .radio.selected {
    cursor: pointer;
    color: var(--sod-primary-clr);
    border: 1px solid var(--sod-primary-clr);
}

.select-quantity-block .radio-group .radio.disabled {
    color: #adadad;
    background-color: #f6f6f6;
}

.radio.auto-width {
    width: auto!important;
    padding-left: .5rem;
    padding-right: .5rem;
}


/* change price */

.card-buy-block .price-block {
    display: none;
}

.card-buy-block .price-block.active {
    display: block;
}


/* counter */

.card-buy-block .counter {
    display: -ms-flexbox;
    display: flex;
}

.card-buy-block .counter button {
    width: 30px;
    height: 30px;
    color: var(--sod-primary-clr);
    background-color: #fff;
    border: 2px solid var(--sod-primary-clr);
    border-radius: 50%;
    outline: none;
}

.card-buy-block .counter button:hover {
    color: #000;
    background-color: var(--sod-secondary-clr);
    border-color: var(--sod-secondary-clr);
}

.card-buy-block .counter button:focus {
    outline: none;
}

.card-buy-block .counter input {
    width: 2.5rem;
    text-align: center;
    border: none;
}

.card-buy-block .buy-step-2 {
    display: flex;
    align-items: center;
}


/* lib */


/* https://kenwheeler.github.io/slick/ */

.slick-loading .slick-list {
    background: #fff url("../lib/slick/ajax-loader.gif") center center no-repeat;
}


/* Icons */


/* 
@font-face {
    font-family: "slick";
    src: url("../lib/slick/fonts/slick.eot");
    src: url("../lib/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../lib/slick/fonts/slick.woff") format("woff"), url("../lib/slick/fonts/slick.ttf") format("truetype"), url("../lib/slick/fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal;
} */


/* Arrows */

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.75;
}

.slick-prev:before,
.slick-next:before {
    font-size: 40px;
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    line-height: 1;
    color: #adadad;
    opacity: 0.7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -30px;
}

.slick-prev:before {
    content: "\f053";
}

.slick-next {
    right: -30px;
}

.slick-next:before {
    content: "\f054";
}


/* Dots */

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    /*bottom: -30px;*/
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin-top: 8px;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-left: 25px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li.slick-active {
    /*background: transparent;*/
    margin-right: 35px;
}

.slick-dots li button {
    border: 0;
    /*background: transparent;*/
    background: #C4C4C4;
    display: block;
    height: 6px;
    width: 37px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    border-radius: 5px;
}

.slick-dots li.slick-active button {
    /*background: transparent;*/
    background: #48D8AD;
    height: 6px;
    width: 69px;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    /*content: "•";*/
    width: 40px;
    height: 40px;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    color: var(--sod-primary-clr);
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: var(--sod-secondary-clr);
    opacity: 0.7;
}


/* real sliders css */

.card-slider .slider-item,
.card-slider-in-sidebar .slider-item {
    padding: 0 .5rem;
    height: 425px;
}

.brand-slider .slick-slide,
.card-slider-in-sidebar .slick-slide {
    margin: 0 .5rem;
}

.brand-slider img {
    margin: 0 auto;
}

.brand-slider .slick-slide {
    display: inline-block;
    vertical-align: middle;
    float: none;
    padding: 0 15px;
}

/* fix some height */
.slick-slider .mini-product-card .card-body {
    min-height: 124px;
}

@media (max-width: 575px) {
    .brand-slider,
    .card-slider,
    .card-slider-in-sidebar {
        padding: 0 2rem;
    }
    .slick-prev {
        left: 0;
    }
    .slick-next {
        right: 0;
    }
}

@media (max-width: 992px) {
    .slick-dots {
        display: none!important;
    }
}
/* card-product-slider */

.card-product-slider .slider-for img {
    padding: 0 2rem;
    margin: 1rem auto;
}
.card-product-slider .slider-for img {
    margin: 1rem auto;
}

.card-product-slider .slider-nav {
    padding: 0 2rem;
    margin: 0 auto;
}
.card-product-slider .slider-nav .slick-prev {
    left: -10px;
    z-index: 1;
}

.card-product-slider .slider-nav .slick-next {
    right: -10px;
    z-index: 1;
}

/*! Tablesaw - v3.1.2 - 2019-03-19
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2019 Filament Group; Licensed MIT */

.tablesaw {
    width: 100%;
    max-width: 100%;
    empty-cells: show;
    border-collapse: collapse;
    border: 0;
    padding: 0;
}

.tablesaw * {
    box-sizing: border-box;
}

.tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
    display: none;
}


/* Mobile first styles: Begin with the stacked presentation at narrow widths */


/* Support note IE9+: @media only all */

@media only all {
    /* Show the table cells as a block level element */
    .tablesaw-stack {
        clear: both;
    }
    .tablesaw-stack td,
    .tablesaw-stack th {
        text-align: left;
        display: block;
    }
    .tablesaw-stack tr {
        clear: both;
        display: table-row;
    }
    /* Make the label elements a percentage width */
    .tablesaw-stack td .tablesaw-cell-label,
    .tablesaw-stack th .tablesaw-cell-label {
        display: inline-block;
        padding: 0 .6em 0 0;
        width: 30%;
    }
    /* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */
    .tablesaw-stack th .tablesaw-cell-label-top,
    .tablesaw-stack td .tablesaw-cell-label-top {
        display: block;
        padding: .4em 0;
        margin: .4em 0;
    }
    .tablesaw-cell-label {
        display: block;
    }
    /* Avoid double strokes when stacked */
    .tablesaw-stack tbody th.group {
        margin-top: -1px;
    }
    /* Avoid double strokes when stacked */
    .tablesaw-stack th.group b.tablesaw-cell-label {
        display: none !important;
    }
}

@media (max-width: 39.9375em) {
    /* Table rows have a gray bottom stroke by default */
    .tablesaw-stack tbody tr {
        display: block;
        width: 100%;
        /* border-bottom: 1px solid #dfdfdf; */
        border: none!important;
    }
    .tablesaw-stack thead td,
    .tablesaw-stack thead th {
        display: none;
    }
    .tablesaw-stack tbody td,
    .tablesaw-stack tbody th {
        display: block;
        float: left;
        clear: left;
        width: 100%;
    }
    .tablesaw-cell-label {
        vertical-align: top;
    }
    .tablesaw-cell-content {
        display: inline-block;
        max-width: 67%;
    }
    .tablesaw-stack .tablesaw-stack-block .tablesaw-cell-label,
    .tablesaw-stack .tablesaw-stack-block .tablesaw-cell-content {
        display: block;
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
    .tablesaw-stack td:empty,
    .tablesaw-stack th:empty {
        display: none;
    }
}


/* Media query to show as a standard table at 560px (35em x 16px) or wider */

@media (min-width: 40em) {
    .tablesaw-stack tr {
        display: table-row;
    }
    /* Show the table header rows */
    .tablesaw-stack td,
    .tablesaw-stack th,
    .tablesaw-stack thead td,
    .tablesaw-stack thead th {
        display: table-cell;
        margin: 0;
    }
    /* Hide the labels in each cell */
    .tablesaw-stack td .tablesaw-cell-label,
    .tablesaw-stack th .tablesaw-cell-label {
        display: none !important;
    }
}


/* Media queries */

@media (min-width: 576px) {}


/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */

@media (min-width: 768px) {}


/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
    .main-menu-line {
        background-color: #fff;
    }
    .sticky.is-sticky {
        background-color: #fff;
    }
}


/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {}


/* Custom media queries */

@media (max-width: 575px) {
    .card-buy-block {
        padding: 1.5rem 1rem;
    }
}

@media (max-width: 992px) {
    .top-plashka a {
        border: none!important;
    }
}


/* old disign styles */

clr-gray {
    color: #adadad;
}

.clr-dark-gray {
    color: #505050;
}

.clr-yellow {
    color: #ffe500;
}

.clr-green {
    color: #90de23;
}

.bg-light-gray {
    background-color: #f6f6f6;
}

.bg-light-blue {
    background-color: #f3f9ff;
}

.title {
    font-size: 1.875rem;
    /* text-transform: uppercase; */
}

@media (max-width: 1200px) {
    .title {
        font-size: calc(1.275rem + 0.3vw);
    }
}

.title span {
    font-size: 1rem;
    color: #adadad;
}

.sub-title {
    font-size: 1.25rem;
    color: #505050;
}

.btn-primary {
    color: #fff !important;
    text-transform: uppercase;
    color: #fff;
    background-color: #0074ff;
    border-color: #0074ff;
}

.btn-primary:hover {
    color: #212529;
    background-color: #f3f9ff;
    border-color: #0074ff;
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 137, 255, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #0074ff;
    border-color: #0074ff;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #212529;
    background-color: #f3f9ff;
    border-color: #f3f9ff;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 137, 255, 0.5);
}

.btn-primary:hover {
    color: #0074ff !important;
}

.btn-primary span {
    text-transform: lowercase;
    font-size: 0.875rem;
}

.btn-primary.disabled {
    color: #fff !important;
}

.btn-primary-inverse {
    color: #0074ff !important;
    text-transform: uppercase;
    color: #212529;
    background-color: #f3f9ff;
    border-color: #f3f9ff;
}

.btn-primary-inverse:hover {
    color: #fff;
    background-color: #0074ff;
    border-color: #f3f9ff;
}

.btn-primary-inverse:focus,
.btn-primary-inverse.focus {
    box-shadow: 0 0 0 0.2rem rgba(212, 217, 223, 0.5);
}

.btn-primary-inverse.disabled,
.btn-primary-inverse:disabled {
    color: #212529;
    background-color: #f3f9ff;
    border-color: #f3f9ff;
}

.btn-primary-inverse:not(:disabled):not(.disabled):active,
.btn-primary-inverse:not(:disabled):not(.disabled).active,
.show>.btn-primary-inverse.dropdown-toggle {
    color: #fff;
    background-color: #0074ff;
    border-color: #0074ff;
}

.btn-primary-inverse:not(:disabled):not(.disabled):active:focus,
.btn-primary-inverse:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary-inverse.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(212, 217, 223, 0.5);
}

.btn-primary-inverse:hover {
    color: #fff !important;
}

.btn-primary-inverse span {
    text-transform: lowercase;
    font-size: 0.875rem;
}

.btn-primary-inverse.active {
    color: #fff !important;
}

.btn-secondary {
    color: #fff !important;
    text-transform: uppercase;
    color: #212529;
    background-color: #90de23;
    border-color: #90de23;
}

.btn-secondary:hover {
    color: #212529;
    background-color: #f1fae8;
    border-color: #90de23;
}

.btn-secondary:focus,
.btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(127, 194, 36, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #212529;
    background-color: #90de23;
    border-color: #90de23;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
    color: #212529;
    background-color: #f1fae8;
    border-color: #f1fae8;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(127, 194, 36, 0.5);
}

.btn-secondary:hover {
    color: #90de23 !important;
}

.btn-secondary-inverse {
    color: #90de23 !important;
    text-transform: uppercase;
    color: #212529;
    background-color: #f1fae8;
    border-color: #f1fae8;
}

.btn-secondary-inverse:hover {
    color: #212529;
    background-color: #90de23;
    border-color: #f1fae8;
}

.btn-secondary-inverse:focus,
.btn-secondary-inverse.focus {
    box-shadow: 0 0 0 0.2rem rgba(210, 218, 203, 0.5);
}

.btn-secondary-inverse.disabled,
.btn-secondary-inverse:disabled {
    color: #212529;
    background-color: #f1fae8;
    border-color: #f1fae8;
}

.btn-secondary-inverse:not(:disabled):not(.disabled):active,
.btn-secondary-inverse:not(:disabled):not(.disabled).active,
.show>.btn-secondary-inverse.dropdown-toggle {
    color: #212529;
    background-color: #90de23;
    border-color: #90de23;
}

.btn-secondary-inverse:not(:disabled):not(.disabled):active:focus,
.btn-secondary-inverse:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary-inverse.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(210, 218, 203, 0.5);
}

.btn-secondary-inverse:hover {
    color: #fff !important;
}

.btn-more {
    color: #adadad !important;
    color: #212529;
    background-color: #f6f6f6;
    border-color: #f6f6f6;
}

.btn-more:hover {
    color: #212529;
    background-color: #adadad;
    border-color: #f6f6f6;
}

.btn-more:focus,
.btn-more.focus {
    box-shadow: 0 0 0 0.2rem rgba(214, 215, 215, 0.5);
}

.btn-more.disabled,
.btn-more:disabled {
    color: #212529;
    background-color: #f6f6f6;
    border-color: #f6f6f6;
}

.btn-more:not(:disabled):not(.disabled):active,
.btn-more:not(:disabled):not(.disabled).active,
.show>.btn-more.dropdown-toggle {
    color: #212529;
    background-color: #adadad;
    border-color: #adadad;
}

.btn-more:not(:disabled):not(.disabled):active:focus,
.btn-more:not(:disabled):not(.disabled).active:focus,
.show>.btn-more.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(214, 215, 215, 0.5);
}

.btn-more:hover {
    color: #fff !important;
}

.nav-links .nav-link {
    color: #adadad;
    font-size: 1.5rem;
    padding: 0;
    margin-right: 1.5rem;
}

.nav-links .nav-link:hover {
    color: #505050;
}

.nav-links .nav-link span {
    font-size: 1rem;
    color: #adadad;
}

.nav-links .nav-link.active,
.nav-links .show>.nav-link {
    color: #505050;
    border-bottom: 2px solid #adadad;
}


/* del */

.category-sorting-block .left-block span {
    color: #505050;
}

.category-sorting-block .right-block a {
    font-size: 1rem;
    color: #adadad;
}

.category-sorting-block .right-block a:after {
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    margin-left: .5rem;
    content: "\f107";
}

.category-sorting-block .right-block a:hover {
    text-decoration: none;
}

.category-sorting-block .right-block .btn[data-toggle='dropdown'] {
    color: #adadad;
}

.category-sorting-block .right-block .dropdown-menu .dropdown-item {
    font-size: 0.875rem;
    color: #adadad;
}

.sidebar-news-block .news-item {
    margin-bottom: 1rem;
}

.text-block img {
    margin-bottom: 1rem;
}

.sidebar-banner {
    border: 1px solid #f6f6f6;
    border-radius: .5rem;
}

.sidebar-banner div {
    line-height: 1;
}


/* xz */

.provider-block {
    background-color: #f6f6f6;
}

.provider-block .provider-item .price-item {
    color: #adadad;
}

.provider-block .provider-item .price-box {
    color: #505050;
}


/* sidebar */

#catalog-nav .nav-item .nav-link {
    color: #505050;
    font-size: 1.125rem;
    line-height: 1;
    padding-left: 0;
}

#catalog-nav .nav-item .nav-link[data-toggle]:after {
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    vertical-align: middle;
    margin-left: .5rem;
    color: #0074ff;
}

#catalog-nav .nav-item .nav-link[data-toggle].collapsed:after {
    content: "\f107";
}

#catalog-nav .nav-item .nav-link[data-toggle]:not(.collapsed):after {
    content: "\f106";
}

#catalog-nav .nav-item .filter {
    padding: 0 1rem;
    padding-left: 0;
}

#catalog-nav .nav-item .filter .form-group {
    margin: .5rem 0;
}


/* category */

.sorting-block a {
    padding: 1rem 0;
}

.sorting-block a:after {
    font-family: 'Font Awesome\ 5 Free';
    vertical-align: middle;
    font-weight: 900;
    margin-left: .5rem;
}

.sorting-block a:hover {
    text-decoration: none;
}

.sorting-block .left-block a {
    font-size: 1rem;
    color: #505050;
    margin-right: 1.5rem;
}

.sorting-block .left-block a:after {
    content: "\f107";
}

.sorting-block .right-block a {
    font-size: 0.875rem;
    color: #adadad;
}

.sorting-block .right-block a:after {
    content: "\f107";
}


/* order */

.providers-list .provider-item .provider-header {
    background-color: #f6f6f6;
    padding: .5rem;
    color: #adadad;
}

.providers-list .provider-item .provider-body .text {
    font-size: 0.875rem;
    color: #adadad;
    padding: 1rem .5rem;
}

.providers-list .provider-item .provider-body .products-list .product-item table th {
    color: #adadad;
    font-weight: normal;
}

.providers-list .provider-item .provider-body .products-list .product-item table td div {
    color: #505050;
}

.providers-list .provider-item .provider-body .products-list .product-item table td span {
    color: #adadad;
}

.providers-list .provider-item .provider-body .products-list .product-item table td img {
    min-width: 50px;
    max-width: 80px;
    max-height: 50px;
}

.providers-list .provider-item .provider-body .products-list .product-item .small {
    display: inline-block;
    margin-top: .5rem;
    line-height: 1;
    color: #adadad;
}

.providers-list .provider-item .provider-body .products-list .product-item .product-title {
    display: block;
    font-size: 1.125rem;
    line-height: 1;
    font-weight: bold;
    color: #505050;
    margin-bottom: 1rem;
}

.providers-list .provider-item .provider-body .products-list .product-item .product-title:hover {
    text-decoration: none;
}

.providers-list .provider-item .provider-body .products-list .product-item .counter {
    display: -ms-flexbox;
    display: flex;
}

.providers-list .provider-item .provider-body .products-list .product-item .counter button {
    width: 30px;
    height: 30px;
    color: #505050;
    background-color: #fff;
    border-color: transparent;
    border-radius: 50%;
}

.providers-list .provider-item .provider-body .products-list .product-item .counter button:hover {
    color: #fff;
    background-color: #0074ff;
}

.providers-list .provider-item .provider-body .products-list .product-item .counter button:focus {
    outline: none;
}

.providers-list .provider-item .provider-body .products-list .product-item .counter input {
    width: 2.5rem;
    text-align: center;
    border: none;
}

.providers-list .provider-item .provider-body .provider-total .total {
    font-size: 1.125rem;
    color: #adadad;
    padding: .5rem;
    border-bottom: 1px solid #f6f6f6;
    margin-bottom: 1rem;
}

.providers-list .provider-item .provider-body .provider-total .total span {
    color: #505050;
}

.providers-list .provider-item .provider-body .provider-total .delivery-block {
    position: relative;
    height: 100%;
    background-color: #f6f6f6;
    border: 1px solid #adadad;
    font-size: 0.875rem;
    padding: .5rem;
}

.providers-list .provider-item .provider-body .provider-total .delivery-block:hover {
    cursor: pointer;
}

.providers-list .provider-item .provider-body .provider-total .delivery-block .message {
    color: #adadad;
}

.providers-list .provider-item .provider-body .provider-total .delivery-block.active {
    border: 1px solid #0074ff;
}

.providers-list .provider-item .provider-body .provider-total .delivery-block.active .message {
    color: #0074ff;
}

.providers-list .provider-item .provider-body .provider-total .delivery-block .form-check-input {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
}

.total-block {
    border: 1px solid #90de23;
    padding: 1rem;
}

.total-block .location-block {
    color: #adadad;
    padding-bottom: 1rem;
}

.total-block .location-block span {
    color: #505050;
}

.total-block .location-block .adress {
    font-size: 0.875rem;
}

.total-block .total-providers-list .provider-item .provider-header {
    background-color: #f6f6f6;
    color: #adadad;
}

.total-block .total-providers-list .provider-item .provider-header span {
    color: #505050;
}

.total-block .total-providers-list .provider-item .provider-header:hover {
    cursor: pointer;
}

.total-block .total-providers-list .provider-item .provider-header:after {
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    vertical-align: middle;
    float: right;
    content: "\f106";
    color: #90de23;
}

.total-block .total-providers-list .provider-item .provider-header.collapsed:after {
    content: "\f107";
}

.total-block .total-providers-list .provider-item .provider-body {
    padding: .5rem 0;
}

.total-block .total-providers-list .provider-item .provider-body .check {
    font-size: 0.875rem;
    color: #90de23;
    line-height: 1;
}

.total-block .total-providers-list .provider-item .provider-body .err {
    font-size: 0.875rem;
    color: red;
    line-height: 1;
}

.total-block .price-block .delivery {
    font-size: 0.875rem;
    color: #adadad;
}

.total-block .total-price-block .saving {
    font-size: 0.875rem;
    color: #adadad;
}

.total-block .total-price-block .total {
    font-size: 1.125rem;
    color: #505050;
}

.btn-close {
    border: 0;
    background: none;
    color: #0074ff;
}

.modal-content h1 {
    font-size: 1.5rem;
    line-height: 1;
}


/* modal registration */

.right-modal {
    background-color: #f6f6f6;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

#modal-registration .form-control {
    text-align: center;
    margin-bottom: 1rem;
}


/*
.btn-form {
    margin: 0 auto;
    font-size: 1.25rem;
    background-color: #90de23;
    color: #fff;
    border-radius: 50px;
    width: 100%;
    border: 2px solid #90de23;
}

.btn-form:hover {
    color: #90de23;
    background-color: #f1fae8;
    border: 2px solid #90de23;
} */

.btn-form {
    font-size: 1.125rem;
    font-weight: bold;
    color: #fff;
    background-color: #0074ff;
    border-color: var(--sod-primary-clr);
    border-radius: .5rem;
    /* text-transform: uppercase; */
}

.btn-form:hover {
    color: #000;
    background-color: var(--sod-secondary-clr);
    border-color: var(--sod-secondary-clr);
}


/* modal region */

#modal-region .column {
    padding: 0;
    list-style: none;
    -webkit-column-count: 3;
    column-count: 3;
}

@media (max-width: 575px) {
    #modal-region .column {
        -webkit-column-count: 2;
        column-count: 2;
    }
}

#modal-region .column a {
    display: inline-block;
    font-size: 0.875rem;
    padding: .25rem 0;
    color: #000;
}

.modal-content .modal-footer .column {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.modal-content .modal-footer .column li {
    width: 25%;
    padding: 0 5px 5px;
}

@media (max-width: 575px) {
    .responsive-column {
        max-height: 50vh;
        overflow: scroll;
    }
}

@media (min-width: 576px) {
    .responsive-column {
        columns: 2;
    }
    .responsive-column a {
        display: inline-block;
    }
}

@media (min-width: 992px) {
    .responsive-column {
        columns: 3;
    }
}

.responsive-column a {
    display: block;
    color: #505050;
    font-size: 1rem;
    line-height: 1rem;
    padding: .5rem 1rem .5rem 0;
}

.responsive-column a:hover {
    color: #505050;
    text-decoration: underline;
}

@media (max-width: 575px) {
    .responsive-column {
        max-height: 50vh;
        overflow: scroll;
    }

    .page-link {
        padding: 0.5rem 0.55rem;
    }

}

@media (min-width: 576px) {
    .responsive-column {
        columns: 2;
    }
    .responsive-column a {
        display: inline-block;
    }
}

@media (min-width: 992px) {
    .responsive-column {
        columns: 3;
    }
}

.responsive-column a {
    display: block;
    color: #505050;
    font-size: 1rem;
    line-height: 1rem;
    padding: .5rem 1rem .5rem 0;
}

.responsive-column a:hover {
    color: #505050;
    text-decoration: underline;
}


/* xz */

.card-blog {
    height: 100%;
    border: none;
}

.card-blog .card-body {
    padding: 10px;
}

.card-blog .card-body .card-title {
    font-size: 1rem;
    line-height: 1;
    color: #505050;
    font-weight: bold;
}

.card-blog .card-body .card-text {
    font-size: 1rem;
    line-height: 1;
    color: #505050;
    padding-left: .5rem;
}

.card-blog .card-footer {
    padding: 1rem 10px;
    text-align: right;
    background-color: transparent;
    border: none;
}

.article-date {
    color: #505050;
}

.article-date i {
    margin-right: .5rem;
}

.article-quote {
    position: relative;
    border-radius: .25rem;
    background: #0074ff;
    color: #fff;
    padding: 2rem 3rem;
}

.article-quote p {
    margin-bottom: 0;
}

.article-quote:after,
.article-quote:before {
    font-family: 'Font Awesome 5 Free';
    content: '\f10d';
    font-weight: 900;
    position: absolute;
    color: #adadad;
    font-size: 1rem;
    color: #fff;
}

.article-quote::after {
    top: 1rem;
    left: 1rem;
}

.article-quote::before {
    bottom: 1rem;
    right: 1rem;
}

.article-know {
    border-radius: .25rem;
    position: relative;
    background-color: #f6f6f6;
    padding: 2rem 3rem;
}

.article-know .article-know-header {
    position: absolute;
    top: -15px;
    left: 2rem;
    background-color: #90de23;
    color: #fff;
    font-size: 1.125rem;
    border-radius: .25rem;
    padding: .25rem 1rem;
}

.article-know p {
    margin-bottom: 0;
}

.article-know::after {
    font-family: 'Font Awesome 5 Free';
    content: '\f12a';
    font-weight: 900;
    position: absolute;
    color: #adadad;
    font-size: 1.5rem;
    top: calc(50% - 1.5rem);
    left: 1rem;
}

.article-profitably {
    border: 1px solid #0074ff;
    border-radius: .25rem;
    position: relative;
    padding: 2rem 3rem;
}

.article-profitably .article-profitably-header {
    position: absolute;
    top: -15px;
    left: 2rem;
    background-color: #0074ff;
    color: #fff;
    font-size: 1.125rem;
    border-radius: .25rem;
    padding: .25rem 1rem;
}

.article-profitably p {
    margin-bottom: 0;
}

.article-slider .slick-prev:before,
.article-slider .slick-next:before {
    font-family: 'Font Awesome 5 Free';
    font-size: 50px;
    font-weight: 900;
    line-height: 1;
    color: #adadad;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.article-slider .slick-prev {
    left: 15px;
    z-index: 1;
}

.article-slider .slick-next {
    right: 15px;
}

.article-slider .slick-prev:before {
    content: "\f104";
}

.article-slider .slick-next:before {
    content: "\f105";
}


/* dop css */

.pagination span {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #6c757d;
    background-color: transparent;
    border: 1px solid transparent;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #505050;
    background-color: transparent;
    border: 1px solid transparent;
}

.page-link:hover {
    z-index: 2;
    color: #0074ff;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
}

.page-item.active .page-link {
    z-index: 1;
    color: #0074ff;
    background-color: transparent;
    border-color: transparent;
}

.specification-block tr td {
    padding-right: .5rem;
}

.has-error {
    color: red;
}

.form-group.has-error .form-control {
    border-color: red;
}

.field-subscribers-email .help-block {
    color: white;
}
.cookies-block {
    position: fixed!important;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #ccc;
    padding: 15px 0;
    display: none;
}

/* megamenu */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmSU5fCRc4EsA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmSU5fABc4EsA.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmSU5fCBc4EsA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmSU5fBxc4EsA.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmSU5fCxc4EsA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmSU5fChc4EsA.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmSU5fBBc4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmEU9fCRc4EsA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmEU9fCBc4EsA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmEU9fBxc4EsA.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmEU9fCxc4EsA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body{
    background: #f6f6f6;
    font-family: Roboto, sans-serif;
}
.menu-wrapper {
    position: absolute;
    /*background-color: rgba(0, 0, 0, .5);*/ /* затемнение */
    background-color: white;
    height: auto;
    width: 100%;
    z-index: 9997;
}

.menu-wrapper .menu {
    position: relative;
    display: flex;
    justify-content: flex-start;
    height: 40em;
}

.menu-wrapper .menu .menu-left {
    width: 30%;
    background-color: #FFF;
    border-right: 1px solid #F1F1F1;
    height: 93%;
}

.menu-wrapper .menu .menu-left .menu-left-title {
    padding: 16px 0 5px 16px;
    font-size: 20px;
    line-height: 135%;
    letter-spacing: .05em;
    font-weight: 700;
    color: #000000;
}

.menu-wrapper .menu .menu-right .menu-right-title {
    padding: 16px 0 16px 16px;
    font-size: 20px;
    line-height: 135%;
    letter-spacing: .05em;
    font-weight: 700;
    color: #000000;
    border-bottom: 1px solid #F1F1F1;
}

.menu-wrapper .menu .menu-left .menu-left-list .menu-left-list-item {
    position: relative;
    display: flex;
    align-items: center;
    margin: 8px 0 8px 0;
    padding: 12px 0 12px 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 135%;
    color: #484848;
    width: 100%;
    text-decoration: none;
}
.menu-wrapper .menu .menu-left .menu-left-list .menu-left-list-item:hover {
    transition: 0.2s;
    background-color: #F1F1F1;
}

.menu-wrapper .menu .menu-left .menu-left-list .menu-left-list-item:hover .svg-wrap svg path, .menu-wrapper .menu .menu-left .menu-left-list .menu-left-list-item:hover .svg-arrow svg path {
    transition: 0.2s;
    fill: #1F1F1F;
}

.menu-wrapper .menu .menu-left .menu-left-list .menu-left-list-item.active {
    background-color: #F1F1F1;
}

.menu-wrapper .menu .menu-left .menu-left-list .menu-left-list-item .svg-wrap {
    margin: 0 5px 0 15px;
}

.menu-wrapper .menu .menu-left .menu-left-list .menu-left-list-item .svg-arrow{
    position: absolute;
    right: 19px;
}

.menu-wrapper .menu .menu-right{
    width: 70%;
    background-color: #FFF;
}

.menu-wrapper .menu .menu-right .menu-right-top {
    width: 100%;
    padding: 20px 14px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    height: 83%;
    overflow-y: scroll;
}

.menu-wrapper .menu .menu-right .menu-right-top .menu-right-column {
    width: 20em;
}

.menu-wrapper .menu .menu-right .menu-right-top .menu-right-column .menu-right-list {
    max-height: 650px;
    margin-bottom: 20px;
    width: auto;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
}

.menu-wrapper .menu .menu-right .menu-right-top .menu-right-column .menu-right-list .menu-right-list-title a{
    font-weight: 700;
    font-size: 14px;
    line-height: 145%;
    color: #48D8AD;
}

.menu-wrapper .menu .menu-right .menu-right-top .menu-right-column .menu-right-list a {
    max-width: 200px;
    margin: 10px 13px 0 0;
    font-size: 14px;
    line-height: 145%;
    color: #484848;
}

@media (max-height: 800px) {
    .menu-wrapper .menu {
        height: 30em;
    }

    .menu-wrapper .menu .menu-right .menu-right-top {
        height: 80%;
    }

    .menu-wrapper .menu .menu-left .menu-left-list .menu-left-list-item {
        margin: 2px 0 2px 0;
        padding: 8px 0 8px 0;
    }
}


@media (max-width: 1280px) {
    .dropdown-menu {
        min-width: 59em;
    }

    .menu-wrapper .menu .menu-left {
        width: 40%;
    }

    .dropdown-menu-right {
        min-width: auto;
    }
}

/* megamenu */

/* main-banners */

.main__right-slide, .main__left-slide {
    display: flex !important;
    justify-content: space-between;
    flex-wrap: wrap;
}

.main__right-first-slide {
    width: 66%;
}

.main__right-second-slide {
    width: 32%;
    position: relative;
}

.main__right-first-slide-two {
    width: 100%;
}

.main__right-slide .main__right-first-slide-two .slide img,
.main__right-slide .main__right-first-slide .slide img {
    border-radius: 10px;
    max-width: 100%;
}

.main__right-slide .main__right-second-slide .slide a img {
    border-radius: 10px;
    max-width: 100%;
}

.main__right-second-slide-two {
    position: absolute;
    bottom: 0;
}

@media (max-width: 768px) {
    .main__right-slide, .main__left-slide {
        display: flex !important;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .main__right-first-slide {
        width: 100%;
    }

    .main__right-second-slide {
        width: 100%;
    }

    .main__right-slide .main__right-second-slide .slide {
        margin-left: 0;
    }

    .main__right-second-slide-two {
        position: inherit;
    }

    .main__right-slide .main__right-second-slide .slide a img {
        margin: 0 auto;
        padding-top: 0.8em;
    }
}

/* main-banners */

/* vacancii */

.vacancy_title {
    display: block;
    font-size: 14px;
    color: #000;
    text-align: center;
    border: 1px solid #48D8AD;
    /* border-top: none; */
    padding: 10px 10px 9px 10px;
    background: none;
    border-radius: 0;
    margin: 0;
    position: relative;
    cursor: pointer;
}

.vacancy_title:hover,
.vacancy_title:focus,
.vacancy_title_active {
    color: #fff;
    background: #48D8AD;
}

/* vacancii */