html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1;
    background-color: #FFFFFF;
}

* {
    box-sizing: border-box;
}

.l-container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 16px;
}

.l-container:after {
    display: table;
    content: ' ';
    clear: both;
}

.f-clear:after {
    display: table;
    content: ' ';
    clear: both;
}

a:hover {
    color: #9d13b6;
}

/*.b-header__menu {*/
/*    float: left;*/
/*}*/

.b-header__top {
    padding: 26px 46px 24px 46px;
    background: url("../images/header-top/amcrys-top-img.jpg") no-repeat right top;
    background-size: cover;
}

.b-header__bottom {
    /*display: -webkit-box;*/
    /*display: -webkit-flex;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*-webkit-box-align: center;*/
    /*-webkit-align-items: center;*/
    /*-ms-flex-align: center;*/
    /*align-items: center;*/
    /*-webkit-box-pack: justify;*/
    /*-webkit-justify-content: space-between;*/
    /*-ms-flex-pack: justify;*/
    /*justify-content: space-between;*/
}

.b-header__logo {
    float: left;
}

.b-header__logo-link {
    display: inline-block;
    vertical-align: middle;
    width: 171px;
    height: 106px;
    margin-right: 56px;
    background: url("../images/header-top/logo.png") no-repeat center;
    background-size: contain;
}

.b-header__top-title {
    display: inline-block;
    vertical-align: middle;
    font-size: 35px;
    line-height: 45px;
    color: #ffffff;
    font-weight: 800;
    font-style: italic;
}

.b-header__menu {
    list-style: none;
}

/*.b-header__menu-item {*/
/*    float: left;*/
/*    position: relative;*/
/*}*/

/*.b-header__menu-item a {*/
/*    display: block;*/
/*    font-size: 18px;*/
/*    padding: 30px 10px;*/
/*    color: #ffffff;*/
/*    text-decoration: none;*/
/*    -webkit-transition: background-color, 0.2s, linear;*/
/*    transition: background-color, 0.2s, linear;*/
/*}*/

/*.b-header__menu-item > a:hover {*/
/*    background-color: #FFFFFF;*/
/*    color: #1e78ff;*/

/*    -webkit-transition: background-color, 0.2s, linear;*/
/*    transition: background-color, 0.2s, linear;*/
/*}*/

.b-form {
    position: relative;
    width: 256px;
    float: right;
    padding: 14px 0;
}

.b-form__input {
    width: 100%;
    height: 46px;
    padding: 7px 16px;
    padding-right: 36px;
    border: 1px solid #1e78ff;
    font-weight: 600;
    font-size: 16px;
    outline: none;
    color: #FFFFFF;
    border-radius: 50px;
    background-color: #343434;
}

.b-form__input::-webkit-input-placeholder {
    color: #1e78ff;
}

.b-form__input:-moz-placeholder {
    color: #1e78ff;
}

.b-form__input::-webkit-search-cancel-button {
    display: none;
}

.b-form__input-btn {
    width: 27px;
    height: 27px;
    position: absolute;
    border: none;
    background: transparent url("../images/header-top/search.png") no-repeat center;
    background-size: contain;
    cursor: pointer;
    font-size: 0;
    outline: none;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.b-inner-menu:not(.newLVL) {
    display: none;
    position: absolute;
    /*width: 245px;*/
    background-color: #ffffff;
    top: 100%;
    left: 0;
    z-index: 2;
    /*box-shadow: 0 0 16px rgba(109, 111, 122, 0.2);*/
    -webkit-box-shadow: inset 0 8px 16px -8px rgba(109, 111, 122, 0.2);
    -moz-box-shadow: inset 0 8px 16px -8px rgba(109, 111, 122, 0.2);
    box-shadow: inset 0 8px 16px -8px rgba(109, 111, 122, 0.2);
    padding: 30px 40px;
    width: 780px;
}

li.b-header__menu-item > .b-inner-menu:after {
    box-shadow: 0 0 16px rgba(109, 111, 122, 0.2);
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    clip-path: inset(0px -16px -16px -16px);
    top: 0;
    left: 0
}

.b-inner-menu.newLVL {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 12px;
}
.b-inner-menu.open {
    display: block;
}

.b-inner-menu__item {
    position: relative;
}

.b-inner-menu__item a {
    font-size: 20px;
    color: #000000;
    font-weight: normal;
    /*padding: 7px 30px;*/
}

.b-inner-menu__item a:hover {
    color: #1e78ff;
}

.b-header__bottom {
    position: relative;
    background-color: #343434;
}

.button_contact {
    display: inline-block;
    padding: 15px 36px;
    font-size: 22px;
    color: #ffffff;
    background-color: #1e78ff;
    border: 0;
    cursor: pointer;
    margin-top: 30px;
    float: right;
}

.button_contact:hover {
    color: #1e78ff;
}

.u_text {
    display: inline-block;
    padding: 15px 36px;
    font-size: 22px;
    color: #ffffff;
    background-color: #1e78ff;
    border: 0;
    cursor: pointer;
    margin-top: 30px;
    float: right;
}

.u_text:hover {
    background-color: #9d13b6;
}

#td_login td p {
    font-size: 20px;
}

