@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --color-blue: #0f4c82;
    --color-light-blue: #0f4c82;
    --color-dark-blue: #06122d;

    --color-grey: #e5e7f2;
    --color-dark-grey: #494949;
    --color-light-grey: #f5f5f5;
    --color-text-grey: #adaeb0;

    --color-white-blue: #eff0f5;
    --color-white-blue--hover: #d9dffb;
    --NoElectricBlue: #0077FF;
    /*ярко-голубой*/
    --MaybeBlack: #181D23;
    /*основной цвет текста*/
    --DynastyPaleGrey: #232A32;
    /*чуть светлее черного*/
    --SaintGrey: #EEEEEE;
    /*серый*/
    --ThisIsGrey: #52565B;
    /*темно-серый*/
    --SuperWhite: #FFFFFF;
    /*белый*/
    --BigTextOnWhite: #F9F9F9;
    /*светло-светло-серый почти белый*/
    --MissPale: #878787;
    /*серый*/
    --MrGrey: #F5F5F5;
    /*светло-серый*/
}

.gx-classic {
    --bs-gutter-x: 30px;
}

html,
body {
    font-family: "Montserrat", sans-serif;
    color: #3a3a3a;
    font-size: 14px
}

p:not([class]) {
    margin-bottom: 1rem;
}

input {
    font-family: "Montserrat", sans-serif;
    font-size: inherit;
    color: #292929;
}

input::-webkit-input-placeholder {
    color: #858585;
}

input:-ms-input-placeholder {
    color: #858585;
}

input::-ms-input-placeholder {
    color: #858585;
}

input::placeholder {
    color: #858585;
}

a {
    text-decoration: none;
    transition: all 0.2s ease-in;
}

.btn,
.btn-round {
    height: 40px;
    display: inline-block;
    padding: 8px 31px;
    border-color: rgba(86, 119, 252, 1);
    border-radius: 2em;
    font-weight: 500;
    margin: 0;
    font-size: 12px;
    color: #fff;
    background-color: var(--color-blue);
    border: none;
    font-family: "Montserrat", sans-serif;
    cursor: pointer;
    outline: 0 !important;
    border-color 0.2s ease-in-out;
    border-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
        border-color 0.2s ease-in-out;
}

.btn:hover,
.btn-round:hover {
    background-color: var(--color-light-blue);
}

.btn-round--small {
    padding: 4px 31px;
    line-height: 21px;
    border-radius: 2em;
    border: 2px solid transparent;
}

.btn-round--large {
    padding: 11px 47px;
    font-size: 14px;
    border-radius: 2em;
}

.btn-flat {
    display: inline-block;
    font-weight: 500;
    background: var(--color-light-blue);
    /* font-size: 11px; */
    height: 50px;
    /* line-height: 50px; */
    /* text-transform: uppercase; */
    position: relative;
    padding: 13px 31px;
    margin: 0;
    color: #fff;
    text-decoration: none;
}

.btn-flat:hover {
    background: var(--color-blue);
    text-decoration: none;
    color: #fff;
}

.btn-flat--grey {
    height: auto;
    padding: 5px 15px;
    background: var(--color-light-grey);
    color: var(--color-dark-blue);
}

.btn-flat--round {
    border-radius: 60px;
}

.btn-flat--white {
    height: auto;
    color: #104D82;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    background: #fff;
    padding: 9px 31px;
}

.btn-simple {
    display: inline-block;
    padding: 0 !important;
    color: var(--color-light-blue);
    background-color: transparent;
    border: 0;
    vertical-align: middle;
    border-radius: 0;
    cursor: pointer;
    outline: 0 !important;
    font-family: "Montserrat", sans-serif;
    position: relative;
}

.btn-simple:after,
.btn-simple:before {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    color: var(--color-light-blue);
    border-bottom: 2px solid #97a8fd;
    transform-origin: left;
    transform: scale(0, 1);
    opacity: 0;
    content: "";
}

.btn-simple:after {
    transform-origin: left;
    transform: scale(0, 1);
    opacity: 0;
}

