body {
    font-family: 'Exo 2', 'PT Sans', sans-serif;
    overflow-x: hidden;
    /* background-color: #f4f7f7; */
  scroll-behavior: smooth;
}

/**{*/
/*    transition: all .3s ease;*/
/*}*/

.flagGermany  {
    width: 30px!important;
}
.call_action{
    display: none;
}

.highslide-controls ul,.highslide-controls{
    background: none !important;
}
@keyframes shaa{
    0%{text-shadow: 0 0 20px transparent;}
    100%{text-shadow: 0 0 20px rgba(10,249,255,1);}
}
@keyframes sha2{
    0%{text-shadow: -1px -2px 19px transparent;}
    100%{text-shadow: 0px 0px 15px rgba(0,146,35,1);}
}
@media only screen and (max-width: 768px){
    .call_action{
    position: fixed;
    background: #fff;
    /*height: 60px;*/
    padding: 10px 0;
    bottom: 0;
    z-index: 30;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 10px #eaeaea;
    width: 100%;
}
.call_action .row{
    width: 100%;
}
.call_action a{
    display: grid;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    height: 100%;
    font-size: 15px;
    width: 100%;
    text-align: center;
    /*gap: 10px;*/
    color: #000;
}
.call_action a i{
    font-size: 20px;
}

.call_action .fa-phone{
    margin-bottom: 3px;
}

.my-f{
    animation-name: shaa;
    animation-iteration-count: infinite;
    animation-duration: 1.5s;
}
.my-w{
    animation-name: sha2;
    animation-iteration-count: infinite;
    animation-duration: 1.5s;
}

.call_action a i.fa-whatsapp{
    font-size: 24px;
}
}
.youtube-iframe-all {
    position: relative;
    z-index: 4;
    text-align: center;
    padding-top: 20px;
}
/*Ceyhun css*/
.navigation {
    background: rgba(0, 0, 0, 0.05)!important;
    padding: 16px;
    border-radius: 4px;
    /*position:absolute;*/
    /*top: 380px;*/
    width: 100%;
}

.navigation .container {
    display: flex;
    gap: 10px;
    align-items: center;
}

.navigation .container i {
    font-size:13px;
}

.navigation .over>span>span:after {
    content: "";
    background: url('../img/arrow.svg');
    display:inline-block;
    width: 20px;
    height:20px;
    transform: rotate(270deg);
}

.navigation .over>span>span {
    display:inline-flex;
    align-items:center;
    gap:5px
}

.question-block {
    border-bottom: 1px solid rgb(234, 235, 238);
    padding: 32px 16px 0 48px;
    width:100%;
    position: relative;
}

.question-text {
    font: 700 20px "CocoSharp";
    color: #0b1742;
    padding-bottom: 16px;
    cursor: pointer;
}

.question-btn {
    cursor: pointer;
    position: absolute;
    top: 36px;
    left: 16px;
    width: 16px;
    height: 16px;
}

.question-btn::before {
    content: "";
    display: block;
    width: 1px;
    height: 16px;
    background-color: #2196c1;
    transform: translate(8px, 0px);
    transition: all 300ms ease-out 0s;
}

.question-btn::after {
    content: "";
    display: block;
    width: 16px;
    height: 1px;
    background-color: #2196c1;
    transform: translate(0px, -8px);
    transition: all 300ms ease-out 0s;
}

.question-btn-2 i {
    font-size: 13px;
}

.question-drop {
    max-height: 600px;
    overflow: hidden;
    max-height: 0px;
    transition: all 300ms ease-out 0s;
    color: rgb(11, 23, 66);
    will-change: auto;
}

.question-drop__text {
    font-size: 17px;
    font-weight: 600;
    line-height: 150%;
    padding-bottom: 16px;
}


.question-active { max-height: 600px!important }
.question-active__btn::after { transform: translate(0.5px, -8px) rotate(-45deg)!important }
.question-active__btn::before { transform: translate(8px, 0.5px) rotate(135deg)!important }
.question-active__btn-2 {
   transform: translate(0, -12px) rotate(180deg)
}

.fan, .fan img {
    max-height: 400px;
    /*max-width: 600px;*/
    /*width:100%;*/
    height: 100%;
    object-fit: cover;
}
@media only screen and (max-width: 1150px){
    .fan, .fan img {
    max-height: 400px;
    max-width: 430px;
    width:100%;
    height: 100%;
    object-fit: cover;
}
}
@media only screen and (max-width: 992px){
    .fan, .fan img{
        max-width: 100%;
    }
    .my-p{
        padding: 120px 0 0;
    }
}
.f-carousel__dots,.fancybox-toolbar,.fancybox-infobar,.fancybox-button,.f-carousel__nav{
    display: none !important;
}
.xidmet-nav {
    /*max-height: 40px;*/
    max-width: 600px;
    /*width: 600px;*/
    margin-top: 20px;
    gap:10px;
}

.xidmet-nav img {
    width: 51px!important;
    height: 40px!important;
    cursor: pointer;
    border-radius: 20px;
    object-fit: cover;
}

.slick-dots {
    display: none;
}

.xidmet-nav .slick-list {
    padding: 0!important;
}

.xidmet-nav .slick-track {
    width: inherit!important;
    gap: 10px;
    flex-wrap: wrap;
}


.xidmet-nav .slick-initialized .slick-slide {
    width: 10%!important;
}
.slick-slide{
    height: inherit;
}
.slick-track{
    display: flex;
    justify-content: center;
}

.decore-ul li::after{
    position:absolute;
    left:0;
    background:url(../img/checked-blue-svg.svg) no-repeat center/contain;
    width:17px;
    height:19px;
    top:50%;
    content:'';
    transform:translateY(-50%);
}

.decore-ul li {
     padding: 5px 25px 5px 25px;
    position:relative;
}
/*Ceyhun css*/
.page-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 4;
}
.catalog .catalog-info {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}.catalog .attachment .pdf-icon {
    display: none;
}
.catalog img {
    width: 100%;
    /* will-change: transform; */
    /* transform-origin: 0 100%; */
    /* transform: rotate( -10deg); */
    transition: transform 0.3s ease-out;
}.catalog a {
    max-width: 700px;
    display: block;
    margin: 0 auto ;
}
.catalog a.btn{
        animation-name: flash;
    color: #fff !important;
    margin: 0 0 0 20px !important;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
.catalog img {
    width: 100%;
    /* will-change: transform; */
    /* transform-origin: 0 100%; */
    /* transform: rotate( -10deg); */
    transition: transform 0.3s ease-out;
}.catalog a:hover img {
    transform: rotateY(-20deg) !important;
}.page-heading {
    background-color: rgb(250, 250, 250);
    width: 100%;
    text-align:center;
}

/*.page-heading h3 {*/
/*    color:#e94247;*/
/*    font-weight:bold;*/
/*}*/

.fasad-btn {
        background: #dc1e28 !important;
}


.navbar-logo img {
    width: 130px;
    max-height: 76px;
    object-fit: cover;
    padding: 15px 15px 15px 0;

}
.lang-drop img {
    width:30px;
    object-fit:cover;
}
.projects-category #dle-content img {
    height: 290px !important;
}

.projects {
    background: #f8f8f8;
    padding: 60px 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-position: center;

}

.projects .item-txt {
    padding: 20px;
    text-align: left;
    background: #fff;
}

.partners .owl-carousel .owl-item img {
    width: unset;
    filter: brightness(1) grayscale(100);
}

.partners .owl-carousel .owl-item:hover img {
    filter: unset;
}

.projects .owl-carousel img {
    height: 415px;
    object-fit: cover;
    width: 100%;
}

.projects .owl-carousel .owl-item,
.projects #dle-content .item {
    overflow: hidden;
    transition: 0.3s;
    border: 2px solid #f5f6fa;
    border-radius: 12px;
    width: 100%;
}

.projects #dle-content .item {
    transition: .3s all;
    padding: 0;
    margin-bottom: 20px;
}

.projects #dle-content .item:hover {
    box-shadow: 0 1px 15px 0 rgb(0 0 0 / 20%);
    border-color: #e2e2e2;
}

.projects .item-txt small {
    font-size: 14px;
    line-height: 16px;
    color: #909090;
}

.projects .item-txt p {
    font-size: 20px;
    font-weight: 600;
    height: 51px;
    font-size: 17px;
    letter-spacing: -0.142857px;
    color: #333333;
    margin-bottom: 0;
    margin-top: 10px;
}

.projects>a {
    margin: 40px auto;
    position: relative;
    color: rgb(230 29 36);
    font-weight: 700;
    font-size: 17px;
    letter-spacing: -0.1px;
    padding-right: 25px;
}

/*.projects>a::before {
    content: "";
    position: absolute;
    top: 8px;
    right: 0;
    background-image: url("/img/project-svg.svg?=1");
    width: 13px;
    height: 10px;
    transition: 0.3s transform;
}*/

.projects a {
    margin-top:20px!important;
}

ş

.projects>a:hover {
    color: #ff5757;
}
#slider .main-slider {
    padding-top:20px;
}

.projects>a:hover::before {
    transform: translateX(5px);
}

.projects .owl-carousel {
    position: relative;
}

.projects .owl-nav .owl-prev {
    position: absolute;
    top: 40%;
    left: 29%;
    transform: translateY(-50%);
    width: 62px;
    height: 62px;
    background-color: #fff !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s all;
}

.projects .owl-nav .owl-next {
    position: absolute;
    top: 40%;
    right: 29%;
    transform: translateY(-50%);
    width: 62px;
    height: 62px;
    background-color: #fff !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s all;
}

.projects .owl-nav .owl-next:last-child svg {
    transform: rotate(180deg);
}

.projects .owl-nav button span {
    font-size: 45px;
}

.projects .section-title h2 {
    line-height: 1.23;
    font-weight: 700;
    font-size: 32px;
    margin: 0;
    color: #000;
    text-transform: unset;
}

.section-title p {
    margin-top: 12px;
    font-size: 18px;
    letter-spacing: 0.2px;
    color: #5a5a5a;
    font-weight: 300;
}

.projects .owl-nav button .owl-next {
    top: 50%;
    right: 20% !important;
}

.category-title {
    text-align: center;
    margin-bottom: 50px;
}

.projects #dle-content {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.projects #dle-content .item a {
    width: 100%;
}

.projects #dle-content .item img {
    height: 415px;
    object-fit: cover;
    width: 100%;
}

.button {
    cursor: pointer;
    background-image: linear-gradient(rgb(227 30 37), rgb(180, 57, 40));
    border: none;
    width: 260px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 30px;
    color: white;
    /*font-family: gothambold;*/
    font-size: 16px;
    transition-duration: 300ms
}

/* Karyera */




.career-full .career-img {
    height: 300px;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 30px;
}


.career-full .career-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
}

.career-full .career-wrap .short-content {
    width: 34%;
}

.career-full .career-wrap>div {
    padding: 27px;
    box-shadow: 0 0 4rem rgb(82 85 90 / 10%);
}

.career-full .career-wrap .full-content {
    width: 64%;
}

.full-content ul{
    list-style: inherit; 
    padding-left: 2rem;
}

.career-full .career-wrap .title {
    font-size: 20px;
    margin: 10px 0;
    padding: 0 0 13px;
    font-weight: bold;
    position: relative;
}

.career-full .career-wrap .short-content .desc {
    margin: 10px 0;
    line-height: 27px;

}

.career-full .career-wrap .title {
    font-size: 20px;
    margin: 10px 0;
    padding: 0 0 13px;
    font-weight: bold;
    position: relative;
}

.career-full .career-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.career-full .career-wrap .short-content .job-adv {
    margin: 10px 0;

}

.career-full .career-wrap .short-content .job-adv li {
    line-height: 1.8;
}

.page-content ul li {
    padding: 5px 25px 5px 25px;
    position:relative;
}
.page-content ul li::after{
    position:absolute;
    left:0;
    background:url(../img/checked-blue-svg.svg) no-repeat center/contain;
    width:17px;
    height:19px;
    top:50%;
    content:'';
    transform:translateY(-50%);
}
img.fr-dii{
    padding:0 !important;
    margin:0 !important;
}
.cv {

    color: #4466a1;
}

.page .page-content {
    padding: 50px 0 56px 0;
}
.page-heading p {
    margin: 0 auto;
    max-width: 700px;
    text-align: center;
}.page-heading h1 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}
.category-career .row-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: normal;
}

.category-career .career-box-wrap {
    display: block;
    width: 32%;
    margin-bottom: 30px;
    position: relative;
    margin-right: 12px;
}

.category-career .career-box {
    border-radius: 6px;
    padding: 20px 30px 40px;
    box-shadow: 0 2px 11px rgb(0 0 0 / 20%);
    background-color: #fff;
    transition: box-shadow 0.2s;
    height: 100%;
}