.u_login {
    margin-bottom: 15px;
}

#td_login td input[type=text] {
    height: 30px;
}

#td_login td input[type=password] {
    height: 30px;
}

/*stickly menu*/

.stickly {
    z-index: 149;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    margin: 0;

}

.sticklyMob {
    z-index: 149;
    position: fixed;
    top: 50px;
    /*width: 100%;*/
    /*background: rgba(14, 15, 15, .5);*/
    background-color: #1e68ff;
    margin: 0;
    padding: 15px;
}

.b-map iframe {
    pointer-events: none;
    position: relative; /* IE needs a position other than static */
}

.b-map iframe.clicked {
    pointer-events: auto;
}

.b-content__menu-list {
    padding: 0;
    text-align: center;
}

.b-content__menu {
    background-color: #1e68ff;
}

.b-content__menu-item {
    display: inline-block;
    vertical-align: middle;
}

.b-content__menu-item a {
    display: block;
    color: #FFFFFF;
    font-size: 18px;
    padding: 14px 10px;
}

.b-content__img {
    font-size: 0;
}

.b-content__img img {
    width: 100%;
    height: auto;
}

.b-content__bottom {
    margin-bottom: 60px;
}

.b-slider__item-content {
    display: none;
}

@media screen and (max-width: 992px) {
    .b-header {
        position: relative;
    }

    .b-header__bottom {
        display: none;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 3;
        background: url("../images/menu.png") no-repeat center;
        background-size: cover;
    }

    .b-header__bottom.active {
        display: block;
    }

    .b-header__top {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .b-header__top.f-clear:after {
        display: none;
    }

    .b-header__menu-item {
        float: none;
        border-bottom: 1px solid #ffffff;
    }

    .b-header__menu-item:first-child {
        border-top: 1px solid #ffffff;
    }

    .b-header__menu-item a {
        color: #ffffff;
        padding-left: 96px;
    }

    .b-header__menu-item a:hover {
        background-color: transparent;
    }

    .b-header__menu {
        float: none;
        margin: 0 -15px;
    }

    .b-inner-menu.open {
        position: static;
    }

    .b-inner-menu {
        width: 100%;
        background-color: #ffffff;
    }

    .b-inner-menu__item a {
        color: #000000;
    }

    .b-form {
        width: 400px;
        float: none;
        padding-left: 64px;
    }

    .b-form__input {
        background: transparent;
    }

    .b-header__top-title {
        font-size: 30px;
    }

    .b-header__menu-item .arrow {
        position: relative;
    }

    .b-header__menu-item .arrow:after {
        width: 32px;
        height: 34px;
        content: ' ';
        position: absolute;
        background: url("../images/arrow.png") no-repeat center;
    }
}

@media screen and (max-width: 768px) {
    .b-slider__item-content {
        display: block;
        position: absolute;
        padding: 50px 0;
        top: 0;
        margin: auto;
        z-index: 2;
        text-align: center;
        width: 100%;
        height: 100%;
        background-color: #343434;
    }

    .b-header__top-title {
        display: none;
    }

    .b-header__top {
        padding-left: 25px;
    }
}

@media screen and (max-width: 480px) {
    .b-form {
        width: 200px;
        float: none;
        padding-left: 0;
    }

    .b-header__menu-item a {
        padding-left: 15px;
    }
}



.b-slider__item-title {
    font-size: 50px;
    line-height: 70px;
    color: #ffffff;
    font-weight: 800;
    text-align: center;
    margin-bottom: 8px;
}

.b-slider__item-btn {
    display: inline-block;
    margin: auto;
    padding: 20px 36px;
    font-size: 22px;
    color: #ffffff;
    text-decoration: underline;
    background-color: #1e78ff;
}

.b-slider__item-btn:hover {
    background-color: #9d13b6;
    color: #ffffff;
}

.b-content-item-title {
    font-size: 25px;
    font-weight: 800;
    margin-bottom: 70px;
    text-align: center;
}

.b-content__item-sbtitle {
    font-size: 18px;
    line-height: 23px;
    color: #1e78ff;
    padding-bottom: 36px;
    font-weight: 800;
    font-style: italic;
}

.b-content__item-sbtitle + div {
    font-size: 30px;
    line-height: 40px;
    color: #1e78ff;
    padding-bottom: 36px;
    font-weight: 800;
    font-style: italic;
}

.b-content-item-inner {
    position: relative;
}

.b-content__item-img {
    position: absolute;
    right: 30px;
    padding: 0 25px;
    top: 0;
    width: 40%;
}

.b-content__item-img img {
    width: 100%;
    height: auto;
}

.b-content__item-text {
    font-size: 16px;
    line-height: 23px;
}

.b-content__item-text p {
    padding: 10px 0;
    text-align: justify !important;
}

.b-content__item-text ul {
    list-style: disc;
    margin-left: 20px;
}

.m-content__item-text_indentb {
    margin-bottom: 46px;
}

.m-content__item_left {
    right: inherit;
    left: 0;
}

.m-content__item_right {
    float: right;
}

.b-product {
    padding: 60px 0;
    background-color: #f4f4f4;
}

.b-product__title, .b-news__title {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 60px;
    text-align: center;
}

.b-product__img {
    margin-bottom: 32px;
}

.b-product__img img {
    width: 100%;
    height: auto;
}

.b-product__link {
    display: block;
    text-align: center;
    font-size: 30px;
    color: #1e68ff;
    font-weight: 600;
}

.b-product__link:hover {
    color: #9d13b6;
}

.b-news__thumbnail-title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 34px;
}

