

/* Start:/local/templates/agk/css/style.css?1781089683216259*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;600;700&family=Oswald:wght@200;300;500;700&display=swap");

@font-face {
    font-family: "Montserrat", sans-serif;
    src: local("Montserrat"), url("/local/templates/agk/css/../fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
    font-weight: 400;
}

/*p,li,a,h2,h3,h4{max-width:992px;}*/

.swiper {
    width: 100%;
    height: 100%;
    position: relative;
}

.introSwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.introSwiper .swiper-wrapper {
    position: relative;
}

.introSwiper .swiper-button-next {
    width: 64px;
    height: 64px;
    border: 1px solid #000;
    background-image: url("/local/templates/agk/css/../images/slider-arrow-next.svg");
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    bottom: 0;
    right: 0;
    top: unset;
    filter: invert(3%) sepia(3%) saturate(7232%) hue-rotate(168deg) brightness(92%) contrast(92%);
    transition: all 0.16s ease;
}

.introSwiper .swiper-button-next:before {
    content: "";
    width: 0;
    height: 2px;
    background: #FD6E39;
    transition: all 0.16s ease;
}

.introSwiper .swiper-button-next:hover {
    filter: invert(46%) sepia(75%) saturate(958%) hue-rotate(337deg) brightness(103%) contrast(98%);
    background-image: url("/local/templates/agk/css/../images/slider-arrow-next.svg");
    background-repeat: no-repeat;
    background-position: 25px center;
}

.introSwiper .swiper-button-next:hover::before {
    width: 0.875rem;
}

.introSwiper .swiper-button-prev {
    width: 64px;
    height: 64px;
    border: 1px solid #000;
    background-image: url("/local/templates/agk/css/../images/slider-arrow-prev.svg");
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: unset;
    right: 80px;
    top: unset;
    bottom: 0;
    filter: invert(3%) sepia(3%) saturate(7232%) hue-rotate(168deg) brightness(92%) contrast(92%);
    transition: all 0.16s ease;
}

.introSwiper .swiper-button-prev:before {
    content: "";
    width: 0;
    height: 2px;
    background: #FD6E39;
    transition: all 0.16s ease;
}

.introSwiper .swiper-button-prev:hover {
    filter: invert(46%) sepia(75%) saturate(958%) hue-rotate(337deg) brightness(103%) contrast(98%);
    background-image: url("/local/templates/agk/css/../images/slider-arrow-prev.svg");
    background-repeat: no-repeat;
    background-position: 13px center;
}

.introSwiper .swiper-button-prev:hover::before {
    width: 0.875rem;
}

.introSwiper .swiper-button-next::after,
.introSwiper .swiper-button-prev::after {
    display: none;
}

/*====== equipmentsSwiper=========*/
.equipments-section .wrapper {
    margin-bottom: 3rem;
}

.equipments-section .section-opening-wrapper {
    display: block;
}

.equipmentsSwiper {
    position: relative;
    width: 83rem;
    margin-top: 1rem;
}

.equipmentsSwiper .equipmentsSwiper-button-next .arrow-btn-wrapper {
    cursor: pointer;
}

.equipmentsSwiper .equipmentsSwiper-img {
    width: 416px;
    height: 234px;
    /*object-fit: contain;*/
    object-fit: fill;
}

.equipmentsSwiper .animation-item__overlay-wrapper {
    width: 416px;
    height: 234px;
    position: relative;
}

.equipmentsSwiper .swiper-slide .equipmentsSwiper__category-label {
    position: absolute;
    top: 12.625rem;
    left: 0;
    background: #0E1114;
    color: #FFF;
    font-family: Oswald, sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1rem;
    letter-spacing: 0.075rem;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 0.5rem 0.75rem;
    z-index: 4;
}

.equipmentsSwiper .swiper-slide .arrow-btn-wrapper::before, .equipmentsSwiper .swiper-slide .arrow-btn-wrapper::after {
    display: none !important;
}

.equipmentsSwiper .equipmentsSwiper-title {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5625rem;
    margin-top: 1.75rem;
}

/*====== !equipmentsSwiper=========*/
.projectsSwiper {
    position: relative;
    width: 83rem;
    margin-top: 3rem;
}

.projectsSwiper .projectsSwiper-button-next .arrow-btn-wrapper {
    cursor: pointer;
}

.projectsSwiper .projectsSwiper-img {
    width: 416px;
    height: 234px;
    /*object-fit: contain;*/
    object-fit: fill;
}

.projectsSwiper .animation-item__overlay-wrapper {
    width: 416px;
    height: 234px;
    position: relative;
}

.projectsSwiper .swiper-slide .projectsSlider__category-label {
    position: absolute;
    top: 12.625rem;
    left: 0;
    background: #0E1114;
    color: #FFF;
    font-family: Oswald, sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1rem;
    letter-spacing: 0.075rem;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 0.5rem 0.75rem;
    z-index: 4;
}

.projectsSwiper .swiper-slide .arrow-btn-wrapper::before, .projectsSwiper .swiper-slide .arrow-btn-wrapper::after {
    display: none !important;
}

.projectsSwiper .projectsSlider-title {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5625rem;
    margin-top: 1.75rem;
}

.newsSwiper {
    position: relative;
    width: 83rem;
    margin-top: 3rem;
}

.newsSwiper .newsSwiper-button-next .arrow-btn-wrapper {
    cursor: pointer;
}

.newsSwiper .newsSwiper-img {
    width: 416px;
    height: 234px;
    object-fit: contain;
}

.newsSwiper .animation-item__overlay-wrapper {
    width: 416px;
    height: 234px;
    position: relative;
}

.newsSwiper .swiper-slide .newsSlider__category-label {
    position: absolute;
    top: 12.625rem;
    left: 0;
    background: #0E1114;
    color: #FFF;
    font-family: Oswald, sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1rem;
    letter-spacing: 0.075rem;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 0.5rem 0.75rem;
    z-index: 4;
}

.newsSwiper .swiper-slide .arrow-btn-wrapper::before, .newsSwiper .swiper-slide .arrow-btn-wrapper::after {
    display: none !important;
}

.newsSwiper .newsSlider-title {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5625rem;
    margin-top: 1.75rem;
}

.reviewsSwiper {
    position: relative;
    width: 83rem;
    margin-top: 3rem;
}

.reviewsSwiper .swiper-slide {
    position: relative;
    padding: 2.25rem 1.5rem 1.75rem 0;
    border-right: 1px solid #C3CCE0;
    border-bottom: 1px solid #C3CCE0;
    min-height: 280px;
}

.reviewsSwiper .swiper-slide .reviewsSwiper__date {
    position: absolute;
    top: 0;
    left: 0;
    font-family: Oswald, sans-serif;
    font-size: 0.5625rem;
    font-weight: 500;
    line-height: 0.75rem;
    letter-spacing: 0.0675rem;
    text-transform: uppercase;
    padding: 0.25rem;
    background: #E6EAF6;
}

.reviewsSwiper .swiper-slide .reviewsSwiper__intro-container {
    display: flex;
    justify-content: space-between;
}

.reviewsSwiper .swiper-slide .reviewsSwiper__img {
    width: 3rem;
    height: 3rem;
    object-fit: cover;
}

.reviewsSwiper .swiper-slide .reviewsSwiper__partner-title {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.375rem;
}

.reviewsSwiper .swiper-slide .reviewsSwiper__short-description {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.25rem;
}

.reviewsSwiper .swiper-slide .reviewsSwiper__title-container {
    margin-left: 1rem;
}

.reviewsSwiper .swiper-slide .reviewsSwiper__text {
    text-overflow: ellipsis;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.25rem;
    margin-top: 0.75rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.16s ease;
    max-height: 80px;
}

.reviewsSwiper .swiper-slide .reviewsSwiper__text.textRows4 {
    -webkit-line-clamp: 4;
}

.reviewsSwiper .swiper-slide .reviewsSwiper__text.textRows13 {
    -webkit-line-clamp: 13;
}

.reviewsSwiper .swiper-slide .reviewsSwiper__text.active {
    max-height: 260px;
}

.reviewsSwiper .reviewsSwiper-button-next .arrow-btn-wrapper {
    cursor: pointer;
}

.reviewsSwiper .reviesSwiper__btns-container {
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
}

.reviewsSwiper .reviewsSwiper__expand-btn {
    border: none;
    background: transparent;
    font-family: Oswald, sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1rem;
    letter-spacing: 0.03rem;
    text-transform: uppercase;
    cursor: pointer;
    border-bottom: 1px dashed #0E1114;
    padding-bottom: 0.25rem;
    transition: all 0.16s ease;
}

.reviewsSwiper .reviewsSwiper__expand-btn:hover {
    color: #FD6E39;
}

.reviewsSwiper .reviewsSwiper__popup-btn {
    border: none;
    background: transparent;
    font-family: Oswald, sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1rem;
    letter-spacing: 0.03rem;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.16s ease;
}

.reviewsSwiper .reviewsSwiper__popup-btn:hover {
    color: #FD6E39;
}

.reviewsSwiper .arrow-btn-wrapper::before, .reviewsSwiper .arrow-btn-wrapper::after {
    display: none !important;
}

.partnersSwiper {
    position: relative;
    width: 83rem;
    margin-top: 3rem;
}

.similarProductsSwiper {
    position: relative;
    /*  width: 83rem;*/
    /* width: 100%;*/
    margin-top: 3rem;
}

.header {
    padding: 1rem 5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 4.5rem;
    color: #2D3540;
    line-height: 1rem;
    font-size: 0.875rem;
    background: #F7F8FC;
}

.header .checkbox {
    display: none;
}

.mobile-menu {
    display: none;
}

.header-nav ul {
    display: flex;
    align-items: flex-start;
}

.header-nav ul .header-nav__li {
    position: relative;
    cursor: pointer;
    padding: 0.75rem 0.75rem 0.75rem 0;
    font-size: 0.875rem;
    line-height: 1rem;
}

.header-nav ul .header-nav__li:hover {
    padding: 0.75rem 0.6875rem 0.75rem 0;
}

.header-nav ul .header-nav__li:hover:first-child,
.header-nav ul .header-nav__li:hover:nth-child(2),
.header-nav ul .header-nav__li:hover:nth-child(3),
.header-nav ul .header-nav__li:hover:nth-child(4) {
    padding: 0.75rem 0.75rem 0.75rem 0;
}

.header-nav ul .header-nav__li:hover:first-child .header-hover-submenu {
    opacity: 1;
    display: block;
    width: 250px;
}

.header-nav ul .header-nav__li:hover:nth-child(2) .header-hover-submenu,
.header-nav ul .header-nav__li:hover:nth-child(3) .header-hover-submenu,
.header-nav ul .header-nav__li:hover:nth-child(4) .header-hover-submenu {
    opacity: 1;
    display: block;
    width: 375px;
}

.header-nav ul .header-nav__li + .header-nav__li {
    margin-left: 1rem;
}

.header-hover-submenu {
    z-index: 3;
    position: absolute;
    top: 40px;
    left: -24px;
    background: #fff;
    padding: 12px 18px 12px;
    border-top: 1px solid #FD6E39;
    opacity: 0;
    transition: all 0.16s ease;
    box-shadow: 0 5px 10px #2D3540;
    display: none;
}

.header-hover-submenu ul {
    display: flex;
    flex-direction: column;
}

.header-hover-submenu ul li {
    padding: 12px 12px 12px 0;
    /*white-space: nowrap;*/
    white-space: normal;
    /*width: min-content;*/
}

@media (max-width: 1400px) {
    .header-hover-submenu ul li {
        width: 100%;
    }
}

.header-hover-submenu ul li:hover {
    padding: 12px 11px 12px 0;
}

.header__search-btn {
    cursor: pointer;
    border: none;
    color: black;
    line-height: 1rem;
    font-size: 0.875rem;
    width: 5rem;
    height: 2.5rem;
    background: url("/local/templates/agk/css/../images/search-icon.svg") no-repeat 0 center;
    filter: invert(19%) sepia(25%) saturate(481%) hue-rotate(175deg) brightness(87%) contrast(90%);
    transition: 0.16s all ease;
}

.search-wrapper {
    display: contents;
}

.search-wrapper.active {
    position: relative;
}

.search-wrapper.active .search-overlay {
    z-index: 99;
    opacity: 0.5;
    height: 100vh;
}

.search-wrapper.active .search-inner {
    top: 0;
}

.search-inner {
    position: fixed;
    top: -100vh;
    left: 0;
    z-index: 120;
    transition: all 0.16s ease;
}

.search-overlay {
    z-index: -1;
    top: 0;
    left: 0;
    position: fixed;
    width: 100vw;
    background: #000;
    opacity: 0;
    transition: all 0.16s ease;
}

.search-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 112px;
    padding: 32px 80px;
    background: #fff;
    z-index: 100;
    display: flex;
}

.search-input {
    height: 48px;
    width: calc(100% - 132px);
    border: 1px solid #C3CCE0;
    /* border-right: none;*/
    padding-left: 46px;
    background: url("/local/templates/agk/css/../images/search-icon-mid-grey.svg") no-repeat 12px center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    color: #2D3540;
}

.search-input::-webkit-search-cancel-button {
    position: relative;
    right: 20px;
    transform: scale(1.5);
}

.search-btn,
.search-close-btn {
    border: 1px solid #C3CCE0;
    width: 104px;
    height: 48px;
    background: #fff;
    font-family: Oswald, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.16s ease;
}

.search-btn:hover,
.search-close-btn:hover {
    border: 1px solid #FD6E39;
    color: #FD6E39;
}

.search-close-btn {
    margin-left: 32px;
}

.search-results {
    position: absolute;
    top: 112px;
    left: 0;
    padding: 0 80px 32px 80px;
    background: #fff;
    z-index: 100;
    width: 100vw;
}

.search-results__title {
    color: #C3CCE0;
    font-family: Oswald, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.search-results__title-equipment {
    margin-top: 32px;
}

.search-results__result-wrapper {
    margin-top: 16px;
    width: 100%;
    position: relative;
    height: 48px;
}

.search-results__result-wrapper.equipment-result .search-results__service-result {
    margin-left: 64px;
    width: calc(100% - 64px);
}

.search-results__result-wrapper.equipment-result .search-results__service-result:hover {
    /* width: calc(100% - 64px - 60px);*/
}

.search-results__service-result {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-right: 1px solid #C3CCE0;
    border-bottom: 1px solid #C3CCE0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    transition: all 0.16s ease;
    background: #fff;
    z-index: 101;
    cursor: pointer;
}

.search-results__service-result:hover {
    /* width: calc(100% - 60px);*/
    color: #FD6E39;
}

.search-result-arrow {
    position: absolute;
    right: 0;
    top: 0;
    border-right: 1px solid #FD6E39;
    border-bottom: 1px solid #FD6E39;
    height: 100%;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
}

.search-result-arrow img {
    filter: invert(46%) sepia(75%) saturate(958%) hue-rotate(337deg) brightness(103%) contrast(98%);
}

.all-results-btn {
    display: inline-block;
    font-family: Oswald, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    border: 1px solid #0E1114;
    background: none;
    padding: 12px 58px 12px 16px;
    margin-top: 32px;
    cursor: pointer;
    background-image: url("/local/templates/agk/css/../images/arrow-right.svg");
    background-repeat: no-repeat;
    background-position: 87% center;
    transition: all 0.16s ease;
}

.all-results-btn:hover {
    background-position: 95% center;
    animation-name: arrow-animation;
    animation-duration: 0.16s;
}

.search-error-label-wrapper {
    margin-top: 24px;
    background: rgba(199, 52, 52, 0.1);
    height: 48px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    color: #C73434;
    position: relative;
}

.search-error-label-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 100%;
    border-top: 1px solid #C73434;
    border-bottom: 1px solid #C73434;
    border-left: 1px solid #C73434;
}

.search-error-label-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 8px;
    height: 100%;
    border-top: 1px solid #C73434;
    border-bottom: 1px solid #C73434;
    border-right: 1px solid #C73434;
}

.form-section {
    padding: 5rem;
    background-color: #2D3540;
    background-image: url(/local/templates/agk/css/../images/form-bg-agk.png);
    background-position: bottom right;
    background-repeat: no-repeat;
}

.form-section .wrapper {
    display: flex;
    justify-content: space-between;
}

.form-section .titles-container {
    width: 26rem;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.form-section .section-title {
    color: #fff;
    font-size: 2rem;
    margin: 0.5rem 0 1.5rem;
}

.form-section .section-subtitle {
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0.1rem;
}

.form-section .contacts-wrapper {
    margin-top: 3.43rem;
}

.form-section .mobile-contacts__accodrion-trigger {
    display: none;
}

.mobile-footer__content-container {
    display: none;
}

.contacts-title {
    font-family: Oswald, sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1rem;
    letter-spacing: 0.07rem;
    text-transform: uppercase;
    color: #fff;
    margin-top: 2rem;
}

.contacts-city {
    margin-top: 1rem;
    color: #FD6E39;
    font-family: Oswald, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5rem;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
}

.contacts-info-text {
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.25rem;
    color: #fff;
    margin: 0
}

.contacts-info-text a {
    font-family: Montserrat, sans-serif;
    font-size: 0.81rem;
    font-weight: 400;
    line-height: 1.25rem;
    color: #fff;
}

.form {
    border: none;
}

.form fieldset {
    border: none;
    background: #ffffff;
    padding: 3rem;
}

.form fieldset select {
    width: 100%;
    height: 3.5rem;
}

.form fieldset .inputselect {
    border: 1px solid #E6EAF6;
}

.form fieldset .form-input-container {
    display: flex;
    flex-direction: column;
    margin-top: 16px;
    border: 1px solid #E6EAF6;
    padding: 10px;
}

.form fieldset .form-input-container label {
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.33px;
}

.form fieldset .form-input-container input {
    margin-top: 4px;
    border: none;
}

.form fieldset .form-input-container input::placeholder {
    font-size: 0.81rem;
    font-weight: 400;
    line-height: 1rem;
}

.form fieldset .form-input-container input:focus-visible {
    outline: none;
}

.form fieldset .form-input-container #commentary {
    height: 120px;
    border: none;
}

.form fieldset .form-input-container #commentary::placeholder {
    position: absolute;
    top: 0;
}

.form fieldset .form-input-container #commentary:focus-visible {
    outline: none;
    border: none;
}

.form fieldset .form__text {
    border: none;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 16px;
    max-width: 450px;
    margin-bottom: 0;
}

.form fieldset .form__text span {
    text-decoration: underline;
}

.form fieldset input[type='submit'] {
    width: 100%;
    background: #0E1114;
    font-family: Oswald, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    margin-top: 16px;
    /* 100% */
    letter-spacing: 0.96px;
    text-transform: uppercase;
    color: #fff;
    border: none;
    padding: 20px 0;
    transition: all 0.16s ease;
}

.form fieldset input[type='submit']:hover {
    background: #FD6E39;
}

.form-section__rightside {
    margin-left: 3rem;
}

.footer-section {
    padding: 4rem 5rem;
    background: #0E1114;
    color: #E6EAF6;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-section .contact-btn {
    font-family: Oswald, sans-serif;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    color: #0E1114;
    background-color: #fff;
    height: 48px;
    border: none;
    cursor: pointer;
    transition: all 0.16s ease;
}

.footer-section .contact-btn:hover {
    color: #FD6E39;
}

.footer-logo {
    width: 174px;
}
.footer-logo-mobile {
    display: none;
}

.footer-section .special-hover {
    filter: none;
    border-right: 1px solid transparent;
}

.footer-section .special-hover:hover {
    filter: none;
    border-right: 1px solid #E6EAF6;
}

.footer-section .special-hover:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0;
    background: #E6EAF6;
    transition: 0.16s all ease;
}

.footer-section .special-hover:hover::before {
    width: 100%;
}

.footer-section a {
    color: #E6EAF6;
}

.footer__content-slice {
    display: flex;
    flex-direction: column;
    width: 17.25rem;
}

.footer__content-slice:nth-child(1) {
    justify-content: space-between;
    width: 13rem;
}

.footer__content-slice:nth-child(3) {
    justify-content: center;
}

.footer__content-slice:last-child {
    justify-content: space-between;
}

.footer__category-title {
    color: #FD6E39;
    font-family: Oswald;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5rem;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
}

.footer__link {
    color: #E6EAF6;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1rem;
    padding: 0.75rem 0.75rem 0.75rem 0;
}

.mobile-footer__content-wrapper {
    display: none;
}

.label-section {
    max-width: 1760px;
    background: #0E1114;
    color: #fff;
    margin: 0 auto;
    padding: 40px;
    overflow: hidden;
}

.label-section h1 {
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    margin-bottom: 18px;
    margin-top: 64px;
}

.label-section__text {
    color: #C3CCE0;
    font-family: Oswald;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-top: 8px;
}

.label-section h1,
.label-section__text {
    position: relative;
    z-index: 2;
}

.label-section__image {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.equipment-page .label-section__image,
.about-company-page .label-section__image {
    right: -32px;
    transform: scale(1.35);
}

.about-company-page .label-section__image_career {
    right: 0;
}

.label-section {
    position: relative;
    background-repeat: no-repeat;
    background-position: right center;
}

/* .label-section.equipment-page {
  background-image: url("/local/templates/agk/css/../images/equipment-page-label-img.svg");
} */

.equipment-categories__links-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 80px;
}

.equipment-categories__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transition: all 0.16s ease;
    padding: 0 16px;
}

.equipment-categories__link:hover {
    filter: invert(46%) sepia(75%) saturate(958%) hue-rotate(337deg) brightness(103%) contrast(98%);
}

.equipment-categories__img {
    width: 128px;
}

.equipment-categories__title {
    color: #000;
    text-align: center;
    font-family: Oswald;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    text-align: center;
    width: 233px;
    margin-top: 16px;
}

.equipment-products-section {
    margin-top: 48px;
}

.equipment-products-section .wrapper {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: -48px;
}

.equipment-products__tile {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: -48px;
}

.equipment-product__overlay-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FD6E39;
    z-index: 10;
    position: relative;
    opacity: 0;
    transition: all 0.16s ease;
}

.equipment-product {
    width: 410px;
    height: 520px;
    position: relative;
    border: 1px solid #E6EAF6;
    cursor: pointer;
    margin-top: 48px;
    margin-left: 48px;
}

.equipment-product:hover .equipment-product__overlay-wrapper {
    opacity: 1;
}

.equipment-product:hover .equipment-product__overlay-img {
    transform: translate(-50%, -50%);
}

.equipment-product:hover .arrow-btn-wrapper {
    background: #FD6E39;
}

.equipment-product:hover .arrow-btn-wrapper::before {
    width: 0.87rem;
}

.equipment-product:hover .arrow-btn-wrapper .arrow-btn-img {
    transform: translate(-7px, -12px);
}

.equipment-product:hover .equipment-product__title {
    color: #fff;
}

.equipment-product:hover .equioment-product__more-text {
    color: #fff;
}

.equipment-product__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    position: absolute;
    top: 24px;
    left: 24px;
    max-width: 330px;
    z-index: 11;
    transition: all 0.16s ease;
}

img.equipment-product__fast-view {
    height: 24px;
    position: absolute;
    top: 30px;
    right: 20px;
    z-index: 11;
}

p.equipment-product__fast-view {
    position: absolute;
    top: 60px;
    right: -15%;
    background-color: #F7F8FC;
    padding: 10px 20px;
    z-index: 12;
    display: none;
    color: #000;
    border: 1px solid #fff;
}

.equipment-product.fast-view p.equipment-product__fast-view {
    display: block;
}

.popup-product.fancybox-content {
    max-width: 1100px;
}

.popup-product th {
    text-align: left;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    letter-spacing: 1.2px;
}

.popup-product td:nth-child(n+1) {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 1.2px;
}

.popup-product td:nth-child(1) {
    font-size: 12px;
    font-weight: bold;
}

.popup-product td {
    text-align: left;
    padding: 10px;
}

.popup-product td,
.popup-product th {
    border-bottom: 1px solid #fff;
}

.popup-product__main {
    display: flex;
    padding: 20px;
}

.popup-product__image {
    margin-right: 20px;
}

.popup-product__image img {
    object-fit: contain;
}

.popup-product__button {
    display: flex;
    justify-content: center;
}

.popup-product__info {
    padding: 20px;
}

.popup-product__info h2 {
    font-size: 14px;
    font-weight: bold;
}

.popup-product__info p {
    font-size: 12px;
}

.popup-product__table p:first-child {
    font-size: 32px;
    font-weight: bold;
    padding-bottom: 20px;
}

.popup-product__table table {
    background-color: #E6EAF6;
}

.popup-product__button a {
    background-color: #FD6E39;
}

.equipment-product__overlay-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-150%, 50%);
    width: 40px;
    height: 40px;
    transition: all 0.16s ease;
}

.arrow-btn-wrapper {
    z-index: 11;
}

.equipment-product__img {
    width: 100%;
    object-fit: contain;
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
}

.equioment-product__more-text {
    font-family: Oswald;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    position: absolute;
    left: 60%;
    bottom: 24px;
    z-index: 11;
    transition: all 0.16s ease;
}

.equipment-product__properties-text {
    font-size: 12px;
    line-height: 16px;
    position: absolute;
    bottom: 24px;
    left: 24px;
}

/* .label-section.services-page {
  background-image: url("/local/templates/agk/css/../images/services-label-img.svg");
} */

.problems-and-tasks-section {
    padding-top: 128px;
}

.problems-and-tasks-section .titles-container {
    width: 872px;
}

.problems-and-tasks-section .section-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin: 8px 0 24px 0;
    padding-right: 32px;
}

.tasks-tile {
    margin-top: 48px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -40px;
}

.what-tasks-section .titles-container {
    width: 100%;
    margin: 0 auto;
}

.what-tasks-section .tasks-tile {
    margin: 0;
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(3, 416px);
    gap: 40px;
}


.tasks-item {
    width: 416px;
    height: 136px;
    padding-left: 40px;
    padding-right: 16px;
    border-right: 1px solid #C3CCE0;
    border-bottom: 1px solid #C3CCE0;
    margin-left: 40px;
    margin-top: 40px;
    background-image: url("/local/templates/agk/css/../images/orange-bullet.svg");
    background-repeat: no-repeat;
    background-position: 10px 10px;
}

.what-tasks-section .tasks-item {
    margin: 0;
}

.tasks-item__text {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #2D3540;
}

/* .label-section.about-company-page {
  background-image: url("/local/templates/agk/css/../images/about-company-label-img.svg");
} */

.about-company-intro-section {
    padding-top: 80px;
}

.about-company-intro-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    padding-top: 28px;
    position: relative;
    width: 880px;
}

.about-company-intro-title:before {
    content: "";
    width: 12px;
    height: 4px;
    background: #FD6E39;
    position: absolute;
    top: 0;
    left: 0;
}

