html, body {
    height: 100%;
}
body{
    font-family: 'Roboto', sans-serif;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    min-height: 100%;
}
.wrap{
    flex: 1 0 auto;
    padding-bottom: 90px;
}
.footer{
    flex: 0 0 auto;
}
h2{
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.01em;
    color: #002756;
}
a{
    color: #FC5C23;
    transition: .2s;
}
a:hover{
    color: #FC5C23;
}
.color-blue{    
    color: #002756;
}
.btn{
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    padding: 14px 42px;
    border-width: 2px;
    border-radius: 5px;
    white-space: nowrap;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
}
a.btn-warning:not([href]){
    color: #FFFFFF;
}
.btn-warning{
    color: #FFFFFF;
    background: #FC5C23;
    border-color: #FC5C23;
}
.btn-warning:not(:disabled):not(.disabled):active{
    background: #F04D12;
    color: #fff;
    border-color: #FC5C23;
}
.btn-warning:hover,
.btn-warning:focus{
    box-shadow: 0px 2px 8px #FC5C23;
    border-color: #FC5C23;
    background: #F04D12;
    color: #fff;
}
.btn-outline-warning{
    color: #FC5C23;
    border-color: #FC5C23;
}
.btn-outline-warning:hover,
.btn-outline-warning:focus{
    background: #F04D12;
    border-color: #FC5C23;
    color: #fff;
}
.img-responsive{
    display: block;
    max-width: 100%;
    height: auto;
}
.text-muted{
    color: #767676;
}
.modal-title{
    font-weight: normal;
    font-size: 32px;
    line-height: 37px;
    letter-spacing: 0.0025em;
    color: #17336A;
}
.modal-header{
    border-bottom: 0;
}
.modal-content{
    padding: 20px 15px 26px;
    border-radius: 0;
}
.modal-content .close{
    position: absolute;
    right: 20px;
    top: 20px;
}

