.news__header {
    margin-top: 0;
}

.product__art .tooltip {
    z-index: 0;
}

.breadcrumbs .dropdown {
    padding-right: 5px;
    padding-bottom: 5px;
    z-index: 1;
}

.breadcrumbs .dropdown-menu {
    top: 20px;
}

.breadcrumbs .dropdown-menu li {
    display: block;
}

.breadcrumbs .dropdown-menu li:before {
    content: '';
}

.dropdown-arrow {
    cursor: pointer;
    border: none;
    position: absolute;
    height: 10px;
    top: 7px;
    right: -4px;
    width: 5px;
}

.dropdown-arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--krajee .select2-selection--multiple .select2-selection__choice__remove {
    line-height: 0.8;
}

.select2-container--krajee .select2-selection__clear {
    top: 0.1rem;
}

.login-modal__logo {
    height: 4rem;
}

.login-modal {
    padding: 2rem 1.875rem 2rem 1.875rem;
}

.login-modal__footer label[for="save_pass"] {
    font-size: 14px;
    line-height: 27px;
}

.product_empty {
    position: absolute;
    right: 0px;
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
    cursor: pointer;
    text-align: center;
}

.text__left {
    position: relative;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.product_empty .tooltiptext {
    visibility: hidden;
    width: 220px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: -100px;


    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}

/* Tooltip arrow */
.product_empty .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.product_empty:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.product_empty:before {
    content: "!";
    line-height: 1;
}

.header__menu li {
    position: relative;
}

.header__menu .count {
    position: absolute;
    top: 5px;
    right: -10px;
    font-size: 12px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    line-height: 14px;
    width: 16px;
    height: 16px;
    background-color: transparent;
    text-align: center;
    color: #dc6060;
    border: 1px solid #dc6060;
}

.applications__detail .img_wrap img {
    width: 100% !important;
    object-fit: contain;
}

.active .download {
    width: 20px;
    height: 20px;
    background-image: url("/images/download.gif");
    background-size: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
}

a:hover, a:focus {
    color: #dc6060;
}

.index-slider__item:before {
    background: none !important;
}

.index-slider__item:after {
    background: none !important;
}

.catalog_list table tbody tr {
    border-bottom: .625rem solid #e3e3e3;
}

.news_container .img_wrap img {
    min-width: auto;
    height: 500px;
    min-height: auto;
}

.price .file_size {
    top: 3.3125rem;
}

.catalog_list table tbody td:first-child {
    padding: 0 .625rem;
}

.ism_in_2 {
    position: relative;
}

.ism_in_2:after {
    content: '2';
    font-size: .5rem;
    position: absolute;
    top: -.2375rem;
}

.img_wrap {
    text-align: center;
}

.catalog__mobile__item img {
    height: 100%;
    width: auto !important;
    max-width: 100% !important;
    object-fit: contain;
}

.list-view {
    width: 100%;

}

/*.left__menu .contacts {
    position: relative!important;
    margin-top: 130px;
}*/
@media screen  and (max-height: 700px) {

    .left__menu .contacts .address__title {
        font-size: 12px;
    }

    .left__menu .contacts .address span {
        font-size: 10px;
    }

    .left__menu .contacts .copy {
        display: none;
    }

    .left__menu .contacts .address__link {
        font-size: 10px;
    }

    .left__menu .contacts .email, .left__menu .contacts .phone {
        margin-bottom: 0px
    }
}

.tooltip {
    position: relative;
    display: inline-block;
    overflow: auto;
    width: 100%;

    opacity: 1;
}

.status--green {
    color: #71b582;
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.file .preview {
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.file {
    position: relative;
}

.file--docx:before{background-image:url(../images/word.png)}

.file--pdf:before{background-image:url(../images/pdf.png)}

.file--xlsx:before{background-image:url(../images/excel.png)}

.applications__list .table {
    margin-bottom: 0px !important;
}

.applications__list {
    border: 1px solid #d9d9dc;
    border-bottom: none;
}

.page .table {
    border: 1px solid #d9d9dc;
}

.address span {
    font-size: 0.9rem;
}

.select2-container--krajee .select2-selection--single .select2-selection__clear {
    right: 2rem !important;
    top: 0.13rem !important;;
}

.product__content p .ism_in_2 {
    position: relative;
}

.product__content p .ism_in_2:after {
    content: '2';
    font-size: .5rem;
    position: absolute;
    top: -.2375rem;
}

a:hover {
    text-decoration: none;
}

.header__logo .btn_tablet_toggle:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: .75rem;
}

.header > .container {
    padding: 0px !important;
}

.show_more {
    position: relative;
    margin: 2rem auto;
    width: 200px;
    text-align: center;
    color: #dc6060;
    cursor: pointer;
}

@media screen and (max-width: 766px) {
    .feedback__modal {
        padding: 5.5625rem 1.875rem;
    }
}

.index-slider {
    margin-bottom: 0px;
}

.catalog__mobile__cont .catalog__mobile__item .img_wrap {
    max-height: 190px;
}

.catalog__mobile__item__name {
    font-size: 0.81rem;
}

.control-label {
    font-weight: normal;
}

.catalog__mobile__item {
    height: 350px;
}

.catalog__mobile__item__name {
    min-height: 40px;

}

html {
    font-size: medium !important;
}

.catalog_list p {
    margin: 0;
}

.catalog_list table th {
    text-align: center;
}

.breadcrumbs li:before {
    font-size: 0.7rem !important;
}

.header * {
    color: #151515;
    font-size: 1rem;
}

.header__menu > li {
    margin-right: 2rem;
}

.header .container {
    margin-left: 20px;
}

.header__logo .header_message_btn {
    left: 100px;
}

.d-none {
    display: none;
}

.file_link {
    margin-bottom: 0;
}

.form-filter {
    width:100%;
    padding:1.875rem .3125rem;
    background-color:#fff;
    -webkit-border-radius:.5rem;
    border-radius:.5rem;
    margin-bottom:1.875rem
}

.filter input {
    height: 34px;
}

.filter__line {
    margin-bottom: 0.9375rem;
}

.filter__line .form_control {
    margin-bottom: 0;
}

.filter .categories-wrapper ul {
    display: inline-block;
}

.filter .categories-wrapper > span {
    padding: 10px 15px;
    vertical-align: middle;
    float: left;
}

.filter .categories a {
    text-decoration: none;
    background-color: #eeeeee;
}

.btn-open-filter {
    border: 0.0625rem solid #d9d9dc;
    margin-bottom: 0.9375rem;
    font-size: 1.25rem;
    background-color: #fff;
}

.btn-open-filter:before {
    content: "\e995";
    font-family: icon !important;
    padding-right: 10px;
}

.with-sub {
    position: relative;
    /*height: 20px;*/
    line-height: 1rem;
    margin-bottom: 2rem;

    text-align: center;
}

.with-sub .sub-text {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 340px;
    font-size: 1.2rem;
    color: #bf0f0f;
}

.with-sub .sub-text2 {
    font-weight: normal;
    color: #bf0f0f;
}
.with-sub .sub-text2 a {
    text-decoration: underline;
}

.left__menu .contacts .email {
    margin-bottom: 0;
}

@media screen and (max-height: 700px) {
    .left__menu li {
        line-height: 2.5rem;
    }

    .left__menu li .icon {
        line-height: 2.5rem;
    }
}

@media screen and (max-width: 1024px) {
    .header * {
        font-size: 0.8rem;
    }
}

@media screen and (max-width: 960px) {
    .header__menu > li {
        margin-right: 1.5rem;
    }
    .price {
        width: 33.33%;
    }
}

@media screen and (max-width: 840px) {
    .header__menu > li {
        margin-right: 1rem;
    }
}

@media screen and (max-width: 767px) {
    .price .file_size {
        top: 4.5rem;
    }
    .file .preview {
        height: 80px;
    }
    .price {
        width: 50%;
    }
}

@media screen and (max-width: 600px) {
    .with-sub {
        margin-bottom: 20px;
    }
    .with-sub .sub-text {
        font-size: 1rem;
        width: 285px;
    }
}

@media screen and (min-width: 1279px) {
    .header__logo {
        width: 15%;
    }
}

@media screen and (min-width: 1279px) and (max-width: 1500px) {
    .header * {
        font-size: 0.8rem;
    }
    .header__profile {
        width: 22%;
    }
    .header__logo {
        width: 19%;
    }
    .header__menu > li {
        margin-right: 1.8rem;
    }
    .header__cart {
        right: 250px;
    }
    .price {
        width: 25%;
    }
    .file .preview {
        height: 90px;
    }
}

@media screen and (min-width: 1279px) and (max-width: 1350px) {
    .header__logo {
        width: 21%;
    }
}

@media screen and (min-width: 1500px) and (max-width: 1666px) {
    .header__menu {
        width: 55%;
    }
    .header__logo {
        width: 18%;
    }
    .header__menu > li {
        margin-right: 1.2rem;
    }
    .header__message {
        left: -80px;
    }
}

@media screen and (min-width: 1700px) and (max-width: 1850px) {
    .header__logo {
        width: 16%;
    }
}