.about-company-intro-img {
    margin-top: 64px;
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.years-section {
    padding-top: 96px;
    padding-bottom: 96px;
}

.years-container {
    display: flex;
    flex-direction: column;
}

.year {
    padding-left: 256px;
    padding-right: 24px;
    display: flex;
    margin-top: 48px;
}

.year:first-child {
    margin-top: 0;
}

.year__title {
    color: #FD6E39;
    font-family: Oswald;
    font-size: 64px;
    font-weight: 200;
    line-height: normal;
    padding-top: 16px;
    padding-left: 32px;
    border-top: 1px solid #C3CCE0;
    border-left: 1px solid #C3CCE0;
    height: 111px;
    width: 160px;
    min-width: 160px;
}

.year__text-container {
    padding-top: 54px;
    padding-bottom: 24px;
    margin-left: 40px;
}

.year__text-container ul {
    margin-top: 8px;
}

.year__text-container ul li {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #2D3540;
    padding-left: 40px;
    background: url("/local/templates/agk/css/../images/orange-bullet.svg") no-repeat 9px 9px;
}


.year__text-title {
    font-family: Oswald;
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.year__text {
    color: #2D3540;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-top: 16px;
}

.year__text-subtitle {
    margin-top: 16px;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #2D3540;
}

.advantages-section {
    padding-top: 128px;
    padding-bottom: 128px;
    background-color: #F7F8FC;
}

.advantages-section .titles-container {
    width: 100%;
}

.how_we_work-section {
    padding: 48px 0;
}

.how_we_work-section .titles-container {
    width: 100%;
}

.how_we_work-section .ds-advantages__element {
    border: none;
    width: 30%;
}

.how_we_work-section .ds-advantages {
    margin: -20.5px 40px;
}

.how_we_work-section .ds-advantages__text {
    color: #0E1114;
    font-size: 18px;
    font-weight: 600;
}

.how_we_work-section ul.ds-advantages__text {
    font-size: 16px;
    font-weight: 400;
}

.how_we_work-section ul.ds-advantages__text li {
    margin-left: 10px;
}

.how_we_work-section ul.ds-advantages__text li::before {
    content: '●';
    color: black;
    font-size: 10px;
    margin-right: 10px;
}

.callback-section {
    padding: 48px 0;
}

.callback-block {
    display: grid;
    grid-template-columns: minmax(auto, 636px) 1fr;
    max-width: 1330px;
    margin: 0 auto;
    color: #fff;
    background-color: #36467a;
}

.callback-block__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 96px;
}

.callback-block__content .button {
    display: block;
    width: 182px;
    margin: 0;
}

.callback-block__content p {
    margin: 0 0 40px;
    font-size: 32px;
    line-height: 39px;
    font-weight: 700;
}

@media (max-width: 1022px) {
    .callback-block__img {
        justify-self: end;
        max-height: 300px;
        margin-top: 40px;
    }

    .callback-block__content {
        padding: 40px;
    }

    .callback-block {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 766px) {
    .callback-block__content {
        padding-bottom: 0;
    }

    .callback-block {
        grid-template-columns: 1fr;
    }
}

.callback-block__img {
    overflow: hidden;
    align-self: end;
    max-height: 396px;
}

.callback-block__img img {
    object-fit: cover;
    border-radius: 500px 0 0 0;
    display: block;
    width: 100%;
    height: 100%;
}

.advantages-section .section-subtitle {
    font-size: 30px;
}

.advantages-tile {
    margin-top: 48px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -40px;
    margin-top: 48px;
}

.advantages-item {
    width: 416px;
    height: 136px;
    padding-left: 40px;
    padding-right: 16px;
    border-right: 1px solid #C3CCE0;
    border-bottom: 1px solid #C3CCE0;
    margin-left: 40px;
    margin-top: 40px;
    background-image: url("/local/templates/agk/css/../images/orange-bullet.svg");
    background-repeat: no-repeat;
    background-position: 10px 10px;
}

.advantages-item__text {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #2D3540;
    display: flex;
    flex-direction: column;
}

.advantages-item__text span {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #2D3540;
    margin-top: 16px;
}

.health-safety-and-environment-section {
    padding-top: 128px;
    padding-bottom: 128px;
}

.health-safety-and-environment-section .titles-container {
    width: 100%;
}

.health-safety-and-environment-section .section-title {
    width: 100%;
}

.health-safety-and-environment-section .section-subtitle {
    font-size: 30px;
}

.safety-tile {
    margin-top: 64px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -48px;
}

.safety-item {
    width: 410px;
    margin-top: 64px;
    margin-left: 48px;
}

.safety-item__img {
    width: 128px;
    height: 80px;
    object-fit: cover;
}

.safety-item__text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #2D3540;
    margin-top: 32px;
}

/* .label-section.completed-projects-page {
  background-image: url("/local/templates/agk/css/../images/completed-projects-label-img.svg");
} */

.completed-projects-tile {
    display: flex;
    flex-wrap: wrap;
    margin-top: 48px;
    margin-left: -32px;
}

.completed-projects-tile__item {
    position: relative;
    width: 411px;
    margin-left: 32px;
    margin-top: 32px;
}

.completed-projects-tile__item .services-tile__item-img {
    width: 411px;
    height: 237px;
}

.completed-projects-tile__item .animation-item__overlay-wrapper,
.completed-projects-tile__item .tile-animation__overlay {
    width: 411px;
    height: 237px;
}

.completed-projects-tile__item:hover .tile-animation__overlay {
    opacity: 1;
}

.completed-projects-tile__item:hover .tile-animation__overlay-img {
    transform: translate(-50%, -50%);
}

.completed-projects-tile__item:hover .completed-projects-tile__item-title {
    color: #FD6E39;
}

.completed-projects-tile__item .completed-projects-tile__item-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.completed-projects-tile__category-label {
    position: absolute;
    top: 205px;
    left: 0;
    padding: 8px;
    color: #FFF;
    font-family: Oswald;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    background: #0E1114;
    max-width: 411px;
    z-index: 10;
}

/* .label-section.service-center-page {
  background-image: url("/local/templates/agk/css/../images/service-center-label-img.svg");
} */

.label-section__image {
    height: 100%;
}

.service-center-intro-section {
    padding-top: 80px;
    padding-bottom: 128px;
}

.service-center-intro__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    padding-top: 28px;
    position: relative;
    width: 864px;
}

.service-center-intro__title:before {
    content: "";
    width: 12px;
    height: 4px;
    background: #FD6E39;
    position: absolute;
    top: 0;
    left: 0;
}

.service-center-intro__info-container {
    display: flex;
    justify-content: space-between;
    margin-top: 48px;
}

.service-center-intro__text {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    width: 416px;
    padding-right: 10px;
}

.service-center-intro__img {
    width: 864px;
    height: 486px;
    object-fit: cover;
}

.workshops-section {
    background: #F7F8FC;
    padding: 128px 0;
}

.workshops-section .titles-container {
    width: 100%;
}

.workshops-section .section-subtitle {
    font-size: 30px;
}

.workhops-tile {
    margin-top: 48px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -48px;
}

.workshops-tile__item {
    width: 410px;
    margin-left: 48px;
    margin-top: 48px;
}

.wokrshops-tile__item-img {
    width: 410px;
    height: 231px;
}

.workshops-tile__item-text {
    height: 120px;
    padding-left: 32px;
    padding-right: 24px;
    margin-top: 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    background: url("/local/templates/agk/css/../images/orange-bullet.svg") no-repeat 8px 8px;
    border-right: 1px solid #C3CCE0;
    border-bottom: 1px solid #C3CCE0;
}

.center-capability-section {
    padding: 128px 0;
}

.center-capability-section .wrapper {
    display: flex;
    justify-content: space-between;
}

.center-capability__img {
    width: 416px;
    height: 416px;
    object-fit: cover;
}

.center-capability__info-container {
    margin-left: 48px;
}

.center-capability__info-title,
.location__info-title,
.center-complecting__info-title {
    color: #FD6E39;
    font-family: Oswald;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    width: 416px;
    padding-bottom: 24px;
    border-right: 1px solid #0E1114;
    border-bottom: 1px solid #0E1114;
}

.center-capavility__into-text,
.location__into-text,
.center-complecting__into-text {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    margin-top: 32px;
}

.location-section {
    padding: 128px 0;
    background: #F7F8FC;
}

.location-section .wrapper {
    display: flex;
    justify-content: space-between;
}

.location__img {
    width: 864px;
    height: 486px;
    object-fit: cover;
}

.location__into-text {
    width: 416px;
}

.center-complecting-section {
    padding: 128px 0;
}

.center-complecting-section .wrapper {
    display: flex;
}

.center-complecting__img {
    width: 416px;
    height: 505px;
}

.center-complecting__info-container {
    margin-left: 48px;
}

.how-we-work-section {
    padding: 128px 0;
    background: #F7F8FC;
}

.how-we-work-section .wrapper {
    display: flex;
    justify-content: space-between;
}

.how-we-work__info-container {
    border-right: 1px solid #0E1114;
    border-bottom: 1px solid #0E1114;
    width: 416px;
    height: 133px;
    padding-right: 32px;
    padding-bottom: 16px;
    margin-top: 8px;
}

.how-we-work__info-title {
    color: #FD6E39;
    font-family: Oswald;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.how-we-work__into-text {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
}

.managers-section {
    padding: 128px 0;
}

.managers-tile {
    display: flex;
    flex-wrap: wrap;
    margin-left: -48px;
}

.managers-tile__item {
    margin-left: 48px;
    margin-top: 48px;
    width: 296px;
}

.managers-tile__item-img {
    width: 296px;
    height: 370px;
    object-fit: cover;
}

.managers-tile__name {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin-top: 12px;
}

.managers-tile__title {
    color: #2D3540;
    font-family: Oswald;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-top: 8px;
    padding: 0 16px;
    border-left: 1px solid #FD6E39;
    width: 100%;
}

.documents-intro-section {
    padding-top: 128px;
}

.documents-intro__title {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    padding-top: 28px;
    position: relative;
    width: 880px;
}

.documents-intro__title:before {
    content: "";
    width: 12px;
    height: 4px;
    background: #FD6E39;
    position: absolute;
    top: 0;
    left: 0;
}

.documents-section {
    padding-top: 48px;
    padding-bottom: 128px;
}

.documents-section .wrapper {
    display: flex;
}

.documents-text {
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    width: 416px;
}

.documents-container {
    margin-left: 48px;
}

.document {
    padding: 24px 0;
    border-top: 1px solid #C3CCE0;
    border-bottom: 1px solid #C3CCE0;
    position: relative;
}

.document__title {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    width: 800px;
}

.document-link {
    background: url("/local/templates/agk/css/../images/download-icon.svg") no-repeat center center;
    width: 48px;
    height: 48px;
    position: absolute;
    right: 24px;
    top: 24px;
}

.media-intro-section {
    padding-top: 128px;
}

.media-intro__title {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    padding-top: 28px;
    position: relative;
    width: 880px;
}

.media-intro__title:before {
    content: "";
    width: 12px;
    height: 4px;
    background: #FD6E39;
    position: absolute;
    top: 0;
    left: 0;
}

.videos-section {
    padding-top: 48px;
    padding-bottom: 128px;
}

.video-wrapper {
    display: flex;
}

.video-wrapper + .video-wrapper {
    margin-top: 48px;
}

.video__text {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    padding-top: 18px;
    margin-left: 48px;
    position: relative;
}

.video__text::before {
    content: "";
    width: 12px;
    height: 4px;
    background: #FD6E39;
    position: absolute;
    top: 0;
    left: 0;
}

.career-intro-section {
    padding-top: 128px;
}

.career-intro__title {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    padding-top: 28px;
    position: relative;
    width: 880px;
}

.career-intro__title:before {
    content: "";
    width: 12px;
    height: 4px;
    background: #FD6E39;
    position: absolute;
    top: 0;
    left: 0;
}

.vacancies-section {
    padding-top: 62px;
    padding-bottom: 128px;
}

.vacancies-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    padding-bottom: 24px;
    border-bottom: 1px solid #0E1114;
    border-right: 1px solid #0E1114;
}

.vacancy__trigger {
    height: 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.vacancy__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
}

.plus-icon-container {
    background: #0E1114;
    height: 48px;
    width: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.16s ease;
}

.plus-icon-container img {
    transform: rotate(0);
}

.vacancy__info-wrapper {
    overflow: hidden;
    transition: all 0.16s ease;
}

.vacancy__info-slice {
    display: flex;
    justify-content: flex-start;
    margin-top: 32px;
}

.vacancy__info-key {
    color: #C3CCE0;
    font-family: Oswald;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    min-width: 208px;
}

.vacancy__info-value {
    margin-left: 40px;
}

.vacancy__info-value li {
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #2D3540;
    padding-left: 32px;
    background: url("/local/templates/agk/css/../images/orange-bullet.svg") no-repeat 8px 8px;
}

.vacancy__info-value li + li {
    margin-top: 12px;
}

.vacancy__info-text {
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    max-width: 700px;
}

.vacancy__info-text a {
    text-decoration: underline;
}

.vacancy__btn-link {
    background: #0E1114;
    color: #fff;
    font-family: Oswald;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    padding: 16px;
    display: inline-block;
    margin-bottom: 40px;
}

.vacancy__btn-link:hover {
    background: #FD6E39;
}

.full-reviews-section {
    padding-top: 128px;
}

.full-reviews-section .reviews-tile {
    display: flex;
    flex-wrap: wrap;
    margin-left: -40px;
}

.full-reviews-section .swiper-slide {
    position: relative;
    padding: 2.25rem 1.5rem 1.75rem 0;
    border-right: 1px solid #C3CCE0;
    border-bottom: 1px solid #C3CCE0;
}

.full-reviews-section .swiper-slide .reviewsSwiper__date {
    position: absolute;
    top: 0;
    left: 0;
    font-family: Oswald;
    font-size: 0.56rem;
    font-weight: 500;
    line-height: 0.75rem;
    letter-spacing: 0.06rem;
    text-transform: uppercase;
    padding: 0.25rem;
    background: #E6EAF6;
}

.full-reviews-section .swiper-slide .reviewsSwiper__intro-container {
    display: flex;
    /*justify-content: space-between;*/
}

.full-reviews-section .swiper-slide .reviewsSwiper__img {
    width: 3rem;
    height: 3rem;
    object-fit: cover;
}

.full-reviews-section .swiper-slide .reviewsSwiper__partner-title {
    font-size: 0.87rem;
    font-weight: 700;
    line-height: 1.37rem;
}

.full-reviews-section .swiper-slide .reviewsSwiper__short-description {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.25rem;
}

.full-reviews-section .swiper-slide .reviewsSwiper__title-container {
    margin-left: 1rem;
}

.full-reviews-section .swiper-slide .reviewsSwiper__text {
    text-overflow: ellipsis;
    font-size: 0.81rem;
    font-weight: 400;
    line-height: 1.25rem;
    margin-top: 0.75rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.16s ease;
    max-height: 80px;
}

.full-reviews-section .swiper-slide .reviewsSwiper__text.textRows4 {
    -webkit-line-clamp: 4;
}

.full-reviews-section .swiper-slide .reviewsSwiper__text.textRows13 {
    -webkit-line-clamp: 13;
}

.full-reviews-section .swiper-slide .reviewsSwiper__text.active {
    max-height: 260px;
}

.full-reviews-section .reviewsSwiper-button-next .arrow-btn-wrapper {
    cursor: pointer;
}

.full-reviews-section .reviesSwiper__btns-container {
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
}

.full-reviews-section .reviewsSwiper__expand-btn {
    border: none;
    background: transparent;
    font-family: Oswald;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1rem;
    letter-spacing: 0.03rem;
    text-transform: uppercase;
    cursor: pointer;
    border-bottom: 1px dashed #0E1114;
    padding-bottom: 0.25rem;
    transition: all 0.16s ease;
}

.full-reviews-section .reviewsSwiper__expand-btn:hover {
    color: #FD6E39;
}

.full-reviews-section .reviewsSwiper__popup-btn {
    border: none;
    background: transparent;
    font-family: Oswald;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1rem;
    letter-spacing: 0.03rem;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.16s ease;
}

.full-reviews-section .reviewsSwiper__popup-btn:hover {
    color: #FD6E39;
}

.full-reviews-section .arrow-btn-wrapper::before, .full-reviews-section .arrow-btn-wrapper::after {
    display: none !important;
}

.full-reviews-section .reviewsSwiperSlide {
    margin-top: 48px;
    /*width: 416px;*/
    max-width: 620px;
    margin-left: 40px;
}

/*.full-reviews-section .reviewsSwiperSlide:first-child {
  width: 1328px;
}
.full-reviews-section .reviewsSwiperSlide:first-child .reviewsSwiper__intro-container {
  justify-content: flex-start;
}
.full-reviews-section .reviewsSwiperSlide:first-child .reviewsSwiper__date {
  left: 0;
}
.full-reviews-section .reviewsSwiperSlide:nth-child(5) {
  width: 644px;
}
.full-reviews-section .reviewsSwiperSlide:nth-child(6) {
  width: 644px;
}*/

.label-section.services-page {
    position: relative;
}

.label-section.services-page h1 {
    margin-top: 0;
}

.label-section__back-link {
    font-family: Oswald;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    color: black;
    padding-left: 30px;
    background-image: url("/local/templates/agk/css/../images/arrow-left-black.svg");
    background-repeat: no-repeat;
    background-position: 6px center;
    filter: invert(100%) sepia(6%) saturate(0%) hue-rotate(53deg) brightness(109%) contrast(106%);
    transition: all 0.16s ease;
}

.label-section__back-link:hover {
    background-position: 0 center;
    filter: invert(46%) sepia(75%) saturate(958%) hue-rotate(337deg) brightness(103%) contrast(98%);
}

.our-opportunities-section {
    padding: 128px 0;
}

.our-opportunities-section .section-title {
    margin: 8px 0 32px 0;
}

.our-opportunities-section .section-subtitle {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.our-oppotrunities__main-info {
    display: flex;
    margin-top: 48px;
}

.our-oppotrunities__leftside {
    border-right: 1px solid #0E1114;
}

.our-opportunities__leftside-text-container {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 32px;
}

.our-opportunities__leftside-text-container ul li {
    margin-top: 8px;
    padding-left: 40px;
    background: url("/local/templates/agk/css/../images/orange-bullet.svg") no-repeat 10px 10px;
}

.our-opportunities__leftside-text {
    margin-top: 32px;
}

.our-opportunities__leftside-text:first-child {
    margin-top: 0;
}

.our-opportunities__leftside-link-container {
    width: 100%;
    border-top: 1px solid #0E1114;
}

.our-opportunities__leftside-link {
    margin-top: 32px;
    display: inline-block;
    color: #fff;
    font-family: Oswald;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    background-color: #0E1114;
    padding: 12px 48px 12px 12px;
    background-image: url(/local/templates/agk/css/../images/arrow-right-white.svg);
    background-repeat: no-repeat;
    background-position: 92% center;
    transition: all 0.16s ease;
}

.our-opportunities__leftside-link:hover {
    background-position: 97% center;
    background-color: #FD6E39;
}

.our-oppotrunities__rightside {
    margin-left: 40px;
}

.our-oppotrunities__rightside-img {
    width: 644px;
    height: 558px;
}

.additional-service {
    width: calc(100% / 2 - 48px);
}

.additional-service img {
    width: 100%;
    height: auto;
}

.additional-services-section {
    padding: 80px 0;
    background: #F7F8FC;
}

.additional-services-section .titles-container {
    width: 648px;
}

.additional-services-section .section-subtitle {
    font-size: 32px;
}

.additional-services-section .section-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    margin-top: 20px 0 24px 0;
}

.additional-services {
    display: flex;
    justify-content: space-between;
    margin-top: 48px;
}

.additiona-service-img {
    width: 648px;
    height: 364px;
    object-fit: cover;
}

.additional-service__text {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin-top: 24px;
}

.project-options-section {
    padding: 128px 0;
}

.project-options-section .titles-container {
    width: 648px;
}

.project-options-section .section-subtitle {
    font-size: 32px;
}

.project-options-section .section-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    margin-top: 20px 0 24px 0;
}

.projects-options-wrapper {
    margin-top: 48px;
}

.projects-option {
    display: flex;
    margin-top: 40px;
}

.projects-option__img {
    width: 648px;
    height: 364px;
    object-fit: cover;
}

.projects-option__info-wrapper {
    margin-left: 40px;
}

.projects-option__info-wrapper ul li {
    margin-top: 8px;
    padding-left: 30px;
    background: url("/local/templates/agk/css/../images/orange-bullet.svg") no-repeat 6px 6px;
}

.projects-option__info-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}

.projects-option__info-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 8px;
}

.partners-section {
    padding: 80px 0;
}

.partners-section .wrapper {
    position: relative;
}

.partners-section .swiper-container {
    overflow: hidden;
}

.partners-section .section-subtitle {
    font-family: Oswald;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.partners-section .section-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    margin: 8px 0 24px 0;
}

.partners-section .titles-container {
    width: 644px;
}

.partners-section .arrow-btn-wrapper {
    width: 48px;
    height: 48px;
    right: -33px;
    top: 145px;
}

.partners-section .arrow-btn-wrapper::after {
    display: none !important;
}

.partners-section .swiper-button-next:after {
    display: none !important;
}

.anchors-container {
    display: flex;
    flex-direction: column;
    position: fixed;
    left: 80px;
    bottom: 120px;
}

.anchors__anchor {
    font-family: Oswald;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    margin-top: 8px;
}

.application-areas-section {
    padding-top: 80px;
}

.application-areas-wrapper {
    display: flex;
    justify-content: space-between;
}

.application-area {
    position: relative;
    width: 246px;
}

.application-area .tile-animation__overlay-img {
    width: 28px;
    height: 28px;
}

.application-area:hover .application-area__title {
    color: #FD6E39;
}

.application-area:hover .tile-animation__overlay {
    opacity: 1;
}

.application-area:hover .tile-animation__overlay .tile-animation__overlay-img {
    transform: translate(-50%, -50%);
}

.application-area__item-img {
    width: 246px;
    height: 138px;
    object-fit: cover;
}

.animation-item__overlay-wrapper {
    width: 246px;
    height: 138px;
    position: relative;
}

.application-area__title {
    font-family: Oswald;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-top: 16px;
    transition: all 0.16s ease;
}

.what-tasks-section {
    padding-bottom: 80px;
}

.product-info-section {
    padding: 80px 0;
}

.product-info-section .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product-info-section .ds-advantages__text {
    font-size: 16px;
}

.product-img {
    width: 100%;
    object-fit: cover;
}

.product-info-slice {
    margin-top: 48px;
    width: 640px;
}

.product-info-slice .ds-advantages__element {
    width: calc(40% + 27px);
}

.product-info-slice .section-subtitle {
    font-size: 32px;
}

.product-info-slice .section-title {
    font-size: 28px;
    line-height: 36px;
    margin: 20px 0 24px 0;
}

.product-info-slice ul {
    margin-top: 24px;
}

.product-info-slice ul li {
    color: #2D3540;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding-left: 32px;
    background: url("/local/templates/agk/css/../images/orange-bullet.svg") no-repeat 8px 8px;
    margin-top: 12px;
}

.product-info-slice__link {
    padding: 16px 48px 16px 16px;
    display: inline-block;
    background-color: #0E1114;
    font-family: Oswald;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    background-image: url("/local/templates/agk/css/../images/white-arrow-right.svg");
    background-repeat: no-repeat;
    background-position: 94% center;
    transition: all 0.16s ease;
}

.product-info-slice__link:hover {
    background-position: 98% center;
    background-color: #FD6E39;
}

.technical-specification__title {
    font-family: Oswald;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #FD6E39;
    margin-top: 24px;
}

.technical-specification__raw {
    display: flex;
    padding: 16px 0;
    border-bottom: 1px solid #0E1114;
    position: relative;
}

.technical-specification__key {
    font-family: Oswald;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    opacity: 0.5;
}

.technical-specification__value {
    font-family: Oswald;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    position: absolute;
    left: 324px;
    top: 50%;
    transform: translateY(-50%);
}

.similar-products-section {
    background: #F7F8FC;
    padding: 80px 0;
}

.similar-products-section .wrapper {
    position: relative;
}

.similar-products-section .similarProductsSwiper-button-next {
    right: -19px;
    top: 392px;
}

.similar-products-section .similarProductsSwiper-button-prev {
    right: -19px;
    top: 392px;
}

.similar-products-section .similarProductsSwiper-button-next .arrow-btn-wrapper {
    width: 48px;
    height: 48px;
}

.similar-product__item {
    position: relative;
    width: 410px;
    height: 410px;
    transition: all 0.16s ease;
}

.similar-product__item .similar-product__item-img {
    width: 100%;
}

.similar-product__item:hover .similar-product__item-title {
    color: #fff;
}

.similar-product__item:hover .similar-product__item-overlay {
    opacity: 0.6;
}

.similar-product__item:hover .similar-product__more-text {
    color: #fff;
}

.similar-product__item:hover .arrow-btn-wrapper {
    background: #FD6E39;
}

.similar-product__item:hover .arrow-btn-img {
    transform: translate(-7px, -12px);
}

.similar-product__item:hover .arrow-btn-wrapper::before {
    width: 0.87rem;
}

.similar-product__item:hover .similar-product__overlay-img-wrapper {
    width: 8rem;
}

.similar-product__item-title {
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.75rem;
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    z-index: 11;
}

.similar-product__more-text {
    font-family: Oswald;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1rem;
    letter-spacing: 0.06rem;
    text-transform: uppercase;
    position: absolute;
    left: 1.5rem;
    bottom: 1.5rem;
    transition: all 0.16s ease;
    z-index: 11;
}

.similar-product__item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0E1114;
    opacity: 0;
    transition: all 0.16s ease;
    background-image: url("/local/templates/agk/css/../images/battery-icon.svg");
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.16s ease;
}

.similar-product__overlay-img-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 8rem;
    width: 0;
    z-index: 3;
    transition: all 0.16s ease;
}

.similar-product__overlay-img {
    width: 100%;
    height: 100%;
    z-index: 4;
    object-fit: cover;
    object-position: right;
}

.our-capabilities-section {
    padding: 80px 0;
}

.our-capabilities-section .section-subtitle {
    font-size: 32px;
}

.our-capabilities-section .section-title {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
}

.our-capabilities-tile {
    display: flex;
    flex-wrap: wrap;
    margin-top: 48px;
    margin-left: -48px;
}

.our-capabilities-tile__item {
    width: 410px;
    height: 176px;
    border-right: 1px solid #C3CCE0;
    border-bottom: 1px solid #C3CCE0;
    padding: 0 32px 24px 0;
    margin-left: 48px;
    margin-top: 48px;
    cursor: pointer;
    position: relative;
}

.our-capabilities-tile__item:hover .our-capabilities-tile__item-link-img {
    right: 0;
    opacity: 1;
    filter: invert(19%) sepia(25%) saturate(481%) hue-rotate(175deg) brightness(87%) contrast(90%);
}

.our-capabilities-tile__item:hover .our-capabilities-tile__item-link {
    color: #0E1114;
}

.our-capabilities-tile__item:hover .our-capabilities-tile__item-text {
    color: #FD6E39;
}

.our-capabilities-tile__item-text {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    transition: all 0.16s ease;
}

.our-capabilities-tile__item-link {
    position: absolute;
    left: 0;
    bottom: 24px;
    font-family: Oswald;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    color: #FD6E39;
    padding-right: 32px;
}

