table {
    border-collapse: collapse;
    border-spacing: 0;
}

.owl-prev {
    position: absolute !important;
    left: 25px !important;
    top: 210px !important;
    z-index: 7777777 !important;
    color: white !important;
}

.owl-prev span,
.owl-next span {
    font-size: 80px !important;
}

.owl-next {
    position: absolute !important;
    right: 25px !important;
    top: 210px !important;
    # z-index: 7777777 !important;
    color: white !important;
}

button:focus {
    outline: none !important;
    outline: none !important;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: none !important;
}

::-moz-selection {
    background: #000;
    color: #fff;
}

::selection {
    background: #000;
    color: #fff;
}

a:hover {
    text-decoration: none;
}

.h1-size {
    text-align: center;
    line-height: 1.2;
    font-size: 45px;
    font-weight: 600;
    ;
    color: white;
    z-index: 3;
    position: relative;
}

#slide .owl-theme .owl-nav {
    margin: 0;
}

#slide .item {
    background-image: url("/img/1_5 - Photo.jpg");
    width: 100%;
    padding: 250px;
    height: 65vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.item,
.item1 {
    position: relative !important;
}

.overlay {
    background: rgb(89 89 89 / 63%);
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.item1 {
    position: relative;
    padding-top: 250px;
    padding-bottom: 250px;
    height: 65vh;
    width: 100%;
    overflow: hidden;
}

.caption {
    width: 100%;
}

.caption-text {
    width: 100%;
}

.videoembed {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #333;
}

*:not(i) {
    margin: 0;
    padding: 0;
    list-style: none !important;
    text-decoration: none;
    box-sizing: border-box;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    font-family: "Mark Pro" !important;
    font-weight: 300;
    font-size: 19px;
}


.quote.blueresidence {
    background-color: #888888e0 !important;
    color: white;
    backdrop-filter: blur(50px);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.quote.blueresidence p a {
    color: white !important;
    border-bottom: 1px solid white !important;
    width: 61.8% !important;
    transition: all .3s ease !important;
}

.quote.blueresidence p a:hover {
    border-bottom: 1px solid #3b9ed6 !important;
}

.quote.bluemall {
    background: #f28f3d !important;
    color: white;
}

.quote.bluemall p a {
    color: white !important;
    border-bottom: 1px solid white !important;
    width: 55.8% !important;
    transition: all .3s ease !important;
}

.quote.bluemall p a:hover {
    border-bottom: 1px solid #f28f3d !important;
}

.quote.blueoffice {
    background: #88db65 !important;
    color: white;
}

.quote.blueoffice p a {
    color: white !important;
    border-bottom: 1px solid white !important;
    width: 57.3% !important;
    transition: all .3s ease !important;
}

.quote.blueoffice p a:hover {
    border-bottom: 1px solid #88db65 !important;
}

body {
    padding-top: 95px;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: white;
    z-index: 222;
}

header.sticky {
    box-shadow: 0px 1px 3px rgb(0 0 0 / 10%);
    position: fixed;
    transition: all 0.4s ease;
    animation: smoothScroll 1s;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-100px);
    }

    100% {
        transform: translateY(0px);
    }
}

header nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

header nav .navbar__brand {
    padding: 5px 0;
    margin-right: 15px;
}

header nav .navbar__brand img {
    height: 65px;
}

header nav .nav__links {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    /*width: 100%;*/
}

header nav .nav__links.navOpen {
    transition: 0.5s ease;
    right: 0;
}

