@font-face {
    font-family: Geologica-Regular;
    src: url(fonts/Geologica-Regular.ttf);
}

@font-face {
    font-family: Geologica-Medium;
    src: url(fonts/Geologica-Medium.ttf);
}

@font-face {
    font-family: Geologica-Black;
    src: url(fonts/Geologica-Black.ttf);
}

@font-face {
    font-family: Geologica-Bold;
    src: url(fonts/Geologica-Bold.ttf);
}


@font-face {
    font-family: MullerHeavy;
    src: url(fonts/MullerHeavy.ttf);
}

@font-face {
    font-family: Geologica-Medium;
    src: url(fonts/Geologica-Medium.ttf);
}

@font-face {
    font-family: Geologica-Black;
    src: url(fonts/MullerExtraBold.ttf);
}

@font-face {
    font-family: MullerBlack;
    src: url(fonts/MullerBlack.ttf);
}

@font-face {
    font-family: EuroscriptPro;
    src: url(fonts/EuroscriptPro.ttf);
}

@font-face {
    font-family: ENGR;
    src: url(fonts/ENGR.TTF);
}

@font-face {
    font-family: futurabookc;
    src: url(fonts/futurabookc.ttf);
}

@font-face {
    font-family: futuramedium;
    src: url(fonts/futuramedium.ttf);
}

@charset "utf-8";