/* header */
.header{
    background: #002756;
    box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.2);
    padding: 0;
    position: relative;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 111;
}
.header-container{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.header-logo{
    display: block;
    padding: 28px 0;
    max-width: 92px;
}
.header-toggler{
    display: block;
    margin-left: auto;
    width: 30px;
    height: 21px;
    align-self: center;
}
.header-toggler__checkbox{
    display: none;
}
.header-toggler__label{
    position: relative;
    vertical-align: baseline;
    color: #fff;
    cursor: pointer;
    transition: all 0.4s ease-in;
    margin: 0;
    height: 100%;
    width: 100%;
}
.header-toggler span{
    position: absolute;
    display: block;
    width: 30px;
    height: 2px;
    background: #fff;
    transition: all 0.4s;
}
.header-toggler span:nth-child(2){
    transition: 0;
}
.header-collapse{
    position: absolute;
    width: 100%;
    height: 0px;
    background: #002756;
    transition: all 0.2s ease-in;
    overflow-y: hidden;
    top: 100%;
    left: 0;
    z-index: 111;
    box-shadow: 0 4px 9px -2px rgba(0,0,0,.20);
}
.header-menu{
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
}
.header-menu__item{
    list-style-type: none;
    position: relative;
}
.header-menu__item + .header-menu__item{
    border-top: 1px solid #17223B;
}
.header-menu .header-link{
    position: relative;
    cursor: pointer;
    display: block;
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff;
    padding: 19px 15px 19px 15px;
}
.header-menu__item:hover .header-link{
    color: #fff;
    text-decoration: none;
}
.dropdown-menu__toggle{
    position: relative;
}
.dropdown-menu__toggle::before{
    font-family: 'FontAwesome';
    content:"\f107";
    position: absolute;
    right: 15px;
    font-size: 28px;
    transition:  all 0.3s ease-in;
}
.dropdown-menu__toggle_show::before{
    transform: rotate(-180deg);
}
.dropdown-menu-list{
    display: none;
    position: relative;
    z-index: 1111;
    padding: 0;
    border: 0;
    border-radius: 0;
    margin: 0;
    top: 100%;
    left: 0;
    right: 0;
    background: #E8ECF2;
    box-shadow: inset 0px 2px 8px rgba(0, 0, 0, 0.3);
}
.dropdown-menu-list:before{
    content: '';
    position: absolute;
    background: #E8ECF2;
    height: 100%;
    top: 0;
    left: -100vw;
    width: 100vw;
}
.dropdown-menu-list:after{
    content: '';
    position: absolute;
    background: #E8ECF2;
    height: 100%;
    top: 0;
    left: auto;
    right: -100vw;
    width: 100vw;
}
.dropdown-menu-list__item{
    display: block;
    position: relative;
    z-index: 111;
    padding: 24px 15px;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.02em;
    white-space: nowrap;
    color: #002756;
}
.header-toggler__checkbox:not(:checked) ~ .header-collapse {
    height: 0px;
}
.header-toggler__checkbox ~ .header-collapse {
    height: 100vh;
}
/* гамбургер -> крестик */
.header-toggler__checkbox:not(:checked) ~ .header-toggler .header-toggler__label span:nth-child(2){
    top: 50%;
    margin-top: -1px;
    background: #fff;
}
.header-toggler__checkbox ~ .header-toggler .header-toggler__label span:nth-child(2){
    background: transparent;
}
.header-toggler__checkbox:not(:checked) ~ .header-toggler .header-toggler__label span:first-child{
    transform:rotate(0deg);
    top: 0;
}
.header-toggler__checkbox ~ .header-toggler .header-toggler__label span:first-child{
    transform: rotate(45deg);
    top: 8px;
}
.header-toggler__checkbox:not(:checked) ~ .header-toggler .header-toggler__label span:last-child{
    transform:rotate(0deg);
    bottom: 0;
}
.header-toggler__checkbox ~ .header-toggler .header-toggler__label span:last-child{
    transform:rotate(135deg);
    bottom: 11px;
}
@media screen and (min-width: 576px){
    .header-menu .header-link,
    .dropdown-menu-list__item{
        max-width: 540px;
        margin: 0 auto;
    }
}
@media screen and (min-width: 768px){
    .header-menu .header-link,
    .dropdown-menu-list__item{
        max-width: 720px;
    }
}
@media screen and (min-width: 992px){
    .header-logo{
        padding: 46px 0;
        max-width: 100%;
    }
    .header-container{
        position: relative;
    }
    .header-toggler__checkbox,
    .header-toggler{
        display: none;
    }
    .header-collapse{
        display: flex;
        justify-content: flex-end;
        position: relative;
        width: 100%;
        height: auto !important;
        overflow-y: visible;
        width: auto;
        margin-left: 0;
        box-shadow: none;
    }
    .header-collapse:before{
        content: none;
    }
    .header-menu{
        display: flex;
    }
    .header-menu__item + .header-menu__item{
        border: 0;
    }
    .header-menu .header-link{
        padding: 0 0 34px 0;
        border-bottom: 5px solid transparent;
        margin: 0;
        max-width: none;
    }
    .header-menu__item:not(:last-child) .header-link{
        margin-right: 64px;
    }
    .header-menu__item:hover .header-link{
        border-bottom: 5px solid #fff;
    }
    .dropdown-menu__toggle:before{
        content:none;
    }
    .dropdown-menu-list{
        position: absolute;
        box-shadow: none;
    }
    .dropdown-menu-list__item{
        padding: 24px 0;
        margin: 0;
    }
    .header-menu__item:hover .dropdown-menu-list{
        display: block !important;
    }
    .menu_fix .header-logo{
        padding: 28px 0;
        max-width: 92px !important;
    }
    .menu_fix .header-link{
        padding: 0 0 16px 0 !important;
    }
}

/* subheader */
.subheader{
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 60%;
    margin-bottom: 66px;
}
.subheader-container{
    height: 100%;
    padding-top: 55%;
}
.subheader__title{
    margin-bottom: 31px;    
    font-size: 28px;
    line-height: 38px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #FFFFFF;
}
.subheader__btn{
    text-align: center;
}
@media screen and (min-width: 768px){
    .subheader{
        background-position: center;
        margin-bottom: 182px;
    }
    .subheader-container{
        align-items: flex-start;
        padding-top: 220px;
    }
    .subheader__title{
        margin-bottom: 27px;
        font-size: 64px;
        line-height: 78px;
        text-align: left;
    }
    .subheader__btn{
        text-align: left;
    }
}
@media screen and (min-width: 992px){
    .subheader-container{
        align-items: center;
        padding-top: 0;
    }
}
/* main-features */
.main-features{
    margin-bottom: 152px;
}
.main-features_bottom{
    margin-bottom: 0;
}
.main-features_bottom .main-features_border + .main-features_border{
    border-left: 1px solid #DBDBDB;
}
.main-features__item{
    border: 1px solid #DBDBDB;
    border-radius: 5px;
    text-align: center;
    height: 100%;
    margin-bottom: 60px;
}
.main-features_bottom .main-features__item{
    border-radius: 0;
    border: 0;
}
.main-features__item-img{
    display: none;
}
.main-features__item-title{
    position: relative;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #002756;
    margin-bottom: 18px;
}
.main-features__item-title:before{
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -14px;
    bottom: 0;
    width: 28px;
    height: 2px;
    background: #FC5C23;
}
.main-features__item-text{
    font-size: 16px;
    line-height: 28px;
    color: #383838;
    margin-bottom: 0;
}
@media screen and (min-width:768px){
    /* main-features */
    .main-features__item{
        padding: 26px 10px 25px;
        margin-bottom: 0;
    }
    .main-features_bottom .main-features_border{
        border-top: 1px solid #DBDBDB;
        border-bottom: 1px solid #DBDBDB;
    }
    .main-features__item-img{
        display: block;
        margin: 0 auto 14px;
    }
    .main-features__item-title{
        font-size: 24px;
        line-height: 30px;
    }
    .main-features__item-title:before{
        content: none;
    }
}
@media screen and (min-width:992px){
    .main-features__item{
        padding: 64px 35px 48px;
    }
}
/* category */
.category{
    margin-bottom: 82px;
}
.category h2{
    margin-bottom: 24px;
}
.category__item{
    margin-bottom: 5px;
    padding: 0;
}
.category-link{
    background-image: linear-gradient(180deg, #F1F5F9 0%, #E5E5E5 100%);
    display: block;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.category-link:hover{
    background: #002756;
    text-decoration: none;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
}
.category-link__content{
    position: relative;
    height: 100%;
    padding: 30px 0 0 30px;
}
.category-link__name{
    display: none;
    position: absolute;
    top: 40px;
    left: 36px;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.04em;
    color: #FC5C23;
    text-transform: uppercase;
}
.category-link__title{
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.0025em;
    color: #002756;
    margin-bottom: 16px;
}
.category-link__text{
    display: none;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #767676;
}
.category-link__more{
    display: none;
    position: absolute;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #002756;
    left: 36px;
    bottom: 41px;
}
.category-link__img{
    position: relative;
    background-position: 45% 100%;
    background-size: contain;
    background-repeat: no-repeat;
    height: 180px;
}
.category-link:hover .category-link__title,
.category-link:hover .category-link__text{
    color: #fff;
}
.category-link:hover .category-link__more{
    color: #FC5C23;
}
@media screen and (min-width:768px){
    .category{
        margin-bottom: 115px;
    }
    .category h2{
        font-size: 32px;
        line-height: 37px;
        margin-bottom: 40px;
    }    
    .category__item{
        margin-bottom: 24px;
        padding: 0 15px;
    }
    .category-link{
        background: #F1F5F9;
        border-radius: 10px;
    }
    .category-link__content{
        padding: 70px 36px 0;
    }
    .category-link__name,
    .category-link__text,
    .category-link__more{
        display: block;
    }
    .category-link__title{
        font-weight: 400;
        font-size: 24px;
        line-height: 28px;
    }
    .category-link__img{
        background-position: 85% 100%;
        height: 457px;
        padding-right: 40px;
    }
    .category-link__img_small{
        height: 255px;
    }
}
@media screen and (min-width:992px){
    .category{
        margin-bottom: 171px;
    }
    .category__item{
        margin-bottom: 32px;
    }
    .category-link__content{
        padding: 102px 40px 0 50px;
    }
    .category-link__name{
        top: 70px;
        left: 52px;
        font-size: 16px;
        line-height: 30px;
    }
    .category-link__title{
        font-weight: 400;
        font-size: 48px;
        line-height: 56px;
    }
    .category-link__text{
        font-size: 20px;
        line-height: 30px;
    }
    .category-link__more{
        font-size: 24px;
        line-height: 36px;
        left: 50px;
        bottom: 41px;
    }
    .category-link__img{
        height: 700px;
    }
    .category-link__img_small{
        height: 472px;
    }
}
/* footer */
.footer{
    background: #F1F5F9;
}
.footer-top{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 48px 0;
}
.footer-top__text{
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 28px;
}
.footer-bottom{
    text-align: center;
    padding: 25px 0;
}
.footer-title{
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: #002756;
    margin-bottom: 0;
}
.footer-list{
    padding: 0;
    margin-bottom: 30px;
}
.footer-list__item{
    display: block;
    font-size: 16px;
    line-height: 28px;
    color: #767676;
}
.footer-text{
    font-size: 16px;
    line-height: 28px;
    color: #767676;
    margin-bottom: 0;
}
@media screen and (min-width:768px){
    .footer-top{
        padding: 60px 0;
    }
    .footer-top__text{
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 36px;
    }
    .footer-bottom{
        text-align: left;
        padding: 47px 0 40px;
    }
    .footer-title{
        margin-bottom: 7px;
    }
    .footer-list{
        padding: 0;
        margin-bottom: 42px;
    }
}
@media screen and (min-width:992px){
    .footer-top{
        padding: 98px 0 101px;
    }
    .footer-top__text{
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 49px;
    }
}


/* category */
.category-subheader{
    position: relative;
    /* margin-top: 139px; */
    padding: 104px 0 28px;
    margin-bottom: 40px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: linear-gradient(180deg, #F4F9FD 0%, #F1F5F9 100%);
}
.category-subheader__breadcrumb{
    margin-left: 3px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.05em;
    color: #8E8E8E;
    text-transform: uppercase;
    margin-bottom: 0;
}
.category-subheader__title{
    font-weight: 400;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.01em;
    color: #002756;
    margin-bottom: 0;
}
.category-subheader__img{
    display: none;
    position: absolute;
    top: -100%;
    margin-top: -4px;
    right: 0;
}
.subcategory+.subcategory{
    margin-top:36px;
}
.subtitle{
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.0025em;
    text-transform: uppercase;
    color: #002756;
    margin-bottom: 20px;
}
.products{
    margin-top: 70px;
}
.products-item{
    display: block;
    margin-bottom: 44px;
}
.products-item:hover{
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
    text-decoration: none;
}
.products-item hr{
    background: #E5E5E5;
    margin: 16px 0 16px;
}
.products-item__title{
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #002756;
    margin: 0;
    padding: 0 12px 4px;
}
.products-item__summary{
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #767676;
    padding: 0 12px 12px;
}
@media screen and (min-width:576px){
    .category-subheader{
        padding: 120px 0 40px;
        margin-bottom: 60px;
    }
    .category-subheader__title{
        font-size: 38px;
        line-height: 1.5;
        max-width: 100%;
    }
    .category-subheader__breadcrumb{
        font-size: 16px;
        line-height: 30px;
    }
    .products-item__title{
        font-size: 24px;
        line-height: 30px;
        padding: 0 24px 8px;
    }
    .products-item__summary{
        font-size: 18px;
        line-height: 24px;
        padding: 0 24px 16px;
    }
}
@media screen and (min-width:768px){
    .subcategory+.subcategory{
        margin-top: 70px;
    }
    .subtitle{
        font-weight: 400;
        font-size: 32px;
        line-height: 37px;
        margin-bottom: 40px;
    }
}
@media screen and (min-width:992px){
    .category-subheader{
        padding: 240px 0 134px;
        margin-bottom: 100px;
    }
    .category-subheader__breadcrumb{
        text-transform: none;
    }
    .category-subheader__title{
        font-size: 42px;
        line-height: 66px;
        max-width: 60%;
    }  
    .category-subheader__img{
        display: block;
    }
    .products{
        margin-top: 100px;
    }
    .products-item hr{
        background: #E5E5E5;
        margin: 24px 0 16px;
    }
    .subcategory+.subcategory{
        margin-top: 140px;
    }
    .subtitle{
        margin-bottom: 56px;
    }
}
@media screen and (min-width:1200px){
    .category-subheader__title{
        font-size: 56px;
        line-height: 66px;
        max-width: 65%;
    }    
}
/* product page */
.product-info{
    margin-top: 39px;
}
.product-title{
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.0025em;
    color: #002756;
    margin: 0 0 10px;
}
.product-subtitle{
    font-size: 32px;
    line-height: 37px;
    letter-spacing: 0.0025em;
    color: #767676;
    margin-bottom: 24px;
}
.product-info h3{
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.0025em;
    color: #002756;
    margin-bottom: 8px;
}
.product-text{
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: #383838;
    margin-bottom: 28px;
}
.product-info section:not(.image) + .technicalData,
.product-info section:not(.image) + .text{
    margin-top: 62px;
}
.product-info .technicalData + section,
.product-info .text + section{
    margin-top: 62px;
}
.product-overview{
    margin-bottom: 80px;
}
.product-overview_bg{
    background: #F3F6F9;
    padding: 60px 0;
    margin-bottom: 100px;
}
.product-overview-description{
    margin-bottom: 24px;
}
.product-overview-feature_wrap{
    display: none;
    border-radius: 5px;
    overflow: hidden;
}
.product-overview-feature_wrap:first-child,
.product-overview-feature_wrap:nth-child(2),
.product-overview-feature_wrap:nth-child(3){
    display: inline-block;
}
.product-overview-feature_wrap + .product-overview-feature_wrap{
    margin-left: 6px;
}
/* product-feature */
.product-feature{
    overflow-x: hidden;
}
.product-feature:last-of-type{
    margin-bottom: 152px;
}
.product-feature + .product-feature{
    margin-top: 0;
}
.product-feature .product-feature__title{
    margin-top: 22px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.0025em;
    color: #002756;
}
.product-feature__text{
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #383838;
    margin-bottom: 32px;
}
.product-feature__img{
    position: relative;
    background: #E9ECF0;
}
.product-feature__img::before,
.product-feature__img::after{
    content: '';
    top: 0;
    bottom: 0;
    position: absolute;
    background: #E9ECF0;
}
.product-feature__img::before{
    left: -100vw;
    width: 100vw;
}
.product-feature__img::after{
    right: -100vw;
    width: 100vw;
}
.product-feature__img img{
    position: relative;
}
/* gallery */
.gallery{
    margin-bottom: 48px;
}
.gallery-thumb_container{
    overflow: hidden;
    margin: 0 20px;
}
.gallery-thumb_wrap{
    overflow-x: scroll;
    display: flex;
}
.gallery-thumb{
    position: relative;
    margin: 0 auto;
    display: -ms-flexbox;
    display: inline-flex;
    padding-left: 0;
    list-style: none;
}
.gallery-thumb li{
    display: block;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    border: 0;
    margin: 0 0 2px;
    opacity: .7;
    background: #DBDBDB;
}
.gallery-thumb li + li{
    margin-left: 8px;
}
.gallery-thumb .active{
    background: #002756;
    opacity: 1;
}
.gallery-thumb li img{
    margin: auto;
    display: none;
    height: 100px;
    width: auto;
}
.carousel-control-next, 
.carousel-control-prev {
    color: #767676;
    font-size: 16px;
    width: 10px;
}
.carousel-control-next:focus, 
.carousel-control-next:hover, 
.carousel-control-prev:focus, 
.carousel-control-prev:hover{
    color: #FC5C23;
}
.dragscroll{
    cursor: pointer;
}
/* product table */
.product-table{
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 30px;
}
.product-table table{
    width: 100%;
}
.product-table table + h3{
    margin-top: 100px;
}
.product-table th, 
.product-table tr:first-child td{
    font-weight: 400;
    background: #E9ECF0;
    color: #17336A;
}
.product-table th, 
.product-table td{
    padding: 11px 0 11px 12px;
}
.product-table tr:not(:last-child) td{
    border-bottom: 1px solid #DBDBDB;
}
/* delivery */
.delivery-list ul{
    padding: 0;
}
.delivery-list ul li{
    position: relative;
    padding-left: 16px;
    list-style: none;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #383838;
}
.delivery-list ul li:before{
    content: '';
    position: absolute;
    left: 3px;
    width: 4px;
    height: 4px;
    background: #383838;
    top: 50%;
    margin-top: -3px;
}
/* text */
.text h4{
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #17336A;
}
.text p{
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #383838;
}
.text img{
    display: block;
    max-width: 100%;
    height: auto;
}
@media screen and (min-width:768px){
    .product-info{
        margin-top: 60px;
    }
    .product-title{
        font-weight: 400;
        font-size: 24px;
        line-height: 1.5;
    }
    .product-info h3{
        font-weight: 400;
        font-size: 28px;
        line-height: 1.5;
        margin-bottom: 16px;
    }
    .product-text{
        font-size: 16px;
        line-height: 1.5;
    }
    .product-info section:not(.image) + .technicalData,
    .product-info section:not(.image) + .text{
        margin-top: 152px;
    }
    .product-info .technicalData + section,
    .product-info .text + section{
        margin-top: 152px;
    }
    .product-overview{
        margin-bottom: 100px;
    }
    .product-feature .product-feature__title{
        margin-top: 0;
        font-weight: 400;
        font-size: 28px;
        line-height: 1.5;
        margin-bottom: 16px;
    }
    .product-feature__text{
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 0;
    }
    .product-feature__img{
        background: transparent;
    }
    .product-feature__img::before,
    .product-feature__img::after{
        content: none;
    }
    .product-feature_bg{
        background: #E9ECF0;
    }
    .product-feature + .product-feature{
        margin-top: 0;
    }
    .gallery{
        margin-bottom: 0;
    }
    .gallery-thumb{
        margin: 0;
    }
    .gallery-thumb_wrap{
        margin-bottom: -17px;
    }
    .gallery-thumb li{
        border-radius: 5px;
        width: 100px;
        height: 102px;
        border: 2px solid #E5E5E5;
        background: #fff;
    }
    .gallery-thumb li + li{
        margin-left: 8px;
    }
    .gallery-thumb .active{
        border: 2px solid #FC5C23;
        background: #fff;
        opacity: 1;
    }
    .gallery-thumb li img{
        display: block;
    }
    .product-table{
        margin-bottom: 0;
        font-size: 16px;
        line-height: 1.5;
    }
    .delivery-list ul li,
    .text p{
        font-size: 16px;
        line-height: 1.5;
    }
    .product-table th, 
    .product-table td{
        padding: 16px 0 16px 12px;
    }

}
@media screen and (min-width:992px){
    .product-info{
        margin-top: 100px;
    }
    .product-info h3{
        font-size: 32px;
        line-height: 37px;
        margin-bottom: 22px;
    }
    .product-overview-description{
        margin-bottom: 62px;
    }
    .product-title{
        font-size: 46px;
        line-height: 54px;
    }
    .product-text{
        font-size: 20px;
        line-height: 30px;
    }
    .product-overview-feature_wrap{
        display: inline-block;
    }
    .product-feature__text{
        font-size: 18px;
        line-height: 30px;
    }
    .product-feature__title{
        font-size: 32px;
        line-height: 37px;
        margin-bottom: 22px;
    }
    .product-table,
    .delivery-list ul li,
    .text p{
        font-size: 18px;
        line-height: 28px;
    }
}
/* breadcrumbs */
.breadcrumb{
    background-color: transparent;
    margin: 80px 0 0;
    padding: 0;
}
.breadcrumb-item__link{
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.01em;
    color: #8E8E8E;
}
.product-breadcrumb{
    padding-top: 32px;
}
@media screen and (min-width:576px){
    .product-breadcrumb{
        padding-top: 50px;
    }
}
@media screen and (min-width:768px){
    .product-breadcrumb{
        padding-top: 70px;
    }
    .breadcrumb-item__link{
        font-size: 16px;
        line-height: 28px;
    }
}
@media screen and (min-width:992px){
    .product-breadcrumb{
        padding-top: 140px;
    }
}
/* form */
.form-row .form-group{
    padding: 0 28px 24px 0;
    margin: 0;
}
form label{
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.01em;    
    color: #767676;
    margin-bottom: 8px;
}
.form-control{
    border: 1px solid #C4C4C4;
    border-radius: 5px;
    font-size: 20px;
    line-height: 30px;
    color: #767676;
    padding: 15px 12px;
}
textarea.form-control{
    resize: none;
}

#subminMessage{
    display: none;
}

@media screen and (min-width:576px){
    h2{
        font-size: 56px;
        line-height: 66px;
    }
    .btn{
        display: inline-block;
        font-size: 18px;
        line-height: 1.5;
        padding: 14px 38px;
    }
    .modal-dialog{
        max-width: 100%;
    }
}

@media screen and (min-width:768px){
    .wrap{
        padding-bottom: 170px;
    }
    .modal-content{
        padding: 48px 80px 33px;
    }
}

@media screen and (min-width:992px){
    .btn{
        font-size: 24px;
        line-height: 24px;
        padding: 23px 83px;
    }
    .modal-content{
        padding: 88px 200px 66px;
    }
}