.b-news__thumbnail-text {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 8px;
    text-align: justify;
}

.b-news__thumbnail-link {
    font-size: 20px;
    line-height: 30px;
    color: #1e68ff;
}

.b-news__thumbnail-link:hover {
    color: #9d13b6;
}

.b-news {
    padding: 30px 0;
}

.b-construction {
    font-size: 60px;
    padding: 100px;
    text-transform: uppercase;
    text-align: center;
    color: #1e78ff;
}

.b-items {
    padding-top: 80px;
    padding-bottom: 44px;
}

.b-content__title {
    font-size: 40px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 66px;
    margin-top: 66px;
    text-align: center;
}

.b-map {
    margin-bottom: 70px;
}

.b-contacts {
    margin-bottom: 82px;
}

.b-contacts__input {
    width: 100%;
    background-color: #FFFFFF;
    outline: none;
    height: 55px;
    padding: 0 20px;
    line-height: 55px;
    font-size: 22px;
    color: #989898;
    border: 1px solid #989898;
    box-shadow: 3px 3px rgba(152, 152, 152, .6);
}

.b-contacts__input::-webkit-input-placeholder {
    color: #989898;
}

.b-contacts__input:-moz-placeholder {
    color: #989898;
}

.b-contacts__input:focus {
    border-color: #71a2ff;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(30, 120, 255, 0.5), 0 0 8px rgba(30, 120, 255, 0.5);
    box-shadow: inset 0 1px 1px rgba(30, 120, 255, 0.5), 0 0 8px rgba(30, 120, 255, 0.5);
}

.b-contacts__textarea {
    width: 100%;
    background-color: #ffffff;

    outline: none;
    font-size: 22px;

    height: 216px;
    padding: 18px;
    resize: none;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: #989898;
    border: 1px solid #989898;
    box-shadow: 3px 3px rgba(152, 152, 152, .6);
}

.b-contacts__textarea::-webkit-input-placeholder {
    color: #989898;
}

.b-contacts__textarea:-moz-placeholder {
    color: #989898;
}

.b-content__title {
    margin-top: 50px;
    margin-bottom: 43px;
}

