* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style-type: none;
  font-family: "Montserrat", sans-serif;
}

.py-5 {
    padding-top: 6rem !important;
    padding-bottom: 1rem !important;
}

a {
    color: inherit;
    text-decoration: none !important;
}

.myContainer {
  max-width: 1400px;
}

main section {
  padding: 50px 0;
}
.innerGrid.layiheGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 15px;
}
  .dropdown:hover .dropdown-menu {
    display: block;
  }

  .dropdown {
    position: relative;
    display: inline-block;
  }

  .dropdown-menu {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    z-index: 1000;
  }

  .dropdown-menu a {
    color: black;
    padding: 4px 2px;
    text-decoration: none;
    display: block;
    font-size:15px !important;
  }

  .dropdown-menu a:hover {
    background-color: #f1f1f1;
  }
.language button i{
    transition:.3s ease-in-out;
}
.language button i.show{
    transform:rotate(-180deg);
}
.language {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}

.language .language_dropdown {
    position: absolute;
    top: 82%;
    width: max-content;
    min-width: 95px;
    right: -43px;
    z-index: 2;
    background: white;
    padding: 0px 0;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    display: flex;
    flex-direction: column;
    opacity: 0;
    max-height: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, max-height 0.3s ease, visibility 0.3s ease, margin 0.3s ease;
    overflow: hidden;
    row-gap: 5px;
}

.language .language_dropdown.show {
  max-height: 300px;
  opacity: 1;
  visibility: visible;
  margin-top: 10px;
}

.language .language_dropdown li {
  background: transparent;
  line-height: 30px;
  transition: .3s ease-in-out;
}
.language .language_dropdown li a{
    padding:0 10px;
    display:block;
    width:100%;
    height:100%;
    text-transform: capitalize;
}
.d-header__right.language {
    position: relative;
}
.d-header__right .language button i {
    transition: .3s ease-in-out;
}
.language button {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 0;
    font-size: 14px;
    cursor: pointer;
    border: none;
    color: #646464;
    background: transparent;
}
.detail h4 {
    font-style:italic;
}
.cards-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.85fr 0.85fr;
  grid-template-rows: auto auto;
  gap: 16px;
}

.card.small:nth-child(1) {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
  min-height: 600px;
}

.card.small:nth-child(2) {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  min-height: 350px;
}

.card.small:nth-child(3) {
  grid-column: 3 / 4;
  grid-row: 1 / 2;
  min-height: 350px;
}

.card.small:nth-child(4) {
  grid-column: 2 / 4;
  grid-row: 2 / 3;
  min-height: 260px;
}

.card.small {
  min-height: 350px; /* Oman və Qatar üçün hündürlük artırıldı */
}


/* All Cards */
.card {
  background-size: cover;
  background-position: center;
  border-radius: 16px;
  color: white;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 16px;
  min-height: 280px;
  overflow: hidden;
}

/* Gradient for readability */
.card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  z-index: 0;
}

/* Content Styling */
.card .label {
  position: absolute;
  top: 12px;
  left: 12px;
  background: white;
  color: black;
  font-weight: bold;
  padding: 4px 10px;
  border-radius: 8px;
  font-size: 14px;
  z-index: 1;
}

.card .content {
  position: relative;
  z-index: 1;
}

.card .content h3 {
    color: #fff;
    font-style:italic;
    font-size: 25px;
    font-weight: 700;
    margin: 0 0 9px;
    text-shadow: 0 3px 6px rgba(0, 0, 0, .5);
  }

.card .footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 14px;
}

.card .footer button {
  background: white;
  color: black;
  border: none;
  padding: 6px 16px;
  border-radius: 20px;
  cursor: pointer;
  font-weight: bold;
}

.time {
 font-size: 17px;
  margin-top: 10px;
  color: #ffcc00;
  font-weight: bold;
}




#blog {
    padding: 3rem 0;
    background-color: #F6F7F9;
}
.services-redirect-button {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex: 1;
}
.button {
  padding: 12px 24px;
  color: black;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  font-style:italic;
}

/*.button:hover {*/
/*  background-color: #0056b3;*/
/*  transform: translateY(-2px);*/
/*}*/

.button span {
  display: inline-block;
}
.full-story h4 {
    margin-bottom: 20px;
}
.flex1:first-of-type {
    border-top: 1px solid #c4c4c4;
    /*font-weight: 700;*/
}
.flex1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #c4c4c4;
    padding: 19px;
    /*font-weight: 700;*/
}
.word {
    font-weight:700;
}
.style_CardHome__overlay__29HTj {
    position: absolute;
    z-index: 2;
    background: linear-gradient(180deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .1));
    opacity: .7;
    width: 100%;
    height: 100%;
}
.detail p{
    padding-top: 25px;
    font-weight:700;
}
.style_CardHome__content__lCH_q {
        position: absolute;
    z-index: 4;
}
.style_scrollCard__paginator__15N19 {
    display: flex;
    flex: 0 0 auto;
    max-width: 100%;
    padding-left: 16px;
    gap:15px;
}
.style_CardHome__text__subtitle__wwSCu {
    margin-top: 16px;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.service-content {
    line-height: 2;
}

.service-content img {
    height: 400px;
    /*width: 100%;*/
    object-fit: cover;
}
.style_ctaOnlyIcon__TYeK7 .style_cta__button__MRxy_ {
    margin-left: 0;
    margin-right: 0;
}
.style_ctaOnlyIcon__TYeK7:not(.style_fullIcon__A5YxT).style_cta__sizelg__iDUX5 {
    width: calc(42px + 2px);
    flex-shrink: 0;
}
.style_scrollCard__title__wrapper__Iz0zS {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    align-items: center;
}
.style_scrollCard__title__76jyk {
    flex: 1 1 0;
    min-width: 0;
    overflow: hidden;
}
.backclass {
    padding-top:68px;
}
/*.style_cta-secondary__sy1V1.style_cta__bgdark__kBdyF.style_xDisabled__4rOqT {*/
    /* color: #555; */
/*    background-color: transparent;*/
/*    border-color: #323232;*/
/*}*/
/*.style_cta-secondary__sy1V1.style_cta__bgdark__kBdyF.style_xDisabled__4rOqT {*/
/*    color: #555;*/
/*    background-color: transparent;*/
/*    border-color: #323232;*/
/*}*/
.style_cta-secondary__sy1V1.style_cta__bgdark__kBdyF.style_xDisabled__4rOqT path:not(.invertHover) {
    stroke: #555;
}
.style_CardHome__img__YBVsT {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    overflow: hidden;
}
.swiper-slide img {
    max-width: 100%;
    height: 100%;
    
}
.style_CardHome__content__lCH_q {
    padding: 32px 15px;
}
.style_CardHome__text__X0Whs h3 {
    font-weight: 900;
    color: #FCFCFC;
}
.style_tab__header__menu__mg4Im:focus-visible {
    border-radius: 4px;
    box-shadow: inset 0 0 0 2px var(--neutral_950);
    padding-left: 8px;
    padding-right: 8px
}

.style_CardHome___Pj5u {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    background: #fcfcfc;
    aspect-ratio: .8
}
.style_scrollCard__slider___7Mt9>div .swiper-slide.style_xHover__dQDTb {
    transition: all .2s ease-out;
}
.catalog-detail-page__features {
    margin-top: 50px;
}
.product-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.score-stars__item {
    width: 17px;
    height: 17px;
    display: flex;
    align-items: center;
    justify-content: center
}

.catalog-detail-page .technologies-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    background-color: #f5f5f5;
    padding: 10px
}

