html, body {
    font-family: "Noto Sans";
    font-size: 18px;
}

@media (max-width: 370px) {
    html, body {
        font-size: 14px;
    }
}

html, body, #app, .content-slider {
    height: 100%;
    /*min-height: 600px;*/
}

a,
a:hover {
    text-decoration: none;
}
a{
    color:#3f3f3f !important;
}
button:focus {
    outline: none;
}

img.responsive {
    max-width: 100%;
    max-height: 100%;
}

.body-mobile {
    padding-top: 60px;
    box-sizing: border-box;
    height: calc(100% - 60px);
}

@media (max-width: 480px) {
    .body-mobile {
        padding-top: 80px;
        height: calc(100% - 80px);
    }
}

.content-slider {
    overflow: hidden;
}

.flex {
    display: flex;
}

.flex-center {
    justify-content: center;
}

.flex-middle {
    align-items: center;
}

/* vue transition classes */

.fade-enter-active, .fade-leave-active {
    transition: opacity 250ms;
}

.fade-enter, .fade-leave-to {
    opacity: 0;
}

.slide-left-enter-active, .slide-left-leave-active,
.slide-right-enter-active, .slide-right-leave-active,
.slide-top-enter-active, .slide-top-leave-active,
.slide-down-enter-active, .slide-down-leave-active {
    transition: all 250ms;
}

.slide-left-enter, .slide-left-leave-to {
    transform: translate(-100%, 0);
}

.slide-right-enter, .slide-right-leave-to {
    transform: translate(100%, 0);
}

.slide-top-enter, .slide-top-leave-to {
    transform: translate(0, 100%);
}

.slide-down-enter, .slide-down-leave-to {
    transform: translate(0, -100%);
}

.slide-left-enter, .slide-left-leave-to,
.slide-right-enter, .slide-right-leave-to,
.slide-top-enter, .slide-top-leave-to,
.slide-down-enter, .slide-down-leave-to {
    opacity: 0;
}

/* /vue transition classes */

/* loader */

#loader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99999;
    background: #fff;
    color: #000;
    font-size: 1.7777777777777777rem; /* 32px; */
    display: flex;
    align-items: center;
    justify-content: center;
}

stop {
    -webkit-animation: colors 3s infinite;
    animation: colors 3s infinite;
}

.stop-2 {
    -webkit-animation-delay: -3s;
    animation-delay: -3s;
}

@keyframes colors {
    0% {
        stop-color: #0cc161;
    }
    50% {
        stop-color: #000;
    }
    100% {
        stop-color: #0cc161;
    }
}

/* /loader */

.fix-header,
.fix-footer {
    position: fixed;
    z-index: 999;
}

.fix-header {
    top: 0;
    left: 0;
    right: 0;
}

@media (max-width: 980px) {
    .fix-header {
        background: #fff;
        box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.07);
    }
}

.fix-footer {
    position: fixed;
    bottom: 0;
    left: 0;
}

.header-logo-link {
    padding: 0.7777777777777778rem 1.1111111111111112rem; /* 14px 20px; */
    display: inline-block;
    box-sizing: content-box;
    /*position: absolute;*/
    /*left: 0;*/
}

@media (max-width: 1550px) {
    .header-logo-link {
        padding-top: 0.5rem; /* 9px; */
        padding-bottom: 0.5rem; /* 9px; */
    }
}

@media (max-width: 1366px) {
    .header-logo-link {
        padding-top: 0.6666666666666666rem; /* 12px; */
        padding-bottom: 0.6666666666666666rem; /* 12px; */
        height: 1.4444444444444444rem; /* 26px; */
    }
}

@media (max-width: 980px) {
    .product-list-mobile {
        top: 50px;
        left: 0;
        right: 0;
        bottom: auto;
    }

    .product-list-mobile .g-tabs {
        padding-top: 50px;
        padding-bottom: 50px;
        background: #fff;
    }

    .product-list-mobile .g-tabs > li {
        width: 25%;
    }

    .product-list-mobile .g-tab-pic {
        display: block;
    }

    .product-list-mobile .g-tab-pic img {
        max-height: 80px;
    }
}