.b-contacts__textarea:focus {
    border-color: #71a2ff;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(30, 120, 255, 0.5), 0 0 8px rgba(30, 120, 255, 0.5);
    box-shadow: inset 0 1px 1px rgba(30, 120, 255, 0.5), 0 0 8px rgba(30, 120, 255, 0.5);
}

.b-contacts__right {
    float: right;
    padding: 0 15px;
}

.b-contacts__input-wrap label {
    font-size: 22px;
    line-height: 50px;
    color: #000000;
}

.b-address__item {
    font-size: 20px;
    line-height: 30px;
    color: #000000;
}

.b-cat-item {
    margin-bottom: 15px;
}

.b-cat-item:first-child .b-cat-item__title {
    padding-top: 0;
}

.b-cat-item__title {
    cursor: pointer;
    font-size: 25px;
    font-weight: 700;
    color: #7e7e7e;
    position: relative;
    padding-top: 15px;
    border-top: 1px solid #7e7e7e;
}

.b-cat-item:first-child .b-cat-item__title {
    border-top: none;
}

.b-cat-item__title-markets {
    cursor: pointer;
    font-size: 30px;
    font-weight: 700;
    color: #1e78ff;
    position: relative;
    text-decoration: none;
}

.b-cat-item__title-markets.active {
    background-color: #9d13b6;
    color: #ffffff;
}

.b-cat-item__title.active:after {
    transform: rotate(180deg);
    transition: transform 0.2s linear;
}

.b-cat-item__title:hover {
    color: #1e78ff;
}

.b-cat-item__list-item a {
    display: block;
    font-size: 18px;
    padding: 10px;
    color: #7e7e7e;
    text-decoration: none;

}

.b-cat-item__list-item a.active {
    color: #1e78ff;

}

.b-cat-item__list-item a:hover {
    color: #1e78ff;
}

.b-cat-item__list {
    display: none;
    padding-top: 10px;
}

.b-product-info {
    margin-bottom: 15px;

}

.resp-tab-content * {
    font-size: 16px;
    line-height: 23px;
}

.resp-tab-content ul {
    list-style: disc;
    font-size: 16px;
    line-height: 23px;
    padding-left: 26px;
}

.b-product-info > p {
    float: left;
    width: 60%;
    font-size: 16px;
    line-height: 23px;
    padding-right: 30px;
    text-align: justify;
}

.b-product-info__img {
    float: right;
    width: 40%;
}

.b-product-info__img img {
    width: 100%;
    height: auto;
}

.b-content__right-top-text {
    font-size: 20px;
    line-height: 30px;
    overflow: auto;
}
.b-content__right-top-text table {
    width: 100%;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 36px;
    margin-top: 36px;
}
.b-content__right-top-text table td {
    padding: 10px;
}
.b-content__right-top-text p {
    font-size: 16px;
    line-height: 23px;
}

.b-content__right-top-text table td {
    border: 1px solid #aeaeae;
    border-collapse: collapse;
    border-spacing: 0;
}

.b-content__right-top {
    margin-bottom: 55px;
}

.desc-info {
    width: 65%;
    padding: 28px;
    background-color: #f5f5f5;
}

.desc-info__item {
    margin-bottom: 23px;
}

.desc-info__item:before {
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 31px;
    margin-right: 18px;
    content: ' ';
    background: url("../images/pdf.png") no-repeat;
}

.desc-info__item a {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    color: #1e78ff;
}

.desc-info__item a:hover {
    color: #9d13b6;
}

.b-products-thumbnail__top {
    float: left;
    width: 25%;
    margin-bottom: 54px;
    text-align: center;
}

.b-products-thumbnail__top img {
    width: 100%;
    height: auto;
}

.b-products-thumbnail__bottom_lvl {
    float: right;
    width: 75%;
    padding-left: 15px;
}

.b-products-thumbnail__img {
    display: inline-block;
    vertical-align: bottom;
}

.b-products-thumbnail__title {
    display: inline-block;
    vertical-align: bottom;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 25px;
}

.b-products-thumbnail__text {
    margin-bottom: 27px;
}

.b-products-thumbnail__text p {
    font-size: 16px;
    line-height: 23px;
    text-align: justify;
}

.read-more-btn {
    font-size: 20px;
    color: #1e68ff;
}