.btn-simple:before {
    transform-origin: right;
    transform: scale(1, 1);
    opacity: 1;
}

.btn-simple:hover:before {
    transform: scale(0, 1);
    opacity: 0;
    transition: opacity 0.2s ease-in-out 0.2s, transform 0.2s ease-in-out;
}

.btn-simple:hover:after {
    transform: scale(1, 1);
    opacity: 1;
    transition: transform 0.2s ease-in-out 0.25s;
}

.link-iconed i {
    vertical-align: middle;
    color: inherit;
    font-size: 15px;
    padding-left: 5px;
    position: relative;
    top: -1px;
}

.btn-down {
    --size: 24px;
    width: var(--size);
    height: var(--size);
    display: block;
    background: #EFF5FF;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    line-height: calc(var(--size) + 2px);
    -webkit-transition: color 0.2s ease-in;
    -moz-transition: color 0.2s ease-in;
    transition: color 0.2s ease-in;
}

.btn-down svg {
    -webkit-transition: color 0.2s ease-in;
    -moz-transition: color 0.2s ease-in;
    transition: color 0.2s ease-in;
    fill: #325ECD;
}

.btn-down:hover {
    background: #0F4C82;
}

.btn-down:hover svg {
    fill: #fff;
}

.bg-grey-light {
    background: var(--color-light-grey);
}

.cross-icon {
    width: 19px;
    height: 19px;
    position: absolute;
    right: 15px;
    top: 13px;
    cursor: pointer;
}

.cross-icon span {
    width: 20px;
    height: 1px;
    display: block;
    margin: 0 0 5px;
    transform: rotate(45deg);
    position: relative;
    top: 8px;
    background: var(--color-text-grey);
}

.cross-icon span:nth-child(2) {
    transform: rotate(-45deg);
    top: 2px;
}

.hide-show {
    background: var(--color-light-grey);
    border-radius: 0;
    padding: 0.9rem 0 0;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.hide-show-btn {
    width: 100%;
    display: inline-block;
    font-weight: 600;
    font-size: 1.0625rem;
    line-height: 1.05;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
    padding-bottom: 0.9rem;
    cursor: pointer;
}

.hide-show > * {
    padding-left: 2.8rem !important;
    padding-right: 2rem;
}

.hide-show .fa-angle-up {
    position: absolute;
    top: 1rem;
    left: 1rem;
    font-size: 22px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.hide-show.hidden .fa-angle-up {
    transform: scale(-1);
}

.hide-show .hide-show-block {
    max-height: 1900px;
    margin-top: 0;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    opacity: 1;
}

.hide-show-block__inner {
    padding-top: 1.35rem;
    margin-bottom: 0.9rem;
}

.hide-show.hidden .hide-show-block {
    max-height: 0;
    position: relative;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 0;
    border-width: 0;
    opacity: 0;
}

.nav-tabs:before,
.nav-tabs:after {
    clear: both;
    content: " ";
    display: table;
}

.nav-tabs .nav-link {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 0 5px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #000;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link.active {
    color: var(--color-light-blue);
}

.nav-tabs .tabs-line {
    width: 0;
    height: 2px;
    margin: 0;
    float: left;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--color-light-blue);
    transition: width 0.4s ease 0s, left 0.4s ease 0s;
}

.nav-tabs .nav-link:after {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -1px;
    transition: border 0.3s, ease-in;
    content: "";
}

.header__fixed {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 99;
    transform: translateY(-100%);
    transition: all 0.2s ease-in;
    background: #fff;
    padding: 5px 0;
    display: none
}

.header__fixed.scrolled {
    transform: translateY(0%);
}

.header__fixed .bx-nav-1-lvl:not(:last-child) {
    margin-right: 15px;
}

.header__fixed .menu-line a {}

.search-page {}

.search-page input[type=text] {
    width: calc(100% - 130px);
    height: 52px;
    border-width: 1px;
    border-style: solid;
    border-color: #e5e7f2;
    box-sizing: border-box;
    padding: 0 21px;
}

.search-page input[type=submit] {
    width: 125px;
    text-align: center;
    height: 52px;
}

.section--nopad {
    padding-top: 0;
    padding-bottom: 0;
}

.sidebar__title {
    width: 100%;
    padding-bottom: 7px;
    border-bottom: 1px solid var(--color-grey);
    margin-bottom: 21px;
}

.sidebar__title > *:after,
.section__title:after {
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    left: 0;
    bottom: -11px;
    background: var(--color-blue);
    content: "";
}

.scene {
    position: relative;
    padding-top: 75px;
}

.scene__pier {
    width: 33%;
    height: 93px;
    margin-left: 16%;
    background: url(images/top__pier.png) no-repeat bottom right;
    background-size: 100%;
    position: relative;
}

.scene__pier:before,
.scene__pier:after {
    height: 4%;
    width: 50vw;
    display: block;
    position: absolute;
    right: 100%;
    bottom: 0;
    background: url(images/top__wave.png) repeat-x center;
    background-size: auto 100%;
    z-index: 15;
    content: "";
}

.scene__pier:after {
    left: 100%;
    right: 0;
    margin-left: -1px;
}

.scene__ship {
    width: 100%;
    height: 161px;
    background: url(images/top__ship.png) no-repeat bottom left;
    background-size: 100%;
    position: absolute;
    left: 100%;
    bottom: 1px;
    transform: scale(-1, 1);
    z-index: 10;
}

.section-slider {
    background: #fff;
    padding-top: 15px;
    padding-bottom: 0;
}

.section-promo {
    position: relative;
    background: var(--color-dark-blue);
}

.section-promo__bg {
    position: relative;
    z-index: 10;
}

.section-promo__bg video {
    display: block;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.section-promo__bg video:not(.section-promo__placeholder) {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 50;
}

.section-promo__video--active {
    visibility: visible !important;
    opacity: 1 !important;
}

#ship_between.ship_between--active {
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 15;
}

.section-promo__video#ship_placeholder:not(.section-promo__video--active) {
    opacity: 0;
}