.career-btn.see-more {
    color: #3189CE;
    border: 1px solid #3189CE;
    padding: 6px 15px;
    transition: .4s all;
}

.career-btn.see-more:hover {
    background-color: #3189CE;
    color: white;
}

.category-career .career-box h3 {
    margin-bottom: 5px;
    color: #161719;
    line-height: 30px;
    font-size: 24px;
    font-weight: bold;
    overflow-wrap: break-word;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.category-career .career-box .career-city {
    background-color: #3189ce;
    padding: 8px 15px;
    border-radius: 6px;
    color: #fff;
    margin: 15px 0;
    font-size: 16px;
    display: inline-block;
}

.category-career .career-box .career-desc {
    margin-bottom: 30px;
    line-height: 1.6;
    font-size: 16px;
    color: #63636c;
    overflow: hidden;
}

.category-career .career-box .career-more {
    position: absolute;
    bottom: 20px;
}

.category-career .career-box ul li {
    background: url(../img/checked-blue708a.svg?=1) no-repeat;
    background-size: 16px;
    padding-left: 25px;
    background-position: 0px center;
    margin: 10px 0;
}

.category-career ul {
    padding: 0;
}

@media (min-width: 1200px) {

    .small-container {
        max-width: 716px;
    }
}



.head {
    /*background: url(/img/saytbanner2.png) top/cover;*/
    /*background-position: 0 78%;*/
    padding: 120px 60px;
    color: white;
    /*background-size: cover;*/
}
.navigation{
        /*top: 340px;*/
    }

@media only screen and (max-width: 700px){
    .head{
        padding: 36px 60px;
    }
    .navigation{
        /*top: 172px;*/
    }
}
.head h1 {

    z-index: 10;
    font-weight: 500;
}

.page-content {
    padding: 50px 0;
}

.page-header__inner {
    position: absolute;
    left: 0;
    right: 0;
    height: 160px;
    top: 0;
    background: #fff;
    border: 1px solid #F3F1EC;
    border-top: 0;
    box-sizing: border-box;
    transition: transform .3s ease;
}

#action input::placeholder {
    color: white;
    opacity: 0.8;
}

:focus {
    outline: none;
}

.effect {
    display:flex;
    align-items:center;
    position: relative;
}

select {
    color: grey;
}

.effect input[type="text"],
.effect textarea {
    color: #333;
    width: 100%;
    letter-spacing: 1px;
}

/*#input-part textarea:focus {*/
/*  border: 1px solid white !important;*/
/*}*/
.effect-7,
.effect-8,
.effect-9 {
    border: 1px solid #ccc;
    padding: 7px 14px 9px;
    transition: 0.4s;
}

.effect-8~.focus-border:before,
.effect-8~.focus-border:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #677cb4;
    transition: 0.3s;
}

.contacts .line-part {
    margin-top: 150px;
}

.effect-8,
#input-part textarea {
    width: 100%;
    border: 2px solid #eaeaea !important;
    outline: none;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    width: 100%;
    padding: 12px !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
}

.submit-btn {
    margin-top: 10px;
    background-color: #58d758;
    color: #fff;
    font-size: 16px;
    -webkit-box-shadow: 0 20px 30px -18px #3a801d;
    -moz-box-shadow: 0 20px 30px -18px #3a801d;
    box-shadow: 0 20px 30px -18px #3a801d;
    padding: 18px 100px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: none;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    text-decoration: none;
}

/* Works */
#works {
    padding: 50px 0 65px;
}

#works .see-all {
    color: #777982;
    border-bottom: 1px solid #777982;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 12px;
}

#works .owl-carousel .owl-item img {
    height: 600px;
    margin: 0;
    object-fit: cover;
}

#works .owl-dots button {
    margin: 7px !important;
}

#works .owl-dots button.active span {
    background-color: #044ec3;
}

#works h2 {
    font-weight: 600;
}

#works .owl-carousel .owl-item:after {
    content: "";
    height: 110px;
    position: absolute;
    bottom: 0;
    padding: 20px 5px;
    text-align: center;
    width: 100%;
    background: linear-gradient(360deg, black, transparent);
    color: white;
}

#works p,
#services .serv-title {
    margin-top: 20px;
    color: black;
    margin-bottom: 0;
    font-size: 14px;
}

/* Works inside */
.static-content,
.cat-content,
.full-page .full-content {
    padding: 50px 0;
}

#catalog-content, .page-content .career-category {
    margin-top:50px;
}

.contact-content {
    /*margin-top: 100px;*/
}


.works-inner {
    row-gap: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -4px;
    margin-left: -4px;

}

.cat-page .product-item {
    padding: 0 4px;
    margin-bottom: 8px;
}

.title {
    padding-bottom: 30px;
    font-size: 28px;
    line-height: 38px;
    letter-spacing: 1.4px;
    color: #333;
    text-transform: uppercase;
    font-weight: 200;
}

.product-item img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: 500ms all ease;
}

.img-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(-26%, #000), color-stop(73%, hsla(0, 0%, 100%, 0)));
    background-image: -o-linear-gradient(top, #000 -26%, hsla(0, 0%, 100%, 0) 73%);
    background-image: linear-gradient(180deg, #000 -26%, hsla(0, 0%, 100%, 0) 73%);
    opacity: .6;
    z-index: 1;
}

.img-wrap {
    overflow: hidden
}

.img-wrap:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.product-info {
    padding: 22px 30px 22px;
    background-color: white;
    color: #3b3b3b
}

.product-info h3 {
    min-height: 1.5rem;
    display: block;
    display: -webkit-box;
    font-size: 1rem;
    max-height: 4.5rem;
    line-height: 1.5rem;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.submit-btn:hover {
    box-shadow: none;
    color: #fff;
}

.effect-8~.focus-border:after {
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
}

.effect-8~.focus-border i:before,
.effect-8~.focus-border i:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 0;
    background-color: #677cb4;
    transition: 0.4s;
}

.effect-area.effect-8~.focus-border:after {
    bottom: 20px !important;
}

.effect-8~.focus-border i:after {
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
}

.effect-8:focus~.focus-border:before,
.effect-8:focus~.focus-border:after {
    width: 100%;
    transition: 0.3s;
}

.effect-8:focus~.focus-border i:before,
.effect-8:focus~.focus-border i:after {
    height: 70%;
    transition: 0.4s;
}

.effect-area.effect-8:focus~.focus-border i:before,
.effect-area.effect-8:focus~.focus-border i:after {
    height: 96% !important;
}

.effect-area.effect-8~.focus-border i:after {
    top: 0px;
}

.submit-btn {
    border: none !important;
}

.negative {
    background-color: #e4adad !important;
    color: #993737 !important;
}

.modal-body,
.modal-header {
    padding-left: 60px !important;
    padding-right: 60px !important;
}
.my_lang_u{
    display:none;
}
@media only screen and (max-width:768px){
    .modal-body, .modal-header{
        padding: 30px 20px !important;
    }
    .modal-title p{
        padding: 30px 40px 0 0 !important;
    }
    #advantages ul::before{
        display: none;
    }
}
@media only screen and (max-width:570px){
    .lang-button{
        display: none !important;
    }
    .my_lang_u{
        position:relative;
        margin-left: 10px;
        display: inline-block;
        font-size:21px;
    }
    .my_lang_u ul{
        display: flex;
        position:absolute;
        top: 40px;
        background: #fff;
        box-shadow: 0 0 10px gray;
        border-radius: 10px;
        padding: 10px;
        left: 0;
        z-index:9;
        flex-direction: column;
        gap: 10px;
    }
    .my_lang_u_list{
        display:none;
    }
    .my_lang_u ul li a{
        padding: 0;
        margin: 0;
    }
    .my_lang_u ul li img,.my_lang_u img{
        width: 25px;
        object-fit: contain;
        box-shadow: 0 0 10px gray;
    }
    .main-slider .slick-dots li{
        width: 25px !important;
    }
}
.modal-title {
    margin: 0 auto;
    font-weight: 700;
    transform: translate(20px, 0px);
}

.modal-img {
    width: 160px;
    margin: 0 auto;
    display: block;
    transform: translate(10%,0);
}

.modal-header {
    padding-top: 30px !important;
    padding-bottom: 10px !important;
    border-bottom: none !important;
    position:relative;
}

.modal-title h1{
    color:red;
    position:absolute;
    transform: translate(-50%, 0);
    left: 50%;
}

.btn-close {
    margin-top: 7px!important;
}

.modal-title p {
    color: #000!important;
    padding-top: 30px;
}

#staticBackdropLabel {
    font-weight: 400 !important;
}

#slide .owl-nav .owl-prev:hover {
    color: white !important;
}

#slide .owl-nav button:hover {
    background: #e23144 0% 0% no-repeat padding-box !important;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding);
    padding-bottom: 30px !important;
}

.page-header__top {
    height: 80px;
    border-bottom: 1px solid #F3F1EC;
    position: relative;
    z-index: 3;
    box-sizing: border-box;
}

.page-header__top:before {
    content: '';
    display: block;
    position: absolute;
    left: -1px;
    top: 0;
    right: -1px;
    bottom: 0;
    border: 1px solid #F3F1EC;
    border-bottom: 0;
    border-top: 0;
    z-index: 4;
    pointer-events: none;
}

.page-header__top:after {
    content: '';
    display: block;
    width: 100px;
    height: 100%;
    border-left: 1px solid #D7D0C0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 4;
    opacity: .3;
    pointer-events: none;
}

.page-header__menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    list-style: none;
    margin: 0;
    padding: 0 150px 0 75px;
    box-sizing: border-box;
    position: relative;
    pointer-events: none;
    z-index: 2;
    height: 100%;
}

.page-header__menu>li:not(.page-header__hover) {
    margin-right: 50px;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: .04em;
    text-transform: uppercase;
    white-space: nowrap;
    position: static;
    pointer-events: auto;
    z-index: 2;
}

.page-header__menu>li:not(.page-header__hover)>a {
    display: block;
    height: 80px;
    line-height: 80px;
    color: #333;
    border-bottom: 1px solid transparent;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}

a {
    text-decoration: none;
    cursor: pointer;
    transition: all .1s ease-in-out;
    color: #f7bd1b;
}

.page-header__submenu {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease;
    border-top: 1px solid #F3F1EC;
    z-index: 1;
}

.page-header__submenu:before {
    content: '';
    display: block;
    width: 100vw;
    height: 100%;
    background: #fff;
    border-radius: 0 0 15px 15px;
    position: absolute;
    left: 50%;
    margin-left: -50vw;
    top: 0;
    z-index: 0;
    box-shadow: 0 30px 25px rgba(0, 0, 0, .04);
}

.page-header__submenu-list {
    position: relative;
    z-index: 1;
    margin: 0 50px;
    box-sizing: border-box;
    padding-right: 20%;
    white-space: normal;
    font-size: 0;
    padding-bottom: 65px;
    padding-top: 65px;
    transform: translateY(-20px);
    opacity: 0;
    transition: all .3s ease;
}

ol,
ul {
    list-style: none;
}

.page-header__submenu-list li {
    display: inline-block;
    margin: 0 -1px 0 0;
    width: 25%;
    vertical-align: top;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .01em;
    text-transform: none;
    font-weight: 500;
    box-sizing: border-box;
    padding-right: 30px;
}

.page-header__submenu-list a,
.page-header__submenu-list span {
    display: block;
    min-height: 70px;
    line-height: 1.5;
    color: #333;
    box-sizing: border-box;
    padding: 22px 0;
}

.page-header__search-toggler {
    display: block;
    width: 100px;
    height: 100%;
    background: 0 0;
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    padding: 0;
    z-index: 3;
    white-space: nowrap;
    text-indent: 150%;
    cursor: pointer;
    overflow: hidden;
    pointer-events: auto;
}

button,
input,
textarea {
    font-family: Stem, Montserrat, sans-serif;
    font-size: 15px;
    color: #202020;
    -webkit-appearance: none;
}

.page-header__search-toggler svg {
    position: absolute;
    width: 20px;
    height: 20px;
    left: 50%;
    top: 50%;
    margin: -10px 0 0 -10px;
    color: #D7D0C0;
    transition: color .2s ease;
}

.burger {
    display: none;
    position: absolute;
    width: 100px;
    height: 100px;
    right: 0;
    top: 0;
    background: 0 0;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 150%;
    color: transparent;
    font-size: 1px;
    border: 0;
    cursor: pointer;
    pointer-events: auto;
}

.burger svg {
    width: 28px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -14px;
    color: #333;
    transition: color .2s ease;
}