.read-more-btn:hover {
    color: #9d13b6;
}

.b-material__item {
    margin-right: 30px;
    margin-bottom: 20px;
    display: inline-block;
    vertical-align: top;
}

.b-material__item a {
    color: #1e68ff;
    font-size: 18px;
}

.b-material__item a:hover {
    color: #9d13b6;
}

.m-products-thumbnail_color {
    background-color: #eaeaea;
}

.b-products-thumbnail {
    padding: 20px 0 56px 0;
}

.b-footer {
    background-color: #343434;
    padding-top: 16px;
    padding-bottom: 20px;
}

.b-footer__item-title {
    display: block;
    font-size: 18px;
    color: #1e78ff;
    margin-bottom: 11px;
    margin-top: 8px;
}

.b-footer__menu a {
    display: block;
    font-size: 16px;
    color: #ffffff;
    line-height: 23px;
    margin-bottom: 6px;
}

.b-footer__menu a:hover {
    color: #83ffe3;
}

.l-footer__top {
    padding-bottom: 12px;
    border-bottom: 1px solid #1e78ff;
}

.b-footer__cr {
    float: left;
}

.b-footer__cr-item {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    color: #1e78ff;
}

.b-footer__cr-item * {
    display: inline-block;
    font-size: 16px;
    text-decoration: underline;
    color: #1e78ff;
}

.b-footer__cr-item *:hover {
    text-decoration: none;
}

.b-footer__contacts {
    float: right;
}

.b-footer__contacts-item {
    margin-bottom: 10px;
    font-size: 16px;
    color: #1e78ff;
}

.b-footer__contacts-item * {
    display: inline-block;
    font-size: 16px;
    color: #1e78ff;
}

.b-footer__contacts-item *:last-child {
    text-decoration: underline;
}

.b-footer__contacts-item *:last-child:hover {
    text-decoration: none;
}

.l-footer__bottom {
    padding-top: 18px;
}

.owl-dot {
    display: inline-block;
}

.owl-dots {
    position: absolute;
    bottom: 25px;
    right: 15px;
}

.owl-dot {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    background-color: #ffffff;
    border-radius: 50%;
    margin-right: 10px;
}

.owl-dot.active span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    background-color: #23527c;
    border-radius: 50%;
}

.b-content__item-text h2 {
    font-size: 22px;
    font-weight: bold;

}

.b-content__services-item p {
    font-size: 30px;
    font-weight: 700;
    color: #1e78ff;
    position: relative;
    margin-bottom: 26px;
}

.b-content__services-item span {
    display: none;
    font-size: 20px;
    padding: 10px;
    padding-left: 0;
    color: #1e68ff;
}

.b-content__services-item a {
    display: block;
    color: #1e68ff;
    font-size: 20px;
    padding: 10px;
}

.b-content__services-item a:hover {
    color: #9d13b6;
}

/*.b-inner-menu.newLVL {*/
/*    position: absolute;*/
/*    left: 100%;*/
/*    top: 0;*/
/*}*/

/*.b-inner-menu.newLVL.open {*/
/*    display: block;*/
/*}*/

.b-product-info strong {
    font-style: italic;
}

.b-content__right {
    float: right;
}

.b-content__right-top-text ul {
    list-style: disc;
    margin-left: 20px;
}

@media screen and (max-width: 768px) {
    .b-footer__cr, .b-footer__contacts {
        float: none;
        text-align: center;
    }

    .b-footer__cr {
        margin-bottom: 32px;
    }
}

@media screen and (max-width: 480px) {
    .b-footer__item {
        padding-left: 0;
        padding-right: 0;
    }

    .b-products-thumbnail__top, .b-products-thumbnail__bottom_lvl {
        float: none;
        width: 100%;
        padding: 0;
    }
}

.img-txt-wrap:after {
    display: table;
    content: ' ';
    clear: both;
}

.img-txt-wrap div {
    padding: 0 15px;
    padding-bottom: 15px;
    float: left;
    width: 33.3333%;
}

.img-txt-wrap div img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 768px) {
    .img-txt-wrap div {
        padding: 0 15px;
        float: left;
        width: 50%;
    }
}

@media screen and (max-width: 480px) {
    .img-txt-wrap div {
        padding: 0 15px;

        float: left;
        width: 100%;
    }
}

em {
    font-style: italic;
}