@media (max-width: 768px) {
    .product-list-mobile .g-tabs {
        display: flex;
        flex-wrap: wrap;
        padding-left: 65px;
        padding-right: 65px;
    }

    .product-list-mobile .g-tabs > li {
        width: 50%;
        border: 0;
    }

    .product-list-mobile .g-tabs > li:nth-of-type(2n+1) {
        border-right: 1px solid #d9d9d9;
    }

    .product-list-mobile .g-tabs > li:nth-of-type(n+3) {
        border-top: 1px solid #d9d9d9;
    }
}

.product-list-mobile .main-nav-fixed-title {
    display: none !important;
}

@media (max-width: 749px) {
    .header-logo-link {
        padding-top: 0.9444444444444444rem; /* 17px; */
        padding-bottom: 0.9444444444444444rem; /* 17px; */
    }

    .product-list-mobile {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        right: 0;
        z-index: 98;
        background: #fff;
        padding-top: 80px;
        overflow-y: auto;
        display: flex;
        flex-direction: column;
    }

    .product-list-mobile .main-nav-fixed-title {
        margin-top: 0;
        display: block !important;
    }

    .product-list-mobile .g-tabs {
        padding: 40px;
    }

    .product-list-mobile .g-tab-pic {
        display: block;
    }

    .product-list-mobile .g-tab-pic img {
        max-width: 100%;
        max-height: 150px;
    }

    .product-list-mobile .g-tabs {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        /*height: 100%;*/
        box-shadow: none;
        flex-grow: 1;
    }

    .product-list-mobile .g-tabs li {
        width: 50%;
        display: flex;
        flex-direction: column;
    }

    .product-list-mobile .g-tabs > li {
        border: 0;
    }

    .product-list-mobile .g-tabs li .g-tab-pic {
        flex-grow: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .header-logo-link {
        padding-top: 1.2222222222222223rem; /* 22px; */
        padding-bottom: 1.2222222222222223rem; /* 22px; */
        height: 2rem; /* 36px; */
    }
}

.main-nav-fixed {
    position: absolute;
    right: 0;
    top: 0;
    background: #ffffff;
}

.main-nav-fixed ul {
    font-family: "Gotham Pro";
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.7777777777777778rem; /* 14px; */

    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    line-height: 1;
}

@media (min-width: 1550px) {
    .main-nav-fixed ul {
        font-size: 0.8888888888888888rem; /* 16px; */
    }
}

@media (min-width: 981px) {
    .main-nav-fixed ul {
        box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.07);
    }
}

@media (min-width: 768px) {
    .main-nav-fixed ul {
        font-size: 0.7222222222222222rem /* 13px; */
    }
}

.main-nav-fixed ul > li > a {
    color: #000;
    padding: 1.2222222222222223rem 2.7777777777777777rem; /* 22px 50px; */
    display: inline-block;
    transition: background 250ms, color 250ms;
}

@media (max-width: 980px) {
    .main-nav-fixed ul > li > a {
        padding: 1.028rem 2.7777777777777777rem; /* 18.5px 30px; */
    }
}

@media (max-width: 950px) {
    .main-nav-fixed ul > li > a {
        padding: 1rem 1.1111111111111112rem; /* 18px 20px; */
    }
}

.main-nav-fixed ul > li > a:hover {
    color: #0cc161;
}

.main-nav-fixed ul > li > a.colorize {
    background: #0cc161;
    color: #fff !important;
}

.main-nav-fixed ul > li > a.colorize:hover {
    background: #000;
    color: #fff;
}

.container {
    width: 100%;
    max-width: 1280px;
    display: block;
    margin: 0 auto;
}

.header-mobile .fix-header-left-col {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    z-index: 100;
    background: #fff;
}

.header-mobile .fix-header-right-col {
    box-sizing: border-box;
    background: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    padding-top: 4.444444444444445rem; /* 80px */
    z-index: 99;
}

.header-mobile .main-nav-fixed {
    position: relative;
    /*background: #fff;*/
    height: 100%;
}

.main-nav-fixed-title {
    display: none;
    font-size: 1.6666666666666667rem; /* 30px; */
    font-weight: bold;
    text-align: center;
    margin-top: 2.2222222222222223rem; /* 40px; */
}