.catalog-detail-page .technology-label {
    display: inline-flex;
    align-items: center
}

.catalog-detail-page .technology-label__wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 5px 10px;
    transition: background-color .3s ease
}

.catalog-detail-page .technology-label__text {
    color: #000;
    font-size: 18px;
    font-family: 'Arial',sans-serif,-apple-system;
    font-weight: 400;
    transition: color .3s ease
}

.catalog-detail-page .technology-label [type=radio] {
    display: none
}

.catalog-detail-page .technology-label [type=radio]:checked~.technology-label__wrap {
    background-color: #00b7f1
}.product-feature {
    margin: 0;
    padding: 30px;
    border: 1px solid #e6eef1;
    border-radius: 5px;
    transition: background ease .2s;
}
.product-feature__icon {
    display: flex;
    margin-bottom: 20px;
    width: 80px;
    height: 80px;
}
.product-feature__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.product-feature__title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #000;
}
.product-feature__description {
    font-size: 16px;
    color: #797979 !important;
    
}
.product-feature:hover {
    background: linear-gradient(112.85deg, #00b7f1 -1.23%, #14315b 85.56%);
}
.product-feature:hover .product-feature__icon img {
    filter: brightness(0) invert(1); /* ikonu ağ göstərmək üçün */
}

.product-feature:hover .product-feature__title,
.product-feature:hover .product-feature__description {
    color: #fff !important;
}
.about-all-sides {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(242, 242, 242, 1);
    margin-top: 30px;
}
.about-full-left-side{
    /*border-right: 1px solid rgba(242, 242, 242, 1) ;*/
    width: 100%;
    padding: 30px 30px 0 0;
}
.abouts-left-side-avtor-all{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.about-left-side-full-title h2 {
    font-size: 32px;
    line-height: 40px;
    padding: 20px 0 50px 0;
    font-weight: 600;
}
.post-share-icons {
    text-align: center;
    padding: 70px 0 40px 0;
}
.post-share-icons h5 {
    font-size: 30px;
    line-height: 36px;
}
.down-icons {
    padding: 20px 0 0px 0;
    justify-content: center;
}
.about-right-side-other-blog:hover .other-blog-img h5{
    opacity:0.8;
}
.down-icons {
    display: flex;
    gap: 13px;
    flex-wrap: wrap;
    align-items: center;
}
.down-icons a{
    margin: 0 20px 0 0 ;
    width: 45px;
    height: 45px;
    color: aliceblue;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50% ;
    font-size: 20px;
    transition:.3s;
}
.down-icons a:last-child{
    margin:0 ;
}
.down-icons a:hover{
    background:transparent;
}
.post-facebook{
    background: #3B5998;
    border: 2px solid #3B5998;
}
.post-facebook:hover{
    color:#3B5998;
}
.post-whatsapp{
    background: rgb(77, 194, 71);
    border: 2px solid rgb(77, 194, 71);
}
.post-whatsapp:hover{
    color: rgb(77, 194, 71);
}
.post-pinterest{
    background: rgb(203, 32, 39);
    border:2px solid rgb(203, 32, 39);
}
.post-pinterest:hover{
    color: rgb(203, 32, 39);
}
.post-twitter{
    background: #009be9;
    border:2px solid #009be9;
}
.post-twitter:hover{
    color:#009be9;
}

.services_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.services_box .box_item {
    position: relative;
    margin: 2px;
}

.services_box .box_item{
    width: calc(50% - 4px);
    height: 230px;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.services-cat .services_box .box_item:nth-child(5), 
.services-cat .services_box .box_item:nth-child(6), 
.services-cat .services_box .box_item:nth-child(7),
.services-cat .services_box .box_item:nth-child(12),
.services-cat .services_box .box_item:nth-child(13),
.services-cat .services_box .box_item:nth-child(14){
    width: calc(33.33% - 4px);
    /*height: 245px;*/
}
.services-cat .box_item a:hover::before,
.services .box_item:not(:first-child) a:hover::before{
    background: rgba(0, 0, 0, 0.6);
}
.services .services_box .box_item:first-child a {
    display: block;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.services-cat .box_item a:before, .services .box_item:not(:first-child) a::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    transition: 0.3s linear;
}
.services .services_box .box_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.services .box_item .title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 22px;
    font-weight: 600;
    width: 100%;
    text-align: center;
    padding: 0 10px;
}
.page-content-box {
    background-color: white;
    padding: 40px;
    border-radius: 12px;
    width: 100%;
}
.office-contacts {
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.office-contacts p {
    margin: 0;
    background: #f6f6f6;
    border-radius: 25px;
    padding: 8px 20px;
}
.page-content-box img.contacts-icon {
    width: 20px !important;
    margin-right: 10px;
    display: inline-block !important;
    margin-bottom: 3px;
}
.contact-info {
    font-size: 17px;
    color: #000;
    font-weight: 500;
    display: inline-block;
}
.input-box {
    position: relative;
    margin-bottom: 16px;
}
.effect {
    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;
    font-size: 16px !important;
}
 .effect ~ .focus-border:before, .effect ~ .focus-border:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #677cb4;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
 .effect ~ .focus-border:after {
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
}
 .effect ~ .focus-border i:before,  .effect ~ .focus-border i:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 0;
    background-color: #677cb4;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
 .effect ~ .focus-border i:after {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
}
.text-right {
    text-align: right !important;
}
 .submit-btn {
    margin-top: 10px;
    background-color: #008000;
    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: 13px 100px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: none;
    -webkit-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}
 .submit-btn:hover {
    box-shadow: none;
}
.innerGrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 15px;
}
.innerGrid.xidmetGrid{
    display: grid;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 15px;
}

.blogstatic{
   display:grid;  
    grid-template-columns: 1fr 1fr 1fr !important;
    gap: 50px;
}
.elaqe {
    background-color:#f7f5f2;
}
#map{height:500px;}
.sectiontitle {
  font-size: 35px;
  font-style:italic;
  font-weight: 600;
  margin-bottom: 15px;
}
.bloglar-left-side-avtor-all {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.bloglar-avtor-img-all {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 50px 0 0;
}
.avtor-content-down span {
    color: rgba(117, 117, 117, 1);
    font-size: 14px;
    line-height: 24px;
    padding: 0 8px 0 0;
}
.avtor-icons, .down-icons {
    display: flex;
    gap: 13px;
    flex-wrap: wrap;
    align-items: center;
}
.avtor-icons span {
    font-size: 16px;
}
.avtor-icons a {
    width: 35px;
    height: 35px;
    background: #454545;
    color: aliceblue;
    display: inline-flex;
    margin: 0 8px 0 0;
    justify-content: center;
    font-size: 14px;
    transition: .3s;
    align-items: center;
    border-radius: 50%;
}
.blog-full-left-side-blog-name {
    padding: 50px 0;
    line-height: 26px;
}
.blog-full-left-side-blog-name img {
    width: 100%;
    transition: .4s;
    max-height: 456px;
    margin: 0 !important;
    border-radius: 40px;
    object-fit: cover;
    padding-bottom: 1rem;
}
.sectionbg {
  background: #eee;
}
.mobile-nav {
    display:none;
}
.d-header {
    display:block;
}
 .contact .contact_info h2 {
    font-size: 70px;
    font-weight: 900;
    letter-spacing: -4.05px;
    white-space: nowrap;
    color:white;
}
.blog-left-side-full-title h2 {
    font-size: 32px;
    line-height: 40px;
    padding: 20px 0 50px 0;
    font-weight: 600;
}
.contact {
    margin: 34px 61px;
    background-color: #0B457A;
    padding: 132px 0;
}
.contactsecond {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.input_wrap {
    position: relative;
}
.input_wrap .effect:focus ~ label, .input_wrap .effect:active ~ label {
    top: -5px;
    font-size: 12px;
    color: #ffca28;
}
.input_wrap input:focus, .input_wrap textarea:focus {
    outline: none;
    box-shadow: none;
}
.input_wrap label {
    position: absolute;
    left: 0;
    top: 12px;
    transition: 0.2s linear;
    z-index: 1;
    color: #bfc7ce;
    font-size: 14px;
}
.input_wrap input, .input_wrap textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #bfc7ce;
    background: transparent;
    z-index: 9;
    position: relative;
    padding-top: 16px;
    padding-bottom: 2px;
    font-size: 14px;
}
.ml-auto, .mx-auto {
    margin-left: auto !important;
}
.contactsecond {
    width:100%;
}
.form {
    background: #fff;
    padding: 30px;
}
.done {
    padding: 4px 3px;
    background-color: #C7FFC7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #52B352;
    margin: 0 !important;
    font-size: 17px;
    text-align: center;
    width: 326px;
    display: none;
}
.info_content ul {
    padding-left:0;
}
.contact .info_content span {
    font-weight: 600;
}
.contact .info_content {
    padding-top: 30px;
    font-size: 24px;
    color:white;
}
.contact_info p {
    color:white;
}
.form .btn {
    font-size: 16px;
    background: #0B457A;
    color: white;
    margin-top: 15px;
    font-weight: 700;
    letter-spacing: 0.5px;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
    width: 100%;
}
.info_content a{
    color:white;
    text-decoration:none;
}
.speedbar {
    color: white;
    font-size: 17px;
    padding-top: 11px; 
    padding-bottom: 11px;
}
.speedbar a {
    text-decoration:none;
    color:white;
}
.speedbar1 {
    background:#0B457A;
}

/*main section {*/
/*    padding: 105px 0;*/
/*}*/
/* Xidmetler */
/* .xidmetBig {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
} */

.swiper {
  width: 100%;
  height: 100%;
  border-radius:25px;
}

.card {
  background: white;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card h3 {
  margin-top: 0;
  font-size:20px;
  font-weight:500;
}

.content .icon {
  height: 63px;
  width: 86px;
}

/*.content {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  gap: 10px;*/
/*  height: 100px;*/
/*}*/

.separator {
  position: relative;
  width: 1px;
  height: 100%;
}

.separator::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #d9d6d6;
}

.content .photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.icon {
  width: 60px;
  height: 60px;
}

/* Layihe */
.d-index-flat:hover .d-index-flat__more {
  width: 178px;
  padding: 0 40px;
  font-size: 16px;
  line-height: 15px;
  
}
.card:hover {
    -webkit-transform: scale(1.02);
    transform: scale(1.01);
}
.d-index-flat:hover .d-index-flat__img:not(.swiper) {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.Biglayihe {
  display: grid;
  grid-template-columns:  1fr;
  gap: 50px
}

.d-index-flat {
  width: 100%;
  height: 400px;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  will-change: transform;
}

.d-index-flat::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.15) 100%);
  z-index: 2;
}

.d-index-flat__inner {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  position: relative;
  z-index: 3;
}

.d-index-flat__name {
    font-style:italic;
    font-size: 28px;
    line-height: 44px;
}

.d-index-flat__actions {
  position: absolute;
  left: 40px;
  top: 40px;
  display: flex;
  flex-wrap: wrap;
  z-index: 6;
}

.d-flat-action {
  padding: 5px 16px;
  background: #0B457A;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  position: relative;
  border: none;
  outline: none;
}

.d-index-flat__more {
  position: absolute;
  right: 40px;
  top: 40px;
  width: 64px;
  height: 64px;
  border: 1px solid #fff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 0px;
  line-height: 0px;
  color: #fff;
  padding: 0 32px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 3;
}

.d-index-flat__more::before {
  content: "";
  position: absolute;
  right: 12px;
  top: 12px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.d-index-flat__img {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}
/*Faydali melumat*/
.blog-card-figure {
    position: relative;
    border-radius: 30px;
    transition: 0.3s ease-in;
    overflow: hidden;
    height: 250px;
}
.blog-card-figure img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.blog-card-publish-list li svg {
    margin-right: 5px;
    color: #0B457A;
    width: 16px;
    height: 16px;
}
.blog-card-figure h6 {
  font-size: 14px;
  line-height: 24px;
  z-index: 10;
  position: absolute;
  left: 20px;
  top: 20px;
  display: inline-block;
  text-transform: uppercase;
  color: #999;
  letter-spacing: 0.5px;
  padding: 5px 15px 3px 15px;
  margin-bottom: 5px;
  border-radius: 15px;
  background: white;
  color: #06457a;
}
.blog-card-figure img {
  width: 100%;
  height: 100%;
  transition: 0.3s ease-in-out;
}
.blog-navigation button {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 60px;
  height: 50px;
  cursor: pointer;
  line-height: 50px;
  border-radius: 5px;
  background-color: transparent;
  border: 1px solid #404a3d;
  color: black;
  transition: all 500ms ease;
}
.blog-navigation button:hover {
  background: #404a3d;
  color: white;
}

.blog-card-publish-list {
    display: flex;
    align-items: center;
    justify-content: start;
    padding-left:0;
}
.blog-card-publish-list li {
    display: flex;
    align-items: center;
    color: #666;
    padding:0 7px;
}
.blog-card-title {
    height: 50px;
    margin-top: 10px;
    display: flex;
    align-items: flex-start;
}
.blog-card-content a {
    font-size: 22px;
    text-decoration:none;
    color:black;
    font-weight: 600;
}
/* Referanslar */
.bigReferans {
  display: grid;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 15px;
}
.bigReferans{
  position: relative;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.bredler img {
  display: block;
  width: 100%;
  height: auto;
}
.referanslar img {
  filter: grayscale(100%);
  transition: filter 0.5s ease, transform 0.5s ease;
}

.referanslar img:hover {
  filter: grayscale(0%);
  transform: scale(1.05);
}

.bredler:hover {
  z-index: 10;
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0,0,0,0.3);
}

.bredler {
  display: block;
  border: 1px solid rgba(9, 48, 72, .2);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  object-fit: scale-down;
  padding: 17px;
  width: 100%;
  height: 100%;
  max-height: 150px;
}

/* Haqqimizda */
.donstroy-block {
  display: flex;
  border-radius: 25px;
  width: 100%;
  height: 100%;
  min-height: 480px;
  align-items: flex-end;
  background: linear-gradient(to right, rgba(0, 0, 0, -0.8), rgba(0, 0, 0, -0.8)),
    url('/img/img5.jpg') no-repeat center/cover;
  color: white;
  position: relative;
}

.left-side {
  flex: 1;
}

.info {
  flex: 2;
  z-index: 2;
  padding-bottom:60px;
}

.donstroy-logo {
  font-size: 130px;
  color: #7dbff2;
  letter-spacing: 8px;
  text-transform: uppercase;
  margin: 0;
  text-align: end;
  /* margin-top: -48px; */
  position: absolute;
  top: -69px;
  right: 0;
  font-weight: 700;
}

.description {
    font-style:italic;
    font-size: 25px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 30px;
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}

.stat {
  flex: 1 1 250px;
}

.stat h3 {
  font-size: 23px;
  font-style:italic;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 10px;
  color: white;
  min-height:90px;
}

.stat p {
  font-size: 14px;
  line-height: 1.5;
}

.btntop {
  position: absolute;
  left: 40px;
  top: auto;
  padding: 5px 25px;
  background: #fff;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #36187d;
  z-index: 2;
  bottom: 40px;
}

.btntop .btn {
  bottom: 40px;
  background-color: white;
  color: #4b4b4b;
  border: none;
  border-radius: 20px;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s;
}

.btntop .btn:hover {
  background-color: #06457a;
  color: white;
}

/* Slider */

#mainslider {
  padding-top: 130px;
  border-radius:25px;
  
}

#mainslider .swiper-pagination {
  padding: 5px 16px;
  background: #0B457A;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  z-index: 5;
  top: 40px;
  left: 40px;
  height: fit-content;
  width: auto;
}