.page-header__search {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    transition: transform .3s ease;
    border-radius: 0 0 4px 4px;
    transform: translateY(-100%);
    z-index: 3;
    background: #F2F1EF;
}

.page-header__bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    z-index: 2;
    height: 80px;
}

.logo {
    display: block;
    width: 250px;
    height: 80px;
    /* background-size: 155px auto; */
    background-repeat: no-repeat;
    background-position: 65px center;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 150%;
    position: absolute;
    left: 0;
    top: 0;
    border-right: 1px solid #F3F1EC;
}
img.fr-dib  {
    margin:0 !important;
}

.page-header__lang {
    display: inline-block;
    width: 100px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .01em;
    color: #333;
    text-transform: uppercase;
}

.page-header__bottom:after {
    content: '';
    display: block;
    width: 100px;
    height: 100%;
    border-left: 1px solid #D7D0C0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 4;
    opacity: .3;
    pointer-events: none;
}

.page-header__menu>li:not(.page-header__hover)>a:hover {
    border-bottom-color: #f7bd1b !important;
}


/* News */

.news {
    padding: 60px 0;
}

.news h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;

}

.news .row {
    margin-right: 0;
    margin-left: 0;
}

.news .col-lg-3,
.news .col-lg-6 {
    padding: 0 5px;
}

.news .item {
    position: relative;
    overflow: hidden;
    border-radius: 7px;
    display: block;
}

.news .item::after {
    content: "";
    /*background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #e942479e 167%);*/
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;


}

.news .item .image-wrapper img {
    width: 100%;
    height: 278px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: top;
}

.news .item a {
    color: inherit;
}

.news .item .category {
    position: absolute;
    top: 20px;
    left: 20px;
    border-radius: 100px;
    line-height: 20px;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.3px;
    z-index: 1;
    background: rgba(0, 0, 0, 0.2);
    max-width: calc(100% - 26px);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    padding: 3px 10px;
}

.news .item .category:hover {
    background: rgba(0, 0, 0, 0.3);
}

.news .item .category a {
    padding: 4px 12px 4px 12px;
    display: block;
}

.news .item .post-infos {
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 22px 17px 13px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
}

.news .item .post-infos p {
    display: block;
    font-size: 22px;
    line-height: 26px;
    color: white;
    font-weight: 700;
    font-size: 16px;
    word-break: break-word;
    z-index: 15;
    margin-bottom: 0;
}

.news .item .like-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.news .item .like-view .like {
    display: flex;
    align-items: center;
    column-gap: 4px;

}

.news .item .like-view .like div {
    padding: 6px 8px;
    background: transparent;
    border-radius: 12px;
}

.news .item .like-view .like div:hover {
    background: rgba(255, 255, 255, 0.3);
}

.news .item .like-view .like .like-icon.active {
    background: rgba(255, 255, 255, 0.3);
}

.news .item .like-view .like .like-icon.active svg {
    fill: #31e140;
}

.news .item .like-view .like .dislike-icon.active {
    background: rgba(255, 255, 255, 0.3);
}

.news .item .like-view .like .dislike-icon.active svg {
    fill: #FC3A39;
}

.news .item .like-view .view {
    font-size: 14px;
    font-weight: 700;
    color: white;
    padding: 6px 8px;
}

.news .item .like-view .view svg {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.news .item:hover img {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);

}

.news .col-lg-3 {
    padding-top: 10px;
}

.news .col-lg-3:nth-child(3),
.news .col-lg-3:nth-child(4) {
    /*-ms-flex: 0 0 50%;*/
    /*flex: 0 0 50%;*/
    max-width: 50%;
}

@media (max-width:991px) {
    
    
.my-grid-2 {
    display:inline-block !important;
}
.category-career .career-box-wrap {
    width:100%;
}
    .news .col-lg-3:nth-child(3),
    .news .col-lg-3:nth-child(4) {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}



header a:hover {
    text-decoration: none;
    color: #d11f25;
}

.page-header__search-toggler:hover svg {
    color: #f7bd1b;
}

.banner {
    height: 80vh;
    background-image: url('https://images.unsplash.com/photo-1483792879322-696964487a67?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&amp;auto=format&amp;fit=crop&amp;w=1181&amp;q=80');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 270px;
}

.banner1 {
    background-image: url('https://images.unsplash.com/photo-1456086272160-b28b0645b729?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&amp;auto=format&amp;fit=crop&amp;w=1632&amp;q=80');
}

.banner2 {
    background-image: url('https://images.unsplash.com/photo-1558470598-a5dda9640f68?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&amp;auto=format&amp;fit=crop&amp;w=1171&amp;q=80');
}

.banner p {
    color: #fff;
    font-weight: 700;
    font-size: 68px;
    line-height: 83px;
    letter-spacing: .05em;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    margin: 0;
    width: 100%;
    margin-bottom: 50px !important;
}

.banner a {
    height: 60px;
    min-width: 230px;
    border-radius: 30px;
    font-size: 14px;
    padding: 22px 80px;
    line-height: 60px;
    letter-spacing: .04em;
    font-weight: 600;
    color: #333;
    background: #ffcb08;
}

.banner a:hover {
    background: #f7bd1b;
    border-color: #f7bd1b;
    color: #202020;
}

.call-to-action {
    padding: 30px 0;
    /*padding-bottom: 20px;*/
    border-radius: 30px 30px 0 0;
    background: #f2f2f2;
}

.call-to-action .row {
    text-align: center;
}

.call-to-action h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
}

.call-to-action p {
    font-size: 18px;
}

.call-to-action .btn_wrapper {
    margin-top: 30px;
}

.call-to-action .resp-svg {
    display: none;
    width: 25px;
    margin: auto;
}

.call-to-action .icon {
    width: 45px;
}

.call-to-action a {
    padding: 22px 60px;
    background: #25D366;
    font-size: 16px;
    color: white;
    border-radius: 100px;
    transition: 0.3s ease;
    display: inline-block;
    width: max-content;
    margin-top: 10px;
}

.call-to-action a:hover {
    background: #117637;
    color: white;
}

footer {
    padding-top: 60px;
    background: #2C2C2C;
}

.footer-number {
    color: #fff;
}

.footer-number a i, .footer-number-descr i {
    margin-right: 10px;
}

.footer-number p {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 1px;
}

.footer-number a {
    font-size: 18px;
    font-weight: 600;
}
.footer-bottom{
    background:#fff;
    padding: 30px 0;
    position:relative;
}
.footer-bottom row,.footer-bottom .col-lg-6:first-child{
    align-items:center;
    justify-content:space-between;
    display:flex;
}
.footer-center,
.footer-bottom {
    margin-top: 60px;
}
@media only screen and (max-width: 768px){
.footer-bottom {
    padding: 30px 0 45px 0;
}
    
}
.top-arrow{
    display:flex;
    align-items:center;
    justify-content:center;
    position:absolute;
    right:10px;
    cursor:pointer;
    top: -45px;
    transform:translateY(-50%);
    animation-name:topArrow;
    background: #fff;
    animation-duration:2s;
    animation-iteration-count:infinite;
    width:60px;
    height:60px;
    border-radius:50%;
    border:1px solid #808080;
}
.top-arrow i{
    font-size: 19px;
}
@keyframes topArrow{
    0%{transform:translateY(-50%);}
    50%{transform:translateY(-100%);}
    100%{transform:translateY(-50%);}
}






.copy {
    color: #000;
    font-size: 14px;
    float: right;
}

.copy a {
    transition: .5s all ease;
    display: inline-block;
    text-underline-offset: 2px;
    color: white;
}