.header-mobile .main-nav-fixed-title {
    display: block;
}

.header-mobile .main-nav-fixed ul {
    flex-direction: column;
    text-align: center;
    font-size: 1.1111111111111112rem; /* 20px; */
    font-weight: bold;
    padding: 0 2.2222222222222223rem; /* 0 40px; */
    margin-top: 2.7777777777777777rem; /* 50px; */
}

.header-mobile .main-nav-fixed ul li:not(:last-of-type) {
    border-top: 1px solid #e6e6e6;
}

.header-mobile .main-nav-fixed ul > li > a {
    box-sizing: border-box;
    width: 100%;
    padding: 1.6666666666666667rem 0.5555555555555556rem; /* 30px 10px; */
}

.fix-header.header-mobile .fix-header-right-col {
    /*opacity: 0;*/
    /*z-index: -1;*/
    /*transform: translate(0, -100%);*/
    /*transition: all 250ms;*/
}

/*.fix-header.header-mobile.open {*/
/*height: 100%;*/
/*}*/

/*.fix-header.header-mobile.open .fix-header-right-col {*/
/*opacity: 1;*/
/*z-index: 2;*/
/*transform: translate(0, 0);*/
/*}*/

.fh-btn {
    background: transparent;
    border: 0;
    position: absolute;
    padding: 0 2.2222222222222223rem; /* 0 40px; */
    cursor: pointer;
}

.fh-left {
    left: 0;
    top: 0;
    bottom: 0;
}

@media (min-width: 750px) {
    .fh-left {
        display: none;
    }
}

.fh-right {
    top: 0;
    bottom: 0;
    right: 0;
}

.fs-slides .slide {
    background: transparent center no-repeat;
    background-size: cover;
}

.slide-inner {
    height: 100%;
    display: flex;
    align-items: center;
}

.slide-col {
    /*justify-content: center;*/
    display: flex;
    flex-direction: column;
}

.slide-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
    font-family: "Gotham Pro";
    font-size: 1.1111111111111112rem; /* 20px; */
    font-weight: bold;
    flex-wrap: wrap;
}

.slide-list > li {
    padding-left: 1.7777777777777777rem; /* 32px; */
    margin-right: 0.9444444444444444rem; /* 17px; */
    position: relative;
}

.slide-list > li:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 8px;
    left: 0;
    top: 0.7777777777777778rem;
    transform: skew(-20deg) translate(0, -50%);
    background: #0cc161;
}

.slide-list.slide-list_normal {
    display: flex;
    font-weight: normal;
    font-size: 1rem;
    flex-wrap: nowrap;
}

.slide-list.slide-list_normal > li {
    margin-right: 2.7777777777777777rem;
}

.slide-list.slide-list_normal > li:last-of-type {
    margin-right: 0;
}

.slide .mxcontent {
    max-width: 960px;
    margin: 0 auto;
}

.slide-content {
    font-size: 1.2222222222222223rem; /* 22px; */
    /*margin: 10px 0;*/
}

.slider__body {
    background: transparent center no-repeat;
    background-size: cover;
    transition: background 250ms;
}

.slider__body.slide_2 {
    background-image: url('../img/slide2.png');
}

.slider__body.slide_3 {
    background-image: url('../img/slide3.png');
}

.slider__body.slide_4 {
    background-image: url('../img/slide4.png');
}

.slide-title {
    font-size: 4.444444444444445rem;
    color: #0cc161;
    font-weight: 900;
    text-transform: uppercase;
    font-family: "Gotham Pro";
    line-height: 1;
}

.g-tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.07);

    font-size: 0.7777777777777778rem; /* 14px */
    font-weight: bold;
    font-family: "Gotham Pro";
}