header nav .nav__links .nav__list {
    display: flex;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

header nav .nav__links .nav__list .nav__link {
    margin-left: 15px;
    list-style: none !important;
}

header nav .nav__links .nav__list .nav__link a {
    font-size: 21px;
    color: rgba(0, 0, 0, 0.55);
    padding: 8px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

header nav .nav__links .nav__list .nav__link a:hover {
    color: #bba8c2;
}

header nav .nav__links .languages {
    margin-left: 15px;
    position: relative;
    list-style: none !important;
}

header nav .nav__links .languages ul {
    position: absolute;
    top: 120%;
    right: -20px;
    width: 180px;
    background-color: white;
    opacity: 0;
    visibility: hidden;
    transition: all 0.1s ease;
    padding: 0;
    margin: 0;
    list-style-type: none;
    z-index: 999;
}

header nav .nav__links .languages ul li {
    transition: all 0.3s ease;
}

header nav .nav__links .languages ul li:hover {
    background-color: #f8f8f8;
}

header nav .nav__links .languages ul li a {
    font-size: 14px;
    color: #111;
    text-decoration: none;
    padding: 0 20px;
    padding: 5px 20px;
    display: block;
}

header nav .nav__links .languages ul.active {
    opacity: 1;
    visibility: visible;
}

header nav .nav__links .languages a {
    font-size: 14px;
    color: #111;
    text-decoration: none;
    padding: 5px 0 5px 20px;
    cursor: pointer;
}

header nav .nav__links .languages .lang__open svg {
    transition: all 0.3s ease;
    width: 8px;
    fill: #111;
}

header nav .nav__links .languages .lang__open svg.active {
    transform: rotate(180deg);
}

header nav .nav__links .languages img {
    width: 23px;
    border-radius: 100%;
    height: 23px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 2px;
}

header .mobile_btn {
    cursor: pointer;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #666973;
    float: right;
    display: none;
    position: relative;
    transition: all 0.2s linear;
    z-index: 444;
}

header .mobile_btn span {
    height: 2px;
    border-radius: 0px;
    background: #fff;
    position: absolute;
    display: block;
    width: 20px;
    left: 14px;
}

header .mobile_btn span:nth-child(1) {
    top: 16px;
    transition-delay: 0.6s;
    transition: all 0.4s linear;
}

header .mobile_btn span:nth-child(2) {
    top: 23px;
}

header .mobile_btn span:nth-child(3) {
    top: 30px;
    transition-delay: 0.6s;
    transition: all 0.4s linear;
}

header .mobile_btn.opened {
    transform: rotate(45deg);
    transition: all 0.2s linear;
    /*transition-delay: 0.3s;*/
}

header .mobile_btn.opened span:nth-child(1) {
    top: 23px;
    transition: all 0.2s linear;
}

header .mobile_btn.opened span:nth-child(3) {
    transform: rotate(-90deg);
    transition: all 0.3s linear;
    transition-delay: 0.2s;
}

header .mobile_btn.opened span:nth-child(3) {
    top: 23px;
    transition: all 0.2s linear;
}

/*END OF HEADER*/

.head__slider {
    background-image: url("/img/1_5 - Photo.jpg");
    width: 100%;
    height: 600px;
    position: relative;
    background-color: #99824d;
    background-size: cover;
    background-position: center;
}

.head__slider .slider__item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
}

.head__slider .slider__item h1 {
    color: #fff;
    line-height: 1.2;
    font-size: 50px;
    font-weight: 600;
    position: relative;
}

.head__slider .slider__item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.18);
}

.kataloq {
    width: 60% !important;
}

.about {
    background: #fdfdfd;
    padding: 50px;
}

.about p {
    width: 60%;
    margin: 0 auto;
}

.kataloq,
.about-page .quote,
.justify-content-center .quote {
    background: #f8f8f8;
    border-radius: 7px;
    padding: 15px 50px;
    flex-basis: calc(50% - 10px);
    display: flex;
    align-items: center;
    font-weight: 600;
    width: fit-content;
    margin: 25px auto 0;
}

.kataloq:before {
    content: "";
    background-image: url(/img/pdf.png);
    background-position: 0 center;
    background-size: 50px;
    width: 64px;
    height: 50px;
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}

/*.justify-content-center .quote:before {*/
/*    content: "";*/
/*    background-image: url(/img/bluemall_logo.jpeg.jpg);*/
/*    background-position: 0 center;*/
/*    background-size: 75px;*/
/*    width: 64px;*/
/*    height: 50px;*/
/*    display: inline-block;*/
/*    background-repeat: no-repeat;*/
/*    vertical-align: middle;*/
/*    margin-right: 10px;*/