.footer-social {
    text-align: right;
    display:flex;
    align-items: center;
    gap: 35px;
    justify-content: flex-start;
    /*padding: 0 0 0 10px ;*/
}
.footer-number  i{
    color: #dc1f23 !important;
}
.right-anima{
    animation-name: toRight;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
@keyframes toRight {
    0%{transform:translateX(0px);}
    95%{transform:translateX(15px);}
    100%{transform:translateX(0px);}
}
.footer-social p {
    margin:0!important;
    display: flex;
    white-space: nowrap;
    color: #fff;
    align-items: center;
}
.footer-social i {
    font-size: 20px;
}
.footer-social ul,.footer-center ul{
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}
footer ul {
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
}

.footer-social li {
    display: inline-block;
    margin-right: 10px;
    width:40px;
    height:40px;
    border: 1px solid #808080;
    cursor:pointer;
    border-radius:4px;
    display: inline-flex;
    align-items:center;
    justify-content:center;
    transition:.4s;
}
.footer-social li:hover{
    border-color:transparent;
}
.footer-social li a i {
    color: #808080 !important;
    font-size: 19px;
    transition: .5s all ease;
}
.footer-social li:hover a i{
    color:#fff !important;
}

.footer-top-button {
    color: #F76951;
    text-transform: uppercase;
    width: 100%;
    height: 100%;
    font-size: 14px;
    display: block;
    border-radius: 50px;
    text-align: center;
    position: relative;
    z-index: 4;
    font-weight: 600;
    line-height: 70px;
    max-height: 70px;
}

.footer-top-button__mobile {
    display:none!important;
}

.offset-lg-3 {
    margin-left: 25%;
}

.footer-top-button:before {
    border: 2px solid #F76951;
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.footer-top-button:before,
.footer-top-button:after {
    content: '';
    z-index: -1;
    border-radius: inherit;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.footer-top-button:after {
    border: 2px solid transparent;
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
}

.footer-top-button:before,
.footer-top-button:after {
    content: '';
    z-index: -1;
    border-radius: inherit;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.kataloq {
    margin-top: 20px;
    color: #4dac6b !important;
}

.footer-top-button {
    color: #F76951;
    text-transform: uppercase;
    width: 100%;
    height: 100%;
    font-size: 14px;
    display: block;
    border-radius: 50px;
    text-align: center;
    position: relative;
    z-index: 4;
    font-weight: 600;
    line-height: 70px;
    max-height: 70px;
}

.kataloq:before {
    border: 2px solid #4dac6b !important;
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.footer-top-button:after {
    border: 2px solid transparent;
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
}

.footer-top-button:hover::before {
    opacity: 0;
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
}

.footer-top-button:hover::after {
    background: #fff;
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.footer-top-button:hover::before {
    opacity: 0;
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
}

.footer-top-button:hover::after {
    background: #fff;
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.footer-number a {
    color: inherit;
}

.footer-top-button:hover {
    color: inherit;
}





@keyframes anim-trinculo {
    50% {
        opacity: 0;
        color: #fff;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    51% {
        opacity: 0;
        color: #ed462f;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    75% {
        opacity: 1;
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    100% {
        opacity: 1;
        color: #ed462f;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.footer-social li i:hover {
    color: #1d9f3a;
}

.copy a:hover {
    text-decoration: underline;
    color: inherit;
}


.trust-us {
    margin: 20px 0 50px 1%;
}

.trust-us .owl-nav{
    display: none;
}

.animation-wave.is-ready {
    -webkit-transform: none;
    transform: none;
}

.trust-us__top-desc {
    font-size: 35px;
    line-height: 148%;
}

.trust-us__top-desc {
    position: relative;
    padding: 0 30% 0 0;
    font-size: 40px;
    line-height: 150%;
    font-weight: 700;
    margin: 0 3.4090909091% 43px 3.8636363636%;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel {
    position: relative !important;
}

.trust-us__ratings {
    font-size: 0;
    /*margin: 0 0 10px 3.9772727273%;*/
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.item {
    overflow: hidden !important;
}

.trust-us__rating {

    display: flex;
    /* vertical-align: top; */
    align-items: center;
    /*justify-content: center;*/
}

.trust-us__ratings.is-ready .trust-us__rating-position {
    background-image: url(https://www.agima.ru/local/markup/build/assets/img/svg/wreath-gray.svg);
}

.trust-us__rating-position {
    width: 147px;
    height: 147px;
    padding: 24px 0 0;
}
.trust-us__rating-position span{
    animation-name: sha;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}
@keyframes sha{
    0%{text-shadow: 1px 3px 6px transparent;}
    50%{text-shadow: 1px 3px 6px #ed462f;}
    100%{text-shadow: 1px 3px 6px transparent;}
}

.trust-us__rating-position {
    display: inline-block;
    vertical-align: top;
    width: 180px;
    height: 180px;
    padding: 28px 0 0;
    text-align: center;
    color: #ed462f;
    background: no-repeat 50% 50%;
    background-size: contain;
    margin: 0 25px 0 0;
}
.trust-us__rating-position span{
    font-size: 75px;
    font-weight: 600;
}
.trust-us__rating-info {
    display: inline-block;
    vertical-align: top;
    width: 45%;
}

.trust-us__rating-title {
    padding: 31px 0 24px;
    font-size: 14px;
    font-weight: 600;
}

.trust-us__rating-name h5 {
    font-size: 18px;
    line-height: 122.7272727273%;
    font-weight: 500;
}

.trust-us .owl-theme .owl-nav {
    margin-top: 10px;
}

.trust-us .owl-prev {
    display: none !important;
}

.next-img {
    width: 50px;
    height: 16px;
    position: absolute;
    bottom: 131%;
    right: 8%;
}


._aboutUs {
    padding-top: 80px;
    margin:10px 0;
    z-index: 1;
    position: relative;
}

._lines:before,
._lines:after,
._line:before,
._line:after {
    content: '';
    position: absolute;
    left: 42%;
    top: 0;
    bottom: 0;
    background: #eaeef4;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    width: 1px;
}

._z9 {
    z-index: 9;
}

._relative {
    position: relative;
}

._shapes:before,
._shapes:after,
._shapesRight:after {
    content: '';
    position: absolute;
    left: -75px;
    width: 51px;
    height: 400px;
    background: url("../img/line-shapes.png") no-repeat center center;
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    z-index: -1;
}

._title {
    position: relative;
    padding-top: 20px;
    text-align: center;
}

.text-center {
    text-align: center !important;
}

._aboutUs h1 {
    font-size: 44px;
    margin-bottom: 38px;
}

._aboutUs h1 {
    font-size: 48px;
    letter-spacing: -1.18px;
    color: #324250;
    margin-bottom: 60px;
}

._title:before {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: 0;
    height: 2px;
    width: 50px;
    background-color: #324250;
}

._aboutUs ._imgBorder {
    margin-right: 35px;
}

._imgBorder {
    position: relative;
}

._imgBorder img {
    width: 100%;
    padding-right: 20px;
    padding-bottom: 20px;
    z-index: 9;
    position: relative;
    max-width: 100%;
    height: auto;
}
._imgBorder:before {
content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    top: -8px;
    width: 319px;
    left: -11px;
    height: 209px;
    background-color: #e94247;
}

._imgBorder:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 12px;
    left: 298px;
    width: 284px;
    height: 212px;
    background-color: #e94247;
}

div#film60th {
    display: none;
    width: 999px;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

._aboutUs ._txt {
    padding-left: 40px;
}

._aboutUs h2 {
    font-size: 2vw;
    line-height: 1.3;
}

._aboutUs h2 {
    font-size: 36px;
    line-height: 1.5;
    letter-spacing: -1.28px;
    color: #324250;
}

._aboutUs ._left {
    line-height: 28px;
    margin: 30px 0 40px 0;
    padding-left: 100px;
}

._smText {
    color: #6c757d;
    font-size: 17px;
    line-height: 1.7;
}

.text-right {
    text-align: right !important;
}

.m-0 {
    margin: 0 !important;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/*.btn {*/
/*    min-width: 185px;*/
/*    padding: 20px 30px;*/
/*}*/

/*.btn {*/
/*    font-size: 16px;*/
/*    background: #16509f;*/
/*    padding: 24px 30px;*/
/*    overflow: hidden;*/
/*    border: 2px solid #16509f;*/
/*    text-transform: uppercase;*/
/*    border-radius: 0;*/
/*    outline: none;*/
/*    line-height: 1.75;*/
/*    letter-spacing: 0.6px;*/
/*    color: #ffffff;*/
/*    min-width: 200px;*/
/*    text-align: center;*/
/*}*/

._shapes:after {
    left: auto;
    right: -75px;
}

._line:before {
    left: 20%;
    transform: unset;
}

._line:after {
    left: 80%;
    transform: unset;
}

._lines:after {
    left: 58%;
}

.services {
    padding: 75px 0 0 0;
}

.service-box {
    position: relative;
    text-align: center;
    border: 1px solid rgb(222, 226, 237);
    border-radius: 16px;
    padding: 24px;
    font-size: 14px;
    /* cursor: pointer; */
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin: 16px 0;
}

.service-bg {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    /* background-image: url(../img/hinal.jpeg); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
}

.service-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.service-head h2 {
    color: rgb(51, 58, 74);
    font-size: 18px;
    line-height: 1.33em;
    font-weight: 700;
    max-width: 75%;
    text-align: left;
}

.service-head p {
    color: rgb(72, 82, 104);
    font-weight: 700;
    font-size: 14px;
}

.service-content {
    font-weight: 400;
    line-height: 1.5em;
    text-align: left;
    margin-bottom: 16px;
    color: rgb(51, 58, 74);
    display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}




.d-none-image p {
    min-height: 42px;
}

.d-none-image img {
    display: none;
}

img.fr-dib {
    margin: 5px auto;
    display: block;
    float: none;
    vertical-align: top;
}

.service-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.more-btn {
    border: none;
    background: none;
    padding: 0px;
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    color: rgb(52 106 130);
    font-weight: 700;
    cursor: pointer;
    transition: opacity 0.35s cubic-bezier(0.3, 0.1, 0.3, 1) 0s;
    position: relative;
}

.more-btn:before {
    right: 0px;
    background-color: #fff;
    transform-origin: left;
    transform: scaleX(0);
}

.more-btn:after {
    left: 0px;
    background-color: rgb(52 106 130);
    transform-origin: right;
    transform: scaleX(1);
}

.more-btn:after,
.more-btn::before {
    content: "";
    position: absolute;
    bottom: -4px;
    height: 2px;
    width: 100%;
    transition-property: transform;
    transition-duration: 0.35s;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.service-btn {
    line-height: 80px;
    color: #fff;
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 45px;
    max-width: 165px;
    margin-left: 24px;
    font-family: Gilroy, Arial, sans-serif;
    font-weight: 700;
    background-color: #be3232;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    z-index: 3;
}

.service-btn span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: rgb(36 74 90);
    -webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}

.service-box::after {
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
}

.service-content {
    transition: all .0s ease;
}

.service-box:hover .service-head h2,
.service-box:hover .service-head p,
.service-box:hover .service-content {
    color: #fff;
}

.service-box:hover .more-btn {
    color: #fff;
}

.service-box:hover::after {
    opacity: 1;
}

.service-box:hover .service-bg {
    opacity: 1;
}

.service-box:hover .more-btn::after {
    transform: scaleX(0);
}

.service-box:hover .more-btn::before {
    transform: scaleX(1);
}

.service-btn:hover {
    color: #fff;
    z-index: 2;
}

.service-btn:hover span {
    width: 225%;
    height: 562.5px;
}

/* About Video */


/* About Section */

/*.about {*/
/*  margin: 20px 0;*/
/*  background-position-y: 100%;*/
/*  background-repeat: no-repeat;*/
/*  height: 700px;*/
/*  background-image: url("/img/—Pngtree—construction worker silhouette_5407794.png");*/
/*  background-size: 40%;*/
/*  position: relative;*/
/*  left:5%;*/
/*}*/
.about {
    padding: 30px 0;
}

.about__content {
    display: flex;

    align-items: center;

    justify-content: space-between;
    position: relative;
}

/*.about__content_main {*/
/*        position: absolute;*/
/*    left: 20px;*/
/*    line-height: 22px;*/
/*    font-size: 15px;*/
/*    max-width: 45%;*/
/*}*/
.about__content_main img {
    width: 500px;
    height: 550px;
    object-fit: cover;
}

.about__heading {
    font-size: 40px;
    text-align: center;
    margin-bottom: 15px;
}

.about__txt {
    padding: 20px 0;
    font-size: 13px;
}

.about__btn {
    margin: 0 auto;
}

.about__video {
    width: 700px;
    z-index: 0;
    left: 40%;
    position: absolute;

}

.about__video .about__link img {
    width: 100%;
}

.about__video .about__image--secondary {
    text-align: center;
}

.about__image__cta {
    position: relative;
    height: 451px;

    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;

}

.about__image__cta img {
    height: 100%;
}

.about__image__cta::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, .4);
    transition: all 300ms ease;
}

.about__image__cta:hover::before {
    background-color: rgba(0, 0, 0, .2);
}

.about__image__cta svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 55px;
    height: 55px;
    transform: translate(-50%, -50%);
    fill: white;
    padding: 15px;
    background-color: rgba(0, 0, 0, .8);
    border-radius: 50%;
    transition: all 300ms ease;
    z-index: 1001;
}

.about__image__cta svg:hover {
    background-color: rgba(0, 0, 0, .5);
}



#prj {
    width: 100%;
    margin-bottom: 0px;
    overflow-x: hidden !important;
}

.project-text {
    color: white;
    font-size: 33px;
    position: relative;
    top: 110px;
    left: 50px;
    z-index: 2;
}

#prj {
    width: 100%;
    margin-bottom: 0px;
    overflow-x: hidden !important;
}

#pr-title {
    margin-bottom: 40px;
    padding: 0px;
}

#allcategory {
    font-size: 14px;
    color: #000;
    transition: all 0.3s;
}

#prj-item-box {
    height: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.project-text {
    color: white;
    font-size: 33px;
    position: relative;
    top: 110px;
    left: 50px;
    z-index: 2;
}

#section-background {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease !important;
}

#prj .prj-item {
    position: relative;
    display: inline-block;
    width: 25%;
    height: 100%;
    transition: all 0.3s ease !important;
    border: 0.2px solid gray !important;
}

#prj .prj-item img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    transition: all 0.3s ease !important;
    position: relative;
    visibility: hidden;
}

.overlay1 {
    background-color: #0000003d;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#prj .text-position {
    position: absolute;
    left: 40px;
    bottom: 25px;
    z-index: 2;
    color: #fff;
    width: 70%;
}

.text-position h4 {
    font-size: 26px;
    font-weight: 400;
    position: relative;
    bottom: -40px;
    left: 0px;
    transition: all 0.3s ease;
}

.more-text {
    opacity: 0;
    position: relative;
    bottom: -40px;
    left: 0px;
    transition: all 0.3s ease;
}

.more i {
    position: relative;
    bottom: 0px;
    left: -50px;
    transition: all 0.3s ease;
}

.prj-item:hover .more-text,
.prj-item:hover .service-title {
    opacity: 1;
    bottom: 0px;
}

.more-span {
    opacity: 0;
    position: relative;
    bottom: 0px;
    left: -10px;
    transition: all 0.3s ease;
}

.prj-item:hover .more-span,
.prj-item:hover .more i {
    opacity: 1;
    left: 0px;
}

#slide .owl-nav span {
    display: block !important;
    margin-top: 6px !important;
}

.swiper-button-prev,
.swiper-button-next {
    color: white !important;
    opacity: 0 !important;
    transition: all 0.3s ease !important;
}

#prj:hover .swiper-button-prev,
#prj:hover .swiper-button-next {
    opacity: 1 !important;
}

.trust-us__clients {
    padding: 0 3.3088235294% 0 3.6764705882%;
}

.trust-us__clients {
    position: relative;
    padding: 0 3.4090909091% 0 3.9772727273%;
}

.trust-us__clients::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}

.trust-us__clients-title {
    padding: 50px 0 25px;
    font-size: 57px;
}

.trust-us__clients-title {
    position: relative;
    float: left;
    padding: 60px 0 0;
    font-size: 68px;
    line-height: 120.5882352941%;
    font-weight: 700;
    text-indent: -0.05em;
    letter-spacing: .01em;
}

.trust-us__clients-logos {
    position: relative;
    float: right;
    width: 54.5208333vw;
    height: 650px;
    font-size: 0;
    /* overflow: hidden; */
}

.trust-us__container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.trust-us__clients-logos span {
    height: 145px;
}

.trust-us__clients-logos span {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    height: 170px;
    opacity: .3;
    background: none no-repeat 50% 50%;
    background-size: 40%;
}

.trust-us__slogan {
    padding-bottom: 40px;
    padding-top: 0;
    float: left;
    width: 34.0909090909%;
}

.trust-us__slogan {
    position: relative;
    float: left;
    width: 34.6590909091%;
    font-size: 22px;
    line-height: 1.77;
    font-weight: 500;
    padding-bottom: 40px;
    padding-top: 55px;
}

.trust-us__clients-become-client {
    font-size: 26px;
}

.trust-us__clients-become-client {
    position: relative;
    float: left;
    font-size: 30px;
    font-weight: 700;
    white-space: nowrap;
    color: #ed462f;
}

.trust-us__clients-become-client i {
    display: inline-block;
    vertical-align: 0;
    font-style: normal;
}

.trust-us__clients::after {
    content: "";
    display: table !important;
    clear: both;
    height: 0 !important;
}

.trust-us__clients-become-client:hover {
    color: #202020;
}

.banners .owl-nav {
    position: absolute !important;
    bottom: 20% !important;
    right: 50px !important;
}

.banners .owl-nav button {
    color: #df4847 !important;
    background: white !important;
    width: 60px !important;
    height: 60px !important;
    border-radius: 50% !important;
    font-size: 30px !important;
    transition: all 0.3s ease !important;
}

.banners #slide .owl-nav span {
    display: block !important;
    margin-top: 6px !important;
}

