@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
html, body {
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    width: 100%;
    height: 100%;
    color:#454647;
    background: #FFF;
}

img, form {
    padding: 0px;
    margin: 0px;
}
.chosen {
    width: 100%;
}


a, td {
    font-size:14px;
    font-family: 'Raleway', sans-serif;
    text-decoration: none;
}
* {
    box-sizing: border-box;
    vertical-align: top;
}

h1,h2,h3 {
    color:#01508e;
    margin:0px;
    padding:0px;
}
h1 {
    font-size: 35px;
    font-weight: 500;
}
h2 {
    font-size: 35px;
    font-weight: 500;
}

.page {
    width:100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.page main {
    flex:1;
}
.container {
    width:100%;
    max-width:1280px;
    margin:0px auto;
    padding:0px 15px;
}
.inner_line {
    border-top:1px solid #e9e9e9;
}
ul.way {
    padding-left: 0px;
}

ul.way li {
    display: inline-block;
    color:#000;
    margin-right: 10px;
}
ul.way li a {
    margin-right: 10px;
    color:#888;

}
ul.way li a:hover {
    color:#000;
}
ul.way .sep {
    color:#3eabff;
}


.top_menu_tel {

}
.top_menu_tel .container {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.top_menu_tel a.menu_item {
    color: rgba(0,0,0,0.6);
    display: block;
    margin-right: 21px;
}
.top_menu_tel a.menu_item.active {
    color:#000;
}
.top_menu_tel a:hover {
    color: rgba(0,0,0,1);
}
.top_menu_tel_city {
    position: relative;
    display: flex;
    margin-left: 3%;
}
.top_menu_tel_city .fa {
    color:#009BE1;
    font-size: 20px;
    margin-top:3px;
}
.top_menu_tel_city a {
     color: rgba(0,0,0,0.8);
    margin:0px 8px;
    font-family: 'Tahoma', sans-serif;
    font-size: 18px;
}

.logo_a {
    margin-right: auto;
}
.banner {
    height: 500px;
    background-position: 50%;
    background-size: cover;
    display: flex;
    align-items: center;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}
.banner_logo {
    width: 100%;
    max-width: 300px;
}
.banner_title1 {
    font-size: 30px;
    color:#020202;
    padding:30px 10%;
    padding-bottom:10px;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 40px;
}
.banner_title2 {
    padding:0px 20%;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
}
.title3 {
    color:#020202;
    font-weight: 400;
    text-align: center;
}
.title4 {
    color:#000;
    font-size: 30px;
    line-height: 50px;
}

.about_block {
    display: flex;
    padding-top: 30px;
    font-size: 14px;
    line-height: 25px;
}
.about_block b {
    color:#000!important;
}

.about_left {
    width: 50%;
    display: flex;
    padding-right: 20px;
}
.about_right {
    width: 50%;
    display: flex;
    padding-left: 20px;
}
.about_img {
    padding-top:10px;
    width: 15%;
}

.top_menu_tel_city img {
    cursor: pointer;
    transform: rotate(180deg);
}
.produts_menu {
    display: flex;
    margin-right: 21px;
    position: relative;
}
.produts_menu img {
    cursor: pointer;
    transform: rotate(180deg);
    margin-left: 8px;
}
.produts_menu a {
    color: rgba(0,0,0,0.6);
}

.top_menu_tel_lang {
    position: relative;
    color:#fff;
    text-transform: uppercase;
    font-weight: bold;
    display: flex;
    justify-content: flex-end;
}

.top_menu_search_div {
    margin-left: auto;
    position: relative;
}
.top_menu_search_div input[type=image] {
    position: absolute;
    right: 15px;
    top:9px;
    font-size: 20px;
    color:#019EE6;
    cursor: pointer;
}

.top_menu_tel_lang a.active {
    color:#000;
}

.top_menu_tel_lang img {
    cursor: pointer;
    transform: rotate(180deg);
    margin-left:8px;
}
.top_menu_tel_user {
    display: block;
    margin:0px 20px;
}
.top_menu_tel_basket {
    display: flex;
    color:#fff;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
    position: relative;
}
.top_menu_tel_basket .basket_amount {
    background: #3eabff;
    color:#fff;
    padding:5px;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    display: none;
    margin-left: -5px;
}


.top_menu_search {
    position:sticky;
    width: 100%;
    top:0px;
    background: rgba(255,255,255, 0.9);
    z-index: 20000;
}
.top_menu_search.fixed {
    position: fixed;
}
.top_menu_search.fixed img.logo {
    width: 100px;
}

.top_menu_search .container {
    display: flex;
    padding-top:15px;
    padding-bottom:15px;
    align-items: center;
}
#top_menu_search_catalog {
    margin:0px 3%;
    display: flex;
    align-items: center;
}

.top_menu_search_input {
    display: flex;
    justify-content: flex-end;
}
.sp-button {
    border: none!important;
    background: #bcbcbc!important;
    width: 10px!important;
    height: 10px!important;
}
.sp-selected-button {
    background: #3eabff!important;
}
.sp-next-arrow::after, .sp-next-arrow::before, .sp-previous-arrow::after, .sp-previous-arrow::before {
    background-color: #fff!important;
}
.index_products_descr {
    color:#888888;
    padding-top:8px;
    padding-bottom:24px;
}
.product_slider {

}

.product_slider_hidden {
    opacity: 0;
    overflow: hidden;
}
.product_slider .item {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    border:1px solid #eee;
    padding:20px;
    transition: all 0.5s;
    height: 250px;
}

.product_slider .image {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 90%;
    height: 140px;
    transition: all 0.5s;
}
.product_slider .item:hover .image {
    transform: scale(1.1);
}

.product_slider .title {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #01508e;
    padding-top: 10px;
}
.product_slider .descr {
    color: #888;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    padding-top: 10px;
}

.product_slider .title span {
    color:#127ed2;
    font-size: 14px;
    line-height: 20px;
}
.index_products {
    position: relative;
    padding-top:50px;
}
.index_products .show_all {
    float: right;
    margin-top: -20px;
}
.index_products .show_all a {
    color: #3eabff;
}
.index_products .show_all a:hover {
    text-decoration: underline;
}
.menu_block_wraper .show_all {
    display: block;
    color: #f89014;
}
.menu_block_wraper .show_all.in_drop_menu {
    color:#f89014;
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.menu_block_wraper .show_all:hover {
   color:#F89014;
}

.index_products .left_nav {
    position: absolute;
    width: 25px;
    height: 25px;
    cursor: pointer;
    left:-25px;
    top:230px;
    background-image: url(/img/ico_left_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.index_products .right_nav {
    position: absolute;
    width: 25px;
    height: 25px;
    cursor: pointer;
    right:-25px;
    top:230px;
    background-image: url(/img/ico_left_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(180deg);
}
footer {
    background-image: linear-gradient(266deg,#000000 0%,#025277 100%);
    margin-top:50px;
    padding:40px 0px;
}
footer .container {
    display: flex;
    color:#fff;
}
footer .container .item {
    width: 25%;
    text-align: left;
    display: flex;
    padding:0px 15px;
}
footer .item a {
    display: block;
    color:#fff;
    font-size: 16px;
    margin-bottom:5px;
}
footer .item .fa {
    font-size: 50px;
}

footer .title {
    font-size: 16px;
    font-weight: 700;
    padding-bottom:10px;
}
footer .text {
    color:#888888;
    font-weight: 300;
    margin-bottom:7px;
}
.copyright {
    padding:10px 0px;
    background: #000;
}

.copyright .container {
    display: flex;
    color:#fff;
    justify-content: space-between;
    align-items: center;
}
.copyright a {
    display: block;
    color:#9c9c9c;
}
.copyright .soc_seti {
    display: flex;
}
.copyright .soc_seti a {
    display: block;
    margin-right: 10px;
}

.copyright a:hover {
    color: #000;
}
.drop_catalog_menu {
    display: none;
    position: absolute;
    left:0px;
    top:93px;
    z-index: 1000;
    width: 100%;
    padding:0px 15px;
    background: #fff;
}
.drop_catalog_menu .image {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    background-repeat: no-repeat;
    margin-bottom:5px;
    width: 100%;
    height: 70px;
}

.drop_catalog_menu .body {
    display: flex;
    flex-wrap: wrap;
    padding:15px;
    background: #f3f3f3;
    border:1px solid #dcdcdc;
}
.drop_catalog_menu .body .menu_block {
    width: 33%;
    padding: 5px 15px;
}
.menu_block.hidden {
    display: none;
}
.menu_block a, .menu_block div {
    cursor: pointer;
    display: block;
    position: relative;
    line-height: 20px;
    color:#888888;
}

.menu_block .hover_color {
    color: #01508E;
}
.menu_block a:hover {
    color:#000;
}
.menu_block a:hover .hover_color {
    color:#3eabff;
}
.drop_catalog_menu .menu_block_wraper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-height: 500px;
    width: 75%;
    align-content: flex-start;
    position: relative;
}


.menu_block .title {
    font-weight: bold;
    color:#01508E;
}

.drop_catalog_menu .body .level_1 {
    background: #fff;
}
.drop_menu {
    display: none;
    position: absolute;
    width: 200px;
    top:32px;
    left:-10px;
    background: #fff;
    z-index: 30000;
}
.drop_menu.lang {
    width: auto;
    left: 0px;
    padding: 0px 20px;
}
.drop_menu a.item {
    color:rgba(0,0,0,0.8);
    font-weight: 300;
    display: block;
    padding:10px 0px;
    text-align: center;
    margin: 0px;
}
.drop_menu.lang a.item {
    font-weight: bold;
}
.drop_menu a.item:hover {
    color:#049BDF;
}


.select2_products_order_by {
    width: 200px;
}



.select2-container--default .select2-selection--single, .select2-dropdown {
    border: 1px solid #e9e9e9!important;
}
.pager {
    padding:20px 0px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.pager div, .pager a  {
    display: block;
    padding:10px 15px;
    color:#000;
    font-weight: bold;
}
.pager div.active {
    cursor: pointer;
}

.pager div.current {
    color: #fff;
    background: #127ed2;
}

.blog .blog_item {
    display: flex;
    border-top:1px solid #e9e9e9;

}
.blog .blog_item .image {
    width: 33%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
}
.blog .blog_item  .image img {
    width: 100%;
}
.blog .blog_item .descr {
    width: 66%;
    padding: 30px;
    line-height: 25px;
}

.blog .blog_item .title {
    color:#000;
    font-size: 18px;
    font-weight: bold;
    padding-bottom:15px;
}
.blog .blog_item:hover .title {
    color:#049bdf;;
}
.blog .blog_item .descr_shot {
    color:#454647;
}
.title_blog {
    font-size: 30px;
    color: #020202;
    line-height: 35px;
    font-weight: 400;
    margin-bottom: 15px;
}
.blog_html {
    line-height: 25px;
}

.product_details .back_link {
    text-align: right;
    padding-bottom:20px;
}
.product_details .back_link a {
    color:#3eabff;
}
.product_details .back_link img{
    transform: rotate(270deg);
    margin-top:3px;
    margin-right: 5px;
}


.sp-selected-thumbnail {
    border: 2px solid #01508E;
}
.sp-full-screen-button {
    background-image: url(/img/ico_zoom1.svg);
    background-repeat: no-repeat;
    background-size: 80%;
    opacity: 0.6;
    background-position: center;
    transform: rotate(0deg)!important;
    top:20px!important;
    left:20px;
    width: 35px;
    height: 35px;
    background-color: rgba(255,255,255, 0.6);
    border-radius: 100%;
}

.sp-full-screen-button::before {
    content: ''!important;
}
.btn_search {
    width: 20%;
    min-width: 150px;
    display: block;
    margin-left: -7px;
}
#btn_products_filter {
    display: none;
    width: 100%;
}


.not_found {
    text-align: center;
    width: 70%;
    padding-top:30px;
}
.no_options {
    text-align: center;
    padding-top:30px;
    color:#888;
}
.product_price_tbl .name.blue_font {
    color:#01508e;
}
.product_price_tbl .articul {
    font-size: 12px;
    color:#888;
}
.easy-autocomplete {
    width: 100%!important;
}
.easy-autocomplete.eac-blue-light ul li, .easy-autocomplete.eac-blue-light ul .eac-category {
    border:0px;
    padding:10px 10px;
    border-top:1px solid #eee!important;
}
.easy-autocomplete-container {
    width: 95%!important;
    top:45px!important;
    left: 10px!important;
}


.input_container {
    margin-bottom:20px;
}
.input_container label {
    color:#888;
    font-size: 12px;
}
.input_container input {

}

.show_cabinet_products {
    cursor: pointer;
    color: #3eabff;
}
.show_cabinet_products:hover {
    color:#01508E;
}
.products_in_order {
    display: none;
}
.products_in_order td {

}
.order_email {
    text-align: center;
    width: 100%;
    padding-top:20px;
}
.order_email input {
    width: 30%;
}
.order_form {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.ico_basket.div, .ico_user{
    background: #fff;
    border-radius: 100%;
    padding:5px;
}
.category_slider {
    border-top:1px solid #fff;
}
.category_slider .overlow {
    opacity: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    color:#fff;
    text-align: center;
    text-transform: uppercase;
    color:#fff;
    font-size: 22px;
    font-weight: 700;
    padding-top:85px;
    transition: all 0.3s;
}
.category_slider .item .overlow span {
    border-bottom: 2px solid transparent;
    transition: all 0.8s;
}

.category_slider .item {
    display: flex;
    position: relative;
    height: 200px;
    flex-direction: column;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all 0.8s;
}
.category_slider .item .title {
    text-align: center;
    text-transform: uppercase;
    color:#fff;
    font-size: 18px;
    font-weight: 500;
    padding-top:8px;
    transition: all 0.3s;
    transition: box-shadow 0.6s linear;
}
.category_slider .item:hover .overlow {
    opacity: 1;
}
.category_slider .item:hover .overlow span {
    border-bottom: 2px solid #0099de;

}
.category_slider .item:hover {
    transform: scale(1.1);
}
.popup_delopro {
    text-decoration: underline;
    cursor: pointer;
    color:#01508E;
}
.fancybox-content {
    padding:30px!important;
}
.order_filter {
    width: 100%;
    padding-bottom:20px;
}
.flex_form {
    display: flex;
    align-items: center;
}
.flex_form div {
    padding-right: 15px;
}
.hide_pc {
    display: none;
}
.mobile_div_menu {
    display: none;
}

.cabinet_sub_menu {
    padding-bottom:15px;
    display: flex;
}
.cabinet_sub_menu a {
    display: block;
    border:1px solid #e9e9e9;
    color:#454647;
    padding:5px 15px;
    border-radius: 5px;
    margin-right: 10px;
}
.cabinet_sub_menu a.active {
    font-weight: bold;
    background:#01508E;
    border:1px solid #01508E;
    color:#fff;
}
.org_ballance {
    position: absolute;
    top:-30px;
    right: 0px;
    color:#888
}
.org_ballance .show_ballance {
    font-size: 12px;
    color: #3eabff;
    border-bottom:1px dotted #3eabff;
    text-align: center;
    cursor: pointer
}
.ico_eye_get_price{
   display: block;
   margin: 0px auto;
   cursor: pointer;
}
img.logo {
    width: 180px;
    transition: all 0.7s;
}
.production {
    display: flex;
    height: 300px;
    font-size: 18px;
    line-height: 22px;
}
.production b {
    font-size: 22px;
    padding-bottom:5px;
    display: block;
}

.production .left {
    width: 50%;
    background-size:cover;
    background-repeat: no-repeat;
    background-position: top center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding:20px;
    text-align: center;
}
.production .right {
    width: 50%;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding:20px;
    text-align: center;
}
.production .btn {
    margin-top:20px;
    min-width: 200px;
}
.product_list {
    display: flex;
    flex-wrap: wrap;
}
.product_list .item {
    width: 33%;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding:30px 30px;
    border-right:1px solid #e9e9e9;
    border-bottom:1px solid #e9e9e9;
    border-top:1px solid #e9e9e9;
    margin-top:-1px;
}
.product_list .item:nth-child(3n+1) {
    border-left:1px solid #e9e9e9;
}
.product_list .item img {
    height: 200px;
    transition: all 0.4s;
}
.product_list .item .title {
    color:#000;
    font-size: 18px;
    font-weight: bold;
    transition: all 0.2s;
    text-align: center;
}
.product_list .item .descr_shot {
    line-height: 20px;
    color:rgba(0,0,0,0.8);
    text-align: justify;
    padding-top:10px;
}
.product_list .item:hover .title {
    color:#049bdf;
    z-index: 1000;
}
.product_list .item:hover img {
    transform: scale(1.1);
}

.product_descr {
    padding-top:30px;
    font-size: 14px;
    line-height: 25px;
    color:rgba(0,0,0,0.5);
}
.product_info {
    display: flex;
    padding:30px 0px;;
}
.product_info .image {
    width: 33%;
}
.product_info .image img {
    width: 90%;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}
.product_info .descr {
    width: 66%;
    line-height: 25px;
}
.product_info .descr .title {
    font-size: 30px;
    color: #020202;
    line-height: 35px;
    font-weight: 400;
    margin-bottom:15px;
}
.product_details {
    padding-bottom:30px;
    border-top: 1px solid #e9e9e9;
    padding-top:30px;
    line-height: 25px;
}

.product_details .title {
    font-size: 30px;
    color: #020202;
    margin-bottom:15px;
    text-align: center;
}
.gost_gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.gost_gallery img {
    width: 200px;
    border: 1px solid #e9e9e9;
    margin:0px 5px;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}
.contacts {
    display: flex;
}
.contacts .details {
    width: 33%;
}
.contacts .details .title {
    font-size: 30px;
    color: #020202;
    margin-bottom: 15px;
}
.contacts .details .adress a {
    font-size: 16px;
    color:#049bdf;
}
.contacts .details .adress div {
    margin-bottom:10px;
}

.contacts .map {
    width: 66%;
}
.contact_us {
    cursor: pointer;
    font-size: 16px;
}
footer .icon_fa {
    margin-right: 20px;
}
header .drop_menu_mobile {
    margin-right: -100%;
    position: fixed;
    z-index: 20;
    top:0px;
    right:0px;
    width: 90%;
    height: 100%;
    background: #fff;

    padding:10px 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    overflow-y: scroll;
}
.wraper_drop_menu {
    display: none;
    z-index: 10;
    position: fixed;
    width: 100%;
    height: 100%;
    top:0px;
    left:0px;
    background: rgba(0,0,0,0.6);
}
header .drop_menu_mobile .close {
    text-align: right;
}
.drop_menu_mobile .item {
    font-size: 16px;
    font-size: 20px;
    display: block;
    color: #454647;
    line-height: 40px;
}
.drop_menu_mobile .top_block {
    display: flex;
}
.drop_menu_mobile .top_block .mobile_lang {
    display: flex;
    align-self: center;
}
.drop_menu_mobile .top_block .mobile_lang a {
    font-weight: bold;
    color:#000;
    font-size: 16px;
    margin-right: 10px;
}
.drop_menu_mobile .top_block .mobile_lang .active_lang {
    color: #0099de;
}

.drop_menu_mobile .sub_item a {
    display: block;
    font-size: 16px;
    color:#0099de;
    margin-left: 10px;
    line-height: 30px;
}
.image_full_screen img {
    width: 90%;
    height: auto;
    margin: 0px auto;
    display: block;
}

@media screen and (max-width: 1118px) {
    .top_menu_search_div {
        display: none;
    }

}
@media screen and (max-width: 750px) {
    .top_menu_search .container {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .banner {
        height: 400px;
    }

    .banner_title1 {
        font-size: 20px;
        line-height: 30px;
        padding: 15px 10%;
    }
    .banner_logo {
        max-width: 200px;
    }
    .about_block {
        flex-wrap: wrap;
    }
    .about_left {
        width: 100%;
        padding-right: 0px;
    }
    .about_right {
        width: 100%;
        padding-left: 0px;
    }
    .about_img {
        width: 20%;
        padding-top:30px;
    }
    .title4 {
        line-height: 30px;
        padding-top:30px;
        padding-bottom:10px;
    }
    .production {
        flex-wrap: wrap;
        height: auto;
    }
    .production .left {
        width: 100%;
        min-height: 200px;

    }
    .production .right {
        width: 100%;
        min-height: 200px;
    }
    .production.flex-reverse {
        flex-flow: column-reverse;
    }
    footer .container {
        flex-wrap: wrap;
    }

    footer .container .item {
        width: 50%;
        margin-bottom:15px;
    }
    footer .item .fa {
        font-size: 20px;
    }
    footer .icon_fa {
        margin-right: 10px;
    }
    .hide_mobile {
        display: none!important;
    }
    img.logo {
        width: 120px!important;
    }
    .logo_a {
        margin:0px 10px;
    }
    .top_menu_tel_city img {
        width: 10px;
    }
    .no_padding_mobile {
        padding:0px;
    }
    .hide_pc {
        display: block;
    }
    .mobile_div_menu {
        display: flex;
    }

    #open_mobile_menu {
        margin-left: 30px;
    }
    .top_menu_tel_city a  {
        font-size: 16px;
    }
    .product_list .item {
        width: 100%;
        border: 1px solid #e9e9e9;
    }
    .product_info {
        flex-direction: column;
    }
    .product_info .image {
        width: 100%;
    }
    .product_info .descr {
        width: 100%;
    }
    .product_info .image img {
        width: 100%;
    }
    .contacts {
        flex-direction: column;
    }
    .contacts .details {
        width: 100%;
    }
    .contacts .map {
        width: 100%;
    }
    .gost_gallery img {
        width: 100px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 480px) {

}







