header{
  background: #0f1b3b;
  color: #fff;
}
.relative {
    position: relative;
}

.bg-inverse {
    background-color: transparent!important;
}

.navbar-inverse .navbar-nav .nav-link {
    color: rgba(255,255,255, 1);
}

.btn-danger {
    color: #fff;
    background-color: #e81119;
    border-color: #e81119;
}

.contact-header{
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 20px 0;
    align-items: center;
}

.nav-link{
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Open Sans';
    letter-spacing: 0.5px;
}

.wrapper, .company-about, .footer-bg, .footer-bg a{
  background: #0f1b3b;
  color: #fff;
}


.logo{
    align-self: center;
    text-align: center;
}

.company-service{
    min-height: 740px;
    align-items: flex-start;
    align-content: flex-start;
}

.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: 16px;
    height: 16px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255,255,255,.5);
    border-radius: 50%;
    background: transparent;
    border: 2px solid #fff;
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active{
    align-items: flex-start;
}

.card-title, .card-title a{
    color: #e81119;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 20px;
}

.card-text{
  font-size: 14px;
}

.company-about{
    align-items: flex-start;
    align-content: flex-start;

}

time{
    font-size: 13px;
    color: #939fbd;
}

p{
  font-size: 14px;
}

h5.page-header{
    font-size: 18px;
    margin-bottom: 20px;
}

body{
  font-size: 14px;
  background: url(../images/geometry2.png) repeat;
}

.news-item h5 > a{
    font-weight: 600;
    color: #fff;
    font-size: 16px;
}

h5{
    color: #0f1b3b;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
}

h4{
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
}

h2{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 26px;
}

.dropdown-menu{
  font-size: 14px;
}

.dropdown-item{
  padding: 3px 1rem;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #e81119;
}

.photo-name{
    background: #0f1b3b;
    padding: 10px;
    height: 60px;
    min-height: 80px;
}

.photo-name a{
    color: #fff;
}

.wrap {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 350px;
    height: 195px;
    padding: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    background: #E5E5E5;
}
@media (max-width: 991px){
    .section-item .wrap {
        width: 100%;
        display: block;
        height: auto;
    }
}


.valign-center{
    padding: 10px 0;
}

.page-header{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 28px;
    border-bottom: 5px solid rgba(15, 27, 59, 0.08);
    padding-bottom: 12px;
    color: #404040;
    margin-bottom: 40px;
    width: 100%;
}

.breadcrumb {
    margin-bottom: 10px;
    list-style: none;
    background-color: transparent;
    border-radius: .25rem;
    padding: 0;
    padding-left: 0;
    margin-top: 20px;
}

.products-item-index{
    /*max-width: 1550px;*/
}

.header{
    font-size: 20px;
    line-height: 24px;
}

.preview-small-img{
    height: 60px;
    margin-bottom: 20px;
    overflow: hidden;
    display: block;
}

.search-block-hover{
    position: absolute;
    width: 94%;
    right: 0;
    background: none;
    border: 5px solid #0f1b3b;
    top: calc(100% + 10px);
}

.searh-link img{
    min-width: 16px;
}