.our-capabilities-tile__item-link-img {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.16s ease;
    opacity: 0;
    filter: invert(46%) sepia(75%) saturate(958%) hue-rotate(337deg) brightness(103%) contrast(98%);
}

.application-areas-section {
    padding: 80px 0 48px;
}

.application-areas-section .section-subtitle {
    font-size: 32px;
}

.application-areas-section .section-title {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
}

.application-areas-section .wrapper {
    /*max-width: 1760px;*/
}

/*==================== 14.08.2023 ===================*/
.equipment-rental-intro-section {
    padding-top: 80px;
}

.equipment-rental-intro__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    padding-top: 28px;
    position: relative;
    width: 864px;
}

.equipment-rental-intro__title:before {
    content: "";
    width: 12px;
    height: 4px;
    background: #FD6E39;
    position: absolute;
    top: 0;
    left: 0;
}

.problems-and-tasks-section.equipment-rental {
    padding-top: 48px;
}

.problems-and-tasks-section.equipment-rental .section-subtitle {
    font-size: 32px;
}

.problems-and-tasks-section.equipment-rental .tasks-item {
    height: 168px;
    padding-left: 32px;
    padding-right: 10px;
}

.problems-and-tasks-section.equipment-rental .tasks-item__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.poster-section {
    margin-top: 48px;
    margin-bottom: 128px;
    color: #fff;
}

.poster-section .wrapper {
    background: #0E1114;
    display: flex;
}

.poster-leftside {
    padding: 64px 0 16px 64px;
    border-right: 1px solid #fff;
}

.poster-leftside__title {
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    padding-top: 24px;
    position: relative;
    padding-bottom: 151px;
    border-bottom: 1px solid #fff;
    padding-right: 24px;
}

.poster-leftside__title:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 4px;
    background: #FD6E39;
}

.poster-leftside__link {
    color: #fff;
    display: inline-block;
    padding: 24px 48px 24px 0;
    margin-top: 8px;
    background-image: url("/local/templates/agk/css/../images/arrow-right-white.svg");
    background-position: 92% center;
    background-repeat: no-repeat;
    background-size: 16px;
    transition: all 0.16s ease;
}

.poster-leftside__link:hover {
    background-position: 98% center;
}

.poster-rightside__img {
    width: 912px;
    height: 100%;
    object-fit: cover;
}

.major-repair-main-info-section {
    padding-top: 48px;
}

.major-repair-main-info-section .wrapper {
    display: flex;
}

.major-repair-main-info-text {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    margin-right: 48px;
}

.major-repair-main-info-img {
    width: 864px;
    height: 486px;
    object-fit: cover;
}

.load-tests-intro__text {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    width: 880px;
    margin-top: 8px;
}

.load-tests-main-info-section {
    padding-top: 48px;
    padding-bottom: 128px;
}

.load-tests-main-info-section .wrapper {
    display: flex;
}

.load-tests-main-info-text {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    margin-right: 48px;
}

.load-tests-main-info-img {
    width: 864px;
    height: 486px;
    object-fit: cover;
}

.map-section {
    padding: 80px 0;
}

.map-section .wrapper {
    max-width: 1760px;
}

.map-section .wrapper .section-subtitle {
    font-size: 32px;
}

.map-section .wrapper .section-title {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
}

.map-wrapper {
    position: relative;
    width: 100%;
    margin-top: 48px;
}

.addresses-wrapper {
    display: none;
}

.map-img {
    position: absolute;
    top: 0;
    left: 0;
}

.map-accordion-wrapper {
    position: absolute;
    top: 133px;
    right: 128px;
    background: #fff;
    width: 320px;
    padding: 0 24px;
}

.map-accordion-wrapper.lastElementOpen {
    padding: 0 24px 24px 24px;
}

.map-accordion-trigger {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0;
    background-image: url("/local/templates/agk/css/../picture/plus-icon-black.svg");
    background-repeat: no-repeat;
    background-position: right center;
    cursor: pointer;
}

.map-accordion-trigger .map-accordion-trigger__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    transition: all 0.16s ease;
}

.map-accordion-trigger.active {
    background-image: url("/local/templates/agk/css/../picture/minus-icon-orange.svg");
}

.map-accordion-trigger.active .map-accordion-trigger__title {
    color: #FD6E39;
}

.map-accordion-info-wrapper {
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.16s ease;
}

.map-accordion-info-text {
    margin-top: 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.map-accordion-info-link {
    margin-top: 4px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.map-contact-us-btn {
    text-align: center;
    background: #0E1114;
    font-family: Oswald;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    color: #fff;
    padding: 16px 0;
    margin-top: 12px;
    border: none;
    cursor: pointer;
    transition: all 0.16s ease;
}

.map-contact-us-btn:hover, .map-contact-us-btn.active {
    background: #FD6E39;
}

.map-pin {
    position: absolute;
    z-index: 1;
    transition: all 0.16s ease;
    cursor: pointer;
}

.map-pin.moscow {
    top: 267px;
    left: 439px;
}

.map-pin.spb {
    top: 61px;
    left: 248px;
}

.map-pin.tumen {
    top: 200px;
    left: 1167px;
}

.map-pin.atyrau {
    top: 629px;
    left: 812px;
}

.map-pin:hover, .map-pin.active {
    scale: 1.5;
    transform: translateY(-5px);
}

/*=================== !14.08 2023 ===================*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Montserrat", sans-serif;
    color: #0E1114;
    font-weight: 400;
}

a {
    text-decoration: none;
    color: #0E1114;
    cursor: pointer;
}

li {
    list-style: none;
}

html {
    scroll-behavior: smooth;
}

.intro-mobile {
    display: none;
}

.intro-section {
    background: #E6EAF6;
    padding-top: 3.437rem;
    padding-bottom: 3.437rem;
}

.intro-section .wrapper {
    display: flex;
}

.intro__leftside {
    width: 30rem;
    border-right: 1px solid #0E1114;
}

.intro__title {
    font-size: 2.5rem;
    line-height: 3rem;
    font-style: normal;
    font-weight: 600;
    padding: 3rem 4.25rem 2.062rem 0;
    border-bottom: 1px solid #0E1114;
}

.intro__more-btn {
    background-color: transparent;
    border: none;
    font-family: Oswald;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1rem;
    letter-spacing: 0.06rem;
    text-transform: uppercase;
    padding: 1.5rem 2.5rem 1.5rem 0;
    background-image: url("/local/templates/agk/css/../images/arrow-right.svg");
    background-repeat: no-repeat;
    background-position: 87% center;
    margin-top: 1.5rem;
    color: #000;
    filter: invert(19%) sepia(25%) saturate(481%) hue-rotate(175deg) brightness(87%) contrast(90%);
    cursor: pointer;
}

.intro__more-btn:hover {
    filter: invert(46%) sepia(75%) saturate(958%) hue-rotate(337deg) brightness(103%) contrast(98%);
}

.intro__rightside {
    position: relative;
    /*height: 18.062rem;*/
}

.services-section {
    padding: 8rem 0;
}

.services-section .titles-container {
    width: 40rem;
}

.services-section .section-subtitle {
    font-size: 2rem;
}

.services-tile__wrapper {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 3rem;
}

.services-tile__item {
    width: 25.687rem;
    margin-bottom: 2rem;
    margin-right: 1.937rem;
    /*cursor: pointer;*/
}

.services-tile__item .services-tile__item-img {
    width: 25.687rem;
}

.services-tile__item .animation-item__overlay-wrapper {
    width: 25.687rem;
    height: 14.437rem;
    position: relative;
}

.services-tile__item:hover .tile-item__title {
    /*color: #FD6E39;*/
}

.services-tile__item:hover .tile-animation__overlay {
    opacity: 1;
}

.services-tile__item:hover .tile-animation__overlay .tile-animation__overlay-img {
    transform: translate(-50%, -50%);
}

.tile-animation__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FD6E39;
    z-index: 2;
    opacity: 0;
    transition: all 0.16s ease;
}

.tile-animation__overlay:hover {
    opacity: 1;
}

.tile-animation__overlay:hover .tile-animation__overlay-img {
    transform: translate(-50%, -50%);
}

.tile-animation__overlay-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-150%, 50%);
    width: 56px;
    height: 56px;
    transition: all 0.16s ease;
}

.tile-item__title {
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.75rem;
    margin-top: 1.5rem;
    transition: all 0.16s ease;
}

.service-center__btn-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.service-center__btn-link {
    font-family: Oswald;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1rem;
    letter-spacing: 0.06rem;
    text-transform: uppercase;
    background-color: #0E1114;
    padding: 1rem 3rem 1rem 1rem;
    color: #fff;
    width: min-content;
    background-image: url("/local/templates/agk/css/../images/arrow-right-white.svg");
    background-repeat: no-repeat;
    background-position: 87% center;
    transition: all 0.16s ease;
}

.service-center__btn-link:hover {
    background-position: 95% center;
    animation-name: arrow-animation;
    animation-duration: 0.16s;
    background-color: #FD6E39;
}

.equipment-section {
    padding: 8rem 0;
    background-color: #E6EAF6;
    background-image: url("/local/templates/agk/css/../images/equipment-bg.svg");
    background-repeat: no-repeat;
    background-position: right 166px;
}

.equipment-tile {
    display: flex;
    flex-wrap: wrap;
    margin-top: 3rem;
}

.equipment-tile .equioment-tile__item-title {
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.75rem;
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
}

.equioment-tile__more-text {
    font-family: Oswald;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1rem;
    letter-spacing: 0.06rem;
    text-transform: uppercase;
    position: absolute;
    left: 1.5rem;
    bottom: 1.5rem;
    transition: all 0.16s ease;
}

.arrow-btn-wrapper {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 4rem;
    height: 4rem;
    background: #0E1114;
    transition: all 0.16s ease;
}

.equipment-product .arrow-btn-wrapper::before {
    content: " ";
    position: absolute;
    left: 42%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 2px;
    width: 0;
    background: #fff;
    transition: all 0.16s ease;
}

.equipment-section .arrow-btn-wrapper::before {
    content: " ";
    position: absolute;
    left: 42%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 2px;
    width: 0;
    background: #fff;
    transition: all 0.16s ease;
}

.arrow-btn-wrapper::before {
    content: " ";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 2px;
    width: 0;
    background: #fff;
    transition: all 0.16s ease;
}

.arrow-btn-wrapper:hover {
    background: #FD6E39;
}

.arrow-btn-wrapper:hover::before {
    width: 0.875rem;
}

.arrow-btn-wrapper:hover .arrow-btn-img {
    transform: translate(-7px, -12px);
}

.arrow-btn-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-11px, -12px);
    transition: all 0.16s ease;
}

.equipment-tile__item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0E1114;
    opacity: 0;
    transition: all 0.16s ease;
    /*background-image: url("/local/templates/agk/css/../images/battery-icon.svg");*/
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.16s ease;
}

.equipment-tile__overlay-img-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 8rem;
    width: 0;
    z-index: 3;
    transition: all 0.16s ease;
}

.equipment-tile__overlay-img {
    width: 100%;
    height: 100%;
    z-index: 4;
    object-fit: cover;
    object-position: right;
}

.equipment-tile__last-item {
    position: relative;
    width: 27.625rem;
    height: 27.625rem;
    cursor: pointer;
    border-right: 1px solid #0E1114;
    border-bottom: 1px solid #0E1114;
}

.equipment-tile__last-item:hover {
    border-right: 1px solid #FD6E39;
    border-bottom: 1px solid #FD6E39;
}

.equipment-tile__last-item:hover .arrow-animation {
    background-position: right center;
    filter: invert(46%) sepia(75%) saturate(958%) hue-rotate(337deg) brightness(103%) contrast(98%);
}

.equipment-tile__last-item:hover .equipment-tile__last-item-text {
    color: #FD6E39;
}

.equipment-tile__last-item-text {
    font-family: Oswald;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1rem;
    letter-spacing: 0.06rem;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000000;
}

.equipment-tile__item {
    width: 27.625rem;
    height: 27.625rem;
    background: #ffffff;
    position: relative;
    transition: all 0.16s ease;
    cursor: pointer;
}

.equipment-tile__item:nth-child(even) {
    /* background: #F7F8FC;*/
    background: #FFFFFF;
}

.equipment-tile__item:hover .equioment-tile__item-title {
    color: #fff;
}

.equipment-tile__item:hover .equipment-tile__item-overlay {
    opacity: 0.6;
}

.equipment-tile__item:hover .equioment-tile__more-text {
    color: #fff;
}

.equipment-tile__item:hover .arrow-btn-wrapper {
    background: #FD6E39;
}

.equipment-tile__item:hover .arrow-btn-img {
    transform: translate(-7px, -12px);
}

.equipment-tile__item:hover .arrow-btn-wrapper::before {
    width: 0.875rem;
}

.equipment-tile__item:hover .equipment-tile__overlay-img-wrapper {
    width: 8rem;
}

.equipment-tile__item-img {
    width: 100%;
}

/*==========equipments-section=========*/
.equipments-section {
    background: #F7F8FC;
    padding: 8rem 0;
}

.equipments-section .wrapper {
    position: relative;
}

.equipments-section .wrapper .arrow-btn-wrapper {
    right: -1.5rem;
    top: 13.5rem;
}

.equipments-section .wrapper .swiper-button-next:after,
.equipments-section .wrapper .swiper-rtl .swiper-button-prev:after {
    display: none;
}

.equipments-section .opening-wrapper__link {
    background-color: transparent;
    border: none;
    font-family: Oswald;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1rem;
    letter-spacing: 0.06rem;
    text-transform: uppercase;
    padding: 1.5rem 2.5rem 1.5rem 0;
    background-image: url("/local/templates/agk/css/../images/arrow-right.svg");
    background-repeat: no-repeat;
    background-position: 87% center;
    margin-top: 1.5rem;
    color: #000;
    filter: invert(19%) sepia(25%) saturate(481%) hue-rotate(175deg) brightness(87%) contrast(90%);
}

.equipments-section .section-title {
    /*width: 54.5rem;*/
    margin-top: 0;
}

.equipments-section .opening-wrapper__text {
    margin-left: 2.5rem;
}


/*==========!equipments-section=========*/
.projects-section {
    background: #F7F8FC;
    padding: 8rem 0;
}

.projects-section .wrapper {
    position: relative;
}

.projects-section .wrapper .arrow-btn-wrapper {
    right: -1.5rem;
    top: 13.5rem;
}

.projects-section .wrapper .swiper-button-next:after,
.projects-section .wrapper .swiper-rtl .swiper-button-prev:after {
    display: none;
}

.projects-section .opening-wrapper__link {
    background-color: transparent;
    border: none;
    font-family: Oswald;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1rem;
    letter-spacing: 0.06rem;
    text-transform: uppercase;
    padding: 1.5rem 2.5rem 1.5rem 0;
    background-image: url("/local/templates/agk/css/../images/arrow-right.svg");
    background-repeat: no-repeat;
    background-position: 87% center;
    margin-top: 1.5rem;
    color: #000;
    filter: invert(19%) sepia(25%) saturate(481%) hue-rotate(175deg) brightness(87%) contrast(90%);
}

.additional-services-section .opening-wrapper__link {
    background-color: transparent;
    border: none;
    font-family: Oswald;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1rem;
    letter-spacing: 0.06rem;
    text-transform: uppercase;
    padding: 1.5rem 2.5rem 1.5rem 0;
    background-image: url("/local/templates/agk/css/../images/arrow-right.svg");
    background-repeat: no-repeat;
    background-position: 100% center;
    margin-top: 1.5rem;
    color: #000;
    filter: invert(19%) sepia(25%) saturate(481%) hue-rotate(175deg) brightness(87%) contrast(90%);
}

.projects-section .section-title {
    width: 54.5rem;
    margin-top: 0;
}

.projects-section .opening-wrapper__text {
    margin-left: 2.5rem;
}

.projectsSwiper {
    margin-top: 3rem;
}

.service-center-section {
    padding: 8rem 0;
}

.service-center-section .titles-container {
    width: 100%;
}

.service-center__content-wrapper {
    display: flex;
    margin-top: 3rem;
    height: 30.625rem;
}

.service-center-leftside {
    width: 26rem;
    border-right: 1px solid #0E1114;
    position: relative;
}

.service-center__text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
}

.service-center__btn-container {
    width: 100%;
    border-top: 1px solid #0E1114;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5.062rem;
}

.service-center-rightside {
    margin-left: 2.5rem;
}

.service-center-rightside__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-section {
    background: #F7F8FC;
    padding: 8rem 0;
}

.news-section .wrapper {
    position: relative;
}

.news-section .wrapper .arrow-btn-wrapper {
    right: -2rem;
    top: 13.5rem;
}

.news-section .wrapper .swiper-button-next:after,
.news-section .wrapper .swiper-rtl .swiper-button-prev:after {
    display: none;
}

.news-section .section-opening-wrapper {
    display: block;
}

.news-section .opening-wrapper__link {
    background-color: transparent;
    border: none;
    font-family: Oswald;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1rem;
    letter-spacing: 0.06rem;
    text-transform: uppercase;
    padding: 1.5rem 2.5rem 1.5rem 0;
    background-image: url(/local/templates/agk/css/../images/arrow-right.svg);
    background-repeat: no-repeat;
    background-position: 87% center;
    margin-top: 1.5rem;
    color: #000;
    filter: invert(19%) sepia(25%) saturate(481%) hue-rotate(175deg) brightness(87%) contrast(90%);
}

.reviews-section {
    padding: 8rem 0;
}

.reviews-section .wrapper {
    position: relative;
}

.reviews-section .wrapper .arrow-btn-wrapper {
    right: -2rem;
    top: 13.5rem;
}

.reviews-section .wrapper .swiper-button-next:after,
.reviews-section .wrapper .swiper-rtl .swiper-button-prev:after {
    display: none;
}

.reviews-section .section-opening-wrapper {
    display: block;
}

.reviews-section .opening-wrapper__link {
    background-color: transparent;
    border: none;
    font-family: Oswald;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1rem;
    letter-spacing: 0.06rem;
    text-transform: uppercase;
    padding: 1.5rem 2.5rem 1.5rem 0;
    background-image: url(/local/templates/agk/css/../images/arrow-right.svg);
    background-repeat: no-repeat;
    background-position: 87% center;
    margin-top: 1.5rem;
    color: #000;
    filter: invert(19%) sepia(25%) saturate(481%) hue-rotate(175deg) brightness(87%) contrast(90%);
}

.wrapper {
    max-width: 83rem;
    margin: 0 auto;
}

.special-hover {
    position: relative;
}

.special-hover:hover {
    filter: invert(52%) sepia(19%) saturate(2869%) hue-rotate(334deg) brightness(101%) contrast(98%);
    border-right: 1px solid #000000;
}

.special-hover:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0%;
    background: #000000;
    transition: 0.16s all ease;
}

.special-hover:hover::before {
    width: 100%;
}

.section-opening-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.section-opening-wrapper .opening-wrapper__text {
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75rem;
    width: 688px;
    margin-left: 3rem;
}

.opening-wrapper__link-container {
    border-right: 1px solid #0E1114;
    height: 4rem;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.opening-wrapper__link {
    padding: 1.5rem 2.5rem 1.5rem 0;
    color: #000;
    filter: invert(3%) sepia(3%) saturate(7232%) hue-rotate(168deg) brightness(92%) contrast(92%);
    font-family: Oswald;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1rem;
    letter-spacing: 0.06rem;
    text-transform: uppercase;
    width: min-content;
    white-space: nowrap;
}

.section-title {
    font-style: normal;
    font-weight: 600;
    line-height: 3rem;
    font-size: 2.5rem;
    margin: 0.875rem 0 2rem 0;
}

.titles-container {
    border-right: 1px solid #0E1114;
    border-bottom: 1px solid #0E1114;
}

.section-title {
    font-style: normal;
    font-weight: 600;
    line-height: 3rem;
    font-size: 2.5rem;
    margin: 1.25rem 0 2rem 0;
}

.section-subtitle {
    color: #FD6E39;
    font-family: Oswald;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5rem;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
}

.arrow-animation:hover {
    animation: arrow-animation 0.16s;
    background-position: 95% center;
    filter: invert(52%) sepia(19%) saturate(2869%) hue-rotate(334deg) brightness(101%) contrast(98%);
}

.filters-container {
    background: #F7F8FC;
    margin-top: 48px;
}

.filters-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 48px;
    padding-left: 24px;
    cursor: pointer;
    transition: all 0.16s ease;
}

.filters-top:hover {
    color: #FD6E39;
}

.filters-top.active .filters-top__btn {
    background-color: #FD6E39;
    background-image: url(/local/templates/agk/css/../images/minus-icon.svg);
}