.banners .owl-nav button:hover {
    color: white !important;
    background: #df4847 !important;
}









/* fasadi sec */

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.mySwiper2 {
    margin-top: 100px;
    height: 80%;
    width: 100%;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.big-img {
    position: relative !important;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 75vh;
    object-fit: cover;
}

.little-imgs .pro-title {
    display: none !important;
}

.white-part {
    width: 370px !important;
    height: 252px !important;
    padding: 28px !important;
    gap: 24px !important;
    position: absolute !important;
    bottom: 120px !important;
    background-color: rgb(243, 245, 249) !important;
    bottom: 59px !important;
    left: 71px !important;
    z-index: 999 !important;
}

.white-part .name {
    color: #004a98;
    font-size: 46px;
    letter-spacing: -1px;
}

.mySwiper2 .swiper-button-next,
.mySwiper2 .swiper-button-prev {
    position: absolute !important;
    top: 50% !important;
    width: 100px !important;
    height: 50px !important;
    margin-top: 47px !important;
    z-index: 10 !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #7ea0ca !important;
}

.mySwiper2 .swiper-button-next,
.mySwiper2 .swiper-container-rtl .swiper-button-prev {
    right: 198px !important;
    left: auto !important;
}

.mySwiper2 .swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.mySwiper2 .swiper-pagination {
    position: absolute !important;
    top: 50% !important;
    left: 42px !important;
    width: 100px !important;
    height: 50px !important;
    margin-top: 60px !important;
}

.mySwiper2 .swiper-button-prev,
.mySwiper2 .swiper-button-next {
    left: -9px !important;
    right: auto !important;
    opacity: 1 !important;
}

.mySwiper2 .swiper-button-next:after,
.mySwiper2 .swiper-button-prev:after {
    font-size: 17px !important;
}

.little-imgs {
    position: absolute !important;
    bottom: 120px !important;
}

.mySwiper4 .swiper-slide {
    /* width: 25%; */
    height: 100%;
    opacity: 1;
}

.little-imgs .swiper-slide img {
    display: block;
    width: 60px;
    height: 60px;
    border: 2px solid rgb(243, 245, 249);
    transition: all 300ms ease-out 0s;
    cursor: pointer;
    object-fit: cover;
}

.mySwiper4 .swiper-slide-thumb-active img {
    border: 2px solid #3782d1 !important;
}

.mySwiper4 {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

#projects .swiper {
    width: 100%;
    /* height: 75vh; */
    margin-left: auto;
    margin-right: auto;
    overflow: visible !important;
}

.big-img .pro-title {
    display: none !important;
}

.mySwiper2 .swiper-button-next {
    right: 175px !important;
    left: auto !important;
}


/* News */

.news-page .item {
    position: relative;
    overflow: hidden;
    border-radius: 7px;
    display: block;
}

.news-page .item .image-wrapper img {
    width: 100%;
    height: 278px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: top;
}
@media only screen and (max-width:768px){
    .news-page .item .image-wrapper img{
        height: inherit !important;
    }
}

.news-page .item .category {
    position: absolute;
    top: 20px;
    left: 20px;
    border-radius: 100px;
    line-height: 20px;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.3px;
    z-index: 1;
    background: rgba(0, 0, 0, 0.2);
    max-width: calc(100% - 26px);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    padding: 3px 10px;
}

.news-page .item .post-infos {
    width: 100%;
    left: 0;
    color: white;
    bottom: 0;
    padding: 22px 17px 13px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
}
.news-page .item .post-infos p{
    margin: 0;
}

.news-page .item::after {
    content: "";
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.72) 167%);
    position: absolute;
    left: 0;
    top: 0;
    /*opacity: 0;*/
    width: 100%;
    height: 100%;
}
.news-page .item::before{
    content: "";
    background: linear-gradient(to top, #2b1919, rgba(43, 25, 25, 0));
    position: absolute;
    left: 0;
    opacity:0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .4s;
}
.news-page .item:hover::before {
    opacity: 0;
}
.full-blog-page img {
    width: 100%;
    /*height: 390px;*/
    object-fit: cover;
}
.all_full{
    justify-content: space-between;
    gap: 20px;
}
    .fan{
    padding: 0;
}

.f-carousel__track a img{
    border-radius: 9px;
    
}
/* referances */
.footer-number-descr {
    padding: 5px 0;
}

#referances {
    margin: 60px 0;
    /* margin-top: -550px; */
}

.logo-img {
    width: 100%;
    padding: 50px;
    padding-top: 20px;
    padding-bottom: 60px;
    filter: grayscale(1);
}

.main-carousel-works {
    position: absolute;
    bottom: 14%;
    color: white;
    font-size: 31px;
    left: 5%;
}

.logo-img:hover {
    filter: brightness(1) invert(0) !important;
}

#referances h3 {
    padding: 0 0 25px;
    font-size: 57px;
    line-height: 120.5882352941%;
    font-weight: 700;
    text-indent: -0.05em;
    letter-spacing: .01em;
}

#referances p {
    padding-bottom: 25px;
    font-size: 22px;
    line-height: 1.77;
    font-weight: 500;
    width: 90%;
}

#referances a {
    font-size: 26px;
    font-size: 30px;
    font-weight: 700;
    color: #ed462f;
}

#referances a:hover {
    color: #202020;
}


.news .container {
    /*max-width: 1369px;*/
}

/*#referances .container{*/
/*    padding-right: 0 !important;*/
/*    margin-right: 0 !important;*/
/*    background: white;*/
/*    padding-left: 50px;*/
/*    padding-top: 50px;*/
/*    margin-left: 30px;*/
/*}*/

/* mobilenav */

.mobile-nav {
    display: none;
    justify-content: space-between;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    left: 0px;
    z-index: 99;
    background-color: transparent;
    width: 100%;
    transition: 0.3s ease-in-out;
}

.mobile-nav .logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 20px;
}

.mobile-nav .logo-img {
    padding: 20px;
}

.mobile-nav .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile-menu {
    position: fixed;
    top: 80px;
    right: 0%;
    padding: 0;
    left: 0%;
    height: 100vh;
    width: 100%;
    z-index: 11;
    background: #de412c;
    padding-top: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    transition: 0.4s all;
    display: flex;
}

.mobile-menu li:first-child {
    margin: 0;
}

.mobile-menu li {
    padding: 15px 0;
    width: 100%;
    margin-left: 30px;
}

.color-nav {
    background-color: #da690f;
}

.btn-sec {
    display: inline-block;
}

.mobile-item {
    display: flex;
    align-items: center;
    padding: 26px 14px;
    font-size: 16px;
}

.contact-btn,
.mob-lang {
    display: flex;
    justify-content: center;
    margin-left: 0 !important;
}

.contact-btn a {
    background-color: #83b75b;
    padding: 16px 24px;
    font-size: 13px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    transition: 0.3s background-color;
}

.mobile-item a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.mobile-item a:hover {
    color: #838a9d;
    text-decoration: none;
}

.mob-lang a {
    margin-left: 10px;
    color: #fff;
}

.mob-social {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    display: flex;
    justify-content: center;
    margin-right: 10px;
    align-items: center;
}

.mob-lang a img {
    width: 20px;
    height: 20px;
    border-radius: 100%;
}

.burger {
    z-index: 111;
    position: relative;
    width: 80px;
    height: 84px;
    background-color: #da690f;
    border: none;
}

.burger div {
    width: 40px;
    height: 3px;
    background: #fff;
    transform: translate3d(-13px, 0, 0);
    transition: all 0.3s ease;
    margin-top: 8px;
    position: absolute;
}

.burger .line1 {
    top: 20px;
    right: 5px;
}

.burger .line2 {
    top: 30px;
    right: 5px;
}

.burger .line3 {
    top: 40px;
    right: 5px;
}

.change .line1 {
    transform: rotate(-45deg) translate(-10px, 7px);
}

.change .line2 {
    opacity: 0;
}

.change .line3 {
    transform: rotate(40deg) translate(-5px, -6px);
}

.translate {
    visibility: visible !important;
    opacity: 1 !important;
}

.mobile-fixed {
    background-color: #fff;
    top: 0;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.14);
}

.mobile-fixed .burger .line1,
.mobile-fixed .burger .line2,
.mobile-fixed .burger .line3 {
    background-color: #37373f;
}

.mobile-fixed .btn-sec {
    color: #fff;
}

.button-menu {
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0px 8px;
    height: 100px;
}

.button-menu .button-btn {
    text-decoration: none;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s;
    line-height: 48px;
    padding: 0 0 0 20px;
    width: 48%;
    text-align: center;
}

.button-btn.demo:before {
    content: "";
    width: 100%;
    height: 46px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    position: absolute;
    left: 0;
    top: 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s;
    background-color: rgba(255, 255, 255, 0.15);
    background-position: 12px center;
    background-repeat: no-repeat;
    background-image: url(https://depromo.az/img/bolt_black.svg?=1);
}

.button-btn.sign {
    color: #000000 !important;
    margin-left: 0;
}

.button-btn.sign:before {
    content: "";
    width: 100%;
    height: 46px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    position: absolute;
    left: 0;
    top: 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s;
    background-color: #f2f2f2;
    background-position: 11px center;
    background-repeat: no-repeat;
    background-image: url(https://depromo.az/img/bolt_black.svg?=1);
}

.button-btn span {
    position: relative;
    z-index: 2;
}

.mobile-fixed .btn-sec img {
    filter: unset;
}

.mobile-fixed .btn-sec span {
    color: #000;
}

.modal .close {
    background: none;
    border: none;
}



.mobile-nav {
    display: none;
}

.second-navbar-with-hamburger {
    display: none;
}

@media (max-width: 990px) {
    nav {
        display: none;
    }

    .mobile-nav {
        display: block;
    }

    .banner p {
        font-size: 38px;
        line-height: 51px;
    }

    .banner {
        height: 70vh;
        padding-top: 144px;
    }

    .banners .owl-nav {
        position: absolute !important;
        bottom: 5% !important;
        right: 22px !important;
    }

    ._aboutUs {
        padding-top: 0px;
        overflow-x: hidden;
        padding-top: 60px;
    }

    ._aboutUs ._txt,
    ._aboutUs ._left {
        padding-left: 0px;
    }

    .text-right {
        text-align: left !important;
    }

    .services {
        padding: 70px 0 0 0;
    }

    ._title {
        /*display: none;*/
    }

    #prj .swiper-button-prev,
    #prj .swiper-button-next {
        opacity: 1 !important;
    }

    .trust-us,
    #referances {
        overflow-x: hidden;
    }

    .trust-us__rating-name {
        font-size: 22px;
    }

    #referances .container {
        padding-left: 10px;
        padding-top: 0px;
        margin-left: 0px;
    }

    .logo-img {
        padding: 5px;
        padding-top: 29px;
        padding-bottom: 6px;
    }

    .call-to-action .icon {
        /*display: none;*/
    }

    #referances {
        margin: 60px 0;
    }

    .offset-lg-3 {
        margin-left: 0;
        margin-top: 30px;
    }

    footer {
        padding-top: 45px;
        padding-bottom: 40px;
    }

    .footer-social {
        /*padding-top: 30px;*/
    }


    .footer-number {
        padding-bottom: 22px;
    }

    .swiper-slide img {
        height: 280px !important;
    }

    .white-part {
        width: 348px !important;
    }

    .white-part {
        background-color: transparent !important;
        left: 13px !important;
        bottom: -81px !important;
        text-align: center !important;
    }

    .little-imgs {
        display: none;
    }

    .mySwiper2 .swiper-pagination {
        left: 124px !important;
        color: white;
    }

    .mySwiper2 .swiper-button-next {
        right: 70px !important;
        left: auto !important;
    }

    .mySwiper2 .swiper-button-prev {
        left: 71px !important;
    }

    .white-part {
        left: 13px !important;
        bottom: 0px !important;
    }

    .white-part .name,
    #demo {
        color: white;
    }
}
@media only screen and (max-width:678px){
    .call-to-action a{
        padding: 17px 12px;
    }
}


























* {
    font-family: 'Averta', sans-serif;
    font-weight: normal;
}

ul {
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
}

a {
    color: inherit
}

a:hover {
    color: inherit
}

button,
select,
input {
    -webkit-appearance: none;
}

button:focus,
button:hover {
    border: none;
    outline: none
}

