pre.debugger {
    font-size: 10px;
}

.slick-slide {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

a {
    color: #074785;
    text-decoration: underline;
    transition: all 300ms ease;
}

.btn.focus,
.btn:focus {
    outline: none;
    box-shadow: none;
}

a.btn {
    text-decoration: none;
}

.link {
    text-decoration: none;
}

header .link {
    font-size: 18px;
}

header.header--main .link {
    color: #ffffff;
    font-size: 18px;
}

.sitemap__content a {
    color: #ffffff;
    text-decoration: none
}

.brand-tabs__link {
    text-decoration: none;
}

.footer__list .link {
    text-decoration: none;
}

.breadcrumbs a {
    text-decoration: none;
}

.breadcrumbs a:hover {
    color: #ffffff;
}

button:focus {
    outline: none
}

.header-main {
    position: relative;
    overflow: hidden;
}

.header--main {
    position: relative;
    z-index: 2;
}

.video-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}

.video-wrapper video {
    height: 100%;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-wrapper .background {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000000;
    opacity: 0.3;
}

.video-wrapper video.horizontal {
    width: 100%;
    height: auto;
}

.video-wrapper video.vertical {
    width: auto;
    height: 100%;
}

.detail_page .breadcrumbs li {
    color: #8B8B8B;
}

.detail_page .breadcrumbs li a {
    color: #8B8B8B;
}


.product-item__title {
    margin-top: 30px
}

.privacy-policy__popup {
    z-index: 10;
    display: none;
}

@media (min-width: 1200px) {
    .privacy-policy__popup {
        position: fixed;
    }
}

@media (min-width: 768px) {
    .privacy-policy__popup {
        padding-top: 20px;
        padding-bottom: 10px;
    }
}

.privacy-policy__popup .btn {
    margin-top: 10px;
    font-size: 18px;
    padding-bottom: 5px;
}

@media (min-width: 768px) {
    .privacy-policy__popup .btn {
        margin-top: 10px;
        font-size: 18px;
        padding-bottom: 5px;
    }
}

@media (min-width: 768px) {
    .btn-policy-close {
        top: 20px;
        right: 40px;
    }
}

.news-content a {
    color: #074785;
    text-decoration: underline;
    transition: all 300ms ease;
}

.news-content a:hover {
    color: #F7B92B;
    transition: all 300ms ease;
}

.news-content ol,
.detail-description ol {
    padding-left: 22.51px;
}

.news-content ol li::marker,
.detail-description ol li::marker {
    color: #F7B92B;
}

.news-content ul li,
.section-description ul li,
.vacansy-content ul li,
.detail-description ul li {
    position: relative;
    padding-left: 22.51px;
    font-size: inherit;
    line-height: inherit;
    margin: 10px 0;
}

.news-content ul,
.section-description ul,
.vacansy-content ul,
.detail-description ul {
    margin: 10px 0;
}

.news-content ul li::before,
.section-description ul li::before,
.vacansy-content ul li::before,
.detail-description ul li::before {
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #F7B92B;
}

.news-content h3 {
    margin: 20px 0 0;
}

.news-content .bold {
    font-weight: 600;
}

.news-content tbody {
    border-top: 1px solid #F7B92B;
    border-bottom: 1px solid #F7B92B;
}

.news-content tbody tr {
    border-bottom: 1px solid #F7B92B;
}

.news-content tbody tr td {
    padding: 8px 20px;
    text-align: center;
}

.news-content tbody tr td:first-child {
    padding-left: 0;
    text-align: left;
}

.news-content tbody tr td:last-child {
    padding-right: 0;
    text-align: right;
}

.products-tabs__link {
    text-transform: uppercase;
}

@media (min-width: 576px) {
    .card-description__list b {
        font-size: 30px;
    }
}

.hero-beneefits__list {
    justify-content: space-around;
}

form .error {
    border: 1px solid red
}

.message-success,
.message-error {
    display: none;
    margin: 0 125px 125px;
    position: relative;
}

.home-page .section .message-success,
.home-page .section .message-error {
    margin: 50px 130px 110px;
}

.message-success .wrapper,
.message-error .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    border: 5px solid #F7B92B;
    border-radius: 15px;
    padding: 40px 30px;
    position: relative;
}

