@font-face {
    font-family: 'Geometria';
    src: url("../fonts/Geometria-Light.otf");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'Geometria';
    src: url("../fonts/Geometria.otf");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Geometria';
    src: url("../fonts/Geometria-Medium.otf");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: 'Geometria';
    src: url("../fonts/Geometria-Bold.otf");
    font-weight: 700;
    font-style: normal
}

input,
button,
textarea {
    outline: none
}

body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #f2ede6
}

header {
    background-color: #fff
}

* {
    font-family: Geometria;
    font-weight: 400;
    font-style: normal
}

.header_menu nav ul {
    padding-left: 0;
    display: inline-block;
    float: right;
    margin: 0
}

.header_menu nav ul li {
    list-style-type: none;
    display: inline-block
}

.header_menu nav ul li a {
    padding: 22px 15px;
    color: #4d4d4d;
    font-family: Geometria;
    font-size: 14px;
    font-weight: 300;
    display: inline-block;
    text-decoration: none;
    position: relative
}

.header_menu nav ul li a:hover:before {
    content: '';
    height: 2px;
    position: absolute;
    background-color: #0d6cac;
    width: calc(100% - (30px));
    left: 0;
    margin-left: 15px;
    margin-right: 15px;
    top: 45px
}

.header_menu nav ul li.active a:before {
    content: '';
    height: 2px;
    position: absolute;
    background-color: #0d6cac;
    width: calc(100% - (30px));
    left: 0;
    margin-left: 15px;
    margin-right: 15px;
    top: 45px
}

.header_menu nav ul li:last-of-type a {
    padding-right: 0
}

.header_menu nav ul li:last-of-type a:hover:before {
    content: '';
    height: 2px;
    position: absolute;
    background-color: #0d6cac;
    width: calc(100% - (15px));
    left: 0;
    margin-left: 15px;
    margin-right: 0;
    top: 45px
}

.header_menu nav ul li:last-of-type.active a:before {
    content: '';
    height: 2px;
    position: absolute;
    background-color: #0d6cac;
    width: calc(100% - (15px));
    left: 0;
    margin-left: 15px;
    margin-right: 0;
    top: 45px
}

.header_info {
    display: inline-block;
    float: right;
    margin-top: 25px
}

.header_info a {
    color: #0d6cac;
    font-family: Geometria;
    font-size: 18px;
    font-weight: 300;
    position: relative;
    padding-left: 25px
}

.header_info a:before {
    content: '';
    height: 20px;
    width: 20px;
    position: absolute;
    left: 0;
    top: 2px;
    background-image: url(../img/tel.png);
    background-size: cover;
    background-repeat: no-repeat
}

.header_filter ul {
    padding-left: 0;
    display: inline-block;
    margin: 0
}

.header_filter ul li {
    list-style-type: none;
    display: inline-block;
    position: relative
}

.header_filter ul li:before {
    content: '';
    position: absolute;
    right: 0;
    top: 23px;
    width: 1px;
    height: 19px;
    background-color: #4482ab
}

.header_filter ul li label {
    margin: 0
}

.header_filter ul li label .dropdown-list {
    position: relative
}

.header_filter ul li label .dropdown-list a {
    display: inline-block;
    color: white;
    font-family: Geometria;
    font-size: 14px;
    font-weight: 400;
    background-color: transparent;
    border: 0;
    text-decoration: none;
    padding: 23px 30px
}

.header_filter ul li label .dropdown-list a i {
    display: none
}

.header_filter ul li label .dropdown-list a:hover {
    background-color: #0b598c;
    box-shadow: inset 0 0 37px rgba(0, 0, 0, 0.15)
}

.header_filter ul li label .dropdown-list .add-scroll {
    display: none;
    position: absolute;
    top: calc(100% + 1px);
    z-index: 3;
    background: #fff;
    left: 0;
    right: 0;
    padding-left: 0px;
    display: none;
    max-height: 300px;
    width: 200px;
    max-height: 300px
}

.header_filter ul li label .dropdown-list .add-scroll div a {
    width: 100%;
    padding: 10px 0 9px 34px;
    color: black;
    font-family: Geometria;
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
    position: relative;
    border-bottom: 1px solid #d8dadd
}

.header_filter ul li label .dropdown-list .add-scroll div a:before {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    border-radius: 50px;
    background-color: #afafaf;
    left: 12px;
    top: 14px
}

.header_filter ul li label .dropdown-list .add-scroll div a:after {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50px;
    background-color: transparent;
    left: 14px;
    top: 16px;
    -webkit-transition: 0.25s;
    transition: 0.25s
}

.header_filter ul li label .dropdown-list .add-scroll div a:hover {
    background-color: rgba(57, 138, 191, 0.3);
    box-shadow: inset none
}

.header_filter ul li label .dropdown-list .add-scroll div a:hover:after {
    background-color: #0d6cac
}

.header_filter ul li:last-of-type:before {
    display: none
}

.header-top .logo a {
    padding-top: 31.5px;
    padding-bottom: 31.5px;
    display: inline-block
}

.header-bottom {
    background-color: #0d6cac
}

.header-bottom .search_block {
    float: right;
    position: relative;
    top: 16px;
    height: 32px;
    width: 192px
}

.header-bottom .search_block input {
    background-color: #398abf;
    border: 0;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    padding: 10px 10px;
    color: white;
    font-family: Geometria;
    font-size: 14px;
    font-weight: 300;
    height: 32px;
    width: 160px;
    position: absolute;
    top: 0;
    left: 0
}

.header-bottom .search_block input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-family: Geometria;
    font-size: 14px;
    font-weight: 300
}

.header-bottom .search_block input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-family: Geometria;
    font-size: 14px;
    font-weight: 300
}

.header-bottom .search_block input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-family: Geometria;
    font-size: 14px;
    font-weight: 300
}

.header-bottom .search_block input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-family: Geometria;
    font-size: 14px;
    font-weight: 300
}

.header-bottom .search_block button {
    height: 32px;
    width: 32px;
    border: 0;
    background-color: #398abf;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    position: absolute;
    right: 4px;
    top: 0
}

.header-bottom .search_block button img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff
}

.mCSB_dragger_bar {
    background-color: #0d6cac
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #0d6cac
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #0d6cac
}

.add-scroll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #0d6cac
}

.baner {
    display: inline-block;
    width: 100%;
    height: 480px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: background 0.5s ease;
    transition: background 0.5s ease
}

.mCSB_inside>.mCSB_container {
    margin-right: 15px
}

footer {
    padding-top: 50px;
    background-image: url(../img/bg_footer.jpg);
    background-size: cover;
    background-repeat: no-repeat
}

footer .footer-logo {
    margin-bottom: 25px
}

footer .footer-logo a {
    display: inline-block
}

footer .footer-logo a img {
    width: 100%
}