.custom-progress-bar {
  width: 100%;
  height: 4px;
  background-color: #eee;
  position: absolute;
  bottom: 46px;
  left: 0;
  z-index: 10;
  width: 140px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
}

.progress-fill {
  height: 100%;
  width: 0;
  background-color: #0B457A;
  transition: width 2.5s linear;
}

.d-index-flat__more1 {
  position: absolute;
  width: fit-content;
  height: 64px;
  bottom: 25px;
  border: 1px solid #fff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 0px;
  color: #fff;
  /* padding: 0 32px; */
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 3;
}

.d-index-flat__more1 a {
  text-decoration: none;
}

.d-index-flat__more1 a:hover {
  color: #fff;
}

.d-index-flat__more1 span {
  position: relative;
  z-index: 4143;
}

.d-index-flat__more1::before {
  content: "";
  position: absolute;
  right: 12px;
  top: 12px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.sliderdiv {
    border-radius:25px;
  max-height: 650px;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.sliderdiv::before {
  content: "";
  position: absolute;
  left: 0;
  border-radius: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: background-color 0.3s ease;
  pointer-events: none;
  z-index: 0;
}

.slider>* {
  position: relative;
  z-index: 2;
}

.mySliderMain {
  position: absolute;
  flex-direction: column;
  bottom: 0;
  right: 0;
  top: 0;
  left: 39px;
  height: 100%;
  border-radius:25px;
  display: flex;
  align-items: center;
  align-items: flex-start;
  justify-content: center;
}
.blogtitle {
    font-weight:500;
    color:#FCFCFC;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.slidertitle h2 {
  font-size: 35px;
  font-style:italic;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); 
  max-width:80%;
  color: #fff;
}

.slidertitle p {
  font-size: 20px;
  color: #fff;
  max-width: 70%;
}

.sliderimg {
  height: 100%;

  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
  }
}

