/*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 0 53px;
    display: inline-flex;
    flex-wrap: wrap;
}

#breadcrumbs li a, #breadcrumbs li span {
    font-size: 16px;
    font-weight: 300;
    color: #a3a2a2;
    line-height: 24px;
}

#breadcrumbs li:hover > a, #breadcrumbs li:hover > a span {
    color: #2d2d2d;
}

#breadcrumbs .item-current {
    border-bottom: 1px solid #a3a2a2;
    padding-bottom: 3px;
}

#breadcrumbs .separator {
    padding: 0 8px;
}

/*query for mobile */
@media screen and (min-width: 768px) and (max-width: 1200px) {
    #breadcrumbs {
        padding-right: 15px;
    }
}

@media screen and (max-width: 768px) {
    #breadcrumbs {
        padding: 0 15px 53px;
    }
}

/*end of breadcrumbs-menu*/

/*start of first-element section*/
section.first-element {
    padding-top: 308px;
    overflow: hidden;
}

.first-element > .container {
    max-width: 1200px;
}

.pre-title-icon {
    margin-right: 15px;
}

.first-element .title-wrapper {
    background-color: #fff;
    max-width: 94%;
}

.first-element .title {
    font-size: 38px;
    line-height: 1;
    padding: 9px 37px 18px 27px;
}

.first-element .title-wrapper:before {
    content: "";
    width: 77px;
    height: 5px;
    display: block;
    background-color: #f29a30;
}

.first-element .content-wrapper {
    background-color: #fff;
    margin-top: 12px;
    max-width: 1200px;
    padding: 58px 80px 59px 60px;
    overflow: hidden;
}

.first-element .content-wrapper p {
    font-size: 22px;
    line-height: 40px;
    font-weight: 300;
}

.first-element .content-wrapper .box-title {
    font-size: 24px;
    line-height: 40px;
    margin: 4px 0 10px;
}

.first-element .content-wrapper .paragraph-wrapper {
    margin-bottom: 72px;
}

.first-element .content-wrapper .paragraph-wrapper ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.first-element .content-wrapper .paragraph-wrapper li {
    font-weight: 300;
    font-size: 22px;
    line-height: 24px;
    border-left: 5px solid #f29a303d;
    display: block;
    padding-left: 7px;
    margin-bottom: 26px;
}

.btn-wrapper {
    width: 299px;
    background-color: #f29a30;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    line-height: 80px;
}

.btn-wrapper:hover {
    background-color: #2f1717;
}

.btn-wrapper img {
    margin-right: 13px;
}

.btn-wrapper .btn-push {
    color: #fff;
    width: 100%;
    display: block;
}

/*query for mobile */
@media screen and (min-width: 768px)and (max-width: 990px) {
    .first-element .title-wrapper {
        width: 85%;
    }

    .first-element .pre-title-icon {
        padding: 0 15px;
    }
}

@media screen and (max-width: 767px) {
    .first-element .title-wrapper {
        width: 80%;
    }

    .first-element .title {
        line-height: 49px;
        font-size: 40px;
        padding: 18px 15px;
    }

    .first-element .content-wrapper .box-title {
        font-size: 27px;
        line-height: 31px;
        margin: 30px 0 11px;
    }

    .first-element .content-wrapper {
        margin-top: 32px;
        padding: 0 15px;
    }

    .paragraph-wrapper.no-title {
        padding-top: 30px;
    }

    .first-element .content-wrapper p {
        line-height: 34px;
        margin-bottom: 15px;
    }


    .first-element .content-wrapper .paragraph-wrapper {
        margin-bottom: 0;
    }

    .first-element .content-wrapper .paragraph-wrapper li {
        line-height: 34px;
    }

    .first-element .btn-wrapper {
        margin: 66px auto;
    }

}

/*end of first-element section*/