/*}*/
.button-img {
    height: 54px !important;
    width: 134px !important;
    object-fit: contain !important;
    margin-right: 15px !important;
}

.highslide-loading {
    background-image: url(/img/loading.gif?=sdkf);
    width: 40px;
    height: 40px;
    background-size: 100%;
}

.highslide-controls {
    width: 195px;
    height: 40px;
    background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) 0 -90px no-repeat;
    margin-right: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.highslide-controls ul {
    position: relative;
    left: 15px;
    height: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
    background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) right -90px no-repeat;
}

.highslide-controls li {
    float: left;
    padding: 5px 0;
}

.highslide-controls a {
    background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif);
    display: block;
    float: left;
    height: 30px;
    width: 30px;
    outline: none;
}

.highslide-controls a.disabled {
    cursor: default;
}

.highslide-controls a span {
    /* hide the text for these graphic buttons */
    display: none;
}

/* The CSS sprites for the controlbar */
.highslide-controls .highslide-previous a {
    background-position: 0 0;
}

.highslide-controls .highslide-previous a:hover {
    background-position: 0 -30px;
}

.highslide-controls .highslide-previous a.disabled {
    background-position: 0 -60px !important;
}

.highslide-controls .highslide-play a {
    background-position: -30px 0;
}

.highslide-controls .highslide-play a:hover {
    background-position: -30px -30px;
}

.highslide-controls .highslide-play a.disabled {
    background-position: -30px -60px !important;
}

.highslide-controls .highslide-pause a {
    background-position: -60px 0;
}

.highslide-controls .highslide-pause a:hover {
    background-position: -60px -30px;
}

.highslide-controls .highslide-next a {
    background-position: -90px 0;
}

.highslide-controls .highslide-next a:hover {
    background-position: -90px -30px;
}

.highslide-controls .highslide-next a.disabled {
    background-position: -90px -60px !important;
}

.highslide-controls .highslide-move a {
    background-position: -120px 0;

}

.highslide-controls .highslide-move a:hover {
    background-position: -120px -30px;
}

.highslide-controls .highslide-full-expand a {
    background-position: -150px 0;
}

.highslide-controls .highslide-full-expand a:hover {
    background-position: -150px -30px;
}

.highslide-controls .highslide-full-expand a.disabled {
    background-position: -150px -60px !important;
}

.highslide-controls .highslide-close a {
    background-position: -180px 0;
}

.highslide-controls .highslide-close a:hover {
    background-position: -180px -30px;
}

.highslide-viewport-size {
    background-color: #000;
}

.highslide-container,
.modal {
    z-index: 9999999 !Important;
}

.modal-backdrop {
    z-index: 999999 !Important;
}

/*Sertifikatlar*/
.certificates {
    margin-left: -7px;
    margin-right: -7px;
    text-align: center;
}

.certificates .highslide {
    width: calc(33.333333% - 20px);
    display: inline-block;
    margin: 0 7px 10px;
}

.certificates .highslide img {
    width: 100%;
    margin: 0;
}

/*end*/




.justify-content-center :is(.quote, .quote > p) {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.justify-content-center .quote {
    row-gap: 23px;
}

.fullsekiller {
    margin-top: 60px;
    border-top: 2px solid #f5f5f5;
    padding-top: 40px;
}

.fullsekiller br {
    display: none;
}

.fullsekiller a {
    display: inline-block !important;
    height: auto !important;
    margin: auto 10px;
    width: calc(31.333333% - 0px);
}

/*.fullsekiller-imgs-holder {*/
/*    gap: 15px;*/
/*    justify-content: space-evenly;*/
/*}*/

.fullsekiller img {
    width: 350px !important;
    max-width: 100% !important;
    height: 270px !important;
}

.about-page .quote:before {
    content: "";
    background-image: url(/img/pdf.png);
    background-position: 0 center;
    background-size: 50px;
    width: 64px;
    height: 58px;
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}

.about-page .quote p,
.kataloq p,
.justify-content-center .quote p {
    margin-bottom: 0;
    width: 100%;
    font-weight: 500;
}

.about-page .quote p a,
.kataloq p a,
.justify-content-center .quote p a {
    border-bottom: 1px solid black;
    transition: all .3s ease;
    color: #212529;
    font-weight: 500;
}

.kataloq p a:hover,
.about-page .quote a:hover,
.justify-content-center .quote a:hover {
    border-color: transparent;
}



.useful__information__sec img {
    width: 100%;
    border-radius: 7px;
    height: 480px;
    object-fit: cover;
    object-position: bottom;
}


.useful__information__sec {
    padding: 80px 0;
}

.useful__information__sec .title__section {
    margin-bottom: 40px;
}

.useful__information__sec .title__section h2 {
    font-weight: 600;
}

.useful__information__sec a {
    display: block;
    height: 100%;
}

.useful__information__sec .info__one h1 {
    font-size: 50px !important;
    padding-top: 14px !important;
}

.useful__information__sec .box__info {
    height: 426px;
    position: relative;
    overflow: hidden;
}

.useful__information__sec .box__info img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    filter: brightness(0.7);
    transition: all 0.3s ease;
}

