/*#region Fonts*/

@font-face {
    font-family: PT Sans;
    src: local("PT Sans"), local("PTSans-Regular"), url(../fonts/ptsans.woff2) format("woff2"), url(../fonts/ptsans.woff) format("woff"), url(../fonts/ptsans.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: PT Sans;
    src: local("PT Sans"), local("PTSans-Regular"), url(../fonts/ptsans.woff2) format("woff2"), url(../fonts/ptsans.woff) format("woff"), url(../fonts/ptsans.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: PT Sans;
    src: local("PT Sans Bold"), local("PTSans-Bold"),
    url(../fonts/ptsansbold.woff2) format("woff2"),
    url(../fonts/ptsansbold.woff) format("woff"),
    url(../fonts/ptsansbold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'Montserrat Light';
    src: url("../fonts/Monts/Montserrat-Light.eot"),
    url("../fonts/Monts/Montserrat-Light.ttf") format('truetype'),
    url("../fonts/Monts/Montserrat-Light.woff") format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat Regular';
    src: url("../fonts/Monts/Montserrat-Regular.eot"),
    url('../fonts/Monts/Montserrat-Regular.ttf') format('truetype'),
    url('../fonts/Monts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat SemiBold';
    src: url("../fonts/Monts/Montserrat-SemiBold.eot"),
    url('../fonts/Monts/Montserrat-SemiBold.ttf') format('truetype'),
    url('../fonts/Monts/Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat Black';
    src: url("../fonts/Monts/Montserrat-Black.eot"),
    url('../fonts/Monts/Montserrat-Black.ttf') format('truetype'),
    url('../fonts/Monts/Montserrat-Black.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat Medium';
    src: url("../fonts/Monts/Montserrat-Medium.eot"),
    url('../fonts/Monts/Montserrat-Medium.ttf') format('truetype'),
    url('../fonts/Monts/Montserrat-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat Bold';
    src: url("../fonts/Monts/Montserrat-Bold.eot"),
    url('../fonts/Monts/Montserrat-Bold.ttf') format('truetype'),
    url('../fonts/Monts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat ExtraBold';
    src: url("../fonts/Monts/Montserrat-ExtraBold.eot"),
    url('../fonts/Monts/Montserrat-ExtraBold.ttf') format('truetype'),
    url('../fonts/Monts/Montserrat-ExtraBold.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}


@font-face {
    font-family: 'Balsamiq Sans';
    src: url('../fonts/Balsamiq Sans/BalsamiqSans-Bold.ttf');
    font-weight: bold;
    font-style: normal;
}

/*#endregion Fonts*/
/*#region Animation*/

@keyframes revealIntroOverlaysToRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(3rem);
        transform: translateX(3rem);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes revealIntroOverlaysToRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(3rem);
        transform: translateX(3rem);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes revealIntroOverlaysToLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-3rem);
        transform: translateX(-3rem);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes revealIntroOverlaysToLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-3rem);
        transform: translateX(-3rem);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.active.fade-in-animation-right {
    -webkit-animation: revealIntroOverlaysToRight 2s ease forwards;
    animation: revealIntroOverlaysToRight 2s ease forwards;
    will-change: transform;
}

.overflow {
    overflow: hidden;
}

.active.fade-in-animation-left {
    -webkit-animation: revealIntroOverlaysToLeft 2s ease forwards;
    animation: revealIntroOverlaysToLeft 2s ease forwards;
    will-change: transform;
}

/*#endregion Animation/
/*#region Common*/
a:active, a:focus {
    outline: none !important;
}

.slogan {
    color: #F10000;
    font-weight: bold;
}

.navbar-default {
    background-color: var(--main-green-color) !important;
    color: #fff !important;
    border: none;
    padding-top: 5px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.navbar-header {
    width: 25%;
    padding-top: 4px;
}

.navbar-toggle {
    max-width: 35px;
    max-height: 32px;
    padding: 8px !important;
    border-color: var(--last-gray);
    border-radius: 0px !important;
}

.navbar-toggle .icon-bar {
    width: 18px !important;
    background-color: var(--main-dark-green-color) !important;
}

.brand-logo {
    display: inline-block;
    vertical-align: baseline;
}

.brand-logo__icon {
    width: 100%;
    height: auto;
    max-width: 222px;
    max-height: 145px;
}

.navbar-collapse {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.about-company-page .block__title {
    text-align: left;
}

.block__title {
    font-size: 36px;
    font-family: "Balsamiq Sans";
    color: var(--main-dark-green-color);
    line-height: 1.2;
    letter-spacing: 1px;
    margin-bottom: 19px;
}

.block-delimiter {
    width: 100%;
    -webkit-filter: drop-shadow(0px -5px 2px #dfe2dc);
    filter: drop-shadow(0px -5px 2px #dfe2dc);
}

.index__button {
    font-size: 16px;
    font-family: "Balsamiq Sans";
    line-height: 1;
    width: 242px;
    height: 40px;
    background-color: transparent;
    border: 1px solid #ff4d00;
    letter-spacing: 1px;
}

.index__button:hover {
    background-color: #ff4d00;
    -webkit-transition: all 0.6s ease;;
    -moz-transition: all 0.6s ease;;
    -o-transition: all 0.6s ease;;
    transition: all 0.6s ease;
}

.index__button:hover a {
    color: #fff !important;
    text-decoration: none !important;
    -webkit-transition: all 0.6s ease;;
    -moz-transition: all 0.6s ease;;
    -o-transition: all 0.6s ease;;
    transition: all 0.6s ease;
}

.index__button a {
    display: inline-block;
    color: var(--gray-green-color) !important;
    text-decoration: none !important;
}

/*.head {*/
/*    border-bottom: 1px solid #ff4d00;*/
/*    padding-bottom: 2px;*/
/*}*/

.user-authorization .user-authorization__link {
    padding-top: 12px;
    line-height: 38px;
}

.user-authorization-mobile {
    display: none;
}

/*#endregion Common*/

/*#region Guest Top Navigation*/
.navbar-header .user-authorization {
    margin-left: 16px;
    padding-top: 5px;
}

.navbar-header .user-authorization__link {
    display: block;
    font-family: 'Balsamiq Sans';
    font-weight: 600;
    color: var(--main-dark-green-color) !important;
    line-height: 1.2;
    height: 32px;
    padding: 0px;
    border: 1px solid #dedede;
}

.navbar-header .user-authorization__icon {
    display: inline-block;
    margin-right: 2px;
    background-image: url("../images/icons_b2b/user-gray.svg");
    height: 16px;
    width: 16px;
    vertical-align: middle;
}

.navbar-header .user-authorization__link span {
    font-size: 12px;
    display: inline-block;
    width: 40px;
    vertical-align: middle;
}

.navbar-default .navbar-nav > .active > a {
    background-color: inherit !important;
}

.navigation-block a, .language-select-top {
    font-size: 14px;
    color: #fff !important;
    font-family: 'Balsamiq Sans';
    padding-right: 21px !important;
    padding-left: 0px !important;
    letter-spacing: 0.5px;
}

.navbar-user-block {
    margin-block-start: 34px !important;
    margin-block-end: 6px !important;
    padding-inline-start: 0px;
    margin-right: 0px !important;
}

.dropdown {
    padding-left: 6px;
    cursor: pointer;
}

.language-toggle:hover {
    color: var(--main-green-color) !important;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #fff !important;
    outline: none !important;
}

header .dropdown-menu {
    min-width: 70px !important;
    width: 70px !important;
    border: none !important;
    border-radius: 0px !important;
    -webkit-box-shadow: 3px 3px 4px -1px rgba(141, 141, 141, 1) !important;
    -moz-box-shadow: 3px 3px 4px -1px rgba(141, 141, 141, 1) !important;
    box-shadow: 3px 3px 4px -1px rgba(141, 141, 141, 1) !important;
}

header .dropdown-menu li:hover a {
    cursor: pointer;
    color: var(--main-green-color) !important;
    background-color: #fff !important;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.navbar-user-block a {
    font-family: 'Balsamiq Sans';
    font-weight: 600;
    color: var(--main-dark-green-color) !important;
    font-weight: bold;
    line-height: 1.2;
}

.user-authorization {
    float: right !important;
}

.user-authorization:hover .user-authorization__link {
    color: var(--main-green-color) !important;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.user-authorization:hover .user-authorization__icon {
    background-image: url("../images/icons_b2b/user-green.svg");
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.user-authorization__link {
    display: inline-block;
    padding-right: 0px !important;
}

.user-authorization__icon {
    display: inline-block;
    margin-right: 5px;
    background-image: url("../images/icons_b2b/user-gray.svg");
}

.user-authorization__icon {
    vertical-align: middle;
    margin-right: 3px;
}

/*#endregion Guest Top Navigation*/

/*#region Customer Top Navigation*/
.customer-nav .top-nav-wrap {
    width: 75%;
    margin-left: auto;
}

.customer-nav .navigation-block a:hover {
    color: #2e302e !important;
}

.customer-nav .navigation-block {

    margin-left: auto;
    padding-left: 0px !important;
    float: none;
    padding-inline-start: 0px;
}

.guest-nav.navigation-block {
    display: inline-block;
    padding-left: 0px !important;
    float: none;
    padding-inline-start: 0px;
}

.customer-nav .navigation-block li {
    display: inline-block;
    float: none;
}

.customer-nav .navigation-block a {
    padding-right: 0px !important;
    padding-left: 24px !important;
    padding-bottom: 0px;
    padding-top: 7px;
    transition: 0.3s;
    font-size: 15px;
}

.customer-nav .mid-nav-wrap {
    width: 75%;
    float: right !important;
}

.customer-nav .navbar-right {
    margin-block-start: 0px !important;
    margin-block-start: 0px !important;
    padding-left: 0px !important;
    float: right !important;
    width: 100% !important;
}

.navbar-search {
    width: 40%;
}

.navbar-form {
    width: 100% !important;
}

.head .input-group {
    width: 100%;
    border-bottom: 1px solid var(--main-green-color);
}

.navbar-search .form-control {
    height: 32px;
    border: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    padding-left: 33px;
    font-size: 14px;
    font-family: "Balsamiq Sans";
    color: var(--main-dark-green-color);
    letter-spacing: 0.2px;
}

.navbar-search .form-control:focus {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-search .form-control::-webkit-input-placeholder { /* Edge */
    font-size: 14px;
    font-family: "Balsamiq Sans";
    color: #d6d6d6;
    letter-spacing: 0.2px;
}

.navbar-search .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 14px;
    font-family: "Balsamiq Sans";
    color: #d6d6d6;
    letter-spacing: 0.2px;
}

.navbar-search .form-control::placeholder {
    font-size: 14px;
    font-family: "Balsamiq Sans";
    color: #d6d6d6;
    letter-spacing: 0.2px;
}

.search-btn {
    border: 0px;
    border-radius: 0px;
    background-color: inherit;
    width: 20px;
    height: 20px;
    padding: 0px;
    background-image: url("../images/icons_b2b/search.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 15px;
}

.search-btn:hover {
    background-image: url("../images/icons_b2b/search-green.svg");
    -webkit-transition: all 0.6s ease;;
    -moz-transition: all 0.6s ease;;
    -o-transition: all 0.6s ease;;
    transition: all 0.6s ease;
}

.search-btn:focus {
    outline: none;
}

.search-number {
    background-color: unset !important;
    color: #fff !important;
    border-bottom: 1px solid !important;
}

.search-number[placeholder] {
    color: #fff !important;
}

.catalog-item {
    margin-left: 26px;
}

.catalog-item a {
    padding-top: 6px !important;
    padding-bottom: 5px;
}

.catalog-item__icon {
    width: 20px;
    display: inline-block;
    margin-right: 4px;
    vertical-align: middle;
    margin-top: -1px;
}

.catalog-item__icon span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #fff;
    margin-bottom: 2px;
}

.catalog-item:hover .catalog-item__icon span {
    background-color: #fff !important;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.catalog-item__caption {
    font-size: 14px;
    font-family: "Balsamiq Sans";
    color: #fff;
    font-weight: bold;
    line-height: 1.143;
    letter-spacing: 0.3px;
    font-size: 17px;
}

.catalog-item:hover .catalog-item__caption {
    color: #fff !important;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.user-authorization__arrow {
    width: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    height: 4px;
}

.user-authorization__arrow::before {
    content: '';
    position: absolute;
    left: 3px;
    top: -4px;
    width: 1px;
    height: 4px;
    background-color: var(--main-dark-green-color);
    transform: rotate(-45deg);
}

.user-authorization__arrow::after {
    content: '';
    position: absolute;
    right: 3px;
    top: -4px;
    width: 1px;
    height: 4px;
    background-color: var(--main-dark-green-color);
    transform: rotate(45deg);
}

.user-authorization:hover .user-authorization__arrow::before,
.user-authorization:hover .user-authorization__arrow::after {
    background-color: var(--main-green-color);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.header-middle-list .contract-info span {
    font-size: 12px;
    font-family: "Balsamiq Sans";
    line-height: 1.5;
    letter-spacing: 0.5px;
}

.contract-container.active {
    background-color: #fff;
    -webkit-box-shadow: 3px 3px 7px 0px rgba(141, 141, 141, 1);
    -moz-box-shadow: 3px 3px 7px 0px rgba(141, 141, 141, 1);
    box-shadow: 3px 3px 7px 0px rgba(141, 141, 141, 1);
}

.contract-dropdown .company {
    border-top: 4px solid #e1e1e1;
}

.manager-dropdown {
    margin-left: 25px;
    height: 58px !important;
    cursor: pointer;
}

.manage-about span {
    font-size: 12px;
    font-family: "Balsamiq Sans";
    color: #fff;
    line-height: 1.2;
    font-weight: 600;
}

.manager-dropdown__btn {
    position: relative;
    height: 35px;
    width: 20px;
    background: transparent;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    padding: 0;
    margin-bottom: 25px;
    z-index: 10;
    outline: transparent;
    transition: .1s linear;
    border-radius: 0 3px 3px 0;
}

.manager-dropdown__btn:after, .manager-dropdown__btn:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 1px;
    background: #fff;
    top: 50%;
}

.debt-hover {
    color: #fff;
}

.manager-dropdown__btn:before {
    right: 7px;
    transform: rotate(45deg);
}

.manager-dropdown__btn:after {
    right: 4px;
    transform: rotate(-45deg);
}

.header-middle-list .radio label, .checkbox label {
    font-family: 'Montserrat Light';
    color: var(--main-dark-green-color);
    font-size: 13px;
    letter-spacing: 0px;
    line-height: 20px;
}

.hover-on-balanse p span {
    font-family: "Balsamiq Sans";
    letter-spacing: 0px;
}

/*#endregion Customer Top Navigation*/

/*#region Main Slider*/

#mainCarousel .carousel-caption {
    font-size: 43px;
    font-family: "Balsamiq Sans";
    color: rgb(255, 255, 255);
    text-align: left;
}

.dots-delimiter {
    margin-top: 17px;
    margin-bottom: 18px;
    border: 0;
    background-image: url('../images/icons_b2b/point.svg');
    background-repeat: repeat-x;
    height: 5px;
}

#mainCarousel .carousel-control__box {
    width: 100%;
    height: 35px;
    position: relative;
}

#mainCarousel .carousel-indicators {
    position: static !important;
    width: fit-content;
    margin-left: 0px !important;
}

#mainCarousel img {
    margin: auto;
}

.carousel-indicators li {
    width: 8px !important;
    height: 8px !important;
    margin-right: 10px !important;
    margin-left: 10px !important;
    background-color: var(--main-dark-green-color) !important;
}

.carousel-indicators .active {
    position: relative !important;
    background-color: #fff !important;
}

.carousel-indicators li.active::after {
    height: 26px;
    width: 16px;
    content: "";
    background-image: url("../images/icons_b2b/dummy.svg") !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: -9px;
    left: -5px;
}


#mainCarousel .carousel-arrows {
    position: relative;
    float: right !important;
}

#mainCarousel .carousel-control {
    height: 28px;
    width: 28px !important;
    border-radius: 10px;
    display: block;
    border: 1px solid #ff4d00;
    text-shadow: none !important;
    background-image: url("../images/icons_b2b/main-slider-arrow.png") !important;
    background-repeat: no-repeat !important;
    background-position: center;
    background-color: #fff;
    opacity: 1 !important;
}

#mainCarousel .carousel-control.right {
    transform: rotate(180deg);
}


/*#endregion Main Slider*/

/*#region Partners*/

.partners {
    margin-top: 150px;
    margin-bottom: 140px;
}

.partners .owl-stage-outer {
    overflow: hidden;
}

#partnersCarousel {
    min-height: 185px;
    margin-bottom: 50px;
}

.partners .carousel-inner .item img {
    width: 100%;
    height: auto;
}

#partnersMinCarousel {
    min-height: 210px;
}

#partnersMinCarousel .carousel-indicators {
    margin: auto;
    margin-bottom: 68px;
    position: static;
}

.partners__text {
    font-size: 18px;
    font-family: "Balsamiq Sans";
    color: var(--gray-green-color);
    line-height: 1.2;
    margin-bottom: 0;
    padding: 10px 15px;
}

.partners__text hr {
    display: none;
}

.disk-block {
    min-height: 43px;
    margin-top: 15px;
}

.become-a-partner__disk {
    background-color: var(--main-green-color);
    width: 20px;
    height: 20px;
    border-radius: 20px;
    position: absolute;
    top: 0;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(26, 48, 3, 0.25);
    -moz-box-shadow: 3px 3px 5px 0px rgba(26, 48, 3, 0.25);
    box-shadow: 3px 3px 5px 0px rgba(26, 48, 3, 0.25);
}

.big-disk {
    transform: scale(2);
    right: 0;
    top: 3px;
}

.become-a-partner__caption {
    font-size: 24px;
    font-family: "Balsamiq Sans";
    color: var(--main-dark-green-color);
    line-height: 1.2;
    text-align: right;
}

.partnership-btn {
    height: 58px;
    background-color: var(--second-main-green-color);
    -webkit-box-shadow: 7px 5px 16px -2px rgba(101, 103, 114, 0.35);
    -moz-box-shadow: 7px 5px 16px -2px rgba(101, 103, 114, 0.35);
    box-shadow: 7px 5px 16px -2px rgba(101, 103, 114, 0.35);
    border: none;
    margin-bottom: 20px;
}

.partnership-btn a {
    font-size: 24px;
    font-family: "Balsamiq Sans";
    color: rgb(255, 255, 255) !important;
    font-weight: bold;
    line-height: 1.703;
}


.block-delimiter-wrap {
    width: 100%;
    overflow: hidden;
    min-height: 121px;
    padding-top: 10px;
    padding-bottom: 13px;
}

.become-a-partner .block-delimiter {
    filter: drop-shadow(0px 9px 5px #dfe2dc);
    -webkit-filter: drop-shadow(0px 9px 5px #dfe2dc);
}

/*#endregion Partners*/

/*#region About-company*/
.about-company {
    display: block;
    position: relative;
    margin-bottom: 135px;
}

.about-company__title {
    text-align: left;
    padding-left: 10px;
}

.about-company .dots-delimiter {
    margin-bottom: 45px;
}

.about-company__picture-wrap {
    padding-left: 0px !important;
    margin-left: -15px;
}

.about-company__picture {
    max-width: 437px;
    width: 100%;
    height: auto;
}

.about-company .about-company__text {
    min-height: 375px;
    opacity: 0;
    padding-left: 25px;
}

.about-company__text p {
    font-size: 18px;
    font-family: "Balsamiq Sans";
    color: var(--main-dark-green-color);
    line-height: 30px;
    width: 100%;
}

.about-company .index__button {
    margin-top: 45px;
}

.about-company-page {
    font-family: "Balsamiq Sans";
    color: var(--dark-gray);
    font-size: 17px;
}

/*#endregion About-company*/

/*#region Catalog-online*/
.catalog-online {
    display: block;
    margin-bottom: 160px;
}

.catalog-online__title {
    margin-bottom: 38px;
}

.catalog-online .catalog-online__text {
    opacity: 0;
}

.catalog-online__text {
    font-size: 18px;
    font-family: "Balsamiq Sans";
    color: var(--dark-gray);
    line-height: 1.444;
}

.catalog-online .index__button {
    margin-top: 40px;
}

/*#endregion Catalog-online*/

/*#region News-block*/
.news-block {
    -webkit-box-shadow: 2px 5px 6px 0px rgba(223, 223, 223, 1);
    -moz-box-shadow: 2px 5px 6px 0px rgba(223, 223, 223, 1);
    box-shadow: 2px 5px 6px 0px rgba(223, 223, 223, 1);
    padding-bottom: 40px;
    margin-bottom: 155px;
}

.news-block .news-caption {
    opacity: 0;
}

.active.news-animation {
    -webkit-animation: revealIntroOverlaysToRight 2s ease forwards;
    animation: revealIntroOverlaysToRight 2s ease forwards;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    will-change: transform;
}

.active.news-animation:nth-child(2) {
    animation-delay: 1.6s;
}

.active.news-animation:nth-child(3) {
    animation-delay: 2.2s;
}

.news-title__wrap {
    width: 100%;
    background-color: var(--main-green-color);
}

.news-block__title {
    color: #fff;
    margin-bottom: 21px;
}

.news {
    margin-top: 30px;
}

.news__title {
    font-size: 16px;
    font-family: "Balsamiq Sans";
    color: rgb(46, 48, 46);
    font-weight: bold;
    line-height: 1.375;
    max-width: 260px;
    word-wrap: break-word;
}

.news-caption {
    font-size: 13px;
    font-family: "Balsamiq Sans";
    color: rgb(153, 170, 153);
    line-height: 1.5;
    height: 80px;
    overflow: hidden;
}

.news-block .index__button {
    display: block;
    margin-top: 30px !important;
}


/*#endregion News-block*/

.mapouter {
    padding: 18px;
    border: 1px solid #dedede;
}

/*#region Footerr*/

footer {
    font-family: "Balsamiq Sans";
    list-style: none;
    margin-top: 40px;
}

.footer-wrap {
    background-color: #fff;
}

footer div .align-changer-from-right {
    text-align: right;
}

footer div .align-changer-from-left {
    text-align: left;
}

footer li, footer ul {
    list-style: none;
}

.footer-menu {
    margin-top: 2px;
    margin-bottom: 40px;
}

.footer-contacts {
    margin-top: 12px;
    font-size: 17px;
}

.footer-menu li {
    font-size: 17px;
    line-height: 2.143;
    padding: 0;
}

.footer-menu a {
    display: inline-block;
}

footer a:hover {
    text-decoration: none;
    color: var(--main-green-color);
}

footer a {
    color: #000;
}

.footer-contacts li {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
}

.freespace {
    margin-top: 10px;
    opacity: 0;
}

.social-networks__icon-wrap {
    margin-bottom: 45px;
    margin-top: 15px;
}

.social-networks__icon-wrap a {
    display: inline-block;
}

.social-networks__icon-wrap img {
    width: 33px;
    height: auto;
    display: inline-block;
    margin-left: 25px;
    border-radius: 5px;
}

.b2b__logo {
    width: 150px;
}

.b2b__link {
    margin-bottom: 6px;
    font-size: 15px;
}

/*#endregion Footerr*/

/** Dropdown search START**/
.dropdown-search {
    padding: 0;
    list-style: none;
    background: #fff;
    border-radius: 5px;
    border: none;
    box-sizing: border-box;
    position: absolute;
    z-index: 100;
    max-height: 400px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    top: 40px;
    display: none;
    -webkit-box-shadow: 1px 2px 6px 0px rgba(141, 141, 141, 1);
    -moz-box-shadow: 1px 2px 6px 0px rgba(141, 141, 141, 1);
    box-shadow: 1px 2px 6px 0px rgba(141, 141, 141, 1);
}


.dropdown-search.active {
    display: block;
}

.dropdown-search a:hover {
    text-decoration: none;
}

.dropdown-search-item {
    width: 100%;
    padding: 5px;
    border-bottom: 1px solid #FF4B00;
    transition: .1s ease-in-out;
    overflow: hidden;
}

.dropdown-search-item:last-child {
    border: none !important;
}

.dropdown-search-item:hover {
    background: #f9f9f9;
}

.custom-responsive-img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.dropdown-search-item div {
    height: 100%;
}

.search-item-description-brand {
    font-size: 14px;
    font-weight: 700;
    color: #676767;
    text-decoration: none;
}

.search-item-description-category {
    font-size: 12px;
    color: #676767;
}

.search-item-description-brand:hover {
    color: #676767;
}

.search-item-description-name {
    color: #000;
    text-decoration: none;
}

.search-item-description-name:hover {
    color: #000;
}

/** Dropdown search END **/

/*#region Become-a-partner*/
.become-a-partner {
    margin-bottom: 130px;
}

.become-a-partner .dots-delimiter {
    margin-bottom: 31px;
}

.becom-a-partner__green-wrap {
    padding-top: 56px;
    padding-bottom: 13px;
    margin-bottom: -1px;
    background-color: var(--main-green-color);
    color: #fff;

}

.become-a-partner .become-a-partner__text {
    opacity: 0;
}

.animation-header {
    position: absolute;
    left: 100px;
    top: -5px;
}

.animation-header-gif {
    width: 100%;
    height: auto;
    max-width: 222px;
    max-height: 145px;
}

.animation-header-gif1 {
    width: 100%;
    height: auto;
    max-width: 150px;
    position: absolute;
    left: 15px;
    top: 5px;
}

@media (max-width: 1500px) {
    .animation-header-gif1 {
        display: none;
    }
}


@media (max-width: 1300px) {
    .animation-header-gif1 {
        display: none;
    }

    .navbar.navbar-default {
        min-width: 40px !important;
    }
}


@media only screen and (min-width: 1199px) {
    .navbar-default {
        max-height: 10px !important;
    }
}


.header__delimiter-wrap {
    width: 100%;
    overflow: hidden;
    min-height: 121px;
    position: relative;
    top: -200px;
    z-index: -100;
    margin-bottom: -200px;
}

.header__delimiter-wrap-auth {
    width: 100%;
    overflow: hidden;
    min-height: 121px;
    position: relative;
    top: -150px;
    z-index: -100;
    margin-bottom: -150px;
}

.header-wrap__delimiter {
    /*    -webkit-filter: drop-shadow(0px 5px 2px #d1d6cd);
        filter: drop-shadow(0px 5px 2px #d1d6cd);*/
    width: 100%;
}

.green__delimiter-wrap {
    width: 100%;
    overflow: hidden;
    min-height: 121px;
}

.green-wrap__delimiter {
    -webkit-filter: drop-shadow(0px 5px 2px #d1d6cd);
    filter: drop-shadow(0px 5px 2px #d1d6cd);
    width: 100%;
}

.advantages__row {
    margin-bottom: 10px;
    min-height: 163px;
}

.advantages__icon__wrap {
    width: 100%;
}

.advantages__icon {
    height: 94px;
    width: 95px;
    margin: 0 auto;
    display: block;
    fill: #fff;
}

.advantages__caption {
    padding-top: 15px;
    font-size: 18px;
    font-family: 'Montserrat ExtraBold';
    color: rgb(255, 255, 255);
    line-height: 1.2;
    text-align: center;
    margin-bottom: 10px;
}


.become-a-partner__title {
    color: #fff;
    margin-bottom: 43px;
}

.catalog-online__text {
    font-size: 18px;
    font-family: "Balsamiq Sans";
    color: rgb(255, 255, 255);
    line-height: 1.444;
    letter-spacing: 1px;
}

.become-a-partner__button {
    border-color: #fff;
    background-color: inherit;
    margin-top: 33px;
}

.become-a-partner__button a {
    color: #fff !important;
}

.become-a-partner__button:hover {
    background-color: #fff;
}

.become-a-partner__button:hover a {
    color: var(--main-green-color) !important;
}

/*#endregion Become-a-partner*/

.guest-card {
    height: 329px !important;
}

.promotion-wrapper {
    width: 100%;
    background-image: url(../images/bg-promo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.promotion,
.promotion a,
.promotion a:hover {
    color: #ff541f;
    margin-top: 114px;
}

.hit-product__title,
.hit-product__title a,
.hit-product__title a:hover {
    color: #ffd100;
    margin-top: 114px;
}

.availability-status {
    width: 27px;
    height: 14px;
}

.p-r-l-0 {
    padding-right: 0px;
    padding-left: 0px;
}

.m-r-l-0 {
    margin-left: 0px;
    margin-right: 0px;
}

.inline-block {
    display: inline-block;
}

body {
    font-family: "Balsamiq Sans";
    letter-spacing: .05em;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    justify-content: space-between;
}

button {
    outline: transparent
}

.opacity {
    filter: opacity(0)
}

a, a:hover, a:focus {
    text-decoration: none;
    color: #2e302e;
}


.header-menu__wrap {
    display: flex;
    justify-content: space-between;
    padding-right: 18px;
    height: 45px;
}


.header-item span {
    font-size: 14px;
    color: rgb(3, 23, 32);
    line-height: 1.143;
    letter-spacing: 1px;
}

.header-item-link,
.header-item-link:hover,
.header-item-link span:hover,
.user-link,
.user-link:hover {
    text-decoration: none
}

.header-item-link:active,
.user-link:active {
    text-decoration: none
}

.header-line i {
    width: 0.5px;
    height: 34px !important;
    background-color: rgb(217, 231, 237);
    transform: rotate(90deg);
}

.header-line-left {
    margin-right: 11px;
}

.header-line-right {
    margin-left: 11px;
}

.flex {
    display: flex
}

.green {
    color: #00dc2c !important
}

.custom-text-warning {
    color: #e3c500
}

.h-100 {
    height: 100%
}

.fogging-container {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: -200vh;
    z-index: 20;
    left: 0
}

.fogging {
    width: 100%;
    height: 100%;
    background: rgba(46, 48, 46, .98);
    filter: opacity(0);
    transition: .2s linear
}

.p0 {
    padding: 0 !important
}

.fogging-container.active {
    top: 0
}

.fogging-container.active .fogging {
    filter: opacity(.95)
}

.p-0-15 {
    padding: 0 15px
}

.p-0 {
    padding: 0
}

.header-top-container {
    height: 60px
}

.header-top-container nav {
    display: flex;
    justify-content: space-between;
    height: 100%
}

.be-a-partner-info img.img-responsive {
    margin-top: 10px;
}

.header-top-item, .header-top-list {
    list-style: none;
    height: 100%;
}

.header-top-list {
    padding: 0;
    margin: 0
}

.header-top-item, .header-top-list {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.header-top-item {
    position: relative
}

.header-logo {
    width: 160px
}

.hamburger-item {
    width: 36px
}

.client-panel {
    background: #ffdccf;
}

.hamburger {
    display: none;
    line-height: 4.8px;
    vertical-align: baseline;
    padding-top: 4px;
    background: transparent;
    width: 35px;
    height: 32px;
    cursor: pointer;
    transition: .2s linear;
    border: 1px solid #dedede;
    box-sizing: border-box;
}

.owl-nav {
    position: absolute;
    top: 28%;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.owl-nav button {
    width: 77px;
    height: 37px;
    outline: none;
    border: none;
    background-color: rgb(255, 255, 255);
    opacity: 0.531;
    background-image: url(/images/slider-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

span[aria-label="Previous"], span[aria-label="Next"] {
    display: none;
}

.owl-nav.disabled {
    display: none
}

.owl-next {
    transform: rotate(180deg);
}

.hamburger span {
    width: 17px;
    height: 2px;
    background: #1a3003;
    display: inline-block;
    margin-bottom: 4px;
}

/* .hamburger span:first-child {
    top: 6px
}

.hamburger span:nth-child(2) {
    top: 13px
}

.hamburger span:nth-child(3) {
    top: 20px
} */

.mobile-top-nav {
    display: inline-block;
    position: relative;
    float: right;
    text-align: center;
    bottom: -15px;
}

.mobile-cart-button {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    padding: 0;
    background: transparent;
    border: none;
    cursor: pointer;
    width: 35px;
    height: 32px;
    margin-bottom: 13px;
}

.mobile-cart-button img {
    display: block;
    margin: 0 auto;
    width: 25px;
    height: 30px;
}

.mobile-cart-button span {
    position: absolute;
    left: 0;
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 11px;
    font-family: "Balsamiq Sans";
    color: var(--gray-green-color);
}

.in-cart {
    font-size: 10px;
    color: #b6b6b6
}


.header-middle-container {
    height: 50px;
    padding: 0 12px;
}

.header-middle-container nav {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    color: var(--main-dark-green-color);
}

.header-middle-list {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    max-height: 58px;
    align-items: center;
}

.form-group.field-user-vat_setting, .form-group.field-user-payment_setting {
    margin-bottom: 0px;
    width: max-content;
}

.custom-button {
    padding: 3px 15px 3px 3px;
    margin: 0;
    background: transparent;
    border: none;
    cursor: pointer;
    width: 40px;
    height: 28px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    flex-direction: column
}

.custom-button img {
    width: 100%;
    height: auto;
    max-width: 25px;
}

.search-form {
    position: relative;
    width: 470px;
    height: 100%;
    overflow: hidden;
    border-radius: 0
}

.search-form img {
    width: 23px;
    height: auto;
}

.search-form input {
    position: absolute;
    width: 95%;
    height: 100%;
    padding: 0 0 0 30px;
    margin: 0;
    border: none;
    background: hsla(0, 0%, 100%, .87);
    border-radius: 0px;
}

.search-form input:focus {
    background: #fff
}

.search-form input::placeholder {
    font-size: 12px;
    color: #8a8888
}

.search-form button {
    cursor: pointer;
}

.heaer-list, .user-list-menu {
    list-style: none;
    padding: 0;
    margin: 0
}

.user-item {
    padding: 10px 0
}

.header-item, .user-item {
    display: flex;
    align-items: center;
    /*    justify-content: center*/
    padding-left: 32%;
}

.row.wrapper-for-recently-addet {
    align-items: center;
}

.header-item {
    padding: 6px 0
}

.header-item a {
    padding: 6px 0;
    text-align: center;
}

.header-item a span {
    padding: 0px;
}

.mobile-user-button {
    margin-right: 0
}

.header-item:nth-child(odd), .user-item:nth-child(odd) {
    background: hsla(0, 0%, 86.7%, .07)
}

.user-dropdown-top {
    margin: 70px 0 40px;
    display: flex;
    align-items: center;
    /*    justify-content: center;*/
    padding: 8px 0px 18px 0px;
    border-bottom: 1px solid #fff
}

.user-dropdown-top img {
    margin-right: 10px
}

.user-dropdown-top .name-of-user {
    color: #fff;
    font-size: 12px
}

.user-dropdown-top .name-of-user:nth-child(2) {
    margin-bottom: 5px
}

.user-dropdown-top img {
    width: 23px;
    height: auto
}

.category-dropdown-menu .header-item-link span {
    color: white !important;
    font-family: "Balsamiq Sans";
}

.header-item-link img, .user-link img {
    width: 17px;
    height: auto
}

.header-item-link, .user-link {
    width: 175px
}

.user-link span {
    padding-left: 20px;
    font-size: 18px;
    font-weight: 700;
    color: var(--main-dark-green-color);
    cursor: pointer;
}

.user-list-menu .user-item:hover span {
    color: var(--main-green-color);
}

.header-item-link span {
    padding-left: 20px;
    font-size: 14px;
    font-weight: 700;
}

.close-list-menu {
    z-index: 10;
}

.category-dropdown-menu, .dropddown-cart, .user-dropdown-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(46, 48, 46, .98);
    z-index: 110;
    top: 0;
    left: 0;
    filter: opacity(0);
    transform: translateY(-150%)
}

.category-dropdown-menu.active, .dropddown-cart.active, .user-dropdown-menu.active {
    filter: opacity(1);
    transform: translate(0)
}

.category-dropdown-menu.active .manager-open {
    transform: translate(-100%);
    z-index: 20;
    border-radius: 0;
    border: none;

}

.close-btn {
    display: block;
    position: absolute;
    width: 32px;
    height: 34px;
    margin: 0;
    top: 15px;
    right: 15px;
    opacity: 1;
    background-color: transparent;
    border: none;
}

.close-btn:before {
    transform: translate(-50%, -50%) rotate(45deg)
}

.close-btn:after, .close-btn:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #5d5d5d;
    top: 50%;
    left: 50%
}

.close-btn:after {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.close-btn:after, .close-btn:before {
    background: rgb(222, 222, 222);
}

.inline-svg-icon {
    display: inline-block;
    width: 150px;
    height: 150px;
    fill: var(--main-green-color);
    margin-right: 30px
}

.header-dropdown-menu-top {
    padding: 70px 0 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #fff;
    margin: 0 15px
}

.header-dropdown-menu-top img {
    width: 28px
}

.header-dropdown-menu-top button {
    background: transparent;
    padding: 0;
    border: none;
    margin-left: 35px;
}

.currency-val__wrap {
    display: block !important;
    float: right !important;
}

.customer-nav .currency-val {
    padding-top: 3px;
}

.currency-val {
    color: var(--gray-green-color);
    font-family: "Balsamiq Sans";
    font-size: 14px;
    font-weight: 700;
    display: block;
    margin-left: auto;
    padding-top: 10px;
}

.currency-val-delimiter {
    width: 17px;
    height: 2px;
    background-color: #fff;
    transform: rotate(90deg);
    margin-top: 0px;
    margin-bottom: 0px;
    margin: 0px;
    display: inline-block;
    margin-left: 14px;
    margin-right: -34px;
}

.wrap-mobile-item-list .current-lang {
    color: #f9f9f9;
    margin-left: 18px;
}

.lang-list-mobile {
    left: 25px !important;
    z-index: 1;
}

.current-lang {
    display: block;
    padding-left: 15px;
    font-size: 12px;
    font-family: "Balsamiq Sans";
    color: var(--main-dark-green-color);
    cursor: pointer;
    text-transform: uppercase
}

.current-lang.arrow:after, .current-lang.arrow:before {
    background: var(--gray-green-color);
    z-index: 1;
    top: 50%;
}

.selected-language.arrow:after, .selected-language.arrow:before {
    top: 50%;
    background: var(--gray-green-color);
}

.selected-language.arrow:before {
    right: 5px;
}

.selected-language.arrow:after {
    right: 8px;
}

.btn-general-style {
    color: #fff;
    background: #6f9eb1;
    font-weight: 700;
    border-radius: 0px;
    border-color: #6f9eb1;
}

.btn-general-style:active,
.btn-general-style:hover,
.btn-general-style:active:hover,
.btn-general-style:focus {
    color: #fff;
    background: #6f9eb1;
    border-color: #6f9eb1;
}

.currency-val div {
    width: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}


.vertical-line {
    display: inline-block;
    font-family: "Balsamiq Sans";
    color: #bebebe;
    font-size: 20px;
}

.language-select {
    position: relative
}

.lang-list {
    margin: 0;
    list-style: none;
    position: absolute;
    left: -8px;
    top: 100%;
    background: #fff;
    padding: 0 8px;
    border-radius: 4px;
    filter: opacity(0);
    height: 0;
    overflow: hidden;
    transition: .2s linear
}

.lang-list.active {
    filter: opacity(1);
    height: 60px;
    padding: 8px
}

.language-select-top {
    position: relative;
    margin-top: -2px;
}

.language-select-top .lang-list {
    transition: none
}

.lang-item a {
    font-size: 12px;
    font-family: "Balsamiq Sans";
    color: var(--main-dark-green-color) !important;
    transition: .1s linear
}

.lang-item a:hover {
    color: var(--second-main-green-color) !important;
}

.wrap-mobile-item-list {
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.manager-contact {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 100%;
    top: 0;
    background: rgba(46, 48, 46, .98)
}

.back {
    position: absolute;
    width: 19px;
    height: 22px;
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    top: 25px;
    left: 20px
}

.back:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}

.back:before {
    top: 20%;
    transform: rotate(-45deg)
}

.back:after, .back:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #5d5d5d;
    left: 0
}

#cart-comment {
    border-radius: 0;
    border: 1px solid #7bd84d;
}

.back:after {
    bottom: 20%;
    transform: rotate(45deg)
}

.information-about-manager {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 110px 0 0
}

.information-about-manager .currensy-val {
    width: 100%
}

.manage-about {
    display: flex;
    flex-direction: column;
    margin-left: 0px;
}

.manager-name {
    padding-bottom: 5px;
    max-width: 180px;
    min-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.information-about-manager a, .information-about-manager span {
    font-size: 16px;
    color: #fff
}

.manager-photo {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden
}

.more-contacts {
    display: flex;
    flex-direction: column
}

.more-contacts a {
    color: #fff;
    text-decoration: none
}

.contact-type {
    margin-right: 15px
}

.dropdown-cart-container {
    color: #fff;
    font-size: 12px;
    padding: 70px 15px 0
}

.dropdown-cart-container .contract-info {
    border-left: 0px;
}

.cart-info {
    display: flex;
    padding: 0 0 20px;
    border-bottom: 1px solid #fff;
    font-size: 14px
}

.cart-info span:nth-child(2) {
    font-weight: 700
}

.cart-info img {
    width: 40px;
    height: 38px;
    margin: 0 20px 0 15px
}

.cart-contents {
    display: flex;
    flex-direction: column
}

.debt {
    padding: 18px 15px;
    border-bottom: 1px solid #fff
}

.debt a {
    color: #fff
}

.article-page .date {
    margin-bottom: 10px
}

.debt-amount {
    font-size: 14px
}

.contract {
    position: relative;
    cursor: pointer;
    width: 387px;
}

.contract-info {
    display: flex;
    flex-direction: column;
    margin-right: 30px;
    padding: 20px 15px
}

.contract-info span {
    margin: 5px 0
}

.contract-info span:first-child {
    font-weight: 700;
    margin: 0;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis
}

.all-contract-info-button {
    position: absolute;
    height: 35px;
    width: 20px;
    background: transparent;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    border: none;
    padding: 0;
    margin: 0;
    z-index: 10;
    outline: transparent;
    transition: .1s linear;
    border-radius: 0 3px 3px 0
}

.all-contract-info-button:before {
    right: 7px;
    transform: rotate(45deg)
}

.all-contract-info-button:after, .all-contract-info-button:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 1px;
    background: var(--main-dark-green-color);
    top: 50%
}

.all-contract-info-button:after {
    right: 4px;
    transform: rotate(-45deg)
}

.active.dropdown-cart-container .all-contract-info-button:after {
    transform: rotate(-135deg)
}

.active.dropdown-cart-container .all-contract-info-button:before {
    transform: rotate(135deg)
}

.active.contract-container .all-contract-info-button:after {
    transform: rotate(-135deg)
}

.active.contract-container .all-contract-info-button:before {
    transform: rotate(135deg)
}

.contract-dropdown {
    transform: translateY(-76px);
    background: #fff;
    width: 100%;
    box-sizing: border-box;
    border-radius: 0px 0px 8px 8px;
    overflow: hidden;
    height: 0;
    filter: opacity(0)
}


.menu-button {
    width: 31px !important;
    height: 24px !important;
    margin-right: 5px;
    margin-bottom: 2px
}

.contract-dropdown.active {
    height: auto;
    filter: opacity(1)
}

.contract-dropdown .contract-info {
    padding: 12px 0;
    margin: 0 30px 0 15px;
    border-bottom: 1px solid #fff
}

.company {
    display: flex;
    padding: 15px;
    /*    font-weight: 700*/
}

span.company-name {
    color: #ccffff;
}

.company-name {
    color: #fff
}

.company span:first-child {
    width: 22%;
    font-size: 12px;
    font-family: "Balsamiq Sans";
    color: var(--second-dark-gray);
    line-height: 1.2;
}

.company span:nth-child(2) {
    width: 70%;
    word-break: break-all;
    font-size: 12px;
    font-family: "Balsamiq Sans";
    color: var(--dark-gray);
    font-weight: bold;
    line-height: 1.5;
}

.contract-dropdown form {
    border-radius: 0px;
    margin: 0px;
    width: 250px
}

.contract-type {
    padding: 0;
    margin: 10px 0;
    list-style: none
}

.contract-type-item a {
    display: block;
    color: #fff;
    padding: 0px;
    box-sizing: border-box;
    transition: .1s ease-in-out
}

span.select2-selection.select2-selection--single {
    border-radius: 0px;
}

.contract-type-item .active {
    background: #cff !important;
    color: #000 !important
}

.contract-type-item a:hover {
    background: #014fab;
    color: #fff;
    text-decoration: none
}

/*.arrow:before {*/
/*    right: 0;*/
/*    transform: translateY(-50%) rotate(135deg)*/
/*}*/

/*.arrow:after, .arrow:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    z-index: 111;*/
/*    width: 5px;*/
/*    height: 1px;*/
/*    background: var(--main-dark-green-color);*/
/*    top: 45%*/
/*}*/

.user-dropdown-menu .arrow:after, .user-dropdown-menu .arrow:before {
    top: 29px;
}

.user-dropdown-menu .arrow:before {
    right: 11px;
}

.user-dropdown-menu .arrow:after {
    right: 14px;
}

.arrow:after {
    right: 3px;
    transform: translateY(-50%) rotate(-135deg)
}

.arrow.active:after {
    transform: translateY(-50%) rotate(-45deg)
}

.arrow.active:before {
    transform: translateY(-50%) rotate(45deg)
}

.header-middle-list:nth-child(2) {
    display: flex;
    align-items: center
}

.link-button {
    display: block;
    color: #fff;
    border: 1px solid #fff;
    padding: 4px 20px;
    text-decoration: none
}

.link-button:hover {
    color: #fff
}

.header-middle-list:nth-child(2) .vertical-line {
    margin: 0 20px;
    height: 40px;
    width: 2px;
    background-color: #fff;
}

.line-bottom {
    border-bottom: 2px solid #e5f3ff
}

.owl-stage {
    display: flex;
    align-items: center
}

.wrapper-for-partner-carousel .owl-next, .wrapper-for-partner-carousel .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    cursor: pointer;
    width: 55px !important;
    height: 55px !important
}

.wrapper-for-partner-carousel .owl-next span, .wrapper-for-partner-carousel .owl-prev span {
    display: none
}

.wrapper-for-partner-carousel .owl-prev {
    left: 0;
    background: linear-gradient(90deg, #e6ffff 0, hsla(0, 0%, 100%, .81) 33%, hsla(0, 0%, 100%, .42))
}

.wrapper-for-partner-carousel .owl-prev:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    width: 15px;
    height: 15px;
    border-left: 1px solid #17579f;
    border-bottom: 1px solid #17579f;
    transform: translateY(-50%) rotate(45deg)
}

.wrapper-for-partner-carousel .owl-next {
    right: 0;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, .42) 0, hsla(0, 0%, 100%, .81) 33%, #e6ffff)
}

.wrapper-for-partner-carousel .owl-next:before {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    width: 15px;
    height: 15px;
    border-right: 1px solid #17579f;
    border-top: 1px solid #17579f;
    transform: translateY(-50%) rotate(45deg)
}

.w {
    color: #e4ffff
}

.container-for-slider-item {
    position: relative;
    height: 160px
}

.slider-logo-container {
    position: absolute;
    top: 0;
    top: 5%;
    left: 10%;
    width: 100px;
    height: 50px
}

.slider-logo-container img {
    max-width: 100% !important;
    height: auto !important
}

.content-on-slider {
    position: absolute;
    display: flex;
    flex-direction: column;
    bottom: 45px;
    left: 0
}

.content-on-slider .top {
    display: flex;
    width: fit-content;
    background: #fff;
    color: #6f9eb1;
    padding: 1px 5px;
    transform: translate(20px, 3px);
    align-items: center
}

.content-on-slider .top a {
    position: relative;
    width: 14px;
    height: 12px;
    color: #6f9eb1;
    text-decoration: none;
    margin-left: 5px
}

.content-on-slider .top a:before {
    top: 4px;
    transform: rotate(42deg)
}

.content-on-slider .top a:after, .content-on-slider .top a:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 1px;
    background: #6f9eb1;
    left: 2px
}

td.table-delete-item-from-cart {
    padding-top: 11px !important;
}

.content-on-slider .top a:after {
    top: 8px;
    transform: rotate(-42deg)
}

.content-on-slider .bottom {
    background: hsla(0, 0%, 100%, .65);
    color: #2e302e;
    padding: 3px 5px
}

.carousel-caption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    max-width: 629px;
    width: 55%;
    max-height: 113px;
    height: 28%;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.429;
    background-color: #b3c0c6;
    padding: 0px;
    text-shadow: none;
}

.carousel-caption::after {
    content: "";
    display: block;
    max-width: 216px;
    width: 34%;
    max-height: 11px;
    height: 10%;
    background-color: #e81249;
    position: absolute;
    bottom: -10%;
    left: 11%;
}

.carousel-caption h3 {
    display: block;
    font-size: 28px;
    line-height: 1.429;
    width: 95%;
    max-width: 485px;
    z-index: 340;
    text-align: left;
    font-weight: bold;
    letter-spacing: 2px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    text-overflow: ellipsis;
}


.top-main-slider {
    overflow: hidden;
}

.wrapper-for-carousel {
    position: relative;
    margin: 0px 15px 20px 15px
}

.main-slider-dots-container {
    width: 189px;
    margin: 0 auto;
    background: #dfe0e1;
    height: 36px;
    border: 1px solid #dfe0e1;
    border-radius: 5px;
    border-radius: 8px 8px 0px 0px;
    text-align: center;
}

.main-slider-dots-container .owl-dot {
    position: relative;
    padding: 0;
    margin: 11px 10px 11px 10px;
    border: none;
    background: #b3c0c6;
    width: 11px;
    height: 11px;
    border-radius: 10px;
    outline: none;
}

.dots-container-wrap {
    position: absolute;
    width: 100%;
    bottom: 0;
}

/* .main-slider-dots-container .owl-dot.active:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    border: 1px solid #6f9eb1
} */

.gradient-line {
    background: linear-gradient(90deg, #6f9eb1 0, #cbffff);
    margin: 6px 15px
}

.height-2 {
    height: 2px
}

.height-4 {
    height: 4px
}

.height-6 {
    height: 5px
}

.height-8 {
    height: 8px;
    margin-top: 14px;
}

.top-main-slider .owl-item img {
    height: 100%;
    width: auto
}

.item-container {
    height: 140px;
    position: relative;
    margin-bottom: 30px
}

.item-container .background {
    background: #676767;
    position: absolute;
    width: 95%;
    height: 95%;
    bottom: 0;
    right: 0
}

.img-container {
    position: absolute;
    width: 95%;
    height: 95%;
    top: 0;
    left: 0;
    background-position: 50% !important;
    background-size: cover !important;
    z-index: 10;
    transition: .2s ease-in-out;
    transition-delay: .2s
}

div.col-xs-12.col-md-9 > div:first-child > div > a > .img-container {
    background: url(../images/category/spares.jpg)
}

div.col-xs-12.col-md-9 > div:nth-child(2) > div > a > .img-container {
    background: url(../images/category/for-workshops.jpg)
}

div.col-xs-12.col-md-9 > div:nth-child(3) > div > a > .img-container {
    background: url(../images/category/auto-chemistry.jpg)
}

div.col-xs-12.col-md-9 > div:nth-child(4) > div > a > .img-container {
    background: url(../images/category/oil.jpg)
}

div.col-xs-12.col-md-9 > div:nth-child(5) > div > a > .img-container {
    background: url(../images/category/filter.jpg)
}

div.col-xs-12.col-md-9 > div:nth-child(6) > div > a > .img-container {
    background: url(../images/category/ADR.jpg)
}

div.col-xs-12.col-md-9 > div:nth-child(7) > div > a > .img-container {
    background: url(../images/category/accesories.jpg)
}

div.col-xs-12.col-md-9 > div:nth-child(8) > div > a > .img-container {
    background: url(../images/category/shyny.jpg)
}

div.col-xs-12.col-md-9 > div:nth-child(9) > div > a > .img-container {
    background: url(../images/category/for-truck.jpg)
}

.img-container:hover {
    width: 100%;
    height: 100%
}

.img-container {
    background: #448794
}

.img-container .triangle {
    border-bottom: 20px solid transparent;
    border-right: 20px solid transparent;
    border-color: transparent #fff #fff transparent;
    border-style: solid;
    border-width: 20px;
    position: absolute;
    bottom: 0;
    right: 0
}

.item-name {
    display: block;
    position: absolute;
    color: #c3f6f9;
    background: #6f9eb1;
    font-size: 12px;
    padding: 4px 0 4px 20px;
    width: 90%;
    max-width: 180px;
    left: 0;
    top: 30px
}

.news-container {
    background-color: #fff;
    padding-left: 27px;
    padding-right: 27px;
    padding-bottom: 50px;
    border: 1px solid #eef3f5;
}

.news-lite-item {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid hsla(0, 0%, 100%, .33);
    padding-bottom: 13px;
    margin-top: 10px;
}

.news-page-news-container .wrapper-for-news-button .subscibe-block {
    padding: 0px 30px 20px 30px;
}

.wrapper-for-news-button .subscibe-block {
    padding: 0px 0px 20px 0px;
}

.subscibe-block .line-top {
    width: 100%;
    height: 3px;
    background-color: #fff;
    margin-bottom: 25px
}

.main-news-widget-title {
    font-size: 45px;
    font-weight: 700;
    color: rgb(3, 23, 32);
    letter-spacing: 1px;
    margin-top: 126px;
    margin-bottom: 67px;
}

.news-lite-body {
    max-width: 195px;
    width: auto;
    font-family: "Balsamiq Sans";
    color: var(--gray-green-color);
    overflow: hidden;
    font-size: 13px;
    line-height: 1.5;
}

.news-lite-item-container {
    margin-bottom: 156px;
}

.wrapper-for-news-button .more-news {
    width: 100%;
}

.more-news {
    display: flex;
    border: 1px solid var(--gray-green-color);
    width: 185px;
    height: 39px;
    border-radius: 0px;
    justify-content: center;
    cursor: pointer;
}

.more-news:hover {
    background-color: var(--gray-green-color);
}

.more-news:hover span {
    color: #fff;
}

.more-news a {
    display: flex;
    align-self: center;
}

.more-news span {
    font-size: 14px;
    color: var(--gray-green-color);
    line-height: 1.393;
    letter-spacing: 1px;
}

.news-container h2 {
    margin-top: 35px;
    padding-left: 0px;
}

.catalog-wrap {
    width: 100%;
    background-color: #f7f7f7;
    padding-bottom: 250px;
    padding-top: 22px;
    margin-bottom: -190px;
}

.panel-custom .panel-heading:hover, .panel-custom .panel-heading:active, .panel-custom .panel-heading:focus {
    box-shadow: none;
}

.panel-custom .panel-heading:hover .panel-title a {
    color: #34ce00;
}


.list-group-item.active::after {
    content: '';
    position: absolute;
    display: block;
    height: 5px;
    width: 37px;
    left: 0;
    background-repeat: no-repeat;
    background-color: var(--main-green-color);
    top: 10px;
    transform: translateY(-50%);
}

.main-news-widget {
    margin-bottom: 53px;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    border-color: #ddd;
}

.main-news-widget-icon-wrap {
    width: 100%;
    text-align: center;
    height: 170px;
    margin-bottom: 16px;
}

.main-news-widget hr {
    margin: 0px auto 20px auto;
    width: 97%;
}


.main-news-widget .new-lite-name:hover {
    color: #007da5;
}

.main-news-widget-icon {
    max-height: 170px;
    max-width: 253px;
    width: auto;
    height: auto;
}

.main-news-widget a {
    color: rgb(3, 23, 32);
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    width: 220px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.new-lite-name {
    font-size: 14px;
    font-family: "Balsamiq Sans";
    color: var(--main-dark-green-color);
    margin-bottom: 22px;
    display: block;
}

.news-container .new-lite-name {
    text-align: left;
    margin-bottom: 12px;
}

.news-container .news-lite-body {
    text-align: left;
}

.news-lite-item a span:hover {
    color: var(--penumbra) !important;
    transition: .1s linear
}

.arrow-down {
    width: 6px;
    height: 6px;
    padding: 0;
    margin: 0;
    background: transparent;
    border: 1px solid #fff;
    border-top: none;
    border-left: none;
    transform: translate(10px, -3px) rotate(45deg)
}

.shadov-button {
    position: relative;
    margin-left: 5px;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    box-sizing: border-box
}

.subscribe-round {
    position: absolute;
    left: 0;
    top: 2px;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    padding: 0;
    background: transparent;
    border: 1px solid #fff;
    transform: translate(-1px, -1px);
    transition: .2s ease-in-out
}

.subscribe-round:before {
    top: 38%;
    transform: translate(-40%) rotate(44deg)
}

.subscribe-round:after, .subscribe-round:before {
    content: "";
    position: absolute;
    width: 35%;
    height: 1px;
    background: #fff;
    left: 50%
}

.subscribe-round:after {
    top: 59%;
    transform: translate(-40%) rotate(-44deg)
}

.subscibe-block a:hover .subscribe-round {
    background: #6f9eb1;
    transform: translate(3px, -1px)
}

.subscibe-block a {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.recently-added .gradient-line {
    margin: 30px 0 60px;
    height: 8px;
    width: 100%
}

.recently-added .top h2 {
    font-size: 60px;
    color: white;
    font-weight: 700;
    padding-bottom: 51px;
    margin-top: 72px;
    margin-bottom: 13px;
    letter-spacing: 5px;
    border-bottom: 11px solid white;
}

.wrapper-for-recently-addet {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.wrapper-for-recently-addet > div {
    max-width: 290px !important;
    margin: 0px;
}

.recently-addet-item {
    height: 460px;
    max-width: 290px;
    padding: 20px;
    position: relative;
    border: none;
    overflow: hidden;
    transition: .2s ease-in-out;
    background-color: white;
    box-shadow: 5px 6px 10px 1px #e6e6e6;
}

.recently-addet-item:hover {
    border: none;
}

.recently-addet-item a, .recently-addet-item a:hover {
    text-decoration: none
}

.hit-icon {
    width: 39px;
    height: 39px;
    border-radius: 30px;
    background-color: #fff;
    box-shadow: 5px 6px 10px 1px #e6e6e6;
    position: absolute;
    top: 9px;
    left: 9px;
}

.hit-icon span {
    font-size: 12px;
    font-family: "Balsamiq Sans";
    color: #ffd100;
    font-weight: bold;
    display: block;
    margin: auto;
    width: 32px;
    transform: rotate(-45deg);
    line-height: 39px;
    padding-left: 4px;
}

.new-icon {
    width: 39px;
    height: 39px;
    border-radius: 30px;
    background-color: #fff;
    box-shadow: 5px 6px 10px 1px #e6e6e6;
    position: absolute;
    top: 9px;
    left: 9px;
}

.new-icon span {
    font-size: 12px;
    font-family: "Balsamiq Sans";
    color: var(--main-green-color);
    font-weight: bold;
    display: block;
    margin: auto;
    width: 32px;
    transform: rotate(-45deg);
    line-height: 39px;
}

.sale-icon {
    width: 125px;
    background-color: var(--main-green-color);
    position: absolute;
    top: 20px;
    left: -31px;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    padding: 3px 7px;
}

.sale-icon span {
    font-size: 12px;
    font-family: "Balsamiq Sans";
    color: #fff;
    font-weight: bold;
    display: block;
    text-align: center;
}

.recently-addet-img-container {
    display: block;
    height: 140px;
    width: 100%;
    background: url(../images/item.png) no-repeat;
    overflow: hidden;
    background-size: contain !important;
    background-position: 50% !important
}

.recently-addet-info {
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    left: 0;
    top: 150px;
    padding: 15px
}

.recently-addet-info label {
    font-size: 12px !important;

}

.recently-addet-info-top {
    display: flex;
    flex-direction: column;
    padding: 10px 0px 30px 0px;
    border-bottom: 1px solid #dedede;
}

.carousel-inner .recently-addet-info-top {
    padding-bottom: 20px;
}

.recently-addet-info-top label {
    width: 70px
}

.recently-addet-info-top .name {
    font-family: "Balsamiq Sans";
    display: block;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 100%;
    height: 40px;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 10px;
    color: var(--main-dark-green-color);
}

.recently-addet-info-top .articul, .recently-addet-info-top .brand, .recently-addet-info-top .barcode {
    font-size: 14px;
    font-weight: 700;
    color: #5a5a5a;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis
}

.recently-addet-info-top .where {
    font-size: 12px;
    color: #8d8d8d;
    padding-bottom: 10px;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis
}

.recently-addet-info-bottom span {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.recently-addet-info-bottom .in-stock {
    font-size: 14px;
    color: #676767;
    margin: 14px 0 5px
}

.recently-addet-info-bottom .price {
    font-size: 16px;
    font-weight: 700;
}

.recently-addet-button .button-container .button-on-item {
    font-family: "Balsamiq Sans";
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    margin: 0;
    background: #fff;
    color: var(--gray-green-color);
    border: 1px solid var(--gray-green-color);
    cursor: pointer;
}

.wrapper-for-product-item {
    cursor: pointer;
}

.wrapper-for-product-item:hover .recently-addet-button .button-on-item:nth-child(3) {
    background-color: var(--second-main-green-color);
    border: 1px solid var(--second-main-green-color);
}

.wrapper-for-product-item:hover .product-item {
    box-shadow: 7px 8px 10px 1px #FFDCCF;
    -webkit-box-shadow: 7px 8px 10px 1px #FFDCCF;
    -moz-box-shadow: 7px 8px 10px 1px #FFDCCF;
}

.button-container .button-on-item:hover {
    border: 1px solid var(--main-green-color) !important;
    background-color: var(--main-green-color) !important;
    color: #fff !important;
}

.recently-addet-button {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    box-sizing: border-box
}

.recently-addet-button .button-containR {
    padding: 0
}

.recently-addet-button .button-on-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    margin: 0;
    background: #6f9eb1;
    color: #fff;
    cursor: pointer;
}

.recently-addet-button .button-on-item:first-child, .recently-addet-button .button-on-item:nth-child(2) {
    width: 27%
}

.recently-addet-button .button-on-item:nth-child(3) {
    width: 42%
}

.button-container {
    align-items: center;
    padding: 0px 0px 15px;
    box-sizing: border-box
}

.button-container .button-on-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    margin: 0;
    background: inherit;
    color: #2e302e;
    cursor: pointer;
    border: 1px solid #99aa99;
    font-family: "Balsamiq Sans";
}

.button-container .button-on-item:first-child, .button-container .button-on-item:nth-child(2) {
    width: 27%
}

.button-container .button-show:first-child, .button-container .button-show:nth-child(2) {
    width: 30%
}

.button-container .button-on-item:nth-child(3) {
    width: 42%;
    /*background-color: #add9ad;*/
    color: #fff;
    /*border: 1px solid #add9ad;*/
    border-top-right-radius: 54px 50px;
    border-bottom-right-radius: 54px 50px;
}

.list-item.viev-tiles-view .table-block {
    color: #8d8d8d
}

.product-item-in-cart {
    padding-left: 5px;
    color: white;
}

.button-on-item img {
    transform: translateY(-1px)
}

.manager-contact-top-header, .write-us {
    display: none
}

.wrapper-about-company {
    margin: 80px 0 140px;
}

.b2bstore {
    margin-top: 4px;

}

.b2bstore img {
    width: 100%;
}

.b2bstore p {
    margin: 0px;
    font-size: 1.4rem;
    padding-left: 43px;
    font-weight: 600;
    text-align: right;
}


/* .about-company-info {
    margin: 20px 0
} */

.about-company-info p {
    font-size: 22px;
    color: rgb(92, 123, 137);
    line-height: 1.364;
    text-align: center;
    width: 100%;
    height: 178px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 38px;
}


.wrapper-about-company .about-company-cert {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 27px
}

.about-company__button {
    background: #fff;
    padding: 10px 40px;
    border-radius: 6px;
    width: 196px;
    border: 1px solid rgb(115, 151, 167);
}

.about-company__button span {
    white-space: 1px;
    font-weight: 500;
    color: rgb(115, 151, 167);
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.219;
}

.become-a-partner-btn-block {
    border: 1px solid #ffffff;
    padding: 15px;
    font-family: "Balsamiq Sans";
    color: var(--dark-gray);
    font-size: 17px;
}

.become-a-partner-btn-wrap {
    background-color: #ffffff;
}

.become-a-partner-btn-content {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    text-align: center;
    align-items: center;
    min-height: 116px;
}

.become-a-partner-btn {
    width: 254px;
    height: 58px;
    background-color: #ef0d3e;
    color: white;
    border-radius: 10px;
    cursor: pointer;
}

.become-a-partner-btn span {
    letter-spacing: 1px;
    line-height: 58px;
    font-size: 17.617px;
}

.btn-pos {
    font-size: 24.384px;
    color: rgb(75, 72, 69);
    line-height: 4.699;
    width: 100px;
}


.wrapper-about-company .about-company-cert .button:hover {
    text-decoration: none
}

.partner-block {
    margin: 170px 0
}

.partner-block h2 {
    color: #6f9eb1;
    font-size: 36px;
    font-weight: 700
}

.partner-block .gradient-line {
    margin: 30px 0 60px;
    height: 8px;
    width: 100%
}

.partner-carousel {
    overflow: hidden
}

.wrapper-for-partner-carousel {
    position: relative
}

.wrapper-for-partner-carousel .item {
    max-height: 100px !important;
    margin: 0 30px
}

.wrapper-for-partner-carousel .item img {
    max-width: 100%;
    max-height: 80px
}

.partner-dots {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    width: 100px;
    height: 20px;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 70px)
}

.partner-dots .owl-dot {
    position: relative;
    padding: 0;
    margin: 0;
    border: none;
    background: #676767;
    width: 8px;
    height: 8px;
    outline: none;
    transform: rotate(45deg)
}


.main-slider-dots-container .owl-dot.active {
    width: 14px;
    height: 14px;
    border-radius: 15px;
    background: #6f9eb1 !important;
}

/* .partner-dots .owl-dot.active:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    border: 1px solid #6f9eb1
} */

.catalog-online {
    margin: 100px 0 60px
}

.catalog-online div {
    margin-bottom: 30px
}

.catalogs {
    margin-top: 131px;
    margin-bottom: 210px;
}

.catalogs h2 {
    font-size: 45px;
    font-weight: 700;
    color: #2e302e;
    margin-bottom: 70px;
}

.brands-image-wrap {
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.catalogs .col-xs-6.col-sm-4 {
    position: relative;
}

.brands-icon {
    max-width: 264px;
    max-height: 130px;
    width: 100%;
    height: auto;
}

.borders-right {
    top: -40px;
    right: 0px;
    position: absolute;
    width: 1px;
    height: 268px;
    transform: rotate(-180deg);
    background-color: #f5f6f7;
}

.borders-left {
    top: -40px;
    left: 0px;
    position: absolute;
    width: 1px;
    height: 268px;
    transform: rotate(-180deg);
    background-color: #f5f6f7;
}

.see-catalog {
    font-size: 14px;
    color: rgb(208, 224, 230);
    line-height: 1.143;
}

.see-catalog:hover {
    color: rgb(115, 151, 167);
}


.catalog-online p {
    width: 100%;
    font-size: 17px;
    color: #2e302e;
    line-height: 26px
}

.catalog-online .button {
    background-color: #6f9eb1;
    border: 1px solid #6f9eb1;
    border-radius: 7px;
    width: auto;
    padding: 10px 40px;
    display: inline-block;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    margin-top: 50px
}

.catalog-online img {
    margin-top: 35px;
    width: 100%;
}

.underline {
    position: relative;
    color: var(--main-green-color) !important;
    text-decoration: none !important
}

.underline:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #c1dcc1;
    left: 0;
    bottom: -2px
}

.be-a-partner {
    padding: 136px 0 178px;
    background: #f5f6f7;
}

.be-a-partner-icon-caption {
    max-width: 261px;
}

.our-partner {
    margin-bottom: 33px;
}

.our-partner h2 {
    font-size: 46px;
    font-weight: 700;
    letter-spacing: 2px;
    color: rgb(3, 23, 32);
}


.be-a-partner-info h4 {
    color: #cff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 30px
}

.be-a-partner-info__title p {
    color: #53798c;
    font-size: 30px;
    line-height: 2;
    max-height: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 24px;
    font-weight: 700;
}

.be-a-partner-info p {
    font-size: 24px;
    color: rgb(115, 151, 167);
    line-height: 1.2;
    height: 87px;
    overflow: hidden;
}


.be-a-partner-info a {
    color: #fff;
    text-decoration: none;
    margin-top: 20px;
    padding-right: 20px
}

.be-a-partner-info a .arrow-down {
    position: absolute;
    transform: translate(10px, 5px) rotate(45deg)
}

.wrapper-for-small-block {
    margin-top: 55px;
}

.block-with-partner-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.be-a-partner-small-block {
    position: relative;
    height: 315px;
    border-right: 0px;
    margin-bottom: 40px;
}

.content-wrapper .news-lite-item {
    text-align: center;
    border-bottom: 1px solid var(--gray-green-color);
    margin-top: 15px;
}

.be-a-partner-small-block span {
    margin-left: auto;
    margin-right: auto;
    font-size: 23.689px;
    font-weight: 700;
    height: 65%;
    color: rgb(3, 23, 32);
    padding-top: 56px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    line-height: 1.182;
    letter-spacing: 1px;
}

.be-a-partner-small-block .be-a-partner-img {
    width: 187px;
    height: 187px;
    background-color: white;
    display: block;
    border-radius: 100px;
    position: relative;
    margin-left: 0px;
    margin-right: 0px;
}

.be-a-partner-small-block .be-a-partner-img img {
    width: 128px;
    height: 135px;
    position: absolute;

}

.blue-icon {
    right: -30px;
    top: -10px;
    z-index: 3;
}

.gray-icon {
    right: -45px;
    top: 6px;
    z-index: 2;
    opacity: 0.12;
}

.filter-blue-icon {
    bottom: -20px;
    right: -17px;
    z-index: 3;
}

.filter-gray-icon {
    bottom: 3px;
    right: -33px;
    z-index: 2;
    opacity: 0.12;
}

.chat-blue-icon {
    right: -30px;
    top: -10px;
    width: 142px !important;
    height: 141px !important;
    z-index: 3;
}

.chat-gray-icon {
    right: -45px;
    top: 6px;
    width: 142px !important;
    height: 141px !important;
    z-index: 2;
    opacity: 0.12;
}

.mountain-blue-icon {
    left: -19px !important;
    top: 37px !important;
    z-index: 3;
}

.mountain-gray-icon {
    left: -4px !important;
    top: 13px !important;
    z-index: 2;
    opacity: 0.12;
}

.cooperate {
    border-radius: 8px;
    background: #797979;
    padding: 35px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.cooperate span {
    font-size: 14px;
    color: #fff;
    letter-spacing: .5px;
    padding-bottom: 10px;
    display: block
}

.cooperate button {
    width: 100%;
    padding: 10px 40px;
    background: linear-gradient(90deg, #2189ff 0, #01fbff);
    border: none;
    border-radius: 0;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    letter-spacing: .5px
}

.our-geography {
    margin-top: 100px
}

.our-geography h2 {
    font-size: 36px;
    font-weight: 700;
    color: #2e302e
}

.our-geography .gradient-line {
    width: 100%;
    margin-left: 0;
    height: 7px;
    margin-top: 30px;
    margin-bottom: 40px
}

.map-container {
    margin-bottom: 50px;
}

.cc {
    display: block;
    margin-bottom: 6px;
    font-size: 15px;
    color: #2e302e

}

.garey-line {
    height: 35px;
    background-color: #f6f6f6;
    margin-top: 180px;
    margin-bottom: 0px;
    width: 100%;
    border: 0px;
}

.adv-line {
    margin-top: 0;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center
}

.adv-line p {
    padding: 0
}

.adv-line a, .adv-line p {
    margin: 0;
    font-size: 14px;
    color: #6f9eb1;
}

.adv-line a {
    padding: 10px 0 0;
    text-decoration: none
}

.adv-line a:hover {
    color: #d8a74a;
    text-decoration: none
}

/* .animation-container {
    flex-direction: column-reverse;
    height: 30px;
    display: flex;
    align-items: center;
    width: 100%;
    overflow: hidden
}

.animation-container .animated-item {
    padding: 5px;
    transition: .5s ease-in-out
} */

.pulse {
    animation: pulse 3s infinite;
    display: inline-block;
    cursor: pointer;
}

.pulse:hover {
    animation-play-state: paused
}

@keyframes pulse {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.03)
    }
    to {
        transform: scale(1)
    }
}

.breadcrumbs-container {
    margin: 0 auto;
    position: relative;
    top: -20px;
}

.panel-custom {
    border-radius: 0 !important;
    border: none;
    margin-bottom: 8px;
}

.panel-custom .panel-heading {
    background: white;
    border-radius: 0;
    height: 33px;
    display: flex;
    align-items: center
}

.panel-custom .panel-heading h4 a {
    display: block;
    width: 100%;
    color: #70d44b;
    text-decoration: none;
    font-size: 18px;
    font-family: "Balsamiq Sans";
    line-height: 1.2;
    text-transform: capitalize;
}

.panel-custom .panel-body {
    padding: 0
}

.panel-custom .list-group {
    margin: 0;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    padding-top: 22px;
}

[role="button"] {
    cursor: pointer;
}

.panel-custom .list-group-item {
    font-size: 14px !important;
    padding-left: 29px !important;
    color: var(--dark-gray);
    transition: .1s ease-in-out
}

.panel-custom .list-group-item:hover {
    background: inherit;
    color: #6f9eb1;
    font-weight: 700;
}

.panel-custom .list-group-item a:hover {
    border-bottom: 1px solid #70d44b;
    -webkit-transition: border .5s ease-in-out;
    -moz--transition: border .5s ease-in-out;
    transition: border .5s ease-in-out;
}

.panel-custom .list-group-item a {
    font-size: 14px !important;
    text-decoration: none;
    color: #70d44b;
    font-family: "Balsamiq Sans";
    cursor: pointer;
    display: inline;
    border-bottom: 1px solid #fff;
    padding-bottom: 3px;
    line-height: 1.9;
}

.list-group-item {
    padding-bottom: 23px;
    padding-top: 0px;
}


.list-item .border-top-in-item-list {
    border-top: 2px solid #dedede
}

.list-item .row {
    display: flex;
    flex-direction: column;
    align-items: center
}


.list-item tr .header-table-catalog {
    font-size: 12px;
    color: #8d8d8d !important;
    font-weight: 100
}

.recently-addet-info-bottom-second {
    display: none
}

.button-container {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.button-container a {
    font-size: 12px !important;
    font-weight: 700
}

.table-sum, .total-price {
    text-align: right
}

/* .in-warehouses-block {
    display: none
} */

.in-warehouses-block .total-in-warehouses {
    color: #8d8d8d;
    font-size: 12px;
    margin-bottom: 10px
}

.in-warehouses-block img {
    transform: translateY(-1px);
    width: 23px !important;
    height: auto !important;
    margin-top: 5px;
}

.product-item {
    margin-top: 30px;
    height: 480px;
    max-width: 290px;
    padding: 15px;
    padding-bottom: 5px;
    position: relative;
    border: none;
    background-color: white;
    overflow: hidden;
    box-shadow: 7px 8px 10px 1px #e6e6e6;
    -webkit-box-shadow: 7px 8px 10px 1px #e6e6e6;
    -moz-box-shadow: 7px 8px 10px 1px #e6e6e6;
}

.product-item.promo:hover {
    border: 3px solid #ffcdda;
    box-shadow: 0px 0px 10px 0px #ffcdda;
    -webkit-box-shadow: 0px 0px 10px 0px #ffcdda;
    -moz-box-shadow: 0px 0px 10px 0px #ffcdda;
}

.product-item.promo {
    border: 3px solid #ffcdda;
}

.by-button-logo:hover {
    border: 0px !important;
}

.product-item a, .product-item a:hover {
    text-decoration: none
}

.product-item .recently-addet-img-container {
    display: block;
    height: 140px;
    width: 100%;
    overflow: hidden
}

.product-item .recently-addet-info {
    display: block;
    box-sizing: border-box;
    width: 100%;

}

.recently-addet-info label, .recently-addet-info-top label {
    font-size: 12px !important;
    font-weight: 300 !important;
    color: var(--penumbra);
}

.product-item .recently-addet-info-top {
    display: flex;
    flex-direction: column;
    padding: 10px 0;
    border-bottom: 1px solid #dedede
}

.product-item .recently-addet-info-top label {
    width: 70px
}

.product-item .recently-addet-info-top .name {
    display: block;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 100%;
    height: 40px;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 10px;
    color: #2e302e
}

.product-item .recently-addet-info-top .name a {
    font-family: "Balsamiq Sans";
    display: block;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 100%;
    font-size: 13px;
    font-weight: 700;
    color: var(--main-dark-green-color);
    line-height: 1;
}


.product-item .recently-addet-info-top .articul, .product-item .recently-addet-info-top .brand, .product-item .recently-addet-info-top .barcode {
    font-size: 14px;
    font-weight: 700;
    color: #5a5a5a;
}

.product-item .recently-addet-info-top .where {
    display: inline-block;
    height: 27px;
    font-size: 12px;
    color: #8d8d8d;
    padding-bottom: 10px;
}

.product-item .recently-addet-info-bottom span {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.product-item .recently-addet-info-bottom .in-stock {
    font-size: 14px;
    color: #2e302e;
    margin: 14px 0 5px;
    font-weight: 700;
}

.product-item .recently-addet-info-bottom .price, .recently-addet-info .recently-addet-info-bottom .price {
    font-size: 16px;
    font-weight: 700;
    color: var(--second-main-green-color);
    text-transform: uppercase;
    font-family: "Balsamiq Sans";
}

.product-item .recently-addet-button {
    width: 100%;
    display: flex;
    box-sizing: border-box
}

.product-item .recently-addet-button .button-on-item {
    font-family: "Balsamiq Sans";
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    margin: 0;
    background: inherit;
    color: var(--gray-green-color);
    cursor: pointer;
    border: 1px solid #99aa99;
}

.table-by-button .by-button-logo, .table-by-button-xs .by-button-logo {
    border-color: #add9ad;
    color: #fff;
    background-color: #add9ad;
}

.main-sale-container .product-item .recently-addet-button .button-show,
.product-item .recently-addet-button .button-show,
.main-sale-container .button-on-item-nouser.button-show.by-button-logo.added-to-cart,
.main-sale-container .phoneButton {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    margin: 0;
    background: inherit;
    color: #2e302e;
    border: 1px solid #6f9eb1;
    border-radius: 7px;
    min-width: 50px;
    color: #fff;
}

.table-by-button .button-on-item-nouser.button-show.by-button-logo.added-to-cart,
.table-by-button .phoneButton.button-show.by-button-logo.added-to-cart,
.table-by-button-xs .button-on-item-nouser.button-show.by-button-logo.added-to-cart,
.table-by-button-xs .phoneButton.button-show.by-button-logo.added-to-cart {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    border-radius: 7px;
    color: white;
    width: 30% !important;
}

.form-control.cart-form.amount-nouser {
    padding: 4px 10px;
}

.main-sale-container .button-container {
    width: 88%;
}

.recently-addet-button .button-on-item:nth-child(3) {
    width: 42%;
    /*background-color: #FFDCCF;*/
    border-top-right-radius: 54px 50px;
    border-bottom-right-radius: 54px 50px;
    /*border-color: #FFDCCF;*/
    /*color: #fff;*/
}

.recently-addet-button .button-on-item:nth-child(1) {
    border-top-left-radius: 54px 50px;
    border-bottom-left-radius: 54px 50px;
}

.table-by-button .button-on-item:nth-child(1) {
    border-top-left-radius: 54px 50px;
    border-bottom-left-radius: 54px 50px;
}

.product-item .recently-addet-button .added-to-cart,
.main-sale-container .product-item .recently-addet-button .added-to-cart,
.main-sale-container .button-on-item-nouser.button-show.by-button-logo.added-to-cart,
.main-sale-container .phoneButton {
    background: var(--second-main-green-color) !important;
    /* width: 42%; */
}

.recently-addet-buttonguest-slideguest-slideguest-slide {
    display: flex;
    justify-content: center;
}


.product-item .recently-addet-button .added-to-cart span {
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    padding-left: 5px
}

.product-item.sale {
    border: 3px solid rgb(232, 18, 73)
}

.product-item.sale .sale-container {
    top: 0;
    left: 0;
    position: absolute;
    width: 130px
}

.product-item.sale .sale-container img {
    width: 100%;
    height: auto
}

.product-item.sale .sale-container .description {
    position: absolute;
    color: #ffa81f;
    font-size: 14px;
    font-weight: 700;
    top: 34%;
    left: 12%
}

.product-item.sale .sale-container .gift-persent {
    position: absolute;
    color: #ff541f;
    font-size: 14px;
    font-weight: 700;
    top: 7%;
    right: 31%;
    transform: rotate(-25deg)
}

.gift-conditions {
    position: absolute;
    color: #56d84d;
    font-size: 12px;
    font-weight: 700;
    width: 65px;
    top: 10px;
    right: 15px;
    text-align: right
}

.currency-radio {
    border: 1px solid #bebebe;
    padding: 0 0 17px;
    margin-bottom: 60px
}

.header-menu {
    height: 45px;
    background-color: rgb(238, 243, 245);
    box-shadow: 0px 3px 7px 0px rgba(115, 151, 167, 0.24);
    -webkit-box-shadow: 0px 3px 7px 0px rgba(115, 151, 167, 0.24);
    -moz-box-shadow: 0px 3px 7px 0px rgba(115, 151, 167, 0.24);

}

.currency-radio .header {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    display: block;
    padding: 10px 20px;
    background: #bebebe;
    margin-bottom: 17px
}

.brand-search-dropdown {
    position: relative;
    border: 1px solid #bebebe;
    padding: 0;
    margin-bottom: 17px;
    box-sizing: border-box
}

.brand-search-dropdown .header {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    display: block;
    padding: 10px 20px;
    background: #bebebe
}

.brand-search-dropdown .input-container {
    position: relative;
    width: 100%;
    height: 40px;
    overflow: hidden
}

.brand-search-dropdown .input-container input {
    position: absolute;
    left: -5%;
    width: 120%;
    height: 100%;
    padding: 0 0 0 12%;
    margin: 0;
    border-radius: 0;
    border: none
}

.left-side-brand-dropdown {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    background: #fff;
    top: 100%;
    left: -1px;
    height: 0;
    width: calc(100% + 2px);
    filter: opacity(0);
    overflow: auto;
    transition: .1s ease-in-out;
    z-index: 90
}

.left-side-brand-dropdown .brand-item {
    color: #2e302e;
    font-size: 14px;
    padding: 10px 15px 10px 20px;
    border-bottom: 1px solid #bebebe;
    transition: .1s ease-in-out
}

.left-side-brand-dropdown .brand-item:last-child {
    border-bottom: 0
}

.left-side-brand-dropdown .brand-item a {
    display: block;
    width: 100%;
    color: #2e302e;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
}

.left-side-brand-dropdown .brand-item:hover {
    background: #e5f3ff
}

.current-sort-button, .more-action-button, .more-contract-number-button, .on-off-brand-list, .show-more-info-item, .show-more-info-item-cart {
    position: absolute;
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    width: 20px;
    height: 20px;
    top: 50%;
    right: 8px;
    transform: translateY(-50%)
}

.current-sort-button:before, .more-action-button:before, .more-contract-number-button:before, .on-off-brand-list:before, .show-more-info-item-cart:before, .show-more-info-item:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%) rotate(45deg);
    width: 5px;
    height: 1px;
    background: #646464
}

.current-sort-button:after, .more-action-button:after, .more-contract-number-button:after, .on-off-brand-list:after, .show-more-info-item-cart:after, .show-more-info-item:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translateY(-50%) rotate(-45deg);
    width: 5px;
    height: 1px;
    background: #646464
}

.active .left-side-brand-dropdown {
    height: auto;
    filter: opacity(1);
    border: 1px solid #bebebe;
    box-sizing: border-box
}

.show-more-info-item, .show-more-info-item-cart {
    position: static;
    transform: translate(0) !important;
    border: 1px solid #dedede;
    border-radius: 0px;
    outline: transparent
}

.active .current-sort-button:before, .active.more-action-button:before, .active.more-contract-number-button:before, .active .on-off-brand-list:before, .active .show-more-info-item:before {
    transform: translateY(-50%) rotate(135deg)
}

.active .current-sort-button:after, .active.more-action-button:after, .active.more-contract-number-button:after, .active .on-off-brand-list:after, .active .show-more-info-item:after {
    transform: translateY(-50%) rotate(-135deg)
}

.currency-radio .currency-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px 0 20px
}

.currency-radio .currency-item label {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    color: #2e302e !important;
    font-weight: 100;
    transition: .1s ease-in-out
}

.currency-radio .currency-item label div {
    display: flex;
    width: 75px;
    justify-content: space-between
}

.currency-radio .currency-item input {
    display: none
}

.currency-radio .currency-item .radio {
    position: relative;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #6f9eb1;
    margin: 0;
    transform: translateY(2px);
    transition: .1s ease-in-out
}

.active .radio {
    border: 1px solid #0b4c99 !important
}

.active label {
    font-weight: 700 !important
}

.active .radio:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #6f9eb1
}

.breadcrumb {
    margin-top: 10px;
    background: transparent;
    padding: 15px 15px 0px 6px;
    margin-bottom: -5px;
}

.breadcrumb li, .breadcrumb li a {
    color: var(--penumbra);
    font-size: 13px;
    font-family: "Balsamiq Sans";
    line-height: 1.2;
}

.breadcrumb li:before {
    color: #676767 !important;
    content: ">" !important
}

.breadcrumb li:first-child:before {
    content: "" !important
}

.bottom-mobile-news {
    display: none;
    margin: 0px 0px;
}

.page-navigation {
    height: 30px;
    background: #fff;
    padding: 0;
    margin: 50px 0 100px;
    display: flex;
    justify-content: center;
    align-items: center
}

.page-navigation ul {
    display: flex;
    align-items: center;
    margin: 0 !important
}

.page-navigation ul li a {
    background: transparent;
    padding: 5px 15px !important;
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: 700
}

.page-navigation ul li a:hover {
    background: transparent;
    color: #2e302e !important;
}

.page-navigation ul li.active a {
    background: #fff;
    border: 1px solid var(--main-green-color);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    color: var(--main-dark-green-color);
    padding: 9px 17px !important;
}

.page-navigation ul li a {
    font-family: "Balsamiq Sans";
    color: var(--main-dark-green-color);
    font-size: 18px;
    cursor: pointer;
}

.page-navigation ul li.active a:hover {
    background: #fff;
    color: #2e302e;
    border: 1px solid var(--main-dark-green-color);
}

.category-open-button {
    width: 100%;
    background: var(--main-green-color);
    border: 1px solid var(--main-green-color);
    border-radius: 30px;
    font-size: 16px;
    font-family: "Balsamiq Sans";
    font-weight: 700;
    color: #fff;
    padding: 6px;
    letter-spacing: .5px;
    margin: 0 0 20px
}

.close-colapsed-category {
    display: none;
}

.colapsed-category {
    width: 100%;
    left: 0;
    top: -1000%;

}

.colapsed-category.active {
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}

.wrapper-sort {
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    padding-left: 29px;
    padding-right: 33px;
}

.sort-main-container, .wrapper-sort {
    display: flex;
    justify-content: space-between
}

.sort-main-container {
    width: 361px
}

.main-catalog-container .only-available {
    display: inline-block;
    margin-right: 0px;
}

.sort-container {
    display: inline-block;
    position: relative;
    height: 33px;
    background: #fff;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}

.sort-container.brand {
    margin-right: 0px;
    width: 244px;
}

.sort-container.sort {
    width: 215px;
}


.sort-container span {
    font-size: 14px;
    margin: 0 0 0 15px;
    max-width: 80%;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: rgb(115, 151, 167);
    line-height: 33px;
    font-family: "Balsamiq Sans";
    color: rgb(90, 90, 90);
}

.sort-list {
    position: absolute;
    top: 100%;
    padding: 0;
    list-style: none;
    background: #fff;
    z-index: 10;
    box-sizing: border-box;
    width: calc(100% + 2px);
    left: -1px;
    height: 0;
    filter: opacity(0);
    overflow: hidden
}

.sort-list, .sort-list li {
    transition: .1s ease-in-out
}

.sort-list li {
    color: #2e302e;
    font-size: 14px;
    padding: 7px 15px;
    border-bottom: 1px solid #bebebe
}

.sort-list li:hover {
    background: #e6f3e6;
}

.sort-list li a {
    width: 100%;
    display: block;
    color: #2e302e;
    font-size: 14px
}

.sort-list li a, .sort-list li ahover {
    text-decoration: none
}

.active .sort-list {
    height: auto;
    filter: opacity(1)
}

.item-view {
    display: flex;
    width: 94px;
    float: right;
    margin-top: 10px;
    align-items: flex-start;
}

.item-view button {
    padding: 0;
    margin-left: 13px;
    border: none;
    border-radius: 0;
    height: 17px;
    cursor: pointer;
    outline: transparent;
    background-size: contain !important;
}

.item-view button:first-child {
    background: url(../images/button-view/tile.svg) no-repeat;
    width: 17px
}

.item-view button:nth-child(2) {
    background: url(../images/button-view/list.svg) no-repeat;
    width: 21px;
    height: 21px;
    background-position-y: -2px;
}

.item-view button:nth-child(3) {
    background: url(../images/button-view/tiles-view.svg) no-repeat;
    width: 17px
}

.item-view button.active:first-child {
    background: url(../images/button-view/tile-blue.svg) no-repeat
}

.item-view button.active:nth-child(2) {
    background: url(../images/button-view/list-blue.svg) no-repeat;
    background-position-y: -2px;
}

.item-view button.active:nth-child(3) {
    background: url(../images/button-view/tiles-view-blue.svg) no-repeat
}

.only-available input {
    margin: 0px;
}


.viev-list .sale-container .description, .viev-list .sale-container .gift-persent, .viev-tiles-view .sale-container .description, .viev-tiles-view .sale-container .gift-persent {
    font-size: 12px !important
}

.viev-list .product-item.sale .sale-container, .viev-tiles-view .product-item.sale .sale-container {
    width: 90px
}

.viev-list .product-item.sale .sale-container .gift-persent, .viev-tiles-view .product-item.sale .sale-container .gift-persent {
    top: 8px;
    right: 23px
}

.viev-list .product-item.sale .sale-container .description, .viev-tiles-view .product-item.sale .sale-container .description {
    left: 6px
}

.viev-list .gift-conditions, .viev-tiles-view .gift-conditions {
    top: 1px;
    right: auto;
    left: 65px
}

.viev-list .row, .viev-tiles-view .row {
    display: flex !important;
    flex-direction: column
}

.viev-list .row .col-xs-12, .viev-tiles-view .row .col-xs-12 {
    width: 100% !important;
    max-width: 100%
}

.viev-list .row .col-xs-12 .product-item, .viev-tiles-view .row .col-xs-12 .product-item {
    max-width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.viev-list .row .col-xs-12 .product-item .recently-addet-img-container, .viev-tiles-view .row .col-xs-12 .product-item .recently-addet-img-container {
    width: 100%
}

.viev-list .row .col-xs-12 .product-item .recently-addet-info-top, .viev-tiles-view .row .col-xs-12 .product-item .recently-addet-info-top {
    padding-top: 0;
    border: none
}

.viev-list .row .col-xs-12 .product-item .recently-addet-info-top label, .viev-tiles-view .row .col-xs-12 .product-item .recently-addet-info-top label {
    width: 55px
}

.viev-list .row .col-xs-12 .product-item .recently-addet-info, .viev-tiles-view .row .col-xs-12 .product-item .recently-addet-info {
    width: 100%;
    position: static;
    padding: 0
}

.viev-list .row .col-xs-12 .product-item .in-warehouses-block, .viev-tiles-view .row .col-xs-12 .product-item .in-warehouses-block {
    display: flex;
    flex-direction: column;
    width: 100%;
    font-size: 12px;
    color: #8d8d8d;
    overflow: auto
}

.viev-list .row .col-xs-12 .product-item .in-warehouses-block .available, .viev-list .row .col-xs-12 .product-item .in-warehouses-block .days, .viev-list .row .col-xs-12 .product-item .in-warehouses-block .in-city, .viev-list .row .col-xs-12 .product-item .in-warehouses-block .time, .viev-tiles-view .row .col-xs-12 .product-item .in-warehouses-block .available, .viev-tiles-view .row .col-xs-12 .product-item .in-warehouses-block .days, .viev-tiles-view .row .col-xs-12 .product-item .in-warehouses-block .in-city, .viev-tiles-view .row .col-xs-12 .product-item .in-warehouses-block .time {
    display: flex;
    justify-content: space-between;
    padding-bottom: 8px
}

.viev-list .row .col-xs-12 .product-item .in-warehouses-block .added-to-cart.days span:first-child, .viev-tiles-view .row .col-xs-12 .product-item .in-warehouses-block .added-to-cart.days span:first-child {
    color: #006878
}

.viev-list .row .col-xs-12 .product-item .in-warehouses-block .time span:first-child, .viev-tiles-view .row .col-xs-12 .product-item .in-warehouses-block .time span:first-child {
    color: #ba4a00
}

.viev-list .row .col-xs-12 .product-item .in-warehouses-block .active {
    font-size: 14px;
    color: #56d84d
}

.available-quantity {
    color: #2e302e;
    font-size: 14px;
}

.viev-list .row .col-xs-12 .product-item .recently-addet-info-bottom, .viev-tiles-view .row .col-xs-12 .product-item .recently-addet-info-bottom {
    display: none
}

.viev-list .row .col-xs-12 .product-item .recently-addet-info-bottom-second, .viev-tiles-view .row .col-xs-12 .product-item .recently-addet-info-bottom-second {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-top: 15px;
}

.viev-list .row .col-xs-12 .product-item .recently-addet-info-bottom-second .your-price, .viev-tiles-view .row .col-xs-12 .product-item .recently-addet-info-bottom-second .your-price {
    color: #bebebe
}

.viev-list .row .col-xs-12 .product-item .recently-addet-info-bottom-second .price, .viev-tiles-view .row .col-xs-12 .product-item .recently-addet-info-bottom-second .price {
    font-size: 22px;
    font-weight: 700;
    color: var(--second-main-green-color);
    text-transform: uppercase;
    font-family: "Balsamiq Sans";
}

.viev-list .row .col-xs-12 .product-item .recently-addet-button, .viev-tiles-view .row .col-xs-12 .product-item .recently-addet-button {
    position: unset;
    flex-direction: column;
    align-items: flex-end;
    justify-content: start;
    padding: 0
}

.viev-list .row .col-xs-12 .product-item .recently-addet-button .button-container, .viev-tiles-view .row .col-xs-12 .product-item .recently-addet-button .button-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 20px
}

.viev-list .row .col-xs-12 .product-item .recently-addet-button .discount, .viev-tiles-view .row .col-xs-12 .product-item .recently-addet-button .discount {
    color: #6f9eb1;
    font-size: 14px
}

.list-item .table {
    display: none
}

.viev-tiles-view .product-item {
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important
}

.viev-tiles-view .active .product-item {
    height: auto !important;
    padding: 15px !important;
    border: 3px solid #dedede !important
}

.viev-tiles-view .active .product-item.sale {
    height: auto !important;
    padding: 15px !important;
    border: 3px solid rgb(232, 18, 73) !important
}

.table-item-name {
    font-size: 14px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.table-by-button {
    min-width: 48px;
    width: 180px;
    text-align: center;
}

.table-by-button-xs {
    min-width: 48px;
    width: 98%;
    text-align: center;
}

.table-by-button .button-container,
.table-by-button-xs .button-container {
    justify-content: space-around;
}

/* .table-by-button .button-container .button-on-item,
 .table-by-button .button-container .added-to-cart {
     width: 45%!important;
} */

.table-articul {
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 700;
    text-align: center;
}

.table-for-button {
    width: 25px;
    max-width: 25px
}

.table-brand {
    width: 80px;
    font-weight: 700;
}

th.table-brand {

    text-align: center;
}

td.table-brand {
    padding-left: 15px !important;
}

.table-block {
    display: none !important
}

.table-price {
    width: 60px;
    overflow: hidden;
    text-align: center;
}

th.table-item-name {
    font-size: 12px !important;
}

td.table-item-name {
    line-height: 1.2;
}

.table-price-catalog {
    font-size: 12px;
    color: #2e302e;
    font-weight: 700;
    text-align: right;
}

.table-price-catalog .price {
    font-size: 14px;
    text-align: right;
}

.grid-view table {
    border: none !important;
    margin-bottom: 0px !important;
}

main {
    margin-top: 20px;
}

.main-catalog-container table {
    font-size: 12px
}

.main-catalog-container tr.table-price {
    text-align: right
}

table tbody tr th {
    border: none
}

.input-group-addon .kv-date-calendar, .select2-selection .select2-selection--single {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

.input-group-addon:last-child {
    border-radius: 0px;
}

.table-price a {
    font-size: 12px;
    font-weight: 100;
    color: #8d8d8d;
    text-transform: none
}

.table-quantity {
    width: 70px
}

.table-quantity a {
    font-size: 12px;
    font-weight: 100;
    color: #8d8d8d;
    text-transform: none
}

.table-quantity div {
    width: 100%;
    height: 22px;
    position: relative;
    border: 1px solid #b2b2b2;
    overflow: hidden
}

.table-quantity div input {
    width: 70px;
    height: 100%;
    border: none;
    top: 0;
    left: -10px;
    border-radius: 0;
    padding: 0 15px;
    margin: 0;
    outline: transparent
}

.table-quantity form:nth-child(n+2) {
    margin-top: 10px
}

.table-quantity input {
    width: 100%
}

/* .viev-tiles-view .table > tbody > tr > th, .viev-tiles-view .table > tfoot > tr > td, .viev-tiles-view .table > tfoot > tr > th, .viev-tiles-view .table > thead > tr > td, .viev-tiles-view .table > thead > tr > th {
    padding: 10px 5px
} */

.viev-tiles-view .table-striped:nth-child(odd) tr {
    background: #fff
}

.viev-tiles-view .tabel-price {
    color: #ffa81f
}

.viev-tiles-view .button-container {
    padding: 0
}

.viev-tiles-view table {
    display: inline-table !important;
    margin: 0
}

.viev-tiles-view .table-block {
    display: block !important
}

.item-card-description {
    margin-top: 20px;

}

.item-card-wrapper {
    padding: 0px
}

.item-card-wrapper table tr td:first-child {
    font-size: 17px;
    color: #2e302e;
    padding-left: 40px
}

.item-card-wrapper table tr td:nth-child(2) {
    font-size: 14px;
    color: #2e302e
}

.item-card {
    padding-top: 45px;
    padding-bottom: 45px;
    border: 1px solid #eef3f5;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-shadow: 7px 8px 10px 1px #e6e6e6;
    -moz-box-shadow: 7px 8px 10px 1px #e6e6e6;
    box-shadow: 7px 8px 10px 1px #e6e6e6;
}

.item-card .button-on-item {
    border: 1px solid #99aa99;
    cursor: pointer;
    background: #fff;
    color: var(--gray-green-color);
    text-decoration: none
}

.item-card .button-on-item:hover {
    border: 1px solid var(--main-green-color);
    background-color: var(--main-green-color);
    color: #fff;
    text-decoration: none !important;
}

li.header-middle-item.serch-form-block {
    margin-left: 20px;
}

.header-middle-item .tagline-text {
    font-family: "Balsamiq Sans";
    font-size: 15px;
    margin: 0;
}

.item-card .added-to-cart {
    background: #6f9eb1
}

.item-card .added-to-cart span {
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    padding-left: 5px
}

.item-card .button-container {
    padding: 25px 0;
    border-bottom: 1px solid #dedede;
    font-family: "Balsamiq Sans";
    color: var(--gray-green-color);
}

.price-and-stock .button-on-item:nth-child(1) {
    border-top-left-radius: 54px 50px;
    border-bottom-left-radius: 54px 50px;
}

.item-card .recently-addet-info-top {
    border: none
}

.item-card .recently-addet-info-top .name {
    font-size: 18px;
    font-weight: 700;
    height: 50px
}

.item-card .recently-addet-info-top .where {
    font-size: 14px;
    color: var(--penumbra);
}

.item-card .recently-addet-info-top label {
    font-size: 14px;
    font-weight: 100;
    color: #676767;
    width: 120px
}

.item-card .recently-addet-info-top > span {
    display: flex;
    justify-content: space-between
}

.item-card .price-description {
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

.item-card .price-description .your-price {
    font-size: 14px;
    color: #8d8d8d
}

.item-card .price-description .price {
    font-size: 20px;
    font-weight: 700;
    color: var(--second-main-green-color);
    text-transform: uppercase;
}

.item-card .price-description p {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.item-card .price-description .discount {
    font-size: 14px;
    color: #6f9eb1
}

.bold {
    font-weight: 700
}

.stock-availability {
    display: flex;
    flex-direction: column;
    padding-top: 25px
}

.stock-availability .available, .stock-availability .in-city {
    padding: 5px 0;
    display: flex;
    justify-content: space-between
}

.stock-availability .left-side {
    width: 100px;
    display: inline-block
}

.similar-goods h2 {
    font-size: 20px;
    color: #6f9eb1;
    margin: 50px auto
}

.similar-goods-item {
    display: flex;
    flex-direction: column;
    height: 110px;
    max-width: 250px;
    padding: 0 20px 20px;
    margin-bottom: 25px
}

.similar-goods-item .button-on-item {
    background: #dedede;
    color: #2e302e;
    text-decoration: none
}

.similar-goods-item .button-on-item:hover {
    background: linear-gradient(90deg, #004596 0, #147cf3);
    color: #fff;
    text-decoration: none
}

.similar-goods-item .similar-goods-item-top {
    height: 65px;
    width: 100%;
    display: flex;
    color: #6b6c6b;
    text-decoration: none
}

.similar-goods-item .similar-goods-item-top .similar-goods-img {
    width: 35%;
    height: 100%
}

.similar-goods-item .similar-goods-item-top .similar-goods-info {
    width: 65%;
    overflow: hidden
}

.similar-goods-item .similar-goods-item-top .similar-goods-info p {
    margin-bottom: 2px
}

.similar-goods-item .similar-goods-item-top .similar-goods-info .name {
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    overflow: hidden;
    height: 37px
}

.similar-goods-item .similar-goods-item-top .similar-goods-info .brand {
    font-size: 12px
}

.similar-goods-item .similar-goods-item-top .similar-goods-info .brand span {
    font-size: 14px;
    font-weight: 700;
    margin-left: 10px
}

.similar-goods > div > div:last-child > div {
    border-bottom: none
}

.cross {
    position: relative;
    width: 100%;
    border-bottom: 2px solid #dedede;
    margin: 70px auto 50px
}

.cross span {
    position: absolute;
    font-size: 18px;
    font-weight: 700;
    color: #6f9eb1;
    width: 150px;
    border-radius: 7px 7px 0 0;
    top: -34px;
    text-align: center;
    background: #dedede;
    padding: 5px 0
}

.cart-tabs {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    border-bottom: 2px solid #dedede
}

.cart-tabs li {
    height: 30px;
    border: none;
    margin: 0
}

.cart-tabs li a {
    height: 100%;
    padding: 0 15px;
    display: flex;
    align-items: center;
    background: transparent;
    border: none;
    transition: .1s ease-in-out;
    margin-right: 0
}

.cart-tabs li .small-icon-container {
    width: 16px;
    height: 16px;
    background-position: 50% !important;
    background-size: cover !important;
    margin-right: 5px
}

.cart-tabs li:first-child .small-icon-container {
    background: url(../images/icons_b2b/personal/gray/cart-green.svg) no-repeat
}

.cart-tabs li:first-child a:hover .small-icon-container {
    background: url(../images/icons_b2b/personal/white/cart-white.svg) no-repeat
}

.cart-tabs li:nth-child(2) .small-icon-container {
    background: url(../images/icons_b2b/personal/gray/coin-stack-green.svg) no-repeat
}

.cart-tabs li:nth-child(2) a:hover .small-icon-container {
    background: url(../images/icons_b2b/personal/white/coin-stack-white.svg) no-repeat
}

.cart-tabs li:nth-child(3) .small-icon-container {
    background: url(../images/icons_b2b/personal/gray/shopping-list-green.svg) no-repeat
}

.cart-tabs li:nth-child(3) a:hover .small-icon-container {
    background: url(../images/icons_b2b/personal/white/shopping-list-white.svg) no-repeat
}

.cart-tabs li:nth-child(4) .small-icon-container {
    background: url(../images/icons_b2b/personal/gray/history-clock-button-green.svg) no-repeat
}

.cart-tabs li:nth-child(4) a:hover .small-icon-container {
    background: url(../images/icons_b2b/personal/white/history-clock-button-white.svg) no-repeat
}

.cart-tabs li:nth-child(5) .small-icon-container {
    background: url(../images/icons_b2b/personal/gray/plug-silhouette-green.svg) no-repeat
}

.cart-tabs li:nth-child(5) a:hover .small-icon-container {
    background: url(../images/icons_b2b/personal/white/plug-silhouette-white.svg) no-repeat
}

.cart-tabs li:nth-child(6) .small-icon-container {
    background: url(../images/icons_b2b/personal/gray/navigation-history-green.svg) no-repeat
}

.cart-tabs li:nth-child(6) a:hover .small-icon-container {
    background: url(../images/icons_b2b/personal/white/navigation-history-white.svg) no-repeat
}

.cart-tabs li:nth-child(7) .small-icon-container {
    background: url(../images/icons_b2b/personal/gray/download-to-storage-drive-gray.svg) no-repeat
}

.cart-tabs li:nth-child(7) a:hover .small-icon-container {
    background: url(../images/icons_b2b/personal/white/download-to-storage-drive-white.svg) no-repeat
}

.cart-tabs li:nth-child(8) .small-icon-container {
    background: url(../images/icons_b2b/personal/gray/user-green.svg) no-repeat
}

.cart-tabs li:nth-child(8) a:hover .small-icon-container {
    background: url(../images/icons_b2b/personal/white/user-white.svg) no-repeat
}


.cart-tabs li a {
    color: var(--main-dark-green-color);
    font-size: 16px;
    background: #ffdccf;
}

.cart-tabs li a:hover {
    background: var(--main-green-color);
    color: #fff
}

.cart-tabs li.active a {
    background: var(--main-green-color) !important;
    color: #fff !important;
    border: none !important
}

.cart-tabs li.active a:hover {
    background: var(--main-green-color) !important;
    color: #fff;
    border: none !important
}

.cart-tabs li.active:first-child .small-icon-container {
    background: url(../images/icons_b2b/personal/white/cart-white.svg) no-repeat
}

.cart-tabs li.active:nth-child(2) .small-icon-container {
    background: url(../images/icons_b2b/personal/white/coin-stack-white.svg) no-repeat
}

.cart-tabs li.active:nth-child(3) .small-icon-container {
    background: url(../images/icons_b2b/personal/white/shopping-list-white.svg) no-repeat
}

.cart-tabs li.active:nth-child(4) .small-icon-container {
    background: url(../images/icons_b2b/personal/white/history-clock-button-white.svg) no-repeat
}

.cart-tabs li.active:nth-child(5) .small-icon-container {
    background: url(../images/icons_b2b/personal/white/plug-silhouette-white.svg) no-repeat
}

.cart-tabs li.active:nth-child(6) .small-icon-container {
    background: url(../images/icons_b2b/personal/white/navigation-history-white.svg) no-repeat
}

.cart-tabs li.active:nth-child(7) .small-icon-container {
    background: url(../images/icons_b2b/personal/white/friends-white.svg) no-repeat
}

.cart-tabs li.active:nth-child(8) .small-icon-container {
    background: url(../images/icons_b2b/personal/white/user-white.svg) no-repeat
}

.cart-tab-content #cart {
    margin-top: 0
}

.top-cart-button {
    margin-bottom: 25px
}

.top-cart-button a {
    text-decoration: none
}

.top-cart-button label {
    margin: 0
}

.top-cart-button .container-button {
    height: 30px;
    overflow: hidden;
    border: 1px solid #dedede;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0px;
}

li.list-group-item {
    margin-bottom: 0px;
    border: none;
}

.panel-body.list-group {
    border-top: 0px !important;
}

.top-cart-button input {
    display: none
}

.top-cart-button button {
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    background: transparent
}

.was {
    color: red;
}

.top-cart-button img {
    width: 16px;
    margin-right: 5px;
    margin-bottom: 2px
}

.top-cart-button span {
    font-size: 12px;
    font-weight: 100;
    height: 30px;
    color: #8d8d8d;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.trash-icon {
    width: 16px;
    transform: translateY(-3px);
    margin-right: 20px
}

.active.show-more-info-item-cart:before {
    transform: translateY(-50%) rotate(135deg)
}

.active.show-more-info-item-cart:after {
    transform: translateY(-50%) rotate(-135deg)
}

.product-item-in-table {
    height: 0 !important;
    padding: 0;
    margin: 2px 0 !important;
    border: none
}

.active.product-item-in-table {
    height: auto !important;
    padding: 15px;
    border: 3px solid #dedede
}

.table-delete-item-from-cart .table-with-input {
    display: flex;
    align-items: center;
    margin-top: -1px;
    margin-left: 17px
}

.table-delete-item-from-cart .table-with-input .checkbox {
    margin: 0
}

.table-delete-item-from-cart .table-with-input .checkbox .custom-checkbox {
    left: 0;
    margin: 0 0 0 8px
}

.table-delete-item-from-cart .table-with-input > input {
    padding-left: 15px
}

.table-delete-item-from-cart label {
    margin: 0
}

.table-headline th {
    font-size: 12px;
    font-weight: 100;
    color: #8d8d8d
}

.cart-tabs-history {
    margin-top: 40px
}

.cart-tabs-history li a {
    font-size: 14px;
    font-weight: 100
}

.cart-tabs-history li a .badge {
    margin-left: 10px
}

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

.tabel-item-headline {
    border-bottom: 1px solid #e6e6e6;
}

.tabel-item-headline .show-more-info-item-cart {
    float: right;
    margin-right: 17px
}

.tabel-item-headline th {
    font-size: 14px;
    color: #2e302e;
    font-weight: 100;
    border: none !important
}

.tabel-item-headline .table-item-name {
    font-size: 12px
}

.tabel-item-headline .table-price {
    font-weight: 700;
    color: #333;
}

.tabel-item-headline .table-sum {
    font-weight: 700;
    min-width: 65px
}

.days img, .in-city img, .time img {
    width: 16px
}

table .in-city, table .total-in-warehouses {
    display: flex;
    justify-content: space-between
}

table .in-city img, table .shipping-information img, table .total-in-warehouses img {
    margin-right: 5px
}

table .shipping-information span {
    font-size: 12px;
    color: #066300
}

.header-order-main-information {
    font-family: "Balsamiq Sans";
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 85px;
    background-color: #ffdccf;
    color: var(--main-dark-green-color);
    min-width: 722px;
    padding: 0 25px
}

.more-actions {
    font-size: 12px !important
}

.more-actions, .more-contract-number {
    position: relative;
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0 40px 0 13px;
    margin-left: -13px;
    font-size: 14px;
    cursor: pointer;
}

.more-actions {
    background-color: #fff;
}

th {
    border: none !important
}

.tabel-item-headline .custom-checkbox-container {
    margin-left: 5px !important;
    display: flex
}

.tabel-item-headline .custom-checkbox-container label span {
    margin: 0 !important
}

.more-actions .more-action-button:before, .more-contract-number-button:before {
    width: 6px !important
}

.more-actions .more-action-button:after, .more-contract-number-button:after {
    width: 6px !important;
    left: 7px
}

.more-contract-number {
    position: relative;
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0 40px 0 13px;
    margin-left: -13px;
    font-size: 12px
}

.more-actions a {
    color: #fff;
}

.active.more-actions, .active.more-contract-number {
    background: #8d8d8d
}

.active.more-actions {
    color: #fff;
}

.more-action-button.active:after, .more-action-button.active::before {
    background: #fff !important;
}

.more-action-button, .more-contract-number-button {
    position: relative;
    right: 0;
    padding: 0;
    margin: 0;
    width: 20px;
    height: 20px;
    top: auto;
    transform: translate(0)
}

.more-action-button:before, .more-contract-number-button:before {
    background: #fff;
    left: 10px !important
}

.more-action-button:before, .more-action-button:after {
    background: #1a3003 !important;
}

.more-action-button:after, .more-contract-number-button:after {
    background: #fff;
    left: 14px !important
}

.more-actions-list, .more-contract-number-list {
    position: absolute;
    padding: 0;
    list-style: none;
    margin: 0;
    width: 100%;
    background: #8d8d8d;
    z-index: 10;
    top: 100%;
    left: 0;
    height: 0;
    overflow: hidden
}

.more-actions-list .upload-container, .more-actions-list a, .more-contract-number-list .upload-container, .more-contract-number-list a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
    padding: 10px 15px;
    font-size: 12px;
    line-height: 14px
}

.more-actions-list .upload-container:hover, .more-actions-list a:hover, .more-contract-number-list .upload-container:hover, .more-contract-number-list a:hover {
    background: #676767
}

.more-actions-list label, .more-contract-number-list label {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 0
}

.more-actions-list label:hover, .more-contract-number-list label:hover {
    background: #676767
}

.more-actions-list li, .more-contract-number-list li {
    height: auto;
    padding: 5px 0
}

.more-actions-list li img, .more-contract-number-list li img {
    width: 16px;
    margin-right: 5px
}

.active.more-actions .more-actions-list, .active.more-contract-number .more-contract-number-list {
    height: auto
}

.upload-container {
    height: 100%
}

.upload-container label {
    font-size: 12px;
    font-weight: 100 !important
}

.upload-container input {
    display: none
}

.order-table {
    border: 2px solid #dedede;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
}

div#w1 {
    margin-bottom: 5px;
}

.order-table .table {
    margin-bottom: 0
}

.table-debt tr:nth-child(odd) {
    background: #fff
}

.table-debt tr th {
    border: none !important;
    padding: 12px 8px !important
}

.make-order {
    background: #fff;
    color: var(--main-dark-green-color);
    font-weight: 700;
    padding: 8px 25px;
    margin: 0 0 0 10px;
    border: none;
    border-radius: 0;
    cursor: pointer;
    font-family: "Balsamiq Sans"
}

.make-order:hover {
    color: white;
    background-color: var(--main-green-color);
}

.table-duty {
    text-align: right
}

.to-pay {
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.to-pay .top {
    font-size: 12px;
    color: var(--gray-green-color);
    padding-bottom: 7px
}

.to-pay .bottom {
    text-align: right;
    font-size: 16px;
    font-weight: 700;
    color: var(--second-main-green-color);
}

.total {
    font-size: 12px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.total th {
    font-weight: 100;
    border: none !important;
    padding: 0 !important
}

.total tr:first-child th {
    padding-bottom: 11px !important
}

.total tr th:first-child {
    text-align: right
}

.total tr th:nth-child(2) {
    padding-left: 10px !important
}

.status {
    font-size: 10px;
    font-weight: 700;
    color: #eeffa0;
    margin-right: 5px
}

.product-item-in-table {
    margin: 0;
    background: #fff;
    height: auto;
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    overflow: hidden;
}

.product-item-in-table .recently-addet-img-container {
    width: 22%;
    background: url(images/sale.png) no-repeat;
    background-size: contain;
    background-position: 50%
}

.product-item-in-table .recently-addet-info {
    padding: 0 15px 0 0;
    width: 30%;
    position: static
}

.product-item-in-table .recently-addet-info .recently-addet-info-top {
    padding-top: 0;
    border-bottom: none
}

.product-item-in-table .recently-addet-info .recently-addet-info-top .name {
    font-size: 18px;
    font-weight: 100;
    height: 46px
}

.product-item-in-table .in-warehouses-block {
    display: flex;
    flex-direction: column;
    width: 22%;
    padding: 0 15px;
    font-size: 12px;
    color: #8d8d8d;
    overflow: auto
}

.product-item-in-table .in-warehouses-block .in-city {
    padding: 5px 0;
    color: #2e302e
}

.product-item-in-table .recently-addet-info-bottom-second {
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.product-item-in-table .recently-addet-info-bottom-second .your-price {
    color: #bebebe
}

.product-item-in-table .recently-addet-info-bottom-second .price {
    font-size: 22px;
    font-weight: 700;
    color: var(--second-main-green-color);
    text-transform: uppercase;
}

.product-item-in-table .recently-addet-info-bottom-second .discount {
    color: #6f9eb1;
    font-size: 14px
}

.product-item-in-table .recently-addet-button {
    position: unset;
    flex-direction: column;
    align-items: flex-end;
    justify-content: start;
    padding-top: 0;
    width: 25%;
    padding-left: 15px
}

.product-item-in-table .button-container {
    display: none
}

.order-item-container {
    border: 3px solid #eef3f5;
    padding: 30px 15px;
    margin: 10px 0
}

.order-item-container table tr th {
    border: none
}

.order-main-information .item-number {
    color: #8d8d8d
}

.order-main-information .right-side {
    border-left: 1px solid #dedede
}

.order-main-information .right-side table td {
    border: none;
    padding: 5px
}

.order-main-information .left-side table {
    margin-top: 40px
}

.order-main-information .left-side table td {
    border: none;
    padding: 5px
}

.some-label {
    margin-top: 15px
}

.some-label img {
    width: 22px;
    height: 22px
}

.company-contract-number-table table tr td:first-child {
    color: #8d8d8d
}

.order-main-item table tr:nth-child(odd) {
    background: #fff
}

.right-side table tr td:first-child {
    min-width: 80px;
    font-size: 12px;
    color: #8d8d8d
}

.order-main-item {
    overflow: hidden;
    height: 0;
    filter: opacity(0);
    margin-top: 0;
    transition: .1s ease-in-out
}

.order-main-item tr th:first-child {
    padding-left: 25px
}

.order-main-item tr th:last-child {
    padding-right: 25px
}

.table-debt tr th:first-child {
    padding-left: 25px !important
}

.table-debt tr th:last-child {
    padding-right: 25px !important
}

.order-button {
    position: absolute;
    background: transparent;
    padding: 0;
    margin: 0;
    width: 35px;
    height: 35px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    position: static;
    transform: translate(0) !important;
    border: 1px solid #6f9eb1;
    border-radius: 15px;
    outline: transparent
}

.order-button:before {
    left: 10px;
    transform: translateY(-50%) rotate(45deg)
}

.order-button:after, .order-button:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 8px;
    height: 1px;
    background: #646464
}

.order-button:after {
    left: 15px;
    transform: translateY(-50%) rotate(-45deg)
}

.active.order-item-container .order-button:before {
    transform: translateY(-50%) rotate(135deg)
}

.active.order-item-container .order-button:after {
    transform: translateY(-50%) rotate(-135deg)
}

.active.order-item-container .order-main-item {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    height: auto;
    filter: opacity(1);
    margin-top: 30px
}


.tab-pane .form-about-me {
    width: 100%
}

.address-block, .contacts .write-us, .form-about-me, .log-in-form {
    display: block;
    padding: 30px 30px 0px
}

.address-block h2,
.contacts .write-us h2,
.form-about-me h2,
.log-in-form h2 {
    font-size: 36px;
    font-weight: 700;
    margin: 0px;
    font-family: "Balsamiq Sans";
    letter-spacing: 1px;
}

.address-block label,
.contacts .write-us label,
.form-about-me label,
.log-in-form label {
    font-size: 14px;
    font-weight: 100;
    padding: 0 0 0 5px;
}


.grdient-button,
.address-block button,
.contacts .write-us button,
.form-about-me button,
.log-in-form button {
    width: 100%;
    background: #add9ad;
    border: 1px solid #add9ad;
    padding: 10px 40px;
    display: inline-block;
    align-items: center;
    justify-content: center;
    color: var(--main-dark-green-color);
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    margin-top: 30px;
    letter-spacing: 1.5px;
    border-radius: 20px;
}

.log-in-form button {
    margin-top: 0px;
}

.log-in-form h2 {
    margin-bottom: 20px;
    text-align: center;
}

.form-about-me button:hover {
    background: var(--main-green-color);
    border: 1px solid var(--main-green-color);
    color: #fff;
}

.form-about-me button {
    box-shadow: none;
}

.address-block button, .contacts .write-us button, .form-about-me button, .log-in-form button:hober {
    border: none !important;
}

.tab-pane .form-about-me {
    display: flex;
    justify-content: center
}

.address-block img {
    width: 28px;
    height: 35px
}

.contact-options {
    padding: 30px
}

.contact-options h2 {
    font-size: 36px;
    font-weight: 700;
    color: #6f9eb1
}

.contact-options img {
    width: 18px;
    margin-right: 18px
}

.contact-options a {
    font-size: 14px;
    color: #2e302e
}

.contact-options p {
    margin-top: 20px
}

.item-addres-container {
    width: 100%;
    box-sizing: border-box;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    height: 280px
}

.address-container {
    padding-top: 0
}

.address-container .address-block {
    color: #fff;
    height: 100%;
    background: #676767;
    padding: 30px
}

.address-container .address-block .item {
    margin-top: 35px;
    display: flex;
    align-items: center
}

.address-container .address-block .item img {
    margin-right: 10px
}

.address-container .address-block .item .address p:first-child {
    font-size: 18px;
    font-weight: 700
}

.address-container .address-block .item .address p:nth-child(2) {
    font-size: 14px;
    margin: 0
}

.address-container .address-block .item .address p:nth-child(2) a {
    color: #fff;
    font-size: 14px
}

.map-long-line {
    padding-top: 45px;
    margin-top: 45px;
    border-top: 1px solid #dedede
}

.news-page-news-container {
    padding: 0px
}

.news-page-news-container h2 {
    font-size: 30px;
    max-width: 166px;
    width: auto;
    font-family: "Balsamiq Sans";
    color: var(--main-dark-green-color);
    line-height: 1.2;
    text-align: left;
    padding-left: 27px;
}

.news-category-list {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%
}

.news-category-list li a {
    display: block;
    color: var(--main-green-color);
    text-decoration: none;
    font-size: 18px;
    font-family: "Balsamiq Sans";
    line-height: 1.2;
    font-weight: 700;
    padding: 10px 0px;
    margin: 0;
    transition: .1s ease-in-out;
    text-transform: capitalize;
    text-align: left;
    padding-left: 27px;
}

.news-category-list li.active a, .news-category-list li a:hover {
    background: #FF4B00;
}

.news-category-list li.active a, .news-category-list li.active a:hover {
    color: #ffffff
}

.news-category-list li a:hover {
    color: #1a3003;
}

.all-news-list .item {
    padding-bottom: 60px
}

.all-news-list .head {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px
}

.all-news-list .head a {
    color: #2e302e
}

.all-news-list .center {
    font-size: 16px;
    color: #2e302e;
    margin-bottom: 10px
}

.all-news-list .center a {
    color: #2e302e
}

.all-news-list .body-news {
    font-size: 15px;
    color: #8d8d8d
}

.all-news-list .body-news a {
    color: #8d8d8d
}

.all-news-list a {
    color: #000;
    cursor: pointer;
}

.on-news-page {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 90px
}

.on-news-page .news-page-news-container {
    background-color: #fff;
    margin-bottom: 50px;
    box-shadow: 7px 8px 10px 1px #e6e6e6;
    -webkit-box-shadow: 7px 8px 10px 1px #e6e6e6;
    -moz-box-shadow: 7px 8px 10px 1px #e6e6e6;
}

.news-category-item {
    width: 100%;
}

.on-news-page .news-page-news-container .wrapper-for-news-button {
    margin-top: 30px
}

.log-in-form {
    margin-top: 10px;
    margin-bottom: 100px
}

.log-in-form .checkbox {
    margin: 20px 0
}

.log-in-form .forgot-password {
    display: block;
    margin-bottom: 30px
}

.log-in-form .forgot-password a {
    color: #6f9eb1;
    text-decoration: underline
}

.colapsed-arrow {
    display: inline-block;
    width: 10px;
    height: 16px;
    position: relative
}

.footer-collapse .panel {
    background: transparent;
    border: none;
    box-shadow: none
}

.footer-collapse .panel-default {
    margin: 0 !important
}

.footer-collapse .panel-heading {
    background: hsla(0, 0%, 100%, .32);
    border-top: 1px solid grey;
    border-bottom: 1px solid grey;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.footer-collapse li {
    transition: .1s ease-in-out
}

.footer-collapse li:hover {
    background: #e4e4e4
}

.footer-collapse .panel-body {
    padding: 0
}

.footer-collapse a {
    text-decoration: none
}

.footer-collapse h3 {
    margin-top: 0;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0;
    color: #6f9eb1
}

.list-item .row > div.pagination-wrapper {
    float: right;
    width: 100% !important;
    max-width: 100%
}

.custom-checkbox-container label {
    font-weight: 100 !important;
    padding-left: 0;
    font-family: "Balsamiq Sans";
    font-size: 14px;
    color: rgb(90, 90, 90);
}

.custom-checkbox-container input {
    display: none
}

.custom-checkbox-container .custom-checkbox {
    display: inline-block;
    margin: 0px 12px 0px 0px;
    width: 14px;
    height: 14px;
    border: 1px solid #8d8d8d;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    transform: translateY(2px);
    line-height: 20px;
    background-color: #fff;
}

.custom-checkbox-container.active .custom-checkbox {
    border: 1px solid #96bf93;
}

.custom-checkbox-container.active .custom-checkbox:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 7px;
    border-bottom: 2px solid #676767;
    border-left: 2px solid #676767;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    transform: rotate(-45deg);
    left: 0;
}

.header-sum-title {
    text-align: right
}

input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.rotate-pagination {
    transform: rotate(180deg)
}

.page-navigation.pagination li:first-child a,
.page-navigation.pagination li:last-child a {
    content: url(/images/double-right-arrows.svg);
    height: 20px;
    padding-left: 5px !important;
    padding-right: 5px !important;
}


.top-button {
    border: 3px solid #6f9eb1;
    border-radius: 28px;
    height: 51px;
    width: 51px;
    position: absolute;
    top: -33px;
    right: 26.5%;
    background-color: white;
    cursor: pointer;
    transform: rotate(-90deg);
}

.top-button__arrow::before {
    content: "";
    position: absolute;
    left: 14px;
    width: 18px;
    height: 2.4px;
    top: 16px;
    transform: rotate(45deg);
    background: #6f9eb1;
}

.top-button__arrow::after {
    content: "";
    position: absolute;
    left: 14px;
    width: 18px;
    height: 2.4px;
    top: 27.6px;
    transform: rotate(-45deg);
    background: #6f9eb1;
}

/* .top-button img {
    content: url(/images/arrow.svg);
    height: 25px;
    transform: rotate(-180deg);
    width: 100%;
    margin-top: 10px;
} */

.social-link-footer-block {
    transform: translateY(7px)
}

.recently-added {
    padding-bottom: 0px;
}

.item-name {
    padding-left: 5px
}

.row.contact-us {
    margin-top: 90px;
}

.btn-checkout {
    color: #fff;
    background: var(--main-green-color);
    padding: 10px 40px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 0px;
}

.btn-checkout:hover {
    color: #fff;
}

.modal-body {
    padding: 15px 0px;
}

.write-letter-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 35px;
}

.write-letter-wrapper a {
    max-width: 200px;
    width: 100%;
    color: #ffffff;
    background-color: var(--second-main-green-color);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    border: none;
    outline: none;
    font-weight: 700;
    box-shadow: 7px 5px 16px -2px rgba(101, 103, 114, 0.35);
    transition: 0.6s;
    text-decoration: none;
}

.write-letter-wrapper a:hover {
    background-color: #99aa99;
}

@media (max-width: 767px) {
    .envelope {
        right: 10px;
        bottom: 49px;
        width: 60px;
        height: 60px;
        border-radius: 66px;
        line-height: 74px;
    }

    .envelope svg {
        width: 25px;
    }

    .up-btn {
        right: 10px;
        bottom: 116px;
        width: 60px;
        height: 60px;
        border-radius: 66px;
        line-height: 62px;
    }

    .up-btn svg {
        width: 30px;
    }

    .social-networks__icon-wrap img {
        margin-left: 7px;
    }

    .head {
        border-bottom: 0px;
        padding-bottom: 0px;
    }

    main {
        margin-top: 115px;
        width: 100%;
        overflow: hidden;
    }

    .partners {
        margin-top: 0px;
    }

    .become-a-partner__disk {
        display: none;
    }

    .big-disk {
        display: block;
        left: 25px;
        right: auto;
    }

    .become-a-partner__caption {
        text-align: center;
    }

    .partnership-btn {
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-top: 30px;
    }

    .news-block {
        padding-bottom: 95px;
    }

    .news-block .index__button {
        margin-left: auto !important;
        margin-right: auto !important;
        width: 290px;
        margin-top: 50px;
    }

    .head {
        position: fixed;
    }

    .navbar-default {
        padding-bottom: 8px;
        margin-bottom: 0px;
    }

    .client-panel {
        margin: 15px auto -10px auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        border-top: 1px solid #c1dcc1;
        border-bottom: 1px solid #c1dcc1;
    }

    .client-panel .mobile-wiget-row {
        width: 90%;
    }

    .client-panel .mobile-wiget-row form {
        width: 98%;
        height: 50px;
        border: 0;
    }

    .client-panel .mobile-wiget-row form input {
        box-shadow: none;
    }

    .client-panel .mobile-wiget-row form .input-group-btn {
        background: hsla(0, 0%, 100%, .87);
    }

    .advantages__caption {
        margin-bottom: 37px;
    }

    .green-wrap__delimiter {
        width: 354%;
    }

    .block-delimiter {
        width: 355%;
        height: auto;
    }

    .become-a-partner .block-delimiter, .partners .block-delimiter {
        filter: drop-shadow(0px 8px 3px #dfe2dc);
        -webkit-filter: drop-shadow(0px 8px 3px #dfe2dc);
    }

    .become-a-partner .index__button {
        margin-bottom: 40px;
    }

    .about-company__picture-wrap {
        margin-bottom: 15px;
    }

    .about-company__picture {
        max-width: 370px;
    }

    .navbar-header {
        width: 100%;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .brand-logo__icon {
        max-width: 70px;
    }

    .navbar-toggle {
        margin-right: 0px !important;
    }

    #mainCarousel .left.carousel-control {
        left: -28px;
    }

    .sale-message {
        margin-top: 20px;
    }

    .main-slider-container {
        display: none;
    }

    .sort-main-container {
        width: 100%;
    }

    .sort-main-container, .wrapper-sort {
        margin-bottom: 10px;
    }

    .only-available.checkbox {
        width: 156px !important;
    }

    .search-form {
        width: 320px;
    }

    .header-menu__wrap {
        padding-right: 0px;
    }

    .become-a-partner-btn-content {
        flex-direction: column;
    }

    .be-a-partner-small-block .be-a-partner-img {
        margin-left: auto;
        margin-right: auto;
    }

    #MinSaleCarousel {
        display: block;
    }

    #MediumSaleCarousel {
        display: none;
    }

    .owl-nav button {
        z-index: -1;
    }

    .viev-tile .recently-addet-info {
        position: static;
        padding: 0;
    }

    .viev-tile .product-item .recently-addet-button {
        position: unset;
        flex-direction: column;
        align-items: flex-end;
        justify-content: start;
        padding: 0;
    }

    .viev-tile .product-item {
        max-width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .modal-content {
        padding: 30px;
    }

    .vertical-line {
        background: inherit;
    }

    .sort-container.brand {
        margin-bottom: 10px;
    }

    .b2bstore p {
        padding-left: 0px;
    }

    .litegray {
        padding: 15px 0px;
    }

    .top-button {
        right: calc(50% - 28px);
    }

    .row.contact-us {
        margin-top: 0px;
    }

    .on-news-page {
        margin-top: 0px;
    }

    .article-title.catalog-title {
        font-size: 36px;
    }

    .news-lite-item-container {
        padding-bottom: 100px;
    }

    button.mobile-cart-button {
        margin-right: 10px;
    }

    .panel-custom .panel-heading {
        height: 43px
    }

    .viev-tiles-view .horizontal-view-only .button-container {
        flex-direction: row !important
    }

    .viev-tiles-view .horizontal-view-only .button-container a {
        margin: 0 5px !important
    }

    .table-price-catalog {
        text-align: right
    }

    .table-articul {
        width: 60px;
        padding-left: 10px !important
    }

    .table-available {
        width: 70px
    }

    .table-price, .table-price-catalog {
        width: 90px;
        padding-right: 10px !important
    }

    .currency-val {
        display: flex !important;
        justify-content: center;
    }

    .litegray {
        text-align: center
    }

    .table-block {
        font-size: 13px
    }

    .partner-block {
        margin-top: 70px !important
    }

    .catalog-online {
        margin-top: 30px !important
    }

    .table-debt tr th {
        border: none !important;
        padding: 12px 2px !important;
        font-size: 12px
    }

    .table-debt .table-duty {
        max-width: 50px !important
    }

    .table-debt .currency-value, .table-debt .table-duty {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis
    }

    .table-debt .currency-value {
        max-width: 35px !important
    }

    .article-page {
        margin: 50px 0
    }

    .article-page h2 {
        margin-top: 35px
    }

    .hidden-padding-mobile {
        padding: 0
    }

    .all-news-list .head {
        margin-top: 30px
    }

    .viev-list .gift-conditions, .viev-tiles-view .gift-conditions {
        top: 10px !important;
        right: 15px !important;
        left: auto !important
    }

    .table-by-button, .table-for-button {
        display: none
    }

    li.header-middle-item.serch-form-block {
        margin-left: 0px;
    }

    .category-aside-block .col-xs-12.col-md-9 {
        padding: 0px;
    }

    .bottom-mobile-news .more-news {
        margin-bottom: 50px;
    }

    .page-navigation {
        margin: 50px 0px;
    }

    .about-company {
        margin-top: 35px;
    }

    .wrapper-for-recently-addet > div {
        margin: 10px 0;
    }

    .carousel-inner > .item {
        margin-left: 0;
        margin-right: 0;
    }

    .user-dropdown-top {
        justify-content: center;
    }

    .user-link span {
        color: #fff;
    }

    .main-catalog-container .only-available {
        margin-right: 0;
    }

    .skin .catalog-wrap {
        padding-top: 40px;
    }

    .skin.container-pos .catalog-wrap {
        padding-top: 22px;
    }

    .footer-wrap {
        padding-bottom: 100px;
    }

    .breadcrumb {
        margin-top: 35px;
    }

    .write-letter-wrapper {
        justify-content: center;
    }
}

.article-page p {
    font-size: 17px
}

.news-page .subscibe-block {
    position: unset
}

@media (max-width: 420px) {

    .news-block .news-caption {
        width: 100%;
    }

    .contact-card__e-mail {
        float: none;
        margin-top: 15px;
        width: 100%;
    }

    .brands-icon {
        max-width: 100%;
        max-height: 100px;
        height: 100px;
    }

    .brands-image-wrap {
        height: 105px;
    }

    .viev-tiles-view .horizontal-view-only .button-container {
        display: flex;
        flex-direction: column
    }

    .viev-tiles-view .horizontal-view-only .button-container a {
        width: 90% !important;
        margin: 1px 0
    }

    .user-list-menu .user-item:hover a {
        color: white;
    }

    .col-xs-10.col-sm-6.col-md-5.col-lg-4.center-block {
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
    }

    .log-in-form {
        padding-left: 0px;
        padding-right: 0px;
    }

    .user-dropdown-top {
        padding-left: 32%;
    }

    .contract-dropdown {
        background: #333;
        border-radius: 0px;
    }

    .write-letter-wrapper a {
        max-width: 100%;
    }
}

@media (max-width: 375px) {
    .user-dropdown-top {
        padding-left: 0;
    }

    .manage-about {
        padding: 20px;
    }
}

.header-table-catalog td, .header-table-catalog th {
    border: none !important
}

.viev-tiles-view-btn.btn.analogs {
    clip-path: none;
    -webkit-clip-path: none;
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    background: #6f9eb1;
    top: 0px;
    left: 0px;
    color: white;
    width: 105px;
}

.viev-tiles-view .product-item .btn.analogs,
.viev-tile .viev-tiles-view-btn.btn.analogs,
.viev-list .viev-tiles-view-btn.btn.analogs {
    display: none;
}

.analog-form {
    left: 90px;
}

form[action="/catalog/default/analogs"] {
    position: absolute;
}

.horizontal-view-only td, .horizontal-view-only th {
    border: none !important
}

div.list-item.viev-tiles-view > div.row > div:nth-child(2n) > div > div.horizontal-view-only > table > tbody > tr {
    background: #f5f5f5
}

@media (max-width: 1366px) {
    .promotion-wrapper {
        background-position: 50% 30%;
    }
}

@media (max-width: 991px) {
    .promotion-wrapper {
        background-image: none;
    }

    .user-authorization-mobile {
        display: inline-block;
    }

    .navbar-header {
        width: 100%;
    }

    .brand-logo__icon {
        max-width: 70px;
    }

    .navbar-header .hamburger {
        display: inline-block;
        vertical-align: middle;
    }

    .navbar-left,
    .navbar-right {
        float: none !important;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
    }

    .navbar-nav > li {
        float: none;
    }

    .collapse.in {
        display: block !important;
    }

    footer div .align-changer-from-right {
        text-align: center;
    }

    footer div .align-changer-from-left {
        text-align: center;
    }

    .panel-title {
        margin: 0 auto;
    }

    .customer-nav .navigation-block a {
        padding-left: 12px !important;
    }

    .currency-val-mobile.currency-val {
        font-size: 13px;
        height: 45px;
        margin: 0 auto;
        width: 70%;
        text-align: center;
    }

    .currency-val-mobile.currency-val div {
        display: inline-block;
        width: 98px;
    }

    .currency-val {
        font-size: 10px;
        padding-top: 17px;
        margin-left: 7px;
    }

    .vertical-line {
        font-size: 12px;
    }

    .sort-container.brand {
        width: 255px;
    }

    .carousel-caption h3 {
        font-size: 20px;
        line-height: 1.1;
    }

    #saleCarousel {
        display: none;
    }

    .breadcrumbs-container {
        margin: 0 auto;
    }

    .head {
        background-color: white;
        z-index: 100;
        width: 100%;
    }

    .similar-goods {
        margin-top: 60px
    }

    .header-middle-list.active .cart-in-header, .header-middle-list.active .link-button.balnce {
        display: none
    }

    .header-middle-list.active .hover-on-balanse {
        display: flex !important;
        flex-direction: column
    }

    .header-middle-list.active .hover-on-balanse p {
        display: flex
    }

    .make-order {
        padding: 10px 15px !important
    }

    .to-pay .bottom {
        font-size: 14px
    }

    .colapsed-category {
        display: none;
    }

    .colapsed-category.active {
        display: block;
    }

    #close-btn {
        display: block;
        width: 50px;
        height: 50px;
        transform: rotate(45deg);
    }

    #close-btn:before {
        content: "+";
        font-size: 50px;
        font-weight: 500;
    }

    .list-group-item.active::after {
        top: 13px;
    }

    .manager-close {
        top: 25px;
        right: 25px;
        position: absolute;
        width: 30px;
        height: 30px;
        border: none;
        background: transparent;
    }

    .manager-close:before {
        transform: translate(-50%, -50%) rotate(45deg)
    }

    .manager-close:after {
        transform: translate(-50%, -50%) rotate(-45deg)
    }

    .manager-close:after, .manager-close:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        background: #5d5d5d;
        top: 50%;
        left: 50%
    }

    .language-select {
        display: none;
    }
}

.main-catalog-container .only-available {
    margin-right: 30px;
}

#history, #integration, #profile {
    margin-bottom: 100px
}

@media (min-width: 421px) {
    .contact-card__e-mail {
        float: right;
        margin-top: 0px;
    }

    .owl-stage-outer {
        max-height: 246px;
        min-height: 200px;
    }

    .wrapper-for-carousel {
        margin-top: 36px;
    }

    .top-main-slider .owl-item img {
        height: auto;
        width: 100%
    }

    .button-on-item {
        width: 105px;
    }
}

.container-for-map-and-button {
    position: relative;
    margin-bottom: 0px
}

.maps-button-container {
    padding: 40px
}

.maps-button-container button {
    width: 100%;
    font-size: 14px;
    color: #8d8d8d;
    background: #fff;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    outline: transparent;
    position: relative
}

.maps-button-container .btn {
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    color: #333
}

.maps-button-container .btn .arrow {
    width: 15px;
    height: 15px;
    display: inline-block;
    position: relative;
    background: transparent
}

.maps-button-container .arrow.active:before {
    transform: rotate(235deg)
}

.maps-button-container .arrow.active:after {
    transform: rotate(-15deg)
}

.modal-item-name {
    display: inline-block;
    overflow: auto;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    color: #2e302e;
    font-family: "Balsamiq Sans";
    line-height: 1.2;
    overflow: hidden;
}

.modal-cart-button {
    display: inline-block;
    line-height: 30px;
    font-weight: 700;
}

.modal-cart-button-footer {
    padding: 7px 10px;
    height: 100%;
    margin: 0 0 0 5px;
    background: #6f9eb1;
    color: #dedede;
    cursor: pointer;
    border: none;
}

.cart-close__btn {
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 1;
    top: 15px;
    right: 15px;
    opacity: 0.85;
}

.cart-close__btn:before {
    transform: translate(-50%, -50%) rotate(45deg)
}

.cart-close__btn:after, .cart-close__btn:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #5d5d5d;
    top: 50%;
    left: 50%
}

.cart-close__btn:after {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.cart-close__btn:after, .cart-close__btn:before {
    background: rgb(222, 222, 222);
}

.modal-title {
    font-family: "Balsamiq Sans";;
    font-weight: bold;
    font-size: 25px;
    padding-bottom: 30px;
}

.modal-header p {
    margin-block-start: 0;
    margin-block-end: 0;
}

.modal-header, .modal-footer {
    border: 0px;
}

.modal-footer {
    padding: 0px;
}

.modal-label {
    color: #dedede;
    font-weight: normal;
    min-width: 70px;
}

.modal-header span {
    font-size: 14px;
}

.agreement-name {
    margin-block-end: 0;
}

.serch-for-all-user {
    position: relative !important;
    margin: 0 15px 0 0;
}

.maps-button-container .btn-primary:active, .maps-button-container .btn-primary:focus, .maps-button-container .btn-primary:hover {
    color: #333 !important;
    background-color: #fff !important;
    border-color: transparent !important;
    outline: transparent
}

.modal-cart-close:before {
    background: #333;
}

.modal-cart-close:after {
    background: #333;
}

.maps-button-container .well {
    background: #fff;
    border: none;
    border-radius: 0;
    padding: 0;
    max-height: 246px;
    margin: 0;
    overflow: hidden
}

.maps-button-container .well button {
    padding: 10px;
    border-bottom: 1px solid #dedede;
    transition: .2s ease-in-out;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis
}

.maps-button-container -marker-list img, .maps-button-container .down-marker-list img {
    transform: rotate(180deg)
}

.maps-button-container .down-marker-list, .maps-button-container .up-marker-list {
    padding: 15px
}

.currency-type {
    margin-right: 5px
}

.active .currency-type {
    color: #6f9eb1
}

.active .arrow-down {
    transform: translate(10px, 8px) rotate(-135deg) !important
}

.about-us-info-block {
    overflow: hidden;
    height: 78px;
    transition: .2s ease-in-out;
    display: block;
}

.active .about-us-info-block {
    height: max-content
}

.article-container {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 100px;
}

.currency-symbol span {
    display: inline-block;
}

.article {
    margin-bottom: 40px
}

.modal-content {
    border: none;
    border-radius: 0px;
}

.header-top-item .manager-phone img {
    width: 15px;
    height: 15px;
}

.header-top-item .secondary-contact {
    display: flex;
    align-items: center;
}

.header-top-item .secondary-contact img {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

@media (min-width: 769px) {
    .sale-message {
        margin-top: 40px;
    }

    #contact-form .btn-default {
        float: right;
    }

    .main-slider-container {
        display: block;
    }

    .search-form {
        width: 470px;
    }

    #MinSaleCarousel {
        display: none;
    }

    #MediumSaleCarousel {
        display: block;
    }

    .owl-nav button {
        z-index: 1;
    }

    .owl-stage-outer {
        max-height: 389px;
    }

    .modal-dialog {
        width: 1000px;
    }

    .modal-content {
        padding: 50px;
    }
}

@media (min-width: 768px) {

    .navbar-default {
        padding-top: 0px;
    }

    .brand-logo {
        padding-bottom: 5px;
    }

    .customer-nav .top-nav-wrap {
        height: 40px;
    }

    .customer-nav .navigation-block {
        padding-bottom: 16px;
    }

    .customer-nav .currency-val {
        padding-top: 9px;
    }

    .user-authorization__link {
        font-size: 10px;
        letter-spacing: 0px;
    }

    .language-select-top {
        padding-top: 15px;
    }

    .up-btn {
        right: 44px;
        bottom: 150px;
        width: 50px;
        height: 50px;
        border-radius: 50px;
        line-height: 47px;
    }

    .up-btn svg {
        width: 27px;
    }

    .envelope {
        right: 44px;
        bottom: 75px;
        width: 50px;
        height: 50px;
        border-radius: 50px;
        line-height: 55px;
    }

    .envelope svg {
        width: 20px;
    }

    .customer-nav .navbar-nav > li {
        margin-top: 0px;
    }

    .navbar-nav > li {
        margin-top: 14px;
    }

    .navbar-nav > li > a, .language-select-top {
        padding-bottom: 0px;
    }

    .user-authorization .user-authorization__link {
        padding-bottom: 0px;
        padding-top: 14px;
        line-height: 25px;
    }

    .customer-nav .user-authorization .user-authorization__link {
        padding-bottom: 13px;
        padding-top: 2px;
        line-height: 25px;
    }

    .order-information .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        padding: 4px;
    }

    .mobile-cart-button {
        display: none;
    }

    main {
        margin-top: 0px;
    }

    .about-company__title {
        padding-left: 64px;
    }

    .about-company__picture {
        max-width: 325px;
    }

    .about-company .about-company__text {
        padding-left: 80px;
    }

    .about-company__text p {
        max-width: 400px;
        font-size: 14px;
    }

    .carousel-indicators {
        bottom: 0px !important;
    }

    .about-company__picture-wrap {
        position: static !important;
    }

    .about-company__picture {
        position: absolute;
        left: 0px;
    }

    .navigation-block {
        width: 93%;
        margin-block-start: 0px !important;
        margin-block-end: 0px !important;
    }

    .guest-nav.navigation-block {
        width: 68%;
    }

    .navigation-block a, .language-select-top {
        font-size: 15px;
        padding-right: 9px !important;
        padding-left: 0px !important;
        letter-spacing: 0px;
    }

    .navbar-search {
        width: 48%;
    }

    .navbar-search .form-control {
        padding-left: 3px;
    }

    .dropdown-toggle.language-toggle {
        padding-right: 5px;
    }

    .navbar-user-block {
        margin-block-start: 0px !important;
        margin-block-end: 0px !important;
    }

    .dropdown-toggle, .user-authorization__link {
        padding-left: 0px !important;
    }

    .user-authorization__icon {
        height: 12px;
        width: 12px;
        margin-right: 2px;
    }

    .border-gray {
        border-bottom: 2px solid #f5f6f7;
    }

    .product-item .recently-addet-button {
        position: absolute;
        top: 405px;
        left: 0;
        justify-content: space-between;
        align-items: center;
        padding: 0px 15px;
    }

    .in-warehouses-block {
        display: none;
    }

    .button-on-item {
        width: 58px;
    }

    .header-logo {
        max-width: 100%;
        width: 100%
    }

    .header-top-container {
        height: 68px
    }

    .header-top-list:first-child {
        width: 91%
    }

    .header-top-list:first-child .header-top-item:first-child {
        width: 33%
    }

    .header-top-list:first-child .header-top-item:first-child a {
        width: 100%
    }

    .header-top-link img {
        min-width: 20px;
        max-width: 193px
    }

    .header-top-item .currency-val div {
        width: 51px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between
    }

    .header-top-item .currency-val {
        color: #6f9eb1;
        margin-right: 60px;
        margin-left: 30px
    }

    .language-select-top {
        line-height: 23px;
    }

    .language-select-top .lang-list {
        top: -220px
    }

    .language-select-top .lang-list, .language-select-top .lang-list.active {
        display: none;
        filter: opacity(1);
        height: auto;
        padding: 23px 7px 23px 16px;
        z-index: 10;
        font-weight: 700;
        border-radius: 0px;
        left: 0px;
        -webkit-box-shadow: 1px 2px 6px 0px rgba(141, 141, 141, 1);
        -moz-box-shadow: 1px 2px 6px 0px rgba(141, 141, 141, 1);
        box-shadow: 1px 2px 6px 0px rgba(141, 141, 141, 1);
    }

    .language-select-top .lang-list.active {
        top: -8px;
        left: -1px;
        display: block;
    }

    .language-select-top .lang-list .selected-language {
        padding-right: 0px;
        font-size: 12px;
        position: relative;
        font-family: "Balsamiq Sans";
        color: var(--main-dark-green-color);
        text-transform: uppercase;
        cursor: pointer;
    }

    .header-middle-container {
        position: relative
    }

    .user-dropdown-menu {
        width: 200px;
        height: 340px;
        background: #fff;
        color: #000;
        position: absolute;
        top: -66px;
        left: inherit;
        right: 10px;
    }

    .user-dropdown-menu .close {
        top: 20px;
        right: 21px;
        width: 53px;
        padding-right: 21px;
        height: 20px;
        background-position: 50%;
        background-size: contain
    }

    .user-dropdown-menu .close:before {
        right: -17px;
        transform: rotate(135deg);
        transition: .1s linear
    }

    .user-dropdown-menu .close:after, .user-dropdown-menu .close:before {
        content: "";
        position: absolute;
        width: 5px;
        height: 1px;
        background: #6f9eb1;
        top: 50%
    }

    .user-dropdown-menu .close:after {
        right: -14px;
        transform: rotate(-135deg);
        transition: .2s linear
    }

    .user-dropdown-menu .close:hover {
        opacity: 1
    }

    .user-dropdown-menu .close:after, .user-dropdown-menu .close:before {
        content: none
    }

    .user-dropdown-menu.active {
        width: 200px;
        height: 355px;
        background: #fff;
        color: #000;
        position: absolute;
        top: -55px;
        left: inherit;
        right: -2px;
        -webkit-box-shadow: 1px 2px 6px 0px rgba(141, 141, 141, 1);
        -moz-box-shadow: 1px 2px 6px 0px rgba(141, 141, 141, 1);
        box-shadow: 1px 2px 6px 0px rgba(141, 141, 141, 1);
    }

    .user-item {
        padding: 5px 0px 0px 19px;
    }

    .user-list-menu .user-item:first-child {
        padding-top: 10px;
    }

    .user-list-menu .user-link {
        color: #6f9eb1;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.2;
        margin-bottom: 5px;
    }

    .user-dropdown-top {
        margin: 5px 15px 0px;
        border-bottom: 1px solid #dedede;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding-bottom: 10px;
        padding-top: 15px;
    }

    .user-dropdown-top .name-of-user {
        color: #8d8d8d
    }

    .category-dropdown-menu.manager-open .manager-contact {
        left: 50%;
        top: 200%;
        width: 530px;
        height: 300px;
        transform: translate(-50%, -50%)
    }

    .back {
        display: none
    }

    .information-about-manager {
        justify-content: normal;
        padding: 0;
        margin: 0 10px;
        width: 100%
    }

    .information-about-manager a, .information-about-manager span {
        color: #000000;
    }

    .more-contacts {
        width: 100%;
        border-top: 1px solid #b6b6b6;
        padding: 15px 0 0
    }

    .manager-contact {
        display: flex;
        /* align-items: center; */
        justify-content: center;
        background: rgba(46, 48, 46, .98);
        border-radius: 15px;
        border: 2px solid #b6b6b6
    }

    .manager-photo {
        width: 80px;
        height: 80px;
        margin-bottom: 15px
    }

    .header-middle-list .contract-info {
        padding: 0 10px 0 20px;
        font-size: 12px;
    }

    .header-middle-list .contract-info span {
        margin: 0;
        overflow: hidden;
        width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .header-middle-container {
        height: 58px
    }

    .header-middle-container nav {
        display: flex;
        justify-content: space-between
    }

    .serch-form-block {
        display: flex;
        align-items: center
    }

    .contract-container {
        position: relative;
        padding: 12px 0;
        width: 390px;
    }

    .contract-dropdown {
        width: 390px;
    }

    .contract-dropdown.active {
        height: auto;
        filter: opacity(1);
        position: absolute;
        top: 56px;
        left: 0;
        transform: none;
        z-index: 5;
        padding: 0px 35px 10px 20px;
        -webkit-box-shadow: 3px 7px 6px 0px rgba(141, 141, 141, 1);
        -moz-box-shadow: 3px 7px 6px 0px rgba(141, 141, 141, 1);
        box-shadow: 3px 7px 6px 0px rgba(141, 141, 141, 1);
    }

    .contract-dropdown.admin.active {
        padding: 0px 35px 20px 20px;
    }

    .contract-dropdown .company {
        padding: 15px 0;
        margin: 0 0px 0 0px;
        font-size: 12px
    }

    .contract-dropdown .company.admin {
        margin: 0px;
    }

    .contract-dropdown .company.admin .span-admin {
        margin: 0px;
        height: 65px;
        color: #000;
    }

    span.company-name {
        text-align: right;
        color: #ccffff;
    }

    .button-for-zoom-input {
        width: 100%;
        height: 100%;
        z-index: 100;
        background: white;
    }

    .zoom-search-form.active .button-for-zoom-input {
        display: none !important
    }

    .zoom-search-form {
        position: absolute;
        width: 40px;
        margin-left: 10px;
        transform: translate(0)
    }

    .zoom-search-form input::placeholder {
        color: transparent
    }

    .zoom-search-form.active {
        position: fixed;
        width: 70%;
        height: 60px;
        left: 15%;
        transform: translateY(200%);
        z-index: 100
    }

    .zoom-search-form.active input::placeholder {
        color: #6f9eb1;
        font-size: 14px
    }

    .zoom-search-form.active input {
        color: #6f9eb1
    }

    .zoom-search-form.active .custom-button {
        width: 25px;
        height: 25px;
        padding-right: 50px;
    }

    .cart-in-header-info {
        display: flex;
        flex-direction: column
    }

    .cart-in-header-info span:first-child {
        font-size: 14px;
        font-family: "Balsamiq Sans";
        color: #fff;
    }

    .cart-in-header-info span:nth-child(2) {
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        color: #fff;
        font-family: "Balsamiq Sans";
        letter-spacing: 1px;
    }

    .cart-in-header {
        display: flex;
        align-items: center;
        cursor: pointer;
        width: max-content;
    }

    .cart-in-header img {
        width: 40px;
        margin-right: 10px
    }

    .line-bottom {
        border-bottom: 12px solid #e5f3ff
    }

    .container-for-slider-item {
        max-height: 400px;
        height: auto;
    }

    .content-on-slider {
        bottom: 75px
    }

    .content-on-slider .top {
        font-size: 20px;
        padding: 8px 20px;
        transform: translate(40px, 3px)
    }

    .content-on-slider .bottom {
        font-size: 24px;
        font-weight: 700;
        padding: 16px 45px
    }

    .item-container {
        height: 200px
    }

    .news-container {
        display: flex;
        flex-wrap: wrap
    }

    .container-with-news {
        padding-bottom: 30px
    }

    .container-with-news .news-lite-item {
        border-bottom: 1px solid #f1f2f3;
        border-right: none;
    }

    .container-with-news .subscibe-block {
        padding-bottom: 20px
    }

    .news-container .news-lite-item {
        width: 20%;
        margin-left: 10px;
        padding-right: 30px
    }

    .news-container {
        justify-content: space-between
    }

    .mail-header-link.active .write-us {
        position: absolute;
        display: block;
        width: 70px;
        left: -23px;
        color: #6f9eb1;
        font-size: 10px
    }

    .wrapper-for-recently-addet {
        flex-direction: row
    }

    .item-name {
        font-size: 16px
    }

    .wrapper-for-recently-addet {
        height: auto;
        flex-wrap: wrap
    }

    .page-navigation ul li a {
        padding: 15px 20px
    }

    .list-item .row {
        display: block;
    }

    .viev-list .product-item.sale .sale-container, .viev-tiles-view .product-item.sale .sale-container {
        width: 90px
    }

    .viev-list .product-item.sale .sale-container .gift-persent, .viev-tiles-view .product-item.sale .sale-container .gift-persent {
        top: 8px;
        right: 23px
    }

    .viev-list .product-item.sale .sale-container .description, .viev-tiles-view .product-item.sale .sale-container .description {
        left: 6px
    }

    .viev-list .gift-conditions, .viev-tiles-view .gift-conditions {
        top: auto;
        right: auto;
        left: 15px;
        bottom: 15px
    }

    .viev-list .row, .viev-tiles-view .row {
        display: flex !important;
        flex-direction: column;
        flex-wrap: nowrap
    }

    .viev-list .row .col-xs-12, .viev-tiles-view .row .col-xs-12 {
        width: 100% !important;
        max-width: 100%
    }

    .viev-list .row .col-xs-12 .product-item, .viev-tiles-view .row .col-xs-12 .product-item {
        max-width: 100%;
        height: auto;
        height: 225px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .viev-tiles-view .row .col-xs-12 .product-item, .viev-tiles-view .row .col-xs-12 .product-item {
        overflow: hidden;
    }

    .viev-list .row .col-xs-12 .product-item .recently-addet-img-container, .viev-tiles-view .row .col-xs-12 .product-item .recently-addet-img-container {
        width: 22%
    }

    .viev-list .row .col-xs-12 .product-item .recently-addet-info-top, .viev-tiles-view .row .col-xs-12 .product-item .recently-addet-info-top {
        padding-top: 0;
        border: none
    }

    .viev-list .row .col-xs-12 .product-item .recently-addet-info-top label, .viev-tiles-view .row .col-xs-12 .product-item .recently-addet-info-top label {
        width: 65px
    }

    .viev-list .row .col-xs-12 .product-item .recently-addet-info, .viev-tiles-view .row .col-xs-12 .product-item .recently-addet-info {
        padding: 0 5px 0 10px;
        width: 27%;
        position: static
    }

    .viev-list .row .col-xs-12 .product-item .in-warehouses-block, .viev-tiles-view .row .col-xs-12 .product-item .in-warehouses-block {
        display: flex;
        flex-direction: column;
        width: 20%;
        padding: 0 15px;
        font-size: 12px;
        border-left: 1px solid #dedede;
        border-right: 1px solid #dedede;
        color: #8d8d8d;
        overflow: auto
    }

    .viev-list .row .col-xs-12 .product-item .in-warehouses-block .available, .viev-list .row .col-xs-12 .product-item .in-warehouses-block .days, .viev-list .row .col-xs-12 .product-item .in-warehouses-block .in-city, .viev-list .row .col-xs-12 .product-item .in-warehouses-block .time, .viev-tiles-view .row .col-xs-12 .product-item .in-warehouses-block .available, .viev-tiles-view .row .col-xs-12 .product-item .in-warehouses-block .days, .viev-tiles-view .row .col-xs-12 .product-item .in-warehouses-block .in-city, .viev-tiles-view .row .col-xs-12 .product-item .in-warehouses-block .time {
        display: flex;
        justify-content: space-between;
        padding-bottom: 8px;
        align-items: center
    }

    .viev-list .row .col-xs-12 .product-item .in-warehouses-block .active {
        font-size: 14px;
        color: var(--main-green-color)
    }

    .viev-list .row .col-xs-12 .product-item .recently-addet-info-bottom, .viev-tiles-view .row .col-xs-12 .product-item .recently-addet-info-bottom {
        display: none
    }

    .viev-list .row .col-xs-12 .product-item .recently-addet-info-bottom-second, .viev-tiles-view .row .col-xs-12 .product-item .recently-addet-info-bottom-second {
        display: flex;
        flex-direction: column;
        align-items: flex-end
    }

    .viev-list .row .col-xs-12 .product-item .recently-addet-info-bottom-second .your-price, .viev-tiles-view .row .col-xs-12 .product-item .recently-addet-info-bottom-second .your-price {
        color: #bebebe
    }

    .viev-list .row .col-xs-12 .product-item .recently-addet-info-bottom-second .price, .viev-tiles-view .row .col-xs-12 .product-item .recently-addet-info-bottom-second .price {
        font-size: 22px;
        font-weight: 700;
        color: var(--second-main-green-color);
        text-transform: uppercase;
    }

    .viev-list .row .col-xs-12 .product-item .recently-addet-button, .viev-tiles-view .row .col-xs-12 .product-item .recently-addet-button {
        position: unset;
        flex-direction: column;
        align-items: flex-end;
        justify-content: start;
        padding-top: 0;
        width: 30%;
        padding-left: 15px
    }

    .viev-list .row .col-xs-12 .product-item .recently-addet-button .button-container, .viev-tiles-view .row .col-xs-12 .product-item .recently-addet-button .button-container {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-top: 20px
    }

    .viev-list .row .col-xs-12 .product-item .recently-addet-button .discount, .viev-tiles-view .row .col-xs-12 .product-item .recently-addet-button .discount {
        color: #6f9eb1;
        font-size: 14px;
    }

    .viev-tiles-view .product-item {
        height: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        border: none !important
    }

    .viev-tiles-view .active .product-item {
        height: auto !important;
        padding: 15px !important;
        border: 3px solid #dedede !important
    }

    .viev-tiles-view .active .product-item.sale {
        height: auto !important;
        padding: 15px !important;
        border: 3px solid rgb(232, 18, 73) !important
    }

    .table-item-name {
        width: 100%;
        box-sizing: border-box;
    }

    .table-by-button {
        width: 170px
    }

    .table-articul {
        width: 90px
    }

    .table-available {
        width: 70px
    }

    .main-catalog-container .table-price {
        width: 100px
    }

    .table-price-catalog {
        width: 100px;
        text-align: right
    }

    /* .viev-tiles-view .table > tbody > tr > th, .viev-tiles-view .table > tfoot > tr > td, .viev-tiles-view .table > tfoot > tr > th, .viev-tiles-view .table > thead > tr > td, .viev-tiles-view .table > thead > tr > th {
        padding: 15px 10px 10px
    } */
    .viev-tiles-view .table-block {
        display: block
    }

    .viev-tiles-view table {
        display: inline-table !important;
        margin: 0
    }

    .item-card .recently-addet-info-top > span, .stock-availability .available, .stock-availability .in-city {
        display: block
    }

    .similar-goods h2 {
        color: #6f9eb1;
        margin: 5px auto 20px;
        font-weight: 700;
        padding-left: 20px
    }

    .cart-tabs {
        display: block;
        margin: 40px 0 30px
    }

    .cart-tabs li a {
        margin-right: 4px
    }

    .right-side table tr td:first-child {
        min-width: 130px
    }

    .contact-options {
        height: 100%;
        margin-left: 15px
    }

    .contact-options .item {
        margin-bottom: 40px
    }

    .address-block {
        display: block;
    }

    .address-block h2 {
        width: 100%;
        height: 50px
    }

    .address-block item {
        width: 32%
    }

    .address-container {
        margin-top: 70px;
        margin-right: 0
    }

    .news-page-news-container {
        position: absolute;
        top: -700px;
        width: 300px;
        left: 50%;
        transform: translate(-50%);
        z-index: 100
    }

    .news-page-news-container .wrapper-for-news-button {
        width: 100%
    }

    .news-page-news-container.active {
        top: 0
    }

    .news-category-on-news-page {
        background: #676767
    }

    .news-category-on-news-page .subscibe-block {
        padding: 0
    }

    .news-category-on-news-page .wrapper-for-news-button {
        display: none
    }

    .news-category-on-news-page .category-news-button, .news-category-on-news-page .subscibe-block {
        background: #6f9eb1;
        border: none;
        border-radius: 0;
        font-size: 16px;
        font-weight: 700;
        color: #fff;
        padding: 6px 40px;
        letter-spacing: .5px;
        margin: 0 0 40px
    }

    .news-category-on-news-page .subscibe-block a {
        color: #fff
    }

    .slider-logo-container {
        position: absolute;
        top: 0;
        top: 60px;
        left: 10%;
        width: 150px;
        height: 80px
    }

    .slider-logo-container img {
        max-width: 100% !important;
        height: auto !important
    }


    .manage-about {
        font-size: 12px;
        margin-left: 7px;
    }

    .manager-button-top {
        padding-right: 0
    }

    .user-button-top img {
        width: 18px !important;
        height: auto;
        z-index: 111;
    }

    .subscibe-block {
        margin-left: 0;
        margin-right: 0
    }

    .wrapper-for-news-button .more-news a {
        display: block;
        width: 100%;
        padding: 6px 0;
        text-align: center;
        border: 1px solid #fff
    }

    .be-a-partner-info h4 {
        font-weight: 20
    }

    .cooperate {
        display: flex;
        align-items: center;
        width: auto !important
    }

    .cooperate span {
        padding: 0
    }

    .cooperate button {
        width: auto;
        margin-left: 25px
    }

    .social-link-footer {
        float: right
    }

    .hover-on-balanse p {
        margin: 0;
        justify-content: flex-end;
        align-items: center
    }

    .hover-on-balanse p span {
        font-size: 15px
    }

    .hover-on-balanse p .hover {
        padding-left: 10px;
        font-size: 14px;
        font-weight: 700
    }

    .hover-on-balanse .late-payment-hover .hover {
        color: rgb(232, 18, 73)
    }

    .table-for-button {
        width: 40px
    }

    .order-table .table-quantity {
        width: 70px !important
    }

    .maps-button-container .btn {
        display: flex !important
    }

    .maps-button-container {
        position: absolute;
        top: 30px;
        right: 90px;
        width: 40%;
        padding: 0
    }

    .contract-dropdown form {
        width: auto;
    }

    .social-link-footer {
        margin-left: 25px
    }

    .top-line-footer {
        border-top: 1px solid hsla(0, 0%, 62.7%, .72);
        padding: 50px 0 0
    }

    .item-name {
        padding: 4px 0 4px 20px !important
    }

    .subscibe-block a {
        flex-direction: row
    }

    .viev-list .product-item .recently-addet-info-top .name, .viev-tiles-view .product-item .recently-addet-info-top .name {
        height: 60px
    }

    .viev-list .gift-conditions, .viev-tiles-view .gift-conditions {
        width: 100%;
        text-align: left;
        max-width: 280px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis
    }

    .brand-search-dropdown .input-container input {
        padding: 0 0 0 55px;
        background: transparent;
    }

    .item-addres-container {
        flex-direction: row;
        display: flex;
        padding-bottom: 20px;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        height: auto
    }

    .item-addres-container .item {
        max-width: 200px;
        min-width: 200px
    }

    .heaer-list a {
        width: 210px
    }

    .heaer-list span {
        font-size: 16px
    }

    .zoom-search-form.active img {
        width: 19px;
        height: 21px
    }

    .zoom-search-form.active input {
        font-size: 16px;
        padding-left: 30px
    }

    .zoom-search-form.active input::placeholder {
        font-size: 16px
    }
}

@media (min-width: 992px) {

    .category-dropdown-menu {
        display: none;
    }

    .manager-contact-top-header .close-btn {
        width: 10px;
        height: 10px;
        top: 15px;
        right: 15px
    }

    .manager-contact-top-header {
        display: none;
        width: inherit;
        position: absolute;
        left: -23px;
        top: -250px;
        background: #fff;
        padding: 10px 15px;
        z-index: 100;
        -webkit-box-shadow: 1px 2px 6px 0px rgba(141, 141, 141, 1);
        -moz-box-shadow: 1px 2px 6px 0px rgba(141, 141, 141, 1);
        box-shadow: 1px 2px 6px 0px rgba(141, 141, 141, 1);
    }

    .manager-contact-top-header.active {
        left: -12px;
        top: 0px;
        display: flex;
    }

    .navbar-header {
        width: 15%;
    }

    .customer-nav .navbar-header {
        width: 24%;
    }

    .current-lang.arrow:after {
        right: 3px;
    }

    .current-lang.arrow:before {
        right: 0px;
    }

    .user-authorization {
        margin-top: 3px !important;
    }

    .customer-nav .currency-val {
        padding-top: 0px;
    }

    .user-authorization__link {
        font-size: 14px;
        letter-spacing: 0.7px;
    }

    .selected-language.arrow:before {
        right: 1px;
    }

    .selected-language.arrow:after {
        right: 4px;
    }

    .user-dropdown-menu.active {
        top: -70px;
    }

    .navbar-nav > li {
        margin-top: 0px;
    }

    .navbar-nav > li > a, .language-select-top {
        padding-bottom: 15px;
    }

    .user-authorization .user-authorization__link {
        padding-bottom: 10px;
        padding-top: 9px;
    }

    .customer-nav .user-authorization .user-authorization__link {
        line-height: 29px;
        font-size: 13px;
        padding-bottom: 16px;
        padding-top: 3px;
        padding-right: 10px !important;
    }

    .order-information .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        padding: 8px;
    }

    .guest-nav.navigation-block {
        width: 61%;
        margin-left: 6%;
    }

    .customer-nav .navigation-block {
        width: 92%;
    }

    .about-company__title {
        padding-left: 50px;
    }

    .about-company__picture {
        max-width: 325px;
    }

    .about-company .about-company__text {
        padding-left: 67px;
    }

    .about-company__text p {
        max-width: 647px;
        font-size: 16px;
    }

    .table-item-name {
        font-size: 13px;
    }

    .sort-container.brand {
        width: 247px;
    }

    .sort-container.sort {
        width: 215px;
    }

    .item-view {
        width: 120px;
        display: flex;
        align-items: flex-start;
    }

    .dropdown-toggle.language-toggle {
        padding-right: 15px;
    }

    .sale-message {
        margin-top: 0px;
    }

    .carousel-caption h3 {
        font-size: 28px;

    }

    .be-a-partner-small-block {
        border-right: 1px solid #e7eff2;
    }

    #MediumSaleCarousel {
        display: none;
    }

    #saleCarousel {
        display: block;
    }

    .wrapper-for-carousel {
        margin-top: 0px;
    }

    .top-main-slider .owl-item img {
        height: 100%;
        width: auto
    }

    .header-menu__nav {
        width: 589px;
    }

    .search-form {
        width: 405px;
    }

    .string {
        max-width: 70px;
    }

    .button-on-item {
        width: 64px;
    }

    .header-top-list:first-child {
        width: 100%
    }

    .header-top-list:first-child .header-top-item:last-child {
        margin-right: 18px
    }

    .line-bottom {
        border-bottom: none
    }

    .zoom-search-form {
        width: 170px
    }

    .zoom-search-form.active {
        transform: translateY(200%)
    }

    .category-list {
        display: flex;
        padding: 0px 25px 0px 17px;
        margin: 0;
        height: 45px
    }

    .category-list li {
        margin-right: 25px;
        min-width: 62px;
    }

    .header-item:first-child {
        width: 185px;
        margin-right: 0px;
    }

    .header-item:nth-child(2) {
        background: url(../images/header/header-flag1.png);
        height: 60px;
        background-repeat: no-repeat;
        display: flex;
        justify-content: center;
        color: white;
    }

    .header-item:nth-child(2) span {
        color: white;
        padding-bottom: 16px;
        font-weight: 400;
        font-size: 16px;
    }

    .header-item-link, .user-link {
        width: auto;
        display: flex;
        align-items: center
    }


    .header-top-item .manager-name {
        padding: 0
    }

    .header-top-item .manager-phone a {
        color: #333
    }

    .gradient-line {
        width: 845px
    }

    .manage-about {
        display: flex !important
    }

    .item-container {
        height: 250px
    }

    .news-container {
        display: flex;
        flex-direction: column;
    }

    .news-container .news-lite-item-container {
        flex: 1 0 auto;
    }

    .news-container .news-lite-item {
        padding-right: 0
    }

    .news-container .news-lite-item {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }

    .wrapper-for-news-button {
        width: 100%;
        flex: 0 0 auto;
        margin-top: 30px;
    }

    .header-item-link, .user-link {
        color: #2e302e;
        cursor: pointer;
    }

    .header-item-link :hover {
        color: #2e302e
    }

    .user-list-menu .user-link {
        width: 100%;
    }

    .user-dropdown-menu.active {
        right: 0px;
    }

    .hover-on-balanse p {
        margin: 0;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .hover-on-balanse p span {
        font-size: 15px
    }

    .hover-on-balanse p .hover {
        padding-left: 10px;
        font-size: 15px;
        font-weight: 700
    }

    .hover-on-balanse .late-payment-hover .hover {
        color: rgb(232, 18, 73)
    }

    .page-navigation {
        margin: 30px 0px 0px 0px;
    }

    .colapsed-category {
        position: inherit;
        margin-top: 5px;
        text-transform: uppercase;
    }

    .similar-goods-item {
        border-bottom: 1px solid #dedede
    }

    .cart-tabs li a {
        padding: 0 21px
    }

    .contact-options {
        border-left: 1px solid #dedede
    }

    .address-container {
        margin-top: 0;
        margin-right: 15px
    }

    .header-top-list:first-child .header-top-item:first-child {
        width: 28%
    }

    .wrapper-for-news-button .more-news a {
        width: auto;
        padding: 0;
        text-align: left;
        border: none
    }

    .subscibe-block-on-catalog {
        position: unset !important;
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .container-with-news {
        padding-bottom: 0;
        padding-left: 27px;
        padding-right: 39px
    }

    .container-with-news .subscibe-block {
        padding-bottom: 35px;
        padding-left: 0;
        padding-right: 0
    }

    .index-page .subscibe-block {
        position: relative
    }

    .maps-button-container .btn {
        display: flex !important
    }

    .maps-button-container {
        position: absolute;
        top: 28px;
        right: 90px;
        width: 33%;
        padding: 0
    }

    .social-link-footer-block {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: row-reverse
    }

    .social-link-footer, .social-link-footer:nth-child(1n+2) {
        margin-left: 0
    }

    .top-line-footer {
        border-top: none;
        padding: 0
    }

    .on-news-page {
        flex-direction: row-reverse;
        margin-top: 90px
    }

    .news-page-news-container {
        position: unset;
        transform: translate(0);
        width: 100%
    }


    .subscibe-block a {
        flex-direction: row;
        height: auto
    }

    .brand-search-dropdown .input-container input {
        padding: 0 0 0 30px;
        background: transparent;
    }

    .item-addres-container {
        flex-direction: column;
        display: flex;
        padding-bottom: 20px;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        max-height: 500px
    }

    .item-addres-container .item {
        max-width: 200px;
        min-width: 200px;
        min-height: 60px
    }

    .user-dropdown-menu .close {
        right: 22px
    }

    .header-middle-list:first-child .header-middle-item:first-child {
        min-width: 290px;
    }

    .header-top-item {
        width: 230px;
    }

    .panel-heading {
        position: relative;
        cursor: pointer;
    }

    .panel-heading:after {
        content: '➤' !important;
        right: 20px;
        position: absolute;
        color: #70d44b;
    }

    .colapsed-category {
        position: relative;
    }

    .colapsed-category .panel-custom {
        position: relative;
    }

    .colapsed-category .panel-custom .list-group {
        position: relative;
    }

    .colapsed-category .panel-default:hover .panel-collapse {
        position: absolute;
        top: -15px;
        z-index: 7;
        left: 262px;
        width: 350px;
        display: block !important;
    }

    .colapsed-category .panel-default:hover .panel-collapse .panel-body {
        background-color: white;
    }
}

@media (max-width: 1500px) {
    .mobile-operator {
        display: none;
    }
}


@media (min-width: 768px)

.brand-logo {
    position: relative !important;;
    left: 100px !important;
}

@media (max-width: 1500px) and (min-width: 767px) {
    .brand-logo {
        position: relative;
        left: 62px;
    }
}

@media (min-width: 1500px) {
    .mobile-operator {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        position: absolute;
        top: 20px;
        right: 20px;
    }

    .mobile-operator__pair {
        display: flex;
        align-items: center;
        margin-bottom: 5px;
    }

    .mobile-operator__icon {
        width: 30px;
        height: 30px;
        border-radius: 20px;
        margin-right: 10px;
    }

    .mobile-number {
        color: #fff;
        text-decoration: none;
        font-size: 15px;
        font-weight: bold;
    }
}

@media (min-width: 1200px) {
    .current-lang.arrow:after {
        right: 9px;
    }

    .current-lang.arrow:before {
        right: 6px;
    }

    .user-authorization {
        margin-top: -4px !important;
    }

    .about-company__title {
        padding-left: 47px;
    }

    .about-company .about-company__text {
        padding-left: 25px;
    }

    .selected-language.arrow:before {
        right: 6px;
    }

    .selected-language.arrow:after {
        right: 9px;
    }

    .user-dropdown-menu.active {
        top: -73px;
    }

    .user-authorization .user-authorization__link {
        line-height: 38px;
    }

    .manager-dropdown {
        margin-left: -40px;
    }

    .about-company__picture {
        position: static;
        max-width: 100%;
    }

    .about-company .about-company__text {
        padding-left: 25px;
    }

    .about-company__text p {
        max-width: 90%;
        font-size: 18px;
        padding-left: 47px;
    }

    .about-company .index__button {
        margin-left: 47px;
    }

    .main-catalog-container .only-available {
        margin-right: 28px;
    }

    .sort-container.brand {
        width: 263px;
        margin-right: 28px;
    }

    .sort-container.sort {
        width: 227px;
    }

    .item-view {
        width: 94px;
        display: flex;
        align-items: flex-start;
    }

    .item-view button {
        margin-left: 13px;
    }

    .navbar-header {
        width: 25%;
    }

    .navigation-block {
        width: 87% !important;
        margin-block-start: 0px !important;
        margin-block-end: 6px !important;
        height: 39px;
    }


    .guest-nav.navigation-block {
        width: 63% !important;
        margin-left: 0px;
        margin-block-start: 34px !important;
    }

    .navigation-block a, .language-select-top {
        font-size: 12px;
        padding-right: 21px !important;
        padding-left: 0px !important;
        letter-spacing: 0.5px;
    }

    .customer-nav .navigation-block a {
        letter-spacing: 1px;
    }

    .navbar-search {
        margin-right: 10px;
        margin-left: 133px;
        width: 40%;
    }

    .navbar-search .form-control {
        padding-left: 33px;
    }

    .navbar-user-block {
        margin-block-start: 34px !important;
        margin-block-end: 0px !important;
    }

    .dropdown-toggle {
        padding-left: 15px !important;
    }

    .user-authorization__icon {
        height: 18px;
        width: 18px;
        margin-right: 5px;
    }

    .header-menu__nav {
        width: 700px;
    }

    .category-list {
        padding: 0px 62px 0px 17px;
    }

    .search-form {
        width: 470px;
    }

    .header-top-list:first-child .header-top-item:first-child {
        width: 25%
    }

    .string {
        min-width: 111px;
    }

    .gradient-line {
        width: 1025px
    }

    .zoom-search-form {
        width: 250px;
        margin-left: 30px
    }

    .zoom-search-form input::placeholder {
        color: #6f9eb1
    }

    .zoom-search-form input {
        color: #6f9eb1
    }

    .manage-about {
        display: flex !important
    }

    .manager-photo {
        width: 35px;
        height: 35px
    }

    .information-about-manager a, .information-about-manager span {
        font-size: 12px
    }

    .information-about-manager {
        margin: 0
    }

    .top-manager-container {
        display: flex;
        align-items: center;
    }

    .top-manager-container .manage-about {
        transform: translateY(-2px)
    }

    .wrapper-for-recently-addet {
        height: 500px
    }

    .cooperate {
        padding: 25px;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        /*        width: 25% !important;*/
        flex-direction: column
    }

    .cooperate span {
        width: 100%;
        padding: 0 0 10px;
    }

    .cooperate button {
        width: 100%;
        margin: 0
    }

    footer .footer-logo {
        width: 239px
    }

    .table-by-button {
        width: 220px
    }

    .table-item-name {
        width: 225px;
        font-size: 14px;
    }

    .table-brand {
        width: 80px
    }

    .maps-button-container .btn {
        display: none !important
    }

    .maps-button-container {
        width: 25%
    }

    .down-marker-list, .up-marker-list {
        padding: 10px
    }

    .maps-button-container {
        top: 28px
    }

    .user-dropdown-menu .close {
        right: 10px
    }

    .header-middle-list:first-child .header-middle-item:first-child {
        min-width: 300px;
    }
}

@media (max-width: 576px) {
    #partnersMinCarousel {
        min-height: 160px;
    }

    #partnersMinCarousel .carousel-indicators {
        margin-bottom: 30px;
        margin-top: 20px;
    }

    .mobile-top-nav {
        bottom: -5px;
    }

    .block-delimiter-wrap {
        padding-top: 51px;
    }

    main {
        margin-top: 90px;
    }

    .breadcrumbs-container {
        margin: 40px auto 0 auto;
    }
}

.related-product {
    position: absolute;
    border: 3px solid #0b4c99;
    background-color: white;
    top: 65%;
    z-index: 3000;
    display: none;
}

.viev-list .related-product {
    width: 70%;
}

.viev-tile .related-product {
    top: 70%;
    left: -25%;
    width: auto;
}

.viev-tiles-view .related-product {
    width: 70%;
    left: 27%;
}

.related-product table {
    display: block !important;
    padding: 5px;
    margin: 0px;
}

.related-product table tr {
    border-bottom: 1px solid #dedede;
}

.related-product table tr:last-child {
    border-bottom: 1px solid transparent;
}

.related-product table td {
    border-right: 1px solid #dedede !important;
}

.related-product table td:last-child {
    border-right: 1px solid transparent !important;
}

.related-product table a.button-on-item {
    width: 100% !important;
}

.related-product table a.button-on-item.rp-but {
    padding: 0px 20px;
}

.amount-btn {
    border: 1px solid #99aa99;
    border-radius: 0px;
    display: inline-block;
    background-color: inherit;
    text-align: center;
    width: 60px;
    cursor: pointer;
    height: 30px;
    color: var(--gray-green-color);
    font-size: 12px;
    font-family: "Balsamiq Sans";
}

.amount-btn:hover {
    border: 1px solid var(--main-green-color);
    background-color: var(--main-green-color);
    color: #fff;
}

.form-control-wrap {
    display: inline-block;
}

.form-control {
    border-radius: 0px;
}

.form-control[placeholder] {
    font-size: 14px;
    font-family: "Balsamiq Sans";
    color: #5a5a5a;
    letter-spacing: 0.2px;
}

.form-control::placeholder {
    font-size: 14px;
    font-family: "Balsamiq Sans";
    color: #5a5a5a;
    letter-spacing: 0.2px;
}

.form-control:-ms-input-placeholder {
    font-size: 14px;
    font-family: "Balsamiq Sans";
    color: #5a5a5a;
    letter-spacing: 0.2px;
}

.form-control:-moz-placeholder {
    font-size: 14px;
    font-family: "Balsamiq Sans";
    color: #5a5a5a;
    letter-spacing: 0.2px;
}

.form-control::-moz-placeholder {
    font-size: 14px;
    font-family: "Balsamiq Sans";
    color: #5a5a5a;
    letter-spacing: 0.2px;
}

.form-control::-webkit-input-placeholder {
    font-size: 14px;
    font-family: "Balsamiq Sans";
    color: #5a5a5a;
    letter-spacing: 0.2px;
}


.cart-form {
    display: inline-block;
    width: auto;
    padding: 4px 12px;
    height: 30px;
    box-shadow: none;
    border: 1px solid #99aa99;
    border-radius: 0px;
    font-family: "Balsamiq Sans";
}

.trash-button {
    display: inline-block;
    vertical-align: bottom;
    background: url(../images/trash-white.svg);
    width: 40px;
    height: 30px;
    background-repeat: no-repeat;
    background-color: var(--gray-green-color);
    background-position-x: center;
    background-position-y: center;
    border: 1px solid var(--gray-green-color);
    border-radius: 0px;
}

.trash-button:hover {
    background-color: #add9ad;
    border: 1px solid #add9ad;
}

.instock {
    display: inline-block;
}

.stock-location {
    padding-bottom: 15px;
}

.stock-location span {
    color: #56d84d;
    margin-right: 2px;
    width: 70%;
}

.order-form {
    border-bottom-width: 0.5px;
    border-bottom-style: solid;
    border-color: #dedede;
    margin-bottom: 15px;
    padding-bottom: 15px;
    max-width: 482px;
}

.product-info label {
    font-size: 12px;
}

.product-info span {
    color: #717171;
    font-weight: 700;
}

.price {
    font-size: 22px;
    font-weight: 700;
    color: var(--second-main-green-color);
    font-family: "Balsamiq Sans";
    text-transform: uppercase;
}

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

.up-btn {
    position: fixed;
    background-color: #fff;
    text-align: center;
    border: 2px solid #dedede;
    opacity: 0.6;
    z-index: 99;
    box-shadow: 4px 4px 6px rgba(76, 77, 75, 0.25);
    -webkit-box-shadow: 4px 4px 6px rgba(76, 77, 75, 0.25);
    -moz-box-shadow: 4px 4px 6px rgba(76, 77, 75, 0.25);
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.up-btn:hover {
    transform: scale(1.2);
    opacity: 1;
}

.up-btn svg {
    height: auto;
}

.envelope {
    position: fixed;
    background-color: #FF4B00;
    text-align: center;
    border: 2px solid rgb(195, 198, 192);
    z-index: 99;
    box-shadow: 4px 4px 6px rgba(76, 77, 75, 0.25);
    -webkit-box-shadow: 4px 4px 6px rgba(76, 77, 75, 0.25);
    -moz-box-shadow: 4px 4px 6px rgba(76, 77, 75, 0.25);
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.envelope:hover {
    transform: scale(1.2);
}

.envelope svg {
    height: auto;
}

.modal-footer button {
    background: var(--main-green-color);
    border-radius: 0;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid var(--main-green-color);
}

.modal-footer button:hover {
    border: 1px solid var(--second-main-green-color);
    background: var(--second-main-green-color);
}

.article-image {
    max-width: 400px;
    height: auto;
    display: block;
    margin: 30px auto;
}

.border-0 {
    border: 0px !important;
}

.integration-index button {
    border: none;
    border-radius: 0px;
    color: white;
    background: #6f9eb1;
    font-size: 16px;
    font-weight: 700;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none;
}

.container-recently-addet-item {
    height: 460px;
}

.icon-btn-wrap {
    display: inline-block;
    height: 38px;
    width: 38px;
    background: inherit;
    border-radius: 20px;
    vertical-align: middle;
    position: absolute;
    left: 23px;
    bottom: -3px;
}

.icon-btn {
    font-size: x-large;
    color: #555555;
    margin-top: 6px;
}

.string {
    margin-left: 45px;
    padding: 3px 0px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.filter-element a {
    background-color: #f5f5f5;
    color: #555555;
    padding: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

.filter-element a:hover {
    background: #e3f3ff !important;
    color: #6f9eb1 !important;
    box-shadow: none !important;
}

.filter-element a:focus {
    background: #e3f3ff !important;
    color: #6f9eb1 !important;
    box-shadow: none !important;
    border: none !important;
}

.filter-element a:active {
    background: #e3f3ff !important;
    color: #6f9eb1 !important;
    box-shadow: none !important;
    border: none !important;
}

.filter-element {
    margin: 6px 0px;
}

.filter-element .btn-primary {
    box-shadow: none !important;
    background-color: #f5f5f5 !important;
}

.wrap-mobile-item-list .header-item {
    display: list-item;
    padding: 10px 0 !important;
}

.integration-index .close {
    font-size: 0px;
    width: 20px;
    height: 20px;
    background: inherit;
    font-size: 0px;
    width: 20px;
    height: 20px;
    background: inherit;
    top: 10px;
    right: 25px;
}

.integration-index .close::before, .integration-index .close::after {
    background: #31708f;
}

.alert-warning {
    border: none;
    margin-bottom: 5px;
}

.alert-warning a {
    border: none;
    text-decoration: underline;
    color: #337ab7;
}

div#w2 {
    border: none;
}

.table-by-button .button-container .button-on-item:hover, .table-by-button-xs .button-container .button-on-item:hover {
    border: 1px solid var(--main-green-color);
    background-color: var(--main-green-color);
    color: #fff;
}

.animation-container {
    animation: dilatation 5s linear infinite;
    text-align: center;
    margin-bottom: 0px;
    height: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
}

@-webkit-keyframes dilatation {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    43% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(0.97);
        transform: scale(0.97)
    }
    57% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes dilatation {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    43% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(0.97);
        transform: scale(0.97)
    }
    57% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.animation-container p {
    color: #ff9e18;
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    margin: 0 auto;
}


/* .throwing{
    animation: throwing 5s linear infinite;
}

@keyframes throwing {
    0% {margin-top:-270px;}
    5% {margin-top:-180px;}
    33% {margin-top:-180px;}
    38% {margin-top:-90px;}
    66% {margin-top:-90px;}
    71% {margin-top:0px;}
    99.99% {margin-top:0px;}
    100% {margin-top:-270px;}
} */

/*-------------Carusel animation--------------------*/
.carusel {
    background: inherit;
    height: 20px !important;
}

.carousel.fade {
    opacity: 1;
}

.carousel.fade .item {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: opacity .5s;
}

.carousel.fade .item.active {
    position: relative;
    opacity: 1;
}

/*-------------Pagination--------------------*/
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #6f9eb1;
    border-color: #6f9eb1;
}

.pagination > li > a, .pagination > li > span {
    color: #6f9eb1;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.avtorisation {
    margin-right: 0px !important;
}

.avtorisation-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    color: rgb(3, 23, 32);
    line-height: 1.2;
    border-bottom-width: 2px;
    border-bottom-color: rgb(170, 192, 202);
    border-bottom-style: dashed;
    margin-bottom: 10px;
}

.not-login {
    cursor: pointer;
    line-height: 1.5;
    font-size: 15px;
    font-weight: 700;
}

.registration {
    cursor: pointer;
}

.viev-tile .in-warehouses-block {
    display: none;
}

.line-top {
    display: none;
}

.categories-block {
    min-height: 282px;
    margin-bottom: 51px;
}

.categories-content {
    height: 224px;
    margin-top: 37px;
}

.categories-content__icon {
    width: 100%;
    text-align: center;
    height: 150px;
}

.categories-content__icon img {
    max-height: 121px;
    max-width: 145px;
    width: auto;
    height: auto;

}

.categories-content__title a {
    color: #007e9d;
}

.categories-content__title {
    font-size: 16px;
    color: rgb(0, 126, 157);
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
}

.categories-content__title span {
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
}

.nouser-mini-cart {
    position: fixed;
    z-index: 999;
    border: 3px solid #6F9EB1;
    top: 20%;
    right: 20px;
    padding: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: bolder;
    width: 60px;
    background: #E9ECED;
    text-align: center;
}

.nouser-mini-cart #nouser-total-amount-in-cart {
    text-align: center;
}

.main-sale-container {
    background-image: url('/images/particle-wave-4k-motion-background-loop.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 835px;
}

.main-sale-container .button-container {
    bottom: 10px;
    position: absolute;
}

.container-with-news {
    background-color: #fff;
}

.btn.analogs {
    display: none;
    font-weight: bold;
    display: inline-block;
    -webkit-clip-path: polygon(18% 0%, 81% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(18% 0%, 81% 0%, 100% 100%, 0% 100%);
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    padding: 0px;
    border: 1px solid #6f9eb1;
    border-radius: 0px;
    background: white;
    position: absolute;
    top: 10px;
    left: 70px;
    width: 122px;
    height: 22px;
    transition: rotate;
    color: #6f9eb1;
}

.viev-list .btn.analogs {
    left: 0px;
}

.guest-slide .button-show {
    background: #6f9eb1 !important;
    width: 32%;
    height: 30px;
    border-radius: 7px;
    min-width: 50px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-card {
    box-shadow: 2px 1px 6px rgba(76, 77, 75, 0.25);
    -webkit-box-shadow: 2px 1px 6px rgba(76, 77, 75, 0.25);
    -moz-box-shadow: 2px 1px 6px rgba(76, 77, 75, 0.25);
    padding: 15px;
    min-height: 280px;
    margin-top: 15px;
}

.contacts-title {
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 0.889;
}

.contact-card__title h3 {
    height: 35px;
    color: var(--main-dark-green-color);
    margin-top: 15px;
    font-family: "Balsamiq Sans";
}

.contacts-line {
    background-color: var(--main-green-color);
    height: 3px;
    border: none;
}

.contact-card__line {
    background-color: #eef3f5;
    height: 2px;
    border: none;
}

.contact-card__phone,
.contact-card__e-mail {
    color: var(--main-dark-green-color);
    font-weight: 700;
    display: inline-block;
}

.contact-card__phone {
    float: left;
}

.contact-card__address {
    color: #031720;
    font-weight: 500;
    display: inline-block;
}

.contact-card__number,
.contact-card__e-mail-address a {
    color: #8d8d8d;
    font-weight: 500;
    display: inline-block;
}

.contact-card__address {
    height: 40px;
    font-size: 13px;
}

.contact-card__icon {
    width: 15px;
    margin-right: 11px;
}

#contact-form .btn-default {
    width: 80%;
    background: var(--main-green-color);
    border: 1px solid var(--main-green-color);
    border-radius: 0px;
    padding: 10px 40px;
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    margin-top: 40px;
    letter-spacing: 1.5px;
    font-family: "Balsamiq Sans";
}

.table > tbody > tr > td {
    vertical-align: middle;
    text-align: center;
}

.sale-message {
    display: block;
    text-align: right;
    font-size: 14px;
    color: rgb(159, 175, 159);
}

.panel-group .panel + .panel {
    margin-top: 0px;
}

.colapsed-category .panel-group {
    background-color: #fff;
    padding-top: 25px;
    text-transform: capitalize;
    padding-bottom: 35px;
}

.category__title {
    margin-top: 0px;
    padding-left: 19px;
    font-size: 20px;
    font-family: "Balsamiq Sans";
    color: rgb(26, 48, 3);
    line-height: 1.2;
    text-align: left;
}

.panel-heading {
    padding: 12.5px 19px;
}

.disabled span {
    color: #1a3003;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #1a3003;
}

.filter-aside {
    position: relative;
    margin-right: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.filter-aside a {
    display: inline-block;
}

.filter-panel-title {
    font-size: 16px;
    font-family: "Balsamiq Sans";
    color: #ff4d00;
    font-weight: bold;
    line-height: 1.2;
    padding-left: 12.5px;
    display: inline-block;
}


.new-items__title {
    color: #ff9e18;
}

.hit-items__title {
    color: #ffd100;
}

.sum-items__block {
    border: 1px solid #dedede;
    width: 44px;
    height: 16px;
    border-radius: 15px;
    position: absolute;
    right: 0;
    top: 12px;
    text-align: center;
}

.sum-items {
    font-size: 12px;
    font-family: "Balsamiq Sans";
    color: rgb(103, 103, 103);
    line-height: 16px;
    text-align: center;
    vertical-align: super;
}

.filter-aside__icon {
    width: 100%;
    max-width: 15px;
    height: auto;
    display: inline-block;
}

input[type='radio']:checked:after {
    width: 16px;
    height: 16px;
    border-radius: 16px;
    top: -1px;
    left: -2px;
    position: relative;
    background-color: var(--main-green-color);
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

input[type='radio']:after {
    width: 16px;
    height: 16px;
    border-radius: 16px;
    top: -1px;
    left: -2px;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

.datepicker table tr td.active.active {
    background-color: #add9ad;
    border: none;
    border-radius: 0px;
}

.datepicker table tr td.active, .datepicker table tr td.active.highlighted {
    background-color: var(--loght-gray);
    border-radius: 0px;
}

.datepicker table tr td.day:hover, .datepicker table tr td.focused {
    background-color: var(--loght-gray);
    border-radius: 0px;
}

.select2-container--krajee.select2-container--open .select2-selection, .select2-container--krajee .select2-selection:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ccc;
}

.select2-container--krajee .select2-selection {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.select2-container--krajee li.select2-results__option:focus {
    outline: none;
}

.select2-container--krajee .select2-dropdown {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ccc;
}

.btn-primary:focus, .btn-primary.focus {
    background-color: var(--main-green-color);
    border-color: var(--main-green-color);
}

.novelty-product__title {
    margin-top: 100px;
}

.repeat-order-button {
    display: block;
    background-color: #e6f3e6;
    border: 1px solid #99aa99;
    float: right;
    width: 120px;
    height: 40px;
}

.repeat-order-button:hover {
    background-color: var(--main-green-color);
}

.log-in-form .form-group label {
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    transition: 0.2s ease-in;
    padding-left: 0px;
    margin-left: 0px;
    margin-top: -27px;
    font-size: 16px;
    color: #656772;
    opacity: 0;
}

.log-in-form input:focus ~ label, .log-in-form input ~ label:active {
    margin-top: -45px;
    font-size: 12px;
    opacity: 1;
}

.log-in-form input {
    padding: 6px 12px 6px 0;
}

.log-in-form input::placeholder {
    padding-left: 0px;
    margin-left: -15px;
    font-size: 16px;
    color: #656772;
    font-weight: normal;
    font-family: "Balsamiq Sans";
    transition: 0.2s ease-in;
}

.log-in-form input:focus::placeholder {
    opacity: 0;
}

.log-in-form .has-success label {
    display: none;
}

.log-in-form .has-error .control-label {
    color: #656772;
}

.kv-grid-table {
    max-width: 1138px;
}

.mr-top-15 {
    margin-top: 15px;
}

.fogging-container.active {
    display: none;
}

.fogging-container {
    display: none;
}

.product-card__link {
    display: block;
}


/*#region Mobile-card*/
.product-cart-mob {
    margin-top: 25px;
    border: 1px solid #D9DAE7;
}

.product-cart-mob__header {
    cursor: pointer;
}

.show-more-info-item-cart-mob {
    display: inline-block;
    width: 88%;
}

.product-item__number {
    display: inline-block;
    background-color: rgba(123, 216, 77, 0.3);
    width: 8%;
    font-family: "Balsamiq Sans";
    font-size: 14px;
    border-right: 1px solid #D9DAE7;
    height: 140px;
    vertical-align: middle;
    text-align: center;
    line-height: 111px;
}

.product-item__name-wrap {
    display: inline-block;
    width: 88%;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-item__name {
    font-family: "Balsamiq Sans";
    font-size: 12px;
    padding-bottom: 7px;
    padding-top: 7px;
    border-bottom: 1px solid #D9DAE7;
    height: 66px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-item__article {
    display: block;
    font-family: "Balsamiq Sans";
    font-size: 12px;
    overflow: hidden;
    border-bottom: 1px solid #D9DAE7;
}


.product-item__quantity {
    display: block;
    font-family: "Balsamiq Sans";
    font-size: 12px;
    overflow: hidden;
}

.product-item__quantity span, .product-item__article span {
    display: inline-block;
    float: right;
    margin-top: 3px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-cart-mob__header label {
    margin-bottom: 3px;
    margin-top: 2px;
}

.product-cart-mob__trash {
    display: inline-block;
    background-color: rgba(222, 222, 222, 0.3);
    border-left: 1px solid #D9DAE7;
    float: right;
    width: 12%;
    height: 140px;
    vertical-align: middle;
    text-align: center;
    line-height: 98px;
}

.product-cart-mob__body {
    border-top: 1px solid #D9DAE7;
}

.product-cart-mob__body-wrap {
    padding: 15px 0px;
    width: 90%;
    margin: auto;
}

.product-cart-mob-span {
    font-family: "Balsamiq Sans";
    font-size: 12px;
    display: block;
}

.product-cart-mob-span span {
    display: inline-block;
    float: right;
}

.collapsing {
    -webkit-transition: none;
    transition: none;
    display: none;
}

/*#endregion Mobile-card*/

.skin {
    -webkit-overflow-scrolling: touch;
}

.skin .error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.product-item__article input {
    float: right;
    text-align: right;
}

#mailModal .modal-content {
    padding: 30px;
    max-width: 310px;
    margin: 0 auto;
}

#mailModal .modal-title {
    padding-bottom: 0px;
}

#mailModal input {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 0px;
    border-bottom: 1px solid var(--second-main-green-color);
    font-family: "Balsamiq Sans";
    color: var(--main-dark-green-color);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#mailModal .form-control:active {
    border-bottom: 1px solid var(--main-green-color);
}

#mailModal textarea {
    width: 100%;
    border: 1px solid rgba(40, 112, 0, 0.26);
    overflow-x: hidden;
    height: 165px;
    overflow-y: auto;
}

#mailModal .control-label {
    color: rgb(115, 115, 115);
    font-family: "Balsamiq Sans";
}

.submit-btn {
    width: 100%;
    background: #add9ad;
    border: 1px solid #add9ad;
    padding: 10px 40px;
    display: inline-block;
    align-items: center;
    justify-content: center;
    font-family: "Balsamiq Sans";
    color: var(--main-dark-green-color);
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    margin-top: 30px;
    letter-spacing: 1.5px;
    border-radius: 20px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.submit-btn:hover {
    background: var(--main-green-color);
    border: 1px solid var(--main-green-color);
    color: #fff;
}

.sub-search-tree {
    background: white;
    padding: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 7px;
    border: beige;
    box-shadow: 7px 8px 10px 1px #e6e6e6;
    -webkit-box-shadow: 7px 8px 10px 1px #e6e6e6;
    text-align: center;
}

.container-pos .modal-header .close {
    width: 50px;
    height: 50px;
    transform: rotate(45deg);
}

button.close.run-string-close:before {
    content: "+";
    font-size: 40px;
    color: #000;
}

.container-pos .breadcrumb {
    margin-top: 30px;
}

.container-pos .navigation-block a:hover {
    color: #2e302e !important;
}

/*Run string modal*/
.run-string-btn {
    position: fixed;
    bottom: 215px;
    right: 47px;
    background-color: #ffffff;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    padding: 12px;
    -webkit-box-shadow: 1px 2px 6px 0px rgba(141, 141, 141, 1);
    box-shadow: 1px 2px 6px 0px rgba(141, 141, 141, 1);
    cursor: pointer;
    -webkit-animation: bellAnimation 5s linear infinite;
    animation: bellAnimation 5s linear infinite;
    z-index: 2;
}

@-webkit-keyframes bellAnimation {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    43% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(0.97);
        transform: scale(1.2)
    }
    57% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bellAnimation {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    43% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(0.97);
        transform: scale(1.2)
    }
    57% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.run-string-btn svg {
    fill: #fea31a;
}

.run-string-modal .modal-header {
    height: 70px;
}

.run-string-modal .modal-content {
    padding: 0 0 70px 0;
}

.run-string-modal .modal-body {
    padding: 0;
}

.run-string-modal .run-string-item {
    padding: 18px 25px;
    border-bottom: 1px solid #c3c3c3;
    font-size: 16px;
}

header .nav .express a {
    font-size: 17px;
}

@media (max-width: 767px) {
    .run-string-btn {
        bottom: 190px;
        right: 14px;
        width: 50px;
        height: 50px;
        padding: 15px;
    }

    .run-string-modal .modal-dialog {
        margin: 0;
        width: 100%;
        height: 100%;
        min-height: 100vh;
    }

    .run-string-modal .modal-content {
        height: auto;
        border: none;
    }

    .run-string-modal .run-string-item {
        padding: 16px 13px;
        font-size: 14px;
    }
}

/*End run string modal*/