.slider {
  padding-top: 128px;
  padding-bottom: 24px;
}

.d-top-slider__arrows {
  bottom: 25px;
  right: 40px;
  position: absolute;
  z-index: 5;
}

.d-arrows-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 127px;
  color: #fff;
}

.d-button._slider._prev {
  border-right: none;
  border-radius: 12px 0 0 12px;
}

.d-button._slider {
  width: 64px;
  padding: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.d-arrows-slider__arrow:first-child {
  margin-left: 0;
}

.d-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 64px;
  padding: 0 40px;
  background: none;
  border: 1px solid #fff;
  border-radius: 12px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  cursor: pointer;
  will-change: transform;
}

.d-arrows-slider__arrow {
  margin-left: -1px;
  position: relative;
}

.d-button._slider._prev span {
  right: 0;
}

.d-button._slider span {
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  z-index: 1;
}

.d-button._slider span:before {
  top: 0;
}

.d-button._slider span:before,
.d-button._slider span:after {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  height: 16px;
  background: currentColor;
}

.d-button._slider span:after {
  bottom: 0;
}


.d-button._slider._prev svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.d-button._slider svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  position: relative;
  z-index: 2;
}

.d-button:after {
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 1);
  transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 1);
  width: 140%;
  height: 0;
  padding-top: 140%;
  background: #0B457A;
  border-radius: 50%;
  opacity: 0;
  z-index: 1;
}

.d-button:before,
.d-button:after {
  content: "";
  position: absolute;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}


.d-button._slider._next {
  border-left: none;
  border-radius: 0 12px 12px 0;
}

.d-button._slider._next span {
  left: 0;
}

.d-button:hover:after {
  -webkit-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
  transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
  opacity: 1;
}

/* Header */

.ok-mail i {
    margin-top:-13px;
}
section#innerPages {
    padding-top: 0;
}
.d-header {
  /* background: var(--background); */
  /* Sass $background dəyişəni əvəzinə */
  z-index: 35;
  transition: transform 0.3s ease;
  /* $transition nümunə olaraq 0.3s */
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1920px;
  width: 100%;
  padding: 24px 40px;
}
.sticky_header {
    position: sticky;
    transform: translate(0, 0);
    padding: 24px 40px 0 40px;
}

@media (max-width: 1200px) {

  /* bp($desktopXS) nümunə */
  .d-header {
    padding: 24px 32px;
  }
}

@media (max-width: 992px) {

  /* bp($tablet) nümunə */
  .d-header {
    padding: 24px;
  }
}

@media (max-width: 576px) {
    /*Mobilnav*/
.mobile-nav {
    display: none;
    padding: 15px 0;
    position: fixed;
    left: 0;
    z-index: 99;
    background-color: transparent;
    width: 100%;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.mobile-fixed {
    background-color: #fff;
}
.mobile-nav.mobile-fixed .burger div {
    background: black;
}
.mobile-nav .logo img {
    width: 95px;
    height: 85px;
}
.mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    padding: 10px 0 0;
    left: unset;
    height: 100vh;
    width: 80%;
    z-index: 11;
    background: linear-gradient(119deg, #fff, #f0f0f0, #ddd);
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);

    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.mobile-menu li {
    padding: 15px 0;
    border-bottom: 1px solid #1e1e1e;
    width: 100%;
    margin-left: 30px;
}
.btn-sec {
    display: inline-block;
}
.mobile-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 26px 14px;
    font-size: 16px;
}
.contact-btn,
.mob-lang {
    display: flex;
    justify-content: center;
    margin-left: 0 !important;
}
#contact-static .tiktok img {
    filter: none;
    margin-right: 6px;
}
.modal-body {
    padding: 2rem 2.5rem !important;
}
.img-wrap,
.modal-open .modal {
    overflow: hidden;
}
.modal-dialog {
    max-width: 550px;
}
.mobile-item a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    transition: 0.4s;
}
.mobile-item a:hover {
    color: #838a9d;
    text-decoration: none;
}
.mob-social {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #292929;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mob-lang a img {
    width: 20px;
    height: 20px;
    border-radius: 100%;
}
.burger {
    z-index: 111;
    position: relative;
    width: 50px;
    height: 46px;
    background-color: transparent;
    border: none;
}
.burger div {
    width: 26px;
    height: 3px;
    background: #fff;
    -webkit-transform: translate3d(-13px, 0, 0);
    transform: translate3d(-13px, 0, 0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-top: 8px;
    right: -13px !important;
    position: absolute;
}
.burger .line1 {
    top: 0;
    right: 0;
}
.burger .line2 {
    top: 10px;
    right: 0;
}
.burger .line3 {
    top: 20px;
    right: 0;
    width: 20px;
}

  /* bp($phone) nümunə */
  .d-header {
    padding: 8px 12px;
  }
}