.message-success .wrapper h3,
.message-error .wrapper h3 {
    text-align: center;
    margin-bottom: 35px;
}

.message-success .wrapper svg,
.message-error .wrapper svg {
    width: 70px;
}

.message-success .figure,
.message-error .figure {
    height: 260px;
    width: 260px;
    background-color: #C4DAE7;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(50%, 50%);
    border-radius: 50%;
}

.capacity-item p b {
    font-size: 35px;
    color: #074785;
}

.confirm_label a {
    color: #074785;
    text-decoration: underline;
}

.input-file {
    line-height: 2em;
    border-radius: 10px;
    border: 1px solid #F7B92B;
    -webkit-transition: -webkit-box-shadow .2s;
    transition: -webkit-box-shadow .2s;
    -o-transition: box-shadow .2s;
    transition: box-shadow .2s;
    transition: box-shadow .2s, -webkit-box-shadow .2s;
    white-space: nowrap;
}

.input-file input {
    opacity: 0;
    width: 100%;
    cursor: pointer;
}

.input-file label {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    left: 0;
    padding: 0 46px;
    opacity: 1 !important;
}

.detail_page .detail-description {
    position: relative;
    transition: max-height 2s;
    margin-top: 30px
}

.detail_page .detail-description.long {
    max-height: 350px;
    height: auto;
    overflow: hidden;
}

.detail_page .detail-description.long:hover,
.detail_page .detail-description.long:focus {
    max-height: 2000px;
    /* overflow  : visible; */
    transition: max-height 2s;
}

.detail_page .detail-description.long:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 35px;
    background: linear-gradient(to top, #fff 10%, transparent);

    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
    /* IE6-9 */

    transition: background 1s;
}

.detail_page .detail-description.long:hover:before {
    background: none;
    transition: background 5s;
}

.badge.is_new {
    position: absolute;
    background: rgba(247, 43, 43, 1);
    color: white;
    padding: 2px 10px 5px;
    line-height: 1;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    left: 13%;
}

.badge.is_new.b2b_catalog {
    left: 0;
}

.badge-list {
    position: absolute;
    right: 0;
    display: flex;
    top: -40px;
    flex-wrap: wrap;
    width: 90%;
    justify-content: flex-end;
}

.badge-list .badge-item {
    height: 100px;
    width: 100px
}

.grecaptcha-badge {
    display: none;
}

.main-slider {
    height: 100vh;
}

.main-slider-disabled .main-slider {
    height: auto;
    overflow-y: auto
}

.main-slider-disabled .main-slider .swiper-wrapper {
    flex-direction: column;
}

.main-slider-disabled .main-slider section {
    min-height: 500px;
}

section {
    height: 100%;
}

.main-slider-active .main-slider .swiper-slide {
    overflow: hidden;
}

.main-slider-active .section {
    padding-top: 0;
    padding-bottom: 0;
}

.main-slider-active .section--main-about .section-title {
    margin-top: 0;
}

.brands__content .slider-arrows {
    display: flex;
    flex: 0 0 110px;
    max-width: 110px;
    justify-content: space-between;
    margin-top: 10px;
}