.section-promo__content {
    padding: 16px 20px 0;
    position: relative;
    /*position: absolute;
      top:    0;
      left:   0;
      right:  0;
      bottom: 0;
      z-index: 15;*/
}

.inner-section__sidebar {
    padding-top: 36px;
}

.promo__content-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}

.section-btn__list {}

.section-btn {
    position: relative;
    padding: 15px 20px 15px 70px;
    margin: 0 0 15px;
    background: rgba(255, 255, 255, 0.09);
}

.section-btn:after {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    border-bottom: 2px solid #125398;
    transform-origin: 100% 50%;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
    opacity: 0;
    -webkit-transition: transform 0.2s, opacity 0s 0.2s;
    -moz-transition: transform 0.2s, opacity 0s 0.2s;
    transition: transform 0.2s, opacity 0s 0.2s;
    content: "";
}

.section-btn:hover:after {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: all 0s 0.2s;
    -moz-transition: all 0s 0.2s;
    transition: all 0s 0.2s;
    opacity: 1;
}

.section-btn__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 15;
}

.section-btn__icon {
    width: 37px;
    height: 36px;
    display: block;
    position: absolute;
    left: 20px;
    top: 20px;
}

.section-btn__icon img {
    width: 100%;
}

.section-btn__title {
    color: #fff;
    margin: 0;
    position: relative;
}

.section-btn__text {
    color: #a7a6a6;
    font-size: 12px;
    line-height: 1.5em;
}

.section-services {
    position: relative;
    /*background: #f0f0f0*/
}

.row--map .section-services__bg {
    position: relative;
    z-index: 5;
}


.svg-map__office-img .slick-slide {
    margin: 0 5px;
}

.svg-map__office-img .slick-list {
    margin: 0 -5px;
}

.section-services__bg img {
    display: block;
    position: relative;
}

.section-services__bg svg {
    width: 100%;
    height: auto;
    display: block;
    overflow: visible;
}

.section-services__bg .img-wrapper {
    width: calc(var(--width-container) * 1.43);
    position: relative;
}

.section-services__bg .img-wrapper:before,
.section-services__bg .img-wrapper:after {
    height: 30%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 15;
    background: rgba(255, 255, 255, 1);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.71) 62%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
    content: '';
}