.dropdown-toggle::after{
    display: none;
}
.slogan {
    font-family: 'Lora Italic';
    font-size: 18px;
}
.btn_feedback {
    position: fixed;
    right: 0%;
    bottom: 0;
    z-index: 100;
}
.btn_feedback button {
    background: linear-gradient(to top,  #39a607 100%, #39a607 100%, #39a607 100%);
    color:#fff;
    text-transform: uppercase;
    border: 1px solid #097d21;
    padding: 10px;
}
.btn_feedback img {
    margin-right: 5px;
    margin-top: -6px;
}
.btn_feedback button:focus, .btn_feedback button:active {
    outline: none;
    box-shadow: none;
    background: linear-gradient(to top, #639b0f 100%, #639b0f 100%, #639b0f 100%);
}

@media (max-width: 575px) {
    .btn_feedback {
        right: 0;
    }
    .btn_feedback button {
        font-size: 12px;
        padding: 5px;
    }
    .btn_feedback img {
        margin-top: 0px;
        width: 20px;
    }

}
@media (min-width: 992px) and (max-width: 1199) {
    .slogan {
        font-size: 15px;
    }
}

.font_size_30 {
    font-size: 30px;
}
.font_size_18, .font_size_18 p{
    font-size: 18px;
    line-height: 1.5;
}
.blue {
    color: #55a5e4;
}
.red {
    color: #e81119;
}
.bg_gray {
    background: #e8e8e8;
}
.border_bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.text_lowercase {
    text-transform: none;
}
.list {
    list-style-position: inside;    
}
.border_circle_gray {
    border-radius: 50%;
    border:3px solid #e8e8e8;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
}
.btn_red {
    background-color: #e81119;
    color: #fff;
    border-radius: 5px;
    transition: all ease .2s;
    border:2px solid transparent;
    cursor: pointer;
}
.btn_red:hover, .btn_red:focus, .btn_red:active {
    background-color: #dd1018;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.btn_border_red {
    background-color: transparent;
    color: #000;
    border-radius: 5px;
    transition: all ease .2s;
    border:2px solid #e81119;
    cursor: pointer;
    transition: all ease .2s;
}
.btn_border_red:hover, .btn_border_red:focus, .btn_border_red:active {
    background-color: #e81119;
    color: #fff;
}
#card-product a {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    background: transparent;
    color: #000;
    border: 0px;
    border-bottom: 5px solid transparent;
}
#card-product a.active {
    border-bottom: 5px solid #0088dd;
}