button {
    border: none;
    background: none
}

.navbar-brand {
    padding: 0;
    position: relative;
    /*margin-right: 20px;*/
}

.navbar-brand:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.my_header{
    position:relative;
    height: 76px;
    width: 100%;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: #fff;
    /*padding: 0 80px*/
}

.sidebar-social {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 30px;
}

.sidebar-social {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 30px;
}

.sidebar-social li a {
    width: 40px;
    height: 40px;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background: #fff;
    border: 2px solid transparent;
}

.sidebar-social li a i {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #332b2b;
    font-size: 16px;
}

.sidebar-social li a:hover {
    border: 2px solid #e57b24;
}

.sidebar-social li a:hover i {
    transform: scale(0.8);
    color: #e57b24;
}

.scroll-site {
    position: relative;
    width: 22px;
    height: 34px;
    border: 2px solid #e94247;
    border-radius: 50px;
    box-sizing: border-box;
    z-index: 3;
    transform: translate(0%, 0%);
    transition: all 1s ease;
    margin-bottom: 50px;
}

.scroll-site::before {
    position: absolute;
    top: 0px;
    left: 50%;
    content: '';
    width: 2px;
    height: 10px;
    margin-left: -1px;
    background-color: #e94247;
    border-radius: 10px;
    -webkit-animation: sdb10 1.5s infinite;
    animation: sdb10 1.5s infinite;
    box-sizing: border-box;
    transition: all 1s ease;
}

@-webkit-keyframes sdb10 {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0
    }

    40% {
        opacity: 1
    }

    80% {
        -webkit-transform: translate(0, 18px);
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@keyframes sdb10 {
    0% {
        transform: translate(0, 0);
        opacity: 0
    }

    40% {
        opacity: 1
    }

    80% {
        transform: translate(0, 18px);
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

.navbar-brand:hover:before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

.navbar {
    padding: 0;
    /*border-bottom: 1px solid #e6e6e6;*/
}

.button:hover {
    box-shadow: 0 0 30px rgb(187, 107, 107);
    color: #ffd4d4;
}

.nav-link {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    /*padding: 30px 10px;*/
    position: relative;
    transition: .3s all ease
}

.nav-link:before {
    position: absolute;
    content: '';
    bottom: -19px;
    width: calc(100% - 20px);
    left: 10px;
    opacity: 0;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    border-bottom: 4px solid #e94247;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.right-menu p {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin-right: 12px;
    margin: 0;
    position: relative;
    padding: 0 10px 0 55px;
    line-height: 48px;
    display: inline-block;
    transition: .5s all ease;
    cursor: pointer;
}

.right-menu p span {
    font-weight: 500;
    position: relative;
    z-index: 2;
   
}
.form-important {
    color: red;
    top: 15%;
    left:-15px;
    position: absolute;
    font-size: 30px;
}

.right-menu p.right-btn:before {
    content: "";
    width: 50px;
    height: 50px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-color: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 9px;
    position: absolute;
    left: 0;
    top: -1px;
    background-position: 14px center;
    background-repeat: no-repeat;
}
.lang-button:hover .right-btn:before {
    background-color: #f2f2f2;
    width: 100%;
}

.modal-select-chevron{
    position: absolute;
    right: 15px;
    top: 17px;
    color: rgba(0, 0, 0, 0.2);;
}
.effect select {
    background: transparent;
    z-index: 999;
}

.umid-animated-qiymet {
    padding: 7px 30px !important;
    height: 46px !important;
    border-radius: 30px !important;
    background-color: #be3232;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    animation-name: flash;
    color: #fff !important;
    margin: 0 0 0 20px !important;
    animation-duration: 1s;
    animation-iteration-count: infinite;

}

.umid-animated-qiymet span {
    font-weight: 600 !important;
}

@keyframes flash {
    0% {
        box-shadow: 0 0 0px rgb(187, 107, 107);
    }

    100% {
        box-shadow: 0 0 40px rgb(187, 107, 107);
    }
}

.right-menu p.right-btn.offer-price span {
    color: #e94247;
}

.right-menu .lang.az-lang:before {
    background: url('../img/az.png') center/cover no-repeat;
    background-position: 14px center;
    background-size:25px;
}
.right-menu .lang.ru-lang:before {
    background: url('../img/rus.png') center/cover no-repeat;
    background-position: 14px center;
    background-size:25px;
}
.right-menu .lang.en-lang:before {
    background: url('../img/uk.png') center/cover no-repeat;
    background-position: 14px center;
    background-size:25px;
}

.right-menu .offer-price:before {
    background-color: #f9e8e9;
    background-image: url('../img/bolt_black708a.svg?=1');
    background-position: 11px center;
    background-size: 24px;
}

.lang-button {
    display: inline-block;
}

.menu-drop {
    padding: 20px 0;
}

.lang-drop,
.menu-drop {
    position: absolute;
    background: white;
    opacity: 1;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    text-align: left;
}

.lang-drop li a,
.menu-drop li a {
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
    padding: 10px 50px;
    font-weight:500;
    line-height: 0;
    text-align: left;
    width: 100%;
    white-space: nowrap;
}

.lang-drop li a:before,
.menu-drop li a:before {
    content: none;
}

.sidebar-left {
    position: fixed;
    top: 0;
    left: 0;
    width: 80px;
    height: 100%;
    background: #fff;
    z-index: 6;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
}

.sidebar-right {
    position: fixed;
    top: 0;
    right: 0;
    width: 80px;
    height: 100%;
    background: #fff;
    z-index: 6;
}

.sidebar-menu {
    height: 84px;
    width: 100%;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    border-bottom: 1px solid#E6E6E6;
    border-left: 1px solid #E6E6E6;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 600;
    color: #000000;
}

.sidebar-menu:hover i {
    transform: scale(1.2);
}

.sidebar-menu i {
    font-size: 16px;
    will-change: transform;
    transition: all 0.3s;
}

.main-slider {
    position: relative;
    width: 100%;
    height: calc(100vh - 80px);
    min-height: calc(100vh - 80px);
    margin-bottom: 0px;
    /*opacity: 0;*/
     /*visibility: hidden; */
    /*transition: all 1.2s ease;*/
    background: url(../img/slider-back.html) no-repeat #F7F5F2 top left;
    background-size: contain;
}
@media only screen and (max-width: 700px){
    .main-slider{
        height: inherit !important;
        min-height: inherit !important;
    }
    .main-slider .slick-dots{
        padding: 30px 0 0px 0 !important;
        bottom: 20px !important;
    }
}
.main-slider .caption {
    width: 100%;
    /*max-width: calc(100% - 160px);*/
    margin: 0 auto;
    display: flex;
    align-items: center;
    position: relative;
    height: 100%;
    z-index: 2;
}

.main-slider .caption .caption-text {
    display: flex;
    align-items: flex-start;
    text-decoration: none;
    flex-direction: column;
    text-align: left;
    transition: all ease .5s;
    width: 53%;
    position: relative;
    z-index: 1;
}

.main-slider .caption .caption-text h1 {
    font-size: 46px;
    letter-spacing: -2.8px;
    margin: 0px;
    color: #332B2B;
    margin-right: 0;
    font-weight: bold;
    line-height: 1.1;
}

.main-slider .caption .caption-text p {
    margin: 0px;
    color: #000000;
    font-size: 20px;
    font-weight: normal;
    text-align: left;
    opacity: .8;
}

.btn.btn-orange {
    background: #be3232;
    color: #fff;
    position: relative;
    overflow: hidden;
    border: none;
    font-size: 14px;
    padding: 12.5px 26px;
    border-radius: 35px;
}

.btn.btn-orange:hover {
    background: #e94247;
}

.btn.btn-orange-fill:hover:before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}



.main-slider .caption .caption-text h1 span {
    display: block;
    color: #e94247;
    font-weight: bold;
}

/*.main-slider .slick-slide {*/
/*    position: relative;*/
/*    height: calc(100vh - 80px);*/
/*}*/

.btn.btn-orange-fill:before {
    position: absolute;
    content: '';
    bottom: 0px;
    left: 0;
    width: 100%;
    border: none;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    height: 100%;
    background: #332B2B;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    border-radius: 35px;
}

.btn.btn-orange span {
    position: relative;
    z-index: 1;
}

.main-slider .slick-slide .caption-img {
    transition: all ease .7s;
    opacity: 0;
}

.main-slider .slick-slide.slick-active .caption-img {
    opacity: 1;
}

.main-slider .slick-slide .caption .caption-img img.slide-img {
    width: auto;
    max-height: calc(100vh - 300px);
    height: auto;
    /*position: absolute;*/
    /*bottom: 0;*/
    /*right: 0;*/
    z-index: 0;
    opacity: 0;
    transition-delay: .5s;
    transform: translateX(100px);
    transition: all ease .5s;
}
.slide-middle-img-my{
    max-height: calc(100vh - 329px);
}
.slide-big-img-2-2{
        max-height: calc(100vh - 300px);
}
@media only screen and (max-width:1480px){
    .main-slider .slick-slide .caption .caption-img img.slide-img{
        max-height: calc(100vh - 290px);
    }
}
@media only screen and (max-width: 992px){
    .main-slider{
        min-height: inherit;
        height: inherit;
    }
}
.slide-small-img{
    max-height: calc(72vh - 100px) !important;
    max-width: 700px;
}
.slide-middle-img-my{
    max-height: calc(100vh - 370px);
}
.slider-big-img-my{
    max-height: 100vh !important;
}
.sli-1{
    height: 70vh !important;
}
.sli-5{
    max-height: calc(100vh - 200px) !important;
}
.slide-middle-img{
    max-height: calc(90vh - 100px) !important;    
}
@media only screen and (max-width:960px){
    .slide-middle-img{
    max-height: calc(70vh - 100px) !important;    
}
}
   .slide_big_img_3{
        max-width:750px !important;
        
    }
@media only screen and (min-width: 1570px){
    .slide_big_img_2{
        width:750px !important;
    }
    .slide_big_img_3{
        width:850px !important;
        max-width:850px !important;
        
    }
    .slide-middle-img{
            max-height: calc(90vh - 200px) !important;
    }
}
.slick-slide img{
    object-fit:cover;
}
.main-slider .slick-slide.slick-active .caption-img img.slide-img {
    opacity: 1;
    transition-delay: .5s;
    transform: translateX(0px);
}

.main-slider .slick-dots {
    display: block;
    width: auto;
    height: 6px;
    padding: 0px 0px 0px 0px;
    margin: 0;
    list-style: none;
    text-align: center;
    position: absolute;
    z-index: 3;
    bottom: 50px;
    left: 80px
}

.main-slider .slick-dots li {
    display: inline-block;
    vertical-align: top;
    width: 42px;
    height: 6px;
    margin: 0px 18px 0px 0px;
    position: relative;
}

body {
    padding-top: 85px;
}

.main-slider .slick-dots li button {
    width: 100%;
    height: 100%;
    border: none;
    cursor: pointer;
    border: none;
    box-shadow: none;
    /* vertical-align: middle; */
    font-size: 0;
    color: transparent;
    line-height: 0;
    background-color: #322F2C;
    transition: all 0.3s ease;
    opacity: .2;
    border-radius: 4px;
    margin: 0;
    padding: 0;
}

.main-slider .slick-dots li.slick-active button {
    box-shadow: none;
    opacity: 1;
    background: #e94247;
}

.slick-prev,
.slick-next {
    font-size: 34px;
    color: #ffffff;
    line-height: 0px;
    position: absolute;
    top: 50%;
    display: block;
    width: 35px;
    height: auto;
    padding: 0;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    outline: none;
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.main-slider .slick-arrow {
    width: 50px;
    height: 50px;
    font-size: 28px;
    bottom: 50px;
    right: 170px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 20px #00353010;
    border-radius: 35px;
    opacity: 1;
    color: #332B2B;
    top: auto;
    left: auto;
    z-index: 3;
    overflow: hidden;
}

.main-slider .slick-prev {
    right: 120px;
}

.main-slider .slick-next {
    right: 100px;
}
@media only screen and (max-width: 520px){
    .main-slider .slick-arrow {
    width: 50px;
    height: 50px;
    font-size: 28px;
    bottom: inherit;
    top: 50%;
    transform: translateY(-100%);
    right: 170px;
}
.main-slider .slick-prev {
    left: 20px;
    right: inherit;
}
.main-slider .slick-dots{
    left: 50% !important;
    width: 80%;
    right: inherit;
    transform: translateX(-50%);
}

}
.slick-next {
    right: 0px;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
}

.slick-prev {
    left: 0px;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
}

.main-slider .slick-prev:before {
    width: 100%;
    height: 100%;
    background-color: #e94247;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    content: "";
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    right: -100%;
    z-index: -1;
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f12c";
    line-height: 1.8;
    color: #fff;
}

.main-slider .slick-next:before {
    width: 100%;
    height: 100%;
    background-color: #e94247;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    content: "";
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    left: -100%;
    z-index: -1;
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f135";
    line-height: 1.8;
    color: #fff;
}

.main-slider .slick-next i,
.main-slider .slick-prev i {
    transition: all ease .3s;
    position: relative;
}

.main-slider .slick-prev i {
    right: 0;
}

.main-slider .slick-next i {
    left: 0;
}

.main-slider .slick-prev:hover:before {
    right: 0;
}

.main-slider .slick-prev:hover i {
    right: 50%;
    opacity: 0;
}

.main-slider .slick-next:hover:before {
    left: 0;
}

.main-slider .slick-next:hover i {
    left: 50%;
    opacity: 0;
}

#products {
    padding: 50px 130px;
    position: relative
}

.product-item-wrapper {
    border: 1px solid #eaeaea;
    padding-top: 25px;
    width: 100%;
    min-height: 100%;
    background: #fff;
    position: absolute;
}

.product-item-wrapper:hover {
    box-shadow: 0 3px 20px 3px #eaeaea;
    z-index: 2;
}

.product-badge-wrapper {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: -1px;
    left: -1px;
}

.product-badge {
    text-align: center;
    transform: rotate(-45deg);
    position: relative;
    padding: 1px 0 3px;
    top: 10px;
    left: -35px;
    width: 113px;
    background-color: #ebb134;
    color: #fff;
    font-size: 14px;
}

.product-badge-green {
    background: #82c21d;
}

.product-item-top {
    height: 45px;
    line-height: 18px;
    margin-bottom: 16px;
    text-align: center
}

.product-item-title {
    color: #000;
    line-height: 18px;
    font-size: 14px
}

.product-item-color {
    color: #999;
    padding: 0 5px;
    font-size: 14px
}

.product-item-picture {
    height: 198px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-item-picture img {
    max-width: 100%;
    max-height: 120px;
    object-fit: contain
}

.product-item-price {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
    margin-top: 20px;
}

.product-item-credit {
    white-space: nowrap;
    color: #999;
    padding: 3px 5px;
    display: inline-block;
    margin: 0 auto 5px;
}

.product-item-bottom {
    text-align: center
}

.product-item-wrapper:hover .product-item-buttons {
    display: block;
}

.product-item-buttons {
    display: none;
    padding: 0 10px 15px;
}

.btn-outline-warning {
    border: 1px solid #e94247;
    width: 100%;
    color: #e94247;
    background: transparent;
    text-align: center;
    margin-top: 10px;
    border-radius: 4px;
    font-weight: 700;
    transition: .5s all ease
}

.btn-outline-warning:hover {
    background: #e94247;
    color: #fff;
}

.product-item {
    height: 370px;
    width: 100%;
    display: inline-block;
    position: relative;
}

.title {
    margin-bottom: 50px;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
}

.hamburger {
    cursor: pointer;
    margin: auto;
    transform: rotate(0);
    transition: .5s ease-in-out;
    -webkit-transform: rotate(0);
    width: 30px;
    height: 20px;
}


.facebook:hover {
    background-color:#3b5998 !important;   
    box-shadow: 0 7px 14px 0 #3b5998;
    border-radius:50%;
}
.instagram:hover {
    background-color:#E4405F !important;
    box-shadow: 0 7px 14px 0 #E4405F;
    border-radius:50%;
}
.tiktok:hover{
    background-color:#000 !important;
    box-shadow: 0 7px 14px 0 #000;    
    border-radius:50%;
}

.linkedin:hover {
    background-color:#0072b1  !important;
    box-shadow: 0 7px 14px 0 #0072b1; 
    border-radius:50%;
}

.youtube:hover {
    background-color:#c4302b !important;
    box-shadow: 0 7px 14px 0 #c4302b; 
    border-radius:50%;
}

.hamburger div {
    background: black;
    border-radius: 9px;
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    transform: rotate(0);
    transition: .25s ease-in-out;
    -webkit-transform: rotate(0);
    width: 100%;
}

.hamburger div:nth-child(1) {
    top: 0;
}

.hamburger div:nth-child(2),
.hamburger div:nth-child(3) {
    top: 10px;
}

.hamburger div:nth-child(4) {
    top: 20px;
    width: 85%;
}

.navbar-toggler {
    border: none;
}

.modal-header {
    padding: 0 60px 20px 60px;
    border: none;
    display:flex;
    align-items:center;
}

.modal-content {
    border-radius: 10px;
    padding-top: 10px;
    position: relative;
}

.modal-body {
    padding: 0 60px 60px;
}

.modal-content .close::before,
.modal-content .close::after {
    background: #282828;
    border-radius: 2px;
    content: '';
    display: block;
    position: absolute;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.modal-content .close {
    display: block;
    height: 20px;
    opacity: .5;
    position: absolute;
    right: 40px;
    top: 38px;
    width: 20px;
    z-index: 100;
    padding: 0;
    outline: transparent;
}

.modal-content .close::after {
    left: 50%;
    height: 100%;
    margin-left: -1px;
    top: 0;
    width: 2px;
}

.modal-content .close::before {
    left: 0;
    height: 2px;
    margin-top: -1px;
    top: 50%;
    width: 100%;
}
@media only screen and (min-width: 1400px){
    .main-slider .slick-slide .caption .caption-img img.slide-img{
        max-height: calc(100vh - 250px);
    }
}
@media (max-width: 1199.98px) {
    .page-content-box img {
        height: auto;
    }

    .office-contacts p {
        margin-bottom: 20px;
    }
}

@media (max-width: 991.98px) {
    header.active {
        height: 100%;
        overflow: scroll;
    }

    .navbar-nav {
        margin-top: 80px;
    }

    .modal-body {
        padding: 0 30px 30px;
    }

    .modal-header {
        padding: 0 30px 20px 30px;
    }

    .office-contacts p {
        width: 100%;
    }

    .page-content-box {
        font-size: 14px;
        padding: 20px;
    }

    .page-content-box img {
        width: 100%;
    }

    .frst-sp {
        margin: 50px 0 10px;
    }

    .footer-social {
        /*margin-top: 50px;*/
    }

    #call-to-action h5 {
        font-size: 25px;
    }

    #call-to-action p {
        font-size: 14px;
        margin-bottom: 30px;
    }

    #call-to-action a {
        padding: 15px 33px;
        font-size: 14px;
    }

    .step p {
        font-size: 14px;
    }

    .step h4 {
        font-size: 16px;
        margin: 12px 0;
    }

    #call-to-action {
        padding: 40px;
    }

    .descr-wrap {
        flex-wrap: wrap;
    }

    .controls {
        margin-top: 10px;
    }

    #carousel-examp button {
        width: 30px;
        height: 30px;
    }

    .descr-wrap p {
        font-size: 14px;
    }

    #carousel-examp {
        margin-left: 10px;
    }

    .descr-wrap a {
        font-size: 14px;
        line-height: 22px;
    }

    .steps-block {
        justify-content: center;
    }

    #examples h2 {
        font-size: 40px;
    }

    .copy,
    .siteby {
        /*margin-top: 30px;*/
        text-align: center;
        font-size: 11px;
    }

    footer h5 {
        font-size: 25px;
        line-height: 1.3;
    }

    .step {
        margin: 10px 10px 30px;
    }

    .lang-drop {
        display: none;
        transform: none;
        bottom: 50px;
        min-width: 124px;
    }

    .lang-drop.active {
        display: block;
    }

    .step::before {
        content: none;
    }

    .menu-drop {
        position: static;
        transform: none;
        display: none;
        transition: none;
    }

    .lang-drop li a {   
        padding: 9px 15px;
        text-align: center;
    }

    .lang-drop li a,
    .menu-drop li a {
        line-height: inherit;
    }

    .reviews-text {
        margin-bottom: 0;
    }

    #reviews h2 {
        margin-bottom: 10px;
        margin-top: 0;
    }

    .navbar-nav .nav-link {
        padding: 20px 0;
    }

    .main-slider .slick-next {
        right: 35px;
        /*transform: none;*/
    }

    .main-slider .slick-prev {
        right: 75px;
        /*transform: none;*/
    }

    .main-slider .caption .caption-text h1 span {
        display: inline;
        margin-left: 3px;
    }

    /*.main-slider {*/
    /*    opacity: 1;*/
    /*    min-height: inherit;*/
    /*    height: auto;*/
    /*}*/

    .main-slider .slick-slide {
        height: 100%;
    }

    .main-slider .caption .caption-text h1 {
        font-size: 30px;
    }

    .main-slider .caption .caption-text p {
        font-size: 16px;
    }

    #partners,
    #our-work,
    #reviews,
    #examples,
    footer {
        padding: 50px 0;
    }

    .right-menu {
        display: flex;
        align-items:center;
        justify-content: space-between;
    }

    body {
        padding-top: 70px;
    }

    header {
        /*padding: 15px;*/
    }

    .sidebar-left,
    .sidebar-right {
        display: none;
    }

    #slider {
        /*max-width: 100%;*/
    }

    .main-slider .caption .caption-text {
        width: 100%;
        padding: 15px;
    }

    .main-slider .slick-slide .caption .caption-img img.slide-img{
        position: static;
        max-height: 345px !important;
        object-fit:cover;
    }
    .main-slider .slick-slide .caption .caption-img img.slide-img.slide-middle-img-my{
        max-height: 280px !important;
    }
    
    .trust-us__top-desc{
        text-align: center;
        padding: 0;
    }
    
