/*start of costume page navbar*/
.header {
    background-color: #fff;
}

.header li a, .header li {
    color: #2d2d2d;
    font-weight: 300;
}

.header .logo-wrapper img {
    margin: 0 auto;
}

.header .logo-wrapper .logo {
    display: none;
}

.header .logo-wrapper .logo-page {
    display: block;
}

.header .second-nav .left-bar .lang.active a {
    border-bottom: 1px solid black;
}

.header .second-nav .bold-alter {
    font-weight: 700;
}

.navbar-toggler-icon {
    background: url(../img/pages-toggler-icon.png) no-repeat center;
}

.header .bold-left-nav p, .header li, .header a {
    color: #2d2d2d;
}

.phone-icon {
    display: none;
}

.header .left-bar:before, .header.sticky-header.scrolled .left-bar:before {
    content: "";
    display: inline-block;
    background: url(../img/svg/mobile-phone-icon.svg) no-repeat center;
    width: 43px;
    height: 61px;
    background-size: 43px;
    margin-right: 12px;
}

/*query for mobile */
@media screen and (min-width: 768px)and (max-width: 1200px) {
    .header.sticky-header.scrolled {
        padding-bottom: 39px;
        max-height: initial;
    }
    
    .header .navbar-toggler-icon {
        background-color: #2d2d2d;
    }
    
    .sticky-header.scrolled .logo-wrapper:before {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        margin: auto;
    }

    .top-nav-bar {
        padding-left: 120px;
    }
}

@media screen and (max-width: 767px) {
    .header {
        min-height: 170px;
    }
    
    .header .logo-wrapper {
        margin-right: 0;
    }
    
    .header .navbar-toggler-icon {
        background: #2d2d2d;
    }
}

/*end of costume page navbar*/

/*start of breadcrumbs-menu*/
#breadcrumbs {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
}

#breadcrumbs li, #breadcrumbs .bread-home {
    font-size: 16px;
    font-weight: 300;
    color: #a3a2a2;
    line-height: 24px;
}

#breadcrumbs .item-current {
    border-bottom: 1px solid #a3a2a2;
    padding-bottom: 3px;
}

#breadcrumbs .separator {
    padding: 0 8px;
}

/*query for mobile */
@media screen and (max-width: 768px) {
    #breadcrumbs {
        padding-right: 15px;
    }
}

/*end of breadcrumbs-menu*/

/*start of product-gallery-section*/
.product-gallery {
    padding-top: 307px;
    overflow: hidden;
}

.product-gallery h1.title {
    font-size: 52px;
    font-weight: 300;
    line-height: 99px;
    margin-bottom: 50px;
}

.product-gallery .item-wrapper {
    max-width: 374px;
    margin-bottom: 178px;
    overflow: hidden;
    position: relative;
}

.product-gallery .item-wrapper .title-wrapper {
    background-color: #fff;
    margin-bottom: 9px;
    overflow: hidden;
    height: 73px;
}

.product-gallery .item-wrapper .title-wrapper a {
    display: block;
    color: #2d2d2d;
}

.product-gallery .item-wrapper .title-wrapper:before {
    content: "";
    background-color: #f29a30;
    width: 77px;
    height: 5px;
    display: block;
}

.product-gallery .item-wrapper .title-wrapper .title {
    font-size: 26px;
    line-height: 53px;
    font-weight: 300;
    overflow: hidden;
    padding: 3px 6px 26px 15px;
}

.product-gallery .item-wrapper .pr-img {
    height: 325px;
    transition: all .9s ease;
}

.product-gallery .item-wrapper .text-under {
    margin: 22px 0 18px;
    height: 75px;
    overflow: hidden;
}

.product-gallery .item-wrapper .text-under p {
    font-size: 20px;
    line-height: 25px;
    padding-right: 11px;
}

.product-gallery .item-wrapper .btn-wrapper {
    max-width: 239px;
    background-color: #f29a30;
    text-align: center;
    font-size: 17px;
    margin-top: 23px;
    position: relative;
    padding-top: 14px;
    padding-bottom: 14px;
    overflow: hidden;
}

.product-gallery .item-wrapper .btn-wrapper:before, .product-gallery .item-wrapper .btn-wrapper:after {
    content: "";
    width: 33px;
    height: 3px;
    background: #fff;
    display: block;
    position: absolute;
    margin: auto;
    right: 0;
    top: 0px;
    right: 70%;
    bottom: 3px;
    border-radius: 10px;
}

.product-gallery .item-wrapper .btn-wrapper:after {
    transform: rotate(90deg);
}

.product-gallery .item-wrapper .btn-wrapper:hover {
    background-color: #2f1717;
}


.product-gallery .item-wrapper .btn-wrapper .btn-push {
    color: #fff;
    width: 100%;
    display: block;
    padding-left: 38px;
}

.anchor {
    position: absolute;
    visibility: hidden;
    top: 0
}

/*query for mobile */
@media screen and (max-width: 767px) {
    .product-gallery {
        padding-top: 180px;
    }
    
    .product-gallery .item-wrapper {
        padding-bottom: 90px;
        margin: 0 auto;
    }
    
    /*.product-gallery .item-wrapper .btn-wrapper .btn-push {*/
        /*margin-top: 35px;*/
    /*}*/
}

/*end of product-gallery-section*/

/*start of pre-footer: form*/
.client-form {
    padding: 55px 0 141px;
}

/*end of pre-footer: form*/

/*pre-footer-form anchor*/
#pre-footer-form {
    position: absolute;
    margin-top: -280px;
}

/*query for mobile */
@media screen and (min-width: 768px) and (max-width: 1200px) {
    #pre-footer-form {
        margin-top: -150px;
    }
}

@media screen and (max-width: 767px) {
    #pre-footer-form {
        margin-top: -112px;
    }
}