.menu-top li a, .menu-top li span{
    font-family: 'Ubuntu', sans-serif !important;
    font-weight: 700;
}
.advantages-item_text{
    font-family: 'Ubuntu', sans-serif !important;
    font-weight: 400;
}

body.active{
    overflow: hidden;
}
.header-top_search{
    position: relative;
}
.new-detail_items{
    margin-top: 25px;
}
.h2-section{
    border: unset;
}
/*.root-item-selected{*/
/*    pointer-events: none;*/
/*}*/
.item-selected a{
    pointer-events: none;
}
.item-selected{
    pointer-events: none;
}
.section-block{
    margin-bottom: 80px;
}
/* header */
#header{
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 101;
}
.header-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-top_logo img{
    max-width: 60px;
}
.header-top_logo a,
.header-top_logo span{
    display: flex;
    align-items: center;
}
/*.selected{*/
/*    pointer-events: none;*/
/*}*/
.breadcrumb ul li{
    position: relative;
display: flex;
}
.breadcrumb ul li a{
    display: flex;
    align-items: center;
    gap: 5px;
}
.breadcrumb ul li a svg{
    width: 16px;
}
.bread-dropdown{
    position: absolute;
    left: 0;
    top: 11px;
    background: #f9f9f9;
    width: 100%;
    min-width: 320px;
    padding: 10px;
    z-index: 99999;
    display: none;
    align-items: flex-start !important;
    flex-direction: column;
    gap: 8px;
    list-style: none !important;
    padding-top: 20px;
}
.breadcrumb ul li:hover svg{
    transform: rotate(180deg);
}
.breadcrumb ul li:hover .bread-dropdown{
    display: flex;
}
.logo-text{
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-left: 5px;
}
.header-top_logo span{
    font-size: 14px;
    color: #000;
}
.title-search-input{
    width: 100%;
    padding: 13px 0 13px 10px;
    border-radius: 5px;
    outline: none;
    border: 1px solid #f3f3f3;
    background: #f3f3f3;
}
.search-form__wrapper{
    position: relative;
    width: 100%;
}
.search-form_submit{
    position: absolute;
    right: 0;
    top: 1px;
    z-index: 2;
    height: 41px;
    opacity: 0;
    cursor: pointer;
}
.search-form__wrapper svg{
    position: absolute;
    right: 9px;
    top: 9px;
    z-index: 1;
    cursor: pointer;
    width: 19px;
}
.search-form__wrapper svg path{
    stroke: #000;
}
.header-top_phone{
    display: flex;
    align-items: center;
}
.top-phone_wrapper{
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.phone-link{
    color: #000;
    font-weight: 600;
}
.header-top_search{
    width: 100%;
    max-width: 350px;
}
.top-phone_icon {
    /* background: #336699; */
    border-radius: 100%;
    width: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 40px;
    margin-right: 10px;
    background: url('../images/icon-tg.png') no-repeat center;
    background-size: contain;
}
.top-phone_icon svg {
    fill: #fff;
    width: 17px;
}
.top-phone_icon svg path{
    stroke: #fff;
}
.header-top_callback{
    background: #336699;
    text-transform: uppercase;
    padding: 15px;
    cursor: pointer;
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 13px;
}
#header .header-top{
    margin-bottom: 0;
    padding-bottom: 20px;
}
.header-search_mobile{
    display: none;
}
.header-burger{
    display: none;
}
/* header */
.content-box img{
    object-fit: contain;
}
/* menu */
.header-menu{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menu-top{
    display: flex;
    justify-content: space-between;
    background: #336699;
    padding: 15px 30px;
}
.menu-top li a,
.menu-top li span{
    color: #fff;
    font-weight: 600;
}
.menu-top li{
    position: relative;
}
.menu-top li a{
    position: relative;
}
.menu-top li a svg.arrow-menu {
    position: absolute;
    right: -20px;
    top: -1px;
}
.menu-top li ul{
    display: none;
    position: absolute;
    background: #336699;
    width: 202px;
    padding-top: 30px;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    left: -20px;
    top: 14px;
    z-index: 10;
}
.menu-top li ul li{
    border-bottom: 1px solid #cecece;
    padding: 0 20px 20px 20px;
}
.menu-top li ul li:last-of-type{
    border-bottom: unset;
}
.menu-top li:hover ul{
    display: flex;
}
.header-menu_top,
.header-menu_catalog{
    width: 100%;
}
.header-menu_catalog{
    max-width: max-content;
    position: relative;
}
.section_element_menu .menu-section>a{
    font-family: 'Ubuntu', sans-serif;
    background: #5790c7;
    color: #fff;
    text-transform: uppercase;
    height: 47px;
    text-align: left;
    width: 220px;
    display: flex;
    align-items: center;
    padding-left: 55px;
    font-weight: 700;
}
.header-menu_catalog .burger-svg{
    position: absolute;
    top: 10px;
    left: 16px;
}
.burger-svg path{
    stroke: #fff;
}
.section_element_menu .menu-element-list{
    display: none;
    position: absolute;
    z-index: 99;
}
.section_element_menu .menu-section:hover > .menu-element-list{
    display: flex;
    flex-direction: column;
}
.section_element_menu li.menu-element-items{
    position: relative;
}
.section_element_menu li.menu-element-items a{
    background: #f9f9f9;
    border: 1px solid #eaebec;
    /* padding: 20px 15px 20px 15px; */
    padding: 10px 15px;
    display: block;
    font-size: 13px;
    font-family: 'Ubuntu', sans-serif !important;
}
.section_element_menu .menu-element-items:hover>.menu-element-list{
    display: flex;
    flex-direction: column;
    top: 0;
    left: 220px;
    width: max-content;
}
.section_element_menu .menu-element-list li a:hover{
    background: #f9f9f9 !important;
}
.arrow-menu path{
    stroke: #fff;
}
.arrow-menu {
    position: absolute;
    right: 9px;
    top: 11px;
    width: 19px;
}
.section_element_menu.main-page .menu-section > .menu-element-list{
    display: flex !important;
    flex-direction: column;
}
.arrow-menu__child{
    position: absolute;
    right: 7px;
    top: 29%;
    width: 19px;
    transform: rotate(270deg);
}
.arrow-menu__child path {
    stroke: #858484;
}
/* menu */

/* main */
.main-block{
    padding-left: 240px;
    padding-top: 20px;
}
.main-slider{
    margin-bottom: 30px;
    position: relative;
}
.main-slider_img {
    height: 470px;
}
.main-slider_info{
    position: absolute;
    left: 60px;
    top: 15%;
    width: max-content;
    max-width: 290px;
}
.main-slider_info.middle{
    position: absolute;
    left: 50%;
    top: 28%;
    text-align: center;
    width: max-content;
    max-width: 720px;
    transform: translate(-50%,-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.main-slider_info.middle .slider-btn{
    padding: 10px 20px;
}

.slider-text h1{
    border-bottom: unset;
    margin: 0;
}
.main-slider_img img{
    height: 100%;
    width: 100%;
}
.main-advantages{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.slider-btn{
    background: #336699;
    padding: 10px 0;
    text-align: center;
    max-width: 180px;
    cursor: pointer;
}
.slider-btn a{
    color: #fff;
    font-size: 14px;
}
.slider-btn span{
    color: #fff;
    font-size: 14px;
}
.advantages-item {
    display: flex;
    align-items: center;
    gap: 15px;
}
.main-page_wrapper{
    margin-bottom: 60px;
}
.advantages-item_icon img{
    width: 40px;
    height: 40px;
}
.advantages-item_icon svg{
    width: 40px;
    height: 40px;
    fill: #444444;
}
/* main */

/* catalog */
.catalog-page_items{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.catalog-page_item{
    display: flex;
    flex-direction: column;
    width: calc(33.3333% - 14px);
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,.125);
    justify-content: space-between;
}
.catalog-item_title{
    min-height: 82px;
    background: #369;
    text-align: center;
    color: #fff;
    padding: 20px 10px;
    border-radius: 5px 5px 0 0;
    font-size: 21px;
}
.catalog-item_desc{
    height: 100%;
    padding: 20px;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.catalog-item_bottom{
    background-color: rgba(0,0,0,.03);
    padding: 15px 20px;
}
.catalog-item_bottom a{
    display: block;
    width: 100%;
    padding: 10px 0;
    border-radius: 5px;
    border: 1px solid #369;
    text-align: center;
    color: #000;
    background: transparent;
    transition: all .3s ease;
}
.catalog-item_bottom a:hover{
    background: #369;
    color: #fff;
    transition: all .3s ease;
}
/* catalog */

/* footer */
.footer{
    background-color: rgba(0,0,0,.03);
    margin-top: 30px;
}
.footer-wrapper{
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.footer-menu_title{
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 19px;
}
.footer-menu_catalog .menu-bot{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    max-width: 720px;
}
.footer-menu_catalog .menu-bot li{
    width: calc(33.333% - 10px);
}
.footer-menu_about .menu-bot{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.menu-bot a{
    color: #868282;
}
.footer-info_phone{
    display: flex;
    align-items: center;
    gap: 10px;
}
.footer-phone_icon svg path{
    stroke: #369;
}
.footer-info_cop {
    margin-top: 20px;
    max-width: 171px;
}
.footer-info_cop span{
    color: #868282;
    font-size: 12px;
}
.footer-bot{
    border-top: 1px solid rgba(0,0,0,.125);
    padding: 20px 0;
}
.political a{
    color: #868282;
    font-size: 13px;
}
/* footer */

.client-slider .owl-dots{
    bottom: -24px;
}
.mob-menu{
    display: none;
}
.overflow{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9;
    cursor: pointer;
}
.overflow.show{
    display: block;
}
.header-search_mobile{
    cursor: pointer;
}
.top-search_mobile{
    display: none;
}
.content-box h1{
    border-bottom: unset;
    margin: 0;
}
.content-box .breadcrumb {
    background: #f9f9f9;
    padding: 13px 17px;
    border-radius: 7px;
    overflow: auto;
}
.content-box .breadcrumb li + li:before{
    content: '/';
}
.bread-dropdown li:before{
    content: '';
    display: none;
}
.sidebar_info {
    display: flex;
    flex-direction: column;
    border: 1px solid #ececec;
    border-radius: 5px;
    margin-bottom: 25px;
}
.sidebar-info_title{
    background: #336699;
    text-align: center;
    color: #fff;
    font-size: 21px;
    border-radius: 5px 5px 0 0;
    padding: 15px 0;
}
.sidebar-info_text{
    padding: 15px;
    line-height: 25px;
}

.company_slider .client-slider{
    min-width: 0;
}
.company_slider {
    display: grid;
    min-width: 0;
    margin: 40px 0;
}
.company_slider .owl-stage-outer{
    min-width: 0;
}
.company_slider .owl-stage{

    min-width: 0;
}
.about-list {
    list-style: none;
    padding: 0;
    margin: 30px auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.about-list__item {
    list-style-type: none !important;
    position: relative;
    text-transform: uppercase;
    padding: 85px 5px 0 !important;
    color: #07357a;
    left: 0 !important;
    font-size: 20px;
    margin-bottom: 35px !important;
    width: 100%;
    text-align: center;
}
.about-list__item:before {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    content: '';
    width: 75px;
    height: 70px;
    background: url(/local/templates/gvozdevsoft_corpgs_s1/images/icon/about-list-sprite.png) no-repeat;
    background-size: 75px;
}
.about-list__item.about-list__item_2:before {
    background-position: center -147px;
}
.about-list__item.about-list__item_3:before {
    background-position: center -220px;
}
.about-list__item.about-list__item_4:before {
    background-position: center -73px;
}
.about-list__item.about-list__item_5:before {
    background-position: center -293px;
}
.about-list__item {
    width: 32%;
}
.wrapper{
    padding-top: 70px;
    padding-bottom: 0;
}

.portfolio-projects-detail__tabs img,
#services-news-detail img{
    margin: 0 auto;
    display: block;
    min-width: 250px;
}
.news-detail img{
    margin: 0 auto;
    display: block;
    min-width: 250px;
}
.img-block img{
    max-width: 300px;
    width: 100%;
}
.content-box table td:first-child{
    max-width: 350px;
}

.req-items{
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 30px 0;
}
.req-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #cecece;
    padding-bottom: 15px;
}
.req-item_name {
    width: 160px;
    margin-right: 25px;
}
.detail-price_items{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}
.detail-price_item{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    gap: 10px;
    width: calc(25% - 20px);
    border: 1px solid #cecece;
}
.detail-price-item_img img{
    width: 40px;
    height: 40px;
}
.detail-price-item_name {
    font-size: 12px;
    text-align: center;
    line-height: 19px;
    color: #000;
}
.detail-price-item_download {
    font-size: 12px;
    color: #cecece;
}
.detail-price_title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 19px;
    color: #000;
}
.docs-items{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 25px 0;
}
.docs-item_img img{
    min-width: unset !important;
    width: 40px;
    height: 40px;
}
.docs-item{
    display: flex;
    align-items: center;
    padding: 20px;
    justify-content: space-between;
    border: 1px solid #cecece;
    gap: 20px;
}
.docs-wrapper{
    display: flex;
    align-items: center;
    gap: 20px;
}
.docs-item_name{
    color: #000;
    font-size: 12px;
    margin-bottom: 10px;
    font-weight: 600;
}
.docs-item_size{
    color: #cecece;
    font-size: 12px;
}
.docs-item_icon svg{
    width: 30px;
    height: 30px;
}
.services-view-tile__title{
    min-height: 110px;
}

.content-box td, .content-box th{
    padding: 7px 5px;
}
td p{
    margin: 0 !important;
}


.table-responsive {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 5px;
    scrollbar-color: #256aa5 #f3f3f3;
    scrollbar-width: thin;
    margin-bottom: 25px;
}
table.price-table th.price-table__sorted-th {
    position: relative;
    padding: 15px 20px 15px 15px !important;
    cursor: pointer;
    line-height: 14px;
    font-size: 12px;
}
table.price-table th>span.sort {
    width: 20px;
    height: 20px;
    background: url(/local/templates/gvozdevsoft_corpgs_s1/images/sort_1.png) no-repeat center center / contain;
    display: block;
    margin-left: auto;
    margin-right: 0;
    position: absolute;
    right: 3px;
    bottom: 3px;
}

table.price-table th.price-table__sorted-th span.sort {
    width: 15px;
    height: 15px;
    right: 4px;
    bottom: 4px;
}
.price-table-more-btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    padding: 5px;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    width: 200px;
    margin: -10px auto 25px;
    cursor: pointer;
    background: #336699;
}
.price-table tr:nth-child(5)~tr {
    display: none;
}
.hidden {
    display: none !important;
}
button.table-btn__detail {
    background: #336699;
    color: #fff;
    padding: 10px;
    text-align: center;
}
.table-responsive td{
    vertical-align: middle;
}
.question-items{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.question-item{
    border: 1px solid #cecece;
    padding: 15px;
    background: #fff;
}
.question-item_top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.question-item_answer{
    display: none;
    font-size: 15px;
    line-height: 24px;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #cecece;
}
.question-item_name {
    font-weight: 600;
    line-height: 24px;
    font-size: 14px;
    max-width: 95%;
}
.question-item_arrow svg{
    width: 30px;
    height: 30px;
}
.error-page{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.error-page_desc__top{
    margin-bottom: 25px;
}
.error-page_desc{
    text-align: center;
}
.error-page_title{
    margin-bottom: 25px;
    text-align: center;
}
.share-div{
    display: flex;
    align-items: center;
    gap: 10px;
}
.link_back{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.share-div .ya-share2{
    width: 180px;
}
.share-div .ya-share2__list{
    margin: 0;
}
@media(max-width:1199px){
    .header-top_search {
        max-width: 230px;
    }
    .advantages-item_text {
        font-size: 14px;
    }
    .advantages-item {
        gap: 5px;
    }
    .catalog-item_title {
        font-size: 18px;
    }
    .footer-menu_catalog .menu-bot {
        max-width: 420px;
    }
    .footer-menu_catalog .menu-bot li {
        width: calc(50% - 10px);
    }
    .main-slider_info.middle {
        max-width: 690px;
    }
}
@media(max-width:991px){
    .main-slider_info.middle {
        max-width: 490px;
        top: 40%;
    }
    .menu-top li a, .menu-top li span {
        font-size: 12px;
    }
    .menu-top {
        padding: 15px 15px;
    }
    .section_element_menu .menu-section>a {
        width: 160px;
        padding-left: 47px;
        font-size: 12px;
    }
    .section_element_menu.main-page .menu-section > .menu-element-list {
        display: none !important;
    }
    .main-block {
        padding-left: 0;
    }
    .section_element_menu.main-page .menu-section:hover > .menu-element-list{
        display: flex !important;
    }
    .section_element_menu .menu-element-list{
        width: 250px;
    }
    .section_element_menu .menu-element-items:hover>.menu-element-list {
        left: 250px;
        max-width: 100%;
    }
    .logo-text{
        display: none;
    }
    .catalog-page_item {
        width: calc(50% - 10px);
    }
    .footer-wrapper {
        flex-wrap: wrap;
    }
    .footer-menu_about{
        order: 2;
    }
    .footer-menu_info{
        order: 1;
    }
    .content-box .breadcrumb ul::-webkit-scrollbar {
        display: none;
    }
    .content-box .breadcrumb ul {
        flex-wrap: unset;
        white-space: nowrap;
        text-overflow: ellipsis;
        scrollbar-width: thin;
        scrollbar-color: transparent transparent;
        -ms-overflow-style: none;  /* IE и Edge */
        scrollbar-width: none;  /* Firefox */
        margin: 0;
    }
    .form-contacts {
        display: block;
    }
    .menu-top li a svg.arrow-menu {
        position: absolute;
        right: -15px;
        top: -4px;
        width: 13px;
    }
    .bread-dropdown{
        top: 21px;
        min-width: 340px;
    }

}
@media(max-width:767px){
    .bread-dropdown{
        display: none !important;
    }
    .breadcrumb ul li a svg{
        display: none;
    }
    .header-top_search {
        display: none;
        position: fixed;
        width: 100%;
        background: #fff;
        z-index: 10;
        top: 0px;
        left: 0;
        max-width: 100%;
        padding: 15px;
    }
    .header-top_search.show{
        display: block;
    }
    .header-search_mobile{
        display: block;
    }
    .top-phone_icon{
        display: none;
    }
    .header-burger path{
        stroke: #000;
    }
    .header-burger{
        display: block;
        cursor: pointer;
    }
    .header-top_callback {
        padding: 10px 5px;
        font-weight: 400;
        font-size: 12px;
        color: #fff;
    }
    .header-top_logo img {
        max-width: 40px;
    }
    .header-menu{
        display: none;
    }
    .main-advantages {
        flex-wrap: wrap;
        gap: 10px;
    }
    .advantages-item {
        gap: 5px;
        width: calc(50% - 10px);
    }
    .catalog-page_item {
        width: calc(50% - 5px);
    }
    .catalog-page_items {
        gap: 10px;
    }
    .catalog-item_desc {
        padding: 10px;
        font-size: 14px;
    }
    .catalog-item_title {
        min-height: 61px;
        font-size: 15px;
    }
    .footer-menu_catalog{
        order: 3;
    }
    .main-slider_img {
        height: 300px;
    }
    .section-block {
        margin-bottom: 30px;
    }
    .mob-menu.show {
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        background: #fff;
        width: max-content;
        min-width: 250px;
        z-index: 10;
    }
    .mobile-menu__wrapper{
        padding: 20px;
        overflow: auto;
        height: 100vh;
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    .menu-section .menu-element-list{
        display: none;
        max-width: 510px;
    }
    .menu-title {
        font-size: 25px;
        font-weight: 600;
        margin-bottom: 25px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .menu-name{
        font-size: 18px;
    }
    .arrow-menu__child{
        position: unset;
        width: 27px;
        height: 27px
    }
    .menu-section_wrapper{
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        margin-bottom: 11px;
    }
    .arrow-menu__child__mobile{
        cursor: pointer;
    }
    .arrow-menu__child__mobile.active{
        transform: rotate(0deg);
    }
    ul.menu-element-list.show {
        display: block;
        padding: 15px 0 15px 15px;
    }
    li.menu-element-items {
        margin-bottom: 11px;
    }
    .menu-close{
        cursor: pointer;
    }
    .top-search_mobile {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 20px;
    }
    .search-mobile_title {
        color: #000;
        font-weight: 600;
        font-size: 24px;
    }
    .search-close{
        cursor: pointer;
    }
    #header{
        position: unset;
    }
    .req-item_name{
        width: max-content;
        margin-right: 0;
    }
    .req-item{
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 8px;
    }
    .detail-price_item{
        width: calc(50% - 20px);
    }
    .detail-price-item_img img {
        width: 30px;
        height: 30px;
    }
}
@media(max-width:510px){
    .main-slider_info.middle {
        max-width: 410px;
        top: 44%;
    }
    .catalog-page_item {
        width: 100%;
    }
    .menu-section a{
        font-size: 14px;
    }
    .mob-menu.show {
        width: 100%;
    }
    .detail-price_item{
        width: 100%;
    }
}
@media(max-width:475px){
    .link_back{
        flex-direction: column-reverse;
        align-items: baseline;
        gap: 30px;
    }
    .share-div .ya-share2 {
        width: 220px;
    }
}
@media(max-width:440px){
    .header-top_callback{
        display: none;
    }
    .main-slider_info {
        left: 20px;
    }
    .docs-wrapper{
        flex-direction: column;
    }
    .docs-item{
        flex-direction: column;
    }
    .docs-item_name,
    .docs-item_size{
        text-align: center;
    }
}
@media(max-width:370px){
    .main-slider_info.middle {
        max-width: 301px;
        top: 44%;
    }
    .slider-text h1{
        font-size: 21px;
    }
    .advantages-item_icon img,
    .advantages-item_icon svg{
        width: 30px;
        height: 30px;
    }
    .advantages-item_text {
        font-size: 12px;
    }
    .content-box h2 {
        font-size: 1.5em;
        margin: 17px 0 17px 0;
    }
}
.slider-text span{
    font-size: 2em;
    font-weight: 600;
    margin: 0 0 40px 0;
    padding-bottom: 20px;
}
@media(max-width:575px){
    .slider-text span{
        font-size: 1.8em;
        line-height: 1.1;
    }
}
@media (max-width: 370px) {
    .slider-text span {
        font-size: 21px;
    }
}
.h2-news_block{
    display: flex;
    font-weight: 600;
    margin: 27px 0 20px 0;
}
.h2-news_block h2{
    margin: 0;
}
.h2-news_block span{
    font-size: 1.6em;
}
.search-catalog_btn{
    display: block;
    max-width: 250px;
    margin-top: 20px;
}
.ya-share2__list{
    margin: 0 !important;
    margin-bottom: 20px !important;
}
.footer a:hover{
    color: #336799;
}
.footer-bot{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.show-counter {
    display: flex;
    align-items: center;
    gap: 5px;
}
.news-info__top{
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
}
.news-info__top__date{
    font-size: 16px;
}
.show-counter svg{
    width: 30px;
}
.h3{
    font-size: 1.4em;
    margin: 27px 0 20px 0;
}
.services-price{
    color: #fff;
    font-size: 20px;
    padding: 10px;
    border-radius: 5px;
    background: var(--main-template-color);
    max-width: max-content;
    font-weight: 600;
}
.dop-block{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}
.dop-block_item{
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid;
    padding-bottom: 10px;
    justify-content: space-between;
}
.dop-item_name{
    font-weight: 600;
}
.img-wrapper_sec {
    margin-bottom: 30px;
    border: 1px solid #cecece;
    border-radius: 8px;
    padding: 20px;
}
.img-wrapper_sec_val {
    display: flex;
    flex-wrap: wrap;
    gap: 70px;
    justify-content: space-between;
}
.img-wrapper_sec_text {
    text-align: center;
    margin-top: 10px;
}
.img-wrapper_sec_val img{
    width: 100%;
    min-width: unset !important;
    max-width: 240px;
    margin: 0 !important;
}
.img-wrapper_sec_val img:nth-of-type(2){
    max-width: 450px;
}
.section-items{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.section-item{
    width: calc(100% / 3 - 14px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 15px;
    box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.3);
    position: relative;
}
.section-item_name {
    font-weight: 600;
    text-align: center;
}
.section-item_price {
    color: #336699;
    font-size: 17px;
    text-align: center;
}
.vote_products_list{
    display: none;
}
.section-item_btn {
    border: 1px solid #336699;
    width: 100%;
    text-align: center;
    padding: 6px;
}
.section-item_link{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.tabs_detail_card{
	display:flex;
	gap:15px;
	margin-bottom:20px;
}
.tabs_detail_card .item{
	padding:20px 14px;
	border:1px solid #336699;
	border-radius:5px;
	cursor:pointer;
	color:#336699;
	width:100%;
	text-align:center;
}
.tabs_detail_card h2.item{
    font-size: 16px;
    margin: 0;
}
.tabs_detail_card .item.active{
	background: var(--main-template-color);
	color:#fff;
	border-color:var(--main-template-color);
}
.tabs_detail_card_content .tab_content{
	display:none;
}
.tabs_detail_card_content .tab_content.active{
	display:block;
}

@media (min-width: 700px) {

	.section-items.list_view_type_list{
			flex-direction: column;
	}
	.section-items.list_view_type_list .section-item{
		width:100%;
		display:flex;
		flex-direction: row;
	}
	.section-items.list_view_type_list .section-item_ing{
		width:20%;
	}
	.section-items.list_view_type_list .content_product{
		width:80%;
	}
	.section-items.list_view_type_list .section-item_btn{
		display:inline-block;
		width:initial;
	}
}


.section-items .section-item_name,.section-items .section-item_price{
	margin-bottom:10px;
}
.vote_products_list tr,.vote_products_list td{
	background:none !important;
	border:none;
}
.vote_products_list{
	margin-bottom:10px;
}
.vote_products_list td{
	padding:0px !important;
	
}
.vote_products_list table{
	border:none;
	margin:0px;
}
.vote_products_list table td:last-child{
	display:none;
}
.services-news-detail__form-box .bx_item_detail_rating .bx_stars_bg {
    background: url(/images/stars.png) no-repeat center;
}
.bx_item_detail_rating .bx_stars_bg{
	z-index:3;
}
.services-news-detail__form-box .bx_stars_progress {
    top: 1px;
    bottom: 2px;
    left: 1px;
    right: 1px;
}
.services-news-detail__form-box .bx_item_detail_rating .bx_stars_container{
	overflow:hidden;
}
.dynamic_block_card i:last-child{
	margin-left:10px;
}
.dynamic_block_card i{
	font-size:20px;
	cursor:pointer;
}
.dynamic_block_card i.add_lovely.active:before{
	 content: "\f004";
}
.dynamic_block_card i.add_lovely.active{
	color: var(--main-template-color);
}

.dynamic_block_card i.add_compare.active{
	color:#e76110;
}
.dynamic_block_card i.fa.fa-eye{
	color:#333;
}
.services-view-tile__img,.services-view-list__img{
	position:relative;
}
.services-view-tile__img .dynamic_block_card,.services-view-list__img .dynamic_block_card{
	position: absolute;
    right: 10px;
    top: 10px;	
}
.services-view-tile__img .dynamic_block_card .item,.services-view-list__img .dynamic_block_card .item{
	margin-bottom:5px;
}
.services-view-tile__img .dynamic_block_card .item:last-child,.services-view-list__img .dynamic_block_card .item:last-child{
	margin-bottom:0px;
}
.section-items .section-item{
	position:relative;
}
.section-items .dynamic_block_card{
	position: absolute;
    right: 10px;
    top: 10px;	
	z-index:3;
}
.section-items .dynamic_block_card .item{
	margin-bottom:5px;
}
.section-items .dynamic_block_card .item:last-child{
	margin-bottom:0px;
}
.wrapper_wish_compare{
	display:flex;
	align-items:center;
	justify-content:space-between;
	    margin-bottom: 30px;
}
.empty_result{
	text-align:center;
	margin-top:20px;
	font-weight:bold;
}
.header_top_dynamic i{
	color:var(--main-template-color);
	font-size:20px;
}
.header_top_dynamic .item{
	margin-bottom:5px;
	position:relative;
}
.header_top_dynamic .item span{
    position: absolute;
    width: 20px;
    height: 20px;
    background: var(--main-template-color);
    color: #fff;
    border-radius: 50%;
    font-size: 11px;
    text-align: center;
    line-height: 20px;
    right: -11px;
    top: -7px;
	display:none;
}
.header_top_dynamic .item.active span{
	display:block;
}
.header_top_dynamic .item:last-child{
	margin-bottom:0px;
}

.product_compare  tr{
	background:none !important;
}

.product_compare  td{
    background: #F6F6F7;
    border-radius: 4px;
	border:none !important;
}
.product_compare thead tr td:first-child{
	background:none;
}
.product_compare table{
	width:auto;
	border-spacing: 4px;
	border-collapse: inherit;
	min-width: inherit !important;
	border:none !important;
}
.product_compare table td{
	min-width:369px;
	width:369px;
	padding:19px;
}
.product_compare thead  td{
	background:none;
}
.product_compare thead tr td img{
	border-radius:8px;
}
.product_compare thead tr td .image{
	margin-bottom:24px;
	position:relative;
}
.product_compare thead tr td .title{
	font-size: 16px;
	margin-bottom:16px;
	min-height:32px;
}
.product_compare thead tr td  .price{
	font-size: 20px;
}
.product_compare .table_design{
	overflow-x:auto;
}
.product_compare .table_design::-webkit-scrollbar-track
{
	border-radius: 100px;
	background-color: #F6F6F7;
}
.product_compare .table_design::-webkit-scrollbar
{
	border-radius: 100px;

}
.product_compare .table_design::-webkit-scrollbar-thumb
{
	background-color: #336699;	
	border-radius: 100px;
}
.product_compare .dynamic_block_card{
	position:absolute;
	left:0px;
	top:0px;
}
@media (max-width: 700px) {
	.product_compare table td {
		 min-width: auto;
	}
	.hidden_fast_view_mobile{
		display:none;
	}
	.header-top_logo a{
		display:block;
	}
	.header-top_logo span{
		display:block;
		font-size:10px;
		margin-left:0px;
	}
	.top-phone_wrapper a{
		font-size:14px;
	}
	.tabs_detail_card_content .tab_content{
		overflow:hidden;
	}
	.tabs_detail_card_content .tab_content[data-tab="description"] table td{
		display:block;
	}
	.tabs_detail_card_content .tab_content[data-tab="props"]{
		overflow: scroll;
	}
	.tabs_detail_card{
		overflow:scroll;
	}
	.tabs_detail_card .item {
		padding: 13px 14px;
	}
}

.fastViewBlock .form-service-top__input {
    height: 36px;
}
.fastViewBlock .title_product{
	font-weight:bold;
	font-size:20px;
	margin-bottom:20px;
}
.fastViewBlock .tabs_detail_card{
	display:none;
}

.fastViewBlock .ya-share2{
	display:none;
}
.props_fast_view .wrapper_prop{
	display:flex;
	padding:15px;
	font-size:14px;
}
.props_fast_view .wrapper_prop .name{
	font-weight:bold;
	padding-right:10px;
}
.props_fast_view .wrapper_prop:nth-child(2n){
	background:#f7f7f7;	
}
.fastViewBlock{
	max-width:1000px;
}
.fastViewBlock #services-news-detail img{
    max-width:100%;
}
.bread-dropdown{
	display:none !important;
}
.breadcrumb svg{
	display:none;
}
.service-slider{
	max-width:860px;
}
.service-slider .item_slider_service{
	border: 1px solid #ececec;
	padding:20px;
}
.service-slider  .name{
	text-align:center;
	font-weight:bold;
	margin-top:17px;
}
.service-slider .services-view-tile__btn{
	text-align:center;
}
.service-slider .owl-dots{
	display:none;
}
.service-slider img{
	max-width:100%;
	min-width:initial !important;
}
.service-slider.owl-theme .owl-nav{
	top:-40px;
	right:0;
	left:auto;
	width:auto;
}
.service-slider.owl-theme .owl-nav button{
	width: 30px !important;
    height: 30px !important;
    color: #f7f7f7 !important;
    background:var(--main-template-color) !important;
    border-radius: 4px !important;
    outline: 0;
	display:block;
}
.service-slider.owl-theme .owl-nav button.owl-prev{
	margin-right:10px;
}

@media (max-width: 700px) {
	.slider_added_products h2{
		margin-bottom:64px;
	}
}
.fastViewBlock .question-block{
	display:none;
}
.price_table__title{
    font-size: 1.6em;
    margin: 27px 0 20px 0;
}

.price-section__show{
    display: block !important;
    margin-top: 40px;
}
.service-slider .name{
    overflow-y: auto;
    min-height: 90px;
}
.section_element_menu li.menu-element-items:hover > a{
    background: #5790c7 !important;
    color: #fff;
}
.section_element_menu li.menu-element-items:hover > a > svg path{
    stroke: #fff !important;
}
.service-slider__index .service-slider{
    max-width: 100%;
}
.work-block_line{
    width: 100%;
    height: 6px;
    background: #336699;
}
.work-items{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.work-item_top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 70%;
}
.work-item_img img{
    width: 40px;
}
.work-item{
    width: 280px;
    position: relative;
    top: -25px;
    height: 120px;
}
.work-item_num{
    display: flex;
    background-image: url(/images/work/6.png);
    width: 44px;
    height: 44px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}
.work-item_text {
    margin-top: 40px;
    max-width: 240px;
}
.work-item_img{
    position: relative;
    top: -20px;
}
.work-block h2{
    margin-bottom: 80px;
}
.footer-form_wrapper{
    padding: 5% 6%;
    border: 5px solid transparent;
    border-image: 5 repeating-linear-gradient(45deg, #e4e4e4, #e4e4e4 5px, transparent 5px, transparent 5px, #e4e4e4 5px, #e4e4e4 10px, transparent 10px, transparent 20px);
    background-color: #fbfcfc !important;
    margin-top: 30px;
}
.footer-form{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.footer-from_title {
    font-size: 24px;
    font-weight: 600;
}
.footer-from_text {
    max-width: 390px;
    font-size: 20px;
    line-height: 26px;
}
.footer-form .header-top_callback{
    display: block !important;
}
.catalog-section__sort{
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.info-product_top{
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9em;
    color: #777;
}
.h2{
    font-size: 1.6em;
    margin: 27px 0 20px 0;
}
.portfolio-projects-list__title-link,.news-list__title{
    font-size: 22px;
    margin-bottom: 12px;
}

.header-menu_catalog__fixed{
    display: none;
}
.header-menu_catalog__fixed.active{
    display: block;
}

.wh-block{
    margin-top: 6px;
    display: flex;
    align-items: center;
    gap: 4px;
    background: #29B6F6;
    justify-content: center;
    color: #fff;
}
.wh-block img{
    width: 27px;
    height: 32px;
}
.sitemap_level_two{
    margin-left: 15px;
}
.section-item_ing{
    max-width: 150px;
    min-height: 190px;
}
.section-item_ing img{
    height: 100%;
}


.sections-list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
}
.section-list__item{
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    border: 1px solid var(--main-template-color);
    width: calc(100% / 2 - 10px);
}
.list__item__img{
    max-width: 100px;
    width: 100%;
    flex-shrink: 0;
}
.list__item__name{
    color: #000;
    font-size: 18px;
}
.list__item__img img{
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.btn-one_buy{
    background: var(--main-template-color);
    padding: 7px 30px;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
    position: relative;
    z-index: 5;
    cursor: pointer;
}


@media(max-width: 1199px){
    .header-menu_catalog__fixed{
        display: none !important;
    }
}
@media(max-width: 930px){
    .footer-form{
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .footer-from_text{
        text-align: center;
    }
}
@media(max-width: 767px){
    .work-block_line{
        display: none;
    }
    .work-items{
        flex-direction: column;
        align-items: baseline;
        gap: 20px;
    }
    .work-item{
        width: 100%;
        top: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .work-item_top{
        max-width: 100%;
        justify-content: start;
        gap: 20px;
    }
    .work-item_text{
        max-width: 100%;
        margin-top: 20px;
    }
    .work-item_img{
        top: 0;
    }
    .work-block h2{
        margin-bottom: 40px;
    }
    .owl-item .main-slider img{
        object-fit: cover;
        object-position: left;
    }
}
@media(max-width: 760px){
    .section-list__item{
        width: 100%;
    }
    .section-item {
        width: 100%;
    }
}
#bxmaker-geoip-city{
	color:#000;
}
.bxmaker-geoip-component-confirm__button {
    border-right: 1px solid #427fbb;
}

.bxmaker-geoip-component-confirm__button {
    background-color: #336699;
}

.bxmaker-geoip-component-confirm__button:hover {
    background-color: #255280;
}
#bxmaker-geoip-city.fixed_city{
	margin-left:20px;
	margin-right:20px;
}
#bxmaker-geoip-city.fixed_city .bxmaker-geoip-component-city-line__label{
	display:none;
}
.header-top_search.fixed_search{
    max-width: 258px;
}
@media(max-width: 1000px){
	#bxmaker-geoip-city{
		display:none;
	}
}
.series-custom-block{
    margin-bottom: 50px;
}
.series-block{
    display: flex;
    flex-wrap: wrap;
}
.series-block_item{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background: #f9f9f9;
    color: #333;
    margin: 0 10px 10px 0;
}
.series {
    display: flex;
    margin-bottom: 10px;
}
.series_head {
    margin: 10px 10px 0 0;
}
@media(max-width: 576px){
    .series {
        flex-wrap: wrap;
    }
    .series_head{
        margin-bottom: 10px;
    }
}
#services-news-detail .series-custom-block img,
#services-news-detail .detail-page-shaf_wrap img{
    min-width: unset;
}
.h1-wrap{
    display: flex;
    justify-content: space-between;
}
@media(max-width: 992px){
    .h1-wrap{
        flex-wrap: wrap;
    }
}
.content-box p.link-catalog-wrap{
    margin-top: 30px; 
}
.link-catalog-wrap a{
    display: inline-block;
    background: #336699;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    color: #f7f7f7;
    font-size: 1em;
    cursor: pointer;
    letter-spacing: 1px;
}
.link-catalog-wrap a:hover{
    opacity: .8;
}
.mobile_element_menu .menu-title{
	margin-bottom:0px;
}
.wrapper-main-page .pop-items .owl-stage-outer{
	height:initial;
	padding-bottom:30px;
	padding-left:10px;
}
.wrapper-main-page .pop-items  .owl-item{
    padding-right:16px;
}
.section_element_menu li.menu-element-items a.item-selected {
    background: #5790c7;
    color: #fff;
}
@media(max-width: 768px){
    .mobile_element_menu .menu-element-items a{
        width: 100%;
        padding: 5px;
    }
    .mobile_element_menu .menu-element-items a.item-selected{
        background: #5790c7;
        color: #fff;
    }
}

#services-news-detail .tabs_detail_card_content .tab_content{
	display:block;
}
#services-news-detail .tabs_detail_card{
	display:none;
}