.sli-5{
    max-width: 480px !important;
}

    .main-slider .caption {
        max-width: 100%;
        padding-bottom: 50px;
        padding-top: 20px;
    }

    .main-slider .slick-dots {
        left: 15px;
    }

    .navbar {
        border-bottom: none;
    }


    .stands-page .row-section a {
        width: 48%;
    }

    .stands-page .row-section .dleplyrplayer {
        width: 48% !important;
    }

    .about-page .quote .highslide {
        width: 48%;
    }
}
.callin{
    display: none;
}
@media (max-width: 767.98px) {
    .main-slider .caption .caption-text {
        align-items:center !important;
    }
    .callin{
        display: block;
        position: fixed;
        bottom: 40px;
        z-index: 6;
        right: 10px;
        width: 50px;
    }
    .callin img{
        width: 100%;
        object-fit: contain;
    }
    .callin_2{
        left: 10px;
    }
    
    
    .example-box {
        margin-bottom: 30px;
    }

    .portfoliio-full .highslide,
    .services-full .highslide {
        width: 50%;
        height: 200px;
    }

    .stands-page .row-section a {
        width: 100%;
    }

    .stands-page .row-section .dleplyrplayer {
        width: 100% !important;
    }

    .about-page .quote .highslide {
        width: 100%;
    }
}
@media only screen and (max-width:768px){
    .main-slider .caption {
        flex-direction: column;
    }
     .main-slider .caption .caption-text {
        order: 1;
    }
    .umid-animated-qiymet span{
        font-size: 12px;
    }
}
@media (max-width: 575.98px) {

    .portfoliio-full .highslide,
    .services-full .highslide {
        width: 100%;
        height: auto;
    }

    #partners img {
        padding: 15px;
    }

    .main-slider .caption .caption-text h1 {
        font-size: 19px;
        letter-spacing: -1px;
    }

    .main-slider .caption .caption-text p {
        font-size: 12px;
        margin-top: 15px !important;
    }

    .caption-text .btn.btn-orange {
        margin-top: 20px !important;
        padding: 8px 24px;
    }



   
}

@media (max-width: 1199.98px) and (min-width: 991.98px) {
    .reviews-text {
        font-size: 13px;
        min-height: 115px;
    }
.navbar-logo img{
    width:110px;
}
.slide-middle-img-my{
    max-height: calc(100vh - 329px);
}
    .step {
        margin-bottom: 30px;
    }

    .right-menu .lang:before,
    .right-menu .offer-price:before {
        width: 25px;
        height: 25px;
    }

    .main-slider .caption .caption-text h1 {
        font-size: 30px;
    }

    .main-slider .caption {
        max-width: calc(100% - 100px);
    }

    .main-slider .caption .caption-text p {
        font-size: 16px;
    }

    .main-slider .slick-slide .caption .caption-img img.slide-img {
        max-height: calc(100vh - 350px);
        top: 22%;
    }

    body {
        padding-top: 79px;
    }

    .navbar-brand img {
        height: 33px;
    }

    .sidebar-menu {
        height: 79px;
    }

    

    .right-menu .offer-price:before {
        background-size: 17px;
        background-position: 5px center;
    }

    .right-menu p {
        padding: 0 10px 0 48px;
        /*line-height: 25px;*/
    }

    .nav-link,
    .right-menu p {
        font-size: 13px;
    }

    .navbar-brand {
        margin-right: 10px;
    }
}