@font-face {
    font-family: 'Geologica-Regular';
    src: url('/bitrix/templates/kit39/fonts/Geologica-Regular.woff') format('woff'),
    url('/bitrix/templates/kit39/fonts/Geologica-Regular.otf') format('otf'),
    url('/bitrix/templates/kit39/fonts/Geologica-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Geologica-Medium';
    src: url('/bitrix/templates/kit39/fonts/Geologica-Medium.woff') format('woff'),
    url('/bitrix/templates/kit39/fonts/Geologica-Medium.otf') format('otf'),
    url('/bitrix/templates/kit39/fonts/Geologica-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Geologica-Black';
    src: url('/bitrix/templates/kit39/fonts/Geologica-Black.woff') format('woff'),
    url('/bitrix/templates/kit39/fonts/Geologica-Black.otf') format('otf'),
    url('/bitrix/templates/kit39/fonts/Geologica-Black.ttf') format('truetype');
}

button:focus, *:focus, *:focus:not(:focus-visible) {
    outline: none;
}

.bx-green,
.bx-theme-green {
    --primary: #7C2629;
    --theme-color-primary: none;
    --theme-color-second: none;
    --theme-color-light: #7C2629;
    --theme-b-link: #7C2629;
    --theme-b-link-hover: #7C2629;
    --theme-b-tx-primary: #fff;
    --theme-b-bg-primary: #7C2629;
    --theme-b-bd-primary: #7C2629;
    --theme-b-sd-primary: #7C2629;
    --theme-b-tx-primary-hover: #fff;
    --theme-b-bg-primary-hover: #7C2629;
    --theme-b-bd-primary-hover: #7C2629;
    --theme-b-tx-primary-active: #fff;
    --theme-b-bg-primary-active: #7C2629;
    --theme-b-bd-primary-active: #7C2629;
    --theme-b-tx-primary-disabled: #fff;
    --theme-b-bg-primary-disabled: #7C2629;
    --theme-b-bd-primary-disabled: #7C2629;
}

body {
    background-attachment: fixed;
    background-size: cover;
    font-family: 'Geologica-Regular';
    color: #303030;
}

.bx-header-logo + .muller-red-14.uppercase {
    display: none;
}

#pagetitle {
    margin-bottom: 35px;
}

h1, h2, h3, h4, h5 {
    font-family: "OpenSans-Regular", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
}

.bx-content-section,
.bx-header-section {
    padding-bottom: 2px;
}

.bx-header-section:first-child {
    margin-bottom: 41px;
}

.bx-header-section:last-child {
    align-items: flex-start;
}

.select-city__modal-wrap, .select-city__modal__submit-wrap, .select-city__modal__list-wrap, .select-city__block__text, .select-city__block__text-city, .select-city__modal__list__title, .select-city__modal__list__item, .select-city__dropdown__title, .select-city__dropdown__choose {
    font-family: 'Geologica-Medium';
}

.bx-wrapper {
}

/*region HEADER*/
.bx-header {
    padding: 49px 0 29px;
}

.bx-header-section {
    justify-content: space-between;
}

/*region Logo*/
.bx-logo-block {
    display: block;
    border-bottom: none;
    margin-right: 5px;
}

.bx-logo-block img {
    max-height: 50px;
    width: auto;
}

.menu-mobile .bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container {
    flex-direction: column;
}

@media (max-width: 767px) {
    .bx-logo-block img {
        max-width: 100%;
        max-height: 45px;
        width: auto;
        height: auto;
    }

    .menu-mobile .bx-nav-list-2-lvl {
        padding: 0 0 10px;
    }

    .bx-logo-block {
        height: auto;
    }

    body.bx-theme-green .bx-store-logo {
        background: #33b111;
    }
}

.modal .btn {
    background: #7d272b;
    color: #fff;
    margin-top: 20px;
    border-radius: 0;
    transition: .4s;
    padding: 10px 40px;
}

.modal .btn:hover {
    background: #000;
}

/*endregion*/
/*region included Phone*/
.bx-header-phone-block {
    display: flex;
    align-items: center;
}

.bx-header-phone-number {
    color: #000;
    white-space: nowrap;
    font: 700 16px Geologica-Medium, Arial, Helvetica, sans-serif;
    transition: 250ms linear all;
}

.bx-header-phone-icon {
    display: block;
    margin-right: 10px;
    width: 26px;
    height: 26px;
    background: no-repeat center url(images/phone.svg);
}

@media (max-width: 991px) {
    .bx-header-phone-number {
        font: 600 15px/18px "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
    }
}

.kit-social-flex {
    display: flex;
    align-items: center;
    gap: 8px;
}

.kit-social-flex svg {
    width: 36px;
    height: 36px;
    transition: .4s;
    background: #fff;
}

footer .kit-social-flex svg {
    background: #000;
}

.menu-mobile .kit-social-flex svg {
    background: #000;
}

.kit-social-flex svg:hover {
    opacity: .6;
}

footer .kit-social-flex svg path, .menu-mobile-main .kit-social-flex svg path {
    fill: #fff;
}

footer .kit-social-flex svg .stroke, .menu-mobile-main .kit-social-flex svg .stroke {
    stroke: #fff;
}

.input-group > .form-control {
    min-width: 240px;
}

/*endregion*/
/*region included Worktime*/
.bx-header-worktime {
    color: #000;
    font: 600 16px/22px "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
    transition: 250ms linear all;
}

.bx-worktime-title {
    color: #adadad;
    font: 12px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.bx-worktime-schedule {
    color: #000;
    font: 12px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (max-width: 991px) {
    .bx-header-worktime {
        font: 500 15px/18px "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
    }
}

/*endregion*/
/*endregion*/
.mobile-nav-bar {
    display: none;
}

.sidebar-block-title {
    color: #343434;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

/*region FOOTER*/
.bx-footer {
    /* background-image: url('/bitrix/templates/kit39/images/footer_background.png');
      background-size: cover;
      background-repeat: no-repeat;
      background-color: #000; */
    background: #000 url(/bitrix/templates/kit39/images/pattern.png);
}

.bx-footer-section {
}

.bx-footer-section .bx-block-title {
}

.bx-footer-bg {
    background-color: #1f496a;
}

.bx-footer-logo {
    border-bottom: none !important;
    text-decoration: none !important;
}

.bx-footer-logo img {
    max-width: 100%;
    height: auto;
}

/*endregion*/
.bx-inclinkspersonal-item.bx-theme-blue:hover {
    background: #0083d1;
}

.bx-theme-blue.bx-inclinkspersonal-selected {
    background: #3398d7;
}

.bx-inclinkspersonal-item.bx-theme-black:hover {
    background: #303030;
}

.bx-theme-black.bx-inclinkspersonal-selected {
    background: #484848;
}

.bx-inclinkspersonal-item.bx-theme-green:hover {
    background: #44b1c9;
}

.bx-theme-green.bx-inclinkspersonal-selected {
    background: #5cc3d1;
}

.bx-inclinkspersonal-item.bx-theme-red:hover {
    background: #e63c3c;
}

.bx-theme-red.bx-inclinkspersonal-selected {
    background: #e95c5c;
}

.bx-inclinkspersonal-item.bx-theme-yellow:hover {
    background: #f4a52e;
}

.bx-theme-yellow.bx-inclinkspersonal-selected {
    background: #fbb859;
}

/*region Bootstrap modified*/
.btn-primary {
    border-color: var(--theme-b-bd-primary);
    background-color: var(--theme-b-bg-primary);
    color: var(--theme-b-tx-primary);
}

.btn-primary:hover {
    border-color: var(--theme-b-bd-primary-hover);
    background-color: var(--theme-b-bg-primary-hover);
    color: var(--theme-b-tx-primary-hover);
}

.btn-primary.disabled,
.btn-primary:disabled {
    border-color: var(--theme-b-bg-primary);
    background-color: var(--theme-b-bg-primary);
    color: var(--theme-b-tx-primary);
}

.show > .btn-primary.dropdown-toggle {
    border-color: var(--theme-b-bd-primary-active);
    background-color: var(--theme-b-bg-primary-active);
    color: var(--theme-b-tx-primary-active);
}

a,
.btn-link {
    color: var(--theme-b-link);
}

a:hover,
.btn-link:hover {
    color: var(--theme-b-link-hover);
}

.g-font-size-15 {
    font-size: 15px;
}

.g-font-size-17 {
    font-size: 17px;
}

.g-font-size-20 {
    font-size: 20px;
}

.text-primary {
    color: var(--primary) !important
}

.bg-primary {
    background: var(--primary) !important
}

.border-primary {
    border-color: var(--primary) !important
}

/*endregion*/
.bx-sidebar-block {
}

.sidebar h2,
.sidebar h3,
.sidebar h4,
.sidebar h5 {
    text-transform: uppercase;
    font-size: 14px;
    font-family: "OpenSans-SemiBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.sidebar li {
    font-size: 12px;
    font-family: "OpenSans-SemiBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.sidebar-icon {
    width: 27px;
    height: 27px;
    margin-right: 5px;
    border-radius: 50%;
    background-color: var(--theme-color-primary);
    background-repeat: no-repeat;
    background-position: center;
}

.sidebar-icon-label {
    background-image: url(images/label.svg);
    background-size: 19px auto;
}

.sidebar-icon-delivery {
    background-image: url(images/delivery.svg);
    background-size: 17px auto;
}

.sidebar-icon-sale {
    background-image: url(images/sale.svg);
    background-size: auto 17px;
}

.sidebar-icon-self {
    background-image: url(images/self.svg);
    background-size: auto 17px;
}

.sidebar-icon-phone {
    background-image: url(images/phone_white.svg);
    background-size: auto 21px;
}

.flex-row {
    display: flex;
    flex-direction: row;
    align-items: center;
}

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

.muller-red-14 {
    color: #7C2629;
    font-size: 14px;
    font-family: 'Geologica-Medium';
}

.muller-red-16 {
    color: #7C2629;
    font-size: 16px;
    font-family: 'Geologica-Medium';
    font-weight: normal;
}

.uppercase {
    text-transform: uppercase;
}

.mob-temp {
    display: none;
}

.search-bar {
    max-width: 686px;
    width: 62.8%;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .search-bar .hr-link-header {
        margin-right: 0px;
        display: flex;
        align-items: center;
    }

    .search-bar {
        margin-right: 10px;
    }
}

.search-bar .hr-link-header:hover span {
    color: var(--theme-b-link-hover);
}

.search-bar .hr-link-header span {
    color: #262626;
    text-decoration: none;
    font-size: 14px;
    font-family: 'Geologica-Medium';
    margin-left: 10px;
}

.search-bar .courier-link-header {
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .search-bar .courier-link-header {
        margin-right: 45px;
    }

    .search-bar {
        margin-right: 10px;
    }
}

.search-bar .courier-link-header:hover span {
    color: var(--theme-b-link-hover);
}

.search-bar .courier-link-header span {
    color: #262626;
    text-decoration: none;
    font-size: 14px;
    font-family: 'Geologica-Medium';
    margin-left: 10px;
    line-height: 1.2;
}

.search-bar .courier-link-header-link {
    text-decoration: none;
}

.search-bar .hr-link-header-link {
    text-decoration: none;
}

.bx-searchtitle input {
    background-color: #F8F6F6;
    border: none;
    border-radius: 0;
}

header .header-logo {
    max-width: 228px;
    min-width: 160px;
    width: 15%;
    justify-content: space-between;
}

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

.space-around {
    justify-content: space-around;
}

@media (min-width: 1400px) {
    body .container, body .container-sm, body .container-md, body .container-lg, body .container-xl, body .container-xxl {
        width: 1232px;
    }
}

@media (max-width: 1400px) {
    .input-group > .form-control {
        min-width: 260px;
    }

    .search-bar {
        max-width: 626px;
    }
}

h2, .h2 {
    font-size: 25px;
    color: #303030;
    font-family: 'Geologica-Black';
}

footer, footer h2 {
    color: #ffffff;
}

.phone {
    color: #262626;
    text-decoration: none;
    font-weight: normal;
}

.phone_hr {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: normal;
}

.phone_hr:hover {
    color: #FFFFFF;
    opacity: 0.9;
}

footer .phone {
    color: #ffffff;
    font-family: Geologica-Medium;
    font-size: 14px;
    font-weight: normal;
}

@media (min-width: 1200px) {
    h2, .h2 {
        font-size: 30px;
    }
}

.dashed {
    color: #7C2629;
    font-size: 18px;
    margin-bottom: 18px;
    font-weight: 600;
}

.dashed:before {
    content: '';
    display: inline-block;
    border-top: 1px solid #7C2629;
    width: 38px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.news-list .slihead .dashed:before {
    content: '';
    display: inline-block;
    border-top: 1px solid #FFFFFF;
    width: 38px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.termo {
    margin: 147px 0 149px;
    line-height: 1.65;
}

.termo .flex-row {
    align-items: flex-start;
}

.termo p {
    margin-bottom: 0;
}

.termo .dashed {
    margin-bottom: 10px;
}

.termo > div:first-child img {
    width: 56%;
    margin-top: 20px;
}

.termo > div:first-child > div {
    width: 40%;
    margin-bottom: 88px;
}

.termo > div:first-child > div button {
    border: none;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: #7C2629;
    font-family: 'Geologica-Medium';
    font-size: 16px;
    padding: 12px 37px 10px;
    margin-top: 45px;
    transition: 0.5s;
    box-sizing: border-box;
    border: 1px solid #7C2629;
}

.termo > div:first-child > div button:hover {
    background-color: transparent;
    color: #7C2629;
    box-sizing: border-box;
}

.termo div:first-child > div h2 {
    margin-bottom: 45px;
}

.termo > div:nth-child(2) {
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 20px;
    font-family: Geologica-Medium;
    margin-bottom: 170px;
}

.termo > div:nth-child(2) img {
    margin-left: 20px;
    margin-top: -4px;
}

.termo > div:nth-child(2) > div {
    position: relative;
}

.termo > div:nth-child(2) > div:after {
    content: url('/include/answer.svg');
    position: absolute;
    display: block;
    top: -30px;
    left: 60px;
}

.termo > div:nth-child(2) > div.icon-en:after {
    display: none;
}

.icon-en:hover {
    position: relative !important;
}

.icon-en:hover::after {
    content: url('/include/fon-text.png') !important;
    position: absolute !important;
    display: block !important;
    top: -30px !important;
    left: 60px !important;
}

.icon-en:hover::before {
    content: "SafePack insulated containers, the Biocard Company's proprietary design, have been validated and registered as a medical device. SafePack keeps the preset temperature of shipments for up to 10 days.";
    position: absolute;
    display: block;
    top: 2px !important;
    left: 134px !important;
    width: 281px;
    z-index: 1;
    font-size: 12px;
    font-family: 'Geologica-Regular';
    color: #828282;
}

.sliderok2 .card img {
    filter: grayscale(1);
    transition: .8s;
    object-fit: scale-down;
}

.sliderok2 .card img:hover {
    filter: grayscale(0);
}

.number__section {
    display: flex;
    justify-content: space-between;
    margin-bottom: 103px;
}

.left__number {
    width: 30%;
}

.number__items {
    display: flex;
    justify-content: space-between;
    width: 60%;
}

.counter-percent {
    font-family: 'Geologica-Black';
    font-size: 49px;
    line-height: 54px;
    color: #E5E5E5;
}

@media (max-width: 1400px) {
    .termo > div:nth-child(2) > div:hover:after {
        top: 37px;
        left: -324px;
    }
}

.termo > div:last-child > div {
    width: 14%;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Geologica-Medium';
}

.termo > div:last-child > div > img {
    margin-bottom: 27px;
}

@media (max-width: 991px) {
    .termo > div:last-child > div > img {
        width: 100px;
        height: auto;
    }
}

.termo > div:last-child > div > p {
    text-align: center;
}

.termo-mobile {
    display: none;
}

@media (max-width: 991px) {
    .termo > div:last-child > div > p {
        font-size: 12px;
    }
}

.logistic div:first-child {
    margin-bottom: 85px;
}

.logistic-mobile {
    display: none;
}

@media (max-width: 1400px) {
    .logistic img {
        width: 200px;
        height: auto;
    }
}

@media (max-width: 991px) {
    .logistic img {
        width: 150px;
        height: auto;
    }
}

.online {
    /* padding: 73px 0 76px;
      background-image: url('/include/online-back.jpg');
      font-size: 14px;
      color: #FFFFFF;
      background-repeat: no-repeat;
      background-size: cover;
      margin-bottom: 230px; */
    padding: 73px 0 76px;
    background: #7C2629 url(/bitrix/templates/kit39/images/pattern.png);
    font-size: 14px;
    color: #FFFFFF;
    margin-bottom: 170px;
}

.online .container {
    position: relative;
}

.online p {
    font-size: 16px;
    line-height: 1.8;
}

.online .container > div {
    max-width: 440px;
}

.online img {
    max-width: 600px;
    position: absolute;
    right: 10px;
    top: -190px;
    width: 35vw;
    height: auto;
}

.online h2 {
    color: #FFFFFF;
    margin-bottom: 29px;
}

.online button {
    border: none;
    background-color: #FFFFFF;
    color: #7C2629;
    font-family: 'Geologica-Medium';
    font-size: 16px;
    padding: 14px 42px 10px;
    margin-top: 31px;
    border: 1px solid #ffffff;
    transition: .5s;
}

.online button:hover {
    color: #ffffff;
    background-color: #7C2629;
}

@media (max-width: 1399px) {
    .online img {
        top: -130px;
    }
}

@media (max-width: 1199px) {
    .online img {
        top: -100px;
    }

    .search-bar {
        display: none;
    }
}

@media (max-width: 1199px) {
    .online img {
        top: -100px;
    }

    .online {
        padding: 43px 0 46px;
    }

    .online button {
        margin-top: 24px;
    }
}

@media (max-width: 991px) {
    .online img {
        top: -60px;
    }
}

.formats {
    margin: 135px 0 100px;
    align-items: flex-start;
}

.formats .formats-mobile {
    display: none;
}

.formats .formats-mobile-second {
    display: none;
}

.formats > div:first-child {
    max-width: 40%;
}

.formats > div:first-child > h2 {
    margin-bottom: 77px;
    max-width: 300px;
    line-height: 1.15;
}

.formats > div:first-child > p:last-child {
    margin-top: 122px;
    max-width: 340px;
    font-size: 14px;
    line-height: 1.9;
}

.formats > div:first-child div div img {
    margin-right: 15px;
}

.formats > div:first-child div div div:first-child {
    margin-bottom: 45px;
}

.formats > div:first-child div div span {
    font-family: 'Geologica-Medium';
    text-transform: uppercase;
}

.formats > div:first-child > div > div:first-child {
    margin-right: 45px;
}

.formats > .formats-second {
    max-width: 51%;
    padding-top: 25px;
}

.formats > .formats-second div h2 {
    background-color: #7C2629;
    font-size: 16px;
    padding: 24px 44px 18px;
    font-family: 'Geologica-Medium';
    color: #FFFFFF;
}

.formats > .formats-second div p {
    font-size: 14px;
    color: #333333;
    padding: 32px 99px 48px 48px;
    line-height: 1.95;
}

.formats .dashed {
    margin-bottom: 13px;
}

.sliderok1 {
    margin-bottom: 100px;
}

.sliderok2 {
    margin-bottom: 130px;
}

.this {
    align-items: flex-start;
    margin: 115px 0 80px;
    justify-content: space-between;
}

.this div:first-child {
    max-width: 450px;
    margin-right: 10px;
}

.this div h2 {
    margin-bottom: 41px;
}

.this div p {
    font-size: 16px;
    line-height: 1.95;
}

.this > div:last-child {
    width: 53.75%;
    position: relative;
    line-height: 0;
}

.this iframe {
    width: 100%;
}

.this div:last-child:after {
    content: '';
    position: absolute;
    top: -34px;
    left: 34px;
    right: -34px;
    bottom: 34px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #7C2629;
}

@media (max-width: 1100px) {
    .this div:last-child:after {
        top: -14px;
        left: 14px;
        right: -14px;
        bottom: 14px;
    }
}

footer {
    padding: 64px 0 14px;
}

footer .flex-row {
    align-items: flex-start;
    margin-bottom: 10px;
}

footer .contacts_footer_main {
    width: 41.7%;
}

footer .footer-contacts {
    max-width: 500px;
    margin-right: 10px;
}

footer .footer-contacts > div:first-child {
    margin-bottom: 58px;
}

@media (max-width: 991px) {
    footer .footer-contacts > div:first-child {
        flex-direction: column !important;
    }
}

footer .footer-contacts > div:first-child p {
    margin-right: 38px;
    margin-bottom: 0;
    font-size: 18px;
    font-family: 'Geologica-Medium';
    text-transform: uppercase;
}

footer .footer-contacts > div:last-child {
    align-items: flex-start;
    justify-content: space-between;
}

@media (max-width: 991px) {
    footer .footer-contacts > div:last-child {
        flex-direction: column !important;
    }

    footer .footer-contacts > div:last-child div:first-child {
        margin-bottom: 28px;
    }
}

footer .footer-contacts > div:last-child > div:first-child > div:first-child {
    margin-bottom: 28px;
    margin-right: 10px;
}

footer .footer-contacts > div:last-child > div:first-child > div > img {
    margin-right: 20px;
}

footer .footer-contacts > div:last-child > div:first-child > div > span {
    font-size: 14px;
    color: #ffffff;
}

footer .footer-contacts > div:last-child > div:first-child > div:last-child > a {
    font-family: Geologica-Medium;
}

footer .footer-contacts > div:last-child > div:last-child {
    align-items: flex-start;
}

footer .footer-contacts > div:last-child > div:last-child > img {
    margin-right: 20px;
}

footer .footer-contacts > div:last-child > div:last-child > p {
    font-size: 14px;
    color: #ffffff;
    max-width: 244px;
    line-height: 1.3;
}

footer .footer-contacts > div:last-child > div:first-child > div:first-child > a {
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
}

footer .footer-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 10px;
}

footer .footer-left > div {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

footer .footer-left > div > a {
    font-size: 14px;
    font-family: 'Geologica-Regular';
    color: #ffffff;
    text-decoration: none;
    padding: 7px 0;
}

footer .footer-left > a > img {
    margin-bottom: 8px;
}

footer .menu .h4-new-footer {
    font-size: 18px;
    font-family: 'Geologica-Medium';
    margin-bottom: 32px;
}

footer .menu {
    margin: 0;
}

footer .menu:last-child {
    width: 28.3%;
}

footer .menu .flex-row {
    justify-content: space-between;
}

@media (max-width: 991px) {
    footer .menu .flex-row {
        flex-direction: column !important;
    }

    footer .footer-left {
        margin-left: 0px;
    }
}

footer .super-footer {
    align-items: flex-end;
    border-top: 1px solid #70707033;
}

footer .super-footer p {
    margin: 0;
    padding: 30px 0 0;
    font-size: 12px;
}

footer hr {
    margin: 0;
    padding: 0;
    color: #707070;
    opacity: 0.33;
}

footer .footer-section-mobile {
    display: none;
}

.advantages {
    align-items: flex-start;
    margin-bottom: 70px;
    display: flex;
}

.advantages h2 {
    line-height: 1.4;
}

.advantages .dashed {
    margin-bottom: 14px;
}

.advantages > div:last-child {
    width: 652px;
    margin-top: -21px;
}

.advantages > div:last-child .flex-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.advantages > div:last-child .flex-row:first-child {
    margin-bottom: 9px;
}

.advantages > div:last-child .flex-row:first-child div:nth-child(even) {
    margin: 0 10px;
}

.advantages > div:last-child .flex-row:last-child div:nth-child(even) {
    margin: 0 10px;
}

.advantages > div:last-child .flex-row:last-child div:last-child svg {
    margin-top: -1px;
    margin-bottom: 30px;
}

.advantages .advantages-card {
    max-width: 158px;
}

.advantages .advantages-card svg {
    margin-bottom: 23px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 64px;
    max-height: 64px;
}

.advantages .advantages-card p {
    text-align: center;
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 1.3;
}

.breadcrumb_combined::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(32, 36, 45, .63);
}

.breadcrumb_combined a, .breadcrumb_combined h2 {
    color: #fff;
    position: relative;
}

.breadcrumb_combined a {
    font-size: 12px;
    margin-bottom: 64px;
    line-height: 1;
    text-decoration: none;
    position: relative;
    padding-left: 25px;
}

.combined-top .flex {
    display: flex;
    gap: 90px;
    margin-top: 55px;
}

.combined-top .flex img {
    width: 585px;
    max-width: 100%;
    display: block;
    object-fit: cover;
}

.combined-top .right p {
    font-size: 14px;
    text-align: justify;
}

.combined-road-list {
    margin-top: 75px;
}

.combined-road-item {
    display: flex;
    justify-content: space-between;
    gap: 100px;
    margin-bottom: 65px;
}

.combined-road-item .right {
    position: relative;
}

.combined-road-item .right p {
    font-size: 14px;
    font-family: MullerBlack;
    color: #fff;
    background: #7C2629;
    display: inline-block;
    margin: 0;
    padding: 13px 40px;
    position: absolute;
    left: -46px;
    top: 30px;
    text-transform: uppercase;
}

.combined-logo-slider {
    padding: 0 100px;
    margin-bottom: 105px;
}

.combined-logo-item div {
    width: 125px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.combined-logo-item div img {
    max-width: 90%;
    max-height: 100%;
    display: block;
}

.combined-road-item:nth-child(even) .right p {
    left: inherit;
    right: -46px;
}

.combined-logo-slider .slick-arrow {
    display: block;
    cursor: pointer;
    width: 36px;
    height: 36px;
    border: 1px solid #7C2629;
    background: #7C2629;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    transition: 0.4s;
    z-index: 999;
    left: 0;
    font-size: 0;
}

.combined-logo-slider .slick-arrow:hover {
    background: transparent;
}

.combined-logo-slider .slick-arrow.slick-next {
    left: inherit;
    right: 0;
}

.combined-logo h2 {
    font-family: 'Geologica-Black';
    font-size: 30px;
    text-transform: uppercase;
    width: 60%;
    display: block;
    line-height: 1;
    margin-bottom: 75px;
}

.combined-logo-slider .slick-arrow::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: 0.4s;
}

.combined-logo-slider .slick-arrow:hover::before {
    border-right: 1px solid #7C2629;
    border-top: 1px solid #7C2629;
}

.combined-logo-slider .slick-arrow.slick-prev::before {
    transform: translate(-50%, -50%) rotate(-135deg);
    left: 55%;
}

.combined-road-item .right img {
    width: 533px;
    height: 495px;
    display: block;
    object-fit: cover;
}

.combined-road-item .left > p {
    font-family: 'Geologica-Black';
    font-size: 30px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 55px;
}

.combined-road-item .left > p span {
    display: block;
}

.combined-road-item .left {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.combined-road-item .left .table {
    display: flex;
    justify-content: space-between;
    flex: 1;
    border-top: 1px solid #000;
}

.combined-road-item .left .table > div {
    width: 50%;
}

.combined-road-item .left .table > div:first-child {
    border-right: 1px solid #000;
}

.combined-road-item .left .table > div div {
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
}

.combined-road-item .left .table > div .table-header {
    border-bottom: 1px solid #000;
    padding: 11px;
    margin-bottom: 11px;
}

.combined-road-item:nth-child(even) {
    flex-direction: row-reverse;
}

.combined-top .right b {
    font-family: 'Geologica-Black';
    font-size: 30px;
    text-transform: uppercase;
    width: 60%;
    text-align: left;
    display: block;
    line-height: 1;
    margin-bottom: 25px;
}

.breadcrumb_combined a p {
    margin: 0;
}

.breadcrumb_combined a::before {
    content: '';
    position: absolute;
    left: 0px;
    top: -3px;
    width: 20px;
    height: 20px;
    background: url(/bitrix/templates/kit39/images/audits/left-ar.svg) no-repeat center;
}

.breadcrumb_combined {
    position: relative;
    background: url(/bitrix/templates/kit39/images/combined-page.jpg);
    background-size: cover;
}

.sea-transportation-page .breadcrumb_combined {
    background: url(/services/sea-transportation/2342343.png);
    background-size: cover;
}

.sea-transportation-top {
    margin-top: 100px;
}

.sea-transportation-top .flex {
    display: flex;
    gap: 60px;
}

.sea-transportation-top .flex img {
    width: 620px;
    max-width: 100%;
    display: block;
    object-fit: cover;
}

footer .nav a:hover {
    background: none;
}

.sea-transportation-top .flex .right b {
    font-family: 'Geologica-Black';
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1.1;
    margin-bottom: 40px;
    display: block;
}

.sea-transportation-top .flex .right p {
    margin: 0;
    font-size: 14px;
}

.sea-transportation-second .flex {
    margin-top: 85px;
    font-size: 14px;
    display: flex;
    gap: 90px;
}

.sea-transportation-second .flex .left {
    width: 620px;
    max-width: 100%;
    line-height: 1.9;
}

.sea-transportation-second .right-imgs {
    display: flex;
    gap: 24px;
}

.sea-transportation-second .right-imgs img {
    width: 285px;
    max-width: 100%;
    display: block;
}

.sea-transportation-top .flex .right .data-scroll-btn {
    display: inline-flex;
    background: #7C2629;
    color: #fff;
    text-decoration: none;
    font-family: Geologica-Medium;
    padding: 4px 4px 0 4px;
    font-size: 15px;
    text-transform: uppercase;
    align-items: center;
    justify-content: center;
    width: 215px;
    height: 46px;
    transition: .4s;
    margin-top: 55px;
}

.sea-transportation-top .flex .right .data-scroll-btn:hover {
    background: #000;
    cursor: pointer;
}

.advantages span {
    font-family: 'Geologica-Medium';
}

.sea-transportation-third .flex {
    display: flex;
    gap: 35px;
    margin-top: 120px;
}

.sea-transportation-third .flex .left b {
    font-family: 'Geologica-Black';
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1.1;
    margin-bottom: 40px;
    display: block;
    width: 390px;
    max-width: 100%;
}

.sea-transportation-third .flex .right {
    font-size: 14px;
    line-height: 1.9;
}

.sea-transportation-third .flex .right .icons {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.sea-transportation-third .flex .right .icons > div {
    width: 22.5%;
    text-align: center;
}

.sea-transportation-fourth .flex {
    margin-top: 100px;
    font-size: 14px;
    display: flex;
    gap: 35px;
}

.sea-transportation-fourth .flex .left b {
    font-family: 'Geologica-Black';
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1.1;
    margin-bottom: 40px;
    display: block;
    width: 390px;
    max-width: 100%;
}

.sea-transportation-fourth .flex .right .nums {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 13%;
}

.sea-transportation-fourth .flex .right .nums > div {
    display: flex;
    align-items: center;
    gap: 18px;
    width: 43%;
}

.sea-transportation-fourth .flex .right .nums > div span {
    color: #7C2629;
    font-family: 'Geologica-Black';
    text-transform: uppercase;
    font-size: 30px;
}

.sea-transportation-fourth .flex .right .nums > div p {
    font-size: 13px;
    line-height: 1.5;
    margin: 0;
}

.sea-transportation-fourth .flex .right .nums > div b {
    font-family: Geologica-Medium;
}

.new-flex-modal-title-block1 {
    display: flex;
    gap: 45px;
    color: #fff;
    margin-bottom: 75px;
}

.sea-transportation-page .new-flex-modal-title-block1 .new-flex-modal-title {
    max-width: 420px;
}

.sea-transportation-page .want-form .form-biocard .new-flex-modal-container .form__form-block.form-block {
    width: 290px;
    margin-left: 0;
}

.sea-transportation-page .want-form .new-flex-modal-container {
    gap: 30px;
    align-items: flex-start;
}

.sea-transportation-page .want-form .form-biocard .form__form-block.form-block-submit {
    width: auto;
    margin: 0px 0 0 auto;
    flex-direction: column-reverse;
}

.workarea .bx-content-section .sea-transportation-page .want-form {
    margin: 100px 0 -5px;
    background: #7C2629;
    padding: 70px 0;
}

.sea-transportation-third .flex .right .icons .img {
    display: flex;
    justify-content: center;
    width: 180px;
    height: 60px;
}

.sea-transportation-third .flex .right .icons p {
    margin-top: 23px;
    font-size: 13px;
}

.sea-transportation-third .flex .right .icons .img img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

@media (max-width: 767px) {
    .advantages {
        /**/
        align-items: flex-start;
        margin-bottom: 70px;
        flex-direction: column !important;
    }

    .advantages h2 {
        line-height: 1.4;
    }

    .advantages .dashed {
        margin-bottom: 14px;
    }

    .advantages > div:last-child {
        /**/
        width: 100%;
        margin-top: 0px;
        flex-direction: column;
    }

    .advantages > div:last-child .flex-row {
        /**/
        flex-direction: column !important;
        align-items: center;
    }

    .advantages > div:last-child .flex-row:first-child {
        margin-top: 40px;
        margin-bottom: 0px;
    }

    .advantages > div:last-child .flex-row:first-child div:nth-child(even) {
        margin-bottom: 40px;
    }

    .advantages > div:last-child .flex-row:first-child div:nth-child(even) img {
        margin-bottom: 30px;
    }

    .advantages > div:last-child .flex-row:first-child div:last-child img {
        margin-top: 15px;
        margin-bottom: 40px;
    }

    .advantages > div:last-child .flex-row:first-child div:last-child p {
        margin-bottom: 0px;
    }

    .advantages > div:last-child .flex-row:last-child div:nth-child(even) {
        margin-bottom: 40px;
    }

    .advantages > div:last-child .flex-row:last-child div:nth-child(even) img {
        margin-top: 6px;
        margin-bottom: 33px;
    }

    .advantages > div:last-child .flex-row:last-child div:last-child img {
        margin-top: -1px;
        margin-bottom: 30px;
    }

    .advantages .advantages-card {
        max-width: 158px;
        margin-bottom: 40px;
    }

    .advantages .advantages-card img {
        margin-bottom: 23px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .search-bar {
        display: block;
    }

    .advantages .advantages-card p {
        text-align: center;
        margin-bottom: 0;
        font-size: 14px;
        line-height: 1.3;
    }

    header .container > div:first-child {
        margin-bottom: 20px;
    }

    .advantages span {
        font-family: 'Geologica-Medium';
    }
}

.bar {
    padding: 82px 0 58px;
    margin-bottom: 190px;
    background-image: url('/services/bar.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.bar h2 {
    text-align: center;
    color: #ffffff;
    font-size: 30px;
    font-family: 'Geologica-Black';
}

.bar button {
    display: block;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Geologica-Medium';
    padding: 16px 36px;
    position: relative;
    background-color: #7C2629;
    border: none;
    margin: 0 auto;
    bottom: -84px;
}

.this-mobile {
    display: none;
}

.menu-mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #030303f1;
    z-index: 10;
    display: none;
    overflow: auto;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

.menu-mobile-main {
    position: absolute;
    padding: 22px 30px 0px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.menu-mobile-main .mobile-logo {
    display: flex;
    width: 100%;
}

.menu-mobile-main .socnets {
    margin-bottom: 100px;
}

.menu-mobile-main .close {
    opacity: 1;
}

.hr-link-header .uppercase {
    position: relative;
}

.hr-link-header .uppercase::before {
    content: attr(data-count);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 5px 3px;
    position: absolute;
    top: -13px;
    right: -20px;
    font-size: 12px;
    line-height: 1;
    background-color: #7d272a;
    color: #ffffff;
    border-radius: 9px;
    width: auto;
    height: 18px;
}

@media (max-width: 767px) {
    .container {
        padding-right: 30px;
        padding-left: 30px;
    }

    header .bx-logo-block img {
        width: 136px;
        height: 37px;
    }

    header .container > div:last-child {
        display: none;
    }

    .bx-newsdetail-content iframe {
        width: 100%;
    }

    .muller-red-14 {
        color: #000;
    }

    .search-bar > div:last-child {
        display: none;
    }

    .bx-header-logo {
        padding-left: 0;
    }

    .search-bar {
        width: 100%;
        z-index: 1;
        position: relative;
    }

    .search-bar > div {
        width: 100%;
    }

    .bx-header {
        padding: 22px 0 12px;
        position: relative;
    }

    .bx-header-section:first-child {
        margin-bottom: 0;
    }

    .mobile-nav-bar {
        position: fixed;
        display: block;
        bottom: 0;
        z-index: 10;
        background-color: #ffffff;
        width: 100%;
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
    }

    .mobile-nav-bar .container {
        display: flex;
        justify-content: space-between;
    }

    .mobile-nav-bar .container div {
        padding-top: 16px;
        padding-bottom: 20px;
    }

    .mobile-nav-bar .container a:first-child div {
        padding-top: 12px;
        padding-bottom: 24px;
    }

    .mobile-nav-bar .container a:nth-child(2) div {
        padding-top: 13px;
        padding-bottom: 23px;
    }

    .mobile-nav-bar .container div {
        padding-top: 16px;
        padding-bottom: 20px;
    }

    .mobile-nav-bar .profile-mobile,
    .mobile-nav-bar .menu-mobile-button {
        width: 100%;
        display: flex;
        justify-content: center;
        cursor: pointer;
    }

    .profile-mobile.has-indicator {
        position: relative;
    }

    .profile-mobile.has-indicator::before {
        content: attr(data-count);
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 5px 5px 3px;
        position: absolute;
        top: 6px;
        right: 19px;
        font-size: 12px;
        line-height: 1;
        background-color: #7d272a;
        color: #ffffff;
        border-radius: 9px;
        width: auto;
        height: 18px;
    }

    .mobile-nav-bar a {
        display: block;
        width: 100%;
        border-right: 1px solid #707070;
    }

    .dashed {
        margin-bottom: 12px;
        font-size: 15px;
    }

    .logistic {
        display: none;
    }

    .logistic-mobile {
        display: block;
    }

    .logistic-mobile h2 {
        margin-bottom: 34px;
    }

    .logistic-mobile p {
        margin-bottom: 82px;
        line-height: 1.7;
    }

    .logistic-mobile > .flex-row {
        margin-bottom: 36px;
    }

    .termo {
        display: none;
    }

    .termo-mobile {
        display: block;
        margin: 0px 0 55px;
    }

    .termo-mobile .dashed {
        display: block;
        margin-bottom: 17px;
    }

    .termo-mobile .slick-slide img {
        margin: 0 auto;
    }

    .termo-mobile .slick-slide p {
        text-align: center;
        font-size: 16px;
        font-family: 'Geologica-Medium';
        color: #262626;
    }

    .termo-mobile a {
        margin: 0 auto;
    }

    .termo-mobile a button {
        background-color: #262626;
        color: #ffffff;
        border: none;
        padding: 18px 0 13px;
        width: 100%;
        margin-top: -3px;
    }

    .termo-mobile .termo-slider {
        margin-top: 30px;
    }

    .termo-mobile .termo-main {
        position: relative;
    }

    .termo-mobile .termo-nav-left,
    .termo-mobile .termo-nav-right {
        position: absolute;
        width: 59px;
        height: 59px;
        border-radius: 50%;
        background-color: #262626;
        top: 20%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 3;
    }

    .termo-mobile .termo-nav-left {
        left: -10px;
    }

    .termo-mobile .termo-nav-right {
        right: -10px;
    }

    .language {
        margin-top: -10px;
        font-family: 'Geologica-Medium';
        font-size: 16px;
    }

    h2, .h2 {
        line-height: 1.3;
    }

    .termo-mobile h2, .h2 {
        margin-bottom: 33px;
    }

    .termo-mobile p {
        line-height: 1.7;
    }

    .online {
        padding: 190px 0 76px;
        font-size: 16px;
        color: #FFFFFF;
        background-repeat: no-repeat;
        background-size: cover;
        margin-bottom: 80px;
        text-align: center;
    }

    .online .container {
        position: relative;
    }

    .online p {
        font-size: 16px;
        line-height: 1.6;
    }

    .online .container > div {
        max-width: 440px;
    }

    .online img {
        max-width: 335px;
        position: absolute;
        right: 3%;
        top: -387px;
        width: 86vw;
        height: auto;
    }

    .online h2 {
        color: #FFFFFF;
        margin-bottom: 14px;
        font-size: 25px;
        font-family: 'Geologica-Black';
    }

    .online button {
        background-color: #FFFFFF;
        color: #7C2629;
        font-family: 'Geologica-Medium';
        font-size: 16px;
        padding: 14px 42px 10px;
        margin-top: 14px;
        border: 1px solid #ffffff;
        transition: .5s;
        width: 100%;
    }

    .formats {
        margin: 75px 0 0px;
        flex-direction: column !important;
    }

    .formats > div:first-child {
        max-width: 100%;
    }

    .formats .dashed {
        margin-bottom: 17px;
    }

    .formats > div:first-child > h2 {
        margin-bottom: 28px;
        max-width: 100%;
        line-height: 1.3;
    }

    .formats > .col > .flex-row {
        flex-direction: column !important;
        display: none;
    }

    .formats .formats-mobile {
        display: block !important;
    }

    .formats > .col > .flex-row > div > div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .formats > div:first-child div div span {
        font-family: 'Geologica-Medium';
        text-transform: uppercase;
    }

    .formats > div:first-child > p:last-child {
        margin-top: 42px;
        max-width: 100%;
        line-height: 1.6;
        font-size: 16px;
    }

    .formats > div:first-child > div > div:first-child {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .formats > div:first-child div div img {
        margin-right: 0;
    }

    .formats > div:first-child div div div:first-child {
        margin-bottom: 19px;
    }

    .formats > div:first-child div div span {
        margin-top: 10px;
    }

    .formats > div:last-child {
        max-width: 100%;
        width: 100%;
        padding-top: 47px;
    }

    /*.formats > div:last-child div h2 {*/
    /*    background-color: #ffffff;*/
    /*    border: 1px solid #7C2629;*/
    /*    font-size: 15px;*/
    /*    padding: 20px 19px 19px;*/
    /*    font-family: 'Geologica-Medium';*/
    /*    color: #7C2629;*/
    /*    text-align: center;*/
    /*    margin-bottom: 30px;*/
    /*    margin-right: -4px;*/
    /*    margin-left: -4px;*/
    /*    transition: .5s;*/
    /*    display: flex;*/
    /*    justify-content: space-between;*/
    /*    align-items: center;*/
    /*}*/
    /*.formats > div:last-child div h2 .formats-close {*/
    /*    display: none;*/
    /*}*/
    /*.formats > div:last-child div h2 svg {*/
    /*    margin-left: 21px;*/
    /*}*/
    /*.formats > div:last-child div p {*/
    /*    font-size: 16px;*/
    /*    color: #333333;*/
    /*    line-height: 1.7;*/
    /*    margin-bottom: 38px;*/
    /*    display: none;*/
    /*}*/
    .formats .formats-second {
        display: none;
    }

    .formats .formats-mobile-second {
        display: block;
    }

    .formats .formats-mobile-second > div {
        width: 100%;
    }

    .this-mobile {
        align-items: flex-start;
        margin: 79px 0 87px;
        justify-content: space-between;
        flex-direction: column !important;
    }

    .this > div:last-child {
        width: 100%;
        position: relative;
        line-height: 0;
        order: -1;
    }

    .this-mobile {
        display: block;
    }

    .this {
        display: none;
    }

    .this-mobile > div > div {
        margin: 56px auto 51px;
        position: relative;
        width: 100%;
        height: 175px;
    }

    .this-mobile iframe {
        width: 100%;
    }

    .this-mobile p {
        line-height: 1.7;
    }

    .this-mobile > div > div:after {
        content: '';
        position: absolute;
        top: -18px;
        left: 18px;
        width: 100%;
        height: 100%;
        z-index: -1;
        background-color: #7C2629;
    }

    .bx-footer-section {
        display: none;
    }

    footer .footer-section-mobile {
        display: block;
    }

    footer .footer-section-mobile .footer-contacts-mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 46px;
    }

    footer .footer-section-mobile .footer-contacts-mobile > a {
        display: block;
        color: #ffffff;
        text-decoration: none;
    }

    footer .footer-section-mobile .footer-contacts-mobile > .phone {
        font-size: 25px;
        font-family: futurabookc;
        margin-bottom: 13px;
    }

    footer .footer-section-mobile .footer-contacts-mobile > .mail {
        font-size: 18px;
        font-family: futurabookc;
        margin-bottom: 36px;
        font-weight: 400;
    }

    footer .footer-section-mobile .footer-contacts-mobile .bx-socialsidebar-group-nedefault {
        line-height: 0;
    }

    footer .footer-section-mobile .footer-contacts-mobile > p {
        margin: 56px 0;
        text-align: center;
        /* font-family: MullerLight; */
        font-size: 14px;
    }

    footer .footer-section-mobile .footer-contacts-mobile .links {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    footer .footer-section-mobile .footer-contacts-mobile .links img {
        height: 46px;
    }

    footer .footer-section-mobile .footer-contacts-mobile .links a {
        text-decoration: none;
    }

    footer .footer-section-mobile .footer-mobile-menu1 {
        display: flex;
        flex-direction: column;
    }

    footer .footer-section-mobile .footer-mobile-menu1 nav {
        margin-bottom: 46px;
    }

    footer .footer-section-mobile .footer-mobile-menu1 > div {
        display: none;
    }

    footer .footer-section-mobile .footer-mobile-menu2 {
        display: flex;
        flex-direction: column;
    }

    footer .footer-section-mobile .footer-mobile-menu2 > div {
        display: none;
    }

    footer .footer-section-mobile .new-footer-h4 {
        font-family: 'Geologica-Medium';
        font-size: 16px;
        margin-bottom: 23px;
        border: 2px solid #ffffff;
        padding: 16px 25px 15px;
        line-height: 1.3;
        display: flex !important;
    }

    footer .footer-section-mobile .new-footer-h4 .open {
        display: block;
    }

    footer .footer-section-mobile .new-footer-h4 .close {
        display: none;
    }

    footer .footer-section-mobile nav {
        padding: 0 26px;
    }

    footer {
        padding: 44px 0 95px;
    }

    footer .flex-row {
        margin-bottom: 0;
    }

    footer .super-footer {
        border-top: none;
        margin-top: 45px;
    }

    footer .super-footer p {
        margin: 0;
        padding: 0;
        font-size: 14px;
        /* font-family: MullerLight; */
    }

    footer .footer-section-mobile .footer-mobile-menu2 .footer-left-mobile a {
        text-decoration: none;
        color: #ffffff;
        padding: 0 26px;
    }

    footer .footer-section-mobile .footer-mobile-menu2 .footer-left-mobile a:first-child {
        margin-bottom: 20px;
        margin-top: 10px;
    }

    footer .footer-section-mobile .footer-mobile-menu2 .footer-left-mobile {
        display: flex;
        flex-direction: column;
    }

    footer .nav a {
        padding: 11px 0;
        font-size: 16px;
    }

    .search-bar .hr-link-header {
        display: none;
    }

    .search-bar .courier-link-header {
        display: none;
    }
}

@media (max-width: 380px) {
    .this-mobile > div > div:after {
        top: -8px;
        left: 8px;
    }

    footer .footer-section-mobile .footer-contacts-mobile .links img {
        height: 35px;
    }
}

/* hr page */
.hr-mission {
    margin-top: 140px;
    margin-bottom: 180px;
}

.hr-mission > div:first-child {
    display: flex;
    justify-content: space-between;
}

.hr-mission > div:first-child > div:first-child {
    margin-right: 75px;
    max-width: 685px;
    width: 100%;
}

.hr-mission > div:first-child > div:first-child iframe {
    width: 100%;
}

.hr-mission > div:first-child > div:last-child {
    margin-top: 42px;
    width: 50%;
}

.hr-mission > div:first-child > div:last-child .dashed {
    margin-bottom: 7px;
}

.hr-mission > div:first-child > div:last-child h2 {
    margin-bottom: 24px;
}

.hr-mission > div:first-child > div:last-child span {
    line-height: 1.95;
    font-size: 16px;
    display: block;
    margin-right: 75px;
}

.hr-mission > div:last-child {
    display: flex;
    justify-content: space-between;
    margin-top: 92px;
}

.hr-mission > div:last-child > div > span:first-child {
    font-size: 40px;
    /*color: #B11C1C;*/
    color: #7C2629;
    font-family: 'Geologica-Black';
    display: block;
    line-height: 1.3;
    margin-right: 53px;
}

.hr-mission > div:last-child > div > span:last-child {
    font-size: 16px;
}

.hr-mission > div:last-child > div {
    display: flex;
    width: 50%;
}

.hr-career {
    display: flex;
    flex-direction: row;
    margin-bottom: 200px;
    margin-top: 120px;
    justify-content: space-between;
}

.hr-career > div:first-child {
    max-width: 570px;
}

.hr-career > div span {
    font-size: 16px;
    display: block;
    max-width: 475px;
}

.hr-career > div > span {
    margin-bottom: 30px;
}

.hr-career .career-list div {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.hr-career .career-list img {
    margin-right: 38px;
}

.hr-career > img {
    max-width: 569px;
    width: 50%;
    height: 100%;
    margin-left: 30px;
    margin-top: 40px;
}

.hr-career .career-list > div {
    margin-bottom: 25px;
}

.contacts-main {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 120px;
    align-items: flex-end;
}

.contacts-main h1 {
    font-size: 30px;
    font-family: 'Geologica-Black';
    margin-bottom: 50px;
}

.contacts-main h2 {
    font-size: 20px;
    font-family: 'Geologica-Black';
    margin-top: 42px;
    margin-bottom: 20px;
}

.contacts-main .contacts a {
    text-decoration: none;
    font-family: Geologica-Medium;
    font-size: 14px;
    color: #000000;
}

.contacts-main address {
    max-width: 240px;
    font-size: 14px;
    display: inline-block;
}

.contacts-main .address {
    display: flex;
    align-items: flex-start;
}

.contacts-main .worktime {
    display: flex;
    align-items: flex-start;
}

.contacts-main .worktime p {
    margin: 0;
}

.contacts-main .worktime div:last-child {
    margin-left: 20px;
}

.contacts-main .worktime div p {
    font-size: 14px;
}

.contacts-main .worktime div:last-child p {
    font-family: Geologica-Medium;
}

.contacts-main #map {
    width: 61%;
}

.contacts-main img {
    margin-right: 25px;
}

.fixed-form__show-button {
    color: #ffffff;
    font-size: 12px;
    font-family: 'Geologica-Medium';
    position: fixed;
    width: 66px;
    height: 66px;
    background-image: url(/bitrix/templates/kit39/images/envelope.svg);
    right: 0;
    top: 49px;
    display: flex;
    align-items: center;
    border: none;
    z-index: 99999;
}

@media (max-width: 767px) {
    .fixed-form__show-button {
        display: none;
    }
}

.fixed-form__form-main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(37, 43, 51, 0.8);
    z-index: 10;
    display: none;
    overflow: auto;
    z-index: 999999;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

.fixed-form__form-main > div {
    /* position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -100%);
      padding: 30px 50px 60px 50px;
      box-sizing: border-box; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -100%);
    padding: 70px 80px 60px 50px;
    box-sizing: border-box;
}

.fixed-form__form-main .close {
    opacity: 1;
}

.fixed-form__form-main .close:before {
    content: '';
    display: block;
    width: 31px;
    height: 31px;
    position: absolute;
    top: 2px;
    right: -70px;
    background: url(/bitrix/templates/kit39/images/close.svg) no-repeat center;
    transition: .5s;
    cursor: pointer;
}

.header__hr-background {
    position: absolute;
    display: block;
    background: #7C2629 url(/bitrix/templates/kit39/images/pattern.png);
    top: 0;
    right: 0;
    height: 862px;
    z-index: -1;
    width: calc(((100vw - 1232px) / 2) + 172px);
}

.form-control:focus {
    box-shadow: 0 0 0 0.2rem rgb(0 0 0 / 0%);
    background-color: #F8F6F6;
}

.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active {
    background-color: #7c2629db !important;
}

.btn-primary:focus {
    color: #fff;
    background-color: #7C2629;
    border-color: transparent;
    box-shadow: 0 0 0 0.2rem rgb(0 0 0 / 0);
}

@media (max-width: 1400px) {
    .header__hr-background {
        width: calc(((100vw - 1140px) / 2) + 172px);
    }

    .news-list.news-main .news-list-item .card-body-first .card-title {
        width: 100%;
    }

    .termo .flex-row.space-between:nth-child(2) > p {
        width: 47%;
    }

    @media (max-width: 1200px) {
        .header__hr-background {
            width: calc(((100vw - 973px) / 2) + 172px);
        }
    }

    @media (max-width: 767px) {
        .header__hr-background {
            display: none;
        }
    }

    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
        box-shadow: none;
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active {
        border-color: inherit;
        background-color: inherit;
        color: inherit;
    }

    .search-page {
        width: 1180px;
        margin: 0 auto;
    }

    @media (max-width: 480px) {
        .search-page {
            width: 80%;
            margin: 0 auto;
        }

        .mob_none {
            display: none;
        }

        .div-flex {
            flex-direction: column;
        }

        .newsdetail-biocard img {
            height: auto;
            width: 100% !important;
        }

        .other-news-strateg {
            flex-direction: column;
        }

        .search-page > form {
            display: none;
        }

        .other-news-strateg > div {
            margin-right: 0 !important;
            margin: 0;
        }

        .other-news-strateg img {
            height: auto;
            width: 100%;
        }

        .mega-super-news.news-detail .news-detail-body .news-detail-img {
            max-height: auto;
            max-width: 100%;
            float: none;
            margin-right: 0;
            margin-bottom: 40px !important;
        }

        .breadcrumb__cust h2 {
            color: #ffffff !important;
        }

        .breadcrumb__cust {
            margin-top: 0 !important;
        }

        .flex-row {
            flex-wrap: wrap;
        }

        .want-form h2 {
            max-width: 100%;
        }

        .news-list .news-list-item:nth-child(1) .card-title a,
        .news-list .news-list-item:nth-child(5) .card-title a,
        .news-list .news-list-item:nth-child(7) .card-title a {
            color: #000000;
        }

        .news-list .news-list-item:nth-child(1) .card,
        .news-list .news-list-item:nth-child(5) .card,
        .news-list .news-list-item:nth-child(7) .card {
            color: #000000;
        }

        .news-detail-body-second > div:nth-child(1) {
            display: none;
        }

        .news-detail-body-second .fix__bg-img:after, .news-detail-body-second .fix__bg-img:before {
            right: 8% !important;
        }

        .want-form form .form-input-button {
            flex-wrap: wrap;
        }

        .want-form form .checkbox > div:last-child {
            font-size: 13px;
        }

        #search .input-group.flex-row {
            flex-wrap: nowrap;
        }

        .fixed-form__form-main > div.want-form {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            padding: 70px 80px 60px 50px;
            box-sizing: border-box;
            margin: 0;
        }

        .fixed-form__form-main > div.want-form .close {
            font-size: calc(1.275rem + 0.3vw);
            font-weight: 700;
            line-height: 1;
            color: #000;
            text-shadow: 0 1px 0 #fff;
            opacity: .5;
            position: absolute;
            top: 30px;
            right: 98px;
        }

        .fixed-form__form-main > div.want-form form .checkbox > div:last-child {
            max-width: 71%;
            margin-left: 6px;
            font-size: 14px;
        }

        .thermalsensors_three_block {
            flex-wrap: wrap !important;
        }

        .thermalsensors_three_block > div {
            width: 100% !important;
            margin-bottom: 30px;
        }

        .bx-content-section .img_term img {
            width: 100%
        }

        .news-list.banner-puzzle .card .card-body > .more, .news-list.banner-puzzle .card .card-body > .less {
            text-align: center !important;
            padding: 0;
        }
    }

    .search-page > form {
        display: flex;
    }

    .zag {
        /* font-size: 20px;
        font-family: 'Geologica-Black';
      margin-top: 30px;
      margin-bottom: 20px;
      font-weight:normal; */
        font-weight: bold;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    p.flex {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    p.flex > span {
        margin-right: 20px;
    }

    .catalog-section-description ul li {
        position: relative;
        margin-bottom: 10px;
        padding-left: 50px;
    }

    .catalog-section-description ul {
        list-style: none;
        margin-left: 0;
        padding-left: 0;
    }

    .catalog-section-description ul li::marker {
        display: none;
    }

    .sea-transportation-top .flex img, .sea-transportation-second .flex .left {
        width: 490px;
    }

    .sea-transportation-second .right-imgs img {
        width: 265px;
    }

    .sea-transportation-page .want-form .form-biocard .new-flex-modal-container .form__form-block.form-block {
        width: 255px;
    }

    .catalog-section-description ul li::before {
        content: '';
        position: absolute;
        left: 0;
        top: 13px;
        background: #7C2629;
        width: 25px;
        height: 1px;
    }
}

@media (max-width: 1200px) {
    .combined-road-item .right img {
        width: 413px;
        height: 415px;
    }

    .combined-road-item {
        gap: 80px;
    }

    .combined-road-item .left > p, .combined-logo h2 {
        font-size: 25px;
    }

    .combined-top .right b {
        width: 100%;
        font-size: 25px;
    }

    .combined-top .flex img {
        width: 435px;
    }
}


@media (max-width: 993px) {
    .combined-top .flex {
        gap: 40px;
        margin-top: 35px;
        flex-direction: column;
    }

    .combined-top .flex img {
        width: 100%;
    }

    .combined-road-item .right {
        display: none;
    }

    .combined-road-item .left {
        align-items: flex-start;
    }

    .mob-temp {
        font-size: 14px;
        font-family: MullerBlack;
        color: #fff;
        background: #7C2629;
        display: inline-block;
        padding: 13px 40px;
        position: relative;
        margin-bottom: 45px;
        text-transform: uppercase;
    }

    .combined-road-list {
        margin-top: 45px;
    }

    .combined-road-item .left > p {
        margin-bottom: 30px;
    }

    .breadcrumb_combined a {
        margin-bottom: 54px;
    }

    .breadcrumb_combined .inner__bread {
        padding: 37px 0;
        padding-right: 30px;
        padding-left: 30px;
    }

    .sea-transportation-top .flex, .sea-transportation-third .flex, .sea-transportation-fourth .flex {
        gap: 40px;
        flex-direction: column;
    }

    .sea-transportation-page .want-form .new-flex-modal-container {
        flex-direction: column;
    }

    .sea-transportation-page .want-form .form-biocard .new-flex-modal-container .form__form-block.form-block {
        width: 100%;
    }

    .new-flex-modal-title-block1 {
        flex-direction: column;
        gap: 25px;
        margin-bottom: 15px;
    }

    .sea-transportation-page .want-form .form-biocard .form__form-block.form-block-submit {
        margin: 20px 0 0 0;
        flex-direction: column-reverse;
    }

    .sea-transportation-top .flex img, .sea-transportation-second .flex .left {
        width: 100%;
    }

    .sea-transportation-second .flex {
        flex-direction: column-reverse;
        gap: 40px;
        margin-top: 60px;
    }

    .sea-transportation-third .flex, .sea-transportation-fourth .flex {
        margin-top: 60px;
    }

    .sea-transportation-third .flex .left b, .sea-transportation-fourth .flex .left b {
        margin-bottom: 0;
    }

    .combined-logo-item div {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .combined-logo-item div img {
        max-width: 100%;
    }

    .sea-transportation-top .flex .right .data-scroll-btn {
        width: 100%;
        margin-top: 35px;
    }

    .sea-transportation-second .right-imgs img {
        width: 48%;
    }

    .sea-transportation-third .flex .left b, .sea-transportation-top .flex .right b, .sea-transportation-fourth .flex .left b {
        font-size: 25px;
    }

    .sea-transportation-third .flex .right .icons {
        flex-wrap: wrap;
    }

    .sea-transportation-third .flex .right .icons .img {
        margin: 0 auto;
    }

    .sea-transportation-third .flex .right .icons > div {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }

    .sea-transportation-third .flex .right .icons > div:last-child {
        margin-bottom: 0;
    }

    .sea-transportation-fourth .flex .right .nums > div {
        width: 100%;
    }

    .sea-transportation-page .want-form .form-biocard .form__form-block.form-block-submit {
        width: 100%;
    }

    .sea-transportation-page .want-form .new-flex-modal-container {
        flex-direction: column;
        gap: 10px;
    }

    .want-form .form-biocard .form__form-block.form-block-submit input[type="submit"] {
        margin-top: 0;
    }

    .sea-transportation-page .new-flex-modal-title-block1 .new-flex-modal-title {
        max-width: 100%;
        margin-bottom: 0px;
    }

    .workarea .bx-content-section .sea-transportation-page .want-form {
        margin: 70px 0 -5px;
    }

    .sea-transportation-second .right-imgs {
        gap: 0;
        justify-content: space-between;
    }

    .sea-transportation-top {
        margin-top: 35px;
    }

    .sea-transportation-top .flex .right p, .sea-transportation-second .flex .left {
        text-align: justify;
    }

    .sea-transportation-top .flex .right b {
        text-align: left;
    }

    .combined-logo h2 {
        width: 100%;
    }
}

.inner__bread a .uppercase {

    /*
    width: 17%;
    */
    flex-grow: 1;

    padding-bottom: 5px;
    overflow: hidden;

    transition: .5s;
    transition-delay: .1s;
    position: relative;
    /*border: 2px solid transparent;*/
}

.inner__bread a .uppercase:hover {
    cursor: pointer;
    color: #ffffff !important;
    /*border: 2px solid #303030;*/
}

.inner__bread a .uppercase::after {
    content: '';
    width: 150px;
    height: 1px;
    position: absolute;
    background: #ffffff;
    transition: .5s;
    Bottom: 0;
    Left: -150px;
}


.inner__bread a:hover .uppercase::after {
    Left: 0px;
}

/** Question */

.accordion-container-title {
    font-size: 20px;
    font-family: Geologica-Medium;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    display: flex;
    gap: 40px;
    align-items: center;
    padding: 26px 90px 26px 0;
}

.accordion-container-block {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-top: -1px;
}

.accordion-container-content {
    color: #000000;
    display: none;
    padding: 0px 0px 30px 0px;
}

.accordion-container-title::before {
    content: '';
    background: url(/services/internationallogistics/plus.svg);
    width: 11px;
    height: 10px;
    position: absolute;
    top: 37.5px;
    right: 30.5px;
    transition: .3s;
    background-size: 100% 100%;
}

.accordion-container-title.opened::before {
    transform: rotate(45deg);
}

.questions-block {
    margin-bottom: 130px;
}

.questions-block .flex {
    display: flex;
    justify-content: space-between;
}

.accordion-container {
    width: 60%;
}

.btn-story {
    display: none;
}

button#story_54 {
    display: block !important;
}

button#story_51 {
    display: block !important;
}

@media screen and (max-width: 767px) {
    .questions-block .flex {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .accordion-container {
        width: 100%;
    }

    .accordion-container-content {
        color: #000000;
        display: none;
        padding: 0px 0px 30px 0px !important;
    }
}

.number-contur {
    color: transparent;
    -webkit-text-stroke: 1.5px #7C2629;
    font-size: 45px;
    font-family: 'Geologica-Black' !important;
}

.numbers-items {
    width: 100%;
    margin-top: 30px;
}

.numbers-flex {
    display: flex;
    justify-content: start;
}

.text-numbers {
    text-align: start !important;
    font-size: 16px;
    line-height: 23px;
}

.breadcrumb_combined h1 {
    color: #fff !important;
    position: relative;
    font-size: 30px;
}

.first-clinical h1, .news-list h1, .uslugi-boxes h1 {
    position: relative;
    font-size: 30px;
    font-family: 'Geologica-Black';
}

.breadcrumb_news h1 {
    position: relative;
    font-size: 30px;
    font-family: 'Geologica-Black';
    margin-left: 15px;
}

.breadcrumb__cust h1, .slihead h1, .breadcrumb__cust h1 {
    color: #fff !important;
    position: relative;
    font-size: 30px;
    font-family: 'Geologica-Black';
}


/**Banner SERVICE*/


.grid-item:first-child .grid-item-title {
    font-size: 17px;
    line-height: 22px;
    color: #fff;
    max-width: 279.4px;
}

.item-title-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

img.image-icon {
    max-width: 35px;
}

.title-box .title {
    color: #fff;
    font-size: 25px;
    line-height: 31px;
    font-family: 'Geologica-Bold';
    text-transform: uppercase;
}

.title-box .sub-title {
    color: #fff;
    font-size: 16px;
    line-height: 23px;
}

.title-box {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    /* max-width: 1057px; */
    align-items: center;
    background: #7C2629;
    padding: 50px 20px 50px 50px;
}

.icon-item {
    /* display: flex; */
    text-align: start;
}

.icons-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 30px 50px;
    gap: 50px;
    background: #fff;
}

.hidden-block {
    max-width: 1057px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    visibility: hidden;
    position: absolute;
    left: 7%;
    z-index: 2000;
    top: -50px;
    opacity: 0;
    transition: 0.4s;
}

.hidden-block.visible {
    visibility: visible;
    opacity: 1;
    transition: 0.4s;
}

.uslugi-boxes {
    position: relative;
    margin-bottom: 100px;
}


.close-btn {
    position: absolute;
    top: 0px;
    right: -20px;
    width: 17px;
    height: 17px;
    cursor: pointer;
    z-index: 10000;
    background: transparent;
    border: none;
}

.close-btn::before,
.close-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
    background: #ffffff;
}

.close-btn::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.close-btn::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.icon-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 235px;
}

.grid-items {
    display: grid;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;

    gap: 20px;
    margin-top: 40px;
}

.item-long {
    height: 100%;
    grid-row-start: 2;
    grid-column-start: 3;
    grid-row-end: 4;
    grid-column-end: 3;
    display: flex;
    justify-content: flex-start;
    align-items: end;
    cursor: pointer;
    padding: 50px 30px;
}

.grid-item {
    background-size: cover;
    height: 225px;
    display: flex;
    justify-content: flex-start;
    align-items: end;
    cursor: pointer;
    padding: 50px 30px;
}

.grid-item-title {
    font-size: 17px;
    line-height: 22px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Geologica-Bold';
}

.certains.overlay-active {
    opacity: 1;
    transition: 0.4s;
    display: block;
}

.certains {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.4s;
}

.certains.active {
    display: block !important;
    opacity: 1 !important;
}

.hidden-block-content.overlay-active {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.close-btn {
    position: absolute;
    top: 0px;
    right: -20px;
    cursor: pointer;
    z-index: 1002;
}

.hidden-block {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s, visibility 0.3s;
    /* Другие стили */
}


.hidden-block.active,
.certains.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.close-btn {
    /* Стили для кнопки закрытия */
    cursor: pointer;
    z-index: 1000;
}

.container.uslugi-boxes {
    margin-top: 100px;
}

@media screen and (max-width: 767px) {
    .container.uslugi-boxes {
        margin-top: 60px;
    }

    .grid-items {
        display: flex !important;
        flex-direction: column;
    }

    .item-long {
        height: 155px !important;
    }

    .icons-items {
        display: flex !important;
        flex-wrap: wrap;
        justify-content: center;
        padding: 30px 15px !important;
        gap: 50px;
        background: #fff;
    }

    .title-box {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 20px !important;
        padding: 15px !important;
    }

    .hidden-block {

        left: 0 !important;
        top: 0px !important;

    }

    .close-btn {
        position: absolute;
        top: -20px !important;
        right: 20px !important;
        cursor: pointer;
        z-index: 1002;
    }

    .service_con .news-list-item:nth-child(13) .card-img-top, .service_con .news-list-item:nth-child(3) .card-img-top {
        height: 100%;
    }
}

.title-box .sub-title {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.link-title {
    color: #7C2629;
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    font-family: 'Geologica-Medium';
    align-self: end;
    flex-direction: row;
    margin-top: -40px;
    margin-right: 20px;
}

.icon-content {
    display: flex;
    flex-direction: column;
}

.service_con .news-list-item:nth-child(13) .card, .service_con .news-list-item:nth-child(3) .card {
    padding: 0px !important;
}

.service_con .news-list-item .card-img-top {
    width: 100% !important;
    margin: 0px !important;
    max-height: 311px;
    max-width: 290px;
    height: 311px;
    object-fit: cover;
    position: absolute;
}


.link-termo {
    font-size: 17px;
    line-height: 22px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Geologica-Regular';
    background-color: #7C2629;
    color: #ffffff;
    padding: 14px 50px 10px;
    border: 1px solid #7C2629;
    transition: .5s;
}

.link-termo:hover {
    background-color: #fff !important;
    color: #7C2629 !important;
    transition: .5s;
}

.flex-link-term {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 70px 0px -20px 0px;
}

.service_con .news-list .col .row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 25px 15px;
}

.service_con .news-list .col .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.bx-nav-1-lvl > a[href="/sales/"] .bx-nav-1-lvl-link-text {
    color: #812c2f;
}

.service_con .news-list .news-list-item {
    margin-bottom: 0px !important;
}

.service_con .news-list .card {
    height: 311px;
    max-height: 311px;
    padding: 0 !important;
    width: 100%;
    max-width: 290px;
}

@media screen and (max-width: 1180px) {
    .service_con .news-list .col .row {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 25px 15px;
    }
}

@media screen and (max-width: 767px) {
    .service_con .news-list .col .row {
        display: flex !important;
        flex-direction: column;
        gap: 10px;
    }

    .service_con .news-list .col .row > * {
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .service_con .news-list .news-list-item {
        margin-bottom: 0px !important;
    }

    .service_con .news-list .card {
        height: 100%;
        width: 100%;
        max-width: 100% !important;
    }

    .service_con .news-list-item .card-img-top {
        width: 100% !important;
        margin: 0px !important;
        max-height: 100% !important;
        max-width: 100% !important;
    }

    /*.news-list .news-list-item:nth-child(1) .card-title a {*/
    /*    color: #FFFFFF !important;*/
    /*}*/
}

@media screen and (max-width: 500px) {
    .service_con .news-list .card-title, .news-list .card-title a {

        font-size: 13px !important;
    }

}

.bread-margin {
    margin-bottom: 50px;
}

.breadcrumb_combined h1 {
    font-size: 30px;
    font-family: 'Geologica-Black';
}


.mega-super-news .breadcrumb__cust p {
    margin-bottom: 0px;
}

.bx-nav-1-lvl-link-text {
    font-size: 13px;
}

@media screen and (max-width: 1240px) {
    .bx-nav-1-lvl-link-text {
        font-size: 11px;
    }
}

@media screen and (max-width: 1400px) {
    .bx-nav-1-lvl-link-text {
        font-size: 12px;
    }

    .bx-header-phone-number .phone {
        font-size: 15px;
    }
}

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

}

@media screen and (min-width: 1200px) {
    .bx-nav-list-1-lvl .bx-nav-1-lvl:not(:first-child) {
        margin-left: 0;
        display: flex;
    }

}