.d-header__inner {
  width: 100%;
  height: 80px;
  padding: 0 32px 0 34px;
  background: #fff;
  /* $white-color əvəzinə */
  box-shadow: 0px 2px 5px #777777;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}


@media (max-width: 576px) {
  .d-header__inner {
    height: 72px;
    padding: 0 18px 0 16px;
    border-radius: 12px;
  }
}

.d-header__left,
.d-header__right {
  width: auto;
  display: flex;
  align-items: center;
  gap:20px
}

.d-header__left {
  justify-content: flex-start;
}

.d-header__right {
  justify-content: flex-end;
}

.d-header__burger {
  margin-right: 32px;
}

@media (max-width: 576px) {
  .d-header__burger {
    display: none;
  }
}

.d-header__burger._mobile {
  display: none;
  margin: 0 0 0 18px;
}

@media (max-width: 576px) {
  .d-header__burger._mobile {
    display: block;
  }
}

.d-header__logo {
  position: relative;
}

.d-header__logo img {
  display: block;
  width: 81px;
  height: 60px;
  position: relative;
  z-index: 2;
}

@media (max-width: 1200px) {
  .d-header__logo img {
    width: 124px;
    height: 32px;
  }
}

@media (max-width: 576px) {
  .d-header__logo img {
    width: 78px;
    height: 63px;
  }
}

.d-header__menu {
  display: flex;
  align-items: center;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

@media (max-width: 1400px) {
  .d-header__menu {
    margin: 0;
  }
  .d-header__menu a {
      margin:0 5px;
      font-size:14px;
  }
  .ok-mail i {
    margin-top:-18px !important;
}
}

@media (max-width: 992px) {
  .d-header__menu {
    margin-left: 6.2%;
  }
}

@media (max-width: 992px) {
  .d-header__menu {
    display: none;
  }
}

.d-header__menu a {
  color: #555;
  /* $pen-color əvəzinə */
  text-decoration: none;
  margin: 0 10px;
  font-size: 15px;
  line-height: 19px;
  transition: color 0.3s ease;
}

.d-header__menu a:hover {
  color: #0B457A;
  /* $blue-color */
}

@media (max-width: 1400px) {
  .d-header__menu a {
    margin: 0 7px;
    font-size:14px;
  }
}

.d-header__info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  transition: all 0.3s ease;
}

@media (max-width: 576px) {
  .d-header__info {
    display: none;
  }
}

.d-header__animateWrap {
  height: 22px;
  overflow: hidden;
}

.d-header__animateInner {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  animation: timeAnimate 8s ease-in-out 0s infinite;
}

.d-header__phone {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #555;
  text-decoration: none;
  transition: color 0.3s ease;
}

.d-header__phone:hover {
  color: #0B457A;
}

.d-header__time {
  font-weight: 500;
  font-size: 10px;
  line-height: 14px;
  margin-bottom: 8px;
  color: #999999;
  /* $grey50 */
  white-space: nowrap;
}
.modal-body input {
    border: 2px solid #e6ecf2;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #000000;
    border-radius: 0.375rem;
    outline-color: #86cd33;
    width:100%;
    margin-bottom: 15px;
}
.modal-body textarea {
    width: 100%;
  padding: 0.75rem; /* p-3 = 12px */
  border: 1px solid #e6ecf2;
  border-radius: 0.375rem; /* ≈ 6px */
  outline-color: #86cd33;
  resize: none;
}
.modal-header {
    display: flex;
  align-items: center;
  padding-bottom: 0.75rem; /* 3 * 0.25rem = 12px */
  border-bottom: 1px solid #D1D5DB; /* gray-300 */
}
.modal-header h5 {
    color: #1F2937; 
    font-size: 25px !important; 
    font-weight: 700; 
     flex: 1;
}
.buttononlayn {
    background-color: #0B457A;
    color: white;
    padding:12px 46px;
    border:none;
   border-radius:28px;
   font-weight: 600;
}
.ok-mail {
    text-decoration: none;
    color: #092F53;
}
.d-header__callMe {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #007bff;
  transition: color 0.3s ease;
}

.d-header__callMe:hover {
  color: #555;
}

.d-header__icons {
  display: flex;
  align-items: stretch;
  margin-left: 48px;
  column-gap: 24px;
}

@media (max-width: 1400px) {
  .d-header__icons {
    margin-left: 32px;
    column-gap: 20px;
  }
}

@media (max-width: 576px) {
  .d-header__icons {
    margin: 0;
    column-gap: 16px;
  }
}

.d-header__icon {
  width: 24px;
  /* margin-left: 24px; */
}

@media (max-width: 1400px) {
  /* .d-header__icon margin-left: 20px; commented */
}

@media (max-width: 576px) {
  /* .d-header__icon margin-left: 16px; commented */
}

.d-header__icon._phone {
  display: none;
}

@media (max-width: 576px) {
  .d-header__icon._phone {
    display: block;
  }
}

@media (max-width: 576px) {
  .d-header__icon._search {
    display: none;
  }
}

.d-header__icon:after {
  display: block;
  background-color: currentColor;
  content: '';
  mask-size: cover;
  width: 24px;
  height: 24px;
}

.d-header__icon._icon-search:after {
  mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 3C6.58172 3 3 6.58172 3 11C3 15.4183 6.58172 19 11 19C12.9036 19 14.652 18.3351 16.0255 17.2249C16.0661 17.4016 16.1552 17.5694 16.2929 17.7071L19.2929 20.7071C19.6834 21.0976 20.3166 21.0976 20.7071 20.7071C21.0976 20.3166 21.0976 19.6834 20.7071 19.2929L17.7071 16.2929C17.5694 16.1552 17.4016 16.0661 17.2249 16.0255C18.3351 14.652 19 12.9036 19 11C19 6.58172 15.4183 3 11 3ZM5 11C5 7.68629 7.68629 5 11 5C14.3137 5 17 7.68629 17 11C17 14.3137 14.3137 17 11 17C7.68629 17 5 14.3137 5 11Z' fill='currentColor'/%3E%3C/svg%3E") no-repeat center;
}

.d-header__icon._icon-phone:after {
  mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.18403 2.50351C4.55905 2.79832 3.2313 4.07661 2.95309 5.70979C2.50744 8.59986 4.04331 13.1985 7.36188 16.5601C10.7049 19.9534 15.2711 21.4799 18.1741 21.0327C19.8073 20.7539 21.0856 19.4261 21.3804 17.8011C21.4669 17.3801 21.1456 17.0314 20.6976 17.0314L16.861 17.0314C16.515 17.0314 16.1829 16.8531 16.0163 16.547L14.7275 13.8249C14.6092 13.6154 14.6577 13.3468 14.8394 13.1871L17.094 11.1672C16.461 9.89929 14.4127 8.28967 13.0515 7.76383L10.988 9.01525C10.9048 9.08569 10.7969 9.08569 10.7137 9.01525L8.73002 7.51502C7.13872 6.57453 5.49052 5.36094 4.64904 4.67452C4.43601 4.49967 4.1759 4.4383 3.94323 4.51192L2.39494 5.02622C2.07881 5.14507 1.76316 4.86233 1.92301 4.53806C2.38103 3.54141 3.02047 2.65041 3.80574 1.92479C4.36781 1.41092 5.02719 2.19914 6.18403 2.50351Z' fill='currentColor'/%3E%3C/svg%3E") no-repeat center;
}

@keyframes timeAnimate {

  0%,
  25% {
    transform: translateY(0);
  }

  35%,
  60% {
    transform: translateY(-100%);
  }

  70%,
  100% {
    transform: translateY(-200%);
  }
}

.d-gallery-popup {
  left: 0;
  top: 0;
  height: 100%;
  transition: all 0.3s ease;
  /* @include transition(all) */
  pointer-events: none !important;
}

.d-gallery-popup * {
  pointer-events: auto;
}

.d-gallery-popup__bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  /* $black əvəzinə */
  backdrop-filter: blur(20px);
  z-index: 1;
}