@media (max-width: 400px) {
    .caption-text .btn.btn-orange {
        padding: 8px 12px;
        font-size: 12px;
    }
}

@media (min-width: 991.98px) {
    .right-menu p:hover {
        padding: 0 20px 0 45px;
    }

    .right-menu p:hover:before {
        width: 100%;
    }

    .lang-drop li a:hover,
    .menu-drop li a:hover {
        background: #f7f7f7;
        padding: 20px 50px;
    }

    .lang-button:hover .lang-drop,
    .nav-drop:hover .menu-drop {
        opacity: 1;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    .nav-link:hover:before {
        opacity: 1;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    .nav-link:hover {
        color: #e94247;
    }
}

.mygrid-full-story {
    display: grid;
    grid-template-columns: 33.2% 33.2% 33.2%;
    justify-content: start;
    gap: 15px;
}

.mygrid-full-story a {
    width: 100%;
    height: 100%;
}

.mygrid-full-story a img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

/*.my-grid-2 {
    display: grid;
    grid-template-columns: 55% 45%;
    justify-content: start;
    gap: 15px;
}*/

@media only screen and (max-width:992px) {
    .mygrid-full-story {
        grid-template-columns: 50% 50%;
    }
}

@media only screen and (max-width:768px) {
    .mygrid-full-story {
        grid-template-columns: 100%;
    }
    
    .footer-top-button__desktop {
        display: none;
    }
    
    .footer-top-button__mobile {
        display: block!important;
    }
}

.projects .owl-prev,
.projects .owl-next {
    display: none !important;
}

@media only screen and (min-width:1500px) {
    .slider-big-img {
        width: 100% !important;
        object-fit: contain;
        aspect-ratio: 3/3;
    }
}

.wp-dis {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
}

.icon-2 {
    transform: rotateY(-180deg);
}

@keyframes rotateAnimation {
    0% {
        transform: translate(12px, 0px);
    }
    50% {
        transform:  translate(-12px, 0px);
    }
    100% {
        transform:  translate(12px, 0px);
    }
}



@keyframes rotateAnimation2 {
    0% { transform:rotateY(194deg) translate(12px, 0) ; }
50% { transform:rotateY(194deg) translate(-12px, 0) ; } 
100% { transform:rotateY(194deg) translate(12px, 0) ; }
}
.wp-dis .icon-2 {
      animation: rotateAnimation2 2s linear infinite;
}
.wp-dis .icon-1
 {
    animation: rotateAnimation 2s linear infinite;
    transform-origin: center;
}



/*.wp-dis:hover .icon {*/
/*    -moz-transform: rotate(180deg) translate(-34px, 0px);*/
/*    -webkit-transform: rotate(180deg) translate(-34px, 0px);*/
/*    -o-transform: rotate(180deg) translate(-34px, 0px);*/
/*    -ms-transform: rotate(180deg) translate(-34px, 0px);*/
/*    transform: rotateY(0deg) translate(12px, 0px);*/
/*}*/

/*.wp-dis:hover .icon-2 {*/
/*    -moz-transform: rotate(180deg) translate(-34px, 0px);*/
/*    -webkit-transform: rotate(180deg) translate(-34px, 0px);*/
/*    -o-transform: rotate(180deg) translate(-34px, 0px);*/
/*    -ms-transform: rotate(180deg) translate(-34px, 0px);*/
/*    transform: rotateY(180deg) translate(12px, 0px);*/
/*}*/

.hamburger-content {
    display: none;
}

@media only screen and (max-width:1300px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 0;
        padding-right: 8px;
        font-size: 13px;
        font-weight: 500;
    }
}

@media only screen and (max-width:1260px) {
    header {
        padding: 10px 0;
        /*height: 76px;*/
    }

    nav {
        height: 100%;

    }

    .lang-button a {
        line-height: 48px;
        padding: 0 10px 0 55px;
    }
}

@media only screen and (max-width:992px) {
    .career-full .career-wrap {
        flex-direction:column;
    }
    .career-full .career-wrap .short-content {
        width:100%;
    }
    .career-full .career-wrap .full-content {
        width:100%;
    }
    
    .second-navbar-with-hamburger {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    #slider {
        /*margin: 76px 0 0 0;*/
    }

    header {
        /*height: 76px;*/
    }

    .lang-button:hover .lang-drop,
    .nav-drop:hover .menu-drop {
        opacity: 1;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    nav {
        display: none !important;
    }

    .main-slider .caption {
        justify-content: center;
    }

    .hamburger-content {
        position: fixed;
        display: block;
        overflow-y: auto;
        width: 100%;
        height: calc(100vh - 76px);
        top: 76px;
        left: 500%;
        background: #fff;
        transition: ease-in-out .3s;
    }
    .my-las-line-ani{
        width: 30% !important;
        background: red !important;
    }
    .hamburger-content ul {
        padding: 20px ;
    }

    .main-ul-ham {
        padding: 20px 30px !important;
        flex-direction: column;
        gap: 30px;
        display: flex;
    }

    .main-ul-ham li {}

    .main-ul-ham li span,
    .main-ul-ham li a {
        font-size: 18px;
        cursor: pointer;
        display: block;
        width: 100%;
    }
    .opened-ham{
        left: 0;
    }
    .main-ul-ham li li span i {}

    .main-ul-ham li a {}

    .my-accor {
        display: none ;
    }

    .my-accor ul,
    .my-accor li {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .ham-icon {
        display: flex;
        margin-left: 20px;
        flex-direction: column;
        cursor: pointer;
        gap: 5px;
        width: 32px;
        justify-content: center;
    }

    .ham-icon p {
        padding: 1.5px 0;
        margin: 0;
        min-height: 2px;
        display: block;
        width: 100%;
        background: #000;
    }
}

@media only screen and (max-width:560px) {
    .navbar-logo img {
        width: 90px;
    }

    .right-menu p.right-btn:before {
        width: 37px;
        height: 37px;
        background-size: 14px;
        background-position: center;
        top: 50%;
        transform: translateY(-50%);
    }

    .right-menu {
        align-items: center;
    }

    .umid-animated-qiymet {
        padding: 4px 20px !important;
        height: 39px !important;
        margin: 0 0 0 10px !important;
    }

    .right-menu p span {
        font-size: 12px;
    }
}

@media only screen and (max-width:480px) {
    .lang {
        display: none !important;
    }
    .ham_lang{
        /*gap: 15px;*/
        justify-content: center;
        align-items:center;
    }
    .ham_lang li:not(:last-child){
        border-right: 1px solid #000;
    }
    .ham_lang li{
        padding:10px;
    }
    
    .ham_lang li img{
        max-width: 30px;
        object-fit:contain;
        height: 20px;
        box-shadow: 0 0 8px #eaeaea;
    }
}

@media only screen and (max-width:340px) {
    .right-menu p {
        /*padding: 3px 10px !important;*/
        /*height: 36px !important;*/
        /*margin: 0 0 0 5px !important;*/
    }

    .right-menu p span {
        font-size: 10px;
    }

    .navbar-logo img {
        width: 70px;
    }

    .ham-icon {
        display: flex;
        margin-left: 20px;
        flex-direction: column;
        cursor: pointer;
        gap: 5px;
        width: 25px;
        justify-content: center;
    }
}
.sertifikat{
    display:flex !important;
    justify-content:center;
    gap:30px;
    align-items:center;
    flex-wrap:wrap;
}
.sertifikat a.highslide{
    text-align:center;
}
.page-content img {
    width:100%;
}
.sertifikat img{
    width:320px;
    min-width:320px;
    height:468px;
    border:none;
    object-fit:contain;
}
@media only screen and (max-width:770px){
    .sertifikat img{
    width:210px;
    min-width:210px;
    height:initial;
    object-fit:contain;
}
}
@media only screen and (max-width:640px){
    .sertifikat img{
    width:100%;
    min-width:100%;
    height:408px;
    object-fit:contain;
}
}
.fasad {
    color: #e11d25;
    font-weight:900;
}
    .haqqimizda-dropown{
        width: 280px !important;
    }
/*@media only screen and (max-width:1000px){*/
/*.slider-big-img-my{*/
/*    width:110% !important;*/
/*    height:120% !important;*/
/*}*/
/*.slide-small-img{*/
/*    width:60% !important;*/
/*    height:60% !important;*/
/*}*/
/*}*/

.br-l{
    border-left: 1px solid gray;
}
.highslide-move,.highslide-full-expand,.highslide-play,.highslide-pause{
    display:none;
}
.highslide-controls ul{
    left: 0 !important;
    position: relative;
    width:100%;
    height: 100%;
}
.highslide-controls li{
    position: absolute;
}
.highslide-previous{
    left: 20px;
    display:none !important;
    top: 50%;
    transform: translateY(-50%);
}
.highslide-next{
    right: 20px;
    top: 50%;
    display: none !important;
    transform: translateY(-50%);
}
.highslide-close,.highslide-close a{
    left: 0px;
    top: 0px;
    width: 100% !important;
    height: 100% !important;
    background: transparent !important;
}
.highslide-controls a{
    width: 50px;
    height: 50px;
    font-size: 28px;
    background: transparent;
    box-shadow: 0px 10px 20px transparent;
    border-radius: 35px;
    opacity: 1;
    cursor: pointer;
    color: #332B2B;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
    z-index: 3;
    overflow: hidden;
}

.highslide-controls a span{
    display: block !important;
    
}
.highslide-controls a{
    background: none;
}
.highslide-wrapper div{
    margin: 0;
    width:100%;
    height: 100%;
}
.xidmetler_vid{
    padding: 100px 0 0 !important;
    row-gap: 30px;
}
.xidmetler_vid iframe{
    width: 100%;
    height: 270px;
}
.inner_form .swi{
    height: 100%;
    width: 100%;
}
.inner_form .row_my{
    display: grid;
    grid-template-columns: 55% 45%;
    align-items:start;
    gap: 30px;
    justify-content: center;
}
.inner_form .swi.inner_form_logo {
    width: 200px;
}
.inner_form{
    /*margin: ;*/
    padding: 0 0 0 50px;
}
.inner_form{
    position: relative;
}
.inner_form .row_my{
    position: relative;
    z-index: 3;
}
.inner_form::after{
    background:url("../img/bgFBC.jpg") center/cover repeat ;
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    z-index: 2;
    left: 0;
    content: '';
    opacity: 1;
}
.inner_row_left{
    padding: 30px 0;
}
.inner_form h1{
    padding: 25px 0;
    font-size: 32px;
    width: 402px;
    font-weight: 600;
    color: #565656;
}
.inner_form form{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.inner_form form label{
    padding: 10px 15px;
    display: flex;
    position:relative;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    border: 1px solid #000;
    background: transparent;
    outline: none;
    border-radius: 20px;
    font-weight: 600;
    height: 46px;
}
.inner_form form label select{
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 20px;
    border-radius: 20px;
        font-weight: 600;
    border: none;
    outline: none;
    background: transparent;
    width: 100%;
    height: 100%;
}
.inner_form form input{
    /*padding: 10px 15px;*/
    border: none;
    background: transparent;
    outline: none;
    font-weight: 600;
}
.inner_form form button{
    padding: 10px 15px;
    background: #565656;
    color: #fff;
    border-radius: 20px;
    transition: .3s;
    border: 1px solid #565656;
}
.inner_form form button:hover{
    background: transparent;
    color: #565656;
}
.succes_modal{
    position: fixed;
    top: 50%;
    display: none;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}
.suc_modal_content{
    padding: 20px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 0 10px #7f7f7f;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
}
.succes_modal.active{
    display: block;
}
.suc_modal_content h5{
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    line-height: 1.25;
}
.suc_modal_content p{
    font-size: 17px;
}
.suc_modal_content img{
    width: 120px;
    object-fit: contain;
    margin: 0 auto;
}
.suc_modal_content button{
    padding: 14px 20px;
    width: 100%;
    border: 1px solid #000;
    text-align: center;
    outline: none;
}
.inner_form .swi img{
    height: 100%;
    
    object-fit:cover;
    object-position: top;
}
.inner_form .swi > * {
    height: 100%;
}
.inner_form .swi  .swiper-wrapper,.inner_form .swi  .swiper-wrapper .swiper-slide{
    height: 100% !important;
}
@media only screen and (max-width: 992px){
    .inner_form .row_my{
        grid-template-columns: 100%
    }
    .inner_form{
        padding: 0;
    }
    .inner_form .swi{
        display: none;
    }
}