.brands__content .slider-arrows .slider-arrow {
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.brands__content .thumbs-wrap--left .thumbs.brands__category__slider {
    flex: 0 0 calc(100% - 180px);
    max-width: calc(100% - 180px);
    margin-left: 0;
    margin-right: auto;
}


.history__slider__wrap .history__thumbs__slider {
    flex: 0 0 calc(100% - 240);
    max-width: calc(100% - 240px);
}

.history__slider__wrap .slider-arrows {
    display: flex;
    flex: 0 0 110px;
    max-width: 110px;
    justify-content: space-between;
    margin-top: 10px;
}

.history__slider__wrap .slider-arrows .slider-arrow {
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.news__slider__wrap .news__thumbs__slider {
    flex: 0 0 calc(100% - 170px);
    max-width: calc(100% - 170px);
}

.news__slider__wrap .slider-arrows {
    display: flex;
    flex: 0 0 110px;
    max-width: 110px;
    justify-content: space-between;
    margin-top: 10px;
}

.news__slider__wrap .slider-arrows .slider-arrow {
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.filters {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px
}

.region-select,
.brand-select {
    display: flex;
    align-items: center;
}

.brand-select label {
    margin: 0 0 0 30px;
}

.region-select label {
    margin: 0 30px 0 0;
}

/* .brand-select .select-wrapper {
    min-width: 300px
} */

.brand-select .select-wrapper {
    min-width: 200px
}

.region-select .select-wrapper {
    min-width: 300px
}

.select2-container--default .select2-selection--single {
    border: 1px solid #C4C4C4;
    height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-weight: normal;
    font-size: 14px;
    color: #47121B;
    opacity: .8;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}

.select2-results__option,
.select2-container--default .select2-results__option[aria-selected=true] {
    padding: 8px 23px;
    width: 100%;
    color: #8a8a8a;
    font-weight: normal;
    font-size: 14px;
}

.select2-results__option,
.select2-container--default .select2-results__option[aria-selected=true] {
    background: transparent;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: transparent;
    color: #894114;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    display: flex;
    align-items: center;
    padding: 10px 13px;
    font-weight: normal;
    font-size: 14px;
    color: #47121B;
}

.select2-container {
    transition: all 300ms ease;
}

.select2-results__options .city-item {
    display: flex;
    flex-direction: column;
}

.select2-results__options .city-item .city-title {
    font-weight: 600;
    font-size: 18px;
}

.select2-results__options .city-item .city-subtitle {
    color: #9a9898;
}

.shops-result {
    display: flex;
}

.shops-result .list {
    width: 30%;
    padding-right: 50px;
}

.shops-result .map-shops-wrap {
    width: 70%;
    min-height: 500px;
    position: relative;
}

.shops-result .list .shop-item {
    cursor: pointer;
    color: #074785;
    font-weight: 700;
    padding: 10px 0;
    border-top: 1px solid rgba(196, 196, 196, 0.6);
    transition: color .2s;
}

.shops-result .list .shop-item:hover {
    transition: color .2s;
    color: #F7B92B;
    /* text-decoration: none; */
}

#map-shops {
    width: 100%;
    /* position: sticky; */

    height: 500px
}

.map-fixed {
    position: fixed;
    top: 30px;
    bottom: auto;
}

.map-absolute {
    position: absolute;
    bottom: 0;
    top: auto;
}

.address-list__item {
    /* display              : -webkit-box;
    display              : -ms-flexbox;
    display              : flex;
    -ms-flex-wrap        : wrap;
    flex-wrap            : wrap;
    -webkit-box-orient   : vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction   : column;
    flex-direction       : column; */
    margin-bottom: 38px;
}

.address-list__item__title {
    margin: 0;
    color: #074785;
    font-size: 18px;
    font-weight: 700;
    line-height: 2.29em;
}

.address-list__item__address {
    display: block;
    /* margin-bottom: 18px; */
    color: #074785;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
}

.list_title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    align-items: center;
}

.list_title .active_shop {
    margin-bottom: 0;
    font-size: 35px;
}

.list_title .show_all_shops {
    margin: 0;
    color: #074785;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 2px solid #074785;
}

.show_all_shops:hover {
    text-decoration: none;
}

.show_all_shops {
    border-bottom: 2px solid #074785;
    font-weight: 600;
}

.address-list__item__link {
    margin-top: auto;
    color: #C4C4C4;
    font-size: 14px;
    font-weight: 700;
    line-height: 2.29em;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
}

.address-list__item__link:hover {
    color: #074785;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
}

.show_all_shops {
    text-decoration: none;
}

.select2-container,
.select2-dropdown,
.select2-search,
.select2-results {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.search-page {
    position: relative;
    padding-top: 53px;
    padding-bottom: 51.5px;
}

.search-page .search-resault {
    margin: 60px 0;
}

.search-page .result-item {
    margin-bottom: 45px;
}

.search-page .result-item .title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 30px;
    text-decoration: none;
}

.search-page .result-item .description {
    margin-bottom: 25px;
}

.privacy-policy__content .download-file {
    margin-top: 50px;
}

.privacy-policy__content .download-file a {
    display: inline-block;
    text-decoration: none;
}

.privacy-policy__content .download-file a img {
    width: 40px;
}

.privacy-policy__content .download-file a span {
    margin-left: 15px;
}

.form-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* margin-left  : 50px; */
}

