.policy-content div.li, .policy-content .descr {
    margin-bottom: 12px;
}

.policy-content .purpose-table td {
    margin: 10px !important;
    display: inline-block;
}

.policy-content .purpose-table th {
    padding: 0 15px;
}

.policy-content .purpose-table tr {
    border: 1px solid silver;
}






.sc-widget {
    color: #2d2d2d;
}

.sc-widget button {
    background-color: #333333;
    color: white;
    padding: 4px 10px;
    font-weight: 500;
    font-size: 11px;
    margin-top: 5px;
}


/* FIX carousel */
.owl-carousel .owl-stage-outer .owl-item.active {
    opacity: unset;
}
.owl-carousel .owl-stage-outer .owl-item {
    opacity: unset;
}
/* END FIX carousel */


.owl-nav.disabled {
    display: none !important;
}


.content-artcile p {
    font-size: 15px !important;
    line-height: 1.4 !important;
    margin-bottom: 15px !important;
}

.content-artcile li {
    line-height: 1.4 !important;
    margin-bottom: 7px !important;
}

.content-artcile .row-images img {
    border-radius: 8px;
    margin-bottom: 15px;
}
.content-artcile .info16 p {
    font-size: 16px !important;
    font-weight: 500 !important;
}

.content-artcile .bl-image-content img {
    border-radius: 8px;
}

.content-artcile .paragraph {
    border-left: 4px solid var(--global--color-primary);
    padding-left: 15px;
    font-weight: 600 !important;
    font-style: italic;
}
.content-artcile .paragraph p {
    font-weight: 600 !important;
    font-style: italic;
}

.content-artcile .border-radius {
    border-radius: 8px;
}
    
    




.projects.projects-grid .carousel .owl-dots {
    bottom: 0;
}
.projects-grid-new {
    max-width: calc(100% - 40px);
}

.features .feature-panel-holder.feature-panel-holder-hovered .feature-panel a span {
    font-size: 14px;
    opacity: 1;
    margin-left: 10px;
}
.features .feature-panel-holder.feature-panel-holder-hovered .feature-panel a {
    background-color: var(--global--color-primary);
    padding-left: 15px;
    padding-right: 15px;
}
.features .feature-panel-holder.feature-panel-holder-hovered .feature-panel a i {
    color: var(--global--color-white);
}

.desc-gallery {
    margin-bottom: 12px;
    display: block;
    line-height: 1.3;
    padding: 0 5px;
    margin-top: -5px;
    color: white;
}
.desc-gallery:hover {
    color: #d5d5d5;
}


/* Start block Grid */

.bl-grid-new {
    padding: 100px 0;
}

.bl-grid-new .content {
    position: absolute;
    bottom: 0;
    padding: 20px 15px;
    /* background: #ffffff9e; */
    color: white;
    width: 100%;
    z-index: 2;
    line-height: 1.4;
}

.bl-grid-new .row1 {
    margin-bottom: 20px;
}

.bl-grid-new .grid-new-item {
    height: 100%;
    min-height: 230px;
    position: relative;
    background-size: cover;
    background-position-x: center;
    border-radius: 8px;
}