.d-gallery-popup__slider {
  max-width: 100vw;
  width: 100vw;
  height: 100%;
  padding: 0;
  margin: 0 auto;
  z-index: 2 !important;
}

.d-gallery-popup__slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* @include objectFit(100%, contain) */
}

.d-gallery-popup__close,
.d-gallery-popup__pagination,
.d-gallery-popup__arrows,
.d-gallery-popup__note {
  position: absolute !important;
  z-index: 3;
}

/* Right position for close and arrows */
.d-gallery-popup__close,
.d-gallery-popup__arrows {
  right: 40px;
}

@media (max-width: 992px) {

  /* tablet */
  .d-gallery-popup__close,
  .d-gallery-popup__arrows {
    right: 32px;
  }
}

@media (max-width: 576px) {

  /* phone */
  .d-gallery-popup__close,
  .d-gallery-popup__arrows {
    right: 12px;
  }
}

/* Top position for close */
.d-gallery-popup__close {
  top: 40px;
}

@media (max-width: 992px) {
  .d-gallery-popup__close {
    top: 32px;
  }
}

@media (max-width: 576px) {
  .d-gallery-popup__close {
    top: 12px;
  }
}

/* Bottom position for pagination and arrows */
.d-gallery-popup__pagination,
.d-gallery-popup__arrows {
  bottom: 40px !important;
}

@media (max-width: 992px) {

  .d-gallery-popup__pagination,
  .d-gallery-popup__arrows {
    bottom: 32px !important;
  }
}

@media (max-width: 576px) {

  .d-gallery-popup__pagination,
  .d-gallery-popup__arrows {
    bottom: 12px !important;
  }
}

/* Pagination left and top */
.d-gallery-popup__pagination {
  left: 40px !important;
}

@media (max-width: 992px) {
  .d-gallery-popup__pagination {
    left: 32px !important;
    bottom: auto !important;
    top: 32px !important;
  }
}

@media (max-width: 576px) {
  .d-gallery-popup__pagination {
    left: 12px !important;
    top: 12px !important;
  }
}

/* Note box */
.d-gallery-popup__note {
  display: flex;
  max-width: 630px;
  left: 40px;
  bottom: 40px;
}

@media (max-width: 992px) {
  .d-gallery-popup__note {
    left: 32px;
    bottom: 32px;
    max-width: 422px;
  }
}

@media (max-width: 576px) {
  .d-gallery-popup__note {
    left: 12px;
    bottom: 12px;
    max-width: calc(100% - 128px);
  }
}

/* Note margin modifier */
.d-gallery-popup__note._margin {
  left: 130px;
}

@media (max-width: 992px) {
  .d-gallery-popup__note._margin {
    left: 32px;
  }
}

@media (max-width: 576px) {
  .d-gallery-popup__note._margin {
    left: 12px;
  }
}

/* Button inside note's d-swipe-info on phone */
@media (max-width: 576px) {
  .d-gallery-popup__note .d-swipe-info button {
    margin-left: 8px;
  }
}

/* Zoomist related */
.d-gallery-popup__slide .zoomist-container,
.d-gallery-popup__slide .zoomist-wrapper,
.d-gallery-popup__slide .zoomist-image {
  width: 100%;
  height: 100%;
}

.d-gallery-popup__slide .zoomist-wrapper {
  background: none;
}

.d-gallery-popup__slide .zoomist-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}


/* headerend */

/* Call to action */
.form {
    margin-top: 5rem;
    margin-bottom: 5rem;
    border-radius: 2rem;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 6rem 1.5rem;
    width: 100%;
}
.form.form__container .form__input-upload-file .form__file-input {
  margin-top: 8px;
  height: 200px;
}

.form.form__container .h2+.form__description a {
  color: #fff;
}

.form.form__container .form__file-input--black {
  background: rgba(255, 255, 255, 0.25);
  border: 1px dashed #fff;
  height: 178px;
  margin-bottom: 0;
  margin-top: -12px;
  transition: border 0.3s ease-in, background 0.3s ease-in;
}

.form__file-input.form__file-input--black input {
  font-size: 0;
  position: absolute;
  z-index: 60;
}

.form.form__container label[for="textarea-task"] {
    flex-direction: column;
    display: flex
;
    color: #8d8d8d;
}
.form__row>label:not(.person-label) {
    display: flex
;
    flex-direction: column;
    color: #8d8d8d !important;
    position: relative;
    width: 100%;
}

.form.form__container .form__textarea-item {
    min-height: 200px;
}
.form__textarea-item {
    border: 1px solid #c4c4c4;
    border-radius: 12px;
    padding: 16px 20px 14px;
    height: 100%;
    transition: border 0.3s;
    resize: vertical;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #101010;
}

.form h2 {
    color: #fff;
    font-style:italic;
    margin-bottom: 2rem;
    font-size: 2rem;
}

.form__description {
    color: #fff;
    margin-bottom: 3rem;
    font-size: 1.125rem;
}
.form.form__container .form__submint-description {
    color: #8d8d8d;
}
.form.form__container .form__submint-description {
  color: #8d8d8d;
}

.form.form__container .form__submint-description a {
  color: #fff;
}

.form.form__container .form__submint-description a,
.form.form__container .h2+.form__description a {
  transition: color 0.3s ease-in;
  color: #fff;
}