.g-tabs > li {
    width: 200px;
    background: #fff;
    text-align: center;
    line-height: 1;
    padding: 1.1111111111111112rem 0 0.6666666666666666rem; /* 20px 0 12px; */
    cursor: pointer;
    border-right: 1px solid #ededed;
    /*border-bottom: 8px solid transparent;*/
    position: relative;
    z-index: 1;
    transition: all 0.2s;
}
@media (min-width: 981px) {

    .g-tabs > li:after {
        content: '';
        position: absolute;
        z-index: -1;
        transition: all 0.3s;
        width: 100%;
        height: 0;
        bottom: 0;
        left: 0;
        background: #0cc161;
    }

    .g-tabs > li:hover {
        color: #fff;
    }

    .g-tabs > li:hover:after {
        height: 100% !important;
    }

    .g-tabs > li.active:after {
        /*border-bottom-color: #0cc161;*/
        height: 8px;
    }

}
.g-tabs > li:last-of-type {
    border-right: 0;
}

.g-tab-pic {
    margin-bottom: 1rem; /* 18px; */
    z-index: 1;
    position: relative;
}

.g-tab-pic img {
    max-width: 100%;
    margin: auto;
}

#home .slide-content {
    margin: 2.7777777777777777rem 0; /* 50px 0; */
}
.product__detail-text img{
    max-width:80%;
}

@media (max-width: 1550px) {
    .slide-title {
        font-size: 3.611111111111111rem; /* 65px */
    }

    .slide-content {
        font-size: 1rem; /* 18px */
    }

    .g-tabs > li {
        width: 160px;
    }
    
}

@media (max-width: 1366px) {
    .slide-title {
        font-size: 3.0555555555555554rem; /* 55px */
    }

    .slide-content {
        font-size: 0.8888888888888888rem; /* 16px */
    }

    .g-tab-pic {
        display: none;
    }

    .g-tabs {
        font-size: 1rem; /* 18px */
    }
    
    .g-tabs > li {
        width: 160px;
    }
    
}

@media (max-width: 1366px) {
    .g-tabs > li {
        width: 120px;
    }
}
@media (max-width: 980px) {
    
    
    
    .slide-title {
        font-size: 2.2222222222222223rem; /* 40px */
    }

    .slide-logo img {
        height: 73px;
    }

    #home .slide-content {
        margin: 2.2222222222222223rem 0; /* 40px 0; */
    }
}

@media (max-width: 767px) {
    .slide-title {
        font-size: 3.3333333333333335rem; /* 60px */
    }

    .slide-content {
        font-size: 1rem; /* 18px */
    }

    .slide .slide-list {
        margin: 1.9444444444444444rem 0; /* 35px 0; */
    }

    .slide-logo img {
        height: 5.333333333333333rem; /* 96px; */
    }
    
}

@media (max-width: 480px) {
    .slide-inner {
        text-align: center;
    }

    .slide-title {
        font-size: 2.2222222222222223rem; /* 40px */
    }

    .slide .slide-list {
        justify-content: center;
    }

    .slide-logo img {
        height: 3.53rem; /* 72px; */
    }
    .product__col-inner{
        padding-right:0px !important;
    }
    .product__col{
        margin-top: 40px;
    }
    .product__detail-text{
        padding-top:30px !important;
    }
    .product__category {
        margin: 30px 0 !important;
    }
    .product__title {
        padding-top: 20px !important;
    }
    .prodFooter{
        margin-bottom: 30px !important;
    }
    .h__title {
        margin-bottom: 10px !important;
    }
}

.modalic {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    bottom: 0;
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.07);
    background: #fff;
    max-width: 640px;
    overflow-y: auto;
    width: 100%;
}

.modalic_full {
    left: 0;
    max-width: none;
    z-index: 998;
    padding-top: 60px;
}

.modalic_center {
    width: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    right: auto;
    bottom: auto;
    font-size: 18px;
    font-weight: bold;
}

.modalic_center h4 {
    font-family: "Gotham Pro";
    font-weight: 900;
    font-size: 40px;
    margin: 0;
}

.modalic_center p {
    padding: 35px 0;
    margin: 0;
}

.modalic_center .modalic__close {
    right: 45px;
    top: 45px;
}

.modalic .modalic__content {
    position: relative;
    padding: 3.888888888888889rem  64px; /* 70px 100px; */
}

@media (max-width: 520px) {
    .modalic .modalic__content {
        padding: 3.888888888888889rem 1.888889rem; /* 70px 34px; */
    }
}

@media (max-width: 480px) {
    .modalic .modalic__content {
    }
}