.filters-top__title {
    font-family: Oswald;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.filters-top__btn {
    background-color: #0E1114;
    width: 48px;
    height: 48px;
    color: #fff;
    font-size: 36px;
    border: none;
    cursor: pointer;
    transition: all 0.16s ease;
    background-image: url(/local/templates/agk/css/../images/plus-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.filters-top__btn:hover {
    background-color: #FD6E39;
    background-image: url(/local/templates/agk/css/../images/minus-icon.svg);
}

.filters-chosen {
    display: flex;
    width: calc(100% - 48px);
    margin: 8px auto 0;
    overflow: hidden;
    max-height: 0;
    padding-bottom: 0;
    transition: all 0.16s ease;
}

.filters-chosen.active {
    padding-bottom: 24px;
    border-bottom: 1px solid #C3CCE0;
    max-height: fit-content;
}

.filters-chosen__close-all-btn {
    background: #fff;
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}

.filters-chosen__close-all-btn:hover::before, .filters-chosen__close-all-btn:hover::after {
    background-color: #FD6E39;
}

.filters-chosen__close-all-btn:before,
.filters-chosen__close-all-btn:after {
    position: absolute;
    left: 16px;
    content: " ";
    height: 18px;
    width: 2px;
    background-color: #0E1114;
    top: 7px;
    transition: all 0.16s ease;
}

.filters-chosen__close-all-btn:before {
    transform: rotate(45deg);
}

.filters-chosen__close-all-btn:after {
    transform: rotate(-45deg);
}

.filters-chosen__picked-btn {
    margin-left: 8px;
    position: relative;
    color: #2D3540;
    font-family: Oswald;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    background: #fff;
    border: none;
    border-radius: 56px;
    padding: 8px 32px 8px 12px;
    cursor: pointer;
    transition: all 0.16s ease;
}

.filters-chosen__picked-btn:hover {
    color: #FD6E39;
}

.filters-chosen__picked-btn:hover::before, .filters-chosen__picked-btn:hover::after {
    background-color: #FD6E39;
}

.filters-chosen__picked-btn:before,
.filters-chosen__picked-btn:after {
    position: absolute;
    right: 17px;
    content: " ";
    height: 18px;
    width: 2px;
    background-color: #0E1114;
    top: 7px;
    transition: all 0.16s ease;
}

.filters-chosen__picked-btn:before {
    transform: rotate(45deg);
}

.filters-chosen__picked-btn:after {
    transform: rotate(-45deg);
}

.filters-inner {
    transition: all 0.16s ease;
    max-height: 0;
    overflow: hidden;
}

.filters-inner__title {
    font-family: Oswald;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    opacity: 0.5;
    margin-top: 16px;
}

.filters-inner__tags-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -8px;
}

.filters-inner__wrapper {
    padding: 0 24px 24px;
}

.filters-inner__tag {
    font-family: Oswald;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    color: #2D3540;
    border-radius: 56px;
    border-radius: 56px;
    background: #fff;
    padding: 8px 12px;
    margin-top: 8px;
    margin-left: 8px;
    transition: all 0.16s ease;
    cursor: pointer;
}

.filters-inner__tag:hover {
    color: #FD6E39;
}

.pagination-section {
    margin-top: 48px;
    margin-bottom: 80px;
}

.pagination-section .wrapper {
    display: flex;
    justify-content: space-between;
}

.pagination__more-btn {
    font-family: Oswald;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    height: 48px;
    color: #fff;
    background: #0E1114;
    padding: 0 24px;
    cursor: pointer;
    border: none;
    transition: all 0.16s ease;
}

.pagination__more-btn:hover {
    background: #FD6E39;
}

.pagination-container {
    display: flex;
    justify-content: space-between;
}

.pagination-btn {
    width: 48px;
    height: 48px;
    margin-left: 8px;
    background: transparent;
    border: 1px solid #E6EAF6;
    cursor: pointer;
    transition: all 0.16s ease;
}

.pagination-btn:hover {
    border: 1px solid #0E1114;
}

.pagination-btn:first-child {
    margin-left: 0;
    background-image: url("/local/templates/agk/css/../images/slider-arrow-prev.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.pagination-btn:last-child {
    background-image: url("/local/templates/agk/css/../images/slider-arrow-next.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.pagination-btn:nth-last-child(3) {
    /* border: none;*/
}

.document__meta-data {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 4px;
    color: #C3CCE0;
}

@keyframes arrow-animation {
    from {
        background-position: 87% center;
    }
    to {
        background-position: 95% center;
    }
}

@media (max-width: 1800px) {
    .footer__content-slice {
        width: 11.25rem;
    }

    .titles-container {
        margin: 0 40px;
    }
}

@media (max-width: 1600px) {
    .application-area,
    .application-area__item-img,
    .animation-item__overlay-wrapper {
        width: 160px;
    }

    .application-area__item-img,
    .animation-item__overlay-wrapper {
        height: 90px;
    }
}

@media (max-width: 1100px) {
    .application-area,
    .application-area__item-img,
    .animation-item__overlay-wrapper {
        width: 131px;
    }

    .application-area__item-img,
    .animation-item__overlay-wrapper {
        height: 74px;
    }
}

@media (max-width: 992px) {
    .application-area,
    .application-area__item-img,
    .animation-item__overlay-wrapper {
        width: 110px;
    }

    .application-area__item-img,
    .animation-item__overlay-wrapper {
        height: 62px;
    }
}

@media (max-width: 740px) {
    .application-areas-wrapper {
        display: none;
    }
}

@media (max-width: 1400px) {
    .header {
        padding: 0.5rem;
    }

    .header-nav ul {
        display: flex;
        align-items: center;
    }

    .header-nav ul .header-nav__li {
        padding: 0.5rem 0.5rem 0.5rem 0;
        min-height: 40px;
        display: flex;
        align-items: center;
    }

    .header-nav ul .header-nav__li:hover {
        padding: 0.5rem 0.4375rem 0.5rem 0;
    }

    .header-nav ul .header-nav__li:hover:first-child,
    .header-nav ul .header-nav__li:hover:nth-child(2),
    .header-nav ul .header-nav__li:hover:nth-child(3) {
        padding: 0.5rem 0.5rem 0.5rem 0;
    }

    .header-nav ul .header-nav__li + .header-nav__li {
        margin-left: 1rem;
    }

    .wrapper,
    .projectsSwiper,
    .newsSwiper,
    .reviewsSwiper,
    .advantagesSwiper,
    .equipmentsSwiper {
        max-width: 1064px;
    }

    .intro-section,
    .services-section,
    .equipment-section,
    .projects-section,
    .service-center-section,
    .news-section,
    .reviews-section,
    .form-section {
        padding: 44px 0;
    }

    .intro__leftside {
        width: 20rem;
    }

    .intro__rightside {
        width: 46.5rem;
    }

    .introSwiper .swiper-slide img {
        width: 46.5rem;
    }

    .intro__title {
        padding: 2rem 2.25rem 2.0625rem 0;
        font-size: 32px;
        line-height: 36px;
    }

    .services-tile__wrapper {
        justify-content: space-between;
    }

    .equipment-tile {
        justify-content: center;
    }

    .projects-section .section-title {
        width: unset;
    }

    .projectsSwiper .animation-item__overlay-wrapper,
    .newsSwiper .animation-item__overlay-wrapper,
    .equipmentsSwiper .animation-item__overlay-wrapper {
        width: 100%;
        height: 176px;
    }

    .projectsSwiper .projectsSwiper-img,
    .newsSwiper .newsSwiper-img,
    .equipmentsSwiper .equipmentsSwiper-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .projectsSwiper .projectsSlider-title,
    .newsSwiper .newsSlider-title,
    .equipmentsSwiper .equipmentsSwiper-title {
        margin-top: 12px;
    }

    .projectsSwiper .swiper-slide .projectsSlider__category-label,
    .newsSwiper .swiper-slide .newsSlider__category-label {
        font-size: 10px;
        top: 144px;
    }

    .projects-section .wrapper .arrow-btn-wrapper,
    .news-section .wrapper .arrow-btn-wrapper,
    .reviews-section .wrapper .arrow-btn-wrapper,
    .equipmentsSwiper .wrapper .arrow-btn-wrapper {
        right: -0.625rem;
    }

    .partners-section .swiper-container {
        max-width: 1064px;
        margin: 0 auto;
    }

    .location__img {
        width: 688px;
        height: 387px;
        margin: 0 auto;
        margin-top: 32px;
    }

    .location-section .wrapper {
        flex-direction: column;
    }

    .location__into-text {
        width: 100%;
    }

    .center-complecting-section .wrapper,
    .center-capability-section .wrapper {
        flex-direction: column-reverse;
    }

    .how-we-work-section .wrapper {
        flex-direction: column;
    }

    .how-we-work-section video {
        width: 688px;
    }

    .services-tile__item:last-of-type {
        margin-right: auto;
    }

    .center-capability__info-container {
        margin-left: 0;
    }

    .center-capability__img,
    .center-complecting__img {
        margin: 0 auto;
        margin-top: 32px;
    }

    .label-section__image {
        opacity: .32;
    }

    .label-section__image_career {
        opacity: .64;
    }

    .completed-projects-tile {
        margin-left: 0;
        display: grid;
        justify-content: center;
        gap: 64px;
        grid-template-columns: 411px 411px;
    }

    .completed-projects-tile__item {
        margin-left: 0;
        margin-top: 0;
    }

    .media-intro__title {
        max-width: 688px;
    }

    .video-wrapper video {
        width: 328px;
        height: 184px;
    }

    .documents-section .wrapper {
        flex-direction: column;
    }

    .documents-container {
        margin-left: 0;
    }

    .documents-intro__title,
    .documents-text {
        width: 100%;
    }

    .document {
        margin: 24px 0;
    }

    .document__meta-data {
        font-size: 12px;
        line-height: 20px;
    }

    .what-tasks-section .tasks-tile {
        grid-template-columns: repeat(2, 416px);
    }
}

@media (max-width: 1100px) {
    .wrapper,
    .projectsSwiper,
    .newsSwiper,
    .reviewsSwiper,
    .advantagesSwiper,
    .equipmentsSwiper {
        max-width: 960px;
    }

    .intro__rightside {
        width: 40rem;
    }

    .introSwiper .swiper-slide img {
        width: 40rem;
    }

    .introSwiper .swiper-button-next {
        width: 3rem;
        height: 3rem;
    }

    .introSwiper .swiper-button-prev {
        width: 3rem;
        height: 3rem;
        right: 3.75rem;
    }

    .introSwiper .swiper-button-next:hover {
        background-position: 17px center;
    }

    .introSwiper .swiper-button-prev:hover {
        background-position: 6px center;
    }

    .logo img {
        width: 5.375rem;
    }

    .header-nav ul .header-nav__li {
        font-size: 0.675rem;
        line-height: 0.675rem;
    }

    .section-opening-wrapper {
        flex-direction: column;
        width: 100%;
    }

    .services-section .titles-container {
        width: 100%;
    }

    .section-opening-wrapper .opening-wrapper__text {
        width: 100%;
        margin-left: unset;
        margin-top: 1.5rem;
    }

    .section-opening-wrapper__titles-links-container {
        width: 100%;
    }

    .projects-section .opening-wrapper__link {
        margin-top: 0;
    }

    .service-center__text {
        padding-right: 0.5rem;
    }

    .projectsSwiper .swiper-slide .projectsSlider__category-label,
    .newsSwiper .swiper-slide .newsSlider__category-label {
        font-size: 0.5625rem;
        line-height: 0.75rem;
    }

    .projectsSwiper .swiper-slide .projectsSlider__category-label,
    .newsSwiper .swiper-slide .newsSlider__category-label {
        top: 148px;
    }

    .additional-service {
        width: calc(100% / 2 - 32px);
    }

    .additional-services-section .titles-container,
    .project-options-section .titles-container,
    .partners-section .titles-container {
        width: 100%;
    }

    .projects-option__info-wrapper {
        margin-left: 32px;
    }

    .projects-section .swiper-container {
        height: 100%;
    }

    .our-opportunities-section,
    .additional-services-section,
    .project-options-section,
    .partners-section {
        padding: 40px 0;
    }

    .partners-section .swiper-container {
        max-width: 960px;
        margin: 0 auto;
    }

    .titles-container .section-title {
        font-size: 24px;
        line-height: 32px;
        margin: 1.25rem 0 1rem;
    }

    .service-center-intro__info-container {
        flex-direction: column;
    }

    .service-center-intro__img {
        width: 100%;
        height: auto;
        margin-top: 32px;
    }

    .service-center-intro__title {
        width: 488px;
    }

    .service-center-intro__text {
        font-size: 16px;
        width: 100%;
    }

    .workshops-tile__item {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .workshops-tile__item-text {
        width: calc(100% - 332px - 24px);
        margin-top: 0;
        margin-left: 24px;
        height: initial;
    }

    .wokrshops-tile__item-img {
        width: 332px;
        height: 187px;
    }

    .center-capability__info-title,
    .location__info-title,
    .center-complecting__info-title {
        width: 100%;
    }

    .service-center-intro-section {
        padding-bottom: 59px;
    }

    .workhops-tile {
        margin-top: 0;
    }

    .center-capavility__into-text,
    .location__into-text,
    .center-complecting__into-text {
        font-size: 16px;
        line-height: 24px;
    }

    .location-section,
    .center-complecting-section,
    .center-capability-section,
    .workshops-section,
    .how-we-work-section {
        padding: 64px 0;
    }

    .center-complecting__info-container,
    .center-capability__info-container {
        margin-left: 0;
    }

    .how-we-work__info-container {
        width: 100%;
        height: initial;
    }

    .how-we-work-section video {
        margin: 0 auto;
    }

    .completed-projects-tile {
        width: 100%;
        margin: 0 auto;
        margin-top: 32px;
        display: grid;
        gap: 32px 56px;
        grid-template-columns: 328px 328px;
    }

    .completed-projects-tile__item .services-tile__item-img {
        width: 328px;
        height: 185px;
    }

    .completed-projects-tile__item {
        width: 328px;
        margin-top: 0;
    }

    .completed-projects-tile__item .animation-item__overlay-wrapper,
    .completed-projects-tile__item .tile-animation__overlay {
        width: 100%;
        height: 185px;
    }

    .completed-projects-tile__category-label {
        font-size: 9px;
        line-height: 12px;
        top: 157px;
    }

    .titles-container {
        max-width: 960px;
        margin: 0 auto;
    }

    .map-wrapper {
        display: none;
    }

    .addresses-wrapper {
        display: block;
        max-width: 960px;
        margin: 0 auto;
        margin-top: 48px;
    }

    .addresses-wrapper__city-item {
        margin-top: 24px;
    }

    .addresses-wrapper__city-item:first-of-type {
        margin-top: 16px;
    }

    .addresses-wrapper__subtitle {
        margin-top: 32px;
        font-family: Oswald;
        font-size: 12px;
        font-weight: 600;
        line-height: 16px;
        letter-spacing: 1.2px;
        text-transform: uppercase;
    }

    .addresses-wrapper__city-title {
        font-family: Oswald;
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: 1.6px;
        text-transform: uppercase;
        color: #FD6E39;
    }

    .address-wrapper__city-info {
        font-family: Montserrat;
        font-size: 13px;
        font-weight: 400;
        line-height: 20px;
        color: #0E1114;
    }

    .addresses-wrapper {
        max-width: calc(100vw - 80px);
    }

    .titles-container {
        margin: 0 auto;
        max-width: calc(100vw - 80px);
    }

    .what-tasks-section .titles-container {
        max-width: 100%;
    }

    .map-section .wrapper .section-title {
        font-size: 20px;
        line-height: 28px;
    }

    .video__text {
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
    }

    .career-intro__title {
        width: 100%;
    }

    .career-intro-section p {
        max-width: 100%;
    }

    .career-intro-section p:first-of-type {
        margin-top: 24px;
    }

    .what-tasks-section .tasks-tile {
        gap: 32px;
        grid-template-columns: repeat(2, 328px);
    }

    .what-tasks-section .tasks-item {
        width: 328px;
        height: auto;
        min-height: 96px;
    }
}

@media (max-width: 992px) {
    .p-breadcrumb {
        max-width: 100%;
    }

    .advantagesSwiper.swiper {
        width: 100%;
        padding: 0 !important;
    }

    .wrapper {
        max-width: calc(100vw - 80px);
    }

    .intro__rightside {
        width: calc(100vw - 360px);
    }

    .intro__rightside {
        height: 20.5625rem;
    }

    .intro__title {
        font-size: 1.75rem;
        line-height: 2rem;
        width: 20rem;
        padding: 3rem 2rem 8rem 0;
    }

    .introSwiper .swiper-slide img {
        width: calc(100vw - 360px);
        position: absolute;
        left: 0;
    }

    .introSwiper .swiper-button-next {
        right: 2.5rem;
    }

    .introSwiper .swiper-button-prev {
        right: 6.25rem;
    }

    .section-title {
        font-size: 2rem;
        line-height: 2.5rem;
        margin: 0.5rem 0 2rem;
    }

    .services-tile__item {
        width: 20.5rem;
        margin-right: 0;
    }

    .services-tile__item .services-tile__item-img {
        width: 20.5rem;
        height: 11.5rem;
    }

    .services-tile__item .animation-item__overlay-wrapper {
        width: 20.5rem;
        height: 11.5rem;
    }

    .equipment-section {
        background-size: auto, 47.4375rem;
    }

    .equipment-tile__item,
    .equipment-tile__last-item {
        width: 21.5rem;
        height: 21.5rem;
    }

    .projects-section {
        position: relative;
    }

    .projects-section .swiper-container {
        width: calc(100vw - 80px);
        position: relative;
        margin: 0 auto;
        /* height: 15.6875rem;
    margin-top: 2rem; */
        overflow: hidden;
    }

    .advantages-section .swiper-container {
        width: calc(100vw - 80px);
        position: relative;
        margin: 0 auto;
        /* height: 15.6875rem;
    margin-top: 2rem; */
        overflow: hidden;
    }

    .projectsSwiper {
        position: absolute;
        left: 0;
        bottom: 0;
        /* height: 15.6875rem; */
        max-width: 996px;
    }

    .projectsSwiper .projectsSwiper-img {
        width: 19.5rem;
        height: 11rem;
    }

    .projects-section .wrapper .arrow-btn-wrapper,
    .news-section .wrapper .arrow-btn-wrapper,
    .reviews-section .wrapper .arrow-btn-wrapper,
    .equipmentsSwiper .wrapper .arrow-btn-wrapper {
        display: none;
    }

    .news-section .swiper-container {
        width: calc(100vw - 44px);
        position: relative;
        margin-left: 44px;
        height: 17.5rem;
        margin-top: 2rem;
        overflow: hidden;
    }

    .service-center__content-wrapper {
        flex-direction: column-reverse;
        margin-top: 9rem;
    }

    .service-center__text-wrapper {
        padding-bottom: 1.625rem;
    }

    .service-center-rightside {
        margin-left: unset;
    }

    .service-center-leftside {
        width: 100%;
        margin-top: 2.5rem;
    }

    .service-center__btn-container {
        position: static;
    }

    .service-center-rightside__img {
        height: 24.1875rem;
    }

    .reviews-section .swiper-container {
        width: calc(100vw - 44px);
        position: relative;
        margin-left: 44px;
        margin-top: 2rem;
        overflow: hidden;
    }

    .form fieldset {
        padding: 24px;
    }

    .form-section .titles-container {
        width: unset;
    }

    .form-section .section-title {
        font-size: 16px;
        line-height: 24px;
        margin: 8px 0 16px;
    }

    .form-section .contacts-wrapper {
        margin-top: 46px;
    }

    .footer-section {
        padding: 40px;
        flex-wrap: wrap;
    }

    .header .checkbox {
        display: block;
    }

    .header__search-btn {
        margin-right: 62px;
    }

    .checkbox {
        position: absolute;
        display: block;
        height: 19px;
        width: 24px;
        top: 25px;
        right: 16px;
        z-index: 102;
        opacity: 0;
        cursor: pointer;
    }

    .hamburger-lines {
        display: block;
        height: 19px;
        width: 24px;
        position: absolute;
        top: 25px;
        right: 16px;
        z-index: 101;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .hamburger-lines .line {
        display: block;
        height: 2px;
        width: 100%;
        border-radius: 10px;
        background: #0e2431;
    }

    .hamburger-lines .line1 {
        transform-origin: 0% 0%;
        transition: transform 0.4s ease-in-out;
    }

    .hamburger-lines .line2 {
        transition: transform 0.2s ease-in-out;
    }

    .hamburger-lines .line3 {
        transform-origin: 0% 100%;
        transition: transform 0.4s ease-in-out;
    }

    .header input[type=checkbox]:checked ~ .menu-items {
        transform: translateX(0);
    }

    .header input[type=checkbox]:checked ~ .hamburger-lines .line1 {
        transform: rotate(45deg);
    }

    .header input[type=checkbox]:checked ~ .hamburger-lines .line2 {
        transform: scaleY(0);
    }

    .header input[type=checkbox]:checked ~ .hamburger-lines .line3 {
        transform: rotate(-45deg);
    }

    .header input[type=checkbox]:checked ~ .logo {
        display: none;
    }

    .mobile-menu {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        background: #fff;
        z-index: -5;
        opacity: 0;
        transition: 0.16s all ease;
    }

    .mobile-menu.opened {
        opacity: 1;
        z-index: 100;
        height: 100vh;
    }

    .mobile-menu__top-section {
        height: 64px;
        width: 100%;
        background: #F7F8FC;
        display: flex;
        justify-content: space-around;
        align-items: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
        color: #2D3540;
    }

    .header-nav {
        z-index: 21;
        position: fixed;
        top: 100px;
        left: 40px;
        font-size: 14px;
        opacity: 0;
        z-index: -5;
        transition: all 0.16s ease;
        display: none;
    }

    .header-nav ul {
        flex-direction: column;
        align-items: flex-start;
        width: calc(100vw - 80px);
        min-height: 300px;
    }

    .header-nav.opened {
        opacity: 1;
        z-index: 101;
        display: block;
    }

    .header-hover-submenu {
        padding: 0;
        left: 0;
    }

    .header-hover-submenu ul li {
        padding: 8px 8px 8px 0;
        margin-top: 8px;
    }

    .header-hover-submenu ul li:hover {
        padding: 8px 8px 8px 0;
        margin-top: 8px;
        filter: none;
        border-right: none;
    }

    .header-hover-submenu ul li:hover::before {
        display: none;
    }

    .header-nav ul .header-nav__li {
        width: 100%;
        margin-top: 8px;
        color: #2D3540;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
    }

    .header-nav ul .header-hover-submenu {
        width: 100% !important;
        height: 100vh;
    }

    .header-nav ul .header-nav__li.withSumbemu {
        background: url("/local/templates/agk/css/../images/slider-arrow-next.svg") no-repeat right center;
    }

    .header-nav ul .header-nav__li + .header-nav__li {
        margin-left: 0;
    }

    .footer__content-slice {
        width: 328px;
        order: 3;
        margin-top: 24px;
    }

    .footer__content-slice:first-child {
        order: 1;
        flex-basis: 50%;
        margin-top: 0;
    }

    .footer__content-slice:last-child {
        order: 2;
        flex-basis: 50%;
        margin-top: 0;
    }

    .problems-and-tasks-section .titles-container {
        width: 100%;
    }

    .problems-and-tasks-section .section-title {
        font-size: 20px;
        line-height: 28px;
    }

    .problems-and-tasks-section .tasks-tile {
        justify-content: center;
    }

    .problems-and-tasks-section .tasks-item {
        width: 100%;
        height: initial;
    }

    .problems-and-tasks-section .tasks-item__text {
        padding-bottom: 24px;
    }

    .problems-and-tasks-section {
        padding-top: 40px;
    }

    .our-oppotrunities__main-info {
        flex-direction: column;
    }

    .our-oppotrunities__rightside {
        margin-left: 0;
        margin-top: 40px;
    }

    .our-oppotrunities__rightside-img {
        width: 100%;
    }

    .partners-section .swiper-container {
        max-width: calc(100vw - 80px);
        margin: 0 auto;
    }

    .about-company-intro-title {
        width: 100%;
    }

    .year {
        padding-left: 0;
    }

    .year__text-container {
        margin-left: 32px;
    }

    .year__text {
        font-size: 16px;
    }

    .advantages-tile {
        flex-direction: column;
        margin: 0 auto;
    }

    .advantages-item {
        width: 100%;
        height: initial;
        margin: 0;
        margin-top: 32px;
        padding-bottom: 24px;
    }

    .health-safety-and-environment-section {
        padding-bottom: 64px;
    }

    .safety-tile {
        margin-left: 0;
        display: grid;
        grid-template-columns: repeat(2, 328px);
        gap: 32px;
    }

    .safety-item {
        margin: 0;
        width: 328px;
    }

    .health-safety-and-environment-section {
        padding-top: 64px;
    }

    .video__text {
        width: 328px;
    }
}

/* @media (max-width: 800px) {

} */
@media (max-width: 768px) {
    .advantagesSwiper.swiper {
        padding: 0 !important;
        width: 100%;
    }

    .how_we_work-section .ds-advantages {
        margin: -20.5px;
    }

    .header__info.header__info-contact {
        width: auto;
    }

    .intro-section,
    .services-section,
    .equipment-section,
    .projects-section,
    .service-center-section,
    .news-section,
    .reviews-section,
    .form-section {
        padding: 40px 0;
    }

    .wrapper {
        max-width: calc(100vw - 48px);
    }

    .intro__leftside {
        display: none;
    }

    .intro__rightside {
        display: none;
    }

    .intro-mobile {
        display: block;
    }

    .intro-mobile__img {
        width: 100%;
    }

    .intro-mobile__title {
        font-size: 24px;
        font-weight: 600;
        line-height: 32px;
        margin-top: 16px;
    }

    .intro-mobile__link {
        display: inline-block;
        font-family: Oswald;
        font-size: 16px;
        font-weight: 500;
        line-height: 16px;
        letter-spacing: 0.96px;
        text-transform: uppercase;
        margin-top: 16px;
        padding: 16px 42px 16px 0;
        background-image: url("/local/templates/agk/css/../images/arrow-right.svg");
        background-repeat: no-repeat;
        background-position: 87% center;
    }

    .service-center-rightside__img {
        height: 184px;
    }

    .service-center__content-wrapper {
        margin-top: 280px;
        height: 11.625rem;
    }

    .projects-section .swiper-container {
        width: calc(100vw - 24px);
    }

    .advantages-section .swiper-container {
        width: calc(100vw - 24px);
    }

    .news-section .swiper-container {
        margin-left: 24px;
        width: calc(100vw - 24px);
        margin-top: 24px;
        height: unset;
    }

    .form-section .mobile-contacts__accodrion-trigger {
        display: block;
        height: 48px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin-top: 24px;
        transform: rotate(0deg);
    }

    .form-section .mobile-contacts__accodrion-trigger.active .plus-icon-container {
        background: #FD6E39;
    }

    .form-section .mobile-contacts__accodrion-trigger.active img {
        transform: rotate(90deg);
    }

    .form-section .contacts-wrapper {
        margin-top: 24px;
        max-height: 0;
        transition: all 0.16s ease;
        overflow: hidden;
    }

    .mobile-contacts__trigger-text {
        color: #fff;
        font-family: Oswald;
        font-size: 12px;
        font-weight: 600;
        line-height: 16px;
        letter-spacing: 1.2px;
        text-transform: uppercase;
    }

    .plus-icon-container {
        height: 48px;
        width: 48px;
        background: #0E1114;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .plus-icon-container img {
        transition: all 0.16s ease;
    }

    .plus-icon-container:hover {
        background: #FD6E39;
    }

    .plus-icon-container:hover img {
        transform: rotate(90deg);
    }

    .newsSwiper {
        margin-top: 0;
    }

    .form-section .wrapper {
        flex-direction: column;
    }

    .form-section__rightside {
        margin-left: 0;
        margin-top: 24px;
    }

    .form-section__rightside {
        margin-top: 0;
    }

    .footer__content-slice {
        display: none;
    }

    .footer__content-slice:first-child {
        flex-basis: 100%;
        flex-direction: column;
        align-items: center;
        display: flex;
    }

    .footer__content-slice:last-child {
        flex-basis: 100%;
        flex-direction: column;
        margin-top: 16px;
        display: flex;
    }

    .footer__content-slice:last-child .footer__link {
        width: 165px;
    }

    .footer-section .contact-btn {
        font-size: 12px;
        line-height: 16px;
        width: 155px;
    }

    .footer-logo {
        display: none;
    }
    .footer-logo-mobile {
        width: 100%;
        display: block;
    }

    .mobile-footer__content-container {
        display: block;
        width: 100%;
    }

    .mobile-footer__content-container.active .plus-icon-container {
        background: #FD6E39;
    }

    .mobile-footer__content-container.active img {
        transform: rotate(90deg);
    }

    .mobile-footer__content-container:first-child {
        order: 3;
    }

    .mobile-footer__accordion-trigger {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .mobile-footer__content-wrapper {
        display: flex;
        flex-direction: column;
        max-height: 0;
        transition: all 0.16s ease;
        overflow: hidden;
    }

    .mobile-footer__content-wrapper:first-child {
        order: 4;
    }

    .partners-section .titles-container {
        width: 100%;
    }

    .our-oppotrunities__rightside-img {
        object-fit: contain;
        height: auto;
    }

    .year {
        margin-top: 24px;
        flex-direction: column;
    }

    .safety-tile {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .safety-item {
        width: 100%;
    }

    .safety-item__text {
        margin-top: 16px;
    }

    .about-company-intro-img {
        height: 184px;
        margin-top: 1.5rem;
    }

    .year__title {
        height: 80px;
        padding: 0;
        border: none;
    }

    .year__text {
        font-size: 14px;
        margin-top: 1rem;
    }

    .year__text-container {
        padding-top: 1rem;
        margin-left: 0;
    }

    .services-tile__item:last-of-type {
        margin-right: initial;
    }

    .service-center-intro__title {
        max-width: 327px;
        font-size: 16px;
        line-height: 24px;
    }

    .workshops-tile__item {
        flex-direction: column;
        margin-top: 24px;
    }

    .workshops-tile__item-text {
        margin-top: 16px;
        margin-left: 0;
        padding-bottom: 16px;
        width: 100%;
    }

    .wokrshops-tile__item-img {
        width: 100%;
        height: auto;
    }

    .location__img {
        width: 100%;
        height: auto;
    }

    .center-capability__img,
    .center-complecting__img {
        width: 100%;
    }

    .how-we-work-section video {
        width: 100%;
        height: auto;
        margin-top: 24px;
    }

    .service-center-intro__text {
        font-size: 14px;
        line-height: 22px;
    }

    .how-we-work__into-text {
        margin-top: 8px;
        font-size: 16px;
        line-height: 24px;
    }

    .location-section,
    .center-complecting-section,
    .center-capability-section,
    .workshops-section,
    .how-we-work-section {
        padding: 48px 0;
    }

    .block_navigation {
        flex-direction: column;
        align-items: center;
    }

    .link_more_goods {
        text-align: center;
        width: 328px;
    }

    .pagination-section {
        margin-top: 24px;
        margin-bottom: 40px;
    }

    .pagination-container {
        margin-top: 24px;
    }

    .addresses-wrapper {
        margin-top: 24px;
    }

    .addresses-wrapper__city-info {
        font-size: 13px;
    }

    .map-section {
        padding: 48px 0;
    }

    .video__text {
        margin-left: 0;
        margin-top: 24px;
    }

    .video-wrapper + .video-wrapper {
        margin-top: 32px;
    }

    .videos-section {
        padding-bottom: 48px;
    }

    .document__title {
        width: 263px;
    }

    .documents-intro-section {
        padding-top: 48px;
    }

    .documents-section {
        padding-top: 32px;
        padding-bottom: 48px;
    }

    .what-tasks-section .tasks-tile {
        gap: 16px 0;
        grid-template-columns: 1fr;
        justify-content: center;
    }

    .what-tasks-section .tasks-item {
        width: 100%;
    }
}

@media (max-width: 1400px) {
    .equipment-products-section .wrapper {
        justify-content: space-evenly;
    }

    .equipment-products__tile {
        max-width: 916px;
    }

    .projects-option img,
    .projects-option .projects-option__info-wrapper {
        width: calc(100% / 2 - 32px);
    }

    .projects-option img {
        height: 184px;
    }
}

@media (max-width: 1100px) {
    .equipment-categories__links-container {
        margin-left: calc((100% - 795px) / 2);
    }
}

@media (max-width: 992px) {
    .popup-product.fancybox-content {
        display: grid !important;
    }

    .popup-product__main {
        display: grid;
    }

    .popup-product__table,
    .popup-product__info,
    .popup-product__image,
    .popup-product__main,
    .popup-product__button {
        width: 100%;
    }

    .popup-product__image {
        margin-right: 0;
    }

    .popup-product__image img {
        width: 100%;
        height: 100%;
    }

    .popup-product td {
        padding: 0.2rem;
    }

    .popup-product th {
        font-size: 12px;
    }

    .popup-product td:nth-child(1),
    .popup-product td:nth-child(n+1) {
        font-size: 10px;
    }

    .popup-product__table p:first-child {
        font-size: 22px;
    }

    .fancybox-slide:before {
        display: none !important;
    }

    .header__info.header__info-contact {
        display: none;
    }

    .header__info.header__info-contact.header__info-contact-mobile {
        display: block;
        margin-right: 20px;
    }

    .header {
        height: 64px;
    }

    .hamburger-lines {
        top: 22px;
    }

    .header-nav ul .header-nav__li {
        position: unset;
    }

    .header-hover-submenu {
        top: 0;
        border-top: unset;
        box-shadow: unset;
    }

    .label-section h1 {
        font-size: 28px;
        line-height: 36px;
    }

    .label-section__text {
        font-size: 12px;
        line-height: 20px;
        letter-spacing: 1.2px;
    }

    .equipment-categories__links-container {
        margin-left: calc((100% - 685px) / 2);
        margin-top: 48px;
    }

    .equipment-categories__img {
        width: 80px;
    }

    .equipment-categories__link {
        padding: 0 8px;
    }

    .equipment-categories__title {
        font-size: 11px;
        line-height: 16px;
        letter-spacing: 1.1px;
        width: 121px;
    }

    .equipment-products__tile {
        margin-left: -32px;
        max-width: 720px;
    }

    .equipment-product {
        width: 328px;
        height: 468px;
        margin-left: 32px;
        margin-top: 32px;
    }

    .equipment-product__properties-text {
        font-size: 10px;
        line-height: 14px;
    }

    .equipment-product .arrow-btn-wrapper {
        width: 56px;
        height: 56px;
    }

    .equipment-product__title {
        font-size: 16px;
        line-height: 24px;
        top: 20px;
        max-width: 250px;
    }

    .equioment-product__more-text {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0.48px;
        right: 24px;
        left: auto;
    }

    .advantages-section {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .year__text-title {
        font-size: 20px;
    }
}

@media (max-width: 768px) {

    .label-section {
        padding: 24px;
    }

    .label-section h1 {
        font-size: 24px;
        line-height: 32px;
    }

    .equipment-categories__links-container {
        margin-top: 24px;
        margin-left: calc((100% - 492px) / 2);
    }

    .equipment-categories__img {
        width: 64px;
    }

    .equipment-categories__title {
        font-size: 11px;
        line-height: 16px;
        letter-spacing: 1.1px;
        width: 148px;
        margin-top: 0px;
        margin-bottom: 16px;
    }

    .pagination-section .wrapper {
        flex-direction: column;
    }

    .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        display: none;
    }
}

@media (max-width: 740px) {
    .equipment-products__tile {
        flex-direction: column;
    }

    .services-tile__wrapper {
        justify-content: center;
    }

    .completed-projects-tile {
        grid-template-columns: 328px;
    }

    .video-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .media-intro__title {
        max-width: 328px;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        margin: 0 auto;
    }

    .media-intro-section {
        padding-top: 48px;
    }

    .videos-section {
        padding-top: 32px;
    }

    .vacancy__info-slice {
        flex-direction: column;
    }

    .vacancy__info-value li:first-of-type {
        margin-top: 12px;
    }

    .vacancy__btn-link {
        margin-bottom: 16px;
    }

    .vacancies-section {
        padding-bottom: 48px;
    }
}

@media (max-width: 540px) {
    .equipment-categories__links-container {
        margin-left: calc((100% - 328px) / 2);
    }

    .problems-and-tasks-section .section-title {
        font-size: 16px;
    }

    .problems-and-tasks-section {
        padding-top: 48px;
    }

    .additional-services {
        flex-direction: column;
        margin-top: 0;
    }

    .additional-service {
        width: 100%;
        margin-top: 24px;
    }

    .additional-service__text {
        margin-top: 16px;
    }

    .titles-container .section-title {
        margin-top: .5rem;
    }

    .projects-option {
        flex-direction: column;
        margin-top: 32px;
    }

    .projects-option img,
    .projects-option .projects-option__info-wrapper {
        width: 100%;
    }

    .projects-option .projects-option__info-wrapper {
        margin-left: 0;
        margin-top: 24px;
    }

    .form fieldset {
        padding: 0 24px 24px 24px;
    }

    .section-opening-wrapper .section-title {
        padding-right: 32px;
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 440px) {
    .form-section__rightside fieldset {
        width: 100%;
    }

    .form fieldset select,
    .form-input-container,
    .form fieldset input[type='submit'] {
        width: 279px;
    }
}

/*# sourceMappingURL=style.css.map */
.arrow-btn-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.arrow-btn-wrapper .arrow-btn-img {
    position: relative;
    transform: none !important;
    top: 0;
    left: 0;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.swiper-button-prev .arrow-btn-img {
    transform: rotate(180deg) !important;
}

.swiper-button-prev .arrow-btn-wrapper:hover .arrow-btn-img {
    left: -5px;
}

.swiper-button-next .arrow-btn-wrapper:hover .arrow-btn-img {
    left: 5px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    pointer-events: unset;
}

.swiper-button-disabled .arrow-btn-wrapper:hover {
    background: #0E1114;
}

.swiper-button-disabled .arrow-btn-wrapper:hover .arrow-btn-img {
    left: 0;
}

.swiper-button-disabled .arrow-btn-wrapper:hover::before {
    width: 0;
}

.p-breadcrumb {
    margin: 24px 0 24px 24px;
    font-size: 12px;
    max-width: 100%;

}

.p-breadcrumb:last-of-type {
    color: #C3CCE0;
}

/* @media (max-width: 413px) {
  .form fieldset {
    padding: 8px;
  }
} */
@media (max-width: 768px) {
    .table-wrapper {
        overflow-x: auto;
    }

    .arrow-btn-wrapper {
        display: none;
    }
}

/*.item-filter:hover{
  color: #FFFFFF;
}*/
.add-in-filter {
    /* background-color: #FD6E39;*/
    color: #FD6E39;
    border: 1px solid #FD6E39;
}

.current-filter {
    color: #FD6E39;
    border: 1px solid #FD6E39;
}

.hr-line {
    padding-bottom: 24px;
    border-bottom: 1px solid #C3CCE0;
    max-height: fit-content;
    margin-bottom: 20px;
}

.filter-button {
    font-family: Oswald;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    color: #2D3540;
    border-radius: 56px;
    border-radius: 56px;
    background: #fff;
    padding: 8px 12px;
    margin-top: 8px;
    margin-left: 8px;
    transition: all 0.16s ease;
    cursor: pointer;
    background: #FD6E39;
    color: #fff;
}

.filter-button:hover {
    /* box-shadow: 1px 1px 1px 1px rgba(255, 0, 255, .2);*/
}

.js_wrapper-link {
    display: none;
}

/* выполненные проекты */
.project {
    margin-top: 80px;
    margin-bottom: 80px;
    background-color: inherit;
}

.project__item-container {
    margin-top: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.project__item-container:first-of-type {
    margin-top: 0;
}

@media screen and (max-width: 1400px) {
    .project__item-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (max-width: 1100px) {
    .project__item-container {
        margin-top: 32px;
    }
}

.project__item-point {
    width: 26rem;
    border-right: 1px solid #C3CCE0;
    margin-right: 15px;
}

@media screen and (max-width: 1400px) {
    .project__item-point {
        width: 100%;
    }
}

.project__decorate-item {
    width: 12px;
    height: 4px;
    background-color: #FD6E39;
}

.project__subtitle-container {
    border-bottom: 1px solid #C3CCE0;
}

.project__subtitle {
    width: 100%;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
}

.project__subtitle_single {
    padding-bottom: 16px;
}

.project__description {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.project__button {
    width: 100%;
    cursor: pointer;
    padding: 24px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    border: none;
    color: #0E1114;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.96px;
    text-transform: uppercase;
}

.project__arrow-img {
    margin-left: 8px;
}

@media screen and (max-width: 1440px) {
    .project__content_image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (max-width: 1100px) {
    .project__content_image {
        -webkit-box-pack: initial;
        -ms-flex-pack: initial;
        justify-content: initial;
        margin-top: 24px;
    }
}

.project__photo {
    width: 872px;
    height: 490px;
}

@media screen and (max-width: 1100px) {
    .project__photo {
        width: 100%;
        height: auto;
        margin-top: 24px;
    }
}

@media screen and (max-width: 480px) {
    .project__photo {
        margin-top: 16px;
    }
}

.project__point-description {
    width: 872px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.project__point-description_problem {
    font-size: 20px;
    line-height: 28px;
}

@media screen and (max-width: 480px) {
    .project__point-description_problem {
        font-size: 16px;
    }
}

@media screen and (max-width: 1400px) {
    .project__point-description {
        margin-top: 24px;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .project {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 480px) {
    .project {
        margin-top: 48px;
    }

    .years-section {
        padding-left: 30px;

    }
}

.service__link {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.service__link p {
    margin-left: 8px;
}

.label-section .service__title {
    margin: 0;
    margin-top: 64px;
}

@media screen and (max-width: 768px) {
    .label-section .service__title {
        margin-top: 24px;
    }
}

@media screen and (max-width: 480px) {
    .label-section .service__title {
        margin-top: 56px;
    }

    .filters-container .filters-inner {
        /*max-height: 500px;*/
    }
}

/* !выполненные проекты */
.career-intro-section p {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    padding-top: 14px;
    position: relative;
    width: 880px;

}

.table {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #dddddd;
    border-collapse: collapse;
}

.table th {
    font-weight: bold;
    padding: 5px;
    background: #efefef;
    border: 1px solid #dddddd;
}

.table td {
    border: 1px solid #dddddd;
    padding: 5px;
}

.career-more-button {
    position: relative;
    cursor: pointer;
    background-color: transparent;
    border: none;
    padding: 0;
    font-family: Oswald, 'sans-serif';
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    display: flex;
    color: #0E1114;
    padding: 24px 0;
    user-select: none;
}

.career-more-button::after {
    content: url(/local/templates/agk/css/../images/arrow-select.svg);
    width: 16px;
    height: 16px;
    position: absolute;
    right: -24px;
    top: 24px;
}

.career-more-button_opened::after {
    content: url(/local/templates/agk/css/../images/arrow-select.svg);
    transform: rotate(180deg)
}

.career-intro__paragraph {
    margin: 0;
    margin-top: 14px;
    max-width: 880px;
    display: none;
    font-family: Montserrat, 'sans-serif';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #0E1114;
}

.career-intro__paragraph:first-of-type {
    margin-top: 24px;
}

.career-intro__paragraph_opened {
    display: block;
}

@media (max-width: 1100px) {
    .career-intro__paragraph {
        max-width: 100%;
    }
}

.about-company-page-career {
    background: #ffffff;
    color: black;
    background-repeat: no-repeat;
    background-position: right center;
}

/*
 * Custom Select jQuery Plugin Base
 */
.custom-select {
    position: relative;
}

.custom-select__option {
    overflow: hidden;
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 0;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    font-family: inherit;
    white-space: nowrap;
    text-align: left;
    text-overflow: ellipsis;
    cursor: pointer;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-select__option-wrap {
    position: relative;
}

.custom-select__input {
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 0;
    border-width: 1px 0;
    border-style: solid;
    border-radius: 0;
    font-family: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-select__dropdown {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    top: 100%;
    left: 0;
}

.custom-select--dropup .custom-select__dropdown {
    top: auto;
    bottom: 100%;
}

/*
 * Custom Select jQuery Plugin Theme
 */
.custom-select__option {
    width: 100%;
    position: relative;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    color: #212121;
    line-height: 1.5;
}

.custom-select__option:focus {
    outline: none;
}

/* .custom-select__option:hover, .custom-select__option:focus {
  background-color: #f9f9f9;
} */

.custom-select__option--value {
    padding-right: 1.875rem;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 0.25rem;
}

.custom-select__option--value::after {
    content: url('/local/templates/agk/css/../images/arrow-select.svg');
    position: absolute;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    bottom: 10px;
    right: 10px;
}

.custom-select__option::before {
    content: 'Город';
    box-sizing: border-box;
}

.custom-select--active .custom-select__option--value::after {
    transform: rotate(-180deg);
}

.custom-select--active .custom-select__option--value {
    border-bottom-color: transparent;
    border-radius: 0.25rem 0.25rem 0 0;
}

/* .custom-select--active .custom-select__option--value:hover, .custom-select--active .custom-select__option--value:focus {
  background-color: #fff;
} */

.custom-select--dropup.custom-select--active .custom-select__option--value {
    border-top-color: transparent;
    border-bottom-color: #e6e6e6;
    border-radius: 0 0 0.25rem 0.25rem;
}

/* .custom-select__option--selected {
  background-color: #fcfcfc;
} */

.custom-select__option[disabled] {
    color: #a1a1a1;
    cursor: default;
}

.custom-select__option[disabled]:hover, .custom-select__option[disabled]:focus {
    background-color: transparent;
}

.custom-select__option-wrap {
    overflow-y: auto;
    max-height: 11.25rem;
}

.custom-select__option-wrap::-webkit-scrollbar {
    width: 16px;
}

.custom-select__option-wrap::-webkit-scrollbar-thumb {
    background-color: #e6e6e6;
    background-clip: padding-box;
    border-width: 0 4px;
    border-style: solid;
    border-color: #E6EAF6;
}

.custom-select__input {
    position: relative;
    z-index: 1;
    height: 2.25rem;
    margin-top: -1px;
    padding: 0 0.75rem;
    border-color: #E6EAF6;
    transform: translateY(1px);
    font-size: 1rem;
    color: #212121;
}

.custom-select__input:focus {
    outline: none;
}

.custom-select--dropup .custom-select__input {
    border-top-width: 0;
    margin-top: 0;
    transform: translateY(0);
}

.custom-select__dropdown {
    overflow: hidden;
    z-index: 1;
    top: calc(100% - 1px);
    background-color: #fff;
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #E6EAF6;
    border-radius: 0 0 0.25rem 0.25rem;
}

.custom-select--dropup .custom-select__dropdown {
    bottom: calc(100% - 1px);
    border-width: 1px 1px 0;
    border-radius: 0.25rem 0.25rem 0 0;
}

/*
* zero radius
*/
.custom-select__option--value,
.custom-select__dropdown,
.custom-select--dropup .custom-select__dropdown,
.custom-select--active .custom-select__option--value,
.custom-select--dropup.custom-select--active .custom-select__option--value {
    width: 100%;
    border-radius: 0;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    color: #0E1114;
}

.custom-select__option {
    height: 57px;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    color: #0E1114;
}

.custom-select__option {
    border-color: #E6EAF6;
    padding-top: 20px;
}

.custom-select__option:before {
    font-family: Montserrat, 'sans-serif';
    font-size: 11px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.33px;
}

.custom-select__dropdown .custom-select__option:nth-child(1)::before {
    content: 'Москва';
    position: absolute;
    bottom: 32px;
    left: 12px;
}

.custom-select__dropdown .custom-select__option:nth-child(2)::before {
    content: 'Санкт-Петербург';
    position: absolute;
    bottom: 32px;
    left: 12px;
}

.custom-select__dropdown .custom-select__option:nth-child(3)::before {
    content: 'Тюмень';
    position: absolute;
    bottom: 32px;
    left: 12px;
}

.custom-select__dropdown .custom-select__option:nth-child(4)::before {
    content: 'Атырау';
    position: absolute;
    bottom: 32px;
    left: 12px;
}

.custom-select__option::before {
    content: 'Филиал';
    position: absolute;
    bottom: 32px;
    left: 12px;
}

@media (max-width: 768px) {
    .swiper-slide .projectsSlider-title {
        max-width: 312px;
    }

    .swiper-slide .animation-item__overlay-wrapper {
        max-width: 312px;
    }

    .swiper-slide .equipmentsSwiper .animation-item__overlay-wrapper {
        max-width: 416px;
    }

    .swiper-slide .equipmentsSwiper-title {
        max-width: 416px;
    }

    .equipmentsSwiper .swiper-slide {
        padding-left: 60px;
    }

    .projectsSwiper .swiper-slide {
        padding-left: 60px;
    }

    .projectsSwiper .projectsSlider__category-label {
        margin-left: 60px;
    }

    .equipments-section .swiper-container {
        overflow: hidden;
    }

    .titles-container {
        margin: 0 auto;
        max-width: 960px;
    }

}

@media (max-width: 516px) {
    .equipmentsSwiper .swiper-slide {
        padding-left: 0;
    }

    .projectsSwiper .swiper-slide {
        padding-left: 30px;
    }

    .projectsSwiper .projectsSlider__category-label {
        margin-left: 30px;
    }

    .equipmentsSwiper .animation-item__overlay-wrapper img {
        max-width: 312px;
        max-height: 234px;
        height: 180px;
    }

    .equipmentsSwiper .swiper-slide .animation-item__overlay-wrapper {

        padding-left: 30px;
    }

    .equipmentsSwiper .swiper-slide .equipmentsSwiper-title {
        max-width: 312px;
        padding: 0 0 0 30px;
    }
}

@media (max-width: 1200px) {
    .equipments-section .swiper-container {
        overflow: hidden;
    }
}

@media (max-width: 1800px) {
    .opening-wrapper__link-container {
        margin: 0 40px;
    }
}

@media (max-width: 992px) {
    .equipments-section .swiper-container {
        overflow: hidden;
    }

    .opening-wrapper__link-container {
        margin: 0;
    }
}

.media-intro-section h4.wrapper::before {
    content: "";
    width: 12px;
    height: 4px;
    background: #FD6E39;
    position: absolute;
    margin-top: -20px;
    /*top: 640px;*/
    /*left: 0;*/
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0 !important;
}

.header {
    height: auto;
}

.header__info-phone {
    color: #FD6E39;
}

.header__info-phone:hover {
    color: #000;
}

.header__info-phone, .header__info-mail {
    display: block;
    transition: all .2s;
    line-height: 1;
}

.header__info-mail {
    line-height: 1;
}

.header__info-mail:hover {
    color: #FD6E39;
}

.equipment-products__tile {
    display: grid;
    justify-content: center;
    margin-left: 0;
    width: 100%;
}

.equipment-product {
    display: block;
    margin: 0;
}

.equipment-products__item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.equipment-products__button {
    margin-top: 16px;
}

.product-info-slice__button {
    width: 100%;
    margin-top: 16px;
}

.button {
    display: inline-flex;
    font-family: Oswald;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    border: none;
    padding: 20px 0;
    transition: all 0.16s ease;
    padding-left: 20px;
    padding-right: 20px;
    justify-content: center;
}

.button--black {
    background: #0E1114;
    color: #fff;
}

.button--black:hover {
    background-color: #FD6E39;
}

.button--orange {
    background: #FD6E39;
    color: #fff;
}

.button--orange:hover {
    background-color: #0E1114;
}

.popup-order .form fieldset {
    padding: 0;
}

.popup-order .form-section__rightside {
    margin: 0;
}

.popup-order .section-title {
    margin-bottom: 10px;
    text-align: center;
}

.home-title {
    text-align: center;
}

.home-title h1 {
    font-size: 2.2em;
}

.button-request {
    display: none
}

@media (max-width: 767px) {
    body {
        padding-top: 90px;
    }

    .footer {
        overflow: hidden;
        padding-bottom: 56px;
    }

    .header {
        flex-wrap: wrap;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 90px;
        z-index: 99;
    }

    .header__info {
        width: 100%;
        margin-top: 0;
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
    }

    .header__info-phone, .header__info-mail {
        margin-right: 10px;
        margin-left: 10px;
    }

    .header__info-phone {
        font-size: 16px;
    }

    .header__info-mail {
        font-size: 16px;
    }

    .equipment-products__tile {
        margin-top: 32px;
        grid-gap: 32px;
        grid-template-columns: repeat(auto-fit, 326px);
    }

    .home-title {
        padding-top: 40px;
    }

    .button-request {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        height: 56px;
        z-index: 99;
    }

    .button-request .button {
        width: 100%;
        border-top: 1px solid #FFF;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .header__info {
        display: flex;
        margin-right: 60px;
    }

    .header__search-btn {
        margin-right: 20px;
        margin-left: auto;
    }

    .header__info-phone {
        font-size: 18px;
    }

    .header__info-phone, .header__info-mail {
        margin-right: 20px;
        margin-left: 20px;
    }

    .equipment-products__tile {
        margin-top: 32px;
        grid-gap: 32px;
        grid-template-columns: repeat(auto-fit, 326px);
    }

}

@media (max-width: 400px) {
    .header__info-mail, .header__info-phone {
        font-size: 14px;
    }
}

@media (min-width: 993px) {
    .header {
        flex-wrap: wrap;
        position: relative;
    }

    .header__info {
        width: 250px;
        position: absolute;
        top: 100%;
        margin-top: 16px;
        right: 0.5rem;
        text-align: right;
    }

    .header__info.header__info-contact {
        width: 210px;
        right: 15rem;
    }

    .header__info-phone, .header__info-mail {
        margin-right: 20px;
        margin-left: 20px;
    }

    .header__info-phone {
        font-size: 18px;
        margin-bottom: 4px;
    }

    .header__info-mail {
        font-size: 16px;
    }

    .equipment-products__tile {
        margin-top: 48px;
        grid-gap: 48px;
        grid-template-columns: repeat(auto-fit, 410px);
    }

    .p-breadcrumb {
        padding-right: calc(250px + 0.5rem);
        padding-left: 0.5rem;
        margin-left: 0;
        max-width: 80%;
    }

    .hamburger-lines {
        display: none
    }

}

@media (min-width: 768px) and (max-width: 1400px) {
    .home-title {
        padding-top: 44px;
    }
}

@media (min-width: 1401px) {
    .p-breadcrumb {
        padding-right: calc(250px + 5rem);
        padding-left: 5rem;
    }

    .header__info {
        right: 5rem;
    }

    .header__info.header__info-contact {
        right: 20rem;
    }

    .home-title {
        padding-top: 4rem;
    }

    .page-home .services-section {
        padding-top: 4rem;
    }
}

.header__info.header__info-contact {
    font-family: Montserrat, sans-serif;
    color: #FD6E39;
    border: 1px solid #FD6E39;
    padding: 10px 20px;
    font-size: 14px;
}

.equipment-subsections__wrapper {
    padding: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.equipment-subsections__link {
    margin: 0;
}

.text-style .news-single-page ul, .text-style p {
    max-width: 100%;
}

.text-style .news-single-page li {
    margin-bottom: 12px;
}

.text-style ul, .text-style ol {
    margin-bottom: 16px;
    margin-top: 16px;
    margin-left: 20px;
    padding: 0;
}

.text-style p, .text-style li, .text-style a, .text-style ol, .text-style ul, .text-style h2, .text-style h3, .text-style h4, .text-style h5 {
    max-width: 992px;
    margin: 0 auto;
}

.requisites.text-style p, .requisites.text-style li {
    margin: 0 auto 0 0;
}

.requisites.titles-container {
    border: none;
}

.text-style img {
    max-width: 100%;
}

.text-style ul li {
    list-style: disc;
}

.text-style ul ul li {
    list-style: disc;
}

.text-style .news-single-page li {
    list-style: none;
}

.text-style .pagination-btn {
    list-style: none;
    padding-left: 0px;
}

.text-style ol {
    counter-reset: list-counter;
}

.text-style ol > li {
    counter-increment: list-counter;
    margin-bottom: 16px;
}

.text-style ol > li::before {
    content: counter(list-counter) ". ";
    color: #FD6E39;
    background-color: transparent;
    width: auto;
    height: auto;
    top: 0;
}

.text-style h3 {
    margin-top: 36px;
    margin-bottom: 22px;
}

.text-style h3.news-section-page__subtitle {
    margin-top: 0;
    margin-bottom: 0;
}

.text-style h2 {
    margin-top: 36px;
    margin-bottom: 22px;
}

.projectsSlider__category-label a {
    color: #fff
}

.logo {
    height: 40px;
}

.logo img {
    max-width: 100%;
    max-height: 100%;
}

.text-style p {
    margin-bottom: 16px;
    font-family: Montserrat, "sans-serif";
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}

.text-style p.label-section__text {
    margin: 0;
}

.text-style li {
    position: relative;
    font-family: Montserrat, "sans-serif";
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    margin-top: 12px;
    padding-left: 30px;
}

@media (min-width: 993px) and (max-width: 1400px) {
    .footer_end, .footer_first {
        width: 100% !important;
        margin: 14px 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
    }
}

.product-info-slice:first-child .titles-container {
    margin-left: 0;
    margin-right: 0;
}

.equipment-product__price {
    color: #FD6E39;
    font-size: 1.15rem;
    font-weight: 600;
    line-height: 1.5rem;
    margin-top: 16px;
}

table.price-table {
    border: none;
}

table.price-table td:nth-child(1) {
    opacity: 1;
}

table.price-table td:nth-child(n+1) {
    text-transform: none;
}

table.price-table td {
    border: none;
    padding: 0 10px;
}

table.price-table td:last-child p {
    text-align: right;
    color: #FD6E39;
}

table.price-table td p {
    font-family: "Montserrat", sans-serif;
}

/* ds news */

.text-style p span {
    color: #EA5E2C;
}

.new_detail_picture {
    position: relative;
}

.new_detail_picture img {
    display: block;
}

.ds_detail_picture_description {
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.ds_detail_picture__header {
    padding-left: 96px;
    color: #fff;
}

.ds_detail_picture__title {
    font-weight: 700;
    font-size: 36px;
}

.ds_detail_picture__sub-title {
    font-weight: 400;
    font-size: 24px;
}

.ds_detail_picture_card {
    max-width: 766px;
    padding: 42px 53px 41px 95px;
    color: #fff;
    background: #36467A;
}

@media (max-width: 1100px) {
    .ds_detail_picture_description {
        position: relative;
    }

    .ds_detail_picture__header {
        position: absolute;
        top: -88px;
        padding-right: 30px;
    }

    .ds_detail_picture_card {
        max-width: 100%;
    }
}

@media (max-width: 781px) {
    .ds_detail_picture__header {
        top: -132px;
    }
}

@media (max-width: 550px) {
    .ds_detail_picture__header, .ds_detail_picture_card {
        padding-left: 53px;
    }
}

@media (max-width: 470px) {
    .ds_detail_picture__title {
        font-size: 26px;
    }

    .ds_detail_picture__sub-title {
        font-size: 18px;
    }

    .ds_detail_picture_card {
        padding-right: 30px;
    }
}

@media (max-width: 380px) {
    .ds_detail_picture__header {
        padding-left: 20px;
    }

    .ds_detail_picture_card {
        padding: 30px 20px;
    }
}

.ds-solo-title {
    margin-bottom: 50px;
    font-weight: 700;
    font-size: 24px;
}

.ds-block .ds-solo-title {
    margin: 0;
    margin-bottom: 23px;
}

.ds-block .news-single-page__description-text {
    margin: 0;
}

.ds-block {
    margin: 70px auto 0 auto;
    max-width: 1140px;
}

.ds-block__max-1000 {
    max-width: 1005px;
}

.ds-block__gap {
    margin-top: 70px;
}

.ds-block-text {
    color: #000;
}

.ds-block-text a {
    text-decoration: underline;
    text-decoration-skip-ink: none;
}

.ds-block-text h2, .ds-block-text p {
    margin: 0;
}

.ds-block-text h2 {
    margin-bottom: 23px;
}

.ds-block-text p {
    padding-top: 23px;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
}

.ds-block-text p:first-child {
    padding-top: 0px;
}

.ds-block-text__small {
    max-width: 553px;
}

.ds-block-text__medium {
    max-width: 750px;
}

@media (max-width: 1400px) {
    .ds-block-text__small {
        max-width: 500px;
    }
}

@media (max-width: 1100px) {
    .ds-block-text__medium {
        padding-right: 20px;
    }
}

@media (max-width: 1000px) {
    .ds-block-text__small {
        max-width: 400px;
    }
}

@media (max-width: 880px) {
    .ds-block-text__small {
        max-width: 100%;
    }
}

.ds-flex-block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

@media (max-width: 880px) {
    .ds-flex-block {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.ds-card {
    padding: 18px 17px 18px 30px;
    border: 2px solid #e6eaf6;
    border-radius: 20px;
    max-width: 270px;
}

.ds-card p, .ds-card div {
    margin: 0;
}

.ds-card p:first-child {
    font-weight: 700;
    font-size: 36px;
    line-height: 49px;
    color: #EA5E2C;
}

.ds-card p:first-child span {
    font-size: 16px;
}

.ds-card p:last-child {
    padding-top: 6px;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    color: #777;
}

.ds-card__big {
    max-width: 555px;
    padding: 61px 29px 55px 29px;
}

.ds-card__big p:first-child {
    font-weight: 400;
    font-size: 16px;
    line-height: 16.25px;
    text-align: center;
    color: #EA5E2C;
}

@media (max-width: 1400px) {
    .ds-card__big {
        max-width: 500px;
    }
}

@media (max-width: 1100px) {
    .ds-card__big {
        margin-left: 20px;
        max-width: 400px;
        padding: 30px 20px;
    }
}

@media (max-width: 880px) {
    .ds-card {
        margin-top: 20px;
    }

    .ds-card__big {
        margin-left: 0px;
        max-width: 100%;
    }
}

.ds-mosaic {
    display: flex;
    flex-wrap: wrap;
    counter-reset: num;
    list-style: none;
}

.ds-block .ds-mosaic {
    max-width: 100%;
    margin: -15px -19px;

    counter-reset: num;
}

.ds-block .ds-mosaic.margin {
    margin-top: 0;
}

ol.ds-mosaic li {
    counter-increment: num;
}

.ds-mosaic li {
    margin: 19px 15px;
    width: calc(33.3% - 30px);
    padding-top: 43px;
    padding-left: 0;
    position: relative;
    counter-increment: num;
    font-size: 16px;
}

.ds-mosaic li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: counter(num);
    font-weight: 700;
    font-size: 36px;
    color: #CFCDCD;
}

.ds-mosaic li:nth-child(-n+9):before {
    content: "0" counter(num);
    color: #CFCDCD;
}

.ds-mosaic li.img {
    padding: 0;
}

.ds-mosaic li.img:before {
    display: none;
}

.ds-mosaic li.img img {
    max-height: 205px;
    border-radius: 30px;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

.ds-mosaic li p {
    margin: 0;
    font-size: 16px;
    line-height: normal;
}

.ds-mosaic li p:first-child {
    font-weight: 700;
    color: #EA5E2C;
}

.ds-mosaic li p:last-child {
    padding-top: 10px;
    font-weight: 400;
    color: #777;
}

.ds-mosaic.big {
    margin: -20px -23px;
}

.ds-mosaic.big li {
    margin: 20px 23px;
    width: calc(50% - 46px);
}

@media (max-width: 880px) {
    .ds-mosaic li {
        width: calc(50% - 30px);
    }
}

@media (max-width: 700px) {
    .ds-mosaic li {
        width: calc(100% - 30px);
    }

    .ds-mosaic.big li {
        width: calc(100% - 46px);
    }
}

.wrapper .ds-list-a {
    margin: 28px 0 0 0;
    padding-left: 56px;
}

.wrapper .ds-list-a li {
    padding: 0;
    margin: 20px 0 0 0;
    font-size: 16px;
    position: relative;
}

.wrapper .ds-list-a li:first-child {
    margin-top: 0;
}

.wrapper .ds-list-a li::before {
    content: "";
    position: absolute;
    top: 3px;
    left: -48px;
    width: 32px;
    height: 32px;
    background-image: url(/local/templates/agk/css/../images//A.svg);
    background-repeat: no-repeat;

    background-color: transparent;
    border-radius: 0;
}

.wrapper .ds-list-a li p {
    line-height: normal;
    margin: 0;
}

.wrapper .ds-list-a li p:first-child {
    font-weight: 700;
    color: #EA5E2C;
}

.wrapper .ds-list-a li p:last-child {
    padding-top: 10px;
    font-weight: 400;
    color: #777;
}

@media (max-width: 540px) {
    .wrapper .ds-list-a {
        padding-left: 0px;
    }

    .wrapper .ds-list-a li {
        margin-left: 30px;
        max-width: calc(100% - 30px);
    }

    .wrapper .ds-list-a li::before {
        left: -30px;
        background-size: 20px;
    }
}

.ds-block-img {
    position: relative;
    padding-right: 468px;
}

.ds-block-img img {
    position: absolute;
    right: -94px;
    width: 540px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.ds-block-img__reverse {
    flex-direction: row-reverse;
    padding-right: 0;
    padding-left: 468px;
}

.ds-block-img__reverse img {
    left: -94px;
}

@media (max-width: 1200px) {
    .ds-block-img img {
        right: 0px;
        width: 425px;
    }

    .ds-block-img__reverse {
        flex-direction: row;
    }

    .ds-block-img__reverse img {
        left: 0;
    }
}

@media (max-width: 1000px) {
    .ds-block-img {
        padding-right: 0;
        padding-left: 0;
        flex-wrap: wrap;
    }

    .ds-block-img .ds-block-text {
        padding: 0;
    }

    .ds-block-img img {
        position: static;
        margin-top: 20px;
        width: 100%;
    }
}

.ds-block-blue {
    position: relative;
}

.ds-block-blue img {
    position: absolute;
    top: 0;
    left: -94px;
    max-width: calc(100% + 188px);
    width: calc(100% + 188px);
    height: 100%;
    z-index: -2;
    -o-object-fit: cover;
    object-fit: cover;
}

.ds-block-blue .ds-block-text {
    padding: 50px 98px 80px 82px;
    color: #fff;
    position: relative;
}

.ds-block-blue .ds-block-text li p:last-child {
    color: #fff;
}

.ds-block-blue .ds-block-text::before {
    position: absolute;
    top: 0;
    left: -94px;
    content: "";
    width: calc(100% + 94px);
    height: 100%;
    background: rgba(54, 70, 122, 0.9);
    z-index: -1;
}

.ds-block-blue__reverse {
    flex-direction: row-reverse;
}

.ds-block-blue__reverse .ds-block-text::before {
    left: auto;
    right: -94px;
}

@media (max-width: 1100px) {
    .ds-block-blue img {
        left: 0;
        width: 100%;
    }

    .ds-block-blue .ds-block-text {
        min-width: 100%;
    }

    .ds-block-blue .ds-block-text::before {
        left: 0;
        width: 100%;
    }
}

@media (max-width: 540px) {
    .ds-block-blue .ds-block-text {
        padding: 20px;
    }
}

.ds-advantages {
    margin: -20.5px;
    margin-top: 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.ds-advantages__element {
    margin: 20.5px;
    height: 136px;
    width: calc(30% - 4.5px);
    padding: 21px 8px;
    display: flex;
    align-items: center;
    border-right: 1px solid #C3CCE0;
    border-bottom: 1px solid #C3CCE0;
}

.ds-advantages__element.swiper-slide {
    display: flex;
    height: 136px;
    margin: 0;
    border: none;
}

.advantagesSwiper {
    width: 83rem;
    margin-top: 3rem;
}

.advantagesSwiper.swiper {
    padding: 0 60px;
}

.advantages-section .wrapper .arrow-btn-wrapper {
    right: -2rem;
    top: 10.5rem;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: "" !important;
}

.ds-advantages__img {
    width: 64px;
    height: 64px;
}

.ds-advantages__text {
    margin: 0;
    margin-left: 24px;
    font-weight: 500;
    font-size: 20px;
    color: #2d3540;
}

.ds-advantages__text_small {
    font-size: 14px;
    color: #2d3540;
}

@media (max-width: 1100px) {
    .ds-advantages__element:not(.swiper-slide) {
        width: calc(50% - 41px) !important;
    }
}

@media (max-width: 880px) {
    .ds-advantages__element:not(.swiper-slide) {
        width: calc(100% - 41px) !important;
    }
}

.ds-advantages__element-block {
    width: 100%;
    height: 136px;
    padding: 21px 8px;
    display: flex;
    align-items: center;
    border-right: 1px solid #C3CCE0;
    border-bottom: 1px solid #C3CCE0;
}

@media (max-width: 420px) {
    .ds-advantages__text {
        font-size: 15px;
    }

    .ds-advantages__text_small {
        font-size: 12px;
    }
}

.new_detail_picture {
    position: relative;
}

.ds-park {
    margin-top: 34px;
}

.ds-park__item {
    margin-top: 11px;
    display: flex;
    align-items: center;
}

.ds-park__item:first-child {
    margin-top: 0;
}

.ds-park__img {
    width: 64px;
    height: 64px;
    -o-object-fit: contain;
    object-fit: contain;
}

.ds-park__text {
    margin-left: 33px;
    max-width: 907px;
    font-weight: 500;
    font-size: 20px;
    line-height: 160%;
    color: #000;
}

@media (max-width: 512px) {
    .ds-park__item {
        margin-top: 20px;
        align-items: start;
    }

    .ds-park__img {
        width: 48px;
        height: 48px;
    }

    .ds-park__text {
        padding-left: 29px;
        margin-left: 0;
    }
}

.ds-banner {
    margin-top: 43px;
    padding: 49px;
    background-color: #2D3540;
    display: flex;
    position: relative;
}

.ds-banner__description {
    max-width: 549px;
}

.ds-banner__title {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 40px;
    color: #fff;
}

.ds-banner__text {
    margin-top: 27px;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
}

.ds-banner__button {
    margin-top: 42px;
    padding: 19px 37px 18px 26px;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    color: #fff;
    background-color: #eb5e2d;
    border-radius: 5px;
    display: inline-block;
}

.ds-banner__img {
    position: absolute;
    right: 0;
    bottom: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 1400px) {
    .ds-banner__img {
        width: 50%;
    }
}

@media (max-width: 995px) {
    .ds-banner__img {
        width: 40%;
    }
}

@media (max-width: 995px) {
    .ds-banner__img {
        width: 40%;
    }
}

@media (max-width: 725px) {
    .ds-banner {
        padding: 20px 0 0 20px;
        display: block;
    }

    .ds-banner__description {
        padding-right: 20px;
    }

    .ds-banner__img {
        position: static;
        margin-top: 10px;
        display: block;
        width: 100%;
    }
}

@media (max-width: 425px) {
    .ds-banner__title {
        font-size: 31px;
    }

    .ds-banner__text {
        font-size: 14px;
    }
}

.ds-situations {
    margin-top: 58px;
}

.ds-situations__title {
    font-weight: 700;
    font-size: 20px;
    color: #000;
}

.ds-situations__content {
    margin-top: 38px;
    display: flex;
    justify-content: space-between;
}

.list-chain {
    max-width: calc(50% - 51px);
    padding-left: 51px;
    counter-reset: verse 0;
}

.list-chain li {
    counter-increment: verse 1;
    margin-top: 23px;
    min-height: 33px;
    display: flex;
    align-items: center;
    position: relative;
}

.list-chain li:first-child {
    margin-top: 0;
}

.list-chain li p {
    margin: 0;
    font-weight: 400;
    font-size: 20px;
    color: #000;
}

.list-chain li p span {
    font-size: 16px;
}

.list-chain li::before {
    content: "";
    position: absolute;
    top: 30px;
    left: -34.5px;
    width: 1px;
    height: 100%;
    background-color: #eb5e2d;
}

.list-chain li:last-child::before {
    display: none;
}

.list-chain li::after {
    content: counter(verse);
    position: absolute;
    top: 0;
    left: -51px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #eb5e2d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #eb5e2d;
    background-color: #fff;
    z-index: 10;
}

.list-chain_start-5 {
    counter-reset: verse 5;
}

@media (max-width: 960px) {
    .ds-situations__content {
        flex-wrap: wrap;
    }

    .list-chain li::before {
        left: -35.5px;
    }

    .list-chain {
        margin-top: 20px;
        max-width: calc(100% - 51px);
    }

    .list-chain:first-child {
        margin-top: 0;
    }

    .list-chain:first-child:first-child li:last-child::before {
        display: block;
    }
}

.ds-width-text {
    margin-top: 65px;
}

.ds-width-text p {
    margin-bottom: 0;
    max-width: 100%;
    font-weight: 500;
    font-size: 20px;
    color: #000;
}

.ds-slider {
    margin: 38px -138px 0 -138px;
    position: relative;
}

.ds-slider .swiper-button-next, .ds-slider .swiper-button-prev {
    color: #000000;
}

.ds-slider__year {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 32px;
    color: #eb5e2d;
}

.ds-slider__title {
    margin-top: 18px;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 20px;
    color: #000;
}

.ds-slider__text {
    margin-top: 20px;
    margin-bottom: 0;
    font-weight: 300;
    font-size: 16px;
    color: #000;
}

.ds-slider__text li {
    padding-left: 29px;
    padding-top: 5px;
}

.equipment-rental-intro-section .ds-slider__text li {
    padding-left: 28px;
}

.ds-slider__content {
    overflow: hidden;
}

.ds-slider__button {
    position: absolute;
    top: 87px;
    background-color: rgba(255, 255, 255, 0);
    border: none;
    cursor: pointer;
}

.ds-slider__button_img {
    top: 39.5px;
}

.ds-slider__button_next {
    right: -39px;
}

.ds-slider__button_prev {
    left: -39px;
}

.ds-slider__content-img {
    overflow: hidden;
}

.ds-slider__content-img .ds-slider__item {
    width: auto;
    height: 120px;
    display: flex;
    align-items: center;
}

@media (max-width: 1900px) {
    .ds-slider {
        margin-left: 39px;
        margin-right: 39px;
    }
}

.ds-offer {
    padding: 19px 37px 18px 26px;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    color: #fff;
    background-color: #eb5e2d;
    border-radius: 5px;
    display: inline-block;
}

.ds-offer__wrapper {
    margin-top: 90px;
    display: flex;
    justify-content: center;
}

.ds-park__text p {
    margin-bottom: 0;
}

.projects-section_ds {
    margin-left: -215px;
    margin-right: -215px;
}

.projects-section_ds .projectsSwiper-button-prev {
    display: none;
}

@media (max-width: 1900px) {
    .projects-section_ds {
        margin-left: -50px;
        margin-right: -50px;
    }
}

.ds-wrapper-news-grey {
    margin-top: -80px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 96px;
    padding-bottom: 55px;
    background-color: #F7F8FC;
}

@media (max-width: 1184px) {
    .projects-section_ds {
        margin-left: -23px;
        margin-right: -23px;
    }
}

@media (max-width: 500px) {
    .ds-slider__img {
        max-width: 200px;
    }
}

.custom-select-wrapper {
    position: relative;
    width: 200px;
}

.custom-select-price {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    background-color: transparent;
}

.custom-select-trigger {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.custom-select-trigger span {
    font-size: 16px;
}

.custom-select-price .arrow {
    width: 10px;
    height: 10px;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    transform: rotate(45deg);
    margin-left: 10px;
}

.custom-options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: white;
    display: none;
    z-index: 12;
}

.custom-options .custom-option {
    padding: 15px;
    cursor: pointer;
    font-size: 16px;
}

.custom-options .custom-option:hover,
.custom-options .custom-option.selected {
    background-color: #f0f0f0;
}

.custom-options.opened {
    display: flex !important;
    flex-direction: column;
}

.arrow.opened {
    transform: rotate(225deg);
    margin-top: 10px;
}

.price__filter-section {
    margin-top: 10px;
}

.price__filter-section .wrapper {
    display: flex;
    justify-content: right;
}

.ds-100-percent {
}

.ds-100-percent p {
    max-width: 100%;
}

.ds-100-percent img {
    width: 100%;
    max-height: 692px;
    object-fit: cover;
}

p.ds-text-b {
    font-weight: 700;
    font-size: 24px;
    line-height: 156%;
    color: #38457a;
}

.ds-text-block {
    padding: 40px 42px;
}

.ds-text-block p {
    max-width: 100%;
}

.ds-text-block__blue {
    background: #f7f8fc;
}

.ds-text-block p {
    margin-bottom: 0;
    font-style: italic;
    font-weight: 400;
    font-size: 20px;
    line-height: 187%;
    color: #000;
}

.ds-text-block--no p {
    font-style: normal;
}

.ds-text-block p span {
    font-style: italic;
    font-weight: 600;
    color: #000;
}

.ds-block-70-on-30 {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.ds-block-70-on-30__content {
    width: 65%;
}

.ds-block-70-on-30__img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 35%;
    height: 100%;
}

@media (max-width: 1035px) {
    .ds-block-70-on-30 {
        flex-wrap: wrap;
    }

    .ds-block-70-on-30__content {
        width: 100%;
    }

    .ds-block-70-on-30__img {
        position: static;
        margin: auto;
    }
}

@media (max-width: 630px) {
    .ds-block-70-on-30__img {
        width: 50%;
    }
}

.ds-section-block {
    margin-bottom: 60px;
}

.ds-section-block:last-child {
    margin-bottom: 0;
}

.ds-h-blue {
    color: #38457a;
}

.ds-module {
    margin-top: 41px;
}

.ds-module__item {
    margin-top: 40px;

    display: flex;
    align-items: center;
}

img.ds-module-item__img {
    position: static;
    width: 80px;
    height: 65px;
    object-fit: contain;
}

.ds-module-item__content {
    margin-left: 40px;

    display: flex;
    align-items: center;
}

p.ds-module-item__count {
    font-weight: 800;
    font-size: 64px !important;
    line-height: 58%;
    color: #38457a;
}

p.ds-module-item__text {
    margin-left: 18px;

    max-width: 340px;

    font-weight: 500;
    font-size: 20px !important;
    line-height: 127%;
    color: #38457a;
}

.ds-block-text__100 {
    width: 100%;
}

@media (max-width: 1000px) {
    .ds-block-text__100 {
        margin: auto;
        width: auto;
    }

    img.ds-module-item__img {
        width: 60px;
        height: 49px;
    }

    .ds-module-item__content {
        margin-left: 30px;
    }

    p.ds-module-item__count {
        font-size: 48px !important;
    }

    p.ds-module-item__text {
        margin-left: 13px;
        font-size: 16px !important;
    }

    .ds-text-block {
        padding: 20px;
    }

    .ds-section-block {
        margin-bottom: 30px;
    }
}

/* ds news */

/* mr */
.mr-top-56 {
    margin-top: 56px;
}

.mr-text {
    max-width: 100%;
}

.mr-text-big-blue {
    margin-top: 70px;

    font-weight: 700;
    font-size: 20px;
    line-height: 187%;
    color: #38457a;
    max-width: 100%;
}

.mr-text-big-blue span {
    color: #eb5e2d;
    white-space: nowrap;
}

.mr-advantages {
    margin-top: 73px;

    display: flex;
    flex-wrap: wrap;
}

.mr-advantages__item {
    width: 33.3%;
    height: 272.5px;

    padding: 20px 40px;

    display: flex;
    flex-direction: column;
    justify-content: end;

    position: relative;
}

.mr-advantages__item::before {
    content: '';

    position: absolute;
    bottom: 0;
    right: 20px;

    width: calc(100% - 40px);
    height: 1px;

    background-color: #929abb;
}

.mr-advantages__item:nth-child(3n + 1)::after {
    content: '';

    position: absolute;
    right: 0;
    bottom: 20px;

    width: 1px;
    height: calc(100% - 40px);

    background-color: #929abb;
}

.mr-advantages__item:nth-child(3n + 3)::after {
    content: '';

    position: absolute;
    left: 0;
    bottom: 20px;

    width: 1px;
    height: calc(100% - 40px);

    background-color: #929abb;
}

.mr-advantages__item:nth-last-child(-n+3)::before {
    display: none;
}

.mr-advantages-item__title {
    font-weight: 700;
    font-size: 28px;
    /* line-height: 193%; */
    color: #eb5e2d;
}

.mr-advantages-item__title span {
    font-size: 48px;
}

.mr-advantages-item__icon {
    width: 80px;
    aspect-ratio: 1;
}

.mr-advantages-item__text {
    margin-top: 30px;

    max-width: 285px;
    min-height: 56px;

    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: #000;
}

.mr-block-content {
    margin: 0px -216px;
    margin-top: 138px;
}

.mr-block-content.mr-block-content_no-top {
    margin-top: 0px;
}

.mr-modules {
    display: flex;
}

.mr-modules__img {
    width: 652px;

    object-fit: cover;

    flex-shrink: 0;
}

.mr-modules__content {
    width: 100%;

    padding: 106px 78px 78px 78px;

    background-color: #38457a;
}

.mr-modules__title {
    max-width: 642px;

    font-weight: 700;
    font-size: 36px;
    line-height: 104%;
    color: #fff;
}

.mr-modules__title span {
    color: #eb5e2d;
}

.mr-modules-content__block {
    margin-top: 85px;

    display: flex;
}

.mr-modules-content__left {
    width: 525px;
}

.mr-modules-content__right {
    margin-left: 56px;

    width: 371px;
}

.mr-modules-content__item {
    margin-top: 41px;

    display: flex;
}

.mr-modules-content__item:first-child {
    margin-top: 0;
}

.mr-modules-content__icon {
    width: 51px;
    height: 42px;
}

.mr-modules-content__text {
    margin-left: 33px;

    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #fff;
}

.mr-tests {
    display: flex;
}

.mr-tests__content {
    padding: 107px 57px 58px 231px;

    background-color: #F7F8FC;
}

.mr-tests-content__title {
    margin-bottom: 55px;

    font-weight: 700;
    font-size: 36px;
    line-height: 104%;
    color: #000;
}

.mr-tests__img {
    width: 694px;
    height: 740px;
}

.mr-list {
    padding-left: 61px;
}

.mr-list ol {
    counter-reset: a 0;
    list-style: none;
    padding: 0;

    position: relative;
}

.mr-list ol > li {
    position: relative;
}

.mr-list ol > li::before {
    content: counter(a);
    counter-increment: a;

    position: absolute;
    left: -61px;

    width: 33px;
    height: 33px;

    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 50%;
    border: 2px solid #EB5E2D;

    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #eb5e2d;

    background-color: #F7F8FC;
    z-index: 1;
}

.mr-list ol > li::after {
    content: '';

    position: absolute;
    top: 33px;
    left: -43.5px;

    width: 2px;
    height: 100%;

    background-color: #eb5e2d;
}

.mr-list ol > li:last-child::after {
    display: none;

}

.mr-list span {
    font-style: italic;
    font-weight: 400;
}

.mr-product {
    display: flex;
    justify-content: space-between;
}

.mr-example {
    margin-top: 90px;

    padding: 44px 43px 61px 38px;

    background-color: #f7f8fc;
}

.mr-example__title {
    margin-bottom: 37px;

    font-weight: 700;
    font-size: 26px;
    line-height: 135%;
    letter-spacing: -0.01em;
    color: #000;
}

.mr-example__text {
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: -0.01em;
    color: #000;
    max-width: 100%;
}

.mr-example__text b {
    font-weight: 700;
    color: #38457a;
}

.mr-example__text span {
    font-weight: 700;
    color: #eb5e2d;
}

.mr-example__text a {
    font-weight: 700;
    color: #eb5e2d;

    text-decoration: none;
}

.mr-example__slide {
    display: flex;
}

.mr-example-slide__content {
    width: 100%;
}

.mr-example-slide__img {
    margin-left: 38px;

    width: 522px;

    border-radius: 10px;

    flex-shrink: 0;
}

.mr-example__line {
    margin-top: 39px;
    margin-bottom: 31px;

    padding: 17px 0;

    font-weight: 700;
    font-size: 17px;
    line-height: 160%;
    letter-spacing: -0.01em;
    text-align: center;
    color: #38457a;

    border-top: 1px solid #8087a6;
    border-bottom: 1px solid #8087a6;
    max-width: 100%;
}

.mr-example__link {
    padding: 16px 24px;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #fff;
    border-radius: 10px;
    background: #eb5e2d;
    display: inline-block;

    transition: all .3s;
}

.mr-example__link:hover {
    opacity: .8;
}

@media (max-width: 1760px) {
    .mr-block-content {
        margin: 0 -100px;
        margin-top: 50px;
    }

    .mr-modules__img {
        width: 538px;
    }

    .mr-modules__content {
        padding: 50px 40px 40px 40px;
    }

    .mr-modules-content__left {
        width: 50%;
    }

    .mr-modules-content__right {
        width: calc(50% - 56px);
    }

    .mr-tests__content {
        padding: 87px 57px 41px 58px;
    }
}

@media (max-width: 1590px) {
    .mr-block-content {
        margin-left: 0;
        margin-right: 0;
    }

    .mr-modules__img {
        width: 400px;
    }

    .mr-tests__img {
        width: 400px;
        height: auto;

        object-fit: cover;
    }

    .mr-modules-content__text {
        margin-left: 16px;
    }
}

@media (max-width: 1267px) {
    .mr-block-content {
        margin: 0;
        margin-top: 50px;
    }

    .mr-modules {
        flex-direction: column-reverse;
    }

    .mr-modules__img {
        width: 100%;
        height: 550px;
    }

    .mr-tests {
        display: block;
    }

    .mr-tests__img {
        width: 100%;
        height: 400px;
        object-fit: cover;
    }
}

@media (max-width: 1400px) {
    .mr-product {
        flex-wrap: wrap;
    }

    .equipment-products__item {
        width: 50%;
    }

    .equipment-products__item:nth-child(n + 3) {
        margin-top: 20px;
    }

    .mr-example__slide {
        align-items: start;
    }

    .mr-example-slide__img {
        width: 419px;
    }
}

@media (max-width: 1150px) {
    .mr-advantages__item {
        width: 50%;
    }

    .mr-advantages__item::after {
        display: none;
    }

    .mr-advantages__item::after {
        display: none;
    }

    .mr-advantages__item:nth-last-child(-n+3)::before {
        display: block;
    }

    .mr-advantages__item:nth-child(2n + 2)::after {
        content: '';

        position: absolute;
        left: 0;
        bottom: 20px;

        width: 1px;
        height: calc(100% - 40px);

        background-color: #929abb;

        display: block;
    }

    .mr-advantages__item:nth-last-child(-n+2)::before {
        display: none;
    }

    .mr-advantages-item__text {
        min-height: 84px;
    }

    .mr-advantages-item__icon {
        width: 60px;
    }
}

@media (max-width: 1100px) {
    .mr-example__slide {
        display: block;
    }

    .mr-example-slide__img {
        margin-left: 0;

        width: 100%;
    }
}

@media (max-width: 990px) {
    .mr-modules-content__block {
        margin-top: 40px;

        display: block;
    }

    .mr-modules-content__left, .mr-modules-content__right {
        margin: 0;

        width: 100%;
    }

    .mr-modules-content__item, .mr-modules-content__right {
        margin-top: 20px;
    }

    .mr-modules-content__text {
        margin-left: 20px;
    }

    .mr-tests__content {
        padding: 49px 49px 37px 48px;
    }
}

@media (max-width: 850px) {
    .equipment-products__item {
        margin-top: 20px;

        width: 100%;
    }

    .equipment-products__item:first-child {
        margin-top: 0;
    }
}

@media (max-width: 750px) {
    .mr-advantages__item {
        width: 100%;
        height: auto;

        padding: 30px 20px;
    }

    .mr-advantages__item::after {
        display: none;
    }

    .mr-advantages__item:nth-last-child(-n+2)::before {
        display: block;
    }

    .mr-advantages__item:nth-last-child(-n+1)::before {
        display: none;
    }

    .mr-advantages-item__text {
        min-height: 0px;
    }

    .mr-advantages__item:nth-child(2n + 2)::after {
        display: none;
    }
}

@media (max-width: 540px) {
    .mr-example__link {
        padding: 15px 22px;
        font-weight: 700;
        font-size: 11px;
        line-height: 111%;
        letter-spacing: -0.01em;
        color: #fff;
        border-radius: 10px;
        background: #eb5e2d;
        display: inline-block;
    }
}

@media (max-width: 500px) {
    .mr-modules__content, .mr-tests__content, .mr-example {
        padding: 20px;
    }

    .mr-tests__img, .mr-modules__img {
        height: 400px;
    }

    .mr-example__link {
        padding: 15px 22px;
        font-weight: 700;
        font-size: 11px;
        line-height: 111%;
        letter-spacing: -0.01em;
        color: #fff;
        border-radius: 10px;
        background: #eb5e2d;
        display: inline-block;
    }
}

/* mr */

/* op */
.op-features {
    margin-top: 62px;
}

.op-features__item {
    margin-top: 76px;
    display: flex;
    justify-content: space-between;
}

.op-features__item:first-child {
    margin-top: 0;
}

.op-features-item__img {
    width: 570px;
    height: 432px;
    border-radius: 10px;
}

.op-features-item__content {
    width: 50%;
}

.op-features-item__number {
    font-weight: 800;
    font-size: 64px;
    line-height: 50%;
    color: #cfcdcd;
}

.op-features-item__title {
    margin-top: 25px;
    font-weight: 700;
    font-size: 24px;
    line-height: 133%;
    color: #000;
}

.op-features-item__title a {
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #000;
}

.op-features-item__sub-title {
    margin-top: 16px;
    font-weight: 400;
    font-size: 20px;
    line-height: 133%;
    color: #38457a;
}

.op-features-item__text {
    margin-top: 16px;
    font-weight: 400;
    font-size: 20px;
    line-height: 133%;
    color: #000;
}

.op-features__item--backward {
    flex-direction: row-reverse;
}

.op-title {
    margin-top: 107px;
    margin-right: 73px;
    margin-bottom: 40px;
    padding: 20px 0 32px 0;
    font-weight: 700;
    font-size: 36px;
    line-height: 133%;
    color: #000;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}

.op-advantages {
    margin-top: 48px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.op-advantages__item {
    width: calc(50% - 0.5px);
    padding: 30px;
    display: flex;
    align-items: start;
    position: relative;
}

.op-advantages__item--title {
    align-items: center;
    font-weight: 700;
    font-size: 28px;
    color: #eb5e2d;
}

.op-advantages__item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 20px;
    width: calc(100% - 40px);
    height: 1px;
    background-color: #929abb;
}

.op-advantages__item:nth-child(1)::before, .op-advantages__item:nth-child(2)::before {
    display: none;
}

.op-advantages__item:nth-child(odd)::after {
    content: "";
    position: absolute;
    top: 20px;
    left: 100%;
    width: 1px;
    height: calc(100% - 40px);
    background-color: #929abb;
}

.op-advantages-item__icon {
    width: 48px;
    aspect-ratio: 1;
}

.op-advantages-item__content {
    margin-left: 18px;
    padding-top: 5px;
}

.op-advantages-item__title {
    font-weight: 700;
    font-size: 20px;
    color: #000;
}

.op-advantages-item__text {
    margin-top: 16px;
    font-weight: 400;
    font-size: 16px;
    color: #808080;
}

.op-list {
    margin-top: 64px;
}

.op-list__item {
    margin-top: 31px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.op-list__item:first-child {
    margin-top: 0;
}

.op-list__item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 31.5px;
    width: 2px;
    height: 50%;
    background-color: #eb5e2d;
    z-index: -1;
}

.op-list__item:first-child::before {
    display: none;
}

.op-list__item::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 31.5px;
    width: 2px;
    height: calc(50% + 31px);
    background-color: #eb5e2d;
    z-index: -1;
}

.op-list__item:last-child::after {
    display: none;
}

.op-list-item__number {
    width: 64px;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 36px;
    color: #eb5e2d;
    border-radius: 100%;
    background-color: #fff;
    border: 2px solid #eb5e2d;
    flex-shrink: 0;
}

.op-list-item__content {
    width: calc(100% - 105px);
    padding: 26px 38px;
    border-radius: 20px;
    background-color: #f7f8fc;
}

.op-list-item__title {
    font-weight: 700;
    font-size: 24px;
    color: #000;
}

.op-list-item__text {
    margin-top: 16px;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 20px;
    color: #000;
}

.op-text {
    max-width: 100%;
}

@media (max-width: 1400px) {
    .op-features-item__img, .op-features-item__content {
        width: 47%;
    }
}

@media (max-width: 900px) {
    .op-features__item {
        flex-direction: column-reverse;
    }

    .op-features__item--backward {
        flex-direction: column-reverse;
    }

    .op-features-item__img, .op-features-item__content {
        width: 100%;
    }

    .op-features-item__img {
        width: 100%;
        object-fit: cover;
    }

    .op-features-item__content {
        margin-top: 20px;
    }

    .op-features__item--backward .op-features-item__img {
        margin-top: 20px;
    }

    .op-features__item {
        margin-top: 30px;
    }
}

@media (max-width: 800px) {
    .op-title {
        margin-right: 10px;
    }

    .op-advantages__item {
        width: 100%;
    }

    .op-advantages__item:nth-child(odd)::after {
        display: none;
    }

    .op-advantages__item:nth-child(2)::before {
        display: block;
    }

    .op-list-item__number, .op-list__item::after {
        display: none;
    }

    .op-list-item__content {
        width: 100%;
    }

    .op-advantages {
        margin-top: 20px;
    }

    .op-advantages__item {
        padding: 20px 10px;
    }

    .op-title {
        margin-top: 50px;
    }

    .op-list {
        margin-top: 32px;
    }

    .op-list-item__content {
        padding: 16px 16px;
    }

    .op-advantages-item__text {
        margin-bottom: 0;
    }
}

@media (max-width: 1200px) {
    .header-nav ul .header-nav__li {
        font-size: 0.675rem;
    }
}

/* op */


.cookie-notification {
    position: fixed;
    font-family: "Montserrat", Arial, sans-serif;
    z-index: 100;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    overflow: hidden;
    align-items: center;
    width: 100%;
    padding: 30px 50px;
    font-size: 16px;
    line-height: 1.5;
    color: #0E1114;
    box-shadow: 0 -2px 14px 0 rgba(0, 0, 0, .25);
    background-color: #E6EAF6;
    grid-template-columns: 1fr auto;
    gap: 20px;
}

@media (max-width: 767px) {
    .cookie-notification {
        grid-template-columns: 1fr;
        padding: 10px;
        justify-items: start;
    }
}

.cookie-notification .button {
    background-color: #0E1114;
    color: #fff;
    cursor: pointer;
}

.cookie-notification .button:hover,
.cookie-notification .button:focus,
.cookie-notification .button:focus-visible {
    color: #FD6E39;
}

.cookie-notification p {
    margin: 0;
}

.cookie-notification a {
    text-decoration: underline;
    text-underline-offset: 4px;
    transition: color 0.3s ease;
}

.cookie-notification a:hover,
.cookie-notification a:focus,
.cookie-notification a:focus-visible {
    color: #FD6E39;
}

.cookie-notification_hidden {
    display: none;
}

:root {
    --height-cookies: 240px;
}

footer:has(.cookie-notification:not(.cookie-notification_hidden)) .footer-section {
    padding-bottom: var(--height-cookies, 240px);
}

.bn-container {
    min-width: 300px;
    max-width: 900px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.fancybox-can-swipe .fancybox-content {
    padding: 20px 10px;
}

@media (min-width: 475px) {
    .bn-container {
        min-width: 400px;
        flex-direction: row;
    }
}

.bn-logo {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    width: 200px;
}

.bn-content {
    flex: 1;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bn-close {
    background: #0E1114;
    font-family: Oswald, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    margin-top: 16px;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    color: #fff;
    border: none;
    padding: 20px 0;
    transition: all 0.16s ease;
}

.bn-close:hover {
    background: #FD6E39;
}


body {
    padding-top: 72px;
}

body .wrapper_con {
    max-width: 100% !important;
    padding: 0 32px;
}

@media (max-width: 1139px) {
    body .wrapper_con {
        padding: 0 40px;
    }
}

@media (max-width: 590px) {
    body .wrapper_con {
        padding: 0 24px;
    }
}

.header {
    height: 72px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    padding: 1rem 2rem;
}

.header_con {
    width: 100%;
    max-width: 1856px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__search-btn {
    margin-left: auto;
    text-transform: uppercase;
    font-family: 'Oswald', 'Montserrat', sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    color: #2D3540;
    letter-spacing: 0.5px;
    color: #2D3540;
    filter: inherit;
    width: auto;
    padding: 0 10px 0 21px;
    margin-right: 16px;
    border-right: 1px solid transparent;
}

.header__info {
    width: auto;
    position: relative;
    right: inherit !important;
    margin: 0 0 0 40px;
    text-align-last: left;
    font-family: 'Oswald', 'Montserrat', sans-serif;
    letter-spacing: -0.35px;
}

.header__info.header__info-contact {
    width: auto;
    border: 1px solid #0E1114;
    font-family: 'Oswald', 'Montserrat', sans-serif;
    padding: 12px;
    font-size: 12px;
    line-height: 14px;
    color: #0E1114;
    margin: 0 0 0 16px;
    letter-spacing: 0.03em;
    font-weight: 500;
    display: block !important;
    border-radius: 8px;
}

.header__info.header__info-contact:hover {
    border-color: #FD6E39;
    color: #FD6E39;
}

.header__info-phone {
    margin: 0;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 4px;
    font-weight: 600;
    color: #FD6E39;
}

.header__info-phone:hover {
    color: inherit;
    color: #FD6E39;
}

.header__info-mail {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #2D3540;
}

.header__info-mail:hover {
    color: #2D3540;
}

.header-nav ul {
    font-family: 'Oswald', 'Montserrat', sans-serif;
}

.header-nav ul .header-nav__li {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    color: #2D3540;
    letter-spacing: 0.5px;
}

.header .logo .logo_m {
    display: none;
}

.mobile-menu .header__info {
    display: none;
}

@media (max-width: 1460px) {
    .header {
        padding: 1rem 1.5rem;
    }

    .header__info {
        margin: 0 0 0 10px;
    }
}

@media (max-width: 1400px) {
    .header .logo img {
        width: auto;
    }

    .header-nav ul .header-nav__li {
        font-size: 10px;
    }

    .header-nav ul .header-nav__li + .header-nav__li {
        margin-left: 0.2rem;
    }

    .header__search-btn {
        font-size: 10px;
        padding: 0 5px 0 21px;
        order: 1;
        margin-left: 0;
    }
}

@media (max-width: 1139px) {
    body {
        padding-top: 64px;
    }

    .header {
        height: 64px;
        flex-wrap: inherit;
    }

    .header-nav {
        position: fixed;
        top: 100px;
        left: 40px;
        font-size: 14px;
        opacity: 0;
        z-index: -5;
        transition: all 0.16s ease;
        display: none;
    }

    .header__info {
        margin: 0 0 0 12px;
        display: block;
        margin-left: auto;
    }

    .header__info.header__info-contact {
        margin-right: auto;
    }

    .header .checkbox {
        display: block;
        position: absolute;
        height: 19px;
        width: 24px;
        top: 25px;
        right: 16px;
        z-index: 102;
        opacity: 0;
        cursor: pointer;
    }

    .hamburger-lines {
        top: 23px;
        display: block;
        height: 19px;
        width: 24px;
        position: absolute;
        right: 24px;
        z-index: 101;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .hamburger-lines .line {
        display: block;
        height: 2px;
        width: 100%;
        border-radius: 10px;
        background: #0e2431;
    }

    .hamburger-lines .line1 {
        transform-origin: 0% 0%;
        transition: transform 0.4s ease-in-out;
    }

    .hamburger-lines .line3 {
        transform-origin: 0% 100%;
        transition: transform 0.4s ease-in-out;
    }

    .header input[type=checkbox]:checked ~ .hamburger-lines .line1 {
        transform: rotate(45deg);
    }

    .header__search-btn {
        font-size: 16px;
        line-height: 24px;
        padding: 0 10px 0 29px;
        margin-right: 48px;
        background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzIxNDFfMjE4NikiPgo8cGF0aCBkPSJNMCAwSDI0VjI0SDBWMFoiIGZpbGw9IndoaXRlIiBmaWxsLW9wYWNpdHk9IjAuMDEiLz4KPHBhdGggZD0iTTExIDE4QzE0Ljg2NiAxOCAxOCAxNC44NjYgMTggMTFDMTggNy4xMzQwMSAxNC44NjYgNCAxMSA0QzcuMTM0MDEgNCA0IDcuMTM0MDEgNCAxMUM0IDE0Ljg2NiA3LjEzNDAxIDE4IDExIDE4WiIgc3Ryb2tlPSIjMkQzNTQwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMjEgMjFMMTYgMTYiIHN0cm9rZT0iIzJEMzU0MCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMjE0MV8yMTg2Ij4KPHJlY3Qgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=');
    }

    .mobile-menu.opened {
        opacity: 1;
        z-index: 100;
        height: 100vh;
    }

    .mobile-menu {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        background: #fff;
        z-index: -5;
        opacity: 0;
        transition: 0.16s all ease;
    }

    .mobile-menu .header__info.header__info-contact {
        display: none !important;
    }

    .mobile-menu .mobile-menu__top-section-text {
        font-family: 'Oswald', 'Montserrat', sans-serif;
        text-transform: uppercase;
        font-size: 16px;
        line-height: 24px;
    }

    .mobile-menu__top-section {
        height: 64px;
        width: 100%;
        background: #F7F8FC;
        display: flex;
        justify-content: space-around;
        align-items: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
        color: #2D3540;
    }

    .header-nav.opened {
        opacity: 1;
        z-index: 101;
        display: block;
    }

    .header-nav ul {
        flex-direction: column;
        align-items: flex-start;
        width: calc(100vw - 80px);
        min-height: 300px;
        width: calc(100vw - 68px);
    }

    .header-nav ul .header-nav__li {
        width: 100%;
        text-transform: uppercase;
        font-size: 16px;
        line-height: 24px;
    }

    .header-nav ul .header-nav__li + .header-nav__li {
        margin-left: 0;
    }

    .header-nav ul .header-nav__li.withSumbemu {
        background: url(/local/templates/agk/css/../images/slider-arrow-next.svg) no-repeat right center;
    }
}

@media (max-width: 590px) {
    .header {
        padding: 12px 16px;
    }

    .header_con {
        justify-content: left;
    }
    .header__info.header__info-contact {
        display: none !important;
    }

    .header__info {
        margin: 0 0 0 16px;
    }

    .header__info-phone {
        margin-bottom: 2px;
    }

    .header__search-btn {
        font-size: 0;
        margin-left: auto;
        margin-right: 40px;
    }

    .mobile-menu .header__info {
        display: block !important;
        position: absolute;
        top: 86px;
        left: 10px;
    }

    .mobile-menu .header__info.header__info-contact {
        display: block !important;
        position: absolute;
        top: 86px;
        left: inherit;
        right: 0 !important;
    }

    .header-nav {
        top: 140px;
        left: 26px;
    }

    .header-nav ul {
        width: calc(100vw - 55px);
    }
}
@media (max-width: 767px) {
    body {
        padding-top: 94px;
    }
    .header {
        height: 94px;
    }
    .header .logo {
        height: 70px;
    }

    .header .logo img {
        display: none;
    }

    .header .logo .logo_m {
        display: block;
    }
    .hamburger-lines {
        top: 38px;
    }
}


.blog_detail {
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 32px;
}

.blog_detail_con {
    max-width: 960px;
    margin: 0 auto;
}

.blog_detail_hd {
    margin-bottom: 32px;
    position: relative;
}

.blog_detail_hd_con {
    max-width: 990px;
    padding: 16px 15px 0;
    margin: 0 auto;
}

.blog_detail_hd h1 {
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0;
    margin-bottom: 16px;
}

.blog_detail_hd_dt {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 8px 0px;
    background-color: transparent;
    font-family: 'Oswald', 'Montserrat', sans-serif;
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1px;
}

.blog_detail_hd_dt span {
    display: inline-flex;
    background-color: #1514147a;
    color: #fff;
    padding: 8px 12px;
    margin-right: auto;
}

.blog_detail_hd_back {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 16px;
    background-color: #E6EAF6;
    cursor: pointer;
    transition: all 300ms ease;
}

.blog_detail_hd_back_ico {
    width: 24px;
    height: 24px;
    position: relative;
    left: 0;
    transition: all 300ms ease;
}

.blog_detail_hd_back_ico svg {
    width: 24px;
    height: 24px;
}

.blog_detail_hd_back_txt {
    font-family: 'Oswald', 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.blog_detail_hd_back_ico + .blog_detail_hd_back_txt {
    margin-left: 8px;
}

.blog_detail_hd_back:hover {
    background-color: #0E1114;
}

.blog_detail_hd_back:hover .blog_detail_hd_back_ico {
    left: -6px;
}

.blog_detail_hd_back:hover .blog_detail_hd_back_ico svg path {
    stroke: #fff;
}

.blog_detail_hd_back:hover .blog_detail_hd_back_txt {
    color: #fff;
}

.blog_detail_hd.w_bg {
    padding: 40px;
    background-size: cover;
    position: relative;
}

.blog_detail_hd.w_bg::before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: #000;
    opacity: 0.5;
}

.blog_detail_hd.w_bg > * {
    z-index: 2;
    position: relative;
}

.blog_detail_hd.w_bg h1 {
    color: #fff;
    margin-top: 64px;
    margin-bottom: 24px;
}

.blog_detail_hd.w_bg .blog_detail_hd_con {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    padding: 0;
}

.blog_detail_hd.w_bg .blog_detail_hd_back {
    position: static;
    order: -1;
    margin-right: auto;
    padding: 0;
    background: none;
}

.blog_detail_hd.w_bg .blog_detail_hd_back_txt {
    color: #fff;
}

.blog_detail_hd.w_bg .blog_detail_hd_back_ico svg path {
    stroke: #fff;
}

.blog_detail_hd.w_bg .blog_detail_hd_back:hover .blog_detail_hd_back_txt {
    color: #FD6E39;
}

.blog_detail_hd.w_bg .blog_detail_hd_back:hover .blog_detail_hd_back_ico svg path {
    stroke: #FD6E39;
}

.blog_detail_hd.w_bg .blog_detail_hd_back_ico {
    width: 16px;
    height: 16px;
}

.blog_detail_hd.w_bg .blog_detail_hd_back_ico svg {
    width: 16px;
    height: 16px;
}

.blog_detail_hd.w_bg .blog_detail_hd_back_txt {
    font-size: 12px;
}

.blog_detail_hd.w_bg .blog_detail_hd_dt {
    margin-right: auto;
}

.blog_detail_hd:not(.w_bg) .blog_detail_hd_dt span.date {
    background-color: #fd6e39;
}

.blog_detail_hd:not(.w_bg) .blog_detail_hd_dt span.dscr {
    background-color: #e6eaf6;
    color: #000;
}

@media (max-width: 1299px) {
    .blog_detail_hd {
        padding-top: 80px;
    }

    .blog_detail_hd_con {
        padding: 0;
    }

    .blog_detail_hd h1 {
        margin-bottom: 24px;
    }
}

@media (max-width: 590px) {
    .blog_detail_hd h1 {
        font-size: 32px;
        line-height: 36px;
    }

    .blog_detail_hd.w_bg {
        padding: 24px;
        width: calc(100% + 4rem);
        left: -2rem;
    }

    .blog_detail_hd.w_bg h1 {
        margin-top: 24px;
    }
}

.blog_detail .bd_link_list {
    padding: 48px;
    background: #0060C00A;
    margin-bottom: 48px;
}

.blog_detail .bd_link_list_top {
    position: relative;
    padding-right: 100px;
}

.blog_detail .bd_link_list_top_hd {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 1px;
    color: #000;
}

.blog_detail .bd_link_list_top_btn {
    display: flex;
    cursor: pointer;
    font-family: 'Oswald', 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1px;
    color: #FD6E39;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    right: 0;
    align-items: center;
    user-select: none;
}

.blog_detail .bd_link_list_top_btn_ico {
    width: 16px;
    height: 16px;
    margin-left: 8px;
    position: relative;
    right: 0;
    transition: all 150ms ease;
}

.blog_detail .bd_link_list_top_btn_ico svg {
    width: 16px;
    height: 16px;
}

.blog_detail .bd_link_list_top_btn:hover .bd_link_list_top_btn_ico {
    right: -6px;
}

.blog_detail .bd_link_list_top_btn:not(.opened) .bd_link_list_top_btn_ico {
    transform: rotate(180deg);
}

.blog_detail .bd_link_list_bot {
    display: flex;
    flex-direction: column;
    margin-top: 24px;
}

.blog_detail .bd_link_list_bot a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    text-decoration: underline;
    color: #0E1114;
    margin-right: auto;
}

.blog_detail .bd_link_list_bot a ~ a {
    margin-top: 8px;
}

@media (max-width: 590px) {
    .blog_detail .bd_link_list {
        padding: 24px;
    }

    .blog_detail .bd_link_list_bot {
        margin-top: 16px;
    }

    .blog_detail .bd_link_list_top_hd {
        font-size: 16px;
        line-height: 24px;
    }

    .blog_detail .bd_link_list_top_btn {
        line-height: 24px;
    }
}

.bd_gallery {
    margin: 48px 0;
}

.bd_gallery_sl {
    position: relative;
}

.bd_gallery_sl img {
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.bd_gallery_sl_ttl {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 8px 12px;
    background: #F5F9FD;
    font-family: 'Oswald', 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.bd_gallery .swiper {
}

.bd_gallery .swiper-button-next,
.bd_gallery .swiper-button-prev {
    opacity: 1 !important;
}

.bd_gallery .swiper-button-next {
    width: 48px;
    height: 48px;
    background-image: url("/local/templates/agk/css/../images/slider-arrow-next.svg");
    background-color: #FFFFFFA3;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: inset;
    right: 24px;
    top: calc(50% - 12px);
    transition: all 0.16s ease;
}

.bd_gallery .swiper-button-next:before {
    content: "";
    width: 0;
    height: 3px;
    background: #FD6E39;
    transition: all 0.16s ease;
}

.bd_gallery .swiper-button-next:hover {
    background-image: url("/local/templates/agk/css/../images/slider-arrow-next.svg");
    background-color: #FD6E39;
    background-repeat: no-repeat;
    background-position: 18px center;
}

.bd_gallery .swiper-button-next:hover::before {
    width: 0.875rem;
    background-color: #0E1114;
}

.bd_gallery .swiper-button-prev {
    width: 48px;
    height: 48px;
    background-image: url("/local/templates/agk/css/../images/slider-arrow-prev.svg");
    background-color: #FFFFFFA3;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 24px;
    right: inset;
    top: calc(50% - 12px);
    transition: all 0.16s ease;
}

.bd_gallery .swiper-button-prev:before {
    content: "";
    width: 0;
    height: 3px;
    background: #FD6E39;
    transition: all 0.16s ease;
}

.bd_gallery .swiper-button-prev:hover {
    background-image: url("/local/templates/agk/css/../images/slider-arrow-prev.svg");
    background-color: #FD6E39;
    background-repeat: no-repeat;
    background-position: 6px center;
}

.bd_gallery .swiper-button-prev:hover::before {
    width: 0.875rem;
    background-color: #0E1114;
}

.bd_gallery .swiper-button-next::after,
.bd_gallery .swiper-button-prev::after {
    display: none;
}

.bd_gallery .swiper-pagination {
    display: none;
}

.bd_gallery .swiper-pagination .swiper-pagination-bullet {
    width: 25px;
    height: 4px;
    border-radius: 0;
    background: #0E1114;
    opacity: 1;
}

.bd_gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #FD6E39;
}

.bd_gallery .swiper-button-prev.swiper-button-disabled.swiper-button-lock,
.bd_gallery .swiper-button-next.swiper-button-disabled.swiper-button-lock {
    display: block;
    cursor: pointer;
    pointer-events: auto;
}

.bd_gallery .swiper-button-prev.swiper-button-disabled {
    display: none !important;
}

.bd_gallery .swiper-button-next.swiper-button-disabled:not(.swiper-button-lock) {
    display: none !important;
}

.bd_gallery_sl.detail_img {
    width: auto !important;
    margin: 0 auto;
}

@media (max-width: 1299px) {
    .bd_gallery {
        padding-bottom: 30px;
    }

    .bd_gallery .swiper {
        padding-bottom: 20px;
    }

    .bd_gallery .swiper-button-next,
    .bd_gallery .swiper-button-prev {
        opacity: 0 !important;
        display: none !important;
    }

    .bd_gallery .swiper-pagination {
        display: block;
        transform: translateY(12px);
    }
}

.bd_text_block {
    margin: 48px 0 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
}

.bd_text_block.w_lt_mark {
    padding-top: 36px;
    position: relative;
    margin-bottom: 48px;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
}

.bd_text_block.w_lt_mark p {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
}

.bd_text_block.w_lt_mark::before {
    content: '';
    width: 12px;
    height: 4px;
    background: #FD6E39;
    position: absolute;
    top: 0;
    left: 0;
}

.bd_text_block h2 {
    margin-bottom: 24px;
    margin-top: 24px;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0px;
}

.bd_text_block h3 {
    margin-bottom: 24px;
    margin-top: 24px;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0px;
}

.bd_text_block h4 {
    margin-bottom: 24px;
    margin-top: 24px;
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0px;
}

.bd_text_block h5 {
    margin-bottom: 24px;
    margin-top: 24px;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
}

.bd_text_block ul {
    margin-top: 16px;
}

.bd_text_block ul li {
    padding-left: 32px;
    position: relative;
    padding-bottom: 16px;
}

.bd_text_block ul li::before {
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    left: 9px;
    background-color: #FD6E39;
}

.bd_text_block ul li:last-child {
    padding-bottom: 0;
}

.bd_text_block ul li b + p {
    margin-top: 4px;
}

.bd_text_block ol {
    margin-top: 16px;
    padding-left: 32px;
}

.bd_text_block ol li {
    padding-left: 16px;
    position: relative;
    padding-bottom: 16px;
    list-style-type: decimal;
}

.bd_text_block ol li:last-child {
    padding-bottom: 0;
}

.bd_text_block ol li b + p {
    margin-top: 4px;
}


.bd_text_block p {
    margin: 16px 0;
    max-width: 100%;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    font-family: inherit;
    text-align: justify;
}

.bd_text_block img {
    width: auto;
    height: auto;
    max-width: 100%;
}

.bd_text_block > br {
    display: none;
}

@media (max-width: 590px) {
    .bd_text_block {
        font-size: 16px;
        line-height: 26px;
    }

    .bd_text_block.w_lt_mark {
        padding-top: 28px;
        font-size: 18px;
        line-height: 24px;
    }

    .bd_text_block h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .bd_text_block h3 {
        font-size: 24px;
        line-height: 28px;
    }

    .bd_text_block h4 {
        font-size: 20px;
        line-height: 24px;
    }

    .bd_text_block h5 {
        font-size: 18px;
        line-height: 22px;
    }

    .bd_text_block p {
        text-align: left !important;
    }
}

.bd_cols_block {
    display: flex;
    margin: 48px 0;
}

.bd_cols_block_col {
    flex-shrink: 0;
    width: 33.3333%;
    position: relative;
    padding-left: 24px;
}

.bd_cols_block_col::before {
    content: '';
    width: 2px;
    height: 40px;
    background: #FD6E39;
    position: absolute;
    top: 0;
    left: 0;
}

.bd_cols_block_col_hd {
    font-family: 'Oswald', 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.bd_cols_block_col_dsc {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
}

@media (max-width: 590px) {
    .bd_cols_block {
        flex-direction: column;
    }

    .bd_cols_block_col {
        width: 100%;
    }

    .bd_cols_block_col ~ .bd_cols_block_col {
        margin-top: 24px;
    }
}

.bd_block_quote {
    margin: 24px 0 48px;
    background-color: #0060C00A;
    padding: 107px 48px 48px;
    position: relative;
}

.bd_block_quote::before {
    display: block;
    content: '';
    width: 48px;
    height: 35px;
    position: absolute;
    top: 48px;
    left: 48px;
    background: no-repeat left top url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCA0OCAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggb3BhY2l0eT0iMC40OCIgZD0iTTIxLjU3NCAwTDE0LjI5NiAyNC4zNDY2TDExLjQzNjggMTMuNDI5NkMxNC44NDQ4IDEzLjQyOTYgMTcuNTg4NCAxNC4zODI3IDE5LjY2NzkgMTYuMjg4OEMyMS44MDUxIDE4LjE5NDkgMjIuODczNiAyMC44NTIgMjIuODczNiAyNC4yNTk5QzIyLjg3MzYgMjcuNjEwMSAyMS43NzYyIDMwLjI5NiAxOS41ODEyIDMyLjMxNzdDMTcuNDQ0IDM0LjMzOTQgMTQuNzI5MiAzNS4zNTAyIDExLjQzNjggMzUuMzUwMkM4LjE0NDQgMzUuMzUwMiA1LjQwMDcyIDM0LjMzOTQgMy4yMDU3OCAzMi4zMTc3QzEuMDY4NTkgMzAuMjk2IDAgMjcuNjEwMSAwIDI0LjI1OTlDMCAyMy4zMzU3IDAuMDU3NzYxNyAyMi40MTE2IDAuMTczMjg1IDIxLjQ4NzRDMC4zNDY1NyAyMC41NjMyIDAuNjY0MjYgMTkuNDM2OCAxLjEyNjM1IDE4LjEwODNDMS42NDYyMSAxNi43Nzk4IDIuMzk3MTEgMTUuMDQ2OSAzLjM3OTA2IDEyLjkwOTdMOS40NDQwNCAwSDIxLjU3NFpNNDYuNzAwNCAwTDM5LjQyMjQgMjQuMzQ2NkwzNi41NjMyIDEzLjQyOTZDMzkuOTcxMSAxMy40Mjk2IDQyLjcxNDggMTQuMzgyNyA0NC43OTQyIDE2LjI4ODhDNDYuOTMxNCAxOC4xOTQ5IDQ4IDIwLjg1MiA0OCAyNC4yNTk5QzQ4IDI3LjYxMDEgNDYuOTAyNSAzMC4yOTYgNDQuNzA3NiAzMi4zMTc3QzQyLjU3MDQgMzQuMzM5NCAzOS44NTU2IDM1LjM1MDIgMzYuNTYzMiAzNS4zNTAyQzMzLjI3MDggMzUuMzUwMiAzMC41MjcxIDM0LjMzOTQgMjguMzMyMSAzMi4zMTc3QzI2LjE5NDkgMzAuMjk2IDI1LjEyNjQgMjcuNjEwMSAyNS4xMjY0IDI0LjI1OTlDMjUuMTI2NCAyMy4zMzU3IDI1LjE4NDEgMjIuNDExNiAyNS4yOTk2IDIxLjQ4NzRDMjUuNDcyOSAyMC41NjMyIDI1Ljc5MDYgMTkuNDM2OCAyNi4yNTI3IDE4LjEwODNDMjYuNzcyNiAxNi43Nzk4IDI3LjUyMzUgMTUuMDQ2OSAyOC41MDU0IDEyLjkwOTdMMzQuNTcwNCAwSDQ2LjcwMDRaIiBmaWxsPSIjRkQ2RTM5Ii8+Cjwvc3ZnPgo=');
}

.bd_block_quote::after {
    display: block;
    content: '';
    width: calc(100% - 96px - 48px - 24px);
    height: 1px;
    position: absolute;
    top: 65px;
    left: 120px;
    background-color: #FD6E39;
}

.bd_block_quote_txt {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
}

.bd_block_quote_author {
    margin: 24px 0 0;
    padding-left: 72px;
    font-family: 'Oswald', 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    position: relative;
}

.bd_block_quote_author::before {
    display: block;
    content: '';
    width: 48px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0px;
    background-color: #FD6E39;
}

@media (max-width: 1299px) {
    .bd_block_quote {
        padding: 99px 40px 40px;
    }

    .bd_block_quote::before {
        left: 40px;
    }

    .bd_block_quote::after {
        width: calc(100% - 96px - 40px - 24px);
        left: 112px;
    }
}

@media (max-width: 590px) {
    .bd_block_quote {
        padding: 83px 24px 24px;
    }

    .bd_block_quote::before {
        top: 24px;
        left: 24px;
    }

    .bd_block_quote::after {
        top: 42px;
        left: 96px;
        width: calc(100% - 24px - 48px - 24px - 24px);
    }

    .bd_block_quote_author {
        padding-left: 0;
        padding-top: 24px;
    }

    .bd_block_quote_author::before {
        top: 0;
    }
}

.bd_tazis_block {
    margin: 24px 0;
    padding: 48px;
    background: #F5F9FD;
}

.bd_tazis_block_hd {
    display: flex;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.24px;
    text-transform: uppercase;
    font-family: 'Oswald', 'Montserrat', sans-serif;
    position: relative;
}

.bd_tazis_block_hd span {
    display: inline-flex;
    padding-right: 24px;
    background: #F5F9FD;
    z-index: 1;
    margin-right: auto;
    max-width: 500px;
}

.bd_tazis_block_hd::after {
    display: block;
    content: '';
    width: 100%;
    border-bottom: 1px solid #FD6E39;
    position: absolute;
    bottom: 4px;
    left: 0;
}

.bd_tazis_block_txt {
    margin-top: 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
}

.bd_tazis_block_txt ul {
    margin-top: 16px;
}

.bd_tazis_block_txt ul li {
    padding-left: 32px;
    position: relative;
    padding-bottom: 16px;
}

.bd_tazis_block_txt ul li::before {
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    left: 9px;
    background-color: #FD6E39;
}

.bd_tazis_block_txt ul li:last-child {
    padding-bottom: 0;
}

@media (max-width: 1299px) {
    .bd_tazis_block {
        padding: 40px;
    }
}

@media (max-width: 590px) {
    .bd_tazis_block {
        padding: 24px;
    }

    .bd_tazis_block_hd span {
        padding-right: 0;
        padding-bottom: 24px;
        background: none;
    }

    .bd_tazis_block_hd::after {
        width: 48px;
        bottom: 0;
    }
}

.bd_table_block {
    margin: 24px 0 48px;
}

.bd_table_block table {
    width: 100%;
    min-width: 688px;
    table-layout: fixed;
    border-spacing: 0;
    border-collapse: collapse;
}

.bd_table_block table th {
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0px;
    padding: 16px;
    border: 1px solid #E6EAF6;
    text-align: left;
    background-color: #F5F9FD;
}

.bd_table_block table td {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0px;
    padding: 16px;
    border: 1px solid #E6EAF6;
}

@media (max-width: 590px) {
    .bd_table_block {
        overflow: scroll;
    }
}

.bd_rm_block {
    display: flex;
    justify-content: space-between;
    margin: 48px 0;
    padding-top: 24px;
}

.bd_rm_block a {
    font-family: 'Oswald', 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

@media (max-width: 590px) {
    .bd_rm_block {
        flex-direction: column;
    }

    .bd_rm_block a + a {
        margin-top: 24px;
    }
}

.news-section-page__card .news-section-page__overlay {
    background-color: transparent;
}

.news-section-page__card:hover .news-section-page__overlay {
    backdrop-filter: blur(4px);
}

.services-tile__item .tile-animation__overlay {
    background-color: transparent;
}

.services-tile__item:hover .tile-animation__overlay {
    backdrop-filter: blur(4px);
}

.tile-animation__overlay {
    background-color: transparent;
}

.tile-animation__overlay:hover {
    backdrop-filter: blur(4px);
}

.equipment-product .equipment-product__overlay-wrapper {
    background-color: transparent;
}

.equipment-product:hover .equipment-product__overlay-wrapper {
    backdrop-filter: blur(4px);
}

.equipment-product:hover .equipment-product__title,
.equipment-product:hover .equioment-product__more-text {
    color: #000;
}

html, body {
    overflow-x: hidden;
    width: 100%;
}
.footer__group {
    display: block;
    margin-top: 25px;
    margin-left: 10px;
    font-size: 12px;
}
@media (max-width: 590px) {
    .news-single-page .buttons {
        flex-wrap: wrap;
        margin-top: 0;
        margin-bottom: 24px;
    }
    .footer__group {
        margin-top: 0;
    }
}

/* End */


/* Start:/local/templates/agk/css/style_new.css?178119025611925*/
.container {
	width: 100%;
	padding: 0 15px;
	margin: auto;
}

@media only screen and (min-width: 567px) {
	.container {
		max-width: none;
	}
}

@media only screen and (min-width: 769px) {
	.container {
		max-width: 756px;
	}
}

@media only screen and (min-width: 1024px) {
	.container {
		max-width: 1012px;

	}


}

@media only screen and (min-width: 1280px) {
	.container {
		max-width: 1158px;
	}
}

@media only screen and (min-width: 1450px) {
	.container {
		max-width: 1358px;
	}
}

.h1 {
	font-size: 40px;
	line-height: 48px;
	font-weight: 600;
}

.h2 {
	font-size: 36px;
	line-height: 44px;
	font-weight: 600;
}


/* team  */

.team {
	margin-top: 64px;
}

.team-inner {
	margin-top: 32px;

	height: 600px;
	background-color: rgba(53, 68, 123, 0.07);
	display: flex;
	align-items: flex-end;
	padding: 48px;
	border-radius: 5px;
	width: fit-content;
	position: relative;
	z-index: 5;

	overflow: hidden;
}


.team-inner::after {
	display: block;
	content: '';

	background: url('/local/templates/agk/images/team-backgroud-text.svg') 50% no-repeat;
	background-size: contain;

	width: 100%;
	max-width: 1291px;
	height: 505px;

	position: absolute;
	bottom: 0;
	right: -100px;
	z-index: -1;

}




.team-left__title {


	position: relative;
}

.team-left__title::after {
	content: '—';
	display: block;

	font-size: 24px;
	font-weight: 700;
	color: #FD6E39;

	position: absolute;
	top: -40px;
	left: 0;
}

.team-left__title span {
	color: #FD6E39;
}

.team-left__text {
	margin-top: 16px;
	font-size: 24px;
	line-height: 32px;
	font-weight: 600;
	color: #727272;
	min-width: 691px;

}

.team-left {
	width: 100%;
	margin-bottom: 112px;
}

.team-right {
	height: 100%;
}

.team-right__imgs {
	display: flex;
	align-items: center;
	height: 100%;
}

.team-right__img {
	overflow: hidden;
	border-radius: 24px;
}

.team-right__img:first-child {
	position: relative;
	left: 70px;
	align-self: flex-end;

}

.team-right__img:last-child {
	align-self: flex-start;
}

.team-features {
	margin-top: 32px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.team-features__item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 16px;

	padding: 24px;
	background: #35447B;

	border-radius: 5px;

	color: #FFFFFF;
	font-size: 24px;
	line-height: 32px;
	font-weight: 600;


	min-height: 112px;

}

.team-features__number {
	color: #6B7AAD;
}

@media only screen and (max-width: 1450px) {
	.team-inner {
		flex-direction: column;
		height: auto;
		width: 100%;
	}

	.team-right__img:first-child {
		left: 0;
	}

	.team-right {
		width: 100%;
	}

	.team-right__imgs {
		column-gap: 24px;
		justify-content: flex-end;
	}

	.team-left__text {
		min-width: auto;
	}

}

@media only screen and (max-width: 768px) {
	.team-inner {
		padding: 32px 24px;
	}

	.team-left {
		margin-bottom: 48px;
	}

	.team-left__title::after {
		display: none;
	}

	.team-right__imgs {
		width: 100%;
		display: flex;
		flex-direction: column;
		height: fit-content;
		gap: 16px;
	}


	.team-right__img:last-child {
		position: relative;
		top: -70px;
		align-self: flex-start;
	}

	.team-inner:after {
		display: none
	}

	.team-features__item {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
	}
}

@media only screen and (max-width: 576px) {
	.team-right__img:last-child {
		top: 0px;
	}

	.team-right__img {
		width: 100%;
	}

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


/* team  */



/* vacancy  */

.vacancy {
	margin-top: 64px;

	.accordion {
		margin-top: 32px;
		border-radius: 8px;
		overflow: hidden;
		display: flex;
		flex-direction: column;
		row-gap: 8px;
	}

	.accordion-item {
		background: rgba(53, 68, 123, 0.07);
		border-radius: 5px;
		overflow: hidden;

	}

	.accordion-item:last-child {
		border-bottom: none;
	}

	.accordion-item__list {
		display: flex;
		flex-direction: column;
		row-gap: 12px;
	}

	.accordion-content__item {
		display: flex;
		column-gap: 24px;
	}

	.accordion-content__item:not(:first-of-type) {
		border-top: 1px solid #D9D9D9;
		margin-top: 32px;
		padding-top: 32px;
	}

	.accordion-item__title {
		font-size: 20px;
		line-height: 24px;
		color: rgba(14, 17, 20, .56);
		font-weight: 700;
		min-width: 208px;
	}

	.accordion__title {}

	.accordion-btn {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 24px;
		background: none;
		border: none;
		cursor: pointer;
		text-align: left;
	}

	.accordion-btn__title {
		font-size: 20px;
		line-height: 24px;
		font-weight: 700;
		font-family: "Montserrat", sans-serif;
	}

	.accordion-btn__text {
		margin-top: 4px;
		line-height: 24px;
		font-size: 16px;
		font-family: "Montserrat", sans-serif;

	}

	.accordion-icon {
		width: 18px;
		height: 18px;
		flex-shrink: 0;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
		background-repeat: no-repeat;
		background-size: contain;
		transition: transform 0.25s ease;
	}

	.accordion-btn[aria-expanded="true"] .accordion-icon {
		transform: rotate(180deg);
	}

	.accordion-body {
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.3s ease;
	}

	.accordion-body.open {
		max-height: fit-content;
	}

	.accordion-content {
		padding: 8px 24px 24px;
		color: #555;
	}

	.accordion-item__list-item {
		padding-left: 32px;
		position: relative;

		font-size: 16px;
		line-height: 24px;
	}

	.accordion-item__list-item::after {
		display: block;
		content: '';

		background-color: #FD6E39;
		width: 6px;
		height: 6px;
		border-radius: 999px;

		position: absolute;
		top: 5px;
		left: 0;
		z-index: 1;


	}

	.accordion-item__text {
		margin-top: 20px;
	}

	.accordion-item__button {
		margin-top: 12px;
		width: fit-content;
		display: inline-block;
		white-space: nowrap;

		padding: 16px;
		font-size: 16px;
		line-height: 1;
		letter-spacing: 1px;
		font-family: "Oswald", sans-serif;
		text-transform: uppercase;

		font-weight: 500;
		text-transform: uppercase;

		border-radius: 8px;
		color: #fff;
		background-color: #2E3440;
	}
}

/* vacancy  */



@media only screen and (max-width: 768px) {
	.accordion-content__item {
		flex-direction: column;
		row-gap: 24px;
	}
}

/* newbies  */

.newbies {
	margin-top: 64px;

}


.newbies-inner {
	margin-top: 32px;
	position: relative;
	z-index: 5;
	padding: 48px;
	overflow: hidden;

	display: flex;
	flex-direction: column;
	row-gap: 64px;

	border-radius: 5px;
}

.newbies-inner::before {
	display: block;
	content: '';

	background: url('/local/templates/agk/images/newbies-bg.jpg') 50% no-repeat;
	background-size: cover;


	height: 100%;
	width: 100%;

	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.newbies-inner::after {
	display: block;
	content: '';

	background: url('/local/templates/agk/images/newbies-mans.png') 50% no-repeat;
	background-size: cover;

	height: 326px;
	width: 514px;
	position: absolute;
	bottom: -20px;
	right: 12px;
	z-index: 1;
}


.newbies-subtitle {
	font-size: 40px;
	line-height: 48px;
	font-weight: 600;
	max-width: 550px;

}

.newbies-link {
	font-weight: 600;
	font-size: 20px;
	line-height: 28px;


	span {
		display: block;
		color: #FD6E39;
	}
}


.newbies-programm {
	border-radius: 5px;
	margin-top: 32px;
	padding: 48px;

	color: #FFFFFF;
	background-color: #2E3440;


	display: grid;
	grid-template: auto / 1.9fr 1fr;

	position: relative;
	z-index: 5;

	overflow: hidden;
}

.newbies-programm__title {
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
}

.newbies-programm__quote {
	font-size: 20px;
	font-weight: 600;
	padding-left: 24px;
	border-left: 2px solid #FD6E39;
}

.newbies-programm::after {

	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	display: block;

	background: url('/local/templates/agk/images/newbies-bg-2.jpg') 50%;
	background-size: cover;
	z-index: -1;
}

.newbies-programm__left {
	display: flex;
	flex-direction: column;
	row-gap: 32px;
}

.newbies-programm__list {
	display: grid;
	grid-template: auto /repeat(2, 1fr);

	gap: 32px;
}

.newbies-programm__right {
	position: relative;
}

.newbies-programm__img {
	position: absolute;

	bottom: -74px;
	right: -74px;
	z-index: 1;
}

.newbies-programm__img img {
	width: 550px;
	height: auto;
	object-fit: cover;
}

.newbies-programm__text {
	font-size: 20px;
	line-height: 28px;
}

.newbies-programm__list-item {
	font-size: 20px;
	line-height: 28px;


	position: relative;

	padding-left: 40px;
}

.newbies-programm__list-item:last-of-type {
	grid-column: 2 span;
}

.newbies-programm__list-item::after {
	display: block;
	content: '';

	background: url('/local/templates/agk/images/checkmark.svg') 50% no-repeat;
	background-size: cover;

	width: 24px;
	height: 24px;

	position: absolute;
	top: 0;
	left: 0;

}


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

	.newbies-programm {
		grid-template: auto / 1fr;
	}

	.newbies-programm__img {
		position: relative;
		bottom: -52px;
		right: 0;
		left: 0;
		margin: auto;
	}

	.newbies-programm__img img {
		width: 100%;

	}
}

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

	.newbies-inner {
		padding: 24px;
		row-gap: 16px;
	}

	.newbies-inner::after {
		position: relative;
		width: 100%;
		object-fit: cover;
		bottom: -24px;
		right: 0;
		left: 0;
		margin: auto;
	}

	.newbies-programm__list {
		grid-template: auto / 1fr;
	}

	.newbies-programm__list-item:last-of-type {
		grid-column: unset;
	}

	.h1 {
		font-size: 28px;
		line-height: 32px;
		font-weight: 600;
	}

	.h2 {
		font-size: 24px;
		line-height: 28px;
		font-weight: 600;
	}
}

/* newbies  */




/* requirements  */

.requirements {
	margin-top: 32px;
	margin-bottom: 64px;
	color: #fff;
}

.requirements-inner {
	padding: 48px;
	background-color: #2E3440;
	border-radius: 5px;


	position: relative;

	z-index: 4;

	overflow: hidden;
}

.requirements-inner::after {
	display: block;
	content: '';

	background: url('/local/templates/agk/images/programm-gradient.png') 50% no-repeat;
	background-size: cover;

	width: 874px;
	height: 874px;

	position: absolute;
	top: -150px;
	right: -250px;
	z-index: -1;
}

.requirements-cards {
	margin-top: 48px;

	display: grid;
	grid-template: 1fr /repeat(3, 1fr);
	gap: 54px;


}


.requirements-card {
	padding: 30px 20px;
	background: #404858;

	border-radius: 5px;
}

.requirements-card__title {
	font-size: 28px;
	line-height: 36px;
	font-weight: 600;
	text-align: center;
}

.requirements-title {
	text-align: center;


}

.requirements-card__list {
	display: flex;
	flex-direction: column;
	row-gap: 12px;
	margin-top: 28px;
}


.requirements-card__item {
	position: relative;
	padding-left: 40px;

	font-size: 16px;
	line-height: 24px;

}

.requirements-card__item::after {
	display: block;
	content: '';

	background: url('/local/templates/agk/images/checkmark.svg') 50% no-repeat;
	background-size: cover;

	width: 24px;
	height: 24px;

	position: absolute;
	top: 0;
	left: 0;
}

/* requirements  */

section.team:has(+ .text-description div) {
	margin-bottom: 64px;
}

@media only screen and (max-width: 1250px) {
	.requirements-cards {
		margin-top: 48px;

		display: grid;
		grid-template: 1fr /repeat(2, 1fr);
		gap: 54px;

	}
}

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

	.newbies-programm {
		padding: 24px;
	}

	.requirements-inner {
		padding: 24px;
	}

	.requirements-cards {
		margin-top: 48px;

		display: grid;
		grid-template: 1fr /repeat(1, 1fr);
		gap: 24px;

	}

	.team-features__item {
		font-size: 18px;
		line-height: 24px;
	}

	.team-features__text {
		margin-top: 16px;
	}

	.requirements-card__title {
		font-size: 18px;
		line-height: 24px;
	}

	.requirements-cards {
		margin-top: 24px;
	}

	.team-left__text {
		font-size: 18px;
		line-height: 24px;
	}

	.newbies-subtitle {
		font-size: 24px;
		line-height: 28px;
	}
}
/* End */


/* Start:/local/templates/agk/css/swiper-bundle.min.css?176907600418429*/
/**
 * Swiper 10.0.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 8, 2023
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;overflow:clip;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;-ms-touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/local/templates/agk/css/jquery.fancybox.min.css?176114134712795*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/templates/agk/components/bitrix/news.list/offices/style.css?1761141347150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/agk/components/bitrix/form.result.new/feedback/style.css?17811902561575*/
table.form-table{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th{
	background-image:url(/local/templates/agk/components/bitrix/form.result.new/feedback/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td{
	padding: 15px 5px;
}

.form-required {
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
}


.form fieldset .form-input-container{    flex-direction: column-reverse;}

.form fieldset .form-input-container #commentary{font-size: 16px;height: 60px;}
.success-add_form{background: white;padding: 10px;}
.no-robot{font-size: 12px;font-style: normal;font-weight: 400;line-height: 20px;margin-top: 8px;}
input[type=submit]:hover{cursor:pointer;}


.form fieldset .form-input-container.confirmation_checkbox{
	max-width: 450px;
	display:block;
	vertical-align: top;
	font-size: 12px;
	border: 0;
	padding: 8px 0;
}

.form fieldset .form-input-container.confirmation_checkbox input{
	float: left;
	vertical-align: top;
	margin-right:8px;
	width: 16px;
	height: 16px;
	margin-top: 0;
}
.form fieldset .form-input-container.confirmation_checkbox label{
	font-size: 10px;
	font-weight: normal;
	vertical-align: top;
}

.form fieldset .form-input-container.confirmation_checkbox a{
    text-decoration:underline;
}

.our--supplier__block_label span.our--supplier__block_label_heading {
	color: #000000;
}

/* End */


/* Start:/local/templates/agk/components/bitrix/menu/bottom_uslugi/style.css?1769076004242*/
.ul-menu{
    display: flex;
}
ul>.footer__content-slice:nth-child(2){
    justify-content: start;
    margin-top: 20px;
}
.footer__content-slice:nth-child(3) {
    justify-content: start;
}
.footer-section .contact-btn {
    padding: 15px;
}
/* End */


/* Start:/local/templates/agk/components/bitrix/menu/bottom_equipment/style.css?1769076004242*/
.ul-menu{
    display: flex;
}
ul>.footer__content-slice:nth-child(2){
    justify-content: start;
    margin-top: 20px;
}
.footer__content-slice:nth-child(3) {
    justify-content: start;
}
.footer-section .contact-btn {
    padding: 15px;
}
/* End */


/* Start:/local/templates/agk/components/bitrix/menu/bottom_about/style.css?1769076004307*/
.ul-menu{
    display: flex;
}
ul>.footer__content-slice:nth-child(2){
    justify-content: start;
    margin-top: 20px;
}
.footer__content-slice:nth-child(3) {
    justify-content: start;
}
.footer-section .contact-btn {
    padding: 16px 8px; display: flex; align-items: center; justify-content: center;
}
/* End */


/* Start:/local/templates/agk/components/bitrix/menu/bottom_contacts/style.css?176114134739*/
.contact-btn{
    text-align: center;
}
/* End */


/* Start:/local/templates/agk/template_styles.css?1769114760227*/
#alertoldname.alert_shown,
#alertoldworks.alert_shown{
    padding: 23px 20px;
    text-align:left;
    background: #f7f8fc;
}
.wrapper > #alertoldname.alert_shown,
.wrapper > #alertoldworks.alert_shown{
    margin-top: 48px;
}
/* End */
/* /local/templates/agk/css/style.css?1781089683216259 */
/* /local/templates/agk/css/style_new.css?178119025611925 */
/* /local/templates/agk/css/swiper-bundle.min.css?176907600418429 */
/* /local/templates/agk/css/jquery.fancybox.min.css?176114134712795 */
/* /local/templates/agk/components/bitrix/news.list/offices/style.css?1761141347150 */
/* /local/templates/agk/components/bitrix/form.result.new/feedback/style.css?17811902561575 */
/* /local/templates/agk/components/bitrix/menu/bottom_uslugi/style.css?1769076004242 */
/* /local/templates/agk/components/bitrix/menu/bottom_equipment/style.css?1769076004242 */
/* /local/templates/agk/components/bitrix/menu/bottom_about/style.css?1769076004307 */
/* /local/templates/agk/components/bitrix/menu/bottom_contacts/style.css?176114134739 */
/* /local/templates/agk/template_styles.css?1769114760227 */