.bl-grid-new .grid-new-item:before {
    /*background-image: linear-gradient(180deg, #253745a3 0%, #2537455c 100%);*/
    background-image: linear-gradient(180deg, #25374500 0%, #2537455c 100%);
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    border-radius: 8px;
}


.bl-grid-new .grid-new-item .title {
    font-weight: bold;
    font-size: 16px;
}

.bl-grid-new .grid-new-item .text {

}

.bl-grid-new .grid-new-item .item-excerpt .title {
    margin-bottom: 10px;
    font-size: 16px;
}

.bl-grid-new .grid-new-item .item-excerpt .text {

}

.bl-grid-new .item-excerpt {
    position: absolute;
    z-index: 44;
    padding: 35px 50px;
    transition: all 0.5s ease-out;
    visibility: hidden;
    opacity: 0;
    background: #72727270;
    background-image: linear-gradient(180deg, #253745bd 0%, #2537455c 100%);
    height: 100%;
    color: white;
    border-radius: 8px;
}
.bl-grid-new .item-excerpt p {
    color: white;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.3;
}

.bl-grid-new .item-excerpt a {
    margin-top: 20px;
    height: 35px !important;
    padding: 10px;
    font-size: 14px;
}

.bl-grid-new .grid-new-item:hover .item-excerpt {
    visibility: visible;
    opacity: 1;
}


@media only screen and (max-width : 1200px) {
    .bl-grid-new .item-excerpt {
        padding: 20px 15px;
    }
}

@media only screen and (max-width : 992px) {
    .bl-grid-new .item-excerpt a {
        margin-top: 10px;
    }
    
    .projects-grid-new {
        margin: 0 auto;
        margin-bottom: 20px !important;
    }
    
    .content-artcile .row-images img {
        margin-bottom: 25px;
    }
    
    .content-artcile .bl-image-content .bl-image {
        text-align: center;
    }
    .content-artcile .bl-image-content img {
        margin-bottom: 20px;
    }
    
    .content-artcile .row-images-bl > div {
        margin-bottom: 20px;
    }
    .content-artcile .row-images-bl img {
        margin-bottom: 15px;
    }
    
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .bl-grid-new .row > div {
        margin-bottom: 20px;
    }
    
    .bl-grid-new .row1 {
        margin-bottom: 0px;
    }
    
    .bl-grid-new .grid-new-item {
        min-height: 300px;
    }
    
    
}
/* End block Grid */



.footer-bottom .icon-soc span {
    font-size: 14px;
    text-transform: none !important;
}

header .icon-soc span {
    font-size: 13px;
    line-height: 1.5;
}


.header .navbar-brand .logo {
    width: unset !important;
    max-width: fit-content;
}

.project-image-carousel .project-hover {
    cursor: pointer;
}

.project-single .project-overview .project-details .table .value {
    text-transform: inherit;
}

.company-data .data-icon img {
    max-height: 55px;
    margin-top: 10px;
}

.service-2btn .service-panel:hover .service-content.service-content-2btn .btn::before {
    transform: scaleX(0);
}
.service-2btn .service-panel .service-content.service-content-2btn .btn:hover::before {
    transform: scaleX(1);
}


.slider .slide .slide-content .slide-list .icon:hover img {
    transform: translateY(-10px);
}
.slider .slide .slide-content .slide-list .icon img {
    transition: 0.3s ease-in-out;
    max-height: 60px;
}

.features-bar .feature-panel img {
    height: 60px;
    margin-bottom: 20px;
    margin-top: 15px;
}

.features-bar .feature-panel .bg-icon-bl {
    min-height: 102px;
}

.features-bar .features-holder .feature-panel:hover .feature-content img {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    filter: brightness(0) invert(1);
}

.features-bar .features-holder .feature-panel:hover .feature-content .bg-icon {
    border-radius: 100px;
    height: 90px;
    width: 90px;
    background-color: var(--global--color-primary);
    margin-bottom: 12px;
}

.features-bar .features-holder .feature-panel .feature-content img {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
    
}

.services .service-panel:hover .service-icon img {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
.services .service-panel .service-icon img {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.counters {
    padding-top: 80px;
    margin-top: 80px;
}

.clients .client img {
    max-height: 35px;
}

.services-general {
    padding-bottom: 0 !important;
}

.row-static-services .service-panel {
    margin-bottom: 80px;
}

.slider-carousel h1 {
    font-size: 50px !important;
}

.services .service-panel.services-panel-3 .service-img {
    border-radius: 8px 8px 0 0;
}

.page-title .title .title-desc {
    margin-bottom: 27px !important;
}
.about-us-bl-steps .row-steps > div:last-child .feature-panel {
    margin: 0;
}

.blog-grid.blog-grid-5 {
    padding-bottom: 0;
}

.testimonial.testimonial-5 {
    padding-bottom: 0;
}
.testimonial.testimonial-5 h1 {
    margin-bottom: 40px;
}

.blog-single {
    padding-bottom: 0;
}

.blog.blog-2 {
    padding-top: 85px;
    padding-bottom: 80px;
}

.features .actions-holder .btn:last-child {
    width: auto;
    background: transparent;
}
.features .actions-holder .btn:hover:last-child {
    background: white;
}

.heading.heading-3 {
    margin-bottom: 50px;
}



.header .navbar .navbar-collapse.show {
    overflow-y: scroll;
    height: 80vh;
    min-height: 500px;
}

.subscription {
    -webkit-box-shadow: 0px 5px 20px 0px rgb(40 40 40 / 11%);
    box-shadow: 0px 5px 20px 0px rgb(40 40 40 / 11%);
    padding: 30px 30px 20px;
    border-radius: 5px;
}
.subscription .subscription-form .form-control {
    font-weight: 500;
    height: 50px !important;
    border-radius: 5px 0 0 5px;
}
.subscription .subscription-form {
    display: flex;
}
.subscription .subscription-form .btn {
    border-radius: 0 5px 5px 0;
    width: 190px !important;
}
.subscription .subscription-form h4 {
    
}

.navbar-nav>li.has-dropdown>ul.dropdown-menu {
    width: 257px;
}

.footer-copyright .copyright .social-icons li {
    margin-right: 10px;
}

.img-hotspot .img-hotspot-wrap .img-hotspot-bg img {
    margin: 0 auto;
    display: block;
}
.heading.heading-9 {
    margin-bottom: 0px;
}

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

.services-grid > div {
    margin-bottom: 0;
}
.link2-row {
    margin: 0 auto;
}
.link2-row .btn {
    font-size: 13px;
    height: 38px !important;
    width: auto !important;
    display: inline-flex;
}
.link2-row .btn:first-child {
    margin-right: 15px !important;
}

.preim .features-holder .feature-panel {
    box-shadow: 0px 3px 2px 0px rgb(40 40 40 / 11%);
}

.about-block p {
    margin-bottom: 25px;
}

.slider .slide .slider-panel-holder .slider-panel img {
    max-height: 80px;
    margin-bottom: 10px;
}

.slider .slide .slide-content .slide-action .btn {
   width: auto;
}
.slider .slide .slide-content .slide-action .btn span {
   margin-right: 12px;
}
.slider .slide .slide-content .slide-desc {
    font-family: var(--global--font-body);
    font-weight: 500;
    font-size: 18px;
}
.slider .slide .slider-panel-holder .slider-panel .panel-title {
    line-height: 1.3;
    text-transform: inherit;
}
.slider .slide .slider-panel-holder .slider-panel {
    /*padding: 25px;*/
}
.slider .slide .slider-panel-holder .slider-panel a:hover {
    /*transform: unset;*/
}



.owl-carousel .owl-item .service-panel img {
    max-height: 76px;
}

.about-us-bl-steps {
    margin: 0 !important;
    padding: 0 !important;
}

.new-mt section {
    margin-top: 0 !important;
}
.services .service-panel .service-content .advantages-list li {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4;
}

.services .service-panel {
    padding: 60px 28px 35px;
    cursor: default;
    min-height: 462px;
}



.services .service-panel .service-content .advantages-list {
    margin-bottom: 5px;
    min-height: 150px;
    
}
.services .service-panel .service-content p {
    min-height: 100px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.services .service-panel .service-content h4 a, .services .service-panel .service-content h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
    text-transform: inherit;
    height: 49px;
    margin-bottom: 14px;
    border-bottom: unset;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.services {
    padding-top: 80px;
    padding-bottom: 40px;
}

.heading-light h2, .heading-light p {
    color: white;
}

.steps .feature-panel-holder .feature-panel a {
    position: absolute !important;
    bottom: 14px;
}

.steps .feature-panel-holder .feature-panel .feature-content p {
    -webkit-line-clamp: unset !important;
}
.steps .feature-panel-holder .feature-panel .feature-content h4 {
    -webkit-line-clamp: unset !important;
}
/*.steps .feature-panel-holder .feature-panel {
    padding: 21px 20px 15px !important;
    min-height: 320px !important;
    border-radius: 75px;
}*/
.steps .feature-panel-holder .feature-panel {
    padding: 35px 20px 20px !important;
    min-height: 320px !important;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 30%);
}
.steps {
    margin-top: 80px;
}
.steps:before {
    /*background: white !important;*/
    background-image: linear-gradient(180deg, #ffffff 0%, #ffffffdb 100%) !important;
}
.steps .feature-panel-holder .feature-panel .feature-icon img {
    height: 75px !important;
    opacity: 0.8;
}

.blog-grid .widget {
    padding: 25px 20px 35px;
}

.sidebar {
    margin-left: 0;
}
.blog-grid .sidebar {
    max-width: 280px;
}

.blog-single {
    padding-top: 40px;
}

.projects.projects-standard .project-panel {
    box-shadow: 0px 5px 15px 0px rgb(40 40 40 / 11%);
}
.project-panel:hover {
    box-shadow: 0px 5px 25px 0px rgb(40 40 40 / 11%) !important;
}

.link-up-new {
    padding-top: 20px;
    padding-left: 20px;
}
.link-up-new a {
    margin-left: 5px;
}
.link-up-new i {
    margin-right: 5px;
}

.blog-single .nav-posts {
    padding-top: 10px;
}

.modal-body2 {
    max-width: 600px !important;
}
.modal-dialog2 {
    max-width: 600px !important;
}

.img-hotspot.img-hotspot-2 .img-hotspot-wrap .img-hotspot-pointers .img-hotspot-pointer .info span {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: inherit;
}

.about {
    padding-bottom: 160px;
    padding-top: 60px;
}
.features-bar {
    padding-top: 15px;
}
.features-bar .features-holder .feature-panel .feature-content h5 {
    text-transform: inherit;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.4;
}
.features-bar .features-holder .feature-panel {
    padding: 30px 35px 33px;
}
.features-bar .features-holder .feature-panel {
    padding: 30px 35px 33px;
    min-height: 250px;
}

.w-200 {
   width: auto;
}
.w-200 i {
   margin-left: 12px;
}

.company-data .data {
    align-items: flex-start;
}
.company-data .panels-container .panel-action {
    padding: 20px 25px 25px 25px;
    cursor: default;
}
.company-data .panels-container .panel-action .panel-content .panel-heading {
    line-height: 1.4;
    margin-bottom: 8px;
}
.company-data .panels-container .panel-action .panel-content .btn {
    margin-top: 20px;
    width: 270px !important;
    font-size: 14px;
}
.company-data .panels-container .panel-action .panel-icon i {
    margin-top: 15px;
    display: inline-block;
}
.company-data .panels-container .panel-action .panel-icon i::before {
    font-size: 55px;
}

.company-data .panels-container .panel-action .panel-content .panel-desc {
    font-weight: 500;
}

.company-data .data .data-body h6 {
    font-weight: 600;
    font-size: 16px;
    text-transform: inherit;
}

.company-data .data .data-body p, .company-data .data .data-body a {
    font-size: 14px;
    line-height: 1.4;
    text-transform: inherit;
}

.bl1 .bl1-content p {
    font-size: 17px;
    line-height: 1.4;
    margin-bottom: 34px;
    font-weight: 500;
    color: white;
}

.advantages-list li {
    font-weight: 500;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.advantages-list li::before {
    /*position: absolute;
    margin-left: -30px;*/
    padding: 5px 8px;
}

.slider .slide .slide-content .slide-headline {
    text-transform: inherit;
}


#back-to-top {
    width: 50px;
    height: 80px;
    bottom: 50px;
    border-radius: 4px 0 0 4px;
}
.company-data .panels-container {
    z-index: 5;
}

.bl-search-result>div {
    border-bottom: 1px dashed #eaeaea;
    padding-bottom: 15px;
}

.form-search-header input::-webkit-input-placeholder  {
    font-size: 20px !important;
    font-weight: 500;
}


.bl-search-result .search-desc .search-intro {
    font-size: 14px !important;
    line-height: 1.4 !important;
    margin-bottom: 0 !important;
}
.bl-search-result .search-desc .search-title {
    font-weight: 500;
    font-size: 16px;
}
.bl-search-result .search-desc {
}
.bl-search-result .search-img {
    max-width: 200px;
}
.bl-search-result .search-img img {
    max-height: 100px;
}
.simplesearch-search-form .form-control {
    font-weight: 500;
    height: 50px !important;
    border-radius: 5px 0 0 5px;
}
.simplesearch-search-form .btn {
    border-radius: 0 5px 5px 0;
}

.simplesearch-search-form .search {
    display: flex;
}
.project-single .photos a img {
    box-shadow: 0px 5px 10px 0px rgb(40 40 40 / 0%);
    transition: all 0.3s ease;
}

.project-single .photos a:hover img {
    box-shadow: 0px 5px 10px 0px rgb(40 40 40 / 21%);
    transition: all 0.3s ease;
}

.projects.projects-standard .project-panel .project-panel-holder .project-content {
    padding: 15px 25px 5px;
}

.project-panel .project-panel-holder .project-content .project-title h4 a {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    text-transform: inherit;
    
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* количество строк */
    -webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 39px;
}

.projects-filter li a {
    text-transform: inherit;
}

.projects-filter {
    margin-bottom: 45px;
}

.modal-open {
    padding-right: 0 !important;
}
.compensate-for-scrollbar {
    padding-right: 0 !important;
}

.project-single .photos img {
    max-width: 100%;
    border-radius: 8px;
    text-align: center;
    margin: 10px 0;
    height: auto;
}

.project-single .portfolio-photos {
    padding-bottom: 40px;
}

.project-single .project-overview {
    padding-bottom: 40px;
}


.project-overview p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 20px !important;
}

.project-single .project-intro .project-img .project-panel .project-content .project-title {
    margin-bottom: 14px;
}
.project-single .project-intro .project-img .project-panel .project-content .project-more .btn {
    width: unset;
}
.project-panel .project-panel-holder .project-content .project-desc p {
    font-size: 14px;
    line-height: 1.5;
}
.project-single .project-intro .project-img .project-panel .project-content .project-cat {
    margin-bottom: 7px;
}
.project-single .project-intro .project-img .project-panel .project-content {
    padding: 35px 30px 60px;
}
.project-panel .project-panel-holder .project-content .project-cat a {
    text-transform: inherit;
}

#wrapperParallax {
    z-index: 9;
}
.modal-backdrop {
    z-index: 5;
}
.fancybox__backdrop {
    background: #0b0b0bb8 !important;
}

.advantages-list.advantages-list-2 li {
    line-height: 1.3;
    margin-bottom: 10px;
}

.blog-single .nav-posts .prev-post:hover, .blog-single .nav-posts .next-post:hover {
    background-color: #00c5f71f;
}

.blog-single .blog-entry .entry-content .entry-holder .entry-share {
    -webkit-box-shadow: 0px 5px 20px 0px rgb(40 40 40 / 11%);
    box-shadow: 0px 5px 20px 0px rgb(40 40 40 / 11%);
}

.blog-single .nav-posts .prev-post .post-body, .blog-single .nav-posts .next-post .post-body{
    line-height: 1.2;
}

.blog-single .nav-posts .prev-post .post-body .post-link, .blog-single .nav-posts .next-post .post-body .post-link {
    text-transform: initial;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
}

.blog-single .nav-posts .prev-post .post-body span, .blog-single .nav-posts .next-post .post-body span {
    margin-bottom: 4px;
}

.blog-single .nav-posts .next-post {
    justify-content: end;
}

.footer .widget-links ul li a {
    font-weight: 500;
    line-height: 1.3;
}
.footer .widget-links ul li {
    margin-bottom: 10px;
}

.footer .widget-contact .widget-content .address p {
    font-weight: 500;
}

.widget-reservation .widget-content p {
    margin-top: 0px;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 30px;
}

.widget-reservation .widget-content a {
    font-weight: 600;
    font-size: 18px;
    white-space: nowrap;
}

/* BG image */
.bg-image-overlay {
    /*outline: 160px solid #25374575 !important;
    outline-offset: -160px;*/
}

.project-panel .project-panel-holder .project-img img {
    /*outline: 210px solid #25374575 !important;
    outline-offset: -208px;*/
}

.category-desc {
    font-size: 15px;
    max-width: 600px;
    line-height: 1.3;
}

.page-item.active .page-link {
    background-color: var(--global--color-heading);
    color: var(--global--color-white);
    border-color: var(--global--color-heading);
}

.blog-entry .entry-content .entry-title h4 a {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-grid .blog-entry .entry-content .entry-title h4 a {
    font-size: 15px;
    margin-left: -21px;
}
.blog-grid .blog-entry .entry-content .blog-list, .blog-grid .blog-entry .entry-content .entry-more {
    margin-left: -21px;
}


.blog-entry .entry-content {
    padding: 22px 22px 40px 40px;
}
.blog-entry .entry-content .entry-title {
    margin-bottom: 0;
    min-height: 50px;
}
.blog-entry .entry-content .entry-more a {
    width: 170px;
}
.blog-entry .entry-content .entry-img-wrap .entry-category a {
    text-transform: initial;
}
.blog-entry .entry-content .entry-title h4 a {
    text-transform: inherit;
}
.blog-entry .entry-content .entry-img-wrap .entry-category {
    background-color: #4997d0;
}
.blog-entry .entry-content .entry-img-wrap .entry-category a:hover {
    color: white;
}
.blog-entry {
    box-shadow: 0px 5px 15px 0px rgb(40 40 40 / 8%);
}
.blog-grid .blog-entry:hover {
    box-shadow: 0px 5px 20px 0px rgb(40 40 40 / 11%);
}

.blog-entry .entry-content .entry-img-wrap .entry-img {
    max-height: 200px;
}

.section-heading {
    padding: 30px 0 0 0;
}
.blog-grid.blog-grid-5 {
    padding-top: 40px;
}

.page-title .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    font-size: 9px;
    margin-top: 2px;
    color: silver;
}

.img-card .card-content .content-top p {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 18px;
    font-weight: 400;
}
.img-card .card-content .content-top p b {
    font-weight: 600;
}

.img-card .card-content .content-bottom .contact-infos .contact-info a, .img-card .card-content .content-bottom .contact-infos .contact-info p {
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    text-transform: inherit;
}

.contact-card .contact-body .card-heading {
    text-transform: inherit;
}

.contact-city {
    color: white;
}
.img-card.img-card-2 .card-content {
    justify-content: flex-start;
}

.map .code-map {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

.page-title .title .title-action .btn {
    width: auto;   
}

.h4, h4 {
    font-size: 18px;
    margin-bottom: 14px;
}

.blog-single .blog-entry .entry-content {
    border-bottom: unset;
    padding-left: 0;
}

.about.about-3 {
    padding-top: 70px;
    padding-bottom: 20px;
}

.about .about-block .block-left p {
    margin-bottom: 27px !important;
    padding-left: 0 !important;
}

.bg-overlay-dark-new-1:before {
    background-image: linear-gradient(180deg, #253745 0%, #25374575 100%);
}

.bg-overlay-theme:before {
    background-image: linear-gradient(360deg, #00c5f7 0%, #4a9bc6 35%) !important;
}

.widget-reservation::before {
    background-image: linear-gradient(360deg, #00c5f7 0%, #4a9bc6 35%) !important;
}

.page-title .title .title-desc {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 15px;
    font-weight: 400;
}

.top-bar .top-contact .contact-infos a, .top-bar .top-contact .contact-infos p {
    font-weight: 500;
}

.navbar-nav>li.has-dropdown>ul.dropdown-menu li a {
    font-weight: 500;
}

.heading .heading-subtitle {
    text-transform: inherit;
    font-weight: 500;
}

.features .actions-holder .btn:first-child {
    width: auto;
}

.features .feature-panel-holder .feature-panel .feature-content h4 {
    font-size: 17px;
    text-transform: inherit;
    line-height: 1.2;
    min-height: 40px;
    
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* количество строк */
    -webkit-box-orient: vertical;
	overflow: hidden;
}

.features .feature-panel-holder .feature-panel .feature-content p {
    font-size: 14px;
    line-height: 1.3;
}

.features .feature-panel-holder .feature-panel {
    padding: 35px 25px 35px;
    min-height: 320px;
    cursor: default;
}

.features .feature-panel-holder .feature-panel .feature-content p {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 5; /* количество строк */
    -webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 90px;
}

.blog-entry .entry-content .entry-bio.blog-list p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 58px;
}

.features .feature-panel-holder .feature-panel .feature-icon {
    min-height: 72px;
}
.features .feature-panel-holder .feature-panel .feature-icon img {
    height: 65px;
}

.bg-overlay-theme2:before {
    background-image: linear-gradient(180deg, #253745 30%, #253745d6 100%);
}

#menu46, #menu47, #menu48 {
    display: none;
}

.menu_hide {
    display: none !important;
}

/* Полоска наведения*/
.blog-entry.nohover::after {
    content: unset !important;
}

.top-bar .topbar-links a.active {
    
    color: var(--global--color-primary)
}

.bg-overlay-theme:before {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4997d0D9), color-stop(82%, #4997d0));
	background-image: -o-linear-gradient(top, #4997d0D9 0%, #4997d0 82%);
	background-image: linear-gradient(180deg, #00c5f7d9 0%, #4997d0 82%);
}

.header .navbar .has-dropdown::after {
    background-color: #00c5f736;
}

.preloader .dual-ring::after {
	border           : 6px solid #4997d0;
	border-color     : #4997d0 transparent #4997d0 transparent;
}

#address {
    display: none;
}

.footer .widget-contact .widget-content .phone a {
    white-space: nowrap;
    font-weight: 500;
    font-size: 26px;
}

.calcResult {
    display: none;
    border: 3px solid #00c5f7;
    border-radius: 8px;
    padding: 0 20px 25px 25px;
}

.contact-card .contact-body .btn {
    max-width: 300px;
}

.calcResult div  {
    margin-bottom: 5px;
}
.calcResultDesc {
    font-size: 13px;
    line-height: 1.3;
}

.calcResult span  {
    font-weight: bold;
    font-size: 18px;
    color: #4c4c4c;
}

.jGrowl-notification {
    width: 300px !important;
    padding: 25px !important;
    margin: 20px !important;
    margin-right: 25px !important;
}

.success_form {
    padding: 20px;
    text-align: center;
    background: #bdffd8;
    color: black;
    display: none;
}

.modal-body {
    max-width: 380px;
    margin: 0 auto;
}

.modal-header, .modal-footer  {
    border-bottom: unset;
    border-top: unset;
}
.modal-title {
    
}
.modal-desc {
    line-height: 1.3;
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: 5px;
}

.header .navbar.navbar-fixed {
    z-index: 99;
}
.modal {
    z-index: 9999;
    background: #0b0b0bb8;
}
.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content img {
    box-shadow: 0 0 8px rgba(0,0,0,.6);
}


.btn--white:active, .btn--white:focus, .btn--white:hover {
    color: #2b3e4b;
}
.btn--white:hover {
    color: white;
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: .5;
}
button:focus:not(:focus-visible) {
    box-shadow: none;
}

.blog-single .blog-entry .entry-content .entry-holder .entry-share span {
    margin-bottom: unset;
}

.h1, h1 {
    line-height: 1.2 !important;
    font-size: 34px !important;
    text-transform: inherit;
    font-weight: 600 !important;
}
.h2, h2 {
    font-size: 32px;
    margin-bottom: 10px;
    margin-top: 25px;
}
.h3, h3 {
    font-size: 26px;
    margin-bottom: 10px;
    margin-top: 25px;
}

.style_list {
    margin-left: 15px;
}
.style_list ul {
    margin-left: 15px;
}
.style_list li {
    list-style: square !important;
    margin-bottom: 3px;
}
.style_list ul li {
    list-style: circle !important;
}

.policy label {
    font-size: 13px !important;
}
.policy {
    margin-left: 12px;
    margin-top: 10px;
}

.footer-copyright .copyright span, .heading .heading-title, .advantages-list li, .btn, .footer .widget-contact .widget-content .directions a, .form-control.nice-select .list li, .custom-radio-group .custom-control label, input[placeholder], [placeholder], *[placeholder], input::-webkit-input-placeholder, .page-title .breadcrumb, .form-control.nice-select .current, .navbar-nav>li.has-dropdown>ul.dropdown-menu li a, .footer .footer-widget .footer-widget-title h5, .footer .widget-links ul li a, .top-bar .top-contact .contact-infos a, .top-bar .top-contact .contact-infos p {
    text-transform: none !important;
}

.heading .heading-title, .page-title .title .title-heading {
    margin-top: 10px;
    line-height: 1.2 !important;
    font-size: 34px !important;
    text-transform: inherit;
}

.contact .contact-action .btn.btn--white {
    width: auto;
}

.contact .contact-action .btn:first-child i {
    margin-left: 10px;
}

.form-control {
    height: 40px;
    margin-bottom: 15px;
}
.form-label {
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 3px;
}

.star-text {
    font-size:13px;
    line-height: 1.3;
}

.btn {
    height: 50px !important;
    font-weight: 500 !important;
    line-height: 1.1 !important;
}
.module-contact .btn {
    height: 100px !important;
    background-color: #4997d0;
    font-weight: 600;
}
#back-to-top {
    background-color: #4997d0;
}

.footer-copyright .copyright .social-icons li a:hover, .footer-copyright .copyright .social-icons li a:hover i {
    /*color: white;*/
}

.page-title .breadcrumb-wrap {
    height: 40px;
}
.page-title .breadcrumb a, .page-title .breadcrumb li {
    font-size: 12px;
    color: #9f9f9f !important;
}
.page-title .breadcrumb a {
    color: #9a9a9a !important;
}

.module-contact {
    margin-left: unset;
}

.module-contact .btn {
    text-transform: uppercase;
}

.header .navbar .navbar-nav>li.active > a, .header .navbar .navbar-nav>li:hover > a {
    color: var(--global--color-primary);
}
.navbar-nav>li.has-dropdown>ul.dropdown-menu li.active>a {
    border-color: var(--global--color-primary);
    color: var(--global--color-primary);
}

.header .navbar .navbar-nav>li>a {
    text-transform: inherit;
}

.header .navbar .navbar-nav>li.active > a::before, .header .navbar .navbar-nav>li:hover > a::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    background-color: var(--global--color-primary);
}

/*
.icon-soc i {
    color: white;
    padding: 5px;
    border-radius: 50%;
}

.icon-soc i.fa-telegram {
    background: #54a9eb;
}
.icon-soc i.fa-whatsapp {
    background: #43d854;;
}
.icon-soc i.fa-viber {
    background: #7360F2;
}
*/

/* !!!!!! */
.header .navbar .navbar-nav>li>a {
    line-height: 1.3 !important;
    min-height: 100px !important;
    max-width: 165px;
}

.header .navbar .navbar-nav>li>a, .header .navbar .navbar-nav>li a {
    font-size: 13px !important;
    font-weight: 600;
}
.header .navbar .navbar-nav>li.has-dropdown>a::after {
    font-weight: 600;
}

.header.header-topbar.header-topbar1 .module-holder .module-search {
    margin-left: 25px;
}




.entry-content .msearch2 .form-control {
    font-weight: 500;
    height: 50px !important;
    border-radius: 5px 0 0 5px;
}

.entry-content .search-link {
    font-weight: 500;
    font-size: 16px;
}

.entry-content .msearch2 .btn {
    max-width: 150px;
}

/*Пагинация в фильтре*/

.m2search-results .pagination {
  margin: 0;
  padding: 0;
}

.m2search-results .pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.m2search-results .page-link {
  position: relative;
  display: inline;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #6c757d;
  background-color: #fff;
  border: 1px solid #dee2e6;
  font-size: 14px;
}
.m2search-results .page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.m2search-results .page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.mse2_pagination .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.m2search-results .page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.mse2_pagination .page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.m2search-results .page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1400px) {
    .features-bar .features-holder .feature-panel {
        min-height: 270px;
    }
    .features .feature-panel-holder .feature-panel .feature-content h4 {
    font-size: 16px;
    }
    .features-bar .features-holder .feature-panel .feature-content h5 {
        font-size: 14px;
    }
    .about {
        padding-bottom: 100px;
    }
    
    .header .navbar-brand .logo {
        height: 45px;
    }
    .header.header-topbar .navbar {
        padding: 0 0 0 20px;
    }
    .header .navbar-brand {
        margin-right: 20px;
    }
    .header.header-topbar.header-topbar1 .navbar-brand {
        padding-right: 20px;
    }
    .header .navbar .navbar-nav>li {
        margin-right: 25px;
    }
    .module-contact .btn {
        padding: 0 22px;
    }
    
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    .features-bar .features-holder .feature-panel .feature-content h5 {
        font-size: 13px;
    }
    
    .slider-carousel h1 {
        font-size: 34px !important;
    }
    
    .header .navbar .navbar-nav>li>a, .header .navbar .navbar-nav>li a {
        font-size: 12px !important;
    }
    
    .module-contact .btn {
        font-size: 12px;
    }
    
    .header .navbar .navbar-nav>li {
        margin-right: 20px;
    }
    
    .header .navbar-brand .logo {
        height: 40px;
    }
    .header.header-topbar .navbar {
        padding: 0 0 0 15px;
    }
    .header .navbar-brand {
        margin-right: 15px;
    }
    .header.header-topbar.header-topbar1 .navbar-brand {
        padding-right: 15px;
    }
    
    .features-bar .features-holder .feature-panel {
        min-height: 282px;
    }
    
    .services .service-panel .service-content h4 a, .services .service-panel .service-content h4 {
        font-size: 16px;
    }
    .services .service-panel .service-content p {
        font-size: 14px;
        line-height: 1.4;
    }
    
    .services .service-panel .service-content p {
        min-height: 138px;
        -webkit-line-clamp: 7;
    }
    
    .services .service-panel .service-content .advantages-list li {
        font-size: 13px;
    }
    
}

@media only screen and (max-width : 1150px) {
    .header .navbar .navbar-nav>li {
        white-space: nowrap;
    }
}

@media only screen and (max-width : 992px) {
    
    #menu46, #menu47, #menu48 {
        display: block;
    }
    
    .about-img .bg-section {
        background-size: contain;
    }
    
    .testimonial.testimonial-2 {
        padding-top: 100px;
    }
    
    .cta-holder {
        padding-bottom: 40px;
    }
    
    .img-hotspot-pointers .hotspot-pointer-info3 .info {
        left: -50vw !important;
    }
    
    .about.about-3 .about-img .about-img-holder {
        max-width: initial;
    }
    
    .module-holder.module-holder-phone .navbar-toggler {
        margin-right: 20px !important;
    }
    
    .header .navbar .navbar-nav>li>a {
        line-height: inherit !important;
        min-height: inherit !important;
        max-width: inherit;
    }
    
    .header .navbar .navbar-nav>li>a {
        min-height: 35px !important;
    }
    
    .header .navbar .navbar-nav>li>a span {
        height: 20px;
    }


    .page-title .breadcrumb {
        justify-content: left;
    }
    
    .header.header-topbar.header-topbar1 .module-holder .module-search {
        border-right: unset;
    }
    
    .advantages-list li {
        line-height: 1.4;
        margin-bottom: 8px;
    }
    
    .breadcrumb-item.active {
        display: none;
    }
    .module-contact .btn {
        height: 50px !important;
    }
    
    .header .navbar .dropdown-menu li a {
        padding: 1px 5px;
    }
    .header .navbar .show>.dropdown-menu {
        margin-bottom: 10px;
    }
    
    .fixed {
        position:fixed; /*позицианируем чтобы исчез скролл*/
        width:100%; /*что бы верстка не складывалась по ширине*/
    }
    
    .about .about-img {
        max-height: 300px;
    }
    .about-img .bg-section {
        position: relative;
        overflow: hidden;
        z-index: 1;
        background-size: contain;
    }
    
    .preim .features-holder .feature-panel {
        box-shadow: 0px 1px 2px 0px rgb(40 40 40 / 11%);
        min-height: 220px;
    }
    
    .preim .features-holder {
        box-shadow: 0px 5px 15px 0px rgb(40 40 40 / 8%);
    }
    
    .features-bar {
        padding-top: 45px;
    }
    
    .heading.heading-2 {
        margin-bottom: 40px;
    }
    
    .blog-grid .sidebar {
        max-width: inherit;
    }

}


/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    
    .page-title.page-title-14 .page-title-wrap {
        height: 350px;
    }
    
    .btn {
        padding: 0 20px;
    }
    
    .slider-carousel h1 {
        font-size: 30px !important;
    }
    
    .widget.widget-reservation {
        margin-bottom: 50px;
    }
    
    .subscription .subscription-form .btn {
        font-size: 13px;
        padding: 0 15px;
    }
    
    .projects-filter li {
        border-bottom: 1px dashed;
        height: 20px;
        margin-right: 18px;
    }
    
    .features .feature-panel-holder .feature-panel .feature-content p, .features .feature-panel-holder .feature-panel {
        min-height: auto;
    }
    
    input[name=upload] {
        margin-top: 0 !important;
        margin-bottom: 30px !important;
        
    }
    
    .blog-single {
        padding-top: 0;
    }
    
    .footer-copyright {
        padding: 0;
    }
    .footer-copyright .copyright .social-icons {
        padding-bottom: 30px;
    }
    .footer .footer-top {
        padding-bottom: 0px;
    }
    
    #back-to-top {
        bottom: 95px;
    }

    .about {
        padding-bottom: 75px;
    }

    .features-bar .features-holder .feature-panel {
        padding: 20px 25px 20px;
        min-height: unset;
    }

    .heading .heading-title, .page-title.page-title-2 .title-heading, .page-title .title h1.title-heading {
        line-height: 1.2 !important;
        font-size: 22px !important;
    }
    
    .about.about-3 {
        padding-top: 30px;
        padding-bottom: 0px;
    }
    
    .delivery-img {
        width: 100%;
    }
    
    .blog-single .blog-entry .entry-content .entry-title {
        margin-bottom: 0;
    }
    .h1, h1 {
        font-size: 22px !important;
    }
    .blog-single .blog-entry .entry-content .entry-bio p {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 13px;
    }
    
    .blog-single .nav-posts .prev-post {
        margin-bottom: 5px;
    }
    
    .blog-single .nav-posts {
        align-items: stretch;
    }
    
    .services .service-panel .service-content p {
        min-height: auto;
    }
    
    .preim .features-holder .feature-panel {
        box-shadow: 0px 1px 0px 0px rgb(40 40 40 / 11%);
        padding: 20px 25px 33px;
    }
    
    .preim .features-holder div:last-child .feature-panel {
        box-shadow: unset;
    }
    
    .services .service-panel .service-content h4 a, .services .service-panel .service-content h4 {
        height: auto;
    }
    
    /* Отменяем троеточие */
    .features .feature-panel-holder .feature-panel .feature-content p, .features .feature-panel-holder .feature-panel .feature-content h4, .services .service-panel .service-content p, .blog-entry .entry-content .entry-title h4 a, .blog-entry .entry-content .entry-bio.blog-list p, .services .service-panel .service-content h4 {
        -webkit-line-clamp: unset;
    }


}


.copy-btn-container {
    display: inline;
    position: relative;
}

.copy-btn {
    position: absolute;
    top: -10px;
    right: -15px;
}


.projects-portfolio-filter .project-panel .project-panel-holder .project-content .project-title h4 {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    text-transform: inherit;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 39px;
}

.projects.projects-standard.projects-portfolio-filter .project-panel:hover .project-panel-holder .project-content .project-title h4 {
    color: var(--global--color-white);
}

.projects-portfolio-filter fieldset {
    margin-bottom: 10px;
}

.projects-portfolio-filter fieldset label {
    font-sixe: 16px;
}

.projects-portfolio-filter .project-panel .project-panel-holder .project-img a {
    position: static;
}

.projects-portfolio-filter form button {
    width: 200px;
}

.projects-portfolio-filter .btn-reset {
    justify-content: center;
}

.copy-tooltip {
  position: absolute;
  top: -45px; 
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff; 
  color: #333;
  border: 1px solid #ccc;
  padding: 4px 8px;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  white-space: nowrap;
  z-index: 1000;
}

.copy-tooltip.show {
  opacity: 1;
}