.modalic__close {
    background: transparent;
    padding: 0;
    margin: 0;
    float: right;
    border: 0;
    cursor: pointer;

    position: absolute;
    right: 2.7777777777777777rem; /* 50px; */
    top: 1.1111111111111112rem; /* 20px; */
}

.modalic_full .modalic__close {
    position: fixed;
    top: 5.555555555555555rem;
}

.modalic-content__title {
    font-size: 1.9444444444444444rem; /* 35px; */
    font-family: "Gotham Pro";
    font-weight: 900;
    margin: 0 0 2.5rem; /* 0 0 45px; */
    letter-spacing: 3px;
}

.modalic-content__text_big {
    font-size: 1.3888888888888888rem; /* 25px; */
    font-weight: 600;
    font-family: "Gotham Pro";
    color: #000;
}

.modalic__not {
    margin: 40px 0;
}

.modalic__not p {
    margin: 0;
}

.modalic__big-title {
    font-size: 80px;
    font-family: "Gotham Pro";
    font-weight: 900;
    line-height: 1;
}

@media (max-width: 1550px) {
    .modalic__big-title {
        font-size: 65px;
    }
}

@media (max-width: 1366px) {
    .modalic__big-title {
        font-size: 55px;
    }
}

@media (max-width: 980px) {
    .modalic__big-title {
        font-size: 35px;
    }
}

@media (max-width: 768px) {
    .modalic__big-title {
        font-size: 40px;
    }
}

@media (max-width: 480px) {
    .modalic__big-title {
        font-size: 35px;
    }
}

.form-control {
    border: 0;
    padding: 0;
    margin: 0.5555555555555556rem 0; /* 10px 0; */
    min-height: 1.6666666666666667rem; /* 30px; */
    font-weight: bold;
    font-size: 1rem; /* 18px; */
    color: #000;
}

.form-group {
    border-bottom: 2px solid #e6e6e6;
    padding-top: 1.1111111111111112rem; /* 20px; */
    margin: 0;
}

.form-group label {
    color: #969696;
    font-size: 1rem; /* 18px; */
    margin: 0;
    position: relative;
    width: 100%;
}

.form-group.req label:after {
    content: '*';
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1rem; /* 18px; */
    font-weight: bold;
    color: #000;
}

.btn {
    border-radius: 0;
    border: 0;
    cursor: pointer;
    font-family: "Gotham Pro";
    font-size: 16px;
    font-weight: bold;
}

.btn-primary {
    color: #fff;
    background-color: #000;
    text-transform: uppercase;
    padding: 20px 50px;
    letter-spacing: 3px;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0cc161;
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: none;
}

.btn-primary.disabled, .btn-primary:disabled {
    background-color: #232323;
}

.btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
    background: #0dab54;
}

.row.row_20 {
    margin-left: -20px;
    margin-right: -20px;
}

.row.row_20 > [class^="col-"],
.row.row_20 > [class*=" col-"] {
    padding-left: 20px;
    padding-right: 20px;
}

#map {
    height: 545px;
}

.modalic__pagination {
    /*display: inline-block;*/
    margin: 60px 0;
}

.modalic__pagination ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.modalic__pagination ul > li > a {
    font-family: "Gotham Pro";
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    background: #bfbfbf;
    display: block;
    line-height: 1;
    padding: 15px 24px;
    transition: background-color 250ms, color 250ms;
}

.modalic__pagination ul > li > a:hover {
    color: #0cc161;
}

.modalic__pagination:not(.modalic__pagination_small) ul > li > a.router-link-exact-active {
    background: #0cc161;
    color: #fff;
}

@media (max-width: 1366px) {
    .modalic__pagination ul > li > a {
        font-size: 20px;
        padding: 10px 16px;
    }
}

@media (max-width: 768px) {
    .modalic__pagination ul > li > a {
        font-size: 16px;
        padding: 7px 12px;
    }
}

@media (max-width: 480px) {
    .modalic__pagination_small {
        display: none;
    }
}

.modalic__header {
    display: flex;
    margin-bottom: 60px;
}

.modalic__header .modalic__big-title {
    flex-grow: 1;
}

.modalic__header .modalic__pagination_small {
    margin: 10px 0 0;
}

