/*
Theme Name: ARBK
Template: twentytwentyone
*/

@import url('../twentytwentyone/style.css');
@import url('assets/css/var.css');
@import url('assets/css/fonts.css');

body {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

a {
    text-decoration: none;
}

ul,
li {
    list-style-type: none;
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    display: flex;
    z-index: 99999;
    justify-content: center;
    align-items: center;
}

.icon-spinner-umbrella {
    width: 70px;
    height: 70px;
    color: var(--orange-color, #FF6D2A);
    fill: var(--orange-color, #ff6c28);
    animation: spin 2s linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.hidden {
    opacity: 0;
    transition: opacity 0.5s ease-out;
    pointer-events: none;
}

.backtotop {
    position: absolute;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    line-height: 36px;
    font-size: 18px;
    text-align: center;
    position: fixed;
    bottom: -50px;
    right: 25px;
    border-radius: 50px;
    cursor: pointer;
    transition: all .7s ease-in-out;
    background-color: var(--orange-color, #FF6D2A);
    color: #fff;
}

.backtotop:hover {
    background-color: var(--darkBlue-color, #061b49);
}

.icon-up {
    width: 18px;
    height: 18px;
    fill: var(--white-color, #fff)
}

.entry-content {
    margin: 0 !important;
}

.entry-content ul {
    margin: 0 !important;
}

.entry-content p {
    font-family: "OpenSans-Regular", sans-serif;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.5px;
    color: var(--gray-color, #484848);
    font-weight: 400;
    transition: all 0.3s ease-in-out;
}

.site-boreder {
    display: flex;
    flex-direction: column;
    height: 100vh;
    box-shadow: 0 15px 50px #484848;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    overflow-x: hidden;
}

main {
    flex: 1 0 auto;
}

.container {
    width: 100%;
    max-width: 1540px;
    margin: 0 auto;
    padding: 0 20px;
}

#breadcrumbs {
    color: var(--white-color, #fff);
    font-size: 16px;
    font-weight: 400;
    font-family: "OpenSans-Regular", sans-serif;
}

#breadcrumbs a {
    color: #fff;
    transition: color 0.3s ease-in-out;
}

#breadcrumbs a:hover {
    color: var(--orange-color, #ff6c28);
}

.breadcrumb_last {
    color: var(--orange-color, #ff6c28);
}

/* Header */

.header {
    position: fixed;
    z-index: 3000;

    width: 100%;
    height: 80px;
    max-width: 1920px;

    background-color: var(--white-color, #fff);
    border-bottom: 1px solid #e6e7eb;
}

.header__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
}

.header__logo {
    max-height: 40px;
}


.nav__list {
    display: inline-flex;
    padding: 0;
}

.nav__list .current-menu-item>a:first-child,
.nav__list .current-menu-item>a:first-child i,
.current-menu-ancestor>a:first-child,
.current-menu-ancestor>a:first-child i {
    color: var(--orange-color, #FF6D2A) !important;
    fill: var(--orange-color, #FF6D2A) !important;
}


.menu-item {
    position: relative;
    display: flex;
    align-items: center;
    height: 100px;
}

.menu-item a {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 15px;

    font-family: 'Roboto-Bold', sans-serif;
    /* font-weight: bold; */
    font-size: 16px;
    font-style: normal;
    letter-spacing: 1px;

    color: var(--darkBlue-color, #061b49);
    /* transition: all 0.3s ease-in-out; */
}

.angle {
    display: none;
}


.header-item a:hover {
    color: var(--orange-color, #ff6c28);
}

.header-item a:hover i {
    color: var(--orange-color, #ff6c28);
}

.menu-item i {
    color: #696969;
    /* transition: all 0.3s ease-in-out; */
}

.sub-menu i {
    transform: rotate(90deg);
}

.main-menu {
    display: none;
}

.menu-item a:not(:last-child) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}

.sub-menu {
    position: absolute;
    margin-top: -10px;
    top: 100%;
    left: auto;
    right: 0;
    background-color: #061b49;
    text-align: left;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.sub-menu li {
    height: auto;
    width: 225px;
}

.sub-menu .sub-submenu {
    display: none;
    right: 100%;
    top: -10px;
}

.menu-subitem:hover .main-menu {
    display: block;
}

.main-menu .menu-item-has-children:hover .sub-submenu {
    display: block;
}

.sub-menu .sub-menu li {
    width: 225px;
}

.sub-menu a {
    width: 100%;
    padding: 12px 15px;
    color: var(--white-color, #fff);
    font-weight: 400;
    font-size: 16px;
    border-bottom: 1px solid rgba(52, 59, 61, 0.2);
    font-family: "OpenSans-Regular", sans-serif;
    transition: all 0.3s ease-in-out;
}

.sub-menu a:hover {
    color: var(--orange-color, #ff6c28);
}

.sub-menu a:hover .fa-angle-down {
    color: var(--orange-color, #ff6c28);
}

.sub-menu-toggle {
    display: none;
}

.absolute_head_contact_block {
    width: 250px;
    position: relative;
    top: 0;
    right: 0;
	float: right;
    background: #061b49;
    padding: 10px 40px;
    border-radius: 0px 0px 20px 20px;
    font-size: large;
    font-weight: bold;
    border-left: 1px solid #e6e7eb;
    border-right: 1px solid #e6e7eb;
    border-bottom: 1px solid #e6e7eb;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.absolute_head_contact_block:hover {
    padding: 15px 40px;
}

.header-phone {
    font-family: "OpenSans-Bold", sans-serif;
    font-size: 18px;
    color: var(--white-color, #fff);
    transition: all .3s ease-in-out;
}

.header-phone:hover {
    color: var(--orange-color, #ff6c28);
}


.header-btn {
    display: none;
}

/* ************************************************** */

/* Btn */

.btn {
    display: inline-block;
    width: auto;
    border-radius: 50px;

    font-size: 16px;
    font-family: "OpenSans-SemiBold", sans-serif;
    font-weight: 500;
    padding: 15px 25px;
    letter-spacing: 0.5px;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-primary {
    color: #fff;
    background-color: #ff6c28;
}

.btn-primary:hover {
    background-color: #061b49;
}

.btn-secondary {
    color: #fff;
    background-color: #061b49;
}

.btn-secondary:hover {
    color: #061b49;
    background-color: #fff;
}

/* ******************************** */

/* intro */

.intro {
    position: relative;
    height: 800px;
}

.intro__image {
    height: 100%;

    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 800px;
    opacity: 0.7;

    background-color: #061b49;
}

.intro__content {
    max-width: 900px;
    top: 185px;
    position: absolute;
    padding-left: 25px;
}

.intro__sub-title {
    margin: 11px 0;

    font-family: "OpenSans-SemiBold", sans-serif;
    font-size: 22px;
    letter-spacing: 1.2px;
    font-weight: 500;
    line-height: 1;

    color: var(--white-color, #fff);
}

.intro__title {
    display: inline-block;
    margin: 16px 0;
    font-family: 'Poppins-SemiBold', sans-serif;

    font-size: 72px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 93.6px;
    color: var(--white-color, #fff);
}

.intro__info-text {
    color: var(--white-color, #fff);

    font-family: 'OpenSans-Regular', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.5px;
    margin: 9px 0;
}


.intro__btn {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-left: 10px;
    margin-top: 25px;
}

/* our-services */

.our__services {
    padding: 100px 0;
    background-color: var(--whiteGray-color, #f6f6f7);
    border-bottom: 1px solid #f6f7fb;
}

.our__services-text {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.our__subtitle {
    font-size: 22px;
    font-family: "OpenSans-SemiBold", sans-serif;
    margin: 11px 0;
    font-weight: 500;
    color: var(--orange-color, #FF6D2A);
}

.our__title {
    font-family: "Poppins-SemiBold", sans-serif;
    font-weight: 600;
    font-size: 40px;
    letter-spacing: 0.5px;
    line-height: 1.3;
    word-wrap: break-word;
    color: var(--darkBlue-color, #061b49);
}

.our__colunm {
    display: grid;
    grid-template-columns: repeat(3, minmax(200px, 500px));
    margin-top: 65px;
    row-gap: 24px;
}

.hentry {
    padding: 0 15px;
}


.post__wrapper {
    display: flex;
    flex-direction: column;
    max-width: 470px;
    width: 100%;
    padding: 35px;
    border: 1px solid #e6e7eb;
    border-radius: 15px;

    transition: all .3s ease-in-out;
}

.post__wrapper:hover {
    background-color: var(--darkBlue-color, #061b49);
}

.post__wrapper:hover .post__title {
    color: var(--white-color, #fff);
}

.post__wrapper:hover .entry-content p {
    color: var(--white-color, #fff);
}

.post__header {
    width: 100%;
}

.post__icon {
    font-size: 56px;
}

.post__icon-container {
    display: flex;
    align-items: center;
}

.post__title {
    font-family: "Poppins-SemiBold", sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: var(--darkBlue-color, #061b49);
    transition: all 0.3s ease-in-out;
    margin: 8px 0;
    transition: all 0.3s ease-in-out;
}

.post__title:hover {
    color: var(--orange-color, #ff6c28);
}

.entry-contaainer {
    margin: 8px 0;
}

.our__btn {
    width: max-content;
    margin: 25px auto 0;
}

.servise__post {
    max-width: 476px;
    width: 100%;
}

.servise__img {
    max-width: 476px;
    width: 100%;
    height: 268px;

    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;

    transition: all 0.3s ease-in-out;
}

.page-section {
    padding: 100px 0;
    border-bottom: 1px solid #f6f7fb;
}

.servise__img:hover {
    transform: scale(1.03);
}

.sevise__post-img {
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 10px;
}


.servise--text {
    padding: 2px 20px 20px 0;
}

.servise-btn {
    margin-top: 49px;
}

/* skills__content */

.skills-secondary {
    background-color: var(--darkBlue-color, #061b49);
}

.skills__content {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 5%;
}

.about {
    padding: 100px 0;
    background-color: var(--blue-color);
    color: var(--white-color);
}

.about__content {
    display: flex;
    align-items: center;
    column-gap: 72px;
}


.about__player {
    position: relative;
    width: 100%;
    max-width: 675px;
    height: 100%;
    min-height: 500px;
    background-size: cover;
    background-position: center;
    /* background-image: url("/assets/images/work2.jpg"); */
    border-radius: 24px;
}

.btn__play {
    position: absolute;
    top: 40%;
    left: 45%;
    cursor: pointer;
}

.info__header {
    padding: 0 15px 65px;
}

.info__subtitle {
    font-family: "OpenSans-SemiBold", sans-serif;
    font-size: 22px;
    font-weight: 600;
    margin: 11px 0;
    color: var(--orange-color, #ff6c28);
}

.info__title {
    font-family: "Poppins-SemiBold", sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.5px;
    word-wrap: break-word;
    color: var(--white-color, #fff);

    margin: 16px 0;
}

.info__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 24px;
    margin-bottom: 24px;
}

.info__icon {
    font-size: 36px;
}

.info__item__title {
    font-family: "Poppins-SemiBold", sans-serif;
    margin: 10px 0 8px 0;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.3;
    text-decoration: none;
    color: var(--white-color, #fff);
}

.info__item__text {
    margin-top: 5px;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.5px;
    font-family: "OpenSans-Light", sans-serif;
    color: var(--white-color, #fff);
}

.pulse {
    position: relative;
    text-align: center;
    padding: 20px;
    font-size: 24px;
    border-radius: 50%;
    background: var(--orange-color);
    width: 80px;
    height: 80px;
}

.pulse::before {
    content: '';
    position: absolute;
    border: 10px solid var(--orange-color);
    left: -10px;
    opacity: 0;
    right: -10px;
    top: -10px;
    bottom: -10px;
    border-radius: 50%;
    animation: pulse 2.5s linear infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

.modal__player__body {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
}

.icon__close {
    position: relative;
    top: 20%;
    left: 80%;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.video {
    max-width: 720px;
    width: 100%;
    height: 410px;
    display: flex;
    justify-content: center;
    margin: 10% auto;
}

.video iframe {
    width: 100%;
    height: 100%;
}

.video-block {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding: 20px;
}

/*  */

.gallery {
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 24px;
}

.gallery-item {
    max-width: 300px !important;
    width: 100%;
    height: 225px;
    margin: 0 auto;
}

.gallery-item img {
    max-height: 225px;
}

.project__gallery {
    display: flex;
    /* flex-wrap: wrap; */
    /* gap: 24px; */
    align-items: baseline;
    margin-top: 65px;
    margin-bottom: 24px;
}

.project__box {
    position: relative;
    width: 100%;
    max-width: 355px;
    height: max-content;
    border-radius: 24px;
    padding: 0 10px;
    margin: 0 10px;
    background-color: var(--white-color, #fff);
    transition: all 0.3s ease-in-out;
}

.project__box:hover .image__filter {
    opacity: 1;
}

.project__box:hover .gallery__btn__pos {
    top: 40%;
    opacity: 1;
}

.project__box:hover .post__title {
    color: var(--orange-color, #ff6c28);
}

.project__box:hover {
    box-shadow: rgb(170, 170, 170) 0px 15px 15px -5px
}

.project__padding {
    padding: 15px;
    /* line-height: 0.5; */
}

.gallery__image {
    width: 100%;
    max-width: 355px;
    height: 200px;
    border-radius: 24px;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.image__filter {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    max-width: 355px;
    height: 200px;
    border-radius: 24px;
    background-color: rgba(6, 27, 73, 0.9);
    transition: all 0.5s ease-in-out;
}

.gallery__btn__pos {
    position: absolute;
    /* top: 40%; */
    top: 30%;
    left: 30%;
    display: flex;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.gallery__btn {
    width: 50px;
    height: 50px;
    background-color: var(--orange-color);
    border-radius: 100%;
    color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin-right: 32px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}


.gallery__btn:hover {
    background-color: var(--white-color);
    color: var(--orange-color);
}

.project__modal-back {
    display: none;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgb(0, 0, 0, 0.7);
}

.close-modal {
    width: 1.66667em;
    height: 1.66667em;
    line-height: 1.66667em;
    position: relative;
    left: 100%;
    top: 140px;

    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
    background-color: var(--orange-color, #ff6c28);
    border-radius: 50px 50px 50px 50px;

    margin: 0;
    padding: 0;
    border: 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.close-modal:hover {
    background-color: var(--darkBlue-color, #061b49);
}

.slider_btn-container {
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: space-between;
    width: 100%;
    z-index: 100;
}


.project-slider {
    display: flex;
    align-items: center;
    height: 700px;
    position: relative;
    top: 160px;
}

.project_btn {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 160px;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    background-color: var(--orange-color, #FF6D2A);
    border-radius: 50px 50px 50px 50px;
    opacity: 0.7;
}

.next-btn {
    order: 2;
    margin-left: 10px;
}

.prev-btn {
    order: 0;
    margin-right: 10px;
}

.next-btn,
.prev-btn {
    transition: all 0.3s ease-in-out;
}

.next-btn:hover,
.prev-btn:hover {
    background-color: var(--darkBlue-color, #061b49);
}

.prev-btn::before {
    content: '';
    position: absolute;
    top: 60px;
    right: 35px;
    border: 20px solid transparent;
    border-right: 20px solid var(--white-color, #fff);
}

.next-btn::before {
    content: '';
    position: absolute;
    top: 60px;
    left: 35px;
    border: 20px solid transparent;
    border-left: 20px solid var(--white-color, #fff);
}

.slider-container {
    order: 1;
    /* position: relative;
    top: 160px; */
    max-width: 1500px;
    margin: 0 auto;
    width: 100%;
    height: 700px;
    overflow: hidden;
}

.slider {
    display: flex;
    transition: all 0.3s ease-in-out;
}

.slide {
    display: block;
    min-width: 100%;
    width: 100%;
    height: 697px;
    /* background-color: black; */
}

.slide-img {
    display: block;
    max-width: 1580px;
    max-height: 697px;
    height: 100%;
    margin: 0 auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* equipment */

.equipment {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.equipment__filter {
    padding: 100px 0;
    background-color: rgba(6, 27, 73, 0.7);
    width: 100%;
    height: 100%;
    color: var(--white-color);
}

.equipment__header {
    margin-bottom: 10px;
}

.equipment__title {
    font-family: "Poppins-SemiBold", sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 1.3;
    letter-spacing: 0.5px;
    text-align: center;
    margin: 16px 0;
}

.equipment__subtitle {
    max-width: 800px;
    margin: auto;
    font-family: 'OpenSans-Regular', sans-serif;
    font-weight: 400;
    letter-spacing: 0.5px;
    font-size: 17px;
    text-align: center;
    color: var(--white-color, #fff);
}

.equipment__project {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 48px 0;
    column-gap: 20px;
}

.equipment__project-box {
    display: inline-block;
    background-color: var(--white-color);
    /*width: 30%;*/
    border-radius: 15px;
    padding: 15px 25px;
    transition: all 0.3s ease-in-out;
}

.equipment__link {
    font-size: 22px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    text-align: center;
    text-decoration: none;
    color: var(--darkBlue-color);
    transition: all 0.3s ease-in-out;
}

.project__icon {
    font-size: 32px;
    margin-right: 10px;
    transition: all 0.3s ease-in-out;
}

.equipment__project-box:hover {
    background-color: var(--darkBlue-color);
}

.equipment__project-box:hover .equipment__link {
    color: var(--white-color);
}

/* Clients */

.clients__grid {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 65px;
    column-gap: 10px;
    padding: 25px 0;
}

.clients__item {
    width: 100%;
    /* max-width: 290px; */
    height: 164px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.clients__image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
}

.clients__image:hover {
    transform: scale(1.02);
}


/* contact */

.map {
    width: 100%;
    height: 110vh;
    border: none;
}

.contact {
    padding: 100px 0;
    background-color: #f6f6f7;
    position: relative;
}

.contact__box {
    padding: 50px;
    margin-right: 50px;
    background-color: var(--darkBlue-color);
    position: absolute;
    border-radius: 15px;
    z-index: 2;
    top: 19%;
    left: 50%;
    max-width: 750px;
}

.contact_header {
    max-width: 900px;
    margin: 0 auto 65px;
}

.contact__subtitle {
    font-size: 22px;
    margin: 11px 0;
    opacity: 1;
    font-weight: 500;
    font-family: "OpenSans-SemiBold", sans-serif;
    color: var(--white-color, #fff);
}

.contact__tel {
    text-decoration: underline;
}

.contact__title {
    font-weight: 600;
    font-size: 40px;
    word-wrap: break-word;
    line-height: 1.3;
    letter-spacing: 0.5px;
    color: var(--orange-color, #ff6c28);
    font-family: "Poppins-SemiBold", sans-serif
}

.contact__info {
    color: var(--white-color, #fff);
    font-style: normal;
    letter-spacing: 0.5px;
    font-size: 16px;
    font-weight: 400;
    font-family: "OpenSans-Regular", sans-serif;
}

.contact__info p {
    margin: 11px 0;
}

.contact-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.contact__tel {
    font-family: "Roboto-Regular", sans-serif;
    color: var(--white-color);
    font-size: 16px;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
}

.contact__tel:hover {
    color: var(--orange-color);
}


.contact__email {
    color: var(--white-color);
    text-decoration: none;
}

.ya__map iframe {
    width: 100%;
    height: 995px;
}

/* footer */


.footer {
    flex: 0 0 auto;
    padding: 25px 0;
    background-color: var(--footer-color, #030d24);
}

.footer__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--white-color);
    font-size: 16px;
    font-weight: 400;
    font-family: "Roboto-Regular", sans-serif;
}

.privacy-policy-link {
    color: var(--white-color);
    transition: all 0.3s ease-in-out;
}

.privacy-policy-link:hover {
    color: var(--orange-color);
    text-decoration: underline;
    text-decoration-color: #fff;
}

.default-page {
    position: relative;
    width: 100%;
    height: 600px;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.default-fillter {
    width: 100%;
    height: 100%;
    background-color: var(--darkBlue-color, #061b49);
    opacity: 0.3;
}

.description__content,
.description__content p,
.entry-content {
    font-family: "OpenSans-Regular", sans-serif;
    margin: 0.5em 0;
    color: #484848;
    letter-spacing: 0.5px;
    font-size: 16px;
    font-weight: 400;
    max-width: 100% !important;
}


.description__content ul,
.description__content li {
    list-style-type: disc;
}

.description__content ul {
    padding: 0 0 0 24px;
}

.default__content {
    position: absolute;
    top: 225px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.content-title {
    max-width: 900px;
    font-family: "Poppins-SemiBold", sans-serif;
    font-size: 50px;
    font-weight: 500;
    color: var(--white-color, #fff);
    letter-spacing: 0.5px;
    margin-top: 0;
}

/*  */

.technology-container {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
}

.technology-title {
    margin-bottom: 40px;
}

.cat-title {
    color: rgb(72, 72, 72);
    font-family: "Roboto-Bold", Sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 28px
}

.technology__grid {
    display: grid;
    grid-template-columns: repeat(3, auto);
}

.technology__post {
    position: relative;
    max-width: 346px;
    width: 100%;
    padding: 10px;
}

.technology__post-img {
    max-width: 346px;
    height: 260px;
}

.technology__title {
    margin-bottom: 5px;
    font-family: "Roboto-Bold", Sans-serif;
    font-weight: 500;
    font-size: 28px;
    color: var(--orange-color, #FF6D2A);
}

.technology-img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.technology__text {
    color: rgb(72, 72, 72);
    font-size: 16px;
    font-family: "Roboto-Regular", Sans-serif;
    font-weight: 400;
    line-height: 24px;
}

.technology-block {
    margin-bottom: 20px;
}

.technology-info {
    display: flex;
}

.expand {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    background-color: var(--darkBlue-color, #061b49);
    border-radius: 50%;
    font-size: 54px;
    color: #fff;
    fill: #fff;
    text-align: center;
}

.total-title {
    font-family: "Roboto-Bold", Sans-serif;
    font-size: 32px;
    font-weight: 500;
    margin: 16px 0 5px 0;
    color: var(--darkBlue-color, #061b49);
}

.technology__text ul,
.technology__text li {
    list-style-type: disc;
}

.technology__text ul {
    padding-left: 16px;
}

.technology-content {
    display: flex;
    gap: 10px;
    margin-bottom: 48px;
}

.technology-content-info {
    display: grid;
    grid-template-columns: 100px minmax(300px, 570px);
    gap: 15px;
    align-items: center;
    margin-bottom: 40px;
}

/* servise__grid */

.servise__grid {
    display: grid;
    grid-template-columns: repeat(2, auto);
    row-gap: 24px;
    margin-top: 48px;
}

.servise__grid .sevise__post-img,
.servise__grid .servise__img,
.servise__grid .servise__post {
    max-width: 100%;
}

.servise__grid .servise__img,
.servise__grid .sevise__post-img {
    height: 410px;
}

.servise__grid .entry-content p {
    margin: 0 !important;
}

.equipment__post {
    position: relative;
    max-width: 374px;
    width: 100%;
    padding: 10px;
}

.equipment-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.equipment__post-img {
    position: relative;
    top: 0;
    max-width: 355px;
    height: 200px;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.equipment__post-img:hover {
    top: -8px;
}

.equipment-title {
    margin-bottom: 5px;
    font-size: 28px;
    font-family: "Roboto-Bold", Sans-serif;
    font-weight: 500;
    color: var(--orange-color, #ff6c28);
    text-decoration: underline;
}

.equipment-textblock {
    margin-top: 16px;
}

.equipment-text p {
    margin: 8px 0;
}

.equipment-block {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    margin-top: 20px;
    padding-bottom: 40px;
}

.geplogical-grid {
    display: grid;
    grid-template-columns: minmax(450px, 758px) minmax(200px, 342px);
    gap: 40px;
}

.geplogical-grid .technology__text .entry-content p {
    line-height: 24px;
}

.equipment-textblock .entry-content p {
    margin: 8px 0 !important;
}

.geplogical-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.geplogical-grid .technology__text p {
    margin: 8px 0;
}

.geplogical-grid .technology__text ul {
    margin: 0;
    padding-left: 1.5em;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    margin: 0 !important;
}

.vacancy-section {
    margin: 0 !important;
}

.vacancies-link {
    font-family: "Roboto-Bold", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: var(--orange-color, #ff6c28);
    padding: 5px 0px 0px 0px;
}

.total-content {
    display: flex;
    justify-content: center;
}

.total {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.total-man {
    font-size: 69px;
    color: var(--orange-color, #ff6c28);
    font-family: "Roboto-Bold", Sans-serif;
    font-weight: 600;
}

.total__span {
    font-family: "Roboto-Bold", Sans-serif;
    color: var(--darkBlue-color, #061b49);
    text-align: center;
    font-size: 19px;
    font-weight: 400;
}

.vacancies-info {
    display: grid;
    grid-template-columns: minmax(320px, 560px) auto;
    gap: 20px;
    align-items: center;
    margin-bottom: 40px;
}

.vacancies {
    margin-bottom: 35px;
}

.vacancies-info h2 {
    grid-column: span 2;
}

.vacancies__post-img {
    max-width: 346px;
    height: 260px;
    border-radius: 15px;
    overflow: hidden;
}

.vacancies-img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.project__post {
    max-width: 380px;
    padding: 10px;
}

.project__grid {
    display: grid;
    grid-template-columns: repeat(3, auto);
}

/*  */
.gallery-grid .gallery,
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(5, auto);
    grid-template-rows: auto;
}

/*  */

.info-block {
    display: flex;
    align-items: center;
    gap: 16px;
}

.project-info {
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 40px;
}

.info-block__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--darkBlue-color, #061b49);
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
}

.info-block__icon-secondary {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--orange-color, #ff6c28);
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
}

.info-block__column {
    grid-column: span 2;
}

.info-block__icon-secondary i,
.info-block__icon i {
    color: var(--white-colorm, #fff);
    font-size: 24px;
}

.block__text-title {
    display: block;
    font-family: "Roboto-Bold", sans-serif;
    font-size: 32px;
    font-weight: 500;
}

.block__text-title-secondary {
    font-family: "Roboto-Bold", sans-serif;
    font-size: 32px;
    font-weight: 500;
    color: var(--orange-color, #ff6c28);
}

.block__text-subtitle {
    font-size: 16px;
    font-family: "Roboto-Regular", Sans-serif;
    font-weight: 400;
    line-height: 1.5em;
}

.info-img__block {
    max-width: 120px;
    width: 100%;
    height: 68px;
}

.info-img {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.project-info__content {
    margin-top: 40px;
}

.project-info__content h1,
.project-info__content h2,
.project-info__content h3,
.project-info__content h4,
.project-info__content h5,
.project-info__content h6 {
    font-family: "Roboto-Bold", sans-serif;
    font-size: 32px;
    font-weight: 500;
    color: var(--darkBlue-color, #061b49);
    margin-bottom: 20px;
}

.project-info__content p {
    margin: 8px 0;
    color: #484848;
    font-family: "Roboto-Regular", sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.project-info__content .alignnone {
    margin: 0 30px;
}

.project-dopinfo {
    padding: 40px 0;
}

.project-dopinfo_title {
    font-family: "Roboto-Bold", sans-serif;
    font-size: 32px;
    font-weight: 500;
    color: var(--darkBlue-color, #061b49);
    margin-bottom: 20px;
}

.project-dopinfo__grid {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(3, minmax(250px, 380px));
    margin: 20px 0;
}

.project-dopinfo__grid a {
    text-decoration: underline;
    color: rgb(72, 72, 72);
    font-family: "Roboto-Regular", sans-serif;
    font-size: 19.2px;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
}

.project-dopinfo__grid a:hover {
    color: var(--orange-color, #ff6c28);
}

.project__link {
    text-decoration: underline;
}


.tab {
    display: flex;
    flex-direction: column;
    max-width: 540px;
    margin-top: 94px;

    grid-column: 2;
    grid-row: 1 / -1;
}

.tab-nav>input[type="radio"] {
    display: none;
}

.tab-content {
    display: none;
    border-right: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}

.tab-content-show {
	display: block !important;
}

.tab input[type="radio"] + label {
    padding: 20px 25px;
    cursor: pointer;
}

/*
#content-1:has(~ .tab-nav > #tab-btn-1:checked),
#content-2:has(~ .tab-nav > #tab-btn-2:checked) {
    display: block;
}
*/

.tab-nav {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #dee2e6;
    /* margin-bottom: 1rem; */
    order: -1;
}

.tab-nav>label {
    display: block;
    padding: 25px;
    color: var(--darkBlue-color, #061b49);
    font-family: "Roboto-Bold", sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    background: 0 0;
    border: 1px solid transparent;
    margin-bottom: -1px;
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
    -webkit-appearance: button;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.tab-nav>input[type="radio"]:checked+label {
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    cursor: default;
}

.tab-map__primary {
    width: 540px;
    height: 470px;
    padding: 20px;
}

.tab-map__primary iframe {
    width: 100%;
    height: 410px;
}

.tab-map__title {
    color: #484848;
    font-family: "Roboto-Bold", sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(3, auto);
    column-gap: 60px;
    row-gap: 20px;
}

.contact__text h2,
.contact__text h3 {
    color: var(--darkBlue-color, #061b49);
    font-family: "Roboto-Bold", Sans-serif;
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 40px;
}

.contact__text p {
    margin: 8px 0;
    color: #484848;
    font-family: "Roboto-Regular", sans-serif;
    letter-spacing: 0.5px;
    font-size: 16px;
    font-weight: 400;
}

.contact__infp-rec {
    font-size: 32px;
    color: var(--orange-color, #ff6c28);
    font-family: "Roboto-Bold", Sans-serif;
    font-weight: 500;
    margin-bottom: 30px;
}

.contact-text {
    margin-top: 50px;
}

.contact-text p {
    margin: 8px 0;
}

.contact-elcont {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.contact-elcont .block__text-title {
    color: var(--darkBlue-color, #061b49);
} 

/*  */
.about-content p {
    margin: 8px 0;
}

.razdel_poznakomtes {
    padding-bottom: 40px;
}

.about-info__grid {
    display: grid;
    grid-template-columns: repeat(3, auto);
    row-gap: 20px;
    margin: 40px 0;
}

.about-box {
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.about-box-title {
    color: var(--orange-color, #ff6c28);
    font-family: "Poppins-SemiBold", sans-serif;
    font-size: 28px;
    font-weight: 600;
    text-decoration: underline;
    line-height: 36.4px;
    margin-bottom: 5px;
}

.about-box__img {
    position: relative;
    top: 0;
    transition: top 0.3s ease-in-out;
}

.about-box__img:hover {
    top: -8px;
}

.about-client__grid {
    display: grid;
    grid-template-columns: repeat(5, auto);
    margin-top: 20px;
    margin-bottom: 40px;
}

.about-client__grid .clients__image:hover {
    transform: scale(1);
}

.about-video__container {
    max-width: 100%;
    width: 100%;
    height: 630px;
    border-radius: 15px;
    overflow: hidden;

    margin-bottom: 40px;
}

.about-video__container iframe {
    max-width: 100%;
    width: 100%;
    height: 100%;
    margin: 0;
}