footer .soc_m {
    height: 30px;
    width: 30px;
    position: relative;
    border-radius: 50%;
    display: inline-block;
    background-color: #808080;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    margin-right: 20px
}

footer .soc_m:hover {
    background-color: #fff
}

footer .soc_m i {
    font-size: 16px;
    color: #333333;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

footer .footer-nav {
    padding-left: 160px;
    padding-right: 60px
}

footer .footer-nav ul:first-of-type {
    margin-right: 90px
}

footer .footer-nav ul:last-of-type {
    padding-top: 0px
}

footer .footer-nav ul {
    padding-left: 0;
    width: auto;
    display: inline-block;
    border-top: 2px #fff solid;
    float: left;
    margin-top: 0
}

footer .footer-nav ul h3 {
    color: #fefefe;
    font-family: Geometria;
    font-size: 18px;
    font-weight: 500;
    margin-top: 0;
    padding-top: 22px
}

footer .footer-nav ul li {
    list-style-type: none
}

footer .footer-nav ul li a {
    text-decoration: none;
    color: #fefefe;
    font-family: Geometria;
    font-size: 14px;
    font-weight: 300;
    padding-top: 4px;
    padding-bottom: 4px;
    display: inline-block
}

footer .connectivity {
    border-top: 2px #fff solid
}

footer .connectivity h2 {
    color: #fefefe;
    font-family: Geometria;
    font-size: 18px;
    font-weight: 500;
    margin-top: 22px
}

footer .connectivity input {
    background-color: #595959;
    border-radius: 2px;
    padding: 9px 18px;
    color: #fff;
    font-family: Geometria;
    font-size: 14px;
    font-weight: 300;
    border: 0
}

footer .connectivity input::-webkit-input-placeholder {
    color: #999;
    font-family: Geometria;
    font-size: 14px;
    font-weight: 300
}

footer .connectivity input::-moz-placeholder {
    color: #999;
    font-family: Geometria;
    font-size: 14px;
    font-weight: 300
}

footer .connectivity input:-ms-input-placeholder {
    color: #999;
    font-family: Geometria;
    font-size: 14px;
    font-weight: 300
}

footer .connectivity input:-moz-placeholder {
    color: #999;
    font-family: Geometria;
    font-size: 14px;
    font-weight: 300
}

footer .connectivity input:first-of-type {
    width: 100%;
    margin-bottom: 13px
}

footer .connectivity .input-group .form-control {
    margin-bottom: 0;
    height: 38px;
    box-shadow: none
}

footer .connectivity .input-group button.btn {
    border: 0;
    background-color: #595959;
    padding: 9px 0px;
    outline: none;
    width: 30px
}

.footer-bottom {
    color: #999;
    font-family: Geometria;
    font-size: 14px;
    font-weight: 300
}

.footer-bottom p {
    color: #999;
    font-family: Geometria;
    font-size: 14px;
    font-weight: 300
}

.footer-bottom a {
    color: #999;
    font-family: Geometria;
    font-size: 14px;
    font-weight: 300
}

.footer-bottom a span {
    color: #0d6cac
}

.main_products {
    background-color: #f2ede6;
    padding-top: 40px
}

.main_products .container {
    background-color: #fff;
    border: 1px #e6e6e6 solid;
    overflow: hidden;
    border-left: 0;
    border-top: 0
}

.main_products .item_product {
    padding: 35px 15px;
    border-top: 1px #e6e6e6 solid;
    position: relative
}

.main_products .item_product:before {
    content: '';
    height: 9999px;
    width: 1px;
    left: 0;
    top: 0;
    background-color: #e6e6e6;
    position: absolute;
    z-index: 998
}

.main_products .item_product .hed {
    position: relative;
    padding-left: 50px;
    min-height: 47px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.main_products .item_product .hed h4 {
    color: black;
    font-family: Geometria;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    line-height: 1 !important;
    height: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.main_products .item_product .hed i {
    width: 40px;
    height: 47px;
    position: absolute;
    left: 0;
    top: 0;
    background-size: contain;
    background-repeat: no-repeat
}

.main_products .item_product ul {
    padding-left: 0
}

.main_products .item_product ul li {
    list-style-type: none;
    padding-left: 23px;
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px
}

.main_products .item_product ul li:before {
    content: '';
    height: 7px;
    width: 7px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px;
    background-color: #0d6cac
}

.main_products .item_product ul li a {
    color: black;
    font-family: Geometria;
    font-size: 14px;
    font-weight: 300;
    display: inline-block;
    width: 100%
}

@media (max-width: 1200px) {
    .main_products .item_product .hed {
        position: relative;
        padding-left: 40px
    }
    .main_products .item_product .hed i {
        width: 30px;
        height: 35px;
        top: 3px;
    }
    .header_menu nav ul li a:hover:before {
        width: calc(100% - (18px));
        margin-left: 9px;
        margin-right: 9px
    }
    .header_menu nav ul li.active a:before {
        width: calc(100% - (18px));
        margin-left: 9px;
        margin-right: 9px
    }
    .header_menu nav ul li:last-of-type a {
        padding-right: 0
    }
    .header_menu nav ul li:last-of-type a:hover:before {
        width: calc(100% - (9px));
        margin-left: 9px;
        margin-right: 0
    }
    .header_menu nav ul li:last-of-type.active a:before {
        width: calc(100% - (9px));
        margin-left: 9px;
        margin-right: 0
    }
}

.text_produkt {
    background-color: #f2ede6;
    padding-bottom: 40px
}

.text_produkt .container {
    background-color: #fff;
    border: 1px #e6e6e6 solid;
    border-top: 0
}

.text_produkt .container .item_text {
    padding: 35px 38px
}

.text_produkt .container .item_text p {
    font-family: Geometria;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: black;
    margin-bottom: 0;
    display: inline
}

.text_produkt .container .item_text a {
    font-family: Geometria;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #0b598c;
    display: inline
}

.ind_item_produkt {
    background-color: #f2ede6;
    padding-bottom: 50px;
    padding-top: 10px
}

.ind_item_produkt h3 {
    text-align: center;
    color: black;
    font-family: Geometria;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 28px
}

.ind_item_produkt .item {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    position: relative;
    border-radius: 3px;
    -webkit-transition: 0.25s;
    transition: 0.25s
}

.ind_item_produkt .item:hover {
    border: 1px solid #0d6cac;
    -webkit-transition: 0.25s;
    transition: 0.25s
}

.ind_item_produkt .item:hover .next_hover {
    height: 48px;
    -webkit-transition: 0.25s;
    transition: 0.25s
}

.ind_item_produkt .item:hover .product_img {
    height: 144px;
    -webkit-transition: 0.25s;
    transition: 0.25s
}

.ind_item_produkt .item:hover .price .one_price {
    padding: 9px 0;
    -webkit-transition: 0.25s;
    transition: 0.25s
}

.ind_item_produkt .item:hover .price .old_price {
    padding: 12px 0;
    -webkit-transition: 0.25s;
    transition: 0.25s
}

.ind_item_produkt .item:hover .price .new_price {
    padding: 12px 0;
    -webkit-transition: 0.25s;
    transition: 0.25s
}

.ind_item_produkt .item .product_img {
    width: 100%;
    height: 170px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #fff;
    margin-top: 25px;
    margin-bottom: 25px;
    -webkit-transition: 0.25s;
    transition: 0.25s
}

.ind_item_produkt .item .product_img a {
    width: 100%;
    height: 100%;
    margin: 0
}

.ind_item_produkt .item a {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #0d6cac;
    font-family: Geometria;
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 25px;
    min-height: 40px
}

.ind_item_produkt .item .price {
    margin-left: 20px;
    margin-right: 20px;
    border-top: 1px #e6e6e6 solid
}

.ind_item_produkt .item .price .one_price {
    padding: 20px 0;
    font-family: Geometria;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: 0.25s;
    transition: 0.25s
}

.ind_item_produkt .item .price .one_price span {
    font-family: Geometria;
    color: black;
    font-size: 24px;
    font-weight: 700;
    margin-right: 7px
}

.ind_item_produkt .item .price .old_price {
    padding: 22px 0;
    font-family: Geometria;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    width: 48.5%;
    display: inline-block;
    -webkit-transition: 0.25s;
    transition: 0.25s
}

.ind_item_produkt .item .price .old_price span {
    font-family: Geometria;
    color: black;
    font-size: 16px;
    font-weight: 700;
    margin-right: 4px;
    position: relative
}

.ind_item_produkt .item .price .old_price span:before {
    content: "";
    position: absolute;
    left: -5px;
    right: -40px;
    top: 50%;
    height: 1px;
    background: #b80a25
}

.ind_item_produkt .item .price .new_price {
    padding: 23px 0;
    font-family: Geometria;
    color: #666;
    font-size: 16px;
    width: 48.5%;
    font-weight: 400;
    display: inline-block;
    -webkit-transition: 0.25s;
    transition: 0.25s
}

.ind_item_produkt .item .price .new_price span {
    font-family: Geometria;
    color: #0d6cac;
    font-size: 20px;
    font-weight: 700;
    margin-right: 4px
}

.ind_item_produkt .item .next_hover {
    position: static;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    overflow: hidden
}

.ind_item_produkt .item .next_hover a {
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #0d6cac;
    color: white;
    font-family: Geometria;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    margin: 0;
    line-height: 1;
    padding: 15px 0
}

.element_new {
    position: absolute;
    left: -10px;
    top: 20px;
    width: 81px;
    height: 29px;
    background-image: url(../img/element_new.png)
}

.element_new span {
    color: white;
    font-family: Geometria;
    font-size: 14px;
    font-weight: 300;
    display: inline-block;
    width: 100%;
    text-align: center
}

@media (max-width: 1200px) {
    .ind_item_produkt>.container>div {
        margin-bottom: 30px
    }
}

.about_us {
    padding-top: 50px;
    padding-bottom: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.about_us h4 {
    text-align: center;
    color: white;
    font-family: Geometria;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 25px
}

.about_us>.container>p {
    text-align: center;
    padding: 0 115px;
    margin: 0;
    color: white;
    font-family: Geometria;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 55px
}

.about_us .elements_abo_us .item {
    display: inline-block;
    width: 19%;
    position: relative
}

.about_us .elements_abo_us .item:before {
    position: absolute;
    content: '\f105';
    font-family: "FontAwesome";
    right: -9px;
    top: 50%;
    margin-top: -36px;
    color: #fff;
    font-size: 50px
}

.about_us .elements_abo_us .item i {
    width: 100%;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block
}

.about_us .elements_abo_us .item h3 {
    color: white;
    font-family: Geometria;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    padding: 0 55px
}

.about_us .elements_abo_us .item:last-of-type:before {
    display: none
}

#map {
    height: 600px;
    display: inline-block;
    width: 100%;
    margin-top: -60px;
    z-index: 5
}

.sec_map_contac {
    background-color: #f2ede6;
    padding-top: 55px
}

.sec_map_contac .container>h3 {
    text-align: center;
    color: #333;
    font-family: Geometria;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 30px
}

.sec_map_contac .mini_contact {
    background-color: #fff;
    display: inline-block;
    width: 100%;
    padding: 50px 0px;
    z-index: 10;
    position: relative;
    border-radius: 3px;
    box-shadow: 0px 20px 112px -5px rgba(0, 0, 0, 0.29)
}

.sec_map_contac .mini_contact .left {
    padding-left: 70px
}

.sec_map_contac .mini_contact .left h4 {
    color: black;
    font-family: Geometria;
    font-size: 16px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 20px;
    text-align: left
}

.sec_map_contac .mini_contact .left ul {
    padding-left: 0;
    margin: 0
}

.sec_map_contac .mini_contact .left ul li {
    list-style-type: none;
    margin-bottom: 10px
}

.sec_map_contac .mini_contact .left ul li a {
    color: #4d4d4d;
    font-family: Geometria;
    font-size: 16px;
    font-weight: 300;
    text-decoration: underline
}

.sec_map_contac .mini_contact .left ul li a:hover {
    color: #0d6cac
}

.sec_map_contac .mini_contact .left ul li.action a {
    color: #0d6cac
}

.sec_map_contac .mini_contact .left ul li:last-of-type {
    margin-bottom: 0
}

.sec_map_contac .mini_contact .mid h2 {
    font-family: Geometria;
    font-size: 30px;
    font-weight: 500;
    color: #000;
    margin-bottom: 13px
}

.sec_map_contac .mini_contact .mid h2 span {
    color: #0d6cac;
    font-weight: 500
}

.sec_map_contac .mini_contact .mid p {
    color: black;
    font-family: Geometria;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin: 0;
    padding: 0;
    text-align: left
}

.sec_map_contac .mini_contact .mid h3 {
    color: black;
    font-family: Geometria;
    font-size: 16px;
    font-weight: 500;
    margin: 9px 0 11px 0
}

.sec_map_contac .mini_contact .right h3 {
    color: black;
    font-family: Geometria;
    font-size: 16px;
    font-weight: 500
}

.sec_map_contac .mini_contact .right .tel {
    color: #0d6cac;
    font-family: Geometria;
    font-size: 28px;
    font-weight: 500;
    display: inline-block;
    width: 100%
}

.sec_map_contac .mini_contact .right h2 {
    color: black;
    font-family: Geometria;
    font-size: 16px;
    font-weight: 500
}

.sec_map_contac .mini_contact .right h2 a {
    color: black;
    font-family: Geometria;
    font-size: 16px;
    font-weight: 300;
    text-decoration: underline;
    margin-left: 7px
}

.breadcrumb_all {
    background-color: #f2ede6
}

.main_product {
    background-color: #f2ede6
}

.main_product .prod_pic {
    width: 100%;
    height: 320px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 30px
}

.main_product .prod_pic:hover a {
    background-color: rgba(0, 0, 0, 0.45);
    position: relative
}

.main_product .prod_pic:hover a:before {
    position: absolute;
    content: '';
    width: 35px;
    height: 35px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/posh.png);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.main_product .prod_pic a {
    width: 100%;
    height: 100%;
    display: inline-block;
    outline: none
}

.product_element {
    background-color: #fff;
    display: inline-block;
    width: 100%;
    border: 1px solid #e6e6e6;
    padding-top: 70px;
    padding-bottom: 95px
}

.product_element .left {
    padding-left: 15px;
    padding-right: 15px
}

.product_element .right {
    padding-right: 70px
}

.product_element .right .text p {
    color: #000;
    font-family: Geometria;
    font-size: 14px;
    font-weight: 400;
    text-align: justify
}

.product_element .right h3 {
    color: #0d6cac;
    font-family: Geometria;
    font-size: 30px;
    font-weight: 400;
    border-bottom: 2px #e6e6e6 solid;
    padding-bottom: 20px
}

.product_element .right .item_all_1_4_top {
    display: inline-block;
    width: 100%
}

.product_element .right .item1_4 {
    width: 24.5%;
    display: inline-block;
    color: #000;
    padding-bottom: 10px
}

.product_element .right .item1_4 p {
    color: #000;
    font-family: Geometria;
    font-size: 14px;
    font-weight: 400;
    margin: 0
}

.item_all_1_4_bod {
    border-top: 1px #e6e6e6 solid;
    padding-top: 7px;
    padding-bottom: 7px
}

.item_all_1_4_bod .item1_4 {
    padding: 0
}

.item_all_1_4_bod .item1_4 p {
    color: black;
    font-family: Geometria;
    font-size: 14px;
    font-weight: 300;
    padding: 0
}

.item_all_1_4_bod .item1_4 span {
    color: black;
    font-family: Geometria;
    font-size: 30px
}

.item_all_1_4_bod .item1_4 button {
    background-color: #0d6cac;
    border-radius: 2px;
    padding: 9px 28px;
    color: white;
    font-family: Geometria;
    font-size: 14px;
    font-weight: 400;
    border: 0;
    width: auto;
    display: inline-block
}

.item_all_1_4_bod .item1_4:last-of-type {
    text-align: right
}

.breadcrumb>.breadcrumb-item a {
    text-decoration: none;
    font-family: Geometria;
    font-size: 12px;
    font-weight: 300;
    color: grey
}

.breadcrumb_all {
    margin-bottom: 5px
}

.breadcrumb>.active {
    color: grey;
    font-family: Geometria;
    font-size: 12px;
    font-weight: 500
}

@media (max-width: 991px) {
    .product_element .right {
        padding-right: 15px
    }
    .product_element .right .item1_4 {
        width: 32%
    }
    .item_all_1_4_bod .item1_4:last-of-type {
        text-align: left
    }
    .header_menu nav ul li a:hover:before {
        width: calc(100% - (30px));
        margin-left: 15px;
        margin-right: 15px
    }
    .header_menu nav ul li.active a:before {
        width: calc(100% - (30px));
        margin-left: 15px;
        margin-right: 15px
    }
    .header_menu nav ul li:last-of-type a {
        padding-right: 0
    }
    .header_menu nav ul li:last-of-type a:hover:before {
        width: calc(100% - (15px));
        margin-left: 15px;
        margin-right: 0
    }
    .header_menu nav ul li:last-of-type.active a:before {
        width: calc(100% - (15px));
        margin-left: 15px;
        margin-right: 0
    }
}

@media (max-width: 767px) {
    .header_menu nav ul li.active a:before {
        top: 40px;
        width: calc(100% - (90px));
        margin-left: 75px;
        margin-right: 15px
    }
    .header_menu nav ul li a:hover:before {
        width: calc(100% - (90px));
        margin-left: 75px;
        margin-right: 15px;
        top: 40px
    }
    .header_menu nav ul li:last-of-type.active a:before {
        width: calc(100% - (90px));
        margin-left: 75px;
        margin-right: 15px;
        top: 40px
    }
    .header_menu nav ul li:last-of-type a:hover:before {
        width: calc(100% - (90px));
        margin-left: 75px;
        margin-right: 15px;
        top: 40px
    }
}

.main_catalog {
    background-color: #f2ede6
}

.cat_in {
    background-color: #fff;
    display: inline-block;
    border: 1px #e6e6e6 solid;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 25px;
    padding-bottom: 40px;
    margin-bottom: 35px;
}

.main_catalog_in .ind_item_produkt.cat_in {
    width: 100%;
}

.cat_in h3 {
    text-align: left;
    color: black;
    font-family: Geometria;
    font-size: 24px;
    font-weight: 400;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10px
}

.cat_in .item {
    margin-bottom: 30px
}

.sortuv {
    padding-left: 15px
}

.sortuv .dropdown-item {
    display: inline-block;
    position: relative
}

.sortuv p {
    color: #000;
    display: inline-block;
    color: black;
    font-family: Geometria;
    font-size: 14px;
    font-weight: 400
}

.sortuv .dropdown-list {
    display: inline-block;
    position: relative
}

.sortuv .dropdown-list ul {
    margin: 0;
    position: absolute;
    top: calc(100% + 1px);
    z-index: 3;
    background-color: #e6e6e6;
    border: 1px solid #cdcdcd;
    left: 5px;
    right: 0;
    padding-left: 0px;
    display: none;
    max-height: 300px;
    width: 145px
}

.sortuv .dropdown-list ul li {
    list-style-type: none;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    color: black;
    font-family: Geometria;
    font-size: 14px;
    font-weight: 400
}

.sortuv .dropdown-list ul li a {
    color: #000;
    text-decoration: none
}

.sortuv .dropdown-list button {
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 25px;
    position: relative;
    background-color: #e6e6e6;
    border: 1px solid #cdcdcd;
    border-radius: 0;
    color: black;
    font-family: Geometria;
    font-size: 14px;
    font-weight: 300
}

.sortuv .dropdown-list button:before {
    position: absolute;
    content: '\f107';
    font-family: "FontAwesome";
    right: 9px;
    top: 2px;
    color: #999999;
    font-size: 14px
}

.sortuv .dropdown-list.figures ul {
    margin: 0;
    position: absolute;
    top: calc(100% + 1px);
    z-index: 3;
    background-color: #e6e6e6;
    border: 1px solid #cdcdcd;
    left: 5px;
    right: 0;
    padding-left: 0px;
    display: none;
    max-height: 455px;
    width: 46px;
    text-align: center
}

.brend {
    display: inline-block;
    width: calc(100% - (30px));
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 20px;
    border-top: 1px #e6e6e6 solid
}

.brend p {
    color: #000;
    display: inline-block;
    color: black;
    font-family: Geometria;
    font-size: 14px;
    font-weight: 400;
    margin-right: 25px
}

.brend a {
    margin-left: 25px;
    margin-right: 25px;
    color: #000;
    font-family: Geometria;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none
}

.brend a.action {
    color: #0d6cac;
    font-family: Geometria;
    font-size: 14px;
    font-weight: 300;
    text-decoration: underline
}

.catal_in_bot {
    padding-right: 15px;
    padding-left: 15px
}

.catal_in_bot ul {
    padding-left: 0;
    display: inline-block;
    width: 100%;
    border-top: 1px #e6e6e6 solid;
    padding-top: 15px
}

.catal_in_bot ul li {
    display: inline-block;
    list-style-type: none;
    margin-right: 7.5px
}

.catal_in_bot ul li a {
    display: inline-block;
    width: 38px;
    text-align: center;
    color: #000;
    height: 38px;
    font-family: Geometria;
    font-size: 16px;
    font-weight: 500;
    line-height: 38px;
    background-color: #e6e6e6;
    text-decoration: none
}

.catal_in_bot ul li.action a {
    background-color: #0d6cac;
    color: white;
    font-family: Geometria;
    font-size: 16px;
    font-weight: 500;
    line-height: 38px
}

.catal_in_bot h4 {
    color: black;
    font-family: Geometria;
    font-size: 24px;
    font-weight: 400
}

.catal_in_bot p {
    color: black;
    font-family: Geometria;
    font-size: 14px;
    font-weight: 400
}

@media (max-width: 480px) {
    .cat_in h3 {
        padding-left: 0;
        padding-right: 0;
        text-align: center;
        font-size: 20px
    }
    .sortuv .dropdown-item {
        margin-bottom: 10px
    }
    .sortuv {
        padding-left: 0
    }
    .brend {
        display: inline-block;
        width: calc(100% - (0px));
        margin-left: 0;
        margin-right: 0
    }
    .brend p {
        margin-bottom: 0
    }
    .brend a {
        margin-left: 0
    }
}

.main_about {
    background-color: #f2ede6
}

.about_sect {
    background-color: #fff;
    border: 1px #e6e6e6 solid;
    padding-left: 65px;
    padding-right: 65px;
    padding-top: 50px;
    padding-bottom: 40px;
    margin-bottom: 25px
}

.about_sect h3 {
    text-align: center;
    color: black;
    font-family: Geometria;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 22px
}

.about_sect h4 {
    color: black;
    font-family: Geometria;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 18px;
    margin-top: 0
}

.about_sect p {
    color: black;
    font-family: Geometria;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 35px;
    text-align: justify
}

.about_sect .elements_abo_us .item {
    display: inline-block;
    width: 19%;
    position: relative
}

.about_sect .elements_abo_us .item i {
    width: 100%;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block
}

.about_sect .elements_abo_us .item h3 {
    color: #000;
    font-family: Geometria;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    padding: 0 55px
}

.about_elem_main {
    margin-top: 22px;
    display: inline-block;
    width: 100%
}

.about_us .elements_abo_us .item h3 {
    padding: 0
}

.about_sect .elements_abo_us .item h3 {
    padding: 0
}

@media (max-width: 991px) {
    .about_sect {
        background-color: #fff;
        border: 1px #e6e6e6 solid;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-bottom: 15px
    }
}

@media (max-width: 767px) {
    .about_sect .elements_abo_us .item {
        display: inline-block;
        width: 100%
    }
}

.main_assembling {
    background-color: #f2ede6
}

.assemb_sec_pic {
    display: inline-block;
    float: left;
    height: 224px;
    width: 350px;
    margin-right: 25px;
    margin-bottom: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.assembling_sect {
    background-color: #fff;
    border: 1px #e6e6e6 solid;
    padding-left: 65px;
    padding-right: 65px;
    padding-top: 50px;
    padding-bottom: 40px;
    margin-bottom: 25px;
    margin-top: 15px
}

.assembling_sect h3 {
    color: black;
    font-family: Geometria;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 25px
}

.assembling_sect h4 {
    color: black;
    font-family: Geometria;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px
}

.assembling_sect p {
    color: black;
    font-family: Geometria;
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
    margin-bottom: 10px;
    line-height: 19px
}

@media (max-width: 767px) {
    .assembling_sect {
        background-color: #fff;
        border: 1px #e6e6e6 solid;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-bottom: 15px;
        margin-top: 15px
    }
}

@media (max-width: 480px) {
    .assemb_sec_pic {
        display: inline-block;
        float: left;
        height: 160px;
        width: 100%;
        margin-right: 0px;
        margin-bottom: 15px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center
    }
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: '\f101 ';
    font-family: "FontAwesome";
    font-size: 14px
}

.main_work_in {
    background-color: #f2ede6
}

.work_in_sect {
    background-color: #fff;
    border: 1px #e6e6e6 solid;
    padding-left: 65px;
    padding-right: 65px;
    padding-top: 50px;
    padding-bottom: 40px;
    margin-bottom: 25px;
    display: inline-block;
    width: 100%
}

.work_in_sect h3 {
    color: black;
    font-family: Geometria;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 25px
}

.work_in_sect>div {
    margin-bottom: 30px
}

.work_in_sect>div>div {
    height: 175px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.work_in_sect>div>div>a {
    display: inline-block;
    width: 100%;
    height: 100%
}

@media (max-width: 767px) {
    .work_in_sect {
        background-color: #fff;
        border: 1px #e6e6e6 solid;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-bottom: 15px
    }
    .work_in_sect>div {
        margin-bottom: 15px
    }
}

@media (max-width: 480px) {
    .work_in_sect {
        background-color: #fff;
        border: 1px #e6e6e6 solid;
        padding-left: 0px;
        padding-right: 0px
    }
}

.main_work {
    background-color: #f2ede6
}

.work_sect {
    background-color: #fff;
    border: 1px #e6e6e6 solid;
    padding-left: 65px;
    padding-right: 65px;
    padding-top: 50px;
    padding-bottom: 40px;
    margin-bottom: 25px;
    margin-top: 25px;
    display: inline-block;
    width: 100%
}

.work_sect h3 {
    color: black;
    font-family: Geometria;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 25px
}

.work_sect p {
    text-align: center;
    color: #666;
    font-family: Geometria;
    font-size: 14px;
    font-weight: 300
}

.work_sect>div {
    margin-bottom: 30px
}

.work_sect>div>div {
    height: 175px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.work_sect>div>div>a {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative
}

.work_sect>div>div>a span {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.75);
    width: 100%;
    text-align: center;
    color: white;
    font-family: Geometria;
    font-size: 16px;
    font-weight: 300;
    padding-top: 12px;
    padding-bottom: 12px;
    text-decoration: none
}

@media (max-width: 991px) {
    .work_sect p br {
        display: none
    }
}

@media (max-width: 767px) {
    .work_sect {
        background-color: #fff;
        border: 1px #e6e6e6 solid;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-bottom: 15px
    }
    .work_sect>div {
        margin-bottom: 15px
    }
}

@media (max-width: 480px) {
    .work_sect {
        background-color: #fff;
        border: 1px #e6e6e6 solid;
        padding-left: 0px;
        padding-right: 0px
    }
}

.main_delivery {
    background-color: #f2ede6
}

.delivery_sect {
    background-color: #fff;
    border: 1px #e6e6e6 solid;
    padding-left: 65px;
    padding-right: 65px;
    padding-top: 50px;
    padding-bottom: 40px;
    margin-bottom: 25px;
    display: inline-block;
    width: 100%
}

.delivery_sect h3 {
    text-align: center;
    color: black;
    font-family: Geometria;
    font-size: 30px;
    font-weight: 300
}

.delivery_sect p {
    color: black;
    font-family: Geometria;
    font-size: 14px;
    font-weight: 300;
    margin: 0
}

.delivery_sect p span {
    color: #e30613;
    font-weight: 500
}

.delivery_sect h4 {
    color: black;
    font-family: Geometria;
    font-size: 18px;
    font-weight: 500
}

.delivery_sect h4 i {
    display: inline-block;
    width: 32px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 7.5px
}

.delivery_sect h5 {
    font-family: Geometria;
    font-size: 14px;
    color: #0d6cac;
    font-weight: 500;
    margin: 0
}

@media (max-width: 767px) {
    .delivery_sect {
        background-color: #fff;
        border: 1px #e6e6e6 solid;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-bottom: 15px
    }
}

.main_contact {
    background-color: #f2ede6
}

.main_contact .sec_map_contac {
    padding-top: 0
}

.contact_sect {
    background-color: #fff;
    border: 1px #e6e6e6 solid;
    padding-left: 175px;
    padding-right: 175px;
    padding-top: 50px;
    padding-bottom: 40px;
    margin-bottom: 25px;
    margin-top: 25px;
    display: inline-block;
    width: 100%
}

.contact_sect h3 {
    color: #333;
    font-family: Geometria;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px
}

.contact_sect p {
    text-align: center;
    color: #4d4d4d;
    font-family: Geometria;
    font-size: 14px;
    font-weight: 300;
    padding-left: 15px;
    padding-right: 15px
}

.sec_map_contac .mini_contact h3 {
    color: black;
    font-family: Geometria;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 40px
}

.form_contact>div input {
    width: 100%;
    background-color: #e6e6e6;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    color: #000;
    font-family: Geometria;
    font-size: 14px;
    font-weight: 300;
    padding: 15px;
    margin-bottom: 20px
}

.form_contact>div textarea {
    width: 100%;
    background-color: #e6e6e6;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    color: #000;
    font-family: Geometria;
    font-size: 14px;
    font-weight: 300;
    padding: 15px;
    resize: none;
    margin-bottom: 15px;
    height: 123px
}

.form_contact>div .but_form {
    background-color: #0d6cac;
    border: 1px solid #0b598c;
    border-radius: 3px;
    color: white;
    font-family: Geometria;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px
}

.form_contact>div input:last-of-type {
    margin-bottom: 0
}

.sec_map_contac .mini_contact h3 {
    text-align: left
}

@media (max-width: 1200px) {
    .contact_sect {
        padding-left: 75px;
        padding-right: 75px
    }
}

@media (max-width: 767px) {
    .form_contact>div input:last-of-type {
        margin-bottom: 20px
    }
    .form_contact>div input.but_form {
        margin-bottom: 0
    }
    .contact_sect {
        background-color: #fff;
        border: 1px #e6e6e6 solid;
        padding-left: 0;
        padding-right: 0;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-bottom: 15px;
        margin-top: 15px
    }
    .sec_map_contac .mini_contact .left {
        padding-left: 15px
    }
    .sec_map_contac .mini_contact {
        text-align: center
    }
    .sec_map_contac .mini_contact .mid h2 {
        margin-top: 15px
    }
    .sec_map_contac .mini_contact h3 {
        margin-bottom: 15px
    }
    .sec_map_contac .mini_contact .right h2 {
        margin-top: 15px;
        margin-bottom: 15px
    }
    .sec_map_contac .mini_contact .mid p {
        margin-bottom: 15px
    }
    #map {
        margin-top: 15px
    }
    .sec_map_contac .mini_contact {
        box-shadow: none
    }
    .contact_sect p br {
        display: none
    }
}

.bot_menu_hed {
    display: none
}

.bot_prod {
    display: none
}

footer .footer-nav ul:last-of-type {
    padding-top: 0px
}

@media (max-width: 1200px) {
    .header_filter ul li label .dropdown-list a {
        padding: 23px 20px
    }
    .header_menu nav ul li a {
        padding: 22px 9px
    }
    footer .footer-nav {
        padding-left: 60px;
        padding-right: 60px;
        display: inline-block
    }
    .baner {
        height: 400px
    }
}

@media (max-width: 991px) {
    .baner {
        height: 300px
    }
    footer .footer-nav {
        padding-left: 0px;
        padding-right: 60px
    }
    footer .footer-nav ul {
        border: 0
    }
    .footer-bottom {
        display: inline-block;
        width: 100%;
        margin-top: 15px
    }
    .about_us>.container>p {
        padding: 0
    }
    .about_us .elements_abo_us .item:before {
        display: none
    }
    .header_menu nav ul {
        width: 100%
    }
    .header_menu nav ul li a {
        padding: 22px 16px
    }
    .header_filter ul li label .dropdown-list a {
        padding: 23px 18px
    }
    .header_filter {
        padding-bottom: 40px
    }
    .header-top .logo a {
        padding-top: 31.5px;
        padding-bottom: 10px;
        display: inline-block
    }
    .header-bottom .search_block {
        width: 250px;
        float: none;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    .header-bottom .search_block {
        width: 100%
    }
    .header-bottom .search_block input {
        width: calc(100% - (32px));
        margin-right: 32px
    }
}

@media (max-width: 767px) {
    .baner {
        height: 250px
    }
    .ind_item_produkt .container {
        padding-left: 0;
        padding-right: 0
    }
    footer .footer-nav ul {
        margin: 0
    }
    .text-right {
        text-align: left;
        margin-bottom: 15px
    }
    .about_us .elements_abo_us .item {
        display: inline-block;
        width: 100%;
        position: relative
    }
    .header_menu nav ul {
        width: 100%;
        float: none
    }
    .header_menu nav ul li {
        width: 100%
    }
    .header_menu nav ul li a {
        width: 100%;
        text-align: left;
        padding: 10px 0;
        padding-left: 75px
    }
    .nav_menu {
        padding-left: 0;
        padding-right: 0
    }
    .header_info a {
        font-size: 16px;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        height: auto;
        display: block
    }
    .bot_menu_hed {
        display: block;
        margin-bottom: 15px
    }
    .header_menu {
        position: relative
    }
    .logo {
        text-align: center
    }
    .mein_nav {
        padding-top: 15px;
        max-width: none;
        width: calc(100% - (30px));
        margin-right: 30px;
        position: absolute;
        left: 0;
        top: 0;
        -webkit-transform: translateX(-200%);
        -ms-transform: translateX(-200%);
        transform: translateX(-200%);
        -webkit-transition: 0.5s;
        transition: 0.5s;
        z-index: 99999;
        background-color: #fff;
        padding-bottom: 15px
    }
    .mein_nav.active {
        display: block;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    .header-bottom {
        position: relative
    }
    .header_filter {
        max-width: none;
        position: absolute;
        left: 0;
        top: 0;
        -webkit-transform: translateX(-200%);
        -ms-transform: translateX(-200%);
        transform: translateX(-200%);
        -webkit-transition: 0.5s;
        transition: 0.5s;
        z-index: 9999;
        padding-bottom: 10px;
        background-color: #0d6cac;
        width: calc(100% - (30px));
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 15px;
        margin-right: 15px;
        border-radius: 3px;
        padding-bottom: 35px
    }
    .header_filter.active {
        display: block;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    .tel_info {
        padding-right: 15px;
        padding-left: 0;
        margin-bottom: 15px
    }
    .bot_prod {
        background-image: -webkit-linear-gradient(bottom, #0d6cac 0%, #398abf 100%);
        background-image: linear-gradient(to top, #0d6cac 0%, #398abf 100%);
        border: 1px solid #0d6cac;
        border-radius: 3px;
        color: white;
        font-family: Geometria;
        font-size: 14px;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 1px;
        width: calc(100% - (30px));
        padding-top: 15px;
        padding-bottom: 15px;
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 15px
    }
    .bot_prod {
        display: block
    }
    .header-bottom {
        background-color: #0d6cac
    }
    .header_filter ul li {
        width: 100%
    }
    .header_filter ul li label {
        width: 100%
    }
    .header_filter ul li label .dropdown-list a {
        width: 100%
    }
    .header-bottom .search_block {
        width: 100%
    }
    .header-bottom .search_block input {
        width: calc(100% - (32px));
        margin-right: 32px
    }
    .header_filter ul li label .dropdown-list .add-scroll {
        width: 100%;
        position: static
    }
    .sec_map_contac .mini_contact .left h4 {
        text-align: center
    }
    .sec_map_contac .mini_contact .mid p {
        text-align: center
    }
}

@media (max-width: 480px) {
    .baner {
        height: 200px
    }
}

@media (max-width: 404px) {
    footer .footer-nav ul:last-of-type {
        padding-top: 0px
    }
}

.hamburger .line {
    width: 50px;
    height: 5px;
    background-color: #0d6cac;
    display: block;
    margin: 8px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.hamburger:hover {
    cursor: pointer
}

#hamburger-11 {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

#hamburger-11.active {
    -webkit-animation: smallbig 0.6s forwards;
    animation: smallbig 0.6s forwards
}

@-webkit-keyframes smallbig {
    0%,
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0)
    }
}

@keyframes smallbig {
    0%,
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0)
    }
}

#hamburger-11.active .line:nth-child(1),
#hamburger-11.active .line:nth-child(2),
#hamburger-11.active .line:nth-child(3) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s
}

#hamburger-11.active .line:nth-child(2) {
    opacity: 0
}

#hamburger-11.active .line:nth-child(1) {
    -webkit-transform: translateY(13px) rotate(45deg);
    -ms-transform: translateY(13px) rotate(45deg);
    transform: translateY(13px) rotate(45deg)
}

#hamburger-11.active .line:nth-child(3) {
    -webkit-transform: translateY(-13px) rotate(-45deg);
    -ms-transform: translateY(-13px) rotate(-45deg);
    transform: translateY(-13px) rotate(-45deg)
}

.catal_left_bar h3 {
    color: white;
    font-family: Geometria;
    font-size: 16px;
    font-weight: 500;
    background-image: -webkit-linear-gradient(bottom, #0d6cac 0%, #398abf 100%);
    background-image: linear-gradient(to top, #0d6cac 0%, #398abf 100%);
    border: 1px solid #0d6cac;
    padding-left: 18px;
    padding-top: 13px;
    padding-bottom: 13px;
    margin: 0
}

.catal_left_bar ul {
    padding-left: 0;
    margin: 0;
    background-color: white;
    border: 1px solid #e6e6e6
}

.catal_left_bar ul li {
    list-style-type: none;
    border-bottom: 1px #f2ede6 solid
}

.catal_left_bar ul li a {
    padding: 15px;
    padding-left: 30px;
    padding-right: 30px;
    display: inline-block;
    text-decoration: none;
    color: #333;
    font-family: Geometria;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
}

.catal_left_bar ul li a:hover {
    background-color: rgba(57, 138, 191, 0.3)
}

@media (max-width: 767px) {
    .catal_left_bar {
        padding-right: 0;
        padding-left: 0;
        margin-bottom: 15px
    }
}

.form_contact.form_modal>div input:last-of-type {
    margin-bottom: 20px
}

.form_contact.form_modal {
    margin-top: 30px;
    display: inline-block;
    width: 100%;
    padding-left: 130px;
    padding-right: 130px
}

.modal-body button.close {
    position: absolute;
    right: 30px;
    top: 30px;
    opacity: 1
}

.modal-body h5 {
    text-align: center;
    font-family: Geometria;
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 0px;
    padding-bottom: 18px;
    margin-top: 18px;
    border-bottom: 1px #e6e6e6 solid;
    width: calc(100% - (30px));
    margin-right: 15px;
    margin-left: 15px
}

.modal-body p {
    text-align: center;
    font-family: Geometria;
    font-weight: 400;
    font-size: 14px;
    color: #666666
}

.main_product .prod_pic {
    /*   max-width: 190px;
*/
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
}

.error {
    text-align: center;
    padding-top: 85px;
    padding-bottom: 85px;
    display: inline-block;
    width: 100%;
    margin-top: 85px;
    margin-bottom: 85px
}

.error h2 {
    font-family: Geometria;
    font-weight: 600;
    font-size: 90px;
    color: #0d6cac;
    margin-bottom: 20px;
    display: inline-block
}

.error p {
    font-family: Geometria;
    font-weight: 400;
    font-size: 15px
}

.main_nothing {
    background-color: #f2ede6
}

.main_nothing .nothing {
    background-color: #fff;
    border: 1px #e6e6e6 solid;
    padding-left: 65px;
    padding-right: 65px;
    padding-top: 50px;
    padding-bottom: 40px;
    margin-bottom: 25px;
    margin-top: 25px;
    display: inline-block;
    width: 100%
}

.main_nothing .nothing>p {
    font-family: Geometria;
    font-weight: 500;
    font-size: 15px;
    color: #000
}

.main_nothing .nothing>p span {
    color: #0d6cac;
    font-weight: 500
}

.main_nothing .nothing .hgroup {
    text-align: center;
    padding-top: 90px;
    padding-bottom: 125px
}

.main_nothing .nothing .hgroup h3 {
    font-family: Geometria;
    font-weight: 400;
    font-size: 24px;
    color: #0d6cac;
    margin-bottom: 10px
}

.main_nothing .nothing .hgroup p {
    font-family: Geometria;
    font-weight: 400;
    font-size: 14px;
    color: #666;
    margin: 0
}

div#scroll-top {
    position: fixed;
    right: 30px;
    bottom: -100px;
    width: 50px;
    height: 50px;
    background-image: -webkit-linear-gradient(bottom, #0d6cac 0%, #398abf 100%);
    background-image: linear-gradient(to top, #0d6cac 0%, #398abf 100%);
    border: 1px solid #0d6cac;
    z-index: 9999;
    -webkit-transition: 0.8s cubic-bezier(1, -0.25, 0, 1.43);
    transition: 0.8s cubic-bezier(1, -0.25, 0, 1.43);
    cursor: pointer
}

div#scroll-top:before {
    content: '>';
    font-size: 45px;
    color: #fff;
    position: absolute;
    left: 11px;
    top: -7px;
    content: "\f102";
    font-family: "FontAwesome"
}

div#scroll-top.visible {
    bottom: 30px
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@-webkit-keyframes jello {
    from,
    11.1%,
    to {
        -webkit-transform: none;
        transform: none
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
        transform: skewX(0.39063deg) skewY(0.39063deg)
    }
    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg)
    }
}

@keyframes jello {
    from,
    11.1%,
    to {
        -webkit-transform: none;
        transform: none
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
        transform: skewX(0.39063deg) skewY(0.39063deg)
    }
    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg)
    }
}