.section-services__bg .img-wrapper:after {
    height: 46%;
    top: auto;
    bottom: 0;
    transform: scale(-1);
}

.svg-map-adress__list {
    overflow: hidden;
    margin-top: 53px;
}

.svg-map-adress {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in;
}

.svg-map-adress--active {
    visibility: visible;
    opacity: 1;
}

.svg-map-adress__info {
    font-weight: 700;
    text-align: left;
    padding: 15px 25px 10px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.97);
    z-index: 999;
}

.svg-map-adress__info .h4,
.svg-map-adress__info h4 {
    margin-bottom: 15px;
    font-weight: 700;
}

.map-marker {
    position: relative;
    cursor: pointer;
    display: none;
    transform-box: fill-box;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.map-marker:hover {}

.map-marker__city-name {
    transform-box: fill-box;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    transform: scale(1.3);
}

.map-marker__city-name:hover {
    transform: scale(1.6);
}

.circle-marker {
    fill: #ffc24b;
}

.map-marker__icon {}

.map-marker:hover .map-marker__icon {}

.city__list {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
}

.city {
    position: absolute;
    z-index: 99;
}

.city__marker {
    width: 17px;
    height: 25px;
    background: url(images/marker.svg) no-repeat 0;
    background-size: cover;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.city__marker--active,
.city__marker:hover {
    filter: invert(9999) hue-rotate(122deg);
}

.city__marker--small {
    width: 14px;
    height: 21px;
}

.city__marker--bigger {
    width: 19px;
    height: 29px;
}

.city__marker--biggest {
    width: 23px;
    height: 34px;
}

.city__title {
    position: absolute;
    bottom: 90%;
    left: 137%;
    color: #00597a;
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight: 500;
    white-space: nowrap;
    cursor: pointer;
}

.city__title--with-bg {
    padding: 1px 5px 3px;
    background: rgba(255, 255, 255, 0.76);
    border-radius: 5px;
}

.city__title--white {
    color: #fff;
}

.city__title--bottom {
    bottom: -27%;
    left: 116%;
}

.city__title--left {
    left: auto;
    right: 120%;
    bottom: auto;
    top: calc(-94% + 13px);
}

.city__title--left-bottom {
    bottom: 26%;
    left: auto;
    right: 115%;
}

.city--huston {
    bottom: 58%;
    top: 54.6%;
    left: 22.1%;
}

.city--kaliningrad {
    top: 41.3%;
    left: 53.4%;
}

.city--vladivostok {
    top: 48.1%;
    left: 83.3%;
}

.city--vladivostok .city__title {
    left: auto;
    right: 134%;
    top: 47%;
}

.city--murmansk {
    top: 29.4%;
    left: 56.7%;
}

.city--murmansk .city__title {
    left: auto;
    right: 85%;
}

.city--novoros {
    top: 48.2%;
    left: 59%;
}

.city--novoros .city__title {
    bottom: -84%;
    left: 76%;
}

.city--spb {
    top: 37.4%;
    left: 56%;
}

.city--petrozavodsk {
    top: 35.4%;
    left: 57.4%;
}

.city--taman {
    top: 47.7%;
    left: 58%;
}

.city--stambul {
    top: 49.5%;
    left: 55.3%;
}

.city--rostov-na-donu {
    top: 45.8%;
    left: 58.5%;
}

.city--astrahan {
    top: 47.1%;
    left: 60.8%;
}

.city--astrahan .city__title {
    bottom: 44%;
}

.city--holmsk {
    top: 46.2%;
    left: 86%;
}

.city--arkhangelsk {
    top: 34.4%;
    left: 59.2%;
}

.city--arkhangelsk .city__title {
    bottom: 33%;
    left: 137%;
}

.map-legend {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    z-index: 20;
    left: 36px;
    top: 18rem;
}

.map-legend__color {
    flex: 0 0 auto;
}

.map-legend__color div {
    width: 21px;
    height: 21px;
    display: block;
    background: #007094;
    border-radius: 50%;
    border: 2px solid #007094;
    box-sizing: border-box;
}

.map-legend__text {
    flex: 0 0 auto;
    padding-left: 10px;
    color: #032037;
}

/*затемнение при раскрытии меню 2 уровня*/
.overlay-menu {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(60, 75, 97, 0.2); /*цвет затемнения*/
  z-index: 1040;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.overlay-menu.active {
  opacity: 1;
  visibility: visible;
}
/**/

@media (min-width: 1200px) {
    .section-services__bg svg {
        width: 100%;
        margin-left: 28px;
    }

    .svg-map-adress__list {
        width: 41%;
        position: absolute;
        top: 300px;
        left: 20px;
        margin: 0;
        overflow: visible;
        z-index: 99;
    }

    .svg-map-adress {
        bottom: auto;
    }
}

@media (max-width: 1199px) {
    .map-legend,
    .section-services__bg .img-wrapper {
        display: none;
    }

    .svg-map-adress__list {
        height: auto;
        margin-top: 30px;
    }

    .svg-map-adress {
        max-height: 2.8rem;
        position: relative;
        visibility: visible;
        overflow: hidden;
        opacity: 1;
        margin: 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .svg-map-adress--active {
        max-height: 80vh;
    }

    .svg-map-adress__info {
        padding: 0;
        border-radius: 0;
    }

    .svg-map-adress__info .h4 {
        background: #0d1736;
        color: #fff;
        font-size: 1.1rem;
        padding: 0.7rem 3rem 0.6rem;
        font-weight: 400;
        margin: 0;
    }

    .svg-map-adress__info .h4 span {
        display: none;
    }

    .svg-map-adress__info .h4:before {
        width: 13px;
        height: 19px;
        display: block;
        background: url(images/marker.svg) no-repeat 0;
        background-size: cover;
        filter: brightness(600%);
        position: absolute;
        left: 1.4rem;
        top: 0.7rem;
        content: '';
    }

    .svg-map-adress__info .h4:after {
        width: 7px;
        height: 7px;
        display: block;
        position: absolute;
        transform: rotate(135deg);
        border: 1px solid #fff;
        border-width: 1px 1px 0 0;
        right: 1.8rem;
        top: 1.15rem;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        content: '';
    }

    .svg-map-adress--active .h4:after {
        transform: rotate(-45deg);
        top: 1.45rem;
    }

    .svg-map-adress__text {
        width: calc(100% - 0px);
        padding: 0.7rem 1.25rem 0.6rem;
        font-size: 0.9rem;
        letter-spacing: -0.025rem;
        line-height: 1.2;
        font-weight: 400;
        /* margin-left: auto; */
        /* margin-right: auto; */
        border: 1px solid #ced1d6;
    }

    .svg-map-adress__text p {
        margin-bottom: 0.75rem;
    }

    .svg-map-adress__text a {
        font-weight: 600;
    }

}

.form__title {
    margin-bottom: 0;
}

.form__sub-title {
    margin-bottom: 20px;
}

.form__wrapper input[type="text"],
.form__wrapper input[type="number"],
.form__wrapper input[type="date"],
.form__wrapper input[type="email"],
.form__wrapper input[type="phone"],
.form__wrapper input[type="password"],
.form__wrapper select,
.form__wrapper textarea {
    width: 100%;
    margin: 0 0 15px;
    padding: 9px 18px;
    font-family: inherit;
    font-size: 14px;
    line-height: 21px;
    font-weight: inherit;
    color: #787878;
    border: 1px solid #e5e7f2;
    border-radius: 0;
    outline: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
}

.form__wrapper select {
    cursor: pointer;
}

.form__line {
    margin-bottom: 15px;
}

.form__label {
    color: #343434;
    font-size: 12px;
    font-weight: 500;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-top: 4px 9px;
    margin-left: -20px;
}

.radio label,
.checkbox label {
    display: inline-block;
    max-width: 100%;
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

.form__wrapper table {}

.form__wrapper table td {
    vertical-align: top;
    border: 0;
    padding: 3px 10px 0 0;
    line-height: 1.2;
}

.form__wrapper table input {
    margin: 0 0 8px;
    padding: 5px 11px !important;
}

.form__wrapper input[name="captcha_word"] {
    width: 180px;
}

.popup-window {
    font: inherit;
}

.popup-window-titlebar-text,
.popup-window-titlebar-text-version {
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.footer-contacts a {
    color: inherit;
}

.js-open-version {
    cursor: pointer;
    margin-left: 15px;
    text-transform: uppercase;
}

.js-open-version:hover {
    color: var(--color-light-blue);
}

.rss-btn {
    margin: 10px 0;
}

.rss-btn img {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -3px;
    padding-left: 7px;
}

.up-btn {
    width: 42px;
    height: 42px;
    display: block;
    color: #fff;
    position: fixed;
    right: 30px;
    bottom: 107px;
    text-align: center;
    background: var(--color-blue);
    line-height: 42px;
    font-size: 9px;
    border-radius: 50%;
    z-index: 9999;
}

/*новые стили от 01.06.2025*/
.logo__company-name {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.03em;
    color: #181D23;
}

.menu__link-top {
    text-transform: none !important;
    list-style-type: none;
    gap: 30px;
    font-size: 16px;
    line-height: 19.5px;
    font-weight: 600;
}

.top-menu__phone {
    font-size: 13px;
    font-weight: 600;
    line-height: 15.85px;
    color: var(--MaybeBlack);
}

.top-menu__email {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    color: var(--MaybeBlack);
}

.top-menu__email img {
    filter: grayscale(100%) brightness(0%);
}

/*раскрывающееся меню 2 уровня в фиксированной позиции*/
#header-fixed-content__right .custom-dropdown-style {
    height: auto !important;
    top: 7px !important;
    background-color: #EEEEEE !important;
    border-top: 1px solid #878787 !important;
}

#header-fixed-content__right .custom-dropdown-style::before {
    background: none !important;
}

#header-fixed-content__right .custom-dropdown-style .dropdown-btn:hover,
#header-fixed-content__right .custom-dropdown-style .bx-nav-2-lvl:hover {
    background-color: #ffffff !important;
}
    
#header-fixed-content__right .bx-nav-list-2-lvl {
    flex-wrap: wrap !important;
}
    
#header-fixed-content__right .custom-dropdown-style .bx-nav-2-lvl {
    display: flex !important;
    flex: 1 1 220px !important;
    height: 124px;
}

.bx-section-desc h2 {
    font-weight: inherit;
    font-size: inherit;
    margin: 0;
}

@media only screen and (max-width: 1681px) {
    .section-services__bg img {
        max-width: 100%;
    }
}

@media only screen and (min-width: 1681px) and (max-width: 1920px) {
    .section-btn__title {
        font-size: 17px;
    }
}

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

    .section-promo__content,
    .section-promo__bg {
        width: 100%;
    }

    .section-btn {
        padding-top: 13px;
        padding-bottom: 13px;
    }

    .section-btn__title {
        font-size: 15px;
    }

    .section-promo__content {
        padding: 15px 25px 0 25px;
    }

    .section-btn__list {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        display: flex;
        flex-wrap: wrap;
        margin-top: calc(var(--bs-gutter-y) * -1);
        justify-content: space-between !important;
    }

    .section-btn {
        flex: 0 0 auto;
        width: 19%;
        padding: 9px 14px 10px 50px;
    }

    .section-btn__icon {
        width: 30px;
        height: 30px;
        left: 9px;
        top: 13px;
    }
}

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

    .header__mini-cart {
        width: 12.333333%;
    }

    .lang-switcher__wrapper {
        text-align: center;
    }

    #header-fixed-content__left {
        width: 21%;
    }
}