.form__file-input.form__file-input--black:hover::after {
  background: url(https://ceds.ru/local/templates/qwent/assets/img/icons/upload-blue.svg) top center no-repeat;
  background-size: 26px;
}
.form form {
    display: block;
}

.form input[type="text"],
.form input[type="tel"],
.form textarea {
    width: 100%;
    padding: 1rem;
    border: 1px solid #ccc;
    border-radius: 0.5rem;
    background-color: #fff;
    margin-bottom: 1rem;
    font-size: 1rem;
}

.form input[type="submit"] {
    background-color: red;
    color: #fff;
    padding: 1rem 2rem;
    border: none;
    border-radius: 0.5rem;
    cursor: pointer;
    font-size: 1.125rem;
}

.form input[type="submit"]:hover {
    background-color: #333;
}

.form label {
    display: block;
    color: #fff;
    margin-bottom: 0.5rem;
}

.form label span.title-white {
    color: #fff;
}
.form__row>label:not(.person-label) {
  display: flex;
  flex-direction: column;
  color: #8d8d8d !important;
  position: relative;
  width: 100%;
}
.form input:not([type="submit"]):not([type="file"]) {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: rgba(16, 16, 16, 1)
}

.form input::-moz-placeholder {
  color: #bebfc0;
}
.form label {
  gap: 12px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #3c3c40;
}

.label-email {
  position: relative;
}
.form__file-input.form__file-input--black::after {
  content: attr(data-text);
  color: #fff;
  transition: color 0.3s ease-in, background 0.3s ease-in;
  background: url(https://ceds.ru/local/templates/qwent/assets/img/icons/upload-white.svg) top center no-repeat;
  background-size: 26px;
  padding-top: 30px;
  font-size: 16px;
  height: auto;
  top: 40px;
  left: 0;
  width: auto;
  text-align: center;
}
.form__input-upload-file {
  width: 100%;
  max-width: 420px;
}
.form__file-input {
    justify-content: space-between;
    align-items: center;
    border: 1px solid #c4c4c4;
    height: 52px;
    border-radius: 12px;
    padding: 0;
    margin: 0px 0px 12px 0px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: border 0.3s;
}
.form__container.container .form__file-input.form__file-input--black::before {
    justify-content: flex-start;
    align-items: flex-end;
    padding-bottom: 40px;
    padding-left: 40px;
    transition: color 0.3s ease-in;
}
.form__input-upload-file label {
  color: #8d8d8d !important;
}

.form.form__container .form__input-upload-file .form__file-input {
  margin-top: 8px;
  height: 200px;
}

.form.form__container .h2+.form__description a {
  color: #fff;
}
.form__container.container .form__file-input.form__file-input--black::after {
  top: 0;
  bottom: 68px !important;
  left: 40px !important;
  align-items: flex-end;
  padding-top:60px;
  display: flex;
  background-size: 32px;
}
.form__input-item {
  border: 1px solid #c4c4c4;
  border-radius: 8px;
  padding: 0 20px;
  height: 52px;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  transition: border 0.3s;
  font-size: 16px;
  font-weight: 500;
}

.form .form__row {
    display: flex;
    gap: 1.5rem;
}

.form .form__input-upload-file {
    color: #fff;
    margin-top: 1rem;
}

.form .form__file-input {
    padding: 1rem;
    border: 2px dashed #fff;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.form .form__file-input input[type="file"] {
    display: none;
}

.form .form__submint-description {
    color: #fff;
    margin-top: 1rem;
}

.form .form__submint-button {
    display: inline-block;
    background-color: #000;
    color: #fff;
    padding: 1rem 2rem;
    border: none;
    border-radius: 0.5rem;
    cursor: pointer;
    font-size: 1rem;
    text-decoration: none;
}

.form .form__submint-button:hover {
    background-color: #333;
    text-decoration: none;
}

/* Footer */
.b-button__link {
  text-decoration: none
}
.n-social svg {
  color: #fff; /* ağ rəng */
  transition: color 0.3s;
}

.n-social:hover svg {
  color: #f09a07; /* hover zamanı narıncı */
}

.b-button,
.b-button__link,
.b-button__text {
  cursor: pointer
}

.b-button {
  display: block
}

.b-button__wrapper {
  -webkit-transition: background .5s ease;
  -moz-transition: background .5s ease;
  -o-transition: background .5s ease;
  transition: background .5s ease
}

.b-button__link {
  width: 100%;
  display: block;
  outline: 0
}

.b-button__text {
  height: 36px;
  width: 100%;
  display: block;
  line-height: 36px;
  color: #383838;
  font-size: 15px;
  font-weight: 700;
  font-family: Circe, Helvetica, Arial, sans-serif
}

.b-button--red .b-button__text {
  color: black;
}

.b-button--red .b-button__wrapper {
  border: 2px solid #c4262e;
  background-color: #c4262e
}

.b-button--red:hover .b-button__wrapper {
  border: 2px solid #d32931;
  background-color: #d32931
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important
}

.n-footer .row:after,
.n-footer .row:before {
  display: none
}

.n-footer__top {
  position: relative;
  background: #303030
}

.n-footer__toggle {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 16px;
  margin: auto;
  background: #303030;
  color: #fff;
  outline: none;
  padding: 0;
  cursor: pointer;
  border: none;
}

.n-footer__toggle svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 9px;
  height: 5px;
  fill: none;
  stroke: #fff;
  stroke-width: 2px
}

.n-footer__bottom {
  background: #202020
}

.n-footer-top {
  padding-top: 32px;
  padding-bottom: 32px;
  overflow: hidden;
  max-height: 50vh
}

.n-f-t-nav {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-bottom: 28px
}

.n-f-t-nav__item {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  color: hsla(0, 0%, 100%, .5)
}

.n-f-t-nav__item.n-f-t-hidden {
  visibility: hidden
}

.n-f-t-nav__item--head {
  margin-bottom: 16px;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: .6px;
  text-transform: uppercase;
  color: #fff
}

.n-f-t-nav__item>a {
  text-decoration: none;
  color: inherit
}

.n-f-t-nav__item>a:focus,
.n-f-t-nav__item>a:hover {
  box-shadow: 0 1px 0 0 hsla(0, 0%, 97%, .2)
}

.n-f-t-nav__item.n-f-t-nav__item--head>a:focus,
.n-f-t-nav__item.n-f-t-nav__item--head>a:hover {
  box-shadow: 0 1px 0 0 hsla(0, 0%, 100%, .3)
}

.n-footer-middle {
  padding-top: 32px;
  padding-bottom: 32px
}

.n-footer-middle__logo {
  display: block;
  width: 128px;
  margin-bottom: 32px;
  overflow: hidden
}

.n-footer-middle__logo img {
  width: 100%;
  height: auto
}

.n-footer-middle__email {
  margin-top: 22px;
  margin-bottom: 0;
  font-family: Circe, Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.11;
  letter-spacing: .4px;
  color: #fff
}

.n-footer-middle__email a {
  text-decoration: none;
  color: inherit;
  box-shadow: 0 1px 0 0 hsla(0, 0%, 100%, .15)
}

.n-footer-middle__email a:hover {
  box-shadow: none
}

.n-footer-middle .n-f-tel {
  margin-bottom: 32px
}

.n-footer-middle .b-button {
  max-width: 232px
}

.n-f-tel__title {
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .6px;
  text-transform: uppercase
}

.n-f-tel__address,
.n-f-tel__title {
  margin-bottom: 16px;
  font-family: Circe, Helvetica, Arial, sans-serif;
  color: #fff
}

.n-f-tel__address {
  margin-top: 0;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: .1px
}

.n-f-tel__address a {
  color: inherit;
  text-decoration: none;
  box-shadow: 0 1px 0 0 hsla(0, 0%, 100%, .15)
}

.n-f-tel__address a:hover {
  box-shadow: none
}

.n-f-tel__tel {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Circe, Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: .6px;
  color: #fff
}

.n-f-tel__tel a {
  text-decoration: none;
  color: inherit
}

.n-footer-bottom {
  padding-top: 32px;
  padding-bottom: 32px;
  border-top: 1px solid hsla(0, 0%, 100%, .15)
}

.n-footer-bottom__copy {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Circe;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  text-align: center;
  color: #999
}

.n-footer-bottom__social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center
}

.n-footer-bottom__social .n-social {
  margin-left: 48px
}

.n-footer-bottom__social .n-social:first-child {
  margin-left: 0
}

.n-social {
  display: inline-block;
  text-decoration: none;
  line-height: 1;
  font-size: 0
}

.n-social svg {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  fill: #fff
}

.n-social:focus svg,
.n-social:hover svg {
  fill: #c4262e
}

.n-social>span {
  display: none
}

.n-social--vk svg {
  width: 22px;
  height: 12px
}

.n-social--yt svg {
  width: 19px;
  height: 12px
}

