.search-page {
    margin-top: 96px;
}

.directions__more__item__2 {
    height: auto;
    padding: 65px 0;
}

.owl-nav {
    display: none;
}

@media (max-width: 640px) {
    .directions__more__item__2 {
        padding: 15px 0;
    }

    .directions__more__section__row__2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 20px;
    }

    .owl-nav {
        display: block;
    }

    .iobjects__list_2 {
        margin-top: 50px;
    }

    .iobjects__list_2 .owl-nav {
        top: -70px !important;
    }
}

.iobjects__list_3 .owl-nav {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: absolute !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 0 15px 0 8px;
    margin-top: 40px;
}

.iobjects__list_3 .owl-nav .owl-prev, .iobjects__list_3 .owl-nav .owl-next {
    width: 56px;
    height: 56px;
    background: white;
    border-radius: 50%;
    border: none;
}

.iobjects__list_3 .owl-nav .owl-prev {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.iobjects__list_2 {
    position: relative;
}

.iobjects__list_2 .owl-prev {
    left: 0 !important;
    background: white !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.iobjects__list_2 .owl-next {
    right: 0 !important;
    background: white !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.owlCarousel-arrow {
    display: block;
    width: 22px;
    height: 22px;
    background: url(/bitrix/templates/rusatom/css/../i/arrow_right_dblue.svg) no-repeat 50% 50%;
    border: 0;
    outline: none;
    font-size: 0;
}

html body .owl-carousel .owl-nav button.owl-prev, html body .owl-carousel .owl-nav button.owl-next {
    background-image: url(/bitrix/templates/rusatom/css/../i/arrow_right_dblue.svg);
}

.owlCarousel-arrow-left {
    -webkit-transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
}

.detail-direction img {
    height: auto;
}

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

.team__list .owl-nav {
    display: block;
    position: absolute;
    top: -92px;
    right: 0;
    width: 100%;
    font-size: 0;
    text-align: right;
    font-size: 80px;
}

html body .team__list.owl-carousel .owl-nav button.owl-prev {
    right: 60px;
}

html body .team__list.owl-carousel .owl-nav button.owl-next {
    right: 0;
}

@media (max-width: 640px) {
    .team__list .owl-nav {
        position: static;
    }

    html body .team__list.owl-carousel .owl-nav button.owl-prev {
        left: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg);
    }

    html body .team__list.owl-carousel .owl-nav button.owl-next {
        rihgt: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media screen and (max-width: 991px) {
    .advantages__block .-section-button-col {
        display: block;
        margin: 15px 0 0;
    }
}

.row.no-gutters.-sert-item-row img {
    max-width: 250px;

}

.section-vacancy-main .cadrs__block .cadrs__button a {
    color: #FFF;
}

#scroll_top {
    display: none;
    position: fixed;
    bottom: 102px;
    right: 30px;
    z-index: 1000;
    width: 50px;
    height: 50px;
    border-radius: 0;
    opacity: 1;
    background: url(/bitrix/templates/rusatom/css/../i/arrow_right.svg) #2E51AA no-repeat 50% 50%;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

#scroll_top:hover {
    background-color: #20286d;
}

.section h2 {
    font-size: 24px;
    margin: 0 0 16px;
    color: #181C2E;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 600;
}

/* 17.10.22 фикс верстки фильтра */
div.filt_item_180 {
    margin-top: 0 !important;
}

h2.filt_item_180,
.filter h2 {
    margin-top: 26px !important;
}

.filter h2 {
    margin-bottom: 0 !important;
}

h2.filt_item_180 {
    margin-bottom: 25px !important;
}

.filt_item_180 .project__links {
    margin-top: -16px !important;
}

.project__links a {
    margin-top: 16px;
}


/* 29.12.22 скрытие аккордеона */
.not_acc::after {
    background: none;
}

.not_acc {
    cursor: default;
}


/* @media screen and (max-width: 991px) {
	.mg20min {
		margin-right: 20px;
	}
} */

.footer__contacts-block {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer__contacts-block .socials-icon-link {
    width: 36px;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-transition: all 0.18s linear;
    -o-transition: all 0.18s linear;
    transition: all 0.18s linear;
    background: #2E51AA;
    margin-left: 15px;
}

.header__buttons .socials-icon-link {
    margin-top: 30px;
    margin-left: 10px; /*-16px*/
    margin-right: 20px;
    width: 36px;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.18s linear;
    -o-transition: all 0.18s linear;
    transition: all 0.18s linear;
}

.header__buttons .socials-icon-link.hidden {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

@media (min-width: 992px) and (max-width: 1140px) {
    .header__buttons .socials-icon-link {
        margin-left: 0; /*5px*/
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .header__buttons .socials-icon-link {
        margin-top: 18px;
    }
}

@media only screen and (max-width: 575px) {
    .header__buttons .socials-icon-link {
        margin-top: 18px;
    }
}

.footer__contacts-block .socials-icon-link:hover {
    background: #20286d;
}

.footer__contacts-block .socials-icon-link svg {
    width: 22px;
    height: 22px;
    position: relative;
    left: -2px;
}

.header__buttons .socials-icon-link svg {
    width: 100%; /*17px*/
    height: 100%;
}

@media only screen and (max-width: 450px) {
    .footer__contacts-block {
        gap: 8px;
    }

    .footer__contacts-block .footer__contacts {
        width: 100%;
    }

    .footer__contacts-block .socials-icon-link {
        margin-left: 0;
    }
}

.-documentation-main,
.-doc-product-main {
    height: 560px;
}

.documentation__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px;
}

.documentation__item {
    border-radius: 10px;
    background: #FFF;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    width: calc(50% - 16px);
}

.documentation__item img {
    width: 64px;
    height: 64px;
    -o-object-fit: contain;
    object-fit: contain;
}

.documentation__info {
    width: calc(100% - 94px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.documentation__title {
    color: #74808E;
    font-size: 15px;
    font-weight: 700;
    line-height: 150%;
    text-transform: uppercase;
}

.documentation__link {
    color: #2E51AA;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0 5px;
}

.documentation__link svg {
    margin-left: 15px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.documentation__link:hover {
    color: #FC9B45;
}

.documentation__link:hover svg {
    fill: #FC9B45;
}

@media only screen and (max-width: 768px) {
    .documentation__items {
        gap: 20px;
    }

    .documentation__item {
        width: 100%
    }
}

@media only screen and (max-width: 576px) {
    .documentation__item {
        gap: 15px;
        padding: 30px 18px;
    }

    .documentation__item img {
        width: 58px;
        height: 58px;
    }

    .documentation__info {
        width: calc(100% - 73px);
    }

    .documentation__title {
        font-size: 14px;
    }
}

.doc-product__info h4 {
    margin: 28px 0;
}

.doc-product__info ul:not(.navbar-nav):not(.ui-menu) li + li {
    margin-top: 8px;
}

.doc-product__slider-wrap {
    /*margin: 40px 0;*/
    /*background: #ffffff;*/
    padding: 60px 0;
}

.doc-product__slide {
    height: 230px;
}

.doc-product__slide a {
    height: 100%;
    display: block;
    padding: 10px 0;
    text-decoration: none;
}

.doc-product__slide a img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-box-shadow: 0 0 10px 0px rgba(34, 60, 80, 0.16);
    box-shadow: 0 0 10px 0px rgba(34, 60, 80, 0.16);
}

.doc-product__slider .owl-nav {
    display: block;
}

.doc-product__slider .owl-nav .owl-next,
.doc-product__slider .owl-nav .owl-prev {
    width: 46px !important;
    height: 46px !important;
    border-radius: 50%;
    border: none;
    background: #2E51AA !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    cursor: pointer;
}

.doc-product__slider .owl-nav .owlCarousel-arrow {
    background: url(/bitrix/templates/rusatom/i/arrow_right_dwhite.svg) no-repeat 50% 50%;
}

.doc-product__slider .owl-nav .owl-next:hover,
.doc-product__slider .owl-nav .owl-prev:hover {
    background: #20286d !important;
}

.doc-product__slider.owl-carousel .owl-nav button.owl-prev {
    left: -50px;
    right: auto;
}

.doc-product__slider.owl-carousel .owl-nav button.owl-next {
    right: -50px;
}

.doc-product__download {
    margin: 60px 0 40px;
}

.doc-product__download-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px;
}

.doc-product__download-item {
    border-radius: 10px;
    background: #FFF;
    padding: 20px 20px 25px;
    width: calc(50% - 16px);
}

.doc-product__download-item > span {
    display: block;
}

.doc-product__download-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 14px;
    text-decoration: none;
}

.doc-product__download-item a img {
    width: 36px;
    height: 36px;
    -o-object-fit: contain;
    object-fit: contain;
}

.doc-product__download-item a span {
    font-size: 15px;
    font-weight: 700;
    line-height: 150%;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-left: 5px;
    position: relative;
    top: 2px;
}

.doc-product__download-item a:hover span {
    border-bottom: 1px solid #2E51AA;
}

@media only screen and (max-width: 1199px) {
    .doc-product__slider .owl-nav {
        top: -50px;
    }

    .doc-product__slider.owl-carousel .owl-nav button.owl-prev {
        left: auto;
        right: 68px;
    }

    .doc-product__slider.owl-carousel .owl-nav button.owl-next {
        right: 0;
    }
}

@media only screen and (max-width: 991px) {
    .doc-product__info h4 {
        margin: 20px 0;
    }

    .doc-product__slider-wrap {
        padding: 60px 0 40px;
    }

    .doc-product__download {
        margin: 40px 0;
    }

    .doc-product__info {
        font-size: 16px;
        line-height: 150%;
    }

    .doc-product__download-item > span {
        font-size: 16px;
    }
}

@media only screen and (max-width: 768px) {
    .doc-product__download-items {
        gap: 20px;
    }

    .doc-product__download-item {
        width: 100%;
    }
}

@media only screen and (max-width: 576px) {
    .doc-product__download-item {
        padding: 20px 18px;
    }

    .doc-product__download-item a span {
        font-size: 14px;
    }
}