@media only screen and (max-width: 1199px) {
    .menu-line__link {
        text-transform: none;
        margin-left: 0;
    }

    .menu-icon {
        display: inline-block;
        vertical-align: middle;
    }

    .menu-icon span {
        width: 18px;
        height: 3px;
        display: block;
        margin-bottom: 3px;
        background: var(--color-dark-grey);
        position: relative;
        top: 0;
        opacity: 1;
        -webkit-transition: all 0.4s ease-in;
        -moz-transition: all 0.4s ease-in;
        transition: all 0.4s ease-in;
    }

    .menu-icon span:last-child {
        margin-bottom: 0;
    }

    .menu-open .menu-icon span:nth-child(1) {
        top: 5px;
        transform: rotate(-45deg);
    }

    .menu-open .menu-icon span:nth-child(2) {
        opacity: 0;
    }

    .menu-open .menu-icon span:nth-child(3) {
        top: -5px;
        transform: rotate(45deg);
    }

    .section-services__bg img {
        max-width: 100%;
        height: auto;
    }

    .table__wrapper {
        overflow-x: auto
    }
    
    .logo img {
        width: 61px !important;
        height: 33px !important;
    }
    
    .logo__company-name {
        font-size: 12px;
        line-height: 14px;
    }
    
    .menu__link-top .menu-line__link,
    .menu__link-top .menu-line__link--selected {
        font-size: 13px !important;
    }
    
    .top-menu__phone img {
        width: 9px !important;
        height: 9px !important;
    }
    
    .top-menu__phone {
        margin-bottom: 2.5px !important;
        font-size: 9px !important;
    }
    
    .top-menu__email img {
        width: 10px !important;
        height: 8.5px !important;
    }
    
    .top-menu__email {
        font-size: 8px !important;
        line-height: 10px !important;
    }
    
    #lang-switcher {
        font-size: 9px !important;
    }
    
    .menu-main .nav-item {
        font-size: 11px !important;
    }
}