.news {
    background: #fff;
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.07);
}

.news__item {
    padding: 50px 60px;
    border-bottom: 2px solid #ebebeb;
    display: flex;
}

.news__date {
    width: 100%;
}

.news__desc {
    display: flex;
    flex: 0 0 100%;
}

.news__title {
    flex: 0 0 43%;
    width: 43%;
    max-width: 390px;
}

.news__preview-text {
    padding-left: 30px;
    padding-right: 30px;
}

.news__pic {
    flex: 0 0 250px;
    width: 250px;
}

.news__date, .news__title, .news__link-more {
    font-family: "Gotham Pro";
    font-weight: bold;
}

.news__date {
    font-size: 16px;
    color: #9d9d9d;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.news__title {
    font-size: 25px;
    color: #000;
    line-height: 1;
}

.news__title a {
    color: #000;
}

.news__link-more {
    font-size: 16px;
    color: #0cc161;
    text-transform: uppercase;
}

@media (max-width: 1550px) {
    .news__item {
        padding: 40px;
    }

    .news__title {
        font-size: 22px;
    }

    .news__preview-text,
    .news__link-more {
        font-size: 16px;
    }
}

@media (max-width: 1366px) {
    .news__item {
        padding: 40px 35px;
    }

    .news__title {
        font-size: 18px;
    }
}

@media (max-width: 980px) {
    .news__title {
        font-size: 16px;
    }

    .news__preview-text,
    .news__link-more {
        font-size: 14px;
    }

    .news__pic {
        flex: 0 0 200px;
        width: 200px;
    }
}

@media (max-width: 768px) {
    .news__item {
        padding: 30px;
        display: block;
    }

    .news__text > .news__date {
        display: none;
    }

    .news__desc > .news__date {
        display: block;
    }

    .news__title {
        width: 100%;
    }

    .news__desc {
        /*flex-direction: column;*/
        display: inline;
    }

    .news__preview-text {
        padding: 0;
    }

    .news__pic {
        float: right;
    }

    .news__pic_main {
        display: none;
    }

    .news__pic_second {
        display: block;
    }
    .product__col{
        padding: 0 30px !important;
    }
        .product__col_left{
            padding:0px !important;
        }
    .product__title{
        padding-top: 40px;
    }
    .product__title,
    .product__category{
        padding-left:30px !important;
        padding-right:30px !important;
    }
    .prodFooter{
        /*padding-top: 30px !important;*/
        padding-bottom: 30px !important;
    }
    .product__col-inner{
        padding-right:0px;
    }
    .product__detail-text{
        padding-top: 30px;
    }
    .product__detail-text img {
        max-width: 80%;
    }
}

@media (min-width: 769px) {
    .news__text > .news__date {
        display: block;
    }

    .news__desc > .news__date {
        display: none;
    }

    .news__pic_main {
        display: block;
    }

    .news__pic_second {
        display: none;
    }
}