.b-form__input:focus::-webkit-input-placeholder {
    font-size: 0;
}

.b-form__input:focus:-moz-placeholder {
    font-size: 0;
}

#nav {
    box-shadow: 2px 0 4px rgba(0, 0, 0, 0.6);
}

ul#nav {
    padding: 0;
}

#nav li {
    list-style: none;
    width: 25%;
}

#nav li a {
    display: block;
    background: #1e68ff;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #999;
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 18px;
    padding: 14px 42px;
}

#nav li a:hover, #nav li a.active {
    background: #ffffff;
    color: #1e68ff;
    font-weight: bold;
    font-size: 18px;
    text-decoration: underline;
}

#nav section {
    display: none; /* I NEED TO FIX THIS */
    float: left;
    background: #FFFFFF;
    overflow: hidden;
    padding: 1% 3% 0 3%;
}

.no-js #nav section {
    display: block; /* I NEED TO FIX THIS */
}

#nav li ul li a {
    padding: 10px 25px;
    border-bottom: 1px dotted #ccc;
}

.resp-tabs-list {
    display: table;
}

.resp-tabs-list li {
    display: table-cell;
    background-color: #1e68ff;
    color: #FFFFFF;
    text-decoration: underline;
    font-size: 18px;
    float: none;
}

.resp-tabs-list li:hover {
    background-color: #1560d0;
}

li.resp-tab-item.resp-tab-active {
    border: none;
    background-color: #FFFFFF;
    color: #1e68ff;
    text-decoration: none;
}

/*.resp-tab-item br {*/
/*display: none;*/
/*}*/

#horizontalTab {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .64);

}

.resp-tab-content {
    border: none;
}

.demo {
    margin-bottom: 42px;
}

.b-product__thumbnail.search {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-left: -4px;
    margin-bottom: 26px;
}
.owl-dots {
    right: 15px;
    width: 100%;
    text-align: right;
}
.b-slider__item-descr {
    font-size: 20px;
    line-height:30px;
    color: #ffffff;
    font-weight: bold;
}
.b-slider__item-title {
    font-size: 30px;
    line-height:35px;
    margin-bottom: 35px;
    font-style: italic;
}
@media screen and (max-width: 1100px) {




    .b-slider .owl-item {
        height: 100%;
    }

    /*.b-slider .owl-item img {*/
    /*width: auto;*/
    /*}*/
    .b-slider .owl-stage-outer {
        height: 100%;
    }

    .b-slider .owl-stage {
        height: 100%;
    }

    .b-slider .b-slider__item {
        height: 100%;
    }
}