.form-search input {
    top: 75px;
    left: auto;
    right: -20px;
    width: 320px;
}

/* body.loading {
    position: relative;
    /* overflow: hidden;
    height: 100vh 
}
body.loading:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: black;
    z-index: 10000;
    opacity: .5;
}
.loader-wrapper {
    display: none;
}
body.loading .loader-wrapper {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10001;
}
.loader {
    animation: loading 2s linear infinite;
    height: 150px;
    width: 150px;
}
.loader svg path {
    fill: #ffffff;
}
@keyframes loading {
    0% {
        transform:rotate(0deg);
    }
    100% {
        transform:rotate(360deg);
    }
}  */


.about-history__wrap-slider .slider-wrapper,
.about-awards__wrap-slider .slider-wrapper {
    display: flex;
    position: relative;
    margin-bottom: 70px;
}

.about-history__wrap-slider .slider-wrapper::before,
.about-awards__wrap-slider .slider-wrapper::before {
    content: '';
    position: absolute;
    right: 90%;
    bottom: 1.5px;
    z-index: 1;
    display: block;
    width: 100vw;
    height: 2px;
    background-color: #C4C4C4;
}

.about-history__wrap-slider .slider-wrapper .arrows,
.about-awards__wrap-slider .slider-wrapper .arrows {
    display: flex;
    width: 20%;
    justify-content: center;
}

.about-history__wrap-slider .slider-wrapper .swiper-arrow-prev,
.about-awards__wrap-slider .slider-wrapper .swiper-arrow-prev {
    margin-right: 15px;
}

.about-history__wrap-slider .slider-wrapper .history-swiper-thumbs-slider,
.about-awards__wrap-slider .slider-wrapper .awards-swiper-thumbs-slider {
    width: 80%
}


.about-history__wrap-slider .history-swiper-thumbs-slider,
.about-awards__wrap-slider .awards-swiper-thumbs-slider {
    width: 100%
}

.about-history__wrap-slider .history-swiper-thumbs-slider .swiper-slide,
.about-awards__wrap-slider .awards-swiper-thumbs-slider .swiper-slide {
    cursor: pointer;
}

.about-history__wrap-slider .history-swiper-thumbs-slider .swiper-slide-thumb-active,
.about-awards__wrap-slider .awards-swiper-thumbs-slider .swiper-slide-thumb-active {
    z-index: 2;
}

.about-history__wrap-slider .history-swiper-thumbs-slider .swiper-slide .item,
.about-awards__wrap-slider .awards-swiper-thumbs-slider .swiper-slide .item {
    color: rgba(189, 189, 189, 0.5);
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
    padding-bottom: 60px;
}

.about-history__wrap-slider .slider-wrapper .history-swiper-thumbs-slider .item::before,
.about-awards__wrap-slider .slider-wrapper .awards-swiper-thumbs-slider .item::before {
    content: '';
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0;
    display: block;
    height: 5px;
    border-radius: 2.5px;
    background-color: #C4C4C4;
    -webkit-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s;
    z-index: 3;
}