.useful__information__sec .box__info .info__txt__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 42px 30px;
}

.useful__information__sec .box__info .info__txt__wrapper .sec__title {
    text-transform: lowercase;
    color: white;
    font-size: 18px;
    letter-spacing: 3px;
}

.useful__information__sec .box__info .info__txt__wrapper h1 {
    font-size: 36px;
    padding-top: 60px;
    padding-top: 60px;
    margin: 0;
    text-transform: uppercase;
    color: white;
    line-height: 105%;
    font-weight: 700;
    overflow: hidden;
    display: -webkit-box;
    width: min-content;
}

.useful__information__sec .box__info:hover img {
    filter: brightness(0.4);
    -webkit-filter: brightness(0.4);
}

.useful__information__sec .box__info .date__nd__time {
    /*display: flex;*/
    display: none;
    justify-content: space-between;
    color: white;
    padding: 0 30px;
    margin-bottom: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 14px;

}

.useful__information__sec .box__info .date__nd__time .date i {
    position: relative;
    top: 1px;
    font-size: 15px;
    margin-right: 5px;
}

.useful__information__sec .box__info .date__nd__time .date i svg {
    width: 15px;
    fill: white;
    margin-top: -3px;
}

.useful__information__sec .box__info .date__nd__time .view i {
    position: relative;
    top: 1px;
    margin-right: 2px;
}

.useful__information__sec .box__info .date__nd__time .view i svg {
    width: 15px;
    margin-top: -3px;
    fill: white;
}

.useful__information__sec .link__to__category {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 50px;
}

.useful__information__sec .link__to__category .click__for__more {
    color: #000;
    text-decoration: underline;
    font-size: 24px;
    position: relative;
    line-height: 120%;
}

.useful__information__sec .link__to__category .click__for__more span {
    background: url("/img/span__right.png") no-repeat;
    width: 27px;
    right: -65px;
    position: absolute;
    top: 50%;
    height: 15px;
    transform: translateY(-50%);
}

.useful__information__sec .link__to__category:hover .click__for__more span {
    animation: arrowhower 800ms linear infinite;
    -webkit-animation: arrowhower 800ms linear infinite;
}

.useful__information__sec .link__to__category:hover .click__for__more {
    text-decoration: none;
}

@-webkit-keyframes arrowhower {
    0% {
        transform: translateX(0) translateY(-50%);
    }

    50% {
        transform: translateX(10px) translateY(-50%);
    }

    100% {
        transform: translateX(0) translateY(-50%);
    }
}

@keyframes arrowhower {
    0% {
        transform: translateX(0) translateY(-50%);
    }

    50% {
        transform: translateX(10px) translateY(-50%);
    }

    100% {
        transform: translateX(0) translateY(-50%);
    }
}

/* Call To action */
.callTo {
    background-color: #0069b0;
    padding: 70px 0;
}

.callTo .call-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.callTo .call-wrap .phone-side {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 50%;
}

.callTo .call-wrap .phone-side a {
    display: block;
}

.callTo .call-wrap .phone-side .desc {
    color: #fff;
    opacity: 0.5;
    font-size: 18px;
    margin-bottom: 11px;
}