@media screen and (max-width: 992px) {
    .b-inner-menu.newLVL.open {
        position: static;
    }

    .b-content__item-img {
        position: static;
    }

    .b-content__item {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .b-content__item-img {
        float: none;
        margin-right: auto;
        margin-left: auto;
        width: 66.66666667%;
    }

    .b-product__wrap {
        width: 66.66666667%;
        margin-left: auto;
        margin-right: auto;
    }

    .b-product__thumbnail {
        margin-bottom: 52px;
    }

    .b-news__thumbnail {
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 66px;
    }

    .b-footer__item {
        float: none;
        display: inline-block;
        vertical-align: top;
    }

    .l-footer__item-wrap {
        font-size: 0;
    }

    .b-product__wrap {
        width: 100%;
    }

    .b-product-info p {
        display: block;
        width: 100%;
    }

    .b-product-info__img {
        width: 100%;
        padding-top: 50px;
    }

    .desc-info__item a {
        width: 80%;
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .owl-dots {
        position: absolute;
        bottom: 25px;
        width: 100%;
        text-align: center;
        right: 0;
    }

    .b-slider {
        height: 50vh;
    }




    .b-contacts__right {
        float: none;
        margin-bottom: 60px;
    }

    .b-contacts__left {
        float: none;
        width: 100%;
    }

    .b-content__left {
        width: 100%;
        float: none;
        background-color: #f6f6f6;
        padding-bottom: 15px;
    }

    .b-categories {
        max-width: 166px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .b-content__right {
        width: 100%;
        float: none;
    }

    .desc-info {
        width: 100%;
    }

    h2.resp-accordion {
        background-color: #1e68ff;
        padding: 23px 15px;
        font-size: 18px;
        color: #ffffff;
        text-decoration: underline;
    }

    h2.resp-tab-active {
        background-color: #ffffff !important;
        padding: 23px 15px !important;
        font-size: 18px !important;
        color: #1e68ff !important;
        text-decoration: none !important;
    }

    h2.resp-accordion:first-child {
        border-top: none !important;
    }

    .resp-tab-active {
        border: none !important;
    }
}

@media screen and (max-width: 480px) {
    .b-news__thumbnail {
        padding-left: 0;
        padding-right: 0;
    }

    .b-content__item-img {
        width: 100%;
    }
}

.header-wrap {
    height: 80px;
    /*background: #FFFFFF;*/
    /*box-shadow: 0 0 16px rgba(109, 111, 122, 0.2);*/
    display: flex;
    justify-content: space-between;
}

header.b-header {
    background: #FFFFFF;
    box-shadow: 0 0 16px rgba(109, 111, 122, 0.2);
    position: relative;
    z-index: 100000;
}

.header_inner-logo {
    width: 77.43px;
    height: 48px;
    display: inline-block;
    margin: 16px 0;
    background: url("../images/logo-color1.png") no-repeat center;
    background-size: contain;
}

.b-header__menu-item {
    /*position: relative;*/
    height: 80px;
    display: flex;
    align-items: center;
}

.b-header__menu-item a {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    text-decoration: none;
    -webkit-transition: background-color, 0.2s, linear;
    transition: background-color, 0.2s, linear;
}

.b-header__menu-item > a:hover {
    color: #1E78FF;
    /*border-bottom: 2px #1E78FF solid;*/
    -webkit-transition: background-color, 0.2s, linear;
    transition: background-color, 0.2s, linear;
}

.header-wrap-right {
    display: flex;
    align-items: center;
}

.b-header__menu {
    display: flex;
    width: 778px;
    justify-content: space-evenly;
    position: relative;
    cursor: pointer;
}

.b-header__menu-item > a {
    position: relative;
}

.b-header__menu-item > a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #1E78FF;
    /*transition: width .3s;*/
    position: absolute;
    bottom: -6px;
}

.b-header__menu-item > a:hover::after {
    width: 100%;
    /*transition: width .3s;*/
}

.b-header__menu-item:hover > .b-inner-menu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 50px;
    grid-row-gap: 0;
}

.b-inner-menu.newLVL a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #6D6F7A;
    line-height: 22px;
}

.b-inner-menu.newLVL a:hover {
    color: #1E78FF;
}

.b-inner-menu__item > a {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: #333333;
}
.b-header__menu-item:nth-child(2):hover > .b-inner-menu > li:nth-child(1) {
    grid-area: 1 / 1 / 5 / 2;
}
.b-header__menu-item:nth-child(2):hover > .b-inner-menu > li:nth-child(2) {
    grid-area: 1 / 2 / 5 / 3;
}
.b-header__menu-item:nth-child(2):hover > .b-inner-menu > li:nth-child(3) {
    grid-area: 1 / 3 / 2 / 4;
}
.b-header__menu-item:nth-child(2):hover > .b-inner-menu > li:nth-child(4) {
    grid-area: 2 / 3 / 3 / 4;
    margin-top: 15px;
}

.header-search-form {
    position: relative;
    height: 24px;
    width: 24px;
    right: 18px;
}

input.header-search-input {
    color: #6D6F7A;
    position:absolute;
    right: 0;
    z-index:5;
    transition: z-index 0.8s, width 0.5s, background 0.3s ease, border 0.3s;
    width: 0;
    margin: 0;
    padding: 5px 0 5px 40px;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 24px;
    border: 1px solid transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE4LjAxODMgMTguNDg1MUwyMS41NDIzIDIyIiBzdHJva2U9IiM5MDkwOTAiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPGNpcmNsZSBjeD0iMTEuNzY2NiIgY3k9IjExLjc2NjYiIHI9IjguOTg4NTYiIHN0cm9rZT0iIzVDNUM1QyIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K) no-repeat left 9px center transparent;
    /*background-size:18px;*/
    height: 40px;
    top: -7px;
}
.header-search-form.open > input.header-search-input {
    z-index:3;
    width: 275px;
    border: 1px solid #D6D6D6;
    background-color: #ffffff;
    outline: none;
    cursor:auto;
    padding-right: 10px;
}

