footer .social {
    padding-left: 0px;
}
.develop, .develop:hover {
    color: #B5A490;
}
.bl-partners .imgfix_wrapper_layer, .bl-partners .page-gallery.imgfix_top_container:hover, .bl-partners .page-gallery.imgfix_top_container {
    overflow: unset !important;
}
.bl-partners img.imgfix_src_img {
    width: 130px !important;
    height: auto !important;
}
.bl-partners .page-gallery {
  height: 100px;
}
.bl-partners {
    margin-top: 50px;
}
.error-inner {
    padding: 15em 0 10em;
    text-align: center;
    gap: 20px;
    display: grid;
}
.btn-error a {
    color: #fff;
    border-color: #B5A490;
    width: fit-content;
}
.modal-content {
    background-repeat: no-repeat;
    background-size: cover;
    height: 30em;
    border-radius: 0;
}
.modal-header, .modal-footer {
    border: none;
    justify-content: center;
}
.modal .modal-footer .show-btn {
    background: #333;
}
.swiper-container {
    position: relative;
}
.swiper-button-next, .swiper-button-prev {
    color: #fff !important;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 0 !important;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 0 !important;
}
.swiper-slide {
    display: flex;
    text-align: center;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 30px !important;
}
.bg-white {
    background-color: #fff;
}
.bg-white .section-title {
    color: #333 !important;
}
.modal.show {
    padding-right: 0 !important;
}
.swiper-lg {
    overflow: hidden;
    padding: 0 30px;
}
.swiper-lg .imgfix_wrapper_layer .imgfix_src_img {
    width: 100% !important;
    height: auto !important;
  }
.swiper-lg .page-gallery {
    margin-bottom: 0px;
}
.bl-policy a {
    color: #fff;
}
.bl-policy a:hover {
    color: #B5A490;
}
.bl-policy p, .bl-policy ul {
    margin: 20px auto !important;
}
.bl-policy ul li {
    padding-left: 30px;
    position: relative;
}
.bl-policy ul li:before {
    font-family: FontAwesome;
    content: "\f178";
    left: 0px;
    position: absolute;
}
.img-partners {
    justify-content: center;
    display: flex;
}
.img-partners img {
    height: auto;
    width: 130px;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.img-partners:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.page-single .page-gallery-wrapper {
    margin-top: 90px;
}
.align-center {
    text-align: center;
}
.btn-two {
    gap: 30px;
}
.text-uppercase {
    text-transform: uppercase;
}
.mh-80 {
    min-height: 80px;
}
.count-txt {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.txt-count-float {
    letter-spacing: 1.72px !important;
    margin-bottom: 10px;
    margin-top: 70px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding-top: 20px;
}
.parallax-counter .parallax-content .count-item:hover .txt-count-float {
    margin-top: 60px;
}
.num-pluses {
    float: left;
    width: 24px;
    height: 24px;
    line-height: 25px;
    color: #FFF !important;
    background: #B5A490;
    text-align: center;
    font-size: 14px;
    margin-right: 20px;
    font-weight: 700;
}
#step {
    scroll-margin-top: 150px;
}
footer img.logo {
    margin-left: -20px;
}
.dropdown-menu {
    background: rgb(51, 51, 51);
    box-shadow: rgba(0, 0, 0, 0.13) 0px 2px 48px 0px;
    border-radius: 0px;
}
.header-area .main-nav .nav li a {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}
.item-lang:hover, .header-area .main-nav .nav li a:hover {
    color: #B5A490;
}
.dropdown:hover .dropdown-menu {
  display: block;
}
.dropdown-menu {
  display: none;
  /*min-width: 90px;*/
}
.dropdown-toggle::after {
    display: none;
}
.ru-float-none {
    float: none !important;
}
.cnt-bl {
    padding: 80px 0;
}
.contact {
    margin-bottom: -30px;
}
.welcome .welcome-content .slider-wrapper .owl-carousel .firstActiveItem .text {
    max-width: 90%;
}
.cookiealert {
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ecf0f1;
    background: #333;
    height: 1px;
    margin-top: -30px !important;
}
.cookiealert.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
    transition-delay: 1000ms;
    border-top: 1px solid #B5A490;;
    height: auto;
    padding: 30px 0;
}
.cookiealert a {
    text-decoration: underline !important;
    color: #fff;
}
/*.cookiealert a:hover {
    color: #B5A490;
}*/
.cookiealert .acceptcookies, .cookiealert .acceptcookies:active, .cookiealert .acceptcookies:focus {
    vertical-align: baseline;
    margin-top: 5px;
    background-color: transparent;
    border-radius: 0;
    border: none;
    display: inline;
    font-weight: 700;
    font-size: 14px;
    border: 1px solid #B5A490;
    margin-top: 20px;
}
.cookiealert .acceptcookies:hover {
    background-color: transparent;
}
.modal-form .modal-content {
    background: #333;
}
form input {
    border: 1px solid #B5A490;
    width: 100%;
    height: 50px;
    outline: none;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-transition: all 0.3sease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3sease 0s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 30px;
    color: #9BADBD;
    font-size: 14px;
    background-color: #333;
}
.dark-btn {
    border-radius: 0;
}
.display-center {
    justify-content: center;
    align-items: center;
    display: flex;
}
.btn-modal-form {
    width: 100%;
    margin-top: 30px;
}
.btn-modal-form .show-btn {
    width: 100%;
}
.btn-modal-form .hide-btn {
    width: 100%;
    left: 100%;
}
.pt-50 {
    padding-top: 50px;
}
.bl-btn-modal-form {
    margin-bottom: 90px;
    margin-top: -30px;
}
.modal-form .dark-btn .show-btn {
    background: #333;
}
.modal-form .modal-content {
    padding: 40px;
    height: auto;
}
.modal-form .modal-body {
    padding: 30px 0 0;
}
.modal-form .btn-close {
    padding: 0;
    position: absolute;
    top: 5%;
    right: 5%;
    color: #fff;
    background: none;
    width: auto;
    height: auto;
    font-size: 22px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
}
.modal-form .modal-header {
    padding: 30px 0 0;
    text-align: center;
}
.lang-dropdown li {
    padding-left: 0px !important;
    text-align: center;
}
.lang-dropdown {
    min-width: 50px;
}

