.navbar-form {
    width: 240px;
}

.footer__bottom-logo {
    position: relative;
    display: inline-block;
    text-align: left;
}

.footer__bottom-logo a {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}

.footer__bottom-menu {
    position: relative;
    display: inline-block;
    float: right;
    padding-top: 4px;
}

.footer__bottom-menu li {
    display: inline-block;
    padding: 0 0 0 35px;
}

.footer__bottom-menu li a {
    padding: 0;
    font-size: 16px;
    line-height: 24px;
}

.products {
    position: relative;
    padding-bottom: 35px;
}

.products .product-preview {
    width: 25%;
    float: left;
    padding: 10px 5px 0;
    min-height: 1px;
    position: relative;
    box-sizing: border-box;
    visibility: visible;
}

@media screen and (max-width: 750px) {
    .products .product-preview {
        width: 50%;
    }
}

@media screen and (max-width: 500px) {
    .products .product-preview {
        width: 100%;
    }
}

.products .product-preview:nth-child(1) {
    /*padding-left:0;*/
}

.products .product-preview:nth-child(4) {
    /*padding-right:0;*/
}

.products::after {
    content: ' ';
    clear: both;
    display: block;
}

.products .block_category {
    display: block;
    overflow: hidden;
    position: relative;
    background-color: #002152;
}

.products .block_category img {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.products .block_category__text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 3;
    background-color: rgba(12, 23, 34, .75);
}

.products .block_category__text>div {
    position: absolute;
    display: table;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    padding: 15px;
}

.products .block_category__text span {
    display: table-cell;
    line-height: 1.5;
    vertical-align: middle;
    padding: 0 12px;
    position: relative;
}

.products .block_category__text span::before, .products .block_category__text span::after {
    content: "";
    display: block;
    position: absolute;
    opacity: 0;
    border: 1px solid transparent;
    border-top-color: #fff;
    border-bottom-color: #fff;
    left: 50%;
    right: 50%;
    top: 0;
    bottom: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    box-sizing: border-box;
}

.products .block_category__text span::after {
    border: 1px solid transparent;
    border-left-color: #fff;
    border-right-color: #fff;
    left: 0;
    right: 0;
    top: 50%;
    bottom: 50%;
}

.products .block_category:hover .block_category__text span::before, .products .block_category:hover .block_category__text span::after {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 1;
}

.products .block_category:hover .block_category__text {
    background-color: rgba(0, 51, 128, .8);
}

.products .block_category:hover img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.header_section {
    color: #000;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    margin: 5px 0 15px;
    text-align: center;
    padding: 0;
}

.block_about_main_text {
    position: relative;
    padding: 0 5px 0 5px;
}

.breadcrumb-wrap {
    background-color: #eef3fc;
    margin: 0 0 10px;
}

.breadcrumb {
    font-size: 13px;
    line-height: 17px;
    padding: 14px 0;
    margin: 0;
    border-radius: 0px;
    background-color: transparent;
    list-style: none;
}

.breadcrumb {
    margin: 0 auto;
    max-width: 1250px;
    width: 100%;
}

.breadcrumb>li {
    padding-right: 6px;
}

.breadcrumb>li {
    display: inline-block;
}

.breadcrumb>li a {
    color: #000;
    text-decoration: none;
}

.breadcrumb>li+li:before {
    color: #000;
    font-weight: 400;
    padding: 0 6px 0 0;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.left-column .submenu h2 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1.1;
    color: #003d99;
    margin: 20px 0 15px 0;
}

.left-column .submenu ul li {
    line-height: 1.15;
    padding: 0;
    position: relative;
    display: block;
    border: 0;
    margin: 0;
    padding: 0;
}

.left-column .submenu ul a {
    display: block;
    position: relative;
    text-decoration: none;
    white-space: normal;
    padding: 14px 15px;
    color: #000;
    background-color: #f2f2f2;
    font-size: 15px;
    font-weight: 600;
}

.left-column .submenu ul a:hover {
    color: #fff;
    background-color: #3095e3;
}

section .left-column .submenu {
    padding: 0 20px 0 0;
}

section .left-column .submenu li a:hover {
    color: #fff;
}

section .left-column .submenu li {
    margin-bottom: 2px;
}

section .left-column .submenu .active_li a {
    color: #fff;
    background-color: #3095e3;
}

@media screen and (max-width: 620px) {
    /*, .footer__copyright, .footer__bottom-menu*/
    body .main_menu {
        display: none;
    }
    .footer__bottom-logo {
        text-align: center;
        display: block;
        padding-bottom: 20px;
    }
    .footer__bottom-menu {
        text-align: center;
        display: block;
        padding-bottom: 0;
        float: none;
    }
    .footer__bottom-menu li {
        padding: 0 15px 10px 15px;
    }
    .footer__copyright-inner-left, .footer__copyright-inner-right {
        width: 100% !important;
        display: block !important;
        float: none !important;
        text-align: left !important;
        padding: 0 0 0 20px;
    }
}

.breadcrumb-wrap .breadcrumb a {
    text-decoration: none;
    border: 0;
}

.breadcrumb-wrap .breadcrumb a:hover {
    text-decoration: underline;
}

.footer__copyright-inner-left {
    float: left;
    width: 50%;
    height: 100%;
    position: relative;
}

.footer__copyright-inner-left-inner {
    position: relative;
    height: 40px;
    line-height: 40px;
}

.footer__copyright-inner-right {
    float: right;
    width: 50%;
    text-align: right;
}

.footer__copyright-inner-right .phone {
    display: inline-block;
}

.footer__copyright-inner-right .block_footer_link {
    display: inline-block;
}

header .navbar-form {
    display: none;
}

.site-cookie-consent {
    background: #1c232b;
    border-radius: 6px;
    bottom: 16px;
    box-shadow: 0 8px 32px -8px #1c232b;
    left: 16px;
    padding: 16px;
    position: fixed;
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px);
    z-index: 9999999;
    box-sizing: border-box;
}

.site-cookie-consent__content {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    margin: auto;
    max-width: 952px
}

.site-cookie-consent__text {
    color: #FFF;
    font-size: 13px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.6;
    padding-right: 27px
}

@media only screen and (max-width:601px) {
    .site-cookie-consent__content {
        flex-direction: column
    }

    .site-cookie-consent__text {
        padding-bottom: 20px
    }
}

.site-cookie-consent__text a {
    color: #FFF;
    text-decoration: underline
}

.site-cookie-consent__button {
    min-width: 185px
}

.site-cookie-consent__button>button {
    width: 100%;
    cursor: pointer;
    background: #00a1e7;
    border-color: #00a1e7;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 17.52px;
    min-width: 68px;
    padding: 11px 16px;
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid transparent;
    border-radius: 6px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    outline: none;
    position: relative;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
    -webkit-user-select: none;
    user-select: none;
    white-space: nowrap
}

.site-cookie-consent__button>button:hover {
    background: #0c8bf7;
    border-color: #0c8bf7;
}

.site-cookie-consent__button>button p {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0
}