.team + .description + .gallery + .description .link-section {
    display: none;
}
.header{
	min-height: 75px;
}
.team-desktop img {
    width: 100%;
}
.header.active .header-nav .header-action span{    margin: 0 auto 10px;}
.team {
    padding: 0 !important;
    overflow: hidden;
}

.team .container {
    min-height: auto !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 55px;

}

.navigation {
    min-height: 70px;
}

.submenu .bottom-nav-item {
    top: auto !important;
    bottom: auto !important;
}

.price-service.gray-1 .price-item {
    margin-bottom: 0;
}

.team .link-section {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    margin: 0 auto;
}

.popup-form input {
    background: transparent;
    height: auto;
}

.form-horizontal {
    margin-bottom: 20px;
}

.popup-form input:focus {
    background: transparent !important;
}

.language-switcher a {
    text-transform: uppercase;
}

.swiper-wrapper {
    height: auto;
}

.equipment-slider .swiper-slide {
    max-height: 537px
}

.portfolio-item_title {
    min-height: 40px;
}

.navigation .next, .navigation .prev {
    height: 24px;
}

.navigation .nav-list a img {
    width: 9.6px;
    height: 13.6px;
}

html p {
    font: 300 19px / 180% Calibri;
}

.text-section img {
    margin: 0 auto 20px;
}

.service-wrap .service-desc {
    padding-top: 35px;
}

.description .text-section ul {
    margin-bottom: 30px;
}

.description .text-section li {
    font: 300 17px / 25px Calibri;
    letter-spacing: .23px;
    position: relative;
    padding-left: 15px;
}

.footer .menu-item-has-children .sub-menu .sub-menu {
    top: auto;
    height: auto;
    bottom: 0;
}

.header-logo a img, .footer-logo a img {

    height: auto;
}

.safety-item img {
    height: auto;
}

.service-image img {
    height: auto;
}

.description .text-section li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #000;
}

.description .text-section ol {
    counter-reset: my-awesome-counter;
}

.description .text-section ol li {
    counter-increment: my-awesome-counter;
    list-style: none;
}

.description .text-section ol li:before {
    position: absolute;
    content: counter(my-awesome-counter);
    left: 0;
    top: 0;
    width: 10px;
    height: 10px;
    border-radius: 0;
    background-color: transparent;
}

.footer .menu-item-has-children .sub-menu .sub-menu {
    top: 0;
    height: auto;
    bottom: auto;
}

.popup-thn .popup-wrap {
    background-color: #5b79c4;
    width: 100%;
    max-width: 300px;
}

.popup-thn .popup-wrap .popup-subtitle-thn {
    min-height: 148px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font: 300 15px / normal Calibri;
}

.popup-thn .popup-wrap .popup-subtitle-thn p {
    font-size: 16px;
}

.menu-item-has-children .menu-item-has-children {
    position: relative;
}

.footer-nav .sub-menu .menu-item-has-children .menu-item-has-children:after {
    display: block !important;
}

.popup-form .btn-secondary {
    padding: 19px 24px 20px;
    width: 100%;
}

.header.active .header-lang li:before {
    opacity: 0;
}

.header.active .header-lang li.default-lang:before,
.header.active .header-lang li.default-lang-en:before {
    opacity: 1;
}

.language-switcher span {
    text-transform: uppercase;
}

.language-switcher li a {
    position: relative;
}

.language-switcher li:last-child a:after {
    left: -60px;
}

.language-switcher li a:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    width: 80px;
    height: 30px;
    z-index: 8;
}

.language-switcher li.default-lang-en a:after, .language-switcher li.default-lang a:after {
    display: none;
}

.header.active .header-lang li.default-lang-en:before {
    left: 60px;
}

.popup-wrap {
    padding: 55px 38px;
    width: 300px;
    height: 277px;
}

.popup-wrap .popup-form input {
    padding: 9px 15px 8px;
    font-size: 16px;
    text-align: center;
}

.popup-wrap .form-group {
    margin-bottom: 0;
    width: 100%;
}

.popup-wrap .form-horizontal {
    margin-bottom: 27px;
    margin-left: 0;
    margin-right: 0;
}

.popup-wrap .form-horizontal .btn-secondary {
    font-size: 16px;
    padding: 9px 2px;
}

.popup-wrap .form-horizontal:last-child {
    margin-bottom: 0;
}