@media (max-width: 767px) {
    .error {
        text-align: center;
        padding-top: 25px;
        padding-bottom: 25px;
        display: inline-block;
        width: 100%;
        margin-top: 25px;
        margin-bottom: 25px
    }
    .main_nothing .nothing {
        background-color: #fff;
        border: 1px #e6e6e6 solid;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-bottom: 15px;
        margin-top: 15px;
        display: inline-block;
        width: 100%
    }
    .main_nothing .nothing .hgroup {
        text-align: center;
        padding-top: 15px;
        padding-bottom: 45px
    }
    .header_filter ul li:before {
        display: none
    }
    .header_filter ul li label .dropdown-list a {
        width: 100%
    }
    .dropdown-list .add-scroll {
        display: none
    }
    .sec_map_contac .mini_contact h3 {
        text-align: center
    }
    .form_contact.form_modal {
        margin-top: 30px;
        display: inline-block;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px
    }
    .header_filter ul li label .dropdown-list a i {
        display: inline-block;
        float: right;
        color: #fff;
        font-size: 20px;
        -webkit-transition: -webkit-transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
        position: relative
    }
    .header_filter ul li label .dropdown-list a i:after {
        content: '';
        position: absolute;
        width: 30px;
        height: 30px;
        background-color: rgba(255, 255, 255, 0.15);
        left: -12px;
        top: -5px
    }
    .header_filter ul li label .dropdown-list a:hover {
        background-color: #0d6cac;
        box-shadow: none
    }
    .header_filter ul li label .dropdown-list a.active i {
        -webkit-transition: -webkit-transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }
    .header_filter ul li label .dropdown-list a.active {
        background-color: #0b598c;
        box-shadow: inset 0 0 37px rgba(0, 0, 0, 0.15)
    }
    .product_element {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    footer .footer-nav {
        padding-right: 0px;
    }
    .footer-top {
        text-align: center;
    }
}

.header_filter ul li label .dropdown-list .add-scroll div a:hover {
    background-color: rgba(57, 138, 191, 0.3);
    box-shadow: none
}

.work_in_sect>div>div>a {
    outline: none
}

.sec_map_contac .mini_contact>h3 {
    text-align: center
}

.brend a {
    margin-bottom: 15px;
    display: inline-block
}

.modal_body_thenc h5 {
    margin-top: 40px;
    margin-bottom: 40px
}

.modal-body.modal_body_thenc button.close {
    position: absolute;
    right: 30px;
    top: 52px;
    opacity: 1
}

@media (max-width: 480px) {
    .item_all_1_4_bod .item1_4 span {
        color: black;
        font-family: Geometria;
        font-size: 20px
    }
    div#scroll-top.visible {
        bottom: 15px
    }
    .footer-logo {
        text-align: center
    }
    footer .footer-nav ul:first-of-type {
        margin-right: 0px;
    }
    footer .footer-nav ul {
        width: 100%;
    }
    footer .footer-nav ul li {
        width: 100%;
    }
    footer .footer-nav {
        display: inline-block;
        width: 100%;
    }
    footer .footer-nav ul li a {
        width: 100%;
    }
    .product_element .right .item1_4 p {
        font-size: 11px;
    }
    .item_all_1_4_bod .item1_4 span {
        font-size: 12px;
    }
    .header_filter ul li label .dropdown-list .add-scroll {
        max-height: 220px;
    }
}

.sec_map_contac .mini_contact {
    display: none
}

.sec_map_contac .mini_contact.none {
    display: inline-block;
}

#results {
    text-decoration: none;
    color: #fefefe;
    font-family: Geometria;
    font-size: 14px;
    font-weight: 300;
    padding-top: 4px;
    padding-bottom: 4px;
}

.ind_item_produkt .rezult_item {
    margin-bottom: 15px;
}

.main_nothing .nothing>p span {
    color: #0d6cac;
    font-weight: 500;
    margin-left: 7.5px;
}

footer .footer-nav h3 {
    color: #fefefe;
    font-family: Geometria;
    font-size: 18px;
    font-weight: 500;
    margin-top: 0;
    padding-top: 22px;
}

.item_text .description_text {
    height: 50px;
    overflow: hidden;
}