input.header-search-button {
    position: absolute;
    z-index: 4;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    border-radius: 30px;
    cursor: pointer;
    background: none;
}

input.header-search-input::-webkit-search-cancel-button {
    cursor:pointer;
}

.header-search-form.open > input.header-search-button {
    z-index: 6;
    top: -7px;
    left: -246px;
    width: 36px;
    height: 40px;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance:none;
}

.b-cross {
    display: none;
    cursor: pointer;
    position: fixed;
    top: 18px;
    right: 18px;
    width: 40px;
    height: 40px;
    z-index: 149;
    background-color: #343434;
    padding: 19px;
}

.b-cross:after {
    content: ' ';
    width: 30px;
    height: 3px;
    background-color: #ffffff;
    margin: auto;
    transform: rotate(45deg);
    position: absolute;
    left: 5px;
}

.b-cross:before {
    content: ' ';
    width: 30px;
    height: 3px;
    background-color: #ffffff;
    margin: auto;
    transform: rotate(-45deg);
    position: absolute;
    left: 5px;
}

.menu-open {
    padding: 5px;
    display: none;
    cursor: pointer;
    position: fixed;
    top: 18px;
    right: 18px;
    background-color: #343434;
    z-index: 149;
    width: 40px;
    height: 40px;
}

.menu-open span {
    display: block;
    width: 29px;
    height: 3px;
    background-color: #ffffff;
    margin-bottom: 10px;
}

.menu-open span:nth-child(1) {
    margin: 4px auto 0;
}
.menu-open span:nth-child(2) {
    margin: 7px auto;
}
.menu-open span:nth-child(3) {
    margin: 7px auto;
}

@media (width <= 992px) {
    .header-wrap-right {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 148;
        width: 100%;
    }

    .b-mob-header__menu {
        width: 100%;
        background: #fff;
        padding-top: 30px;
        margin: auto;
        list-style: none;
    }

    .menu-open {
        display: block;
    }
    .b-header__menu {
        display: none !important;
    }
    .header-search-form {
        width: 100%;
        height: 80px;
    }
    input.header-search-input {
        left: 26px;
        top: 20px;
        max-width: 275px;
        width: 80% !important;
    }
}
@media (width > 992px) {
    .b-mob-header__menu, .menu-open, .b-cross {
        display: none !important;
    }
}

.b-mob-inner-menu__item {
    position: relative;
}
.b-mob-header__menu-item a {
    color: #000000;
    font-size: 20px;
    font-weight: normal;
    padding: 7px 30px 7px 96px;
    display: block;
    text-decoration: none;
    transition: background-color, 0.2s, linear;
}
.b-mob-inner-menu.newLVL {
    position: absolute;
    left: 100%;
    top: 0;
}
.b-mob-inner-menu.newLVL.open {
    position: static;
    display: block;
}
.b-mob-inner-menu {
    width: 100%;
    background-color: #ffffff;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
}
.b-mob-inner-menu__item a {
    font-size: 20px;
    color: #000000;
    font-weight: normal;
    padding: 7px 30px 7px 96px;
    display: block;
    text-decoration: none;
    transition: background-color, 0.2s, linear;
}
.b-mob-inner-menu.open {
    position: static;
    display: block;
}
.b-mob-header__menu-item {
    float: none;
    border-bottom: 1px solid #ffffff;
    position: relative;
}
/*.b-mob-header__menu {*/
/*    float: none;*/
/*    list-style: none;*/
/*}*/

.b-mob-inner-menu.open, .b-mob-inner-menu.newLVL.open {
    padding-left: 20px;
    margin: 8px 0;
}

.b-mob-header__menu > li {
    border-bottom: 1px #eee solid;
    padding: 15px 0;
}

.b-mob-inner-menu__item::before {
    color: #1E78FF;
    position: absolute;
    /* right: 0; */
    content: "-";
    /* position: absolute; */
    /* right: ; */
    left: 80px;
    top: 10px;
}

.b-header__menu .b-header__menu-item:nth-child(1):hover > .b-inner-menu,
.b-header__menu .b-header__menu-item:nth-child(3):hover > .b-inner-menu{
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

@media (width > 992px) {
    .header_inner-logo {
        width: 102.43px;
        height: 64px;
        margin: 8px 0;
    }
}