@media (min-width: 1024px) {
    .header-area .main-nav .nav {
        margin-left: 40px;
    }
}

@media (max-width: 991px) {
  .swiper-lg .page-gallery {
    height: 260px;
  }
  .page-single .page-gallery-wrapper.mob-mt-0 {
    margin-top: 0px;
  }
  .mob-pt-30 {
    padding-top: 0px !important;
  }
  .pb-50 {
    padding-bottom: 50px;
  }
  .parallax-counter .parallax-content .count-item .txt-count-float {
    margin-top: 0px;
  }
  .header-area .main-nav .logo img {
    width: 160px;
    height: auto;
  }
  .dropdown-menu {
    width: 100%;
    background: #1E1E1E !important;
    padding: 0;
  }
  .cnt-bl {
    padding: 0 0 50px;
  }
  .contact {
    margin-bottom: -50px !important;
  }
  .welcome .welcome-content .slider-wrapper .owl-carousel .firstActiveItem .text {
    max-width: 100%;
  }
  .lang-dropdown li {
    text-align: start;
  }
  .lang-dropdown {
    transform: translate3d(0px, 52px, 0px) !important;
  }
}

@media (max-width: 540px) {
    .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
        font-size: 25px !important;
    }
    .swiper-button-next, .swiper-rtl .swiper-button-prev {
        right: 0em !important;
    }
    .swiper-button-prev, .swiper-rtl .swiper-button-next {
        left: 0em !important;
    }
    .swiper-lg .imgfix_wrapper_layer .imgfix_src_img {
        width: 100% !important;
    }
    .img-partners img {
        height: auto;
        width: 80%;
    }
    .mob-order-1 {
        order: 1;
    }
    .mob-order-2 {
        order: 2;
    }
    .mob-order-3 {
        order: 3;
    }
    .btn-two {
        gap: 0px;
    }
    .btn-two .btn--one, .btn-two .btn--two {
        justify-content: center;
        display: flex;
    }
    .btn-two .dark-btn .show-btn {
        width: 100%;
    }
    .mh-80 {
        min-height: auto;
    }
    .mob-none {
        display: none;
    }
    .page .page-bottom .project-grid .project-grid-item .text p, .project-grid .project-grid-item .text p {
      height: auto;
      overflow: auto;
    }
    .bl-pluses > div:last-child .dark {
      margin-bottom: 0;
    }
    .page .cover {
        min-height: 135px;
        background-repeat: no-repeat;
        padding: 20px 0;
        /*height: 150px;*/
    }
    .page .cover .cover-top h1 {
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 22px;
    }
    .padding-bottom-120 {
        padding-bottom: 50px !important;
    }
    .header-area .main-nav .logo img {
        width: 140px;
    }
    .header-area .logo {
        margin-left: 30px !important;
        margin-top: 24px !important;
    }
    footer img.logo {
        width: 140px;
        height: auto;
        margin-left: -14px;
    }
    .welcome .welcome-content .slider-wrapper {
        padding-left: 40px;
    }
    .alert-dismissible {
        padding: 20px;
    }
    .cookiealert-container {
        font-size: 12px;
    }
    .cookiealert .acceptcookies {
        font-size: 12px;
    }
    .bl-btn-modal-form .btn-modal-form {
        margin-top: -20px;
    }
    .pt-50 {
        padding-top: 0px;
    }
    .modal-form .modal-content {
        padding: 30px 20px;
    }
}
