body {
    overflow-x: hidden
}

.header-top {
    box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);
    background-color: #fff;
    padding-block:16.5px;position: relative
}

.header-top .container {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.header-top .block-language .title-language {
    cursor: pointer
}

.header-top .links-inline span {
    color: #333;
    width: 100%;
    padding: 0
}

#header-top .links-inline {
    padding: 5px 0
}

#header-top .links-inline a {
    font-size: 16px;
    display: flex;
    color: #2d2527;
    width: 100%;
    padding: 5px 8px;
    visibility: inherit
}

#header-top .links-inline .nav-link:hover {
    background-color: #e4e4e4
}

#header-top .phone-header .phone-link {
    color: #434343;
    font-size: 16px;
    font-weight: 600;
    display: block;
    text-align: center
}

@media (min-width: 501px) {
    #header-top .phone-header .phone-link {
        font-size:20px
    }
}

#header-top .phone-header .phone-link span {
    color: #9c9c9c
}

#header-top .phone-header .field--name-body {
    display: flex;
    color: #9c9c9c;
    font-size: 12px;
    font-weight: 500
}

#header-top .phone-header .field--name-body:before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #16cd12;
    margin-block:auto;margin-right: 8px
}

#header-top .links-inline .nav-link:hover a {
    text-decoration: none
}

#header-top .title-language span {
    font-size: 16px;
    text-transform: uppercase
}

.header-top .block-language .content {
    display: none;
    z-index: 10
}

@media (max-width: 899px) {
    .header-top .block-language .content {
        right:0
    }
}

.header-top .address {
    color: #2d2527;
    font-size: 14px;
    display: none;
    gap: 10px
}

@media (min-width: 900px) {
    .header-top .address {
        display:flex;
        font-size: 16px
    }
}

.header-top .address span {
    margin-block:auto;cursor: pointer;
}

.soc_seti {
    display: flex;
    gap: 7px
}

@media (min-width: 501px) {
    .soc_seti {
        gap:16px
    }
}

.soc_seti a {
    color: #fff;
    border-radius: 50%;
    background-color: #2d2527;
    display: flex;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    transition: all .35s ease
}

@media (min-width: 900px) {
    .soc_seti a {
        width:36px;
        height: 36px
    }
}

.soc_seti svg {
    margin: auto
}

.btn-max svg {
    width: 20px;
    margin-top: -3px;
}

@media (max-width: 900px) {
    .btn-max svg {
        width: 18px;
        margin-top: -6px;
    }
}

@media (min-width: 900px) {
    .soc_seti .btn-phone {
        display:none;
    }
}

.btn-whatsApp:hover {
    color: #2fb848;
}

.btn-telegram:hover {
    color: #229ed9;
}

.btn-mail:hover {
    color: #d60434;
}

.btn-phone:hover {
    color: #d60434;
}

.btn-max:hover {
    color: blue;
}

@media (max-width: 991px) {
    #header .container,.header-bottom .container {
        padding-inline:25px;
    }
}

@media (max-width: 991px) {
    .container {
        max-width:100%!important;
    }
}

@media (max-width: 899px) {
    .header-top .column-right {
        flex:1;
        display: flex;
        flex-direction: row-reverse
    }
}

@media (max-width: 899px) and (min-width:501px) {
    .header-top .column-right {
        padding-left:5vw
    }
}

@media (max-width: 899px) {
    .header-top .column-right .block-language {
        margin-left:auto;
        margin-block:auto}

    .header-top .column-right .phone-header {
        margin-left: auto
    }
}

.header-top .phone-header {
    display: none
}

@media (min-width: 480px) {
    .header-top .phone-header {
        display:block
    }
}

@media (min-width: 900px) {
    .header-top .column-right {
        display:grid;
        grid-template-columns: 85px 1fr 77px;
        grid-column-gap: 32px;
        align-items: center
    }
}