/*start of image-gallery-popup*/
.popupGallery {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.popupGallery.show {
    display: block;
}

.popupGallery .bg {
    position: absolute;
    background: rgba(0, 0, 0, 0.75);
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.popupGallery .carousel-popup {
    position: absolute;
    top: 18%;
    z-index: 2;
}

.popupGallery .carousel-popup .owl-stage {
    display: flex;
    align-items: center;
}

.popupGallery .owl-carousel .owl-item img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 75vh;
    margin: 0 auto;
}

.popupGallery .owl-carousel .owl-nav {
    display: block;

}

.popupGallery .owl-carousel .owl-nav button.owl-prev {
    background: url(../img/svg/arrow.svg) no-repeat center;
    background-size: 29px 55px;
    width: 80px;
    height: 150px;
    display: inline-block;
    outline: none;
    position: absolute;
    top: 35%;
    right: 60px;
    z-index: 999;
}

.popupGallery .owl-carousel .owl-nav span {
    display: none;
}

.popupGallery .owl-carousel .owl-nav button.owl-next {
    background: url(../img/arrow-left.png) no-repeat center;
    background-size: 29px 55px;
    width: 80px;
    height: 150px;
    display: inline-block;
    outline: none;
    position: absolute;
    top: 35%;
    left: 60px;
}

.popupGallery .close-btn {
    position: absolute;
    top: 50px;
    right: 20px;
    margin: auto;
    display: block;
    cursor: pointer;
    width: 37px;
    height: 24px;
    text-align: center;
    z-index: 2;
}

.popupGallery .close-btn svg {
    width: 18px;
    height: 18px;
}

.popupGallery .close-btn svg:hover {
    opacity: 0.6;
}


/*query for mobile*/
@media screen and (max-width: 767px) {
    .popupGallery .close-btn {
        left: auto;
        right: 6px;
    }

    .popupGallery .owl-carousel .owl-nav button.owl-next {
        top: 30%;
        left: 0px;
    }

    .popupGallery .owl-carousel .owl-nav button.owl-prev {
        top: 30%;
        right: 0;
    }
}

/*end of image-gallery-popup*/

/*start of image gallery section*/
.img-gallery {
    padding-top: 186px;
    overflow: hidden;
}

.img-gallery > .container {
    max-width: 1200px;
}

.img-gallery .main {
    margin-bottom: 33px;
}

.img-gallery .title-wrapper {
    background-color: #fff;
    width: fit-content;
    max-width: 94%;
}

.img-gallery .title-wrapper:before {
    content: "";
    width: 77px;
    height: 5px;
    display: block;
    background-color: #f29a30;
}

.img-gallery .title {
    font-size: 48px;
    font-weight: 300;
    padding: 6px 34px 10px 15px;
}

.img-gallery .items-wrapper {
    max-height: 860px;
    overflow: hidden;
    transition: max-height 3s ease;
}

.img-gallery .items-wrapper.show-all {
    max-height: 200000px;
    transition: max-height 3s ease;
}

.img-gallery .item-wrapper, .img-gallery .item-wrapper.item-wide {
    display: inline-block;
    float: right;
    margin-left: 30px;
    margin-bottom: 32px;
    height: 402px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    width: 29%;
    max-width: 339px;
}

.img-gallery .item-wrapper.item-wide {
    width: 38.3%;
    max-width: 460px;
}

.img-gallery .item-wrapper.gy-img:hover img, .img-gallery .item-wrapper.item-wide.gy-img:hover img {
    filter: brightness(100%);
    transform: scale(1.3);
}


.img-gallery .item-wrapper:nth-child(3n+3) {
    margin-left: 0;
}

.img-gallery .item-wrapper.gy-img {
    width: 339px;
    overflow: hidden;
}

.img-gallery .item-wrapper.gy-img img {
    min-width: 100%;
    min-height: 100%;
    transition: transform 2s, filter 1.5s ease-in-out;
    transform-origin: center center;
    /*filter: brightness(50%);*/
}

.img-gallery .item-wide.gy-wide-img {
    width: 460px;
    overflow: hidden;
}

.img-gallery .item-wide .content {
    width: 460px;
}

.img-gallery .item-wrapper .content p {
    font-size: 22px;
    line-height: 20px;
    color: #fff;
    font-weight: 300;
    padding: 0 70px;
    text-align: center;
}

.load-wrapper {
    width: 50%;
    margin: 0 auto;
}

.load-wrapper .load-more {
    margin: 0 auto;
    text-align: center;
    font-size: 27px;
    font-weight: 300;
    line-height: 60px;
    cursor: pointer;
    position: relative;
    opacity: 1;
    transition: opacity 0.4s ease;
}

.load-wrapper.load_img .load-more {
    opacity: 0;
    transition: opacity 0.4s ease;
}

.load-wrapper .load-more:before, .load-wrapper .load-more:after {
    content: "";
    width: 21px;
    height: 2px;
    background-color: #2d2d2d;
    position: absolute;
    margin: auto;
    left: 0;
    top: 28px;
    right: 31%;
}

.load-wrapper .load-more:after {
    transform: rotate(90deg);
}

/*query for mobile */
@media screen and (min-width: 768px)and (max-width: 990px) {
    .img-gallery > .container {
        max-width: 720px;
    }

    .img-gallery .pre-title-icon {
        margin: 16px;
    }

    .img-gallery .items-wrapper {
        max-height: 100%;
    }

    .img-gallery .item-wrapper.gy-img {
        height: auto;
        width: 100%;
    }

    .img-gallery .item-wrapper, .img-gallery .item-wrapper.item-wide{
        max-width: 100%;
    }

    .load-wrapper .load-more:before, .load-wrapper .load-more:after {
        left: 35%;
    }
}

@media screen and (max-width: 767px) {
    section.first-element {
        padding-top: 187px;
    }

    .pre-title-icon {
        margin: 0 auto;
    }

    .img-gallery .title-wrapper {
        width: 75%;
        margin: 0 auto;
    }

    .img-gallery .items-wrapper {
        max-height: 100%;
    }

    .img-gallery .item-wrapper, .img-gallery .item-wrapper.item-wide {
        display: block;
        float: none;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        max-width: 100%;
    }

    .img-gallery .item-wrapper.gy-img {
        width: 100%;
        margin-bottom: 30px;
    }


    .load-wrapper .load-more:before, .load-wrapper .load-more:after {
        right: auto;
        left: -6px;
    }
}

/*end of image gallery section*/

/*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;
    }
}