.bg_red_gradient {
    background: linear-gradient(to top, #0dd7c4 100%, #0dd7c4 100%, #0dd7c4 100%);
}
.floating_basket {
    position: fixed;
    bottom: 7%;
    right: 1%;
}
.border_circle {
    border-radius: 50%;
}
.border_red {
    border: 3px solid #11d9ee;
}
.bg_white {
    background-color: #fff;
}
.counter_basket {
    position: absolute;
    width: 35px;
    height: 35px;
    top: -10px;
    left: -5px;
}
.black {
    color: #000;
}
.bold {
    font-weight: bold;
}
.font-size-18 {
    font-size: 18px;
}
.font-size-24 {
    font-size: 24px;
}
.blue_line_bottom:after {
    content: '';
    display: block;
    position: absolute;
    background-color: #0088dd;
    height: 6px;
    width: 100%;
    bottom: -15px;
}

@media (max-width: 1199px) {
    .item_product_card .font-size-24 {
        font-size: 20px;
    }
    .floating_basket img {
        width: 25px;
    }
} 
@media (max-width: 991px) {
    .item_product_card .font-size-24 {
        font-size: 14px;
    }
    .floating_basket .p-3 {
        padding: .8rem!important;
    }
    .counter_basket {
        top: -20px;
        left: -12px;
    }
}
@media (max-width: 767px) {
    .item_product_card .col:first-child, .item_product_card .col:nth-child(2) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .remove_product {
        position: absolute;
        width: 30px;
        right: 0;
    }
    .item_product_card {
        margin-bottom: 20px;
    }
    .head_card {
        display: none!important;
    }
}
@media (max-width: 479px) {
    .item_product_card .col {
        -webkit-box-flex: 0!important;
        -webkit-flex: 0 0 100%!important;
        -ms-flex: 0 0 100%!important;
        flex: 0 0 100%!important;
        max-width: 100%!important;        
    }
    .item_product_card .pr-3.pt-2.pb-2 {
        padding: 0!important;
    }
    .item_product_card .font-size-24 {
        font-size: 24px;
    }
}
.input_file {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}    

.product-count-input {
    width: 50px;
    text-align: center;
}
@media (max-width: 767px) {
    .container_table {
        overflow: auto;
        width: 100%;
    }    
}
.topnav {
    width: 213px;
    padding: 40px 28px 25px 0;
    background-color: #212f56;
    width: 100%;
}
  
ul.topnav {
    padding: 0;
    margin: 0;
    font-size: 1em;
    line-height: 0.5em;
    list-style: none;
}
  
ul.topnav li {}
  
ul.topnav li a {
    padding: 15px 20px;
    color: #1c324a;
    display: flex;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.5;
    border-top: 1px solid rgba(28, 50, 74, .2);
    background-color: #edfdfc;
}
  
ul.topnav li a:hover {
    background-color:#d6f7ff;
        color: #1c324a;
}
  
ul.topnav ul {
    margin: 0;
    padding: 0;
    display: none;
}
  
ul.topnav ul li {
    margin: 0;
    padding: 0;
    clear: both;
}
  
ul.topnav ul li a {
    padding-left: 40px;
    font-weight: normal;
    background-color: #bce9fc;
    color: #1c324a;
}
  
ul.topnav ul li a:hover {
    background-color:#99d5fa;
    /*color:#675C7C;*/
}
  
ul.topnav ul ul li a {
    color: #1c324a;
    padding-left: 50px;
}
  
ul.topnav ul ul li a:hover {
    background-color:#99d5fa;
    color: #1c324a;
}
.tree-category__item.tree-category__item--active.is--active > a {
    background-color:#d6f7ff;
    color: #1c324a;
}
ul.topnav > li > ul > li.tree-category__item.tree-category__item--active.is--active > a {
    background-color:#99d5fa;
    color: #1c324a;
}

.tree-category__item--active > ul {
    display: block !important;
}

ul.topnav span{
    float:right;
}

.catalog-menu {
    color: #fff;
    text-transform: uppercase;
    height: 100%;
    background-color:#d7eff9;
}
.catalog-menu.close {
    transform: translateX(-100%);
}
.col-catalog-menu {
    height: 100%;
}

.catalog-menu.catalog-menu__main-page {
    position: relative;
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
    left: 0px;
}
.catalog-menu__title {
    padding: 30px 20px;
    font-weight: bold;
    font-size: 18px;
    position: relative;
    display: block;
    color: #1c324a;
    background-color: #edfdfc;
    transition: all ease .3s;
}
.catalog-menu__title.active {
    background-color: #18264b;
    color: #fff;
}
.catalog-menu__title:hover,
.catalog-menu__title:focus {
    color: #fff;
    background-color: #18264b;
    text-decoration: none;
}
.catalog-menu__btn-close {
    position: absolute;
    top: 0px;
    right: 5px;
    font-size: 23px;
    cursor: pointer;
    display: none;
}
@media(max-width: 767px) {
    .catalog-menu__btn-close {
        display: block;
    }
}
.catalog-menu__btn-open {
    padding: 20px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    display: none;
    width: 130px;
}
.catalog-menu__btn-open.open {
    display: block;
}
.tree-category__item-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tree-category__item-link  span{
    width: 10px;
    flex: 0 0 10px;
}
@media (max-width: 1199px) {
    ul.topnav li a {
        font-size: 15px;
        padding: 12px;
    }
}

@media (max-width: 991px) {

    .catalog-menu__btn-open {
        padding: 10px;
        font-size: 15px;
    }
    .col-catalog-menu.close {
        flex: 0 0 0%;
        width: 0%;
        margin-right: 0px;
    }
}
@media (max-width: 767px) {
    .catalog-menu {
        width: 100%;
    }
    .col-catalog-menu {
        flex: 0 0 70%;
        width: 70%;
        margin-right: 0px;
        position: fixed;
        height: 100vh;
        z-index: 100;
        top: 0;
        transform: translateX(-100%);
        transition: all ease .3s;
    }
    .col-catalog-menu.open {
        transform: translateX(0%);
    }
    ul.topnav li a {
        font-size: 14px;
        padding: 10px;
    }
}
.col-catalog-memu {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.col-right-content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80%;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
    padding-left: 15px;
}
@media(max-width: 1199px) {
    .col-catalog-memu {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-right-content {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
}
@media(max-width: 767px) {
    .col-right-content {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 15px
    }
}
.carousel-slide__video {
    height: calc((100vw - 30rem)/(120 - 30) * (28.6 - 4.813) + 4.813rem);
    width: 100%;
}

body .page-about-video {
    max-width: 640px;
}

body .page-about-page img {
    margin-bottom: 10px;
    display: block;
}

@media (max-width: 991px) {
    body .page-about-page img {
        margin-left: auto;
        margin-right: auto;
    }
}

.page-about-img-wrapper {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .page-about-img-wrapper {
        justify-content: center;
    }
}

@media (max-width: 420px) {
    .page-about-img-big-wrapper img {
        max-width: 90%;
    }
}