.header-top .btn-login {
    box-shadow: 0 20px 25px -5px rgba(237,24,73,.1),0 8px 10px -6px rgba(237,24,73,.1);
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    background-color: #ed1849;
    padding-block:.5em;transition: all .3s ease
}

.header-top .btn-login:hover {
    background-color: #d60434;
    text-decoration: none
}

.header-top .title-language.ru span {
    background-image: url(../icons/ru.png)
}

.header-top .title-language.en span {
    background-image: url(../icons/en.png)
}

.header-top .title-language span {
    border-radius: 4px;
    background-repeat: no-repeat;
    background-position: 8px center;
    background-size: 20px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 85px;
    color: #2d2527;
    font-size: 16px;
    background-color: #efefef;
    padding: 3px 5px 3px 35px;
    text-transform: uppercase
}

.header-top .title-language span span {
    background: transparent url(../icons/arrow-down.svg) no-repeat center!important;
    display: block;
    margin: 0 2px 0 0
}

.header-top .block-login {
    display: none
}

@media (min-width: 900px) {
    .header-top .block-login {
        display:block
    }
}

.header-top .block-language {
    position: relative;
    display: block
}

.header-top .block-language .content {
    border-radius: 5px;
    box-shadow: 0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);
    width: min-content;
    position: absolute;
    background: #fff;
    margin: 2px 0 0 0
}

@media (min-width: 900px) {
    .header-top .block-language .content {
        width:135px
    }
}

.header-bottom {
    background-color: #fff;
    padding-block:24px}

.header-bottom .menu {
    margin-block:auto;flex: 1;
    display: flex
}

.header-bottom .menu--shapka {
    flex: 1;
    margin-block:auto}

.header-bottom .menu--shapka .nav {
    justify-content: space-evenly
}

.header-bottom .menu--shapka .nav>li {
    position: relative
}

.header-bottom .menu--shapka .nav>li:hover ul {
    display: block;
    opacity: 1;
    transform: translateY(0)
}

.header-bottom .menu--shapka .nav ul {
    display: none;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity .3s ease,transform .3s ease;
    width: max-content;
    border-radius: 5px;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);
    background-color: #fff;
    position: absolute;
    list-style: none;
    padding: 10px 0;
    margin: 0;
    z-index: 5
}

.header-bottom .menu--shapka .nav ul a {
    display: block
}

.header-bottom .menu--shapka .nav ul.menu-prod {
    left: -10px;
    padding-left: 10px;
    padding-right: 10px
}

.svg-icon.icon-location {
    display: block;
    background: url(/themes/custom/be1st/icons/location.svg) no-repeat center;
    background-size: 100% auto;
    width: 1.5em;
    height: 1.5em
}

.header-bottom .menu--shapka {
    display: none;
    position: relative
}

@media (min-width: 1025px) {
    .header-bottom .menu--shapka {
        display:block
    }
}

.header-bottom .menu--shapka:hover noindex {
    display: block!important
}

.header-bottom .menu--shapka .nav a {
    font-size: 14px;
    transition: all .3s ease
}

@media (min-width: 1145px) {
    .header-bottom .menu--shapka .nav a {
        font-size:16px
    }
}

.header-bottom .menu--shapka .nav a:hover {
    color: #ed1849
}

.header-bottom .container {
    display: flex
}

.header-bottom .btn-menu {
    color: #2d2527;
    cursor: pointer;
    margin-left: auto;
    margin-block:auto;transition: all .3s ease
}

.header-bottom .btn-menu.js-hiraku-offcanvas-btn-active,.header-bottom .btn-menu:hover {
    color: #ed1849
}

.js-hiraku-offcanvas-body {
    position: relative
}

.js-hiraku-offcanvas-body .block-footer-nav-menu-title {
    display: none!important
}

.hiraku-close-btn {
    cursor: pointer;
    color: #2d2527;
    position: absolute;
    top: 10px;
    right: 10px;
    transition: all .3s ease
}