.callTo .call-wrap .phone-side .phone {
    color: #fff;
    font-size: 52px;
    margin-bottom: 24px;
    padding-bottom: 7px;
    font-weight: 500;
    background-size: 0 1px;
    background-position: 100% 100%;
    background-image: linear-gradient(hsla(0, 0%, 100%, 0.4), hsla(0, 0%, 100%, 0.4));
    background-repeat: no-repeat;
    text-decoration: none !important;
    -webkit-transition-property: background-size, color;
    -o-transition-property: background-size, color;
    transition-property: background-size, color;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    will-change: background-size;
}

.callTo .call-wrap .phone-side .phone:hover {
    background-position: 0 100%;
    background-size: 100% 1px;
}

.callTo .call-wrap .phone-side .price-offer {
    padding: 18px 70px;
    color: #fff;
    border: 1px solid hsla(0, 0%, 100%, 0.4);
    text-align: center;
    position: relative;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.callTo .call-wrap .phone-side .price-offer span {
    position: relative;
    z-index: 1;
}

.callTo .call-wrap .phone-side .price-offer::after {
    position: absolute;
    content: "";
    display: block;
    height: 100%;
    width: 0;
    left: 0;
    top: 0;
    background-color: #fff;
    -webkit-transition-property: width;
    -o-transition-property: width;
    transition-property: width;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

.callTo .call-wrap .phone-side .price-offer:hover {
    color: #000;
    border-color: #fff;
}

.callTo .call-wrap .phone-side .price-offer:hover::after {
    width: 100%;
}

.callTo .call-wrap .social-side {
    width: 50%;
}

.callTo .call-wrap .social-side .socials {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 24px;
}

.callTo .call-wrap .social-side .socials .social {
    display: flex;
    width: 50%;
    color: #fff;
}

.callTo .call-wrap .social-side .socials .social i {
    font-size: 24px;
    margin-right: 32px;
    width: 20px;
}

.callTo .call-wrap .social-side .socials .social span {
    font-size: 20px;
    font-weight: 200;
    background-size: 0 1px;
    background-position: 100% 100%;
    background-image: linear-gradient(hsla(0, 0%, 100%, 0.4), hsla(0, 0%, 100%, 0.4));
    background-repeat: no-repeat;
    text-decoration: none !important;
    -webkit-transition-property: background-size, color;
    -o-transition-property: background-size, color;
    transition-property: background-size, color;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    will-change: background-size;
    line-height: 1.6rem;
    display: inline-block;
}

.callTo .call-wrap .social-side .socials .social:hover span {
    background-position: 0 100%;
    background-size: 100% 1px;
}

@media (max-width: 1200px) {
    .callTo .call-wrap .phone-side .phone {
        font-size: 40px;
    }
}

@media (max-width: 992px) {
    .callTo .call-wrap {
        flex-direction: column;
        row-gap: 50px;
    }

    .callTo .call-wrap .phone-side {
        width: 100%;
    }

    .callTo .call-wrap .social-side {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .callTo .call-wrap .phone-side .price-offer {
        width: 100%;
    }
}

@media (max-width: 400px) {
    .callTo .call-wrap .phone-side .phone {
        font-size: 30px;
    }

    .callTo .call-wrap .social-side .socials .social i {
        font-size: 18px;
        margin-right: 18px;
    }
}

footer {
    padding: 50px;
    background-color: #101010;
    color: #fff;
}

footer .footer__logo__conatiner {
    margin-bottom: 50px;
}

footer .footer__logo__conatiner p img {
    width: 90px;
    filter: brightness(100) grayscale(1);
}

footer .footer__menu {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

footer .footer__menu .footer__nav__link {
    color: #fff;
}

footer .footer__menu .footer__nav__link a {
    color: #fff;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 500;
    background-size: 0 1px;
    background-position: 100% 100%;
    background-image: linear-gradient(hsla(0deg, 0%, 100%, 0.4), hsla(0deg, 0%, 100%, 0.4));
    background-repeat: no-repeat;
    text-decoration: none !important;
    transition-property: background-size, color;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    will-change: background-size;
    padding-bottom: 2px;
}

footer .footer__menu .footer__nav__link a:hover {
    color: #fff;
    background-position: 0 100%;
    background-size: 100% 1px;
}

/*STATIC PAGE DESIGN*/

.static-page .breadcrumb-p {

    color: white;
    font-size: 14px;
    margin: 0;
    margin-top: 15px;
    margin-bottom: 50px;
}

.static-page .page-content {
    padding: 100px 0;
}

.static-page .head__title {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    position: relative;
}

.static-page .breadcrumb-p a {
    color: white;
    border-bottom: 1px solid #999999;
    transition: all .3s ease;
}

.static-page .breadcrumb-p a:hover {
    border-color: transparent;
    text-decoration: none;
}

.static-page .head {
    height: 400px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 78%;
    background-image: url("/img/1_5 - Photo.jpg");
}

.static-page .head::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*z-index:1;*/
    background: rgb(36 36 59 / 45%);
}




/*//inside pages*/




.inside__pages .breadcrumb-p {

    color: white;
    font-size: 14px;
    margin: 0;
    margin-top: 15px;
    margin-bottom: 50px;
}

.inside__pages .page-content {
    padding: 90px 0;
}

.inside__pages .head__title {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    position: relative;
}

.inside__pages .breadcrumb-p a {
    color: white;
    border-bottom: 1px solid #999999;
    transition: all .3s ease;
}

.inside__pages .breadcrumb-p a:hover {
    border-color: transparent;
    text-decoration: none;
}

.inside__pages .head {
    height: 400px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 78%;
    background-image: url("/img/1_5 - Photo.jpg");
}

.inside__pages .head::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*z-index:1;*/
    background: rgb(36 36 59 / 45%);
}


#contact-static h1 {
    margin: 0;
    font-size: 2.5rem;
}

#contact-static p.heading {
    font-weight: 600;
    font-size: 22px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

#contact-static .right-side-info p.heading {
    margin-bottom: 5px;
}