.n-social--tg svg {
  width: 16px;
  height: 16px
}
header {
    display: none;
}
#mainslider .myContainer .swiper-slide{
    
    width:100% !important;
}

@media (min-width:768px) {

.Biglayihe {
    display:grid;  
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    
    
}
.d-index-flat__name {
font-style:italic;
font-size: 30px;
line-height: 44px;
}
  .n-f-tel {
    width: 230px;
    margin: 0 auto;
  }

  .n-footer-top {
    max-height: 240px
  }
    .sectiontitle {
        font-size:45px;
    } 
  .n-footer-top>.row {
    margin-left: -16px;
    margin-right: -16px
  }

  .n-footer-top>.row>div {
    padding-right: 16px;
    padding-left: 16px
  }

  .n-footer-middle>.row {
    margin-left: -16px;
    margin-right: -16px
  }

  .n-footer-middle>.row>div {
    padding-right: 16px;
    padding-left: 16px
  }

  .n-footer-middle .n-f-tel {
    margin-bottom: 0
  }

  .n-footer-middle__col--first {
    -ms-flex-order: -1;
    order: -1
  }

  .n-footer-middle__logo {
    margin-bottom: 56px
  }

  .n-footer-bottom__copy {
    margin-bottom: 0;
    text-align: left
  }

  .n-footer-bottom__social {
    -ms-flex-pack: end;
    justify-content: flex-end
  }

  .n-footer-bottom__social .n-social:first-child {
    margin-left: 48px
  }
}

@media (min-width:992px) {

  .n-footer-middle__col--first {
    -ms-flex-order: initial;
    order: 0
  }

  .n-footer-middle__logo {
    margin-bottom: 0;
    margin-top: 0
  }

  .n-footer-middle__email {
    text-align: right
  }

  .n-footer-middle .b-button {
    max-width: none
  }
}

@media (min-width:1200px) {

  .n-footer-top {
    padding-top: 52px;
    padding-bottom: 48px;
    max-height: 337px
  }

  .n-footer-top>.row>div {
    max-width: calc(50% - 264px);
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: calc(50% - 264px);
    flex-basis: calc(50% - 264px)
  }

  .n-footer-top>.row>div:first-child,
  .n-footer-top>.row>div:last-child {
    max-width: 264px;
    -ms-flex: 1 1 264px;
    flex: 1 1 264px
  }

  .n-footer-middle {
    padding-top: 56px;
    padding-bottom: 56px
  }

  .n-footer-middle>.row>div {
    max-width: calc(100% - 524px);
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: calc(100% - 524px);
    flex-basis: calc(100% - 524px)
  }

  .n-footer-middle>.row>div:first-child,
  .n-footer-middle>.row>div:last-child {
    max-width: 262px;
    -ms-flex: 1 1 262px;
    flex: 1 1 262px
  }
}

@media (max-width: 768px){
.language_dropdown2 {
  display: flex;
  flex-direction: row;
  align-items: center; /* ikonların dikey hizalanması */
}

.language_dropdown2 li {
  list-style: none;
  border-bottom: none;
}

.language_dropdown2 li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  transition: all 0.3s ease;
}

.language_dropdown2 li a:hover {
  background-color: #f0f0f0;
  border-radius: 4px;
}

.language_dropdown2 li a img {
  width: 24px;
  height: 16px;
  display: inline-block;
  object-fit: cover;
}
.about-full-story img {
    width:100%;
    height:100%;
}
.cards-grid {
    display:block;
    gap:15px !important;
}
.office-contacts {
    gap:15px;
}
.blogstatic {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 50px;
}
.innerGrid {
display: grid;
grid-template-columns: repeat(3, 1fr) !important;
gap: 15px;
}
.innerGrid.layiheGrid {
display: grid;
grid-template-columns: repeat(1, 1fr) !important;
gap: 15px;
}
.form .form__row{
    display:block;
}
.form h2 {
    font-style:italic;
}
.swiper-wrapper {
    margin-top:15px;
}
.stat h3 {
    min-height:0;
}
.front-news-items {
    display:block !important;
    width:100%;
}
header{
    display:none !important;
}
.faydalimelumatlar .sectiontitle {
    font-size:24px;
}
.style_scrollCard__slider___7Mt9>div .swiper-slide{
   margin-right: 10px;
}
.product-features{
    grid-template-columns: repeat(1, 1fr);
}
.slidertitle h2 {
font-size: 33px;
font-style:italic;
max-width:100%;
color: #fff;
}
#mainslider .myContainer{
height: 90vh !important;
margin:0 10px;
}

.custom-progress-bar{
    display:none !important;
}
.cta-inner2{
   padding:28px;
}
.page-heading {
  padding: 40px 50px;
}
.info {
    text-align:center;
}
.stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 24px;
}
.stats h3 {
    font-size:22px;
}
.description {
    font-size:17px;
    font-style:italic;
    margin-top: 29px;
    line-height: 26px
}
.donstroy-logo {
    font-size:50px;
}
.left-side {
    flex:0;
    width:42px;
}
.bigReferans {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 15px;
}
     /*Mobilnav*/
     .mobile-menu.open {
  transform: translateX(0%);
}
    .bigmobile {
    display: flex;
    align-items: center;
    justify-content: space-between;

    }
.mobile-nav {
    display: block;
    padding: 5px 0;
    position: fixed;
    background:grey;
    left: 0;
    z-index: 99;
    background: #fff;
    box-shadow: 0px 2px 5px #777777;
    width: 100%;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.mobile-fixed {
    background-color: #fff;
}
.mobile-nav.mobile-fixed .burger div {
    background: black;
}
.mobile-nav .logo img {
    width: 95px;
    height: 85px;
}
.mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    padding: 10px 0 0;
    left: unset;
    height: 100vh;
    width: 80%;
    z-index: 11;
    background: linear-gradient(119deg, #fff, #f0f0f0, #ddd);
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.mobile-menu li {
    padding: 21px 0;
    width: 100%;
    margin-left: 30px;
}
.btn-sec {
    display: inline-block;
}
.mobile-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 26px 14px;
    font-size: 16px;
}
.contact-btn,
.mob-lang {
    display: flex;
    justify-content: center;
    margin-left: 0 !important;
}
#contact-static .tiktok img {
    filter: none;
    margin-right: 6px;
}
.modal-body {
    padding: 2rem 2.5rem !important;
}
.img-wrap,
.modal-open .modal {
    overflow: hidden;
}
.modal-dialog {
    max-width: 550px;
}
.mobile-item a {
    color: black;
    font-weight: 700;
    text-decoration: none;
    transition: 0.4s;
}
.mobile-item a:hover {
    color: #838a9d;
    text-decoration: none;
}
.mob-social {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #292929;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mob-lang a img {
    width: 20px;
    height: 20px;
    border-radius: 100%;
}
.burger {
    z-index: 111;
    position: relative;
    width: 50px;
    height: 46px;
    color: black;
    border: none;
}
.burger div {
    width: 26px;
    height: 3px;
    background: #fff;
    -webkit-transform: translate3d(-13px, 0, 0);
    transform: translate3d(-13px, 0, 0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-top: 8px;
    right: -13px !important;
    position: absolute;
}
.burger .line1 {
    background:black;
    top: 0;
    right: 0;
}
.burger .line2 {
    background:black;
    top: 10px;
    right: 0;
}
.burger .line3 {
    background:black;
    top: 20px;
    right: 0;
    width: 20px;
}
}