@media (max-width: 480px) {
    .news__item {
        padding: 35px;
    }

    .news__pic {
        width: 170px;
        padding-left: 15px;
        padding-bottom: 15px;
    }
    
    .modalic .modalic__content{
        padding:3.888888888888889rem 0;
        padding-bottom: 0px;
    }
        .modalic .modalic__content .container{
            padding-left:0px !important;
            padding-right:0px !important;
        }
    /*.modalic__header .modalic__big-title{
        padding: 0px 35px !important;
    }*/
    .modalic__header{
        margin-bottom: 50px !important;
        padding-left: 30px;
    }
    .fh-btn{
        padding: 0 20px !important;
    }
    .news-detail{
        padding: 0px 30px;
    }
    .modalic__footer .router-link-active{
        display: none !important;
    }
    .footerLeftLink,
    .footerRightLink{
        font-size:0px !important;
    }
    .footerRightLink{
        text-align: right;
    }
    .modalic__content .products{
        width:100%;
    }
    .modalic__content .modalic__footer div{
        width:100% !important;
    }
    .modalic__footer a{
        width: 50%;
        display: inline-block;
        /* float: left; */
        margin-top: 20px;
    }
    .news-detail__date {
        margin: 30px 0;
    }
    .contactUs{
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .modalic-content__title {
        font-size: 1.6rem !important;
    }
    .slide-list{
        display:block !important;
    }
        .slide-list.slide-list_normal > li{
            display:block;
            font-size: 16px;
            margin-bottom: 10px;
        }
    .product__col.product__col_right{
        margin:0px;
    }
    .btn-primary{
        width:100%;
    }
    .prodFooter{
        padding-bottom:0px !important;
    }
}

/*.news__*/

/* .news-detail */

.news-detail__title {
    font-size: 35px;
    font-weight: 900;
    font-family: "Gotham Pro";
    line-height: 1;
}

.news-detail__picture {
    float: right;
    padding-left: 30px;
    padding-bottom: 30px;
}

.news-detail__date {
    margin: 40px 0;
}

/* /.news-detail */

/* prodcut */

.products {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    height: 100%;
}

.product__col {
    flex: 0 0 50%;
    width: 50%;
    /*padding: 0 65px;*/
}

@media (min-width: 769px) {
    .product__slider {
        position: fixed;
        width: 50%;
        padding:0px 60px;
        top: 50%;
        transform: translateY(-50%);
    }

    .products {
        /*margin: 0 -65px;*/
    }

    .product__col_left > .product__title,
    .product__col_left > .product__category {
        display: none;
    }

    .product__col_right {
        padding-top: 65px;
    }
}

@media (max-width: 768px) {
    .product__col {
        flex: 0 0 100%;
        width: 100%;
    }

    .product__col_right .product__title,
    .product__col_right .product__category {
        display: none;
    }
}

.product__col_right {
    height: 100%;
    overflow-y: auto;
}

.product__col-inner {
    padding-right: 65px;
}

.product__title,
.product__category,
.fp__title {
    font-family: "Gotham Pro";
    line-height: 1;
    font-weight: 900;
}

.product__title {
    font-size: 120px;
}

@media (max-width: 1550px) {
    .product__title {
        font-size: 80px;
    }
}

@media (max-width: 1366px) {
    .product__title {
        font-size: 55px;
    }

    .product__category {
        font-size: 22px;
    }
}

@media (max-width: 980px) {
    .product__title {
        font-size: 35px;
    }

    .product__category {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .product__title {
        font-size: 60px;
    }

    .product__category {
        font-size: 25px;
    }
}

.product__category {
    font-size: 25px;
    margin: 35px 0;
}

.fp {
    margin-top: 50px;
}

.fp__list {
    display: flex;
    flex-wrap: wrap;
}

.fp__item {
    flex: 0 0 33.33%;
    width: 33.33%;
    padding-top: 40px;
    padding-bottom: 40px;
}

.fp__title {
    font-size: 25px;
    padding: 45px 0;
    border-top: 1px solid #e6e6e6;
}

.fp__name {
    color: #969696;
}

@media (min-width: 981px) {
    .fp__list .fp__item {
        border-bottom: 1px solid #e6e6e6;
    }

    .fp__list .fp__item:nth-child(-n+3) {
        border-top: 1px solid #e6e6e6;
    }
}

@media (max-width: 980px) {
    .fp__item {
        flex: 0 0 100%;
        width: 100%;
        padding: 10px 0;
        display: flex;
    }

    .fp__name,
    .fp__value {
        flex: 0 0 50%;
        width: 50%;
    }

    .fp__value {
        text-align: right;
    }
}

@media (max-width: 480px) {
    .fp__item {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .fp__name,
    .fp__value {
        flex: 0 0 100%;
        width: 100%;
        text-align: left;
    }
}

@media (min-width: 769px) {
    .product__slider .owl-carousel,
    .product__slider .owl-stage-outer,
    .product__slider .owl-stage,
    .product__slider .owl-item {
        height: 100%;
    }

    .product__slider .owl-item {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .product__slider .slide {
        text-align: center;
        width: 100%;
    }

    .product__slider .slide img.responsive {
        width: auto;
        margin: auto;
    }
}

.h__title,
.h__desc {
    font-size: 18px;
    line-height: 1;
}

.h__title {
    font-weight: bold;
}

.h__desc {
    color: #999696;
}

.ht {
    margin: 20px 0;
}
.fright{
    float:right;
}