#contact-static .right-side-info {
    margin-bottom: 30px;
}

#contact-static p.heading i {
    color: #c21416;
    font-size: 28px;
    margin-right: 17px;
}

#contact-static p.heading svg {
    color: #c21416;
    width: 28px;

    margin-right: 17px;
}

#contact-static p.contact-info {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
    padding-left: 2.5rem;
}

#contact-static p.contact-info span,
#contact-static p.contact-info a {
    font-weight: 300;
    font-size: 16px;
}

#contact-static p.contact-info a {
    letter-spacing: 1px;
    color: #000;
    transition: all .3s ease;
    border-bottom: 1px solid transparent;
}

#contact-static p.contact-info a:hover {
    border-color: transparent;
    border-bottom: 1px solid #257ce1;
}

#contact-static .contact-info-row {
    border-bottom: 1px solid #f5f5f5;
    border-top: 1px solid #f5f5f5;
}

#contact-static .cont-wrapper {
    background: transparent;
    box-shadow: none;
}

#contact-static ul.social-icons {
    margin: 0;
    padding: 0;
    list-style: none;
}

#contact-static ul.social-icons li {
    flex-basis: 34%;
    padding-bottom: 10px;
}

#contact-static ul.social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    border-radius: 60px;
    font-size: 14px;
    color: #333;
    height: 36px;
    width: 126px;
    line-height: 35px;
    text-align: center;
}

#contact-static ul.social-icons a i {
    font-size: 18px;
    margin-right: 11px;
    transform: translateY(2px);
    color: #c21416;
}

#contact-static ul.social-icons a svg {
    width: 18px;
    margin-right: 11px;
    fill: #257ce1;
}

#contact-static ul.social-icons a.facebook svg {
    width: 12px;
}

#contact-static .heading svg {
    margin-right: 17px;
}

#contact-static .heading svg path,
#contact-static .heading svg polygon,
#contact-static .heading svg rect,
#contact-static .heading svg circle {
    fill: #b04ec4;
}

#contact-static .heading svg.floor-icon path {
    fill: none;
}