.popup-title, .popup-subtitle {
    display: none;
}

.popup-close {
    position: absolute;
    right: 8px;
    top: 8px;
    cursor: pointer;
    width: 18px;
    height: 18px;
}
.header-nav .has-sub .submenu li:after,
.footer-nav .has-sub .submenu li:after{display:none;}
.footer-nav .has-sub .submenu li.has-sub:after,
.header-nav .has-sub .submenu li.has-sub:after{display:block;}
.video, .hero {
    overflow: hidden;
}

.hero-title > *, .hero-title h1{
	font: 400 72px / normal Calibri;
}
.title-section > *, .title-section h1{
    font: 400 33px / 40px Calibri;
}
.service-title > *, .service-title h1{
    font: 300 32px / normal Calibri;
}

@media screen and (max-width: 1440px) {
    .team-desktop {
        height: 720px;
    }

    .team-desktop img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

@media screen and (max-width: 1200px) {
    .portfolio-item .portfolio-slider {
        height: 280px;
    }
}

@media screen and (max-width: 1024px) {
    .portfolio-item .portfolio-slider {
        height: 280px;
    }
}

@media screen and (max-width: 992px) {
    .team .container {
        top: 40px;
    }

    .navigation {
        min-height: 50px;
    }

    .team .link-section {
        bottom: 40px;
    }

    .team-desktop {
        height: 560px;
    }

    .header {
        width: 100vw;
    }

    .popup-form .btn-secondary {
        padding: 10px 24px 10px;
    }

    .text-section img {
        width: 100%;
        max-width: 768px;
    }

    .service-wrap .service-desc {
        padding-top: 70px;
    }

    .description .text-section li {
        font-size: 16px;
        line-height: 20px;
    }

    .description .text-section ul {
        margin-bottom: 15.2px;
    }

    .description + .team .container {
        min-height: 537.6px;
    }

    [data-aos^=fade][data-aos^=fade] {
        opacity: 1;
        transform: translateZ(0);
    }

    .team-inner {
        padding: 41.4px 0 69.8px;
    }

    .team-inner .top-nav {
        bottom: 21px;
    }

    .safety-mob .about-pagination {
        bottom: 50px;
    }

    .description + .team .link-section {
        display: none;
    }

}

@media screen and (max-width: 768px) {

    .team .container {
        top: 20px;
    }

    .team .btn-primary {
        width: 100%;
        max-width: 240px;
    }

    .description + .team .mobile-subtitle-section {
        display: none;
    }

    .description + .team .subtitle-section {
        display: block;
        font-size: 14px;
        max-width: 100%;
    }

    .price-item li span:first-child {
        width: 70%;
    }

    .team-inner .swiper-slide {
        width: 260px;
        height: 305px;
    }

    .navigation .next {
        margin-top: -1px;
    }

    .team-desktop {
        display: none;
    }

    .team .team-mobile {
        position: relative;
        height: 810px;
    }

    .description + .team .link-section {
        display: block;
    }

    .description + .team .team-mobile {
        position: relative;
        height: 700px;
    }
}

@media screen and (max-width: 576px) {
    .description + .team .container {
        min-height: 468.4px;
    }

    .portfolio-item .portfolio-slider {
        height: 100%;
        max-height: 425px;
    }

    .team .team-mobile {
        height: 660px;
    }

    .description + .team .container {
        top: 20px;
    }

    .team .container {
        top: 60px;
    }

    .team .link-section {
        bottom: 60px;
    }

    .description + .team .link-section {
        bottom: 20px;
    }
}

@media screen and (max-width: 480px) {
    .description + .team .container {
        min-height: 408.4px;
    }

    .team .team-mobile img {

        object-position: center 70%;
    }

    /* 	.team .link-section {
            bottom: 20px;
        } */
    /* 	.hero+.team .title-section{
            margin-bottom: 5px;
        } */
    /* 	.hero+.team .top-section{
                    width: 100%;
            max-width: 100%;
        } */
    /* 	.hero+.team .link-section{bottom: 35px;}
        .hero+.team .container {
            top: 40px;
        } */
    .description + .team .team-mobile {
        height: 100vw;
    }

    .gallery + .description + .gallery .swiper-slide {
        height: 350px;
    }

    /* 		.team .team-mobile{        height: 580px;} */


}

@media screen and (max-width: 380px) {


}