@media only screen and (max-width: 991px) {
    .menu__link-top .menu-line__link,
    .menu__link-top .menu-line__link--selected {
        font-size: 10px !important;
    }
    
    .menu-main .nav-item {
        font-size: 9px !important;
    }
    .menu--top-left {
        gap: 20px !important;
    }
    .top-menu__contacts {
        margin-right: 12px !important;
    }
}

@media only screen and (max-width: 767px) {
    .section-promo__content {
        padding: 15px 20px;
    }
    
    .logo img {
        width: 50%;
    }
    
    .logo__company-name {
        font-size: 8px;
        line-height: 10px;
    }
    
    .menu__link-top .menu-line__link,
    .menu__link-top .menu-line__link--selected {
        font-size: 8px !important;
    }
    
    .menu__link-top .menu-line {
        gap: 8px !important;
    }
    
    .menu--top-right {
        flex-direction: column !important;
        justify-content: flex-end !important;
        align-items: flex-end !important;
    }
    
    .top-menu__contacts {
        margin-right: 0 !important;
        margin-bottom: 5px;
    }
    
    .top-menu__phone {
        margin-left: auto;
        font-size: 8px !important;
        line-height: 10px;
    }
    
    .menu-main {
        gap: 10px !important;
    }
    
    .menu-main .nav-item {
        font-size: 8px !important;
    }
    
    .menu-main .nav-item--mobile {
        font-size: 14px !important;
    }
    
    .dropdown-toggle object {
        width: 8px !important;
        height: 8px !important;
    }
    
    .bx-searchtitle .bx-input-group .bx-form-control {
        height: 20px;
        padding-left: 10px;
        font-size: 8px;
        line-height: 10px;
    }
    
    .bx-searchtitle .bx-input-group .bx-form-control object {
        width: 10px !important;
        height: 10px !important;
    }
}

@media only screen and (max-width: 575px) {
    .logo__company-name {
        font-size: 12px;
        line-height: 14px;
    }
    .nav-tabs .tabs-line {
        display: none;
    }
}

/*.top-menu__emails {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.top-menu__email:not(:last-child) {
    margin-right: 20px;
}

.top-menu__phone {
    display: inline-block;
    margin-left: 20px;
}

.top-menu__phone > a,
.top-menu__email > a {
    transition: all .25s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
    font-weight: bold;
    color: black;
}

.top-menu__phone a:hover,
.top-menu__email > a:hover {
    color: #0f4c82;
}

.top-menu__phone > a > img {
    margin-right: 5px;
}*/