#contact-static .left-side-infos p {
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 8px;
}

#contact-static .left-side-infos p span {
    font-weight: 600;
}

.contactiframe {
    border: 0;
    height: 360px;
}

.floor-bg {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.floor-col {
    padding: 1.5rem;
}


/*RESPONSIVE DESIGN*/
@media only screen and (max-width: 992px) {

    .owl-prev,
    .owl-next {
        display: none !important;
    }

    #slide .item,
    #slide .item1 {
        padding: 0px;
        height: 60vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    header nav .nav__links .languages {
        text-align: right;
    }

    body {
        padding-top: 80px;
    }

    header nav .navbar__brand img {
        height: 50px;
    }

    header nav .nav__links .nav__list .nav__link a:hover {
        color: #bba8c2;
    }

    header nav .nav__links .languages ul li a {
        color: white;
    }

    header nav .nav__links .nav__list .nav__link a {
        color: white;
        display: block;
        text-align: right;
        font-weight: 500;
        font-size: 30px;

    }

    header nav .nav__links .languages ul {
        right: 0;
        text-align: left;
    }

    header nav .nav__links .languages .lang__open svg {
        transition: all 0.3s ease;
        width: 12px;
        fill: #fff;
    }


    header nav .nav__links .languages a {
        padding: 5px 0 5px 10px;
    }

    header .mobile_btn {
        display: block !important;
    }

    body.locked {
        overflow: hidden;
    }

    header nav .nav__links {
        flex-direction: column;
        padding: 0 30px;
        justify-content: center;
        align-items: center;
        transition: 0.5s ease-in;
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100vh;
        background: #000000d4;
        border: 1px solid rgba(60, 39, 0, 0.1);
        z-index: 333;
    }

    header nav .nav__links .nav__list {
        flex-direction: column;
        width: 100%;
    }

    header nav .nav__links .nav__list li {
        padding: 6px 0;
    }

    .language-li a {
        color: #505050 !important;
    }

    header nav .nav__links .nav__list li a {

        color: white;
    }

    header nav .nav__links .nav__list .nav__link {
        margin-left: 0;
    }

    .head__slider {
        height: 500px;
    }

}

@media only screen and (max-width:768px) {
    .contactiframe {
        height: 560px;
    }

    #contact-static p.heading {
        display: block;
    }

    #slide .item,
    #slide .item1 {
        height: 50vh;
    }

    .h1-size {
        font-size: 30px;
    }

    .about {
        padding: 50px 0;
    }

    .about p {
        width: 95%;
    }

    .kataloq {
        width: 75% !important;
    }

    .header__content {
        padding: 0 30px;
    }

    .fullsekiller a {
        width: 100%;
        margin: 0 auto;
    }

    .useful__information__sec img {
        height: 240px;
    }

    .head__slider {
        height: 450px;
    }

    .useful__information__sec .link__to__category {
        padding: 0;
    }

    .useful__information__sec .link__to__category .click__for__more {
        font-size: 18px;
    }

    .useful__information__sec .link__to__category .click__for__more br {
        display: none;
    }

    footer {
        padding: 40px 0;
    }

    footer .footer__logo__conatiner {
        margin-bottom: 30px;
    }

    footer .footer__menu {
        flex-wrap: wrap;
    }

    footer .footer__menu .footer__nav__link {
        width: 50%;
    }

    footer .footer__menu .footer__nav__link a {
        font-size: 20px;
        display: block;
        line-height: 50px;
        text-align: left;
    }

    .static-page .head,
    .inside__pages .head {
        height: 200px;
    }

    .inside__pages .breadcrumb-p,
    .static-page .breadcrumb-p {
        margin-bottom: auto;
    }

}

@media only screen and (max-width:576px) {
    .head__slider .slider__item h1 {
        font-size: 40px;
    }

    .useful__information__sec .box__info .info__txt__wrapper h1 {
        font-size: 30px;
    }

    .useful__information__sec .box__info {
        height: 350px;
    }

    footer {
        text-align: center;
    }

    footer .footer__menu .footer__nav__link {
        width: 100%;
    }
}