.hiraku-close-btn:hover {
    color: #ed1849
}

.site_setting_entity_banner {
    position: relative
}

.site_setting_entity_banner .row {
    position: absolute;
    inset: 0;
    margin: auto;
    height: 100%
}

.site_setting_entity_banner .container {
    margin-inline:auto}

.site_setting_entity_banner .banner-title {
    color: #fff;
    font-size: 96px;
    font-weight: 700;
    line-height: .95
}

.site_setting_entity_banner .banner-title p {
    max-width: 65%
}

.site_setting_entity_banner .banner-title span {
    color: #ed1849
}

.site_setting_entity_banner .banner-text {
    color: #fff
}

.site_setting_entity_banner .btn-banner {
    max-width: 235px
}

.site_setting_entity_banner .btn-banner a {
    font-size: 16px;
    color: #fff;
    border-radius: 4px;
    background-color: #ed1849;
    display: block;
    text-align: center;
    padding-block:11px;transition: all .3s ease
}

.site_setting_entity_banner .btn-banner a:hover {
    background-color: #ed1849;
    text-decoration: none
}

#header-top #block-pereklyuchatelyazyka .title-language {
    display: block
}

@media (max-width: 977px) {
    #navbar-top {
        padding-top:35px!important
    }
}

@media (max-width: 977px) {
    #block-shapka {
        width:100%!important;
        text-align: center
    }
}

@media (max-width: 977px) {
    .view-header-first-screen__description {
        margin-top:25px!important;
        margin-bottom: 25px!important
    }
}

.menu--shapka .header-links__list>li {
    position: relative
}

.menu--shapka .header-links__list>li:hover ul {
    display: block;
    opacity: 1;
    transform: translateY(0)
}

.menu--shapka .header-links__submenu {
    display: none;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity .3s ease,transform .3s ease;
    width: max-content;
    border-radius: 5px;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);
    background-color: #fff;
    position: absolute;
    left: -10px;
    list-style: none;
    padding: 10px 0;
    margin: 0;
    z-index: 5
}

.menu--shapka .header-links__submenu li:last-child a {
    padding-bottom: 0!important
}

.menu--shapka .header-links__submenu a {
    display: block;
    padding-inline:10px!important;padding-bottom: 10px!important
}

#block-welcome-front,.region-welcome,.welcome,.welcome .row {
    width: 100%;
    padding: 0;
    margin: 0
}

.welcome {
    position: relative;
    font-size: 0
}

.welcome img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    min-height: 550px
}

@media (min-width: 1200px) {
    .welcome img {
        height:680px
    }
}

@media (min-width: 768px) and (max-width:1024px) {
    .welcome img {
        height:560px
    }
}

.welcome .row {
    position: absolute;
    inset: 0;
    margin: auto;
    height: 100%
}

.welcome .container {
    margin-block:auto}

.welcome .block-text {
    color: #fff;
    display: flex;
    flex-direction: column;
    row-gap: 10px
}

@media (min-width: 1025px) {
    .welcome .block-text {
        row-gap:15px
    }
}

.welcome .title {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700
}

.welcome .title span {
    display: block;
    color: #ed1849
}

@media (min-width: 700px) {
    .welcome .title {
        font-size:64px;
        line-height: .95
    }
}

@media (min-width: 1200px) {
    .welcome .title {
        font-size:96px
    }
}

.welcome .text {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 1.5rem
}

@media (min-width: 501px) {
    .welcome .text {
        font-size:18px
    }
}

@media (max-width: 500px) {
    .welcome .btn-wrap a {
        width:100%;
        padding-block:10px}
}

#block-baner:hover .contextual {
    display: block!important
}

.welcome .view-header .text {
    padding: 6px 0 0 0
}

.welcome .view-header .title {
    margin: 0 0 16px 0
}

body.page-node-264 #page-wrapper {
    background-color: #0e0e0e
}

body.page-node-264 #main-wrapper {
    padding-block:20px}