.about-history__wrap-slider .history-swiper-thumbs-slider .swiper-slide-visible .item::after,
.about-awards__wrap-slider .awards-swiper-thumbs-slider .swiper-slide-visible .item::after {

    content: '';
    position: absolute;
    right: 50%;
    bottom: 1.5px;
    z-index: 1;
    display: block;
    width: 95%;
    height: 2px;
    background-color: #C4C4C4;
}

.about-history__wrap-slider .history-swiper-thumbs-slider .swiper-slide:hover .item,
.about-awards__wrap-slider .awards-swiper-thumbs-slider .swiper-slide:hover .item,
.about-history__wrap-slider .history-swiper-thumbs-slider .swiper-slide-thumb-active .item,
.about-awards__wrap-slider .awards-swiper-thumbs-slider .swiper-slide-thumb-active .item {
    color: #074785;
}

.about-history__wrap-slider .history-swiper-thumbs-slider .swiper-slide-thumb-active .item::before,
.about-awards__wrap-slider .awards-swiper-thumbs-slider .swiper-slide-thumb-active .item::before,
.about-history__wrap-slider .history-swiper-thumbs-slider .swiper-slide:hover .item::before,
.about-awards__wrap-slider .awards-swiper-thumbs-slider .swiper-slide:hover .item::before {
    background-color: #074785;
}

.card__footer .product-item__picture img {
    height: 250px;
    width: auto;
    margin: 0 auto;
}

.novosti .news-item__content {
    background: #ffffff;
}

.zdorovoe-pitanie .news-item__content {
    background: #CD9607;
}

.tekhnologii .news-item__content {
    background: #C4DAE7;
}

.novosti .news-item__title a,
.novosti .news-item__category__text,
.novosti .news-item__category__date {
    color: #074785 !important;
}

.zdorovoe-pitanie .news-item__title a,
.zdorovoe-pitanie .news-item__category__text,
.zdorovoe-pitanie .news-item__category__date {
    color: #ffffff !important;
}

.tekhnologii .news-item__title a,
.tekhnologii .news-item__category__text,
.tekhnologii .news-item__category__date {
    color: #074785 !important;
}

.news-item__content .news-item__category {
    font-size: 14px;
}

.burger {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.burger:hover {
    text-decoration: none;
}

.burger .burger-title {
    text-transform: uppercase;
    color: inherit;
    margin-left: 10px;
    margin-bottom: 2px;
}

.header--main .burger .burger-title {
    color: #ffffff;
}

.our_work_is .item {
    margin-bottom: 25px;
    padding-right: 50px;
}

.our_work_is .item .image {
    margin-right: 17px;
}

.our_work_is .item p {
    margin-bottom: 0;
}

.gallery-page .gallery-item {
    padding: 0;
    overflow: hidden
}

.gallery-page .gallery-item .image {
    height: 190px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding: 0 42px;
}

.gallery-page .gallery-item .link-page__text {
    color: #ffffff
}

.gallery-page .gallery-item.link-page:hover .link-page__text {
    color: #ffffff !important;
}

.gallery-page .gallery-item .link-page__link {
    padding: 18px 40px 18px 0;
    text-align: right;
}

.reviews-section {
    margin-bottom: 105px
}

.reviews-section h2 {
    margin-bottom: 60px
}

.reviews-section .review-text {
    color: #515355;
    font-size: 20px;
}

.reviews-section .review-author {
    text-align: right;
    color: #074785;
    font-size: 20px;
}

.reviews-section .slider-arrow--prev {
    margin-bottom: 10px
}

.partner-list .partner-item {
    height: 150px;
    padding: 20px;
    transition: all 300ms ease;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.partner-list .partner-item:hover {
    -webkit-filter: none;
    filter: none;
}
.partner-list .partner-item .image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height:100%;
    width:100%
}