

/* Start:/local/templates/elyts_2020/js_service/appsflyer-banner/appsflyer-banner.min.css?15853135881251*/
.appsflyer-banner-container{background-color: #FFF;display:flex;min-width:100%;box-shadow:0 0 5px rgba(0,0,0,.35);height:70px;z-index:9;-webkit-transition:all 0.25s ease;transition:all 00.25s ease;margin-bottom:3px}.appsflyer-banner-close-container{display:flex;justify-content:center;align-items:center;margin-left:10px;cursor:pointer}.appsflyer-banner-close-img{height:10px;width:10px}.appsflyer-banner-icon-container{margin-left:10px;margin-right:10px;display:flex;justify-content:center;align-items:center;border-radius:10px}.appsflyer-banner-icon-img{width:44px;height:44px;border-radius:5px}.appsflyer-banner-text-container{display:flex;flex-direction:column;justify-content:center;flex:1}.appsflyer-banner-title{font-size: 18px;padding: 0 0 0 2px;font-weight: 700;}.appsflyer-banner-subtitle{font-size:12px;padding:2px}.appsflyer-banner-download-button{border:1px solid;border-radius:5px;margin:20px 10px 20px 0;text-decoration:none;color:#000;text-align:center;letter-spacing:1.15px;width:auto;font-size:14px;cursor:pointer;background-color:#fff}.appsflyer-banner-download-button:hover{background-color:#f5f6f8}@media only screen and (max-width: 420px){.appsflyer-banner-title{display:none;}.appsflyer-banner-download-button{letter-spacing:0}}
/* End */


/* Start:/local/templates/elyts_2020/components/reaspekt/ui.window/ui_window/style.css?17375455234120*/
.dashed-popup {
    border-bottom: 1px dashed;
    text-decoration: none !important;
}
.dashed-popup:hover {
    border-bottom: none;
}
.dashed {
    border-bottom: 1px dashed;
    text-decoration: none !important;
}
.dashed:hover {
    border-bottom: 1px dashed transparent;
}
div.popup-div {
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background: #777;
    z-index: 500;
    filter: alpha(opacity=40);
    top: 0;
    left: 0;
}
.popup_overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 510;
    text-align: center;
}
.popup_overlay:after {
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
    content: "";
}
.popup-body {
    background: #f1f1f1;
    box-shadow: 3px 3px 15px #000;
    display: inline-block;
    vertical-align: middle;
    min-width: 150px;
    min-height: 40px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.popup-body a {
    color: #000;
}
.button-position {
    position: relative;
}
.close-button {
    color: #000;
    cursor: pointer;
    display: block;
    font-size: 16px;
    height: 17px;
    position: absolute;
    right: 5px;
    text-decoration: none;
    top: 5px;
    width: 17px;
}
#popupContainerComp {
    overflow-x: auto;
    overflow-y: auto;
    max-width: 900px;
    max-height: 550px;
    margin: 25px;
}
#elyts-cookie-policy {
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    position: fixed;
    bottom: -200px;
    left: 16px;
    right: 16px;
    z-index: 10;
    padding: 12px 16px;
    box-sizing: border-box;
    transition: bottom 0.5s ease;
    line-height: 20.48px;
     letter-spacing: 0.24px;
    display: flex;
    justify-content: space-between;
}
#elyts-cookie-policy.active {
    bottom: 100px;
}
#elyts-cookie-policy a {
    color: #fff;
    transition: all 0.2s linear;
    border-bottom: 1px #fff solid;
}
#elyts-cookie-policy a:hover {
    border-color: transparent;
}
#elyts-cookie-policy .close-cookie {
    cursor: pointer;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}
#elyts-cookie-policy .close-cookie svg {
    display: block;
    width: 100%;
    height: 100%;
}
#elyts-cookie-policy .show-desc-cookies{
    cursor: pointer;
}
#elyts-cookie-policy .cookie-description a{
  margin-top: 10px;
  display: inline-block;
}
@media screen and (min-width: 1246px) {
    #elyts-cookie-policy {
        width: 587px;
    }
}
@media screen and (min-width: 992px) {
    #elyts-cookie-policy {
        left: 50%;
        transform: translate(-50%);
    }
    #elyts-cookie-policy.active {
        bottom: 60px;
    }
}
.button--loading{
    position: relative;
    color: #00000000 !important;
    pointer-events: none;
}
.button--loading::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 4px solid transparent;
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
    from {
      transform: rotate(0turn);
    }

    to {
      transform: rotate(1turn);
    }
}

.product-top__btn .b-add-to-basket .add-to-basket.in-basket:not(.button--loading)::after{
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='14' viewBox='0 0 18 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.2871 1L17 7L11.2871 13M1 6.99983H16.8398' stroke='white' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: contain;
    margin-left: 16px;
    background-position: center;
    vertical-align: middle;
    background-repeat: no-repeat;
}

.modal-open-nobackdrop .modal-backdrop {
  display:none;
}
/* End */


/* Start:/local/components/elyts/choose.city/templates/elyts/style.min.css?17428216804062*/
.user-city-value {cursor: pointer;font-size: .875rem;white-space: nowrap;}#popup-city-shadow {background-color: rgba(0,0,0,.4);height: 100%;position: fixed;width: 100%;z-index: 999;}#popup-city-choose {background-color: #fff;font-size: 16px;-webkit-box-shadow: 0 1px 10px 0 #00000026;-moz-box-shadow: 0 1px 10px 0 #00000026;box-shadow: 0 1px 10px 0 #00000026;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;padding: 24px;position: absolute;top: 45px;z-index: 9999;}#popup-city-choose .close {background: url("/local/templates/elyts_2020/images/elyts-icons080823.svg") -112px -751px no-repeat;cursor: pointer;height: 12px;position: absolute;right: -10px;top: -10px;width: 13px;}#popup-city-choose .popup-content .row {border-bottom: none!important;}#popup-city-choose .b-header {color: #101820;font-size: 1.125rem;font-weight: 600;margin-bottom: 24px;}#choose-city-input {background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAZCAYAAAArK+5dAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAHXSURBVHgB7ZS9btswFIUvr1jYLmVbQgERLpDaidd2duZ26pLdS7fOySv0DdKpQ71n9wN0rpcuzVq7adEmyhIrEBEnkHhDOr8Ioh8HCbLkm0TxiIfUubwATxTAsiZcKQMHq2vmsceIyXP1GEBPEn28FYfhPtzVoC6X1pBhH4kNNdD3KNyZ2PdN2V52AN6lCD1i7Nvh/99bsCgN2el7rc6mK7sBZJ6uG3itV5uNl50+LILZ4Vuv1R5IKUWR1mqarfbXF7LTg7KYDwa+XHpdVm+1dkN5Grx4cI2YAYsPwr/bUJIzLam8TV0amLRXCKj04heQZj8T4CtZ8/zKwBGkQcGiBsAUA8rMDK+EqWJIheHexC5uTQoNzFHGJoPSAV8aIL3hkIwLDWxgJgOxSBW5cy0TeYWB1wdcpwNC3Ch7DxyjJU25t9m5PjhSh/9qwhcJPvvAReXHiVLq9p3LgLD2yfzSk2hv50tpA8tMTbdrwvMR+cdK3QuY8A4SFU3tXNX0oudN/z0C32CEQ1vb1XpjdRZHoyyDnG7aDTikptfoZZPkvM6JUQgaRinwYRz+mndT07fWjQamu38+w0NhTUzzW4eH5NFMHLhHZvF0VK37qxXRcI9VNIEnynAKsJCadD/NnbcAAAAASUVORK5CYII=") 98% 50% no-repeat;min-height: 35px;padding: 6px 12px;}#popup-city-choose .top-pane {position: relative;}#popup-city-choose .top-pane:before {background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAPCAYAAAD6Ud/mAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAH2SURBVHgBpZNLagJBEIZnfIzv0ZkoIpFgwBBwEQJewEtIIIQsAwk5gguP4M59IGQphgSv4Epw6UJJcCHoxoWg4KPT/1A9tONoXgVFD93V9VX91aMou6bKXq1WPXyFe+Hlctle6VuceyhWZYwpB40CVOmSR0rog5dKJZ/4FlByAZQL3QtSnYBisehHUqyFQkHrdDqpfr9/xvf85ALsBrNybgGoZQHyiuSUTMvn84Fut3u+2Ww+4M1mM833AziToZLUqqTSlqkEFCAbwNcQfLVaPTGy5XL5ir1cLhcEUBQlzW1XQtERANIMNKoYkMh0Or1jDhuPx1fpdDpCMQFIS/ctGPJKc99+WRSoUaVhQNrtdmG9Xn86QVzCab1eP0aMgOGugDll9MhzoU6C2WwWF6PcY/P5/JntscVi8YYYJ8zlgdjP00dzsTtBgslkcs++seFweE2wMMGsByLLqGB4tCEgIQFptVoXbpK5SVir1U5EZ6SGJnUGV6z/AzPJZDJ2J4ZhxA9JtkfCRDKZlGUMSlJaH1ty4cJoNHpgv7TBYHCT4Mbv65gvFS6ASjiVSkXhpmkiINFoNC5/IpnTIGGlUjlFDsCQk4oH0OpAh1R8NbgfzWazF/ZH43K/8xwmclHhMcupVYMOk/wFPbJ/Wq/Xu0XBuq6blD/+BY5ENmhxC7Q6AAAAAElFTkSuQmCC") 0 0 no-repeat;content: " ";height: 15px;left: 0;top: -39px;position: absolute;width: 26px;}#popup-city-choose.popup-open {top: 56px;}.popup-open .top-pane:before {display: none;}#popup-city-choose .popup-content {min-width: 287px;}#popup-city-choose .ui-autocomplete, ul.top-cities {margin: 0;padding: 20px 0 0;position: inherit;}ul.top-cities li {margin-bottom: 4px;}#popup-city-choose .ui-autocomplete li, ul.top-cities li {font-size: 16px;}#popup-city-choose .ui-autocomplete li span, ul.top-cities li span {cursor: pointer;font-size: 16px;}#popup-city-choose .ui-autocomplete li span i {color: #999999;font-size: 12px;font-style: normal;}ul.top-cities {list-style: none;}.header__bottom-menu-geo {margin-top: 10px;padding: 28px 17px 0;position: relative;display: flex;flex-direction: row;gap: 16px;background-color: #F4F5F6;}.header__bottom-menu-geo:before {content: "";position: absolute;top: 0;left: 17px;right: 17px;}.user-item-block span {cursor: pointer;display: inline-block;min-height: 24px;z-index: 1;}.user-item-block {display: flex;gap: 8px;}.user-item-block svg{max-height: 24px;}.head-value__block {display: flex;gap: 13px;align-items: center;}.head-value__block span {display: flex;align-items: center;}.head-value__block > span {color: #949BA5;}@media only screen and (max-width: 991px) {.header__bottom-menu-geo {padding: 28px 13px 0;}}
/* End */


/* Start:/local/templates/elyts_2020/components/bitrix/system.auth.form/header_link/style.css?1738304847717*/
.container.auth-result-container {
    left: 0;
    right: 0;
    position: fixed;
    z-index: 999999;
    top: 185px;
}
.auth-result-fixed {
    padding: 14px 16px;
    background-color: #018CD5;
    color: #041d30;
    width: 383px;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    z-index: 9999;
    top: 20%;
    margin-left: auto;
}
@media screen and (max-width: 991px) {
    .auth-result-fixed {
        top: unset;
        bottom: 0;
        width: 100%;
        left: 0;
        right: 0;
        text-align: center;
    }
    .container.auth-result-container {
        max-width: 100%;
        padding: 0;
        bottom: 0;
        top: unset;
    }
}
/* End */


/* Start:/local/templates/elyts_2020/components/bitrix/sale.basket.basket.line/header_basket/style.min.css?16969368602319*/
.modalBasketLine .modal-dialog{max-width:810px}.modalBasketLine .b-small-basket .b-small-basket__container{box-shadow:none;-webkit-box-shadow:none;position:relative;padding:10px 0 0;width:100%;right:0;top:0;display:block}.modalBasketLine .b-small-basket .basket-items-list-item-descriptions-inner{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex}.modalBasketLine .b-small-basket tr.b-small-basket__item td{padding:8px 20px 8px 0;position:relative}.basket-item-block-image{padding:0 15px 10px 11px}.modalBasketLine .b-small-basket .b-small-basket__container .b-small-basket__item .b-small-basket__delete{bottom:0;right:5px;top:calc(50% - 7px)}.modalBasketLine .bx-basket .custom-select{border-color:#f5f5f5;border-radius:0;background:url("data:image/svg+xml,%3Csvg%20width%3D%2210%22%20height%3D%226%22%20viewBox%3D%220%200%2010%206%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M9%201L5%205L1%201%22%20stroke%3D%22%23B4B4B4%22%2F%3E%3C%2Fsvg%3E") right .45rem center/13px 10px no-repeat}.modalBasketLine .b-small-basket .b-small-basket__container .form-inline{justify-content:space-between}.modalBasketLine .b-small-basket .b-small-basket__container .basket-footer_btn-group{display:flex;flex-wrap:wrap}.modalBasketLine .b-small-basket .b-small-basket__container .btn-close_header-basket{background-color:#676767;border-color:#676767}.modalBasketLine .b-small-basket .b-small-basket__container .btn-close_header-basket:hover{background-color:#4c4c4c;border-color:#4c4c4c}@media (min-width:992px){.bx-open-click.b-small-basket .b-small-basket__container{display:block}.bx-open-click.b-small-basket .b-small-basket__container .b-small-basket__header .b-small-basket__header__icon .header__button-icon,.header__cart-close{display:none}.bx-open-click .header__cart-close{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABrSURBVHgBvZSLCcAgDESPTpARMoL7L9NVWvoB8Z/j8ECQkHtiYgReGXh5vjnvlRBX+rxWBiKwricCm+auwJYPHCWGS9AyMHWsjDSkhE0hBzZIcjVJsSXtlzxIyYhIhtZAdiSD+R9w8Hr+ogsfuyUFJo0uAQAAAABJRU5ErkJggg==") no-repeat;display:block;float:none;height:18px;opacity:1!important;outline:0;padding:0;position:absolute;right:16px;top:21px;width:18px;cursor:pointer}}
/* End */


/* Start:/local/templates/elyts_2020/components/bitrix/search.form/top_search_block/style.min.css?16969368601328*/
.top-search-form{background-color:0;display:none;left:0;position:absolute;top:11px;width:100%;background-color:#fff}.top-search-form input{width:100%}#top-search-textinput{position:relative}.top-search-form .pane-search-close{cursor:pointer;right:16px;position:absolute;top:4px;transform:scale(1.3)}.top-search-form .pane-search-logo{cursor:pointer;left:16px;position:absolute;top:5px}.top-search-form .form-control{padding-left:53px}.ui-autocomplete{background-color:#fff;list-style:none;padding-left:0;position:absolute;z-index:999;padding:0 4%;padding-bottom:34px;padding-top:20px}.ui-autocomplete li{position:relative}.ui-autocomplete .ui-corner-all{display:block;padding:6px 0;text-decoration:none;font-size:13px;line-height:18px;color:#101820}.ui-autocomplete .ui-corner-all .pane-search-logo{position:absolute;top:6px;right:-4px;transform:scale(.7)}.pane-search-close,.pane-search-logo{background:url("/local/templates/elyts_2020/images/elyts-icons180723.svg") no-repeat;display:block;height:27px;opacity:1 !important;outline:none;padding:0;width:27px}
#top-search-textinput .form-control{border:none}.pane-search-logo{background-position:-43px -867px}.pane-search-close{background-position:-101px -743px}#top-search-textinput:after{position:absolute;top:39px;left:4%;width:92%;border-bottom:1px solid #d8d8d8;content:""}
/* End */


/* Start:/local/components/elyts/menu/templates/.default/style.min.css?17428216809797*/
.openMenu #my-banner-app{display: none;}.sub-img_wraper{border: 1px solid #fff;display: flex;align-items: center;justify-content: center;padding: 7px 8px;}.sub-img_wraper:hover {border: 1px solid #8BB8E6;}@media only screen and (max-width: 991px) {.header__nav-menu__sex, .header__nav-menu {display: none;}.header__nav-menu.list-unstyled .item2 {padding-bottom: 10px;}.header__nav-menu.list-unstyled .item2 a {margin-bottom: 10px;}.header__is-sub-menu-hr {margin-top: 20px;background-color: #C8CCD1;height: 1px;margin: 0px 16px;}.header__nav{transition: transform .5s;transform: translateX(-100%);position: absolute;overflow: hidden;height: 100vh;bottom: 0;background: #fff;z-index: 51;width: 300px;box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);top: 0;}.header__nav .container{min-width: 300px;}.labelFinalSale {z-index: 10 !important;}.header__nav-menu > li[data-id="63"] {display: none!important;}.header__nav-menu > li[data-id="224"] {display: none!important;}.header__nav-menu > li[data-id="98813755"] {display: none!important;}.header__nav-menu > li[data-id="98813756"] {display: none!important;}.tab__item-journal {display: none!important;}}.openMenu .page__header{position: sticky;top: 0;z-index: 15;}.openMenu .header__nav-menu:hover > li > a{color: inherit;}.openMenu .header__nav-menu__sex a {font-weight: 400;font-size: 14px;line-height: 18.2px;padding-bottom: 10px;}.openMenu .header__nav-menu__sex li.active a {border-bottom: 1px solid #018CD5;}.navbar-mobile .header__nav-menu__sex {margin: 57px 14px 0 19px;}.navbar-mobile .header__nav-menu__sex li {margin-left: 0px;display: flex;align-items: center;justify-content: center;}.openMenu .header__nav-menu__sex li:not(.active) a:hover:before{display: none;}.openMenu .header__nav-menu li:not(.header__menu_is_parent) a:hover:before{display: none !important;}.openMenu .header__nav{transform: translateX(0);}.openMenu .overflow_menu {width: 100vw;height: 100vh;background-color: #000;opacity: 0.4;z-index: 50;position: fixed;top: 0;}.openMenu .header__nav-menu__sex, .openMenu .header__nav-menu {display: block;}.openMenu .header__nav-menu{height: 100%;position: relative;}.openMenu .header__nav .container .header__nav-menu__sex{position: relative;top: 0;display: flex;margin-bottom: 0;}.openMenu .header__nav-menu > li .container::before, .openMenu .header__nav-menu .submenu__top-brands, .openMenu .header__nav-menu > li .submenu__picture {display: none;}.openMenu .header__nav .container .header__nav-menu__sex:before{content: "";display: block;position: absolute;bottom: 2px;width: calc(100% - 30px);margin-left: 15px;top: 49px;}.openMenu .active > .blue-line-hover:not(.no-line-hover)::before{border-bottom-width: 1px;width: 100%;margin-left: 0;top: 9px;}.openMenu .header__nav .container .header__nav-menu__sex li{float: none;margin-left: 0;padding: 0px 0px 8px;width: 100%;text-align: center;}.openMenu .header__nav .container {padding-left: 0;padding-right: 0;}.openMenu .header__nav-menu > li{display: block;}.openMenu .header__nav-menu > li a, .openMenu .nav-level-all, .openMenu .nav-exit{font-size: 16px !important;font-style: normal;font-weight: 400 !important;line-height: 20.8px !important;padding: 10px 16px;display: block;}.openMenu .header__nav-menu .header__menu_is_parent > a:before{content: "" !important;background-image: url("data:image/svg+xml,%3Csvg width='6' height='9' viewBox='0 0 6 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.56438 4.50008L1.49816 8.5663L0.4375 7.50564L3.44306 4.50008L0.438217 1.49523L1.49888 0.43457L5.56438 4.50008Z' fill='%23041D30'/%3E%3C/svg%3E");width: 12px !important;height: 12px !important;position: absolute !important;right: 17px !important;top: 50% !important;margin-top: -6px !important;box-sizing: border-box !important;background-repeat: no-repeat !important;background-size: 100% 100% !important;border: none !important;left: auto !important;}.openMenu .header__nav-menu .submenu-wrapper{position: absolute;top: 0;-webkit-transform: translateX(100%) rotate(0.01deg);transform: translateX(100%) rotate(0.01deg);-moz-transform: translateX(100%) rotate(0.01deg);-ms-transform: translateX(100%) rotate(0.01deg);width: 100%;bottom: 0;z-index: 4;margin-top: 0;border: none;display: none;overflow-y: auto;}.openMenu .header__nav-menu .nav-level-active > .submenu-wrapper, .openMenu .header__nav-menu .nav-level-active > .submenu__pane{display: block;}.openMenu ul{transition: transform 0.3s linear;}.openMenu .nav-level-next {transform: translateX(-100%);}.openMenu .header__nav-menu > li .submenu__level__three{float: none;width: 100% !important;padding: 0;min-height: 100%;position: absolute;padding-bottom: 30px;margin-top: 0 !important;}.openMenu .header__nav-menu > li .submenu__level__three > li{width: auto;background: none !important;margin-bottom: 0 !important;}.openMenu .header__nav-menu > li .submenu__level__three > li .submenu__pane{padding: 0;top: 0;z-index: 4;-webkit-transform: translateX(100%) rotate(0.01deg);transform: translateX(100%) rotate(0.01deg);-moz-transform: translateX(100%) rotate(0.01deg);-ms-transform: translateX(100%) rotate(0.01deg);height: auto;bottom: 0;}.openMenu .header__nav-menu > li .submenu__level__three > li .submenu__pane .submenu__level-four{float: none;max-width: 100%;}.openMenu .nav-level-prev{color: #041D30;font-size: 14px;font-weight: 400;line-height: 18px;padding: 14px 17px 12px 37px;display: block;position: relative;}.openMenu .nav-level-prev:before{content: "";background-image: url("data:image/svg+xml,%0A%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.435617 5.0009L4.50184 0.934678L5.5625 1.99534L2.55694 5.0009L5.56178 8.00575L4.50112 9.06641L0.435617 5.0009Z' fill='%23041D30'/%3E%3C/svg%3E");width: 12px;height: 12px;position: absolute;right: auto;top: 50%;margin-top: -6px;box-sizing: border-box;background-repeat: no-repeat;background-size: 100% 100%;border: none;left: 20px;}.openMenu .header__nav-menu .brands-list .brands-list__column{float: none;width: 100%;margin: 0;}.openMenu .header__nav-menu .brands-list .brands-list__column li{margin: 0;}.openMenu .header__nav-menu > li .submenu__level__three > li .submenu__pane .submenu__level-four .submenu__block__content{margin: 0;}.openMenu .header__nav-menu > li .submenu__level__three > li .submenu__pane .submenu__block__content li{max-width: 100%;}.header__bottom-menu{display: none;}.openMenu .header__menu_all{overflow: auto;overflow-x: hidden;height: calc(100vh - 52px);}.openMenu .header__menu_all > .header__nav-menu{height: auto;margin-top: 6px;}.openMenu .header__menu_all.nav-active > .header__nav-menu{height: 100%;}.openMenu .header__menu_all.nav-active{overflow: hidden;}.openMenu .header__bottom-menu{display: block;position: relative;padding-top: 14px;margin-top: 14px;}.openMenu .header__bottom-menu:before{content: "";border-top: 1px solid #C4C4C4;position: absolute;top: 0;left: 17px;right: 17px;}.header__bottom-menu-contact {padding: 24px 17px 30px;position: relative;background-color: #F4F5F6;display: flex;gap: 8px;flex-direction: column;}.header__bottom-menu-contact:before{content: "";position: absolute;top: 0;left: 17px;right: 17px;}.header__bottom-menu-title {font-size: 16px;line-height: 18px;padding: 0;}.header__bottom-menu-tel{font-size: 14px;font-weight: 400;line-height: 150%;margin-bottom: 9px;}.header__bottom-menu-tel br{display: none;}.header__bottom-menu-tel a{display: inline-block;margin-bottom: 6px;}.openMenu .nav-level-next > li{height: 0;}.openMenu .nav-level-next > li > a, .openMenu .nav-level-next > li > span{display: none;}.header__bottom-menu-geo a {display: none;}.user-item-block {display: flex;gap: 8px;}.navbar-mobile .footer__contacts-phone.font-size_3 {font-weight: 400;font-size: 14px;line-height: 18.2px;}@media only screen and (min-width: 991px) {.header__nav-menu {display: flex;justify-content: space-between;}.header__nav-menu .item2 {order: 1;}}@media only screen and (max-width: 991px) {.header__bottom-menu-title {font-size: 14px;}.header__bottom-menu-contact-wrapper {display: flex;flex-direction: column;gap: 8px;}.header__bottom-menu-contact {padding: 24px 15px 30px;}.header__bottom-menu .header__bottom-menu-contact {gap: 12px;}.header__bottom-socseti {display: flex;gap: 10px;}.header__bottom-socseti a {display: flex;min-height: 40px;min-width: 40px;justify-content:center;align-items: center;}.submenu__level__three {flex-direction: column;gap: 12px;}.openMenu .nav-level-prev{padding: 13px 17px 12px 40px;}.header__nav-menu .submenu-wrapper {padding-top: 0px !important;}.openMenu .header__nav-menu > li .submenu__level__three > li:first-child, .header__nav-menu > li .submenu__level__three > li .submenu__pane .submenu__block__content li:first-child {margin-bottom: 13px !important;}.header__nav-menu > li .submenu__level__three > li .submenu__pane .submenu__block__content li:nth-child(3) {margin-bottom: 20px !important;}.openMenu .header__nav-menu > li .submenu__level__three > li:nth-child(3) > a, .openMenu .header__nav-menu > li .submenu__level__three > li .submenu__level-four .submenu__block__content > li:nth-child(3) > a {margin-top: 14px;padding-top: 15px;}.openMenu .header__nav-menu > li .submenu__level__three > li .submenu__level-four .submenu__block__content > li:nth-child(3) > a::after, .openMenu .header__nav-menu > li .submenu__level__three > li:nth-child(3) > a::after {content: '';position: absolute;top: 0;left: 16px;right: 17px;max-width: 352px;height: 1px;background-color: #E3E5E8;}.header__nav-menu > li .submenu__level__three > li .submenu__pane .submenu__block__content li {margin-bottom: 0px !important;max-height: 21px;}.submenu__block__content {display: flex;flex-direction: column;gap: 12px;}}
/* End */


/* Start:/local/templates/elyts_2020/components/bitrix/breadcrumb/elyts_dropdown/style.min.css?17401216982167*/
.breadcrumbs-container {margin-top: 16px;margin-bottom: 17px !important;}.breadcrumbs.has-opened{position: relative;z-index: 40;}.breadcrumbs li{position: relative;}.breadcrumbs li.opened{z-index: 2;}.breadcrumbs li.opened .dropdown_wrap{display: block;}.breadcrumbs .dropdown{display: block;border-top: 2px solid #BEA08A;background: #fff;padding: 12px;border-radius: 2px;-moz-border-radius: 2px;-webkit-border-radius: 2px;text-align: left;box-shadow: 0 1px 5px 1px rgb(0 0 0 / 12%);}.breadcrumbs .dropdown_wrap{display: none;position: absolute;padding-top: 8px;top: 18px;}.breadcrumbs .dropdown_wrap li{display: block;float: none;}.breadcrumbs .dropdown_wrap li:first-child a{margin-top: 0;}.breadcrumbs .dropdown_wrap a{display: block;line-height: 14px;margin-top: 7px;text-decoration: none;text-transform: none;white-space: nowrap;font-size: 11px;}.breadcrumbs .dropdown_wrap a:hover, .breadcrumbs .dropdown_wrap a.current{color: #000;}.breadcrumbs .arrow-bottom{margin-left: 3px;}.breadcrumbs .arrow-bottom:before{content: '';background: url("/local/templates/elyts_2020/images/elyts-icons090822.svg") -126px -479px no-repeat;height: 7px;vertical-align: middle;width: 9px;display: inline-block;transform: scale(0.7);}.mainBreadWrapper li a, .mainBreadWrapper li span {font-weight: 400;font-size: 16px;line-height: 21px;}@media (max-width: 1100px) {.breadcrumbs-container {margin-top: 36px;margin-bottom: 32px !important;}}@media (max-width: 600px) {.breadcrumbs-container {margin-top: 20px;margin-bottom: 32px !important;}.breadcrumbs {overflow-x: scroll;}.mainBreadWrapper {display: flex;margin-bottom: 6px;padding-top: 10px;}.mainBreadWrapper li {white-space: nowrap;float: none !important;}li.breadLine {font-size: 0;min-width: 20px;position: relative;}.breadcrumbs .arrow-bottom {display: none;}li.breadLine:before {content: '';background: url('/local/templates/elyts_2020/images/elyts-icons090822.svg') -126px -479px no-repeat;height: 7px;vertical-align: middle;width: 9px;display: inline-block;transform: rotate(270deg);top: 1px;position: relative;left: 5px;}.breadcrumbs .dropdown_wrap {display: none !important;}.mainBreadWrapper li {margin-bottom: 0px;}}
/* End */


/* Start:/local/templates/elyts_2020/components/reaspekt/banner.sale.timer/.default/style.min.css?17401429593602*/
.sale-counter {cursor: pointer;margin-bottom: 15px;}.theme-dark {}.theme-dark .finish-label {color: #fff;}.theme-dark .countbox-days1, .theme-dark .countbox-days2, .theme-dark .countbox-hours1, .theme-dark .countbox-hours2, .theme-dark .countbox-mins1, .theme-dark .countbox-mins2, .theme-dark .countbox-secs1, .theme-dark .countbox-secs2 {border-color: #fff;}.theme-dark .countbox {color: #fff;}.theme-dark .countbox-text {color: #fff;}.theme-dark .countbox-secs1, .theme-dark .countbox-secs2{color: #ff0000;}.theme-light {}.theme-light .finish-label {color: #000;}.theme-light .countbox-days1, .theme-light .countbox-days2, .theme-light .countbox-hours1, .theme-light .countbox-hours2, .theme-light .countbox-mins1, .theme-light .countbox-mins2, .theme-light .countbox-secs1, .theme-light .countbox-secs2 {border-color: #000;}.theme-light .countbox {color: #000;}.theme-light .countbox-text {color: #000;}.theme-light .countbox-secs1, .theme-light .countbox-secs2{color: #ff0000;}.sale-counter .finish-label {font-family: var(--ff-Titles);font-size: 14px;font-weight: 300;margin-bottom: 10px;text-align: center;}.sale-timer {text-align: center;}.countbox-days1, .countbox-days2, .countbox-hours1, .countbox-hours2, .countbox-mins1, .countbox-mins2, .countbox-secs1, .countbox-secs2 {border-width: 1px;border-style: solid;border-radius: 6px;}.countbox {display: inline-block;}.countbox{padding: 0;margin:0 auto;font-family: var(--ff-Text);}.countbox .countbox-num{float: left;margin-bottom: 12px;height: 75px;}.countbox .countbox-space{float: left;width: 5px;height: 74px;}.countbox .num__item {border-radius:6px;display: inline-block;float: left;font-size: 28px;font-weight:700;height: 45px;line-height: 45px;margin-right: 4px;text-align: center;width: 28px;z-index:1;}.countbox-text {background-position: center;background-repeat:no-repeat;font-size: 12px;height: 14px;margin-top: 60px;position: absolute;text-align: center;width: 60px;}.countbox-days1 span, .countbox-days2 span, .countbox-hours1 span, .countbox-hours2 span, .countbox-mins1 span, .countbox-mins2 span, .countbox-secs1 span, .countbox-secs2 span {background: url('/local/templates/elyts_2020/components/reaspekt/banner.sale.timer/.default/images/flip_gradient.png');background-repeat:no-repeat;background-size: cover;display: none;position: absolute;height: 57px;width: 35px;}#elyts-sale-timer {margin: 8px 0 5px;}@media all and (min-width:992px){.sale-counter .sale-timer {margin-top: 10px;}}@media all and (min-width:1007px){.sale-counter {margin-bottom: 20px;}.sale-counter .finish-label {margin-bottom: 10px;}}@media all and (max-width:1100px){#elyts-sale-timer {margin: -4px 0 5px;}}@media all and (max-width:991px){#elyts-sale-timer {margin-bottom: 28px;}}@media all and (min-width:1200px) {.sale-counter .finish-label {font-size: 1.063rem;padding-left: 0;}.sale-counter .countbox .countbox-space {width: 11px;}}@media all and (min-width:1300px){.sale-counter .b-left img {max-width: 100%;}.sale-counter .sale-timer {padding-bottom: 10px;}.sale-counter .b-left .description {font-size: 2.5em;margin-bottom: 0;text-align: left;}.countbox .countbox-num {height: 80px;}.countbox .countbox-space {height: 80px;width: 17px;}.countbox .countbox-num {margin-bottom: 0;}.countbox-text {font-size: 14px;}.countbox .num__item {border-radius:6px;font-family: var(--ff-Text);font-size: 41px;height: 60px;line-height: 60px;width: 35px;}.countbox-text {margin-top: 66px;width: 75px;}.countbox-days1 span, .countbox-days2 span, .countbox-hours1 span, .countbox-hours2 span, .countbox-mins1 span, .countbox-mins2 span, .countbox-secs1 span, .countbox-secs2 span {height: 91px;width: 55px;}.countbox{margin-left: 0;}}
/* End */


/* Start:/local/templates/elyts_2020/components/bitrix/menu/left_menu/style.min.css?1711549787682*/
.left_menu_catalog {margin: 0 10px 0 0;padding: 0;position: relative;width: 200px;}.left_menu_catalog li {line-height: 100%;list-style: none outside none;}.left_menu_catalog > li {margin: 0 0 10px;padding: 0;position: relative;}.left_menu_catalog > li > a {color: #000000;font-size: 16px;line-height: 100%;text-decoration: none;text-transform: uppercase;}.left_menu_catalog > li > a:hover{color: #969494;}.left_menu_catalog ul {margin: 5px 0 10px 25px;padding: 0;}.left_menu_catalog ul > li {color: #3d3d3d;line-height: 24px;list-style: square outside none;margin: 0;padding: 0;}.left_menu_catalog ul > li > a {color: #3d3d3d;font-size: 13px;font-weight: 300;text-decoration: none;}
/* End */


/* Start:/local/templates/elyts_2020/components/bitrix/menu/footer_bottom_row/style.css?17428216801162*/
.footer__menu__row {
    margin-top: 22px;
    max-width: 88%;
}
.footer__menu__row ul {
    display: flex;
    flex-direction: row;
    justify-content: start;
    gap: 50px;
}
.list-unstyled__item {
    margin-top: -3px;
}
.list-unstyled__item a {
    font-weight: 400 !important;
    letter-spacing: 0px;
    color: #334354 !important;
}
.list-unstyled__item a:hover {
    color: #018CD5 !important;
}
@media only screen and (max-width: 1700px) {
    .footer__menu__row ul {
        flex-wrap: wrap;
        column-gap : 24px;
        row-gap: 0px;
    }
    .footer__menu__row .font-size_2 {
        font-size: 12px !important;
        line-height: 14.2px !important;
    }
    .footer__menu__row .list-unstyled {
        margin-bottom: 6px !important;
    }
}
@media only screen and (max-width: 1100px) {
    .footer__menu__row {
        max-width: 70%;
    }
    .footer__menu__column__title .font-size_1 {
        line-height: 1.41rem;
    }
    .footer__menu__row {
        max-width: 100%;
    }
    .footer__menu__row ul {
        column-gap: 20px;
    }
    .list-unstyled__item {
        display: block;
        padding: 0;
        margin: 0;
    }
}
/* End */


/* Start:/local/components/elyts/popup/templates/mobile_choose_city/style.css?17448091628253*/
.bottom-city-modal--close {
    background-image: url('/local/components/elyts/popup/templates/tablet_download_app/images/svg/close-btn.svg');
    background-repeat: no-repeat;
    background-position: center;
    width: 32px;
    height: 32px;
    background-color: transparent;
    border: none;
    outline: none;
    position: absolute;
    right: 5px;
}
.bottom-city-modal--close:focus {
    outline: none;
}
.bottom-city-modal--close {
    top: 0;
    right: 0;
}
@media screen and (max-width: 560px) {
    .bottom-city-modal--wrap {
        position: absolute;
        bottom: -100%;
        background-color: #fff;
        padding: 0 16px 29px;
        left: 0;
        right: 0;
        z-index: 9999999;
        transition: .5s;
        overflow: hidden;
        height: 249px;
    }
    .bottom-city-modal--wrap[data-step="search"] {
        height: calc(100% - 52px);
        overflow-y: scroll;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .bottom-city-modal--draggable {
        min-height: 36px;
        text-align: center;
        justify-content: center;
        align-items: center;
        display: flex;
        margin-bottom: 12px;
    }
    .bottom-city-modal--line {
        background-color: #949BA5;
        width: 32px;
        height: 4px;
    }
    .bottom-city-modal--header {
        position: relative;
        padding: 5.5px 0;
        margin-bottom: 8px;
    }
    .bottom-city-modal--header h3 {
        max-width: 320px;
        font-weight: 500;
        font-size: 18px;
        line-height: 130%;
        color: #041D30;
        margin: 0;
    }
    .bottom-city-modal--header h3 span{
        color: #018CD5;
    }
    .bottom-city-modal--notify {
        font-weight: 400;
        font-size: 12px;
        line-height: 130%;
        letter-spacing: 0;
        color: #626D7B;
        margin-bottom: 28px;
    }
    .bottom-city-modal--search .bottom-city-modal--notify {
        margin-bottom: 20px;
    }
    .bottom-city-modal--grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }
    .bottom-city-modal--column {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    .bottom-city-modal--card {
        padding: 12px 12px 16px;
        border: 1px solid #041D30;
    }
    .bottom-city-modal--card {
        padding: 12px 12px 16px;
        border: 1px solid #041D30;
    }
    .bottom-city-modal--card.bottom-city-modal--card_full {
        overflow: hidden;
        padding: 17px 0 0;
    }
    .bottom-city-modal--card_icon, .bottom-city-modal--card_title {
        text-align: center;
    }
    .bottom-city-modal--card_icon {
        margin-bottom: 10px;
    }
    .bottom-city-modal--card_title {
        font-weight: 500;
        font-size: 14px;
        line-height: 130%;
        color: #041D30;
    }
    .bottom-city-modal--card_full .bottom-city-modal--card_title {
        margin-bottom: 18px;
    }
    .bottom-city-modal--card_full .bottom-city-modal--card_icon {
        width: 100%;
        height: 175px;
        margin: 0;
    }
    .bottom-city-modal--card_full .bottom-city-modal--card_icon img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .bottom-city-modal--footer {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
    .bottom-city-modal--link {
        width: 100%;
        text-align: center;
        padding: 11px 0;
        font-weight: 500;
        font-size: 14px;
        line-height: 130%;
        letter-spacing: 0%;
        color: #041D30;
    }
    .bottom-city-modal--link__choose {
        background: #041D30;
        color: #fff;
    }
    .bottom-city-modal--link__stay {
        border: 1px solid #C8CCD1;
    }
    .bottom-city-modal {
        position: fixed;
        z-index: 99999999 !important;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgba(0,0,0,0.4);
    }
    #bottom-city-modal--input {
        background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAG5SURBVHgB1VVBSgNBEKyZ2fUginsMqGGP3hyPntQXGF+gvkB/EH2B+oLkB/EHSW7enBw9ZQWF3IwgCCa7Y01ElJCMmyWCFoTZ7HRPdVf39AL/HcK7G+koWILmU0UIrFiLZytxm76hjZ5JkANq2kZY1idiAdeMYCOTuEGGO6vwKiy2pUJVrpS0XSx18NLrw4NgUtRqGTWbIUoDbCGZHGmwps9UiGZa0nt5s/lwLOsLta7reWxpd8RfFyUd57H/cpgBsqxPg3XdzGXsDmfqu5gRPj/5+eAMWMD+8MG0MCOkwBWXipdAyFE7tlEAgxQtK7DvJWDXxMwgQRGESNjOkZ9AIMqAPoogMc7PT0AdDW+rRhGsag0L4yWgRIaDYxMFoFg/KmB+NOQle/q1NnVgDc6ZRRUzwM0st+Zub3crmUk+EmpPe8sM9qeZyPEXQ4UDLhU61XwzxkVO7RsWOGaDXIau0BMw9XvgpqWTiwfUXQFlhg6/B7HrNP4/5J0xwwDHbtqGMQ/P0ECKg8GjMbkIRoh1rFLsMs0dEsU0Tkhyz53WuOY+krnBkVC67ne5JOaIQcLIJTMIC06EP4l3LT2VlWSTX4sAAAAASUVORK5CYII=") 16px 50% no-repeat;
        min-height: 35px;
        padding: 10px 16px 10px 48px;
        font-weight: 400;
        font-size: 14px;
        line-height: 130%;
        letter-spacing: 0;
        color: #626D7B;
    }
    .bottom-city-modal--search {

    }
    .bottom-city-modal--search_wrap {
    }
    .bottom-city-modal--search_wrap ul.top-cities {
        padding: 0;
        margin-top: 16px;
    }
    .bottom-city-modal--search_wrap .top-cities li span:not(.search-result) {
        font-weight: 500;
        font-size: 14px;
        line-height: 130%;
        letter-spacing: 0;
        color: #041D30;
    }
    .bottom-city-modal--search_wrap .top-cities li {
        line-height: 100%;
        padding: 0;
        margin-bottom: 16px;
    }
    .bottom-city-modal--bottom_notify {
        font-weight: 400;
        font-size: 12px;
        line-height: 130%;
        letter-spacing: 0;
        color: #626D7B;
    }
    .bottom-city-modal--back {
        padding: 4px 0;
        display: flex;
        align-items: center;
        column-gap: 6px;
        font-weight: 400;
        font-size: 14px;
        line-height: 130%;
        letter-spacing: 0;
        color: #334354;
        margin-bottom: 3px;
    }
    .bottom-city-modal--not_found {
        margin-top: 28px;
    }
    .bottom-city-modal--not_found-title {
        font-weight: 500;
        font-size: 16px;
        line-height: 130%;
        letter-spacing: 0;
        color: #041D30;
        margin-bottom: 8px;
    }
    .bottom-city-modal--not_found-desc {
        font-weight: 400;
        font-size: 14px;
        line-height: 130%;
        letter-spacing: 0;
        color: #626D7B;
    }
    .bottom-city-modal--search_list {
        margin: 0;
        list-style: none;
        padding: 0;
    }
    .bottom-city-modal--search_item {
        padding: 4px 0;
        margin-top: 16px;
        font-weight: 400;
        font-size: 14px;
        line-height: 125%;
        color: #626D7B;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    .bottom-city-modal--search_item span {
        font-weight: 500;
        color: #041D30;
    }
    .bottom-city-modal--input_wrap {
        position: relative;
    }
    .bottom-city-modal--input_clear {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 30px;
        display: flex;
        align-items: center;
    }
}
@media screen and (max-width: 380px) {
    .bottom-city-modal--card_full .bottom-city-modal--card_icon {
        width: 188px;
    }
    .bottom-city-modal--card_full .bottom-city-modal--card_icon img {
        object-position: -30px -5px;
    }
}
@media screen and (max-width: 336px) {
    .bottom-city-modal--column {
        height: 100%;
    }
    .bottom-city-modal--card.bottom-city-modal--card_full {
        height: 100%;
    }
    .bottom-city-modal--card_full .bottom-city-modal--card_icon img {
        object-position: -30px 0;
        object-fit: contain;
    }
    .bottom-city-modal--card_full .bottom-city-modal--card_icon {
        height: 100%;
    }
}
/* End */


/* Start:/local/components/elyts/popup/templates/mobile_download_app/style.css?17448091624325*/
.bottom-slide-modal--close {
    background-image: url('/local/components/elyts/popup/templates/tablet_download_app/images/svg/close-btn.svg');
    background-repeat: no-repeat;
    background-position: center;
    width: 32px;
    height: 32px;
    background-color: transparent;
    border: none;
    outline: none;
    position: absolute;
    right: 5px;
}
.bottom-slide-modal--close:focus {
    outline: none;
}
.bottom-slide-modal--close {
    top: 0;
    right: 0;
}
@media screen and (max-width: 560px) {
    .bottom-slide-modal--wrap {
        position: absolute;
        bottom: -100%;
        background-color: #fff;
        padding: 0 16px 13px;
        left: 0;
        right: 0;
        z-index: 9999999;
        transition: .5s;
    }
    .bottom-slide-modal--draggable {
        min-height: 36px;
        text-align: center;
        justify-content: center;
        align-items: center;
        display: flex;
        margin-bottom: 28px;
    }
    .bottom-slide-modal--line {
        background-color: #949BA5;
        width: 32px;
        height: 4px;
    }
    .bottom-slide-modal--header {
        margin-bottom: 24px;
        position: relative;
    }
    .bottom-slide-modal--header h3 {
        max-width: 248px;
        font-weight: 500;
        font-size: 18px;
        line-height: 130%;
        color: #041D30;
    }
    .bottom-slide-modal--grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }
    .bottom-slide-modal--column {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    .bottom-slide-modal--card {
        padding: 12px 12px 16px;
        border: 1px solid #041D30;
    }
    .bottom-slide-modal--card {
        padding: 12px 12px 16px;
        border: 1px solid #041D30;
    }
    .bottom-slide-modal--card.bottom-slide-modal--card_full {
        overflow: hidden;
        padding: 17px 0 0;
    }
    .bottom-slide-modal--card_icon, .bottom-slide-modal--card_title {
        text-align: center;
    }
    .bottom-slide-modal--card_icon {
        margin-bottom: 10px;
    }
    .bottom-slide-modal--card_title {
        font-weight: 500;
        font-size: 14px;
        line-height: 130%;
        color: #041D30;
    }
    .bottom-slide-modal--card_full .bottom-slide-modal--card_title {
        margin-bottom: 18px;
    }
    .bottom-slide-modal--card_full .bottom-slide-modal--card_icon {
        width: 100%;
        height: 175px;
        margin: 0;
    }
    .bottom-slide-modal--card_full .bottom-slide-modal--card_icon img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .bottom-slide-modal--body {
        margin-bottom: 28px;
    }
    .bottom-slide-modal--footer {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
    .bottom-slide-modal--app-link {
        width: 100%;
        text-align: center;
        padding: 11px 0;
        font-weight: 500;
        font-size: 14px;
        line-height: 130%;
        letter-spacing: 0%;
        color: #041D30;
    }
    .bottom-slide-modal--app-link__app {
        background: #041D30;
        color: #fff;
    }
    .bottom-slide-modal--app-link__stay {
        border: 1px solid #C8CCD1;
    }
    .bottom-slide-modal {
        position: fixed;
        z-index: 99999999 !important;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgba(0,0,0,0.4);
    }
}
@media screen and (max-width: 380px) {
    .bottom-slide-modal--card_full .bottom-slide-modal--card_icon {
        width: 188px;
    }
    .bottom-slide-modal--card_full .bottom-slide-modal--card_icon img {
        object-position: -30px -5px;
    }
}
@media screen and (max-width: 336px) {
    .bottom-slide-modal--column {
        height: 100%;
    }
    .bottom-slide-modal--card.bottom-slide-modal--card_full {
        height: 100%;
    }
    .bottom-slide-modal--card_full .bottom-slide-modal--card_icon img {
        object-position: -30px 0;
        object-fit: contain;
    }
    .bottom-slide-modal--card_full .bottom-slide-modal--card_icon {
        height: 100%;
    }
}
/* End */


/* Start:/local/components/elyts/popup/templates/foreigners/style.css?17437648001317*/
.modal.modal-foreigners {
    z-index: 999999999;
}
#modal-foreigners {
    background: rgba(0,0,0, .6);
}
#modal-foreigners .modal-content {
    padding: 67px 107px;
}
#modal-foreigners .modal-dialog {
    max-width: 1089px;
    padding: 0;
}
.foreigners-modal__header {
    text-align: center;
    margin-bottom: 40px;
}
.foreigners-modal__body p {
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    margin: 0;
}
.foreigners-modal__body p:first-child {
    margin-bottom: 26px;
}
.foreigners-modal__body p:last-child {
    margin-top: 7px;
}

@media screen and (max-width: 1050px) {
    #modal-foreigners .modal-dialog {
        padding: 0 20px;
    }
    #modal-foreigners .modal-content {
        padding: 55px 80px;
    }
}
@media screen and (max-width: 560px) {
    #modal-foreigners .modal-dialog {
        padding: 0;
        height: 100%;
    }
    #modal-foreigners .modal-content {
        padding: 40px 16px;
        position: fixed;
        bottom: 0;
    }
    .foreigners-modal__header {
        margin-bottom: 24px;
    }
    .foreigners-modal__header svg {
        width: 90px;
        height: 21px;
    }
    .foreigners-modal__body p {
        font-size: 14px;
        line-height: 130%;
    }
}
/* End */


/* Start:/local/components/reaspekt/bottom.social.icons/templates/.default/style.min.css?17289988716760*/
.jivo-whatsapp-new{background-image: var(--iconWaP);background-size: contain;-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;display: block;filter: drop-shadow(0px 2.59615px 10.3846px rgba(0, 0, 0, 0.15));height: 36px;position: fixed;bottom: 12px;right: 15px;z-index: 10001;width: 36px;}.jivo-telegram-new {background: url("/local/templates/elyts_2020/js_service/jivosite/jivosite_020322.svg") -77px -12px no-repeat !important;display: block;width: 46px;height: 46px;position: fixed;bottom: 89px;right: 10px;z-index: 99999;}#retailcrm-consultant-app .consultant-icon {background-color: #fff;background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAaCAYAAABGiCfwAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAHSSURBVHgB3ZZLTsMwEIZnHBNgxxF8hHKDdtmyaU4A5bFgBSyhQqRCwLLskHi1N2gREkFsyg3gBuQI7OgrGcZR0lZVG6SSFIlPSuQZW/5le2ZshDEaV7aChLB2bXfUxkCgZq8s+0s1Qr8ISYNYb0PnwCrZn1Lbi2S2WCgDaUC0sQSm4lYOH29Os9IwWmFHBbq9OiQEmbKIKKqB4Xk5KYVQYZ+b3yrbkCyXTu1ijxehfNYRMEeED6DCtgspM9+VwRyZq5iM63yunVd9oix2elY+rAZPt6dFFIb2V9a2ynXt44hTHHEtncD50mFl2nyxK/MJsgiYoQVzmPBCZEEHFcLAR15ftxUCxVagWDFEtIw+rRa2j5qRr7BZ3iffs7rYswe+7eOmTtov6Obi5ovdRt4Sd5I/mHx87M7xK/zAPw59MawcClLmb7aRb9EVJ8FbehKyLXrNZTKrxGK4aL459+fvMANI8OkBPUSJPnGM/r1cn2U8KRqcngp+y8gzQJtcXT6C+4yohNEYXXJ0JSAUMz0PuABwBYH10HSh083pEjdRLAmcuzObVU8iQa40B2jIaipimmlHQj5YiYtpgiMhavDkwZFw8L0XNo9WIU0cfrnpL7K/AbYjwKo4bqQeAAAAAElFTkSuQmCC");background-repeat: no-repeat;background-size: 20px;background-position: 50% 50%;-webkit-box-shadow: 0px 2.59615px 10.3846px rgba(0, 0, 0, 0.15);-moz-box-shadow: 0px 2.59615px 10.3846px rgba(0, 0, 0, 0.15);box-shadow: 0px 2.59615px 10.3846px rgba(0, 0, 0, 0.15);height: 36px;width: 36px;}#retailcrm-consultant-app .consultant-icon.consultant-icon_opened {background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAYAAAA7bUf6AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADsSURBVHgBrZS9DoJADMfbO4KvwaPIyMYrMDg4iaODCYlG3RwdDOEVmIANH4XXkHiedyQaEu/Lj04NbX/9tzQHIKwpDov6lAXwgdXFPpB10scq36aI5Cj8Dq59GM2zzgUAHFoAHnAOS4KEloIlCwOY+K1N0RggG2Pfl6gK6BTp8tCW4BJHl062BmiTfGMs8ahXmEZ9gyhAT9PuSgkZQOfNFChtXx8YC6PZ+qLKJVolwwgjo7TQ/X6iBIyXKBTY7ogYAXIHcgQEI+h/d/LzxboCTCDC7yx2BUiLklU33hH3/XgINPku/eY9qUSd9B/Sa/EOYomoVwAAAABJRU5ErkJggg==");}#retailcrm-consultant-app .consultant-icon_opened {transform: inherit;background-size: inherit!important;}#retailcrm-consultant-app .consultant-icon .consultant-icon__img, #retailcrm-consultant-app .consultant-icon .consultant-icon__close {display: none;}.window.window_mobile.window_right-bottom {z-index: 199999;}#retailcrm-consultant-app .messengers {left: inherit;margin: 0;padding: 0 0 6px 0;width: 36px;}#retailcrm-consultant-app .messengers__item {filter: drop-shadow(0px 2.59615px 10.3846px rgba(0, 0, 0, 0.15));margin: 0 0 8px;}#retailcrm-consultant-app .messengers__item, #retailcrm-consultant-app .messengers__item::after {height: 36px;width: 36px;}#retailcrm-consultant-app .messengers__item:hover {transform: inherit;}#retailcrm-consultant-app .messengers__item.messengers__item_consultant::after {background-color: #B79E86;background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAaCAYAAABGiCfwAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAElSURBVHgB5ZYBDcJADEV7BAGTcBImYXMwFDAc4ABQgARwAChgDsABk4CD8gslacYYAe4ggZc0a35Cf8pu7TlqwMyeAuGcq6nFIEGsOA4LqW/NdhyX7blTJBmeW/WdIZYUjgIx1zyXrkp1P1AEpK7WL3v0QcTMa15TZD7e2R+a4QTN9Rv0Riv0hJVG86pNXjYDGSLVsJpvaKlqRVexPnUzQCSYcfurgHyMDiqkldHW0HKk+5fNWgepFm/RKnrAb5/GWnNPkfna35hwwC3dhtMtKutFnkd6cHw7kN9ucCqXVtTV5RGjq5CavfMuCzbXALvPnBHFvTktnsEjhprXiFy+05vOQoHCU9PhwcxRtrM0pOG9V1JQDPiyBeyNbUexgUnGl9vbmRP2Sd1dX5Au/wAAAABJRU5ErkJggg==");background-repeat: no-repeat;background-size: 20px;background-position: 50% 50%;height: 36px;width: 36px;}#retailcrm-consultant-app .messengers__item.messengers__item_telegram::after {background-color: #2EABD2;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAWCAYAAADeiIy1AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEaSURBVHgBtZaBDYJADEUbJ3AERrgRcAM2kA3UCXAD2QA30A1wA9mAEXCDeg01aS7HXe+QlzQx5Nr/+UAjwIYg4p4KtsIOL211tiacMfAv2H0jhktKWAMPr2z1GCYvPo7m5nE/cWSSd+pwcn8OuKfrhgY71zutALl/oD97YsQ5voJ/u9Qx901g+I+Wzy6JEMY3vMb4gyUonpL7TMDQ5Io0GHePfOYs+o6Rvl6KGNTR2ypE30nR0y7Fdvc4HG1VngQ0VKB400j0is7HhvP3o6WAVPiuuwSRCXJIFCGesn+nl4IC0hhyheSz+ijOv9YKkcjB1iVyfoAcOPcRxUrB5dWTtrEdoXHpdcV550l0GzvTSC3uroYt4Si9/w++4i2NvJqGuXgAAAAASUVORK5CYII=");background-repeat: no-repeat;background-position: 7px 50%;background-size: 20px;}#retailcrm-consultant-app .messengers__item.messengers__item_viber::after {background-color: #7360F2;background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAhCAYAAAAh3nDkAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAKASURBVHgBrVcBsdswDHV3A+AxMIMVQj6DMmiHYGHQfATpEKQMuo+gG4J+BskQpAw0aZF3sqq4zuW/O50bR9aTFFtyN64QABBw2KJ4IRF3lgHlfbPZ3N0aIJlHqVEuKCMsw8jrDmRnjmNjkeLwHaVW0ekINQKLBumeUX5kM0KpRelVFFeOILgCoN6W9S/KTj9rwyA+5VJW6AjZbJQD3lLshNLBfSA4G3HfXCwPI5pCg54juaK0KNUT/VpwVPJFF9NiLKpQbqSTcYJ0zuxIyDgQoz/JyZ4nO6W8gxSt4diVv2tgoeftDHmTBKlSXinlGzyiMiLfcQBH4YB3dhYj/CeXns13pW+dy1Y9791UD15QvqDsUF4NPW2/kuR3owi8GQb8jA7t4oadIRKvo2f7Q7QjyQf3iLNLoyedF2VwQCG9326q/TRWKH941LhLcj2pPX0VU29E5myceaSogxiLyE0gGR2LgR/3GT3qZr/wJ8lPXpOtkE/JGd94/Nfpcor8GQZ25OTWkrOhmP527hwb66zTEngc6OwdkoOfAVcx4EpVq3dXrgvbJzZildvJKja6AggHgAtLvHBIHGfW+qRYQVrhitIJaZucQ2esSypcnOx5onGFYEN9htxqUt3DO5guDoQRFl4gYNozlhO1ods/ZAXS1LduIXh9dGKcIT4KjqBfnnJer4Ei7iwF2omyhXZQeGnMkMZ+/38fwJNLpO7hTSERraW7Ws2O98rOrSgYSDeRvt3Eu1svvnEOIyw4RZKoNsgvBWQUJe2hKmf/s8uD2uJXQUyVK7ippwelO5BkWu5icqeID0S8hCCHoq6GxPuPJi4h9fwNe1h57NY4sOo/2xz+Am8lcqf9sKRzAAAAAElFTkSuQmCC");background-position: 50% 50%;background-repeat: no-repeat;background-size: 20px;}#retailcrm-consultant-app .messengers__image {position: relative;left: 2px;top: 2px;}@media only screen and (min-width: 992px) {#retailcrm-consultant-app {bottom: 84px!important;}#retailcrm-consultant-app .consultant-icon {background-size: 25px;height: 45px;width: 45px;}#retailcrm-consultant-app .messengers {padding: 0 0 22px 0;width: 45px;}#retailcrm-consultant-app .messengers__item.messengers__item_consultant::after {background-size: 25px;height: 45px;width: 45px;}#retailcrm-consultant-app .messengers__item.messengers__item_telegram::after {background-position: 8px 50%;background-size: 25px;height: 45px;width: 45px;}#retailcrm-consultant-app .messengers__item.messengers__item_viber {margin:0 0 16px!important;}#retailcrm-consultant-app .messengers__item.messengers__item_viber::after {background-size: 25px;height: 45px;width: 45px;}.jivo-whatsapp-new {bottom: 28px;height: 45px;width: 45px;}#retailcrm-consultant-app .messengers__item {margin: 0 0 12px;}}
/* End */


/* Start:/local/templates/elyts_2020/components/reaspekt/bannerSale/elyts/style.min.css?16969368601370*/
.sale-popup.close-white .close{background-position: -42px -749px;}.sale-popup.close-black .close{background-position: -74px -749px;}.labelFinalSale{position: fixed;bottom: 0;left: 15px;color: #fff;z-index: 200;}.labelFinalSale .link-block {display: block;color: #fff;text-decoration: none;text-align: center;width: 180px;}.lfs-popup-close {color: #000;font-size: 2em;right: -19px;position: absolute;text-decoration: none;top: -8px;-moz-transform: rotate(47deg);-o-transform: rotate(47deg);-webkit-transform: rotate(47deg);filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476);}.lfs-popup-close:hover {text-decoration: none;}.bigEntrance{animation-name: pulse;-webkit-animation-name: pulse;animation-duration: 1.5s;-webkit-animation-duration: 1.5s;animation-iteration-count: infinite;-webkit-animation-iteration-count: infinite;transform-origin: bottom;}@keyframes pulse {0% {transform: scale(0.9);opacity: 0.7;}50% {transform: scale(1);opacity: 1;}100% {transform: scale(0.9);opacity: 0.7;}}@-webkit-keyframes pulse {0% {-webkit-transform: scale(0.95);opacity: 0.7;}50% {-webkit-transform: scale(1);opacity: 1;}100% {-webkit-transform: scale(0.95);opacity: 0.7;}}@media only screen and (max-width: 767px) {.labelFinalSale .link-block {width: 100px;}}
/* End */


/* Start:/local/templates/elyts_2020/styles.min.css?174282168020080*/
.header__top {color: #101820;}.header__nav-menu .sale > a {color: #680B0B !important;}.header__nav-menu .selected.sale > a:before {border-bottom: 2px solid #680B0B !important;}.color-red {color: #680B0B!important;}.page__header {position: relative;}.ajaxContainer.filterLoading {opacity: 0.2;}.def-link {text-decoration: underline;}.def-link:hover {text-decoration: none;}.fastView{padding-right: 10px;padding-left: 10px;}.fastView .name{color: #000;font-family: var(--ff-Titles);font-size: 1rem;font-weight: 700;letter-spacing: 2px;}.fastView .type {color: #676767;font-size: .875rem;font-weight: 400;}.fastView .price{border-bottom: 1px solid #F5F5F5;margin: 16px 0;padding-bottom: 8px;}.fastView .item_old_price{margin-left: 24px;margin-right: 24px;}.fastView .item_old_price del {color: #B4B4B4;font-size: .875rem;}.fastView .item_current_price {display: inline-block;color:#000;font-size: 1rem;}.fastView .item_current_price.discount {color: #ff4f4f;}.fastView .red-line-hover + .red-line-hover {margin-left: 14px;}.fastView .add-to-basket{display: none;}.desc-brand{padding: 30px 75px;border: 1px solid #f5f5f5;}.desc-brand__title {font-size: 1.5rem;line-height: 40px;font-weight: 700;letter-spacing: 8px;text-transform: uppercase;font-family: var(--ff-Titles);}.desc-brand__text{font-weight: 400;font-size: 0.875rem;}.desc-brand__img img{max-width: 100%}.font-light{font-weight: 400}.text-gray{color: #676767}.text-gray a{color: #676767}.font-size-12{font-size: 0.750rem;}.font-size-14{font-size: 0.875rem;}@media (min-width: 992px) {.catalog__container > .col-lg-9{-ms-flex: 0 0 80%;-webkit-box-flex: 0;-webkit-flex: 0 0 80%;flex: 0 0 80%;max-width: 80%;}.catalog__container > .left-menu.col-lg-3{-ms-flex: 0 0 20%;-webkit-box-flex: 0;-webkit-flex: 0 0 20%;flex: 0 0 20%;max-width: 20%;}}.wrapperTabs .table{margin-top:20px;width:100%;}.wrapperTabs .conformity-table{border-collapse:collapse;}.wrapperTabs .conformity-table tr, .wrapperTabs .conformity-table td{border-collapse:collapse;padding: 5px;}.wrapperTabs .row-odd{background:#e7e7e7;}.wrapperTabs .row-even{background:#f7f7f7;}.wrapperTabs .row-odd td{background:#e7e7e7;border:1px solid #e7e7e7;}.wrapperTabs .row-even td{background:#f7f7f7;border:1px solid #f7f7f7;}.wrapperTabs .active-col{background:#FFF1CB!important;}.wrapperTabs .active-row td{background:#EBF6C4!important;}.wrapperTabs .row-odd td:hover, .wrapperTabs .row-even td:hover{background:#EBF6C4!important;}@media (max-width:639px){.sizes__table__modal__type__list li{margin-bottom: 10px;}.sizes__table__modal__type__list {margin-bottom: 20px;}}.sub-title {margin-bottom: 12px;}.adapt-rus-size {margin-bottom: 15px;}.rus-tab-sizes {display: none;}.rus-tab-sizes li {list-style-type: none;display: inline-block;margin-right: 10px;}.rus-tab-sizes li a {border: 1px solid #fff;display: inline-block;padding: 6px 8px;text-decoration: none;}.rus-tab-sizes li.active a {border-color: #000;}.conformity-list-sizes {margin-top: 20px;}.conformity-list-sizes .size-conformity {}.conformity-list-sizes .l-group {}.conformity-list-sizes .l-group:first-child {}.pane-conformity {display:none;}.conformity-list-sizes .size-conformity {margin-bottom: 15px;text-align: left;}.conformity-list-sizes .b-title {float: left;width: 73%;}.conformity-list-sizes .b-title span {color: #999;}.conformity-list-sizes .b-value {float: left;width: 27%;}@media only screen and (min-width: 450px) {.adapt-rus-size {display: none;}.rus-tab-sizes {display: block;margin: 0 auto 20px;width: 300px;padding: 0;}.sub-title {margin-bottom: 25px;}}@media only screen and (min-width: 600px) {.conformity-list-sizes {margin-top: 0;}.conformity-list-sizes .l-group {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;float: left;padding: 0 15px;width: 50%;}.conformity-list-sizes .l-group:first-child {padding-right: 14px;border-right: 1px solid #ccc;}}.fastView .in-basket ~ .ajax-next-buy {display: block;}.bx-composite-loading {width: 20px;height: 20px;margin: 10px;display: none;border-radius: 50%;box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 2px 1px 0px #676767;-moz-animation: spin 0.7s linear infinite;-webkit-animation: spin 0.7s linear infinite;animation: spin 0.7s linear infinite;}header .bx-composite-loading{display: block;}@-moz-keyframes spin {100% {-moz-transform: rotate(360deg);transform: rotate(360deg);}}@-webkit-keyframes spin {100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}}@keyframes spin {100% {-moz-transform: rotate(360deg);-ms-transform: rotate(360deg);-webkit-transform: rotate(360deg);transform: rotate(360deg);}}.shildik {position: absolute !important;left: 15px;top: 16px;}.shildik.blue-line-hover.active:before{right: -5px !important;left: -5px;margin-right: 0 !important;width: auto !important;}.catalog__container .item__product:hover .shildik{left: 5px;}.item__product.i-4:hover .sale-disc {left: 0;}.sale-disc {background-color:#FF0000;border: 2px solid #FF0000;border-radius: 0 28px 28px 0;color:#FFF;font-size: 14px;font-weight: 500;white-space: nowrap;text-align: center;text-decoration: none;position: absolute;left: 10px;top: 0;z-index: 2;padding: 4px 8px;box-sizing: border-box;}.payment__icon-yandex:before{background-position: -418px -344px;height: 19px;margin: -11px 0 0 -22px;width: 44px;}#back-top {background: url("/local/templates/elyts_2020/images/back_top.svg") 0 0 no-repeat;background-size: cover;bottom: 15px;cursor: pointer;display: none;height: 30px;opacity: .3;overflow: hidden;position: fixed;right: 72px;width: 30px;z-index: 10001;}#back-top:hover {opacity: 1;}@media only screen and (min-width: 992px) {#back-top {bottom: 30px;height: 40px;width: 40px;right: 70px;}}.catalog-left-promo {margin-top: 20px;padding-right: 20px;}.popular-tags__content .blue-line-hover > div {display:inline-block;}.elyts-popup-info {background-color: rgba(191, 238, 233, 0.5);border-radius: 17px;color: #000;font-size: .85rem;line-height: 1.2em;margin-top: 15px;padding: 22px 10% 18px;text-align: center;}.brands-table {margin-bottom: 16px;width: 100%;}.brands-table td {text-align: center;}.footer-spr a:hover {text-decoration: none!important;}.footer-spr img {height:16px;opacity: .6;}.catalog-container__banner img{max-width: 100%;}.header__links__item{position: relative;}.header__user-percent{background: #BEA08A;color: #fff;font-weight: bold;font-size: 9px;height: 12px;line-height: 12px;position: absolute;padding: 0 8px 0 5px;top: 0;left: 30px;}.header__user-percent:hover{color:#fff;text-decoration: none;}.header__user-percent:after{content: "";display: block;position: absolute;right: 0;top: 0;border-top: 6px solid transparent;border-bottom: 6px solid transparent;border-right: 3px solid #fff;}.header__user-bonus{color: #BEA08A;font-weight: 400;line-height: 100%;padding-top: 10px;display: inline-block;margin-left: 28px;}.header__user-bonus:hover{text-decoration: none;}.header__user-bonus span{display: block;font-size: 10px;line-height: 100%;}.sale.mm-listitem > a {color: #ff0000 !important;}.b-price-filter .form-control::-webkit-input-placeholder {opacity: 1;transition: opacity 0.3s ease;}.b-price-filter .form-control::-moz-placeholder {opacity: 1;transition: opacity 0.3s ease;}.b-price-filter .form-control:-moz-placeholder {opacity: 1;transition: opacity 0.3s ease;}.b-price-filter .form-control:-ms-input-placeholder {opacity: 1;transition: opacity 0.3s ease;}.b-price-filter .form-control:focus::-webkit-input-placeholder {opacity: 0;transition: opacity 0.3s ease;}.b-price-filter .form-control:focus::-moz-placeholder {opacity: 0;transition: opacity 0.3s ease;}.b-price-filter .form-control:focus:-moz-placeholder {opacity: 0;transition: opacity 0.3s ease;}.b-price-filter .form-control:focus:-ms-input-placeholder {opacity: 0;transition: opacity 0.3s ease;}.b-discount-string {background-color: #B49E8D;border: 1px solid #BFA18E;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;color: #fff;display: inline-block;font-size: .625rem;padding: 4px 15px;text-transform: uppercase;margin-top: 0.5rem;}.delivery-ny {background: url("/local/templates/elyts_2020/images/icons/delivery-ny.png") 0 50% no-repeat;cursor: pointer;font-size: .813rem;min-height: 20px;padding-left: 29px;}.submenu__level__three > li:hover > .golden-fall:hover {font-weight: 700 !important;}.golden-fall {color: #BEA08A !important;font-weight: 700;}.sale-menu{color: #ff0000 !important;}#oneClickDescr .oneclick__price .col-7, #oneClickDescr .oneclick__price .col-5 {flex: none;max-width: none;width: 100%;}.pvz-video-back {background: url("/upload/pvz_landing/pvz-video-back.jpg") 0 0 no-repeat;background-size: cover;}.page-inner-wrapper {position: relative;}.page-inner-wrapper .b-header {font-family: var(--ff-Titles);font-size: 22px;line-height: 26px;font-weight: 500;}.page-inner-wrapper .page-inner-container {margin-bottom: 40px;}.page-inner-wrapper .page-inner-container.no-m {margin: 0;}.page-inner-wrapper .page-inner-container.no-p {padding: 0;}.page-inner-container .trigger-advantage {margin-bottom: 15px;text-align: center;}.page-inner-container .b-name {color: #B1BAC3;font-size: 0.938rem;line-height: 1.3em;}.page-inner-wrapper .b-preview {border: 1px solid #E2E2E2;display: inline-block;padding: 42px 0;text-align: center;width: 143px;}.page-inner-wrapper .b-title {font-family: var(--ff-Titles);font-size: 1em;font-weight: 700;line-height: 1.3em;margin-bottom: 7px;text-transform: uppercase;}.page-inner-container .b-descr-fw-light {color: #676767;font-size: .875rem;font-weight: 400;line-height: 1.3em;}.page-inner-container .b-descr-fw-light a {color: #676767;}.page-inner-container .b-descr-fw-light .b-descr-fw-normal {left: 0;position: absolute;top: 0;}.page-inner-container .b-descr-fw-normal {color: #676767;font-size: 14px;font-weight: 400;line-height: 14px;}.page-inner-container .b-descr-fw-normal a {color: #676767;font-size: 14px;line-height: 18px;}.page-inner-container .i-address, .page-inner-container .i-phone, .page-inner-container .i-schedule, .page-inner-container .i-email {background-position: 0 50%;background-repeat: no-repeat;padding-left: 25px;}.page-inner-container .i-address {background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAHGSURBVHgB7VTBVcJAEJ1Z0DN2gB1ABSRWAB2QCoADvucJOPkkB6CCxAp4FAAJFUgH0oFc1AOQcUaIoibZ5MHzxL9sJju7M/v/zACckQGYxslzbCNAaiCgAUAFPrYiIF8Rjkyr7evOK20A1x4QkpNH5SO9Xt/Ub1FWRTCR/7KvuwO1ASi4QnhvmlZ39WffGRS2sBnmEF7MeruVOYhQJJkivZWjAhwGIlw/IaEVR10eYsNTI4eqW6nvAvBlRcKNw5oYbC6QtjXTuluaVms1dR5GAEGT//tRV8VqQgBGEOQmXzaux0zdXDQhItYj53xfcukCqgpkxczt0zH2IZKqa+k598UD2/ce7Y587NdFuCFUin/2IETzAFQ1NFkDi2mqSsZEYIgm4V4AawNj9BDECo+gmGeSjIdii8i8lCN9ETpAKraEE8FZe1LKST5Tp19nv+ckn8SO59rvca8kdrS8QkodjoG8hvugGbUnBTB1+2PdHdrZJYJzto1flbZrTqKuoq1WC20QERwJRtx8PzLm5vQ4SG9fEKfBZxHsJ67QNHNtL+3ZfFpHpIuaDELP7QtNJabRTHtWS1cIGYRMW41nR0nWk9J0xr/jA7mY6u0VLD07AAAAAElFTkSuQmCC");}.page-inner-container .i-phone {background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAGuSURBVHgB7ZTLbcJAEIZnnAYowR2EDoKhAaeC4AqAAxBOwAkBkYAKbCqAFICWdEA6oATOAXbyL8Yi4iXYoCgH/svau6v55rlEd/038akDFfZc4aXC5zybr3j0CznnACIyMP+TsF2kW0J2gHUzF1T7LOuAmQoqbLlkqQOIpi8fOZzmglpk/r2gNmehgfBDSJZyLrnkISIsKRV2M2Qh53BDj4XI/7mnht16DCtP6RYQkx4ss8Rr1CiFBmigNs9kqaPpQg2GwrL1vrTAMtXk+GSpoxAvqERY3CQaQEvMXLftsJOFZ+EA0YQmXYDOWKSJDlM2oJMQU2QReidebdNW7aM2wxi06zIVdXsq6ozOwU8+KxsDpugYTKRq7L2Um/Hemy+se2aW0IVpmFiI6A/cKcCJzQBfBYmNtlzjPYxECSje7+Q1SSoxur1nBtZFJ3rbLr0MkkSkeRnicnrfwL4mYafPpN1s8OpfBdnB2kVBWkyqCG/bPgzRpXGuWHSAGo6tILEhpIWcBjE/oSYzh50xaf0JU6gfjURWpeTds4bseZ4XkgyAj6YBME9N26fnrr/VN/Mj2vu2/qsgAAAAAElFTkSuQmCC");}.page-inner-container .i-schedule {background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAHJSURBVHgB7ZXLTcNAEIZn1uKeEkIFmApiiwKgA8cV4Eg8lJOdUxSDlKQC2x1AAZGhAkwFoQQfOJFkh1lHKFZiZ01OIOW/+DW7387uzG+Ao/6aUBeQRuMWiOU1EVj8aAJQi4flfM0QRQxy8Wq7/Y+DIWkycojEhCfMiSgRYGTqXn2TIC1EdIpJUAS2c5P8GpImDz6v3iOSgwv3flIbF408QvQZOLGd20FjyCwKu4gQIcG57d5lmwmHbUJjjrQ6LW9RGoUmIaScbeWCxO7Kxm0GcBbUKwP2ScUhAzgbvzhDHUTCwlLXfVtUDSricwlfnhbCWTjqkOEAqXGcTUcLYZkCxAscAimqT5W5HtICncRJp+q1sS5v/ZmwOBArQaqiuOJcLus4TR4dqFbeBJJJWJlQI66kuA4kga7UeC2ED+/5p5MbgIJyyXLRXBrKara004xqEOFiXtdYdUqTUPmbx41qb3uZ2F1lL980Vmg2AqiOJwwM5WEVZll1JkVjcSZTtoq3GXsT6DJAZEuR006NSaJmhV0G+UUgshtLel9/kWz/4kxtj3oiWvYu3H5cN0+D/8mwzR1gMYyLAUv/E8gMxCcpPxPbDXI46l/pG7jO5cdCOokqAAAAAElFTkSuQmCC");}.page-inner-container .i-email {background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEOSURBVHgB7ZPNbcJAEIVnbJByTAmmgiQlbFIBFQSX4AsSt+QYLinBTgXpIFtC6IAtwScuyDxmhSx+tF4GJC7In2StPBrrm7frJerpuRV8Wvir5ktZMroO9zqZjk6Lg0BjRgTH4LHJpwtSYH++3gH+oI7hklDRC8D4teX8mZQCRmO6eoISn0AjOhSYfOYukmhEWkFUEhNdIvAM6CxNzUhb0ZgSPO3P4KEmBdEkfnpwaomGrk20F6SP4PVS83MkcQFbBgqTF/Vu6zaGsXrxW7R7pwJM9pwodBll4OFIprRA8/mWzyqKp52I6FuERtZ/uYysSqIVeCRR1Sbq6gkdvJMnY05LSVWSAhx/29Nzb2wBwaWvkbLH6P0AAAAASUVORK5CYII=") }@media only screen and (min-width: 768px) {.page-inner-container .trigger-advantage {margin-bottom: 0;text-align: inherit;}.page-inner-wrapper .b-header {font-size: 20px;letter-spacing: 2px;}.page-inner-container .trigger-advantage .order-1, .page-inner-container .trigger-advantage .order-2 {text-align: right;}}@media only screen and (min-width: 992px) {.page-inner-wrapper:before {background-color: #F5F5F5;content: " ";display: block;height: 100%;left: -2px;position: absolute;top: 0;width: 2px;}.page-inner-wrapper .b-header {font-size: 30px;margin-bottom: 20px;letter-spacing: 2px;}.page-inner-wrapper .page-inner-container {margin-bottom: 65px;padding: 0 0 0 24px;}}@media only screen and (min-width: 1200px) {#page-inner-inner .swiper-slide {max-width: 368px }}@media only screen and (min-width: 1400px) {#page-inner-inner .swiper-slide {max-width: 300px }}.swimMenu>.sticky {position: fixed;z-index: 101;}.swimMenu>.stop {position: relative;z-index: 101;}.b-left-menu {position: -webkit-static !important;position: static !important;}.footer__perelinkator a{color: #2B2B2B;font-size: .875em;font-weight: 400;}.b-information {border: 1px solid #BEA08A;color: #676767;font-family: var(--ff-Titles);font-size: 1rem;font-weight: 500;padding: .875rem 2.25rem;}div[data-retailrocket-markup-block="5a0eaf26c7d0136b54effc93"] .rr-item__image img {max-width: 230px!important;}.pre-left-menu__line{display: block;background: #e6e6e6;border-radius: 4px;height: 12px;margin-bottom: 1.3rem;}.pre-left-menu__lvl1{width: 33%;margin-top: 0.5rem;margin-bottom: 1.6rem;}.pre-left-menu__lvl2{margin-left: 1rem;margin-top: .6rem;}.pre-left-menu__short{width: 60%;}.pre-left-menu__long{width: 80%;}.m-likv {color: #ff0000;text-transform: uppercase;}.new-year-link {display:inline-block;position: relative;}.new-year-link:before {content: "";display: block;background: url("/local/templates/elyts_2020/images/new_year_link.png") no-repeat;height: 40px;left: -28px;position: absolute;top: -33px;width: 96px;z-index: -1;}.submenu__level-texthappy{font-size: 12px;color: rgb(128, 128, 128);padding-right: 20px;line-height: 20px;}.pre-sale {color: #680B0B !important;}.gift-popup .modal-dialog {margin: 0;padding: 0 10px;max-width: 731px;}.gift-popup .modal-header {margin-bottom: 12px;padding: 0.8rem 1rem;}.gift-popup .modal-title {font-size: 25px!important;line-height: 1;text-align: center!important;width: 100%;}.gift-popup-form {padding: 0 15px;}.gift-popup-form .text-input {background: none;border: 0;-webkit-appearance: none;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;border-bottom: 1px solid #000;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;color: #000;font-size: .875rem;margin-bottom: 5px;padding: 5px 5px 8px;outline: none;width: 100%;}.gift-popup .header1 {font-family: var(--ff-Titles);font-size: 20px;font-weight: 500;text-transform: uppercase;}.gift-popup .header2 {color: #BFA18B;font-family: var(--ff-Titles);font-size: 94px;font-weight: 700;line-height: 60px;}@media only screen and (min-width: 768px) {.gift-popup .modal-title {font-size: 32px!important;}.gift-popup .modal-header {padding: 0.5rem 1rem;}.gift-popup .header1 {font-size: 22px;}}.icon_rubl{white-space: nowrap;overflow: hidden;text-indent: -9999px;position: relative;display: -webkit-inline-box !important;display: -ms-inline-flexbox !important;display: inline-flex !important;text-align: left;margin: 0 !important;color: inherit !important;}.icon_rubl:after {display: -webkit-box;display: -ms-flexbox;display: flex;content: '\20BD';text-indent: 0;color: inherit;}.shildik-border-line{background-color: #fff;color: #8B9CA7;display: inline-block;font-size: 14px;line-height: 18.2px;text-transform:lowercase;}.shildik-border-line::first-letter {text-transform: uppercase;}.shildik-border-line:hover {text-decoration:none;}.rr-widget[data-s] .rr-item__info .rr-item__season, .rr-widget[data-s] .rr-item__description .rr-item__label-collection {font-size: 12px;color: #8B9CA7;text-transform:lowercase;}.rr-widget[data-s] .rr-item__info .rr-item__season::first-letter, .rr-widget[data-s] .rr-item__description .rr-item__label-collection::first-letter {text-transform: uppercase;}@media only screen and (min-width:1300px){.item__product.i-4 .product-item {margin: 0 auto !important}}.roistat-promo-wrap {bottom:0px!important;display:none!important;top:auto!important;right:0!important;left:auto!important;}.roistat-promo-text{display:none!important;}.roistat-promo{display:inline-block;}li.cyber-sale-stock > a:after {background: url("/upload/cyber_sale_menu_86_40.gif") 0 0 no-repeat;content: " ";display: block;height: 40px;left: -29px;position: absolute;top: -10px;width: 86px;}.header__fixed li.cyber-sale-stock > a:after {height: 35px!important;}.shildik-border-line span {font-size: 7px!important;}.mainTitleWrapper {display: flex;align-items: center;justify-content: unset !important;}@media only screen and (max-width: 768px) {.mainTitleWrapper {justify-content: space-between !important;}}.oneClickBasket {color: #fff;background-color: #000;border-color: #000;padding: 10px 42px;font-family: 'Gilroy';font-style: normal;font-weight: 500;font-size: 14px;margin: 0 30px;cursor: pointer;display: none;}.oneClickBasket.active{display: block;}.oneClickBasket:hover {background-color: #4c4c4c;border-color: #4c4c4c;}.mobileRedirectBtn {display: none;position: fixed;bottom: 0;width: 100%;text-align: center;z-index: 99;}@media (max-width: 767px) {.mobileRedirectBtn.active {display: none;}.mobileRedirectBtn a {background: #000;color: #fff;padding: 10px 20px;width: 100%;display: inline-block;}.mainTitleWrapper {display: block;}.mainTitleWrapper .oneClickBasket.active {display: block;margin: 15px 0 30px;max-width: max-content;}}@media (max-width: 450px) {.mainTitleWrapper .oneClickBasket.active {max-width: 100%;}}#tmpSmallBasket{display: none !important;}.cashback__faq{max-width: 710px;margin: 0 auto;border-top: 1px solid #E2E2E2;}.cashback__faq .answer{border-bottom: 1px solid #E2E2E2;}.cashback__faq .name{font-weight: 600;font-size: 24px;line-height: 32px;padding: 20px 40px 20px 0;position: relative;}.cashback__faq .name:before{content: "";display: block;width: 25px;border-top: 1px solid #B4B4B4;position: absolute;right: 5px;top: 50%;margin-top: -1px;transform: rotate(-45deg);}.cashback__faq .name:after{content: "";display: block;width: 25px;border-top: 1px solid #B4B4B4;position: absolute;right: 5px;top: 50%;margin-top: -1px;transform: rotate(45deg);}.cashback__faq .name.collapsed:before{transform: rotate(0deg);}.cashback__faq .name.collapsed:after{transform: rotate(90deg);}.cashback__faq .text{font-weight: 400;font-size: .875rem;padding-bottom: 20px;padding-right: 40px;}.page-inner-wrapper .cashback__faq {max-width: none;}.page-inner-wrapper .cashback__faq .name {color: #676767;cursor: pointer;font-size: 18px;font-weight: 400;}@media (max-width: 767px) {.cashback__faq .name {font-size: 20px;line-height: 26px;}}
/* End */


/* Start:/local/templates/elyts_2020/template_styles.min.css?1750421004347954*/
@charset "UTF-8";@font-face {font-family: "Formular Neutral";src: url("/local/templates/elyts_2020/fonts/formular_neutral/formular-neutral-regular.woff") format("woff"), url("/local/templates/elyts_2020/fonts/formular_neutral/formular-neutral-regular.woff2") format("woff2"), url("/local/templates/elyts_2020/fonts/formular_neutral/formular-neutral-regular.eot") format("embedded-opentype"), url("/local/templates/elyts_2020/fonts/formular_neutral/formular-neutral-regular.ttf") format("truetype");font-style: normal;font-weight: 400;}@font-face {font-family: "Formular Neutral";src: url("/local/templates/elyts_2020/fonts/formular_neutral/formular-neutral-medium.woff") format("woff"), url("/local/templates/elyts_2020/fonts/formular_neutral/formular-neutral-medium.woff2") format("woff2"), url("/local/templates/elyts_2020/fonts/formular_neutral/formular-neutral-medium.eot") format("embedded-opentype"), url("/local/templates/elyts_2020/fonts/formular_neutral/formular-neutral-medium.ttf") format("truetype");font-style: normal;font-weight: 500;}@font-face {font-family: "Formular Neutral";src: url("/local/templates/elyts_2020/fonts/formular_neutral/formular-neutral-bold.woff") format("woff"), url("/local/templates/elyts_2020/fonts/formular_neutral/formular-neutral-bold.woff2") format("woff2"), url("/local/templates/elyts_2020/fonts/formular_neutral/formular-neutral-bold.eot") format("embedded-opentype"), url("/local/templates/elyts_2020/fonts/formular_neutral/formular-neutral-bold.ttf") format("truetype");font-style: normal;font-weight: 600;}@font-face {font-family: "Formular Neutral";src: url("/local/templates/elyts_2020/fonts/formular_neutral/formular-neutral-bold.woff") format("woff"), url("/local/templates/elyts_2020/fonts/formular_neutral/formular-neutral-bold.woff2") format("woff2"), url("/local/templates/elyts_2020/fonts/formular_neutral/formular-neutral-bold.eot") format("embedded-opentype"), url("/local/templates/elyts_2020/fonts/formular_neutral/formular-neutral-bold.ttf") format("truetype");font-style: normal;font-weight: 700;}:root {--blue: #007bff;--indigo: #6610f2;--purple: #6f42c1;--pink: #e83e8c;--red: #dc3545;--orange: #fd7e14;--yellow: #ffc107;--green: #28a745;--teal: #20c997;--cyan: #17a2b8;--white: #fff;--gray: #6c757d;--gray-dark: #343a40;--primary: #007bff;--secondary: #6c757d;--success: #28a745;--info: #17a2b8;--warning: #ffc107;--danger: #dc3545;--light: #f8f9fa;--dark: #343a40;--breakpoint-xs: 0;--breakpoint-sm: 576px;--breakpoint-md: 768px;--breakpoint-lg: 992px;--breakpoint-xl: 1200px;--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--ff-Titles: "Formular Neutral", serif;--ff-Text: "Formular Neutral", serif;--redColor: #ff4f4f;--blackColor: #2B2B2B;--grayColor: #808080;--borderGrayColor: #D8D8D8;--rowBorderGrayColor: #F5F5F5;--tiffanyColor: #BFEEE9;--blueLineColor: #018CD5;--iconWaP: url('data:image/svg+xml,<svg width="45" height="45" viewBox="0 0 45 45" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="22.5" cy="22.5" r="22.5" fill="%2336A437"/><path fill-rule="evenodd" clip-rule="evenodd" d="M32.0661 11.9238C29.528 9.39482 26.1525 8.00148 22.5565 8C15.1464 8 9.11575 14.0017 9.11276 21.3782C9.11177 23.7363 9.73074 26.0381 10.9072 28.0671L9 35L16.1267 33.1395C18.0904 34.2055 20.3012 34.7673 22.551 34.768H22.5566C29.9658 34.768 35.9972 28.7658 36 21.3889C36.0015 17.8139 34.6044 14.4525 32.0661 11.9238ZM22.5565 32.5085H22.5518C20.5469 32.5076 18.5805 31.9714 16.8647 30.9584L16.4569 30.7173L12.2278 31.8214L13.3566 27.7179L13.0908 27.2972C11.9723 25.5266 11.3816 23.4802 11.3826 21.379C11.385 15.2478 16.3976 10.2597 22.5609 10.2597C25.5455 10.2607 28.351 11.4188 30.4606 13.5208C32.5702 15.6228 33.7313 18.4167 33.7303 21.3881C33.7276 27.5198 28.7153 32.5085 22.5565 32.5085Z" fill="white"/><path d="M25.055 23.12L26.33 18.5H28.385L26 26H24.155L22.775 21.455L21.395 26H19.55L17.165 18.5H19.22L20.495 23.105L21.86 18.5H23.69L25.055 23.12Z" fill="white"/></svg>');}*, ::after, ::before {-webkit-box-sizing: border-box;box-sizing: border-box;}html {font-family: sans-serif;line-height: 1.15;-webkit-text-size-adjust: 100%;-webkit-tap-highlight-color: transparent;}article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {display: block;}body {margin: 0;font-family: var(--ff-Text);font-size: 1rem;font-weight: 400;line-height: 1.5rem;color: #212529;text-align: left;background-color: #fff;}[tabindex="-1"]:focus {outline: 0 !important;}hr {-webkit-box-sizing: content-box;box-sizing: content-box;height: 0;overflow: visible;}h1, h2, h3, h4, h5, h6 {margin-top: 0;margin-bottom: .75rem;}p {margin-top: 0;margin-bottom: 1rem;}abbr[data-original-title], abbr[title] {text-decoration: underline;-webkit-text-decoration: underline dotted;text-decoration: underline dotted;cursor: help;border-bottom: 0;-webkit-text-decoration-skip-ink: none;text-decoration-skip-ink: none;}address {margin-bottom: 1rem;font-style: normal;line-height: inherit;}dl, ol, ul {margin-top: 0;margin-bottom: 1rem;}ol ol, ol ul, ul ol, ul ul {margin-bottom: 0;}dt {font-weight: 700;}dd {margin-bottom: .5rem;margin-left: 0;}blockquote {margin: 0 0 1rem;}b, strong {font-weight: bolder;}small {font-size: 80%;}sub, sup {position: relative;font-size: 75%;line-height: 0;vertical-align: baseline;}sub {bottom: -.25em;}sup {top: -.5em;}a {color: #007bff;background-color: transparent;}a:hover {color: #0056b3;text-decoration: underline;}a:not([href]):not([tabindex]) {color: inherit;text-decoration: none;}a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {color: inherit;text-decoration: none;}a:not([href]):not([tabindex]):focus {outline: 0;}code, kbd, pre, samp {font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;font-size: 1em;}pre {margin-top: 0;margin-bottom: 1rem;overflow: auto;}figure {margin: 0 0 1rem;}img {vertical-align: middle;border-style: none;}svg {overflow: hidden;vertical-align: middle;}table {border-collapse: collapse;}caption {padding-top: .75rem;padding-bottom: .75rem;color: #6c757d;text-align: left;caption-side: bottom;}th {text-align: inherit;}label {display: inline-block;margin-bottom: .5rem;}button {border-radius: 0;}button:focus {outline: 1px dotted;outline: 5px auto -webkit-focus-ring-color;}button, input, optgroup, select, textarea {margin: 0;font-family: inherit;font-size: inherit;line-height: inherit;}button, input {overflow: visible;}button, select {text-transform: none;}select {word-wrap: normal;}[type=button], [type=reset], [type=submit], button {-webkit-appearance: button;}[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {cursor: pointer;}[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {padding: 0;border-style: none;}input[type=checkbox], input[type=radio] {-webkit-box-sizing: border-box;box-sizing: border-box;padding: 0;}input[type=date], input[type=datetime-local], input[type=month], input[type=time] {-webkit-appearance: listbox;}textarea {overflow: auto;resize: vertical;}fieldset {min-width: 0;padding: 0;margin: 0;border: 0;}legend {display: block;width: 100%;max-width: 100%;padding: 0;margin-bottom: .5rem;font-size: 1.5rem;line-height: inherit;color: inherit;white-space: normal;}progress {vertical-align: baseline;}[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {height: auto;}[type=search] {outline-offset: -2px;-webkit-appearance: none;}[type=search]::-webkit-search-decoration {-webkit-appearance: none;}::-webkit-file-upload-button {font: inherit;-webkit-appearance: button;}output {display: inline-block;}summary {display: list-item;cursor: pointer;}template {display: none;}[hidden] {display: none !important;}.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {margin-bottom: .75rem;font-weight: 500;line-height: 1.2;}.h1, h1 {font-size: 1.5rem;}.h2, h2 {font-size: 1.5rem;}.h3, h3 {font-size: 1.375rem;}.h4, h4 {font-size: 1.250rem;}.h5, h5 {font-size: 1.125rem;}.h6, h6 {font-size: 1rem;}.h2-v2 {font-weight: 500;font-size: 1.625rem;line-height: 1.95rem;}.lead {font-size: 1.25rem;font-weight: 400;}.display-1 {font-size: 6rem;font-weight: 400;line-height: 1.2;}.display-2 {font-size: 5.5rem;font-weight: 400;line-height: 1.2;}.display-3 {font-size: 4.5rem;font-weight: 400;line-height: 1.2;}.display-4 {font-size: 3.5rem;font-weight: 400;line-height: 1.2;}hr {margin-top: 1rem;margin-bottom: 1rem;border: 0;border-top: 1px solid rgba(0, 0, 0, 0.1);}.small, small {font-size: 80%;font-weight: 400;}.mark, mark {padding: .2em;background-color: #fcf8e3;}.list-unstyled {padding-left: 0;list-style: none;}.list-inline {padding-left: 0;list-style: none;}.list-inline-item {display: inline-block;}.list-inline-item:not(:last-child) {margin-right: .5rem;}.initialism {font-size: 90%;text-transform: uppercase;}.blockquote {margin-bottom: 1rem;font-size: 1.25rem;}.blockquote-footer {display: block;font-size: 80%;color: #6c757d;}.blockquote-footer::before {content: "\2014\00A0";}.img-fluid {max-width: 100%;height: auto;}.footer-logo {width: 127px;height: 54px;}.img-thumbnail {padding: .25rem;background-color: #fff;border: 1px solid #dee2e6;border-radius: .25rem;max-width: 100%;height: auto;}.figure {display: inline-block;}.figure-img {margin-bottom: .5rem;line-height: 1;}.figure-caption {font-size: 90%;color: #6c757d;}code {font-size: 87.5%;color: #e83e8c;word-break: break-word;}.opacity-5 {opacity: 0.5;}.opacity-8 {opacity: 0.8;}a > code {color: inherit;}kbd {padding: .2rem .4rem;font-size: 87.5%;color: #fff;background-color: #212529;border-radius: .2rem;}kbd kbd {padding: 0;font-size: 100%;font-weight: 700;}pre {display: block;font-size: 87.5%;color: #212529;}pre code {font-size: inherit;color: inherit;word-break: normal;}.pre-scrollable {max-height: 340px;overflow-y: scroll;}.container {width: 100%;padding-right: 16px;padding-left: 16px;margin-right: auto;margin-left: auto;}.header__left-links {display: flex;}.header__links__item.payment {background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIgOC41MDQ4OEgyMk02IDE2LjUwNDlIOE0xMC41IDE2LjUwNDlIMTQuNU02LjQ0IDMuNTA0ODhIMTcuNTVDMjEuMTEgMy41MDQ4OCAyMiA0LjM4NDg4IDIyIDcuODk0ODhWMTYuMTA0OUMyMiAxOS42MTQ5IDIxLjExIDIwLjQ5NDkgMTcuNTYgMjAuNDk0OUg2LjQ0QzIuODkgMjAuNTA0OSAyIDE5LjYyNDkgMiAxNi4xMTQ5VjcuODk0ODhDMiA0LjM4NDg4IDIuODkgMy41MDQ4OCA2LjQ0IDMuNTA0ODhaIiBzdHJva2U9IiMyOTJEMzIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K") 0 0 no-repeat;cursor: pointer;display: inline-block;font-size: 14px;line-height: 24px;padding-left: 32px;z-index: 1;margin:0;}.header__links__item.delivery {background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMuMTcwMTQgNy40Mzk3OUwxMi4wMDAxIDEyLjU0OThMMjAuNzcwMSA3LjQ2OTc5TTEyLjAwMDEgMjEuNjA5OFYxMi41Mzk4TTkuOTMwMTQgMi40Nzk3OUw0LjU5MDE0IDUuNDM5NzlDMy4zODAxNCA2LjEwOTc5IDIuMzkwMTQgNy43ODk3OSAyLjM5MDE0IDkuMTY5NzlWMTQuODE5OEMyLjM5MDE0IDE2LjE5OTggMy4zODAxNCAxNy44Nzk4IDQuNTkwMTQgMTguNTQ5OEw5LjkzMDE0IDIxLjUxOThDMTEuMDcwMSAyMi4xNDk4IDEyLjk0MDEgMjIuMTQ5OCAxNC4wODAxIDIxLjUxOThMMTkuNDIwMSAxOC41NDk4QzIwLjYzMDEgMTcuODc5OCAyMS42MjAxIDE2LjE5OTggMjEuNjIwMSAxNC44MTk4VjkuMTY5NzlDMjEuNjIwMSA3Ljc4OTc5IDIwLjYzMDEgNi4xMDk3OSAxOS40MjAxIDUuNDM5NzlMMTQuMDgwMSAyLjQ2OTc5QzEyLjkzMDEgMS44Mzk3OSAxMS4wNzAxIDEuODM5NzkgOS45MzAxNCAyLjQ3OTc5WiIgc3Ryb2tlPSIjMjkyRDMyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==") 0 0 no-repeat;padding-left: 32px;font-size: 14px;line-height: 24px;margin: 0 24px;}@media (min-width: 576px) {.container {max-width: 540px;}}@media (min-width: 700px) {.container {max-width: 696px;}}@media (min-width: 768px) {.container {max-width: 720px;}}@media (min-width: 992px) {.container {max-width: 992px;}}@media (min-width: 1200px) {.container {max-width: 1140px;}}.container-fluid {width: 100%;padding-right: 15px;padding-left: 15px;margin-right: auto;margin-left: auto;}.row {display: -ms-flexbox;display: -webkit-box;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;margin-right: -15px;margin-left: -15px;}.no-gutters {margin-right: 0;margin-left: 0;}.no-gutters > .col, .no-gutters > [class*=col-] {padding-right: 0;padding-left: 0;}.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {position: relative;width: 100%;padding-right: 15px;padding-left: 15px;}.col {-ms-flex-preferred-size: 0;flex-basis: 0;-ms-flex-positive: 1;-webkit-box-flex: 1;flex-grow: 1;max-width: 100%;}.col-auto {-ms-flex: 0 0 auto;-webkit-box-flex: 0;flex: 0 0 auto;width: auto;max-width: 100%;}.col-1 {-ms-flex: 0 0 8.333333%;-webkit-box-flex: 0;flex: 0 0 8.333333%;max-width: 8.333333%;}.col-2 {-ms-flex: 0 0 16.666667%;-webkit-box-flex: 0;flex: 0 0 16.666667%;max-width: 16.666667%;}.col-3 {-ms-flex: 0 0 25%;-webkit-box-flex: 0;flex: 0 0 25%;max-width: 25%;}.col-4 {-ms-flex: 0 0 33.333333%;-webkit-box-flex: 0;flex: 0 0 33.333333%;max-width: 33.333333%;}.col-5 {-ms-flex: 0 0 41.666667%;-webkit-box-flex: 0;flex: 0 0 41.666667%;max-width: 41.666667%;}.col-6 {-ms-flex: 0 0 50%;-webkit-box-flex: 0;flex: 0 0 50%;max-width: 50%;}.col-7 {-ms-flex: 0 0 58.333333%;-webkit-box-flex: 0;flex: 0 0 58.333333%;max-width: 58.333333%;}.col-8 {-ms-flex: 0 0 66.666667%;-webkit-box-flex: 0;flex: 0 0 66.666667%;max-width: 66.666667%;}.col-9 {-ms-flex: 0 0 75%;-webkit-box-flex: 0;flex: 0 0 75%;max-width: 75%;}.col-10 {-ms-flex: 0 0 83.333333%;-webkit-box-flex: 0;flex: 0 0 83.333333%;max-width: 83.333333%;}.col-11 {-ms-flex: 0 0 91.666667%;-webkit-box-flex: 0;flex: 0 0 91.666667%;max-width: 91.666667%;}.col-12 {-ms-flex: 0 0 100%;-webkit-box-flex: 0;flex: 0 0 100%;max-width: 100%;}.order-first {-ms-flex-order: -1;-webkit-box-ordinal-group: 0;order: -1;}.order-last {-ms-flex-order: 13;-webkit-box-ordinal-group: 14;order: 13;}.order-0 {-ms-flex-order: 0;-webkit-box-ordinal-group: 1;order: 0;}.order-1 {-ms-flex-order: 1;-webkit-box-ordinal-group: 2;order: 1;}.order-2 {-ms-flex-order: 2;-webkit-box-ordinal-group: 3;order: 2;}.order-3 {-ms-flex-order: 3;-webkit-box-ordinal-group: 4;order: 3;}.order-4 {-ms-flex-order: 4;-webkit-box-ordinal-group: 5;order: 4;}.order-5 {-ms-flex-order: 5;-webkit-box-ordinal-group: 6;order: 5;}.order-6 {-ms-flex-order: 6;-webkit-box-ordinal-group: 7;order: 6;}.order-7 {-ms-flex-order: 7;-webkit-box-ordinal-group: 8;order: 7;}.order-8 {-ms-flex-order: 8;-webkit-box-ordinal-group: 9;order: 8;}.order-9 {-ms-flex-order: 9;-webkit-box-ordinal-group: 10;order: 9;}.order-10 {-ms-flex-order: 10;-webkit-box-ordinal-group: 11;order: 10;}.order-11 {-ms-flex-order: 11;-webkit-box-ordinal-group: 12;order: 11;}.order-12 {-ms-flex-order: 12;-webkit-box-ordinal-group: 13;order: 12;}.offset-1 {margin-left: 8.333333%;}.offset-2 {margin-left: 16.666667%;}.offset-3 {margin-left: 25%;}.offset-4 {margin-left: 33.333333%;}.offset-5 {margin-left: 41.666667%;}.offset-6 {margin-left: 50%;}.offset-7 {margin-left: 58.333333%;}.offset-8 {margin-left: 66.666667%;}.offset-9 {margin-left: 75%;}.offset-10 {margin-left: 83.333333%;}.offset-11 {margin-left: 91.666667%;}@media (min-width: 576px) {.col-sm {-ms-flex-preferred-size: 0;flex-basis: 0;-ms-flex-positive: 1;-webkit-box-flex: 1;flex-grow: 1;max-width: 100%;}.col-sm-auto {-ms-flex: 0 0 auto;-webkit-box-flex: 0;flex: 0 0 auto;width: auto;max-width: 100%;}.col-sm-1 {-ms-flex: 0 0 8.333333%;-webkit-box-flex: 0;flex: 0 0 8.333333%;max-width: 8.333333%;}.col-sm-2 {-ms-flex: 0 0 16.666667%;-webkit-box-flex: 0;flex: 0 0 16.666667%;max-width: 16.666667%;}.col-sm-3 {-ms-flex: 0 0 25%;-webkit-box-flex: 0;flex: 0 0 25%;max-width: 25%;}.col-sm-4 {-ms-flex: 0 0 33.333333%;-webkit-box-flex: 0;flex: 0 0 33.333333%;max-width: 33.333333%;}.col-sm-5 {-ms-flex: 0 0 41.666667%;-webkit-box-flex: 0;flex: 0 0 41.666667%;max-width: 41.666667%;}.col-sm-6 {-ms-flex: 0 0 50%;-webkit-box-flex: 0;flex: 0 0 50%;max-width: 50%;}.col-sm-7 {-ms-flex: 0 0 58.333333%;-webkit-box-flex: 0;flex: 0 0 58.333333%;max-width: 58.333333%;}.col-sm-8 {-ms-flex: 0 0 66.666667%;-webkit-box-flex: 0;flex: 0 0 66.666667%;max-width: 66.666667%;}.col-sm-9 {-ms-flex: 0 0 75%;-webkit-box-flex: 0;flex: 0 0 75%;max-width: 75%;}.col-sm-10 {-ms-flex: 0 0 83.333333%;-webkit-box-flex: 0;flex: 0 0 83.333333%;max-width: 83.333333%;}.col-sm-11 {-ms-flex: 0 0 91.666667%;-webkit-box-flex: 0;flex: 0 0 91.666667%;max-width: 91.666667%;}.col-sm-12 {-ms-flex: 0 0 100%;-webkit-box-flex: 0;flex: 0 0 100%;max-width: 100%;}.order-sm-first {-ms-flex-order: -1;-webkit-box-ordinal-group: 0;order: -1;}.order-sm-last {-ms-flex-order: 13;-webkit-box-ordinal-group: 14;order: 13;}.order-sm-0 {-ms-flex-order: 0;-webkit-box-ordinal-group: 1;order: 0;}.order-sm-1 {-ms-flex-order: 1;-webkit-box-ordinal-group: 2;order: 1;}.order-sm-2 {-ms-flex-order: 2;-webkit-box-ordinal-group: 3;order: 2;}.order-sm-3 {-ms-flex-order: 3;-webkit-box-ordinal-group: 4;order: 3;}.order-sm-4 {-ms-flex-order: 4;-webkit-box-ordinal-group: 5;order: 4;}.order-sm-5 {-ms-flex-order: 5;-webkit-box-ordinal-group: 6;order: 5;}.order-sm-6 {-ms-flex-order: 6;-webkit-box-ordinal-group: 7;order: 6;}.order-sm-7 {-ms-flex-order: 7;-webkit-box-ordinal-group: 8;order: 7;}.order-sm-8 {-ms-flex-order: 8;-webkit-box-ordinal-group: 9;order: 8;}.order-sm-9 {-ms-flex-order: 9;-webkit-box-ordinal-group: 10;order: 9;}.order-sm-10 {-ms-flex-order: 10;-webkit-box-ordinal-group: 11;order: 10;}.order-sm-11 {-ms-flex-order: 11;-webkit-box-ordinal-group: 12;order: 11;}.order-sm-12 {-ms-flex-order: 12;-webkit-box-ordinal-group: 13;order: 12;}.offset-sm-0 {margin-left: 0;}.offset-sm-1 {margin-left: 8.333333%;}.offset-sm-2 {margin-left: 16.666667%;}.offset-sm-3 {margin-left: 25%;}.offset-sm-4 {margin-left: 33.333333%;}.offset-sm-5 {margin-left: 41.666667%;}.offset-sm-6 {margin-left: 50%;}.offset-sm-7 {margin-left: 58.333333%;}.offset-sm-8 {margin-left: 66.666667%;}.offset-sm-9 {margin-left: 75%;}.offset-sm-10 {margin-left: 83.333333%;}.offset-sm-11 {margin-left: 91.666667%;}}@media (min-width: 770px) {.col-md {-ms-flex-preferred-size: 0;flex-basis: 0;-ms-flex-positive: 1;-webkit-box-flex: 1;flex-grow: 1;max-width: 100%;}.col-md-auto {-ms-flex: 0 0 auto;-webkit-box-flex: 0;flex: 0 0 auto;width: auto;max-width: 100%;}.col-md-1 {-ms-flex: 0 0 8.333333%;-webkit-box-flex: 0;flex: 0 0 8.333333%;max-width: 8.333333%;}.col-md-2 {-ms-flex: 0 0 16.666667%;-webkit-box-flex: 0;flex: 0 0 16.666667%;max-width: 16.666667%;}.col-md-3 {-ms-flex: 0 0 25%;-webkit-box-flex: 0;flex: 0 0 25%;max-width: 25%;}.col-md-4 {-ms-flex: 0 0 33.333333%;-webkit-box-flex: 0;flex: 0 0 33.333333%;max-width: 33.333333%;}.col-md-5 {-ms-flex: 0 0 41.666667%;-webkit-box-flex: 0;flex: 0 0 41.666667%;max-width: 41.666667%;}.col-md-6 {-ms-flex: 0 0 50%;-webkit-box-flex: 0;flex: 0 0 50%;max-width: 50%;}.col-md-7 {-ms-flex: 0 0 58.333333%;-webkit-box-flex: 0;flex: 0 0 58.333333%;max-width: 58.333333%;}.col-md-8 {-ms-flex: 0 0 66.666667%;-webkit-box-flex: 0;flex: 0 0 66.666667%;max-width: 66.666667%;}.col-md-9 {-ms-flex: 0 0 75%;-webkit-box-flex: 0;flex: 0 0 75%;max-width: 75%;}.col-md-10 {-ms-flex: 0 0 83.333333%;-webkit-box-flex: 0;flex: 0 0 83.333333%;max-width: 83.333333%;}.col-md-11 {-ms-flex: 0 0 91.666667%;-webkit-box-flex: 0;flex: 0 0 91.666667%;max-width: 91.666667%;}.col-md-12 {-ms-flex: 0 0 100%;-webkit-box-flex: 0;flex: 0 0 100%;max-width: 100%;}.order-md-first {-ms-flex-order: -1;-webkit-box-ordinal-group: 0;order: -1;}.order-md-last {-ms-flex-order: 13;-webkit-box-ordinal-group: 14;order: 13;}.order-md-0 {-ms-flex-order: 0;-webkit-box-ordinal-group: 1;order: 0;}.order-md-1 {-ms-flex-order: 1;-webkit-box-ordinal-group: 2;order: 1;}.order-md-2 {-ms-flex-order: 2;-webkit-box-ordinal-group: 3;order: 2;}.order-md-3 {-ms-flex-order: 3;-webkit-box-ordinal-group: 4;order: 3;}.order-md-4 {-ms-flex-order: 4;-webkit-box-ordinal-group: 5;order: 4;}.order-md-5 {-ms-flex-order: 5;-webkit-box-ordinal-group: 6;order: 5;}.order-md-6 {-ms-flex-order: 6;-webkit-box-ordinal-group: 7;order: 6;}.order-md-7 {-ms-flex-order: 7;-webkit-box-ordinal-group: 8;order: 7;}.order-md-8 {-ms-flex-order: 8;-webkit-box-ordinal-group: 9;order: 8;}.order-md-9 {-ms-flex-order: 9;-webkit-box-ordinal-group: 10;order: 9;}.order-md-10 {-ms-flex-order: 10;-webkit-box-ordinal-group: 11;order: 10;}.order-md-11 {-ms-flex-order: 11;-webkit-box-ordinal-group: 12;order: 11;}.order-md-12 {-ms-flex-order: 12;-webkit-box-ordinal-group: 13;order: 12;}.offset-md-0 {margin-left: 0;}.offset-md-1 {margin-left: 8.333333%;}.offset-md-2 {margin-left: 16.666667%;}.offset-md-3 {margin-left: 25%;}.offset-md-4 {margin-left: 33.333333%;}.offset-md-5 {margin-left: 41.666667%;}.offset-md-6 {margin-left: 50%;}.offset-md-7 {margin-left: 58.333333%;}.offset-md-8 {margin-left: 66.666667%;}.offset-md-9 {margin-left: 75%;}.offset-md-10 {margin-left: 83.333333%;}.offset-md-11 {margin-left: 91.666667%;}}@media (min-width: 992px) {.col-lg {-ms-flex-preferred-size: 0;flex-basis: 0;-ms-flex-positive: 1;-webkit-box-flex: 1;flex-grow: 1;max-width: 100%;}.col-lg-auto {-ms-flex: 0 0 auto;-webkit-box-flex: 0;flex: 0 0 auto;width: auto;max-width: 100%;}.col-lg-1 {-ms-flex: 0 0 8.333333%;-webkit-box-flex: 0;flex: 0 0 8.333333%;max-width: 8.333333%;}.col-lg-2 {-ms-flex: 0 0 16.666667%;-webkit-box-flex: 0;flex: 0 0 16.666667%;max-width: 16.666667%;}.col-lg-3 {-ms-flex: 0 0 25%;-webkit-box-flex: 0;flex: 0 0 25%;max-width: 25%;}.col-lg-4 {-ms-flex: 0 0 33.333333%;-webkit-box-flex: 0;flex: 0 0 33.333333%;max-width: 33.333333%;}.col-lg-5 {-ms-flex: 0 0 41.666667%;-webkit-box-flex: 0;flex: 0 0 41.666667%;max-width: 41.666667%;}.col-lg-6 {-ms-flex: 0 0 50%;-webkit-box-flex: 0;flex: 0 0 50%;max-width: 50%;}.col-lg-7 {-ms-flex: 0 0 58.333333%;-webkit-box-flex: 0;flex: 0 0 58.333333%;max-width: 58.333333%;}.col-lg-8 {-ms-flex: 0 0 66.666667%;-webkit-box-flex: 0;flex: 0 0 66.666667%;max-width: 66.666667%;}.col-lg-9 {-ms-flex: 0 0 75%;-webkit-box-flex: 0;flex: 0 0 75%;max-width: 75%;}.col-lg-10 {-ms-flex: 0 0 83.333333%;-webkit-box-flex: 0;flex: 0 0 83.333333%;max-width: 83.333333%;}.col-lg-11 {-ms-flex: 0 0 91.666667%;-webkit-box-flex: 0;flex: 0 0 91.666667%;max-width: 91.666667%;}.col-lg-12 {-ms-flex: 0 0 100%;-webkit-box-flex: 0;flex: 0 0 100%;max-width: 100%;}.order-lg-first {-ms-flex-order: -1;-webkit-box-ordinal-group: 0;order: -1;}.order-lg-last {-ms-flex-order: 13;-webkit-box-ordinal-group: 14;order: 13;}.order-lg-0 {-ms-flex-order: 0;-webkit-box-ordinal-group: 1;order: 0;}.order-lg-1 {-ms-flex-order: 1;-webkit-box-ordinal-group: 2;order: 1;}.order-lg-2 {-ms-flex-order: 2;-webkit-box-ordinal-group: 3;order: 2;}.order-lg-3 {-ms-flex-order: 3;-webkit-box-ordinal-group: 4;order: 3;}.order-lg-4 {-ms-flex-order: 4;-webkit-box-ordinal-group: 5;order: 4;}.order-lg-5 {-ms-flex-order: 5;-webkit-box-ordinal-group: 6;order: 5;}.order-lg-6 {-ms-flex-order: 6;-webkit-box-ordinal-group: 7;order: 6;}.order-lg-7 {-ms-flex-order: 7;-webkit-box-ordinal-group: 8;order: 7;}.order-lg-8 {-ms-flex-order: 8;-webkit-box-ordinal-group: 9;order: 8;}.order-lg-9 {-ms-flex-order: 9;-webkit-box-ordinal-group: 10;order: 9;}.order-lg-10 {-ms-flex-order: 10;-webkit-box-ordinal-group: 11;order: 10;}.order-lg-11 {-ms-flex-order: 11;-webkit-box-ordinal-group: 12;order: 11;}.order-lg-12 {-ms-flex-order: 12;-webkit-box-ordinal-group: 13;order: 12;}.offset-lg-0 {margin-left: 0;}.offset-lg-1 {margin-left: 8.333333%;}.offset-lg-2 {margin-left: 16.666667%;}.offset-lg-3 {margin-left: 25%;}.offset-lg-4 {margin-left: 33.333333%;}.offset-lg-5 {margin-left: 41.666667%;}.offset-lg-6 {margin-left: 50%;}.offset-lg-7 {margin-left: 58.333333%;}.offset-lg-8 {margin-left: 66.666667%;}.offset-lg-9 {margin-left: 75%;}.offset-lg-10 {margin-left: 83.333333%;}.offset-lg-11 {margin-left: 91.666667%;}}@media (min-width: 1200px) {.col-xl {-ms-flex-preferred-size: 0;flex-basis: 0;-ms-flex-positive: 1;-webkit-box-flex: 1;flex-grow: 1;max-width: 100%;}.col-xl-auto {-ms-flex: 0 0 auto;-webkit-box-flex: 0;flex: 0 0 auto;width: auto;max-width: 100%;}.col-xl-1 {-ms-flex: 0 0 8.333333%;-webkit-box-flex: 0;flex: 0 0 8.333333%;max-width: 8.333333%;}.col-xl-2 {-ms-flex: 0 0 16.666667%;-webkit-box-flex: 0;flex: 0 0 16.666667%;max-width: 16.666667%;}.col-xl-3 {-ms-flex: 0 0 25%;-webkit-box-flex: 0;flex: 0 0 25%;max-width: 25%;}.col-xl-4 {-ms-flex: 0 0 33.333333%;-webkit-box-flex: 0;flex: 0 0 33.333333%;max-width: 33.333333%;}.col-xl-5 {-ms-flex: 0 0 41.666667%;-webkit-box-flex: 0;flex: 0 0 41.666667%;max-width: 41.666667%;}.col-xl-6 {-ms-flex: 0 0 50%;-webkit-box-flex: 0;flex: 0 0 50%;max-width: 50%;}.col-xl-7 {-ms-flex: 0 0 58.333333%;-webkit-box-flex: 0;flex: 0 0 58.333333%;max-width: 58.333333%;}.col-xl-8 {-ms-flex: 0 0 66.666667%;-webkit-box-flex: 0;flex: 0 0 66.666667%;max-width: 66.666667%;}.col-xl-9 {-ms-flex: 0 0 75%;-webkit-box-flex: 0;flex: 0 0 75%;max-width: 75%;}.col-xl-10 {-ms-flex: 0 0 83.333333%;-webkit-box-flex: 0;flex: 0 0 83.333333%;max-width: 83.333333%;}.col-xl-11 {-ms-flex: 0 0 91.666667%;-webkit-box-flex: 0;flex: 0 0 91.666667%;max-width: 91.666667%;}.col-xl-12 {-ms-flex: 0 0 100%;-webkit-box-flex: 0;flex: 0 0 100%;max-width: 100%;}.order-xl-first {-ms-flex-order: -1;-webkit-box-ordinal-group: 0;order: -1;}.order-xl-last {-ms-flex-order: 13;-webkit-box-ordinal-group: 14;order: 13;}.order-xl-0 {-ms-flex-order: 0;-webkit-box-ordinal-group: 1;order: 0;}.order-xl-1 {-ms-flex-order: 1;-webkit-box-ordinal-group: 2;order: 1;}.order-xl-2 {-ms-flex-order: 2;-webkit-box-ordinal-group: 3;order: 2;}.order-xl-3 {-ms-flex-order: 3;-webkit-box-ordinal-group: 4;order: 3;}.order-xl-4 {-ms-flex-order: 4;-webkit-box-ordinal-group: 5;order: 4;}.order-xl-5 {-ms-flex-order: 5;-webkit-box-ordinal-group: 6;order: 5;}.order-xl-6 {-ms-flex-order: 6;-webkit-box-ordinal-group: 7;order: 6;}.order-xl-7 {-ms-flex-order: 7;-webkit-box-ordinal-group: 8;order: 7;}.order-xl-8 {-ms-flex-order: 8;-webkit-box-ordinal-group: 9;order: 8;}.order-xl-9 {-ms-flex-order: 9;-webkit-box-ordinal-group: 10;order: 9;}.order-xl-10 {-ms-flex-order: 10;-webkit-box-ordinal-group: 11;order: 10;}.order-xl-11 {-ms-flex-order: 11;-webkit-box-ordinal-group: 12;order: 11;}.order-xl-12 {-ms-flex-order: 12;-webkit-box-ordinal-group: 13;order: 12;}.offset-xl-0 {margin-left: 0;}.offset-xl-1 {margin-left: 8.333333%;}.offset-xl-2 {margin-left: 16.666667%;}.offset-xl-3 {margin-left: 25%;}.offset-xl-4 {margin-left: 33.333333%;}.offset-xl-5 {margin-left: 41.666667%;}.offset-xl-6 {margin-left: 50%;}.offset-xl-7 {margin-left: 58.333333%;}.offset-xl-8 {margin-left: 66.666667%;}.offset-xl-9 {margin-left: 75%;}.offset-xl-10 {margin-left: 83.333333%;}.offset-xl-11 {margin-left: 91.666667%;}}.font-size_1 {font-weight: 400;font-size: 1rem;line-height: 1.3rem;}.font-size_2 {font-weight: 500;font-size: 0.875rem;line-height: 1.1rem;}.font-size_3 {font-weight: 500;font-size: 1.25rem;line-height: 1.625rem;}.font-size_4 {font-weight: 500;font-size: 1.125rem;line-height: 1.4rem;}@media only screen and (max-width: 1100px) {.font-size_1 {font-weight: 400;font-size: 0.875rem;line-height: 1.1rem;}.font-size_3 {font-weight: 500;font-size: 1.125rem;line-height: 1.4rem;}.font-size_4 {font-weight: 500;font-size: 1rem;line-height: 1.3rem;}}.table {width: 100%;margin-bottom: 1rem;color: #212529;}.table td, .table th {padding: .75rem;vertical-align: top;border-top: 1px solid #dee2e6;}.table thead th {vertical-align: bottom;border-bottom: 2px solid #dee2e6;}.table tbody + tbody {border-top: 2px solid #dee2e6;}.table-sm td, .table-sm th {padding: .3rem;}.table-bordered {border: 1px solid #dee2e6;}.table-bordered td, .table-bordered th {border: 1px solid #dee2e6;}.table-bordered thead td, .table-bordered thead th {border-bottom-width: 2px;}.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {border: 0;}.table-striped tbody tr:nth-of-type(odd) {background-color: rgba(0, 0, 0, 0.05);}.table-hover tbody tr:hover {color: #212529;background-color: rgba(0, 0, 0, 0.075);}.table-primary, .table-primary > td, .table-primary > th {background-color: #b8daff;}.table-primary tbody + tbody, .table-primary td, .table-primary th, .table-primary thead th {border-color: #7abaff;}.table-hover .table-primary:hover {background-color: #9fcdff;}.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {background-color: #9fcdff;}.table-secondary, .table-secondary > td, .table-secondary > th {background-color: #d6d8db;}.table-secondary tbody + tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {border-color: #b3b7bb;}.table-hover .table-secondary:hover {background-color: #c8cbcf;}.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {background-color: #c8cbcf;}.table-success, .table-success > td, .table-success > th {background-color: #c3e6cb;}.table-success tbody + tbody, .table-success td, .table-success th, .table-success thead th {border-color: #8fd19e;}.table-hover .table-success:hover {background-color: #b1dfbb;}.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {background-color: #b1dfbb;}.table-info, .table-info > td, .table-info > th {background-color: #bee5eb;}.table-info tbody + tbody, .table-info td, .table-info th, .table-info thead th {border-color: #86cfda;}.table-hover .table-info:hover {background-color: #abdde5;}.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {background-color: #abdde5;}.table-warning, .table-warning > td, .table-warning > th {background-color: #ffeeba;}.table-warning tbody + tbody, .table-warning td, .table-warning th, .table-warning thead th {border-color: #ffdf7e;}.table-hover .table-warning:hover {background-color: #ffe8a1;}.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {background-color: #ffe8a1;}.table-danger, .table-danger > td, .table-danger > th {background-color: #f5c6cb;}.table-danger tbody + tbody, .table-danger td, .table-danger th, .table-danger thead th {border-color: #ed969e;}.table-hover .table-danger:hover {background-color: #f1b0b7;}.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {background-color: #f1b0b7;}.table-light, .table-light > td, .table-light > th {background-color: #fdfdfe;}.table-light tbody + tbody, .table-light td, .table-light th, .table-light thead th {border-color: #fbfcfc;}.table-hover .table-light:hover {background-color: #ececf6;}.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {background-color: #ececf6;}.table-dark, .table-dark > td, .table-dark > th {background-color: #c6c8ca;}.table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {border-color: #95999c;}.table-hover .table-dark:hover {background-color: #b9bbbe;}.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {background-color: #b9bbbe;}.table-active, .table-active > td, .table-active > th {background-color: rgba(0, 0, 0, 0.075);}.table-hover .table-active:hover {background-color: rgba(0, 0, 0, 0.075);}.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {background-color: rgba(0, 0, 0, 0.075);}.table .thead-dark th {color: #fff;background-color: #343a40;border-color: #454d55;}.table .thead-light th {color: #495057;background-color: #e9ecef;border-color: #dee2e6;}.table-dark {color: #fff;background-color: #343a40;}.table-dark td, .table-dark th, .table-dark thead th {border-color: #454d55;}.table-dark.table-bordered {border: 0;}.table-dark.table-striped tbody tr:nth-of-type(odd) {background-color: rgba(255, 255, 255, 0.05);}.table-dark.table-hover tbody tr:hover {color: #fff;background-color: rgba(255, 255, 255, 0.075);}@media (max-width: 575.98px) {.table-responsive-sm {display: block;width: 100%;overflow-x: auto;-webkit-overflow-scrolling: touch;}.table-responsive-sm > .table-bordered {border: 0;}}@media (max-width: 767.98px) {.table-responsive-md {display: block;width: 100%;overflow-x: auto;-webkit-overflow-scrolling: touch;}.table-responsive-md > .table-bordered {border: 0;}}@media (max-width: 991.98px) {.table-responsive-lg {display: block;width: 100%;overflow-x: auto;-webkit-overflow-scrolling: touch;}.table-responsive-lg > .table-bordered {border: 0;}}@media (max-width: 1100px) {.h2-v2 {font-size: 1.375rem;line-height: 1.65rem;}}@media (max-width: 1100px) {.h2-v2 {font-size: 1.375rem;line-height: 1.65rem;}}@media (max-width: 1199.98px) {.table-responsive-xl {display: block;width: 100%;overflow-x: auto;-webkit-overflow-scrolling: touch;}.table-responsive-xl > .table-bordered {border: 0;}}.table-responsive {display: block;width: 100%;overflow-x: auto;-webkit-overflow-scrolling: touch;}.table-responsive > .table-bordered {border: 0;}.form-control {display: block;width: 100%;height: calc(1.5em + .75rem + 2px);padding: .375rem .75rem;font-size: 1rem;font-weight: 400;line-height: 1.5;color: #495057;background-color: #fff;background-clip: padding-box;border: 1px solid #ced4da;border-radius: .25rem;-webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;-o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;}@media (prefers-reduced-motion: reduce) {.form-control {-webkit-transition: none;-o-transition: none;transition: none;}}.form-control::-ms-expand {background-color: transparent;border: 0;}.form-control:focus {color: #495057;background-color: #fff;border-color: #80bdff;outline: 0;-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);}.form-control::-webkit-input-placeholder {color: #6c757d;opacity: 1;}.form-control::-moz-placeholder {color: #6c757d;opacity: 1;}.form-control:-ms-input-placeholder {color: #6c757d;opacity: 1;}.form-control::-ms-input-placeholder {color: #6c757d;opacity: 1;}.form-control::placeholder {color: #6c757d;opacity: 1;}.form-control:disabled, .form-control[readonly] {background-color: #e9ecef;opacity: 1;}select.form-control:focus::-ms-value {color: #495057;background-color: #fff;}.form-control-file, .form-control-range {display: block;width: 100%;}.col-form-label {padding-top: calc(.375rem + 1px);padding-bottom: calc(.375rem + 1px);margin-bottom: 0;font-size: inherit;line-height: 1.5;}.col-form-label-lg {padding-top: calc(.5rem + 1px);padding-bottom: calc(.5rem + 1px);font-size: 1.25rem;line-height: 1.5;}.col-form-label-sm {padding-top: calc(.25rem + 1px);padding-bottom: calc(.25rem + 1px);font-size: .875rem;line-height: 1.5;}.form-control-plaintext {display: block;width: 100%;padding-top: .375rem;padding-bottom: .375rem;margin-bottom: 0;line-height: 1.5;color: #212529;background-color: transparent;border: solid transparent;border-width: 1px 0;}.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {padding-right: 0;padding-left: 0;}.form-control-sm {height: calc(1.5em + .5rem + 2px);padding: .25rem .5rem;font-size: .875rem;line-height: 1.5;border-radius: .2rem;}.form-control-lg {height: calc(1.5em + 1rem + 2px);padding: .5rem 1rem;font-size: 1.25rem;line-height: 1.5;border-radius: .3rem;}select.form-control[multiple], select.form-control[size] {height: auto;}textarea.form-control {height: auto;}.form-group {margin-bottom: 1rem;}.form-text {display: block;margin-top: .25rem;}.form-row {display: -ms-flexbox;display: -webkit-box;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;margin-right: -5px;margin-left: -5px;}.form-row > .col, .form-row > [class*=col-] {padding-right: 5px;padding-left: 5px;}.form-check {position: relative;display: block;padding-left: 1.25rem;}.form-check-input {position: absolute;margin-top: .3rem;margin-left: -1.25rem;}.form-check-input:disabled ~ .form-check-label {color: #6c757d;}.form-check-label {margin-bottom: 0;}.form-check-inline {display: -ms-inline-flexbox;display: -webkit-inline-box;display: inline-flex;-ms-flex-align: center;-webkit-box-align: center;align-items: center;padding-left: 0;margin-right: .75rem;}.form-check-inline .form-check-input {position: static;margin-top: 0;margin-right: .3125rem;margin-left: 0;}.valid-feedback {display: none;width: 100%;margin-top: .25rem;font-size: 80%;color: #28a745;}.valid-tooltip {position: absolute;top: 100%;z-index: 5;display: none;max-width: 100%;padding: .25rem .5rem;margin-top: .1rem;font-size: .875rem;line-height: 1.5;color: #fff;background-color: rgba(40, 167, 69, 0.9);border-radius: .25rem;}.form-control.is-valid, .was-validated .form-control:valid {border-color: #28a745;padding-right: calc(1.5em + .75rem);background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat: no-repeat;background-position: center right calc(.375em + .1875rem);background-size: calc(.75em + .375rem) calc(.75em + .375rem);}.form-control.is-valid:focus, .was-validated .form-control:valid:focus {border-color: #28a745;-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);}.form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip {display: block;}.was-validated textarea.form-control:valid, textarea.form-control.is-valid {padding-right: calc(1.5em + .75rem);background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);}.custom-select.is-valid, .was-validated .custom-select:valid {border-color: #28a745;padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem);}.custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {border-color: #28a745;-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);}.custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip {display: block;}.form-control-file.is-valid ~ .valid-feedback, .form-control-file.is-valid ~ .valid-tooltip, .was-validated .form-control-file:valid ~ .valid-feedback, .was-validated .form-control-file:valid ~ .valid-tooltip {display: block;}.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {color: #28a745;}.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {display: block;}.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {color: #28a745;}.custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before {border-color: #28a745;}.custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip, .was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip {display: block;}.custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {border-color: #34ce57;background-color: #34ce57;}.custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);}.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before {border-color: #28a745;}.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {border-color: #28a745;}.custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip, .was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip {display: block;}.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {border-color: #28a745;-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);}.invalid-feedback {display: none;width: 100%;margin-top: .25rem;font-size: 80%;color: #dc3545;}.invalid-tooltip {position: absolute;top: 100%;z-index: 5;display: none;max-width: 100%;padding: .25rem .5rem;margin-top: .1rem;font-size: .875rem;line-height: 1.5;color: #fff;background-color: rgba(220, 53, 69, 0.9);border-radius: .25rem;}.form-control.is-invalid, .was-validated .form-control:invalid {border-color: #dc3545;padding-right: calc(1.5em + .75rem);background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");background-repeat: no-repeat;background-position: center right calc(.375em + .1875rem);background-size: calc(.75em + .375rem) calc(.75em + .375rem);}.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {border-color: #dc3545;-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);}.form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip {display: block;}.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {padding-right: calc(1.5em + .75rem);background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);}.custom-select.is-invalid, .was-validated .custom-select:invalid {border-color: #dc3545;padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem);}.custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {border-color: #dc3545;-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);}.custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip {display: block;}.form-control-file.is-invalid ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-tooltip, .was-validated .form-control-file:invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-tooltip {display: block;}.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {color: #dc3545;}.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {display: block;}.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {color: #dc3545;}.custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .custom-control-label::before {border-color: #dc3545;}.custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip {display: block;}.custom-control-input.is-invalid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {border-color: #e4606d;background-color: #e4606d;}.custom-control-input.is-invalid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);}.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before {border-color: #dc3545;}.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {border-color: #dc3545;}.custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip {display: block;}.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {border-color: #dc3545;-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);}.form-inline {display: -ms-flexbox;display: -webkit-box;display: flex;-ms-flex-flow: row wrap;-webkit-box-orient: horizontal;-webkit-box-direction: normal;flex-flow: row wrap;-ms-flex-align: center;-webkit-box-align: center;align-items: center;}.form-inline .form-check {width: 100%;}@media (min-width: 576px) {.form-inline label {display: -ms-flexbox;display: -webkit-box;display: flex;-ms-flex-align: center;-webkit-box-align: center;align-items: center;-ms-flex-pack: center;-webkit-box-pack: center;justify-content: center;margin-bottom: 0;}.form-inline .form-group {display: -ms-flexbox;display: -webkit-box;display: flex;-ms-flex: 0 0 auto;-webkit-box-flex: 0;flex: 0 0 auto;-ms-flex-flow: row wrap;-webkit-box-orient: horizontal;-webkit-box-direction: normal;flex-flow: row wrap;-ms-flex-align: center;-webkit-box-align: center;align-items: center;margin-bottom: 0;}.form-inline .form-control {display: inline-block;width: auto;vertical-align: middle;}.form-inline .form-control-plaintext {display: inline-block;}.form-inline .custom-select, .form-inline .input-group {width: auto;}.form-inline .form-check {display: -ms-flexbox;display: -webkit-box;display: flex;-ms-flex-align: center;-webkit-box-align: center;align-items: center;-ms-flex-pack: center;-webkit-box-pack: center;justify-content: center;width: auto;padding-left: 0;}.form-inline .form-check-input {position: relative;-ms-flex-negative: 0;flex-shrink: 0;margin-top: 0;margin-right: .25rem;margin-left: 0;}.form-inline .custom-control {-ms-flex-align: center;-webkit-box-align: center;align-items: center;-ms-flex-pack: center;-webkit-box-pack: center;justify-content: center;}.form-inline .custom-control-label {margin-bottom: 0;}}.btn {display: inline-block;font-weight: 400;color: #212529;text-align: center;vertical-align: middle;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;background-color: transparent;border: 1px solid transparent;padding: .5rem .75rem;font-size: 0.875rem;line-height: 1.5;-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;-o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;}@media (prefers-reduced-motion: reduce) {.btn {-webkit-transition: none;-o-transition: none;transition: none;}}.btn:hover {color: #212529;text-decoration: none;}.btn.focus, .btn:focus {outline: 0;-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);}.btn.disabled, .btn:disabled {opacity: .65;}a.btn.disabled, fieldset:disabled a.btn {pointer-events: none;}.btn-primary {color: #fff;background-color: #007bff;border-color: #007bff;}.btn-primary:hover {color: #fff;background-color: #0069d9;border-color: #0062cc;}.btn-primary.focus, .btn-primary:focus {-webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);}.btn-primary.disabled, .btn-primary:disabled {color: #fff;background-color: #007bff;border-color: #007bff;}.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle, .product-more-info .show > .btn-primary.tab-pane-title {color: #fff;background-color: #0062cc;border-color: #005cbf;}.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus, .product-more-info .show > .btn-primary.tab-pane-title:focus {-webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);}.btn-secondary {color: #fff;background-color: #6c757d;border-color: #6c757d;}.btn-secondary:hover {color: #fff;background-color: #5a6268;border-color: #545b62;}.btn-secondary.focus, .btn-secondary:focus {-webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);}.btn-secondary.disabled, .btn-secondary:disabled {color: #fff;background-color: #6c757d;border-color: #6c757d;}.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle, .product-more-info .show > .btn-secondary.tab-pane-title {color: #fff;background-color: #545b62;border-color: #4e555b;}.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus, .product-more-info .show > .btn-secondary.tab-pane-title:focus {-webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);}.btn-success {color: #fff;background-color: #28a745;border-color: #28a745;}.btn-success:hover {color: #fff;background-color: #218838;border-color: #1e7e34;}.btn-success.focus, .btn-success:focus {-webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);}.btn-success.disabled, .btn-success:disabled {color: #fff;background-color: #28a745;border-color: #28a745;}.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle, .product-more-info .show > .btn-success.tab-pane-title {color: #fff;background-color: #1e7e34;border-color: #1c7430;}.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus, .product-more-info .show > .btn-success.tab-pane-title:focus {-webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);}.btn-info {color: #fff;background-color: #17a2b8;border-color: #17a2b8;}.btn-info:hover {color: #fff;background-color: #138496;border-color: #117a8b;}.btn-info.focus, .btn-info:focus {-webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);}.btn-info.disabled, .btn-info:disabled {color: #fff;background-color: #17a2b8;border-color: #17a2b8;}.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle, .product-more-info .show > .btn-info.tab-pane-title {color: #fff;background-color: #117a8b;border-color: #10707f;}.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus, .product-more-info .show > .btn-info.tab-pane-title:focus {-webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);}.btn-warning {color: #212529;background-color: #ffc107;border-color: #ffc107;}.btn-warning:hover {color: #212529;background-color: #e0a800;border-color: #d39e00;}.btn-warning.focus, .btn-warning:focus {-webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);}.btn-warning.disabled, .btn-warning:disabled {color: #212529;background-color: #ffc107;border-color: #ffc107;}.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle, .product-more-info .show > .btn-warning.tab-pane-title {color: #212529;background-color: #d39e00;border-color: #c69500;}.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus, .product-more-info .show > .btn-warning.tab-pane-title:focus {-webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);}.btn-danger {color: #fff;background-color: #dc3545;border-color: #dc3545;}.btn-danger:hover {color: #fff;background-color: #c82333;border-color: #bd2130;}.btn-danger.focus, .btn-danger:focus {-webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);}.btn-danger.disabled, .btn-danger:disabled {color: #fff;background-color: #dc3545;border-color: #dc3545;}.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle, .product-more-info .show > .btn-danger.tab-pane-title {color: #fff;background-color: #bd2130;border-color: #b21f2d;}.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus, .product-more-info .show > .btn-danger.tab-pane-title:focus {-webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);}.btn-light {color: #212529;background-color: #f8f9fa;border-color: #f8f9fa;}.btn-light:hover {color: #212529;background-color: #e2e6ea;border-color: #dae0e5;}.btn-light.focus, .btn-light:focus {-webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);}.btn-light.disabled, .btn-light:disabled {color: #212529;background-color: #f8f9fa;border-color: #f8f9fa;}.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle, .product-more-info .show > .btn-light.tab-pane-title {color: #212529;background-color: #dae0e5;border-color: #d3d9df;}.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus, .product-more-info .show > .btn-light.tab-pane-title:focus {-webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);}.btn-dark {color: #fff;background-color: #343a40;border-color: #343a40;}.btn-dark:hover {color: #fff;background-color: #23272b;border-color: #1d2124;}.btn-dark.focus, .btn-dark:focus {-webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);}.btn-dark.disabled, .btn-dark:disabled {color: #fff;background-color: #343a40;border-color: #343a40;}.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle, .product-more-info .show > .btn-dark.tab-pane-title {color: #fff;background-color: #1d2124;border-color: #171a1d;}.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus, .product-more-info .show > .btn-dark.tab-pane-title:focus {-webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);}.btn-outline-primary {color: #007bff;border-color: #007bff;}.btn-outline-primary:hover {color: #fff;background-color: #007bff;border-color: #007bff;}.btn-outline-primary.focus, .btn-outline-primary:focus {-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);}.btn-outline-primary.disabled, .btn-outline-primary:disabled {color: #007bff;background-color: transparent;}.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle, .product-more-info .show > .btn-outline-primary.tab-pane-title {color: #fff;background-color: #007bff;border-color: #007bff;}.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus, .product-more-info .show > .btn-outline-primary.tab-pane-title:focus {-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);}.btn-outline-secondary {color: #6c757d;border-color: #6c757d;}.btn-outline-secondary:hover {color: #fff;background-color: #6c757d;border-color: #6c757d;}.btn-outline-secondary.focus, .btn-outline-secondary:focus {-webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);}.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {color: #6c757d;background-color: transparent;}.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle, .product-more-info .show > .btn-outline-secondary.tab-pane-title {color: #fff;background-color: #6c757d;border-color: #6c757d;}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus, .product-more-info .show > .btn-outline-secondary.tab-pane-title:focus {-webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);}.btn-outline-success {color: #28a745;border-color: #28a745;}.btn-outline-success:hover {color: #fff;background-color: #28a745;border-color: #28a745;}.btn-outline-success.focus, .btn-outline-success:focus {-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);}.btn-outline-success.disabled, .btn-outline-success:disabled {color: #28a745;background-color: transparent;}.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle, .product-more-info .show > .btn-outline-success.tab-pane-title {color: #fff;background-color: #28a745;border-color: #28a745;}.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus, .product-more-info .show > .btn-outline-success.tab-pane-title:focus {-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);}.btn-outline-info {color: #17a2b8;border-color: #17a2b8;}.btn-outline-info:hover {color: #fff;background-color: #17a2b8;border-color: #17a2b8;}.btn-outline-info.focus, .btn-outline-info:focus {-webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);}.btn-outline-info.disabled, .btn-outline-info:disabled {color: #17a2b8;background-color: transparent;}.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle, .product-more-info .show > .btn-outline-info.tab-pane-title {color: #fff;background-color: #17a2b8;border-color: #17a2b8;}.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus, .product-more-info .show > .btn-outline-info.tab-pane-title:focus {-webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);}.btn-outline-warning {color: #ffc107;border-color: #ffc107;}.btn-outline-warning:hover {color: #212529;background-color: #ffc107;border-color: #ffc107;}.btn-outline-warning.focus, .btn-outline-warning:focus {-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);}.btn-outline-warning.disabled, .btn-outline-warning:disabled {color: #ffc107;background-color: transparent;}.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle, .product-more-info .show > .btn-outline-warning.tab-pane-title {color: #212529;background-color: #ffc107;border-color: #ffc107;}.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus, .product-more-info .show > .btn-outline-warning.tab-pane-title:focus {-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);}.btn-outline-danger {color: #dc3545;border-color: #dc3545;}.btn-outline-danger:hover {color: #fff;background-color: #dc3545;border-color: #dc3545;}.btn-outline-danger.focus, .btn-outline-danger:focus {-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);}.btn-outline-danger.disabled, .btn-outline-danger:disabled {color: #dc3545;background-color: transparent;}.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle, .product-more-info .show > .btn-outline-danger.tab-pane-title {color: #fff;background-color: #dc3545;border-color: #dc3545;}.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus, .product-more-info .show > .btn-outline-danger.tab-pane-title:focus {-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);}.btn-outline-light {color: #f8f9fa;border-color: #f8f9fa;}.btn-outline-light:hover {color: #212529;background-color: #f8f9fa;border-color: #f8f9fa;}.btn-outline-light.focus, .btn-outline-light:focus {-webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);}.btn-outline-light.disabled, .btn-outline-light:disabled {color: #f8f9fa;background-color: transparent;}.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle, .product-more-info .show > .btn-outline-light.tab-pane-title {color: #212529;background-color: #f8f9fa;border-color: #f8f9fa;}.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus, .product-more-info .show > .btn-outline-light.tab-pane-title:focus {-webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);}.btn-outline-dark {color: #343a40;border-color: #343a40;}.btn-outline-dark:hover {color: #fff;background-color: #343a40;border-color: #343a40;}.btn-outline-dark.focus, .btn-outline-dark:focus {-webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);}.btn-outline-dark.disabled, .btn-outline-dark:disabled {color: #343a40;background-color: transparent;}.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle, .product-more-info .show > .btn-outline-dark.tab-pane-title {color: #fff;background-color: #343a40;border-color: #343a40;}.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus, .product-more-info .show > .btn-outline-dark.tab-pane-title:focus {-webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);}.btn-link {font-weight: 400;color: #007bff;text-decoration: none;}.btn-link:hover {color: #0056b3;text-decoration: underline;}.btn-link.focus, .btn-link:focus {text-decoration: underline;-webkit-box-shadow: none;box-shadow: none;}.btn-link.disabled, .btn-link:disabled {color: #6c757d;pointer-events: none;}.btn-group-lg > .btn, .btn-lg {padding: .5rem 1rem;font-size: 1.25rem;line-height: 1.5;}.btn-group-sm > .btn, .btn-sm {padding: .25rem .5rem;font-size: .875rem;line-height: 1.5;}.btn-block {display: block;width: 100%;}.btn-block + .btn-block {margin-top: .5rem;}input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {width: 100%;}.fade {-webkit-transition: opacity .15s linear;-o-transition: opacity .15s linear;transition: opacity .15s linear;}@media (prefers-reduced-motion: reduce) {.fade {-webkit-transition: none;-o-transition: none;transition: none;}}.fade:not(.show) {opacity: 0;}.collapse:not(.show) {display: none;}.collapsing {position: relative;height: 0;overflow: hidden;-webkit-transition: height .35s ease;-o-transition: height .35s ease;transition: height .35s ease;}@media (prefers-reduced-motion: reduce) {.collapsing {-webkit-transition: none;-o-transition: none;transition: none;}}.dropdown, .dropleft, .dropright, .dropup {position: relative;}.dropdown-toggle, .product-more-info .tab-pane-title {white-space: nowrap;}.dropdown-toggle::after, .product-more-info .tab-pane-title::after {display: inline-block;margin-left: .255em;vertical-align: .255em;content: "";border-top: .3em solid;border-right: .3em solid transparent;border-bottom: 0;border-left: .3em solid transparent;}.dropdown-toggle:empty::after, .product-more-info .tab-pane-title:empty::after {margin-left: 0;}.dropdown-menu {position: absolute;top: 100%;left: 0;z-index: 1000;display: none;float: left;min-width: 10rem;padding: .5rem 0;margin: .125rem 0 0;font-size: 1rem;color: #212529;text-align: left;list-style: none;background-color: #fff;background-clip: padding-box;border: 1px solid rgba(0, 0, 0, 0.15);border-radius: .25rem;}.dropdown-menu-left {right: auto;left: 0;}.dropdown-menu-right {right: 0;left: auto;}@media (min-width: 576px) {.dropdown-menu-sm-left {right: auto;left: 0;}.dropdown-menu-sm-right {right: 0;left: auto;}}@media (min-width: 768px) {.dropdown-menu-md-left {right: auto;left: 0;}.dropdown-menu-md-right {right: 0;left: auto;}}@media (min-width: 992px) {.dropdown-menu-lg-left {right: auto;left: 0;}.dropdown-menu-lg-right {right: 0;left: auto;}}@media (min-width: 1200px) {.dropdown-menu-xl-left {right: auto;left: 0;}.dropdown-menu-xl-right {right: 0;left: auto;}}.dropup .dropdown-menu {top: auto;bottom: 100%;margin-top: 0;margin-bottom: .125rem;}.dropup .dropdown-toggle::after, .dropup .product-more-info .tab-pane-title::after, .product-more-info .dropup .tab-pane-title::after {display: inline-block;margin-left: .255em;vertical-align: .255em;content: "";border-top: 0;border-right: .3em solid transparent;border-bottom: .3em solid;border-left: .3em solid transparent;}.dropup .dropdown-toggle:empty::after, .dropup .product-more-info .tab-pane-title:empty::after, .product-more-info .dropup .tab-pane-title:empty::after {margin-left: 0;}.dropright .dropdown-menu {top: 0;right: auto;left: 100%;margin-top: 0;margin-left: .125rem;}.dropright .dropdown-toggle::after, .dropright .product-more-info .tab-pane-title::after, .product-more-info .dropright .tab-pane-title::after {display: inline-block;margin-left: .255em;vertical-align: .255em;content: "";border-top: .3em solid transparent;border-right: 0;border-bottom: .3em solid transparent;border-left: .3em solid;}.dropright .dropdown-toggle:empty::after, .dropright .product-more-info .tab-pane-title:empty::after, .product-more-info .dropright .tab-pane-title:empty::after {margin-left: 0;}.dropright .dropdown-toggle::after, .dropright .product-more-info .tab-pane-title::after, .product-more-info .dropright .tab-pane-title::after {vertical-align: 0;}.dropleft .dropdown-menu {top: 0;right: 100%;left: auto;margin-top: 0;margin-right: .125rem;}.dropleft .dropdown-toggle::after, .dropleft .product-more-info .tab-pane-title::after, .product-more-info .dropleft .tab-pane-title::after {display: inline-block;margin-left: .255em;vertical-align: .255em;content: "";}.dropleft .dropdown-toggle::after, .dropleft .product-more-info .tab-pane-title::after, .product-more-info .dropleft .tab-pane-title::after {display: none;}.dropleft .dropdown-toggle::before, .dropleft .product-more-info .tab-pane-title::before, .product-more-info .dropleft .tab-pane-title::before {display: inline-block;margin-right: .255em;vertical-align: .255em;content: "";border-top: .3em solid transparent;border-right: .3em solid;border-bottom: .3em solid transparent;}.dropleft .dropdown-toggle:empty::after, .dropleft .product-more-info .tab-pane-title:empty::after, .product-more-info .dropleft .tab-pane-title:empty::after {margin-left: 0;}.dropleft .dropdown-toggle::before, .dropleft .product-more-info .tab-pane-title::before, .product-more-info .dropleft .tab-pane-title::before {vertical-align: 0;}.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {right: auto;bottom: auto;}.dropdown-divider {height: 0;margin: .5rem 0;overflow: hidden;border-top: 1px solid #e9ecef;}.dropdown-item {display: block;width: 100%;padding: .25rem 1.5rem;clear: both;font-weight: 400;color: #212529;text-align: inherit;white-space: nowrap;background-color: transparent;border: 0;}.dropdown-item:focus, .dropdown-item:hover {color: #16181b;text-decoration: none;background-color: #f8f9fa;}.dropdown-item.active, .dropdown-item:active {color: #fff;text-decoration: none;background-color: #007bff;}.dropdown-item.disabled, .dropdown-item:disabled {color: #6c757d;pointer-events: none;background-color: transparent;}.dropdown-menu.show {display: block;}.dropdown-header {display: block;padding: .5rem 1.5rem;margin-bottom: 0;font-size: .875rem;color: #6c757d;white-space: nowrap;}.dropdown-item-text {display: block;padding: .25rem 1.5rem;color: #212529;}.btn-group, .btn-group-vertical {position: relative;display: -ms-inline-flexbox;display: -webkit-inline-box;display: inline-flex;vertical-align: middle;}.btn-group-vertical > .btn, .btn-group > .btn {position: relative;-ms-flex: 1 1 auto;-webkit-box-flex: 1;flex: 1 1 auto;}.btn-group-vertical > .btn:hover, .btn-group > .btn:hover {z-index: 1;}.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {z-index: 1;}.btn-toolbar {display: -ms-flexbox;display: -webkit-box;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-ms-flex-pack: start;-webkit-box-pack: start;justify-content: flex-start;}.btn-toolbar .input-group {width: auto;}.btn-group > .btn-group:not(:first-child), .btn-group > .btn:not(:first-child) {margin-left: -1px;}.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {border-top-right-radius: 0;border-bottom-right-radius: 0;}.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {border-top-left-radius: 0;border-bottom-left-radius: 0;}.dropdown-toggle-split {padding-right: .5625rem;padding-left: .5625rem;}.dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {margin-left: 0;}.dropleft .dropdown-toggle-split::before {margin-right: 0;}.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {padding-right: .375rem;padding-left: .375rem;}.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {padding-right: .75rem;padding-left: .75rem;}.btn-group-vertical {-ms-flex-direction: column;-webkit-box-orient: vertical;-webkit-box-direction: normal;flex-direction: column;-ms-flex-align: start;-webkit-box-align: start;align-items: flex-start;-ms-flex-pack: center;-webkit-box-pack: center;justify-content: center;}.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {width: 100%;}.btn-group-vertical > .btn-group:not(:first-child), .btn-group-vertical > .btn:not(:first-child) {margin-top: -1px;}.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {border-bottom-right-radius: 0;border-bottom-left-radius: 0;}.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child) {border-top-left-radius: 0;border-top-right-radius: 0;}.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {margin-bottom: 0;}.btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio] {position: absolute;clip: rect(0, 0, 0, 0);pointer-events: none;}.input-group {position: relative;display: -ms-flexbox;display: -webkit-box;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-ms-flex-align: stretch;-webkit-box-align: stretch;align-items: stretch;width: 100%;}.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext {position: relative;-ms-flex: 1 1 auto;-webkit-box-flex: 1;flex: 1 1 auto;width: 1%;margin-bottom: 0;}.input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control, .input-group > .form-control-plaintext + .custom-file, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .form-control {margin-left: -1px;}.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .input-group > .custom-select:focus, .input-group > .form-control:focus {z-index: 3;}.input-group > .custom-file .custom-file-input:focus {z-index: 4;}.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {border-top-right-radius: 0;border-bottom-right-radius: 0;}.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {border-top-left-radius: 0;border-bottom-left-radius: 0;}.input-group > .custom-file {display: -ms-flexbox;display: -webkit-box;display: flex;-ms-flex-align: center;-webkit-box-align: center;align-items: center;}.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {border-top-right-radius: 0;border-bottom-right-radius: 0;}.input-group > .custom-file:not(:first-child) .custom-file-label {border-top-left-radius: 0;border-bottom-left-radius: 0;}.input-group-append, .input-group-prepend {display: -ms-flexbox;display: -webkit-box;display: flex;}.input-group-append .btn, .input-group-prepend .btn {position: relative;z-index: 2;}.input-group-append .btn:focus, .input-group-prepend .btn:focus {z-index: 3;}.input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {margin-left: -1px;}.input-group-prepend {margin-right: -1px;}.input-group-append {margin-left: -1px;}.input-group-text {display: -ms-flexbox;display: -webkit-box;display: flex;-ms-flex-align: center;-webkit-box-align: center;align-items: center;padding: .375rem .75rem;margin-bottom: 0;font-size: 1rem;font-weight: 400;line-height: 1.5;color: #495057;text-align: center;white-space: nowrap;background-color: #e9ecef;border: 1px solid #ced4da;border-radius: .25rem;}.input-group-text input[type=checkbox], .input-group-text input[type=radio] {margin-top: 0;}.input-group-lg > .custom-select, .input-group-lg > .form-control:not(textarea) {height: calc(1.5em + 1rem + 2px);}.input-group-lg > .custom-select, .input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {padding: .5rem 1rem;font-size: 1.25rem;line-height: 1.5;border-radius: .3rem;}.input-group-sm > .custom-select, .input-group-sm > .form-control:not(textarea) {height: calc(1.5em + .5rem + 2px);}.input-group-sm > .custom-select, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {padding: .25rem .5rem;font-size: .875rem;line-height: 1.5;border-radius: .2rem;}.input-group-lg > .custom-select, .input-group-sm > .custom-select {padding-right: 1.75rem;}.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {border-top-right-radius: 0;border-bottom-right-radius: 0;}.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {border-top-left-radius: 0;border-bottom-left-radius: 0;}.custom-control {position: relative;display: block;min-height: 1.5rem;padding-left: 1.5rem;}.custom-control-inline {display: -ms-inline-flexbox;display: -webkit-inline-box;display: inline-flex;margin-right: 1rem;}.custom-control-input {position: absolute;z-index: -1;opacity: 0;}.custom-control-input:checked ~ .custom-control-label::before {color: #fff;border-color: #676767;background-color: #fff;}.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {border-color: #676767;width: 15px;height: 15px;}.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {border-color: #676767;}.custom-control-input:not(:disabled):active ~ .custom-control-label::before {color: #fff;background-color: #eee;border-color: #eee;}.custom-control-input:disabled ~ .custom-control-label {color: #6c757d;}.custom-control-input:disabled ~ .custom-control-label::before {background-color: #e9ecef;}.custom-control-label {position: relative;margin-bottom: 0;vertical-align: top;}.custom-control-label::before {position: absolute;top: .25rem;left: -1.5rem;display: block;width: 1rem;height: 1rem;pointer-events: none;content: "";background-color: #fff;border: #676767 solid 1px;}.custom-control-label::after {-webkit-box-sizing: initial;box-sizing: initial;border: 3px solid #fff;position: absolute;top: 0.3rem;left: -1.4rem;display: block;width: 0.5rem;height: 0.5rem;content: "";background: none;border-radius: 50%;}.custom-checkbox .custom-control-label::before {}.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {border: 0;background: url('/local/templates/elyts_2020/images/elyts-icons080823.svg') -354px -597px no-repeat;content: '';width: 15px;height: 15px;}.custom-checkbox .custom-control-label::after {top: .4rem;left: -1.37rem;display: block;width: .8rem;height: .8rem;}.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {border-color: #007bff;background-color: #007bff;}.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23676767' d='M0 2h4'/%3e%3c/svg%3e");}.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {background-color: rgba(0, 123, 255, 0.5);}.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {background-color: rgba(0, 123, 255, 0.5);}.custom-radio .custom-control-label::before {border-radius: 50%;}.custom-radio .custom-control-input:checked ~ .custom-control-label::after {background-color: #676767;}.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {background-color: rgba(0, 123, 255, 0.5);}.custom-switch {padding-left: 2.25rem;}.custom-switch .custom-control-label::before {left: -2.25rem;width: 1.75rem;pointer-events: all;border-radius: .5rem;}.custom-switch .custom-control-label::after {top: calc(.25rem + 2px);left: calc(-2.25rem + 2px);width: calc(1rem - 4px);height: calc(1rem - 4px);background-color: #adb5bd;border-radius: .5rem;transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;-webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-transform .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-transform .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;-o-transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;}@media (prefers-reduced-motion: reduce) {.custom-switch .custom-control-label::after {-webkit-transition: none;-o-transition: none;transition: none;}}.custom-switch .custom-control-input:checked ~ .custom-control-label::after {background-color: #fff;-webkit-transform: translateX(0.75rem);-ms-transform: translateX(0.75rem);transform: translateX(0.75rem);}.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {background-color: rgba(0, 123, 255, 0.5);}.custom-select {display: inline-block;width: 100%;height: calc(1.5em + .75rem + 2px);padding: .375rem 1.75rem .375rem .75rem;font-size: 1rem;font-weight: 400;line-height: 1.5;color: #495057;vertical-align: middle;background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;background-color: #fff;border: 1px solid #ced4da;border-radius: .25rem;-webkit-appearance: none;-moz-appearance: none;appearance: none;}.custom-select:focus {border-color: #80bdff;outline: 0;-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);}.custom-select:focus::-ms-value {color: #495057;background-color: #fff;}.custom-select[multiple], .custom-select[size]:not([size="1"]) {height: auto;padding-right: .75rem;background-image: none;}.custom-select:disabled {color: #6c757d;background-color: #e9ecef;}.custom-select::-ms-expand {display: none;}.custom-select-sm {height: calc(1.5em + .5rem + 2px);padding-top: .25rem;padding-bottom: .25rem;padding-left: .5rem;font-size: .875rem;}.custom-select-lg {height: calc(1.5em + 1rem + 2px);padding-top: .5rem;padding-bottom: .5rem;padding-left: 1rem;font-size: 1.25rem;}.custom-file {position: relative;display: inline-block;width: 100%;height: calc(1.5em + .75rem + 2px);margin-bottom: 0;}.custom-file-input {position: relative;z-index: 2;width: 100%;height: calc(1.5em + .75rem + 2px);margin: 0;opacity: 0;}.custom-file-input:focus ~ .custom-file-label {border-color: #80bdff;-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);}.custom-file-input:disabled ~ .custom-file-label {background-color: #e9ecef;}.custom-file-input:lang(en) ~ .custom-file-label::after {content: "Browse";}.custom-file-input ~ .custom-file-label[data-browse]::after {content: attr(data-browse);}.custom-file-label {position: absolute;top: 0;right: 0;left: 0;z-index: 1;height: calc(1.5em + .75rem + 2px);padding: .375rem .75rem;font-weight: 400;line-height: 1.5;color: #495057;background-color: #fff;border: 1px solid #ced4da;border-radius: .25rem;}.custom-file-label::after {position: absolute;top: 0;right: 0;bottom: 0;z-index: 3;display: block;height: calc(1.5em + .75rem);padding: .375rem .75rem;line-height: 1.5;color: #495057;content: "Browse";background-color: #e9ecef;border-left: inherit;border-radius: 0 .25rem .25rem 0;}.custom-range {width: 100%;height: calc(1rem + .4rem);padding: 0;background-color: transparent;-webkit-appearance: none;-moz-appearance: none;appearance: none;}.custom-range:focus {outline: 0;}.custom-range:focus::-webkit-slider-thumb {-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);}.custom-range:focus::-moz-range-thumb {box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);}.custom-range:focus::-ms-thumb {box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);}.custom-range::-moz-focus-outer {border: 0;}.custom-range::-webkit-slider-thumb {width: 1rem;height: 1rem;margin-top: -.25rem;background-color: #007bff;border: 0;border-radius: 1rem;-webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;-webkit-appearance: none;appearance: none;}@media (prefers-reduced-motion: reduce) {.custom-range::-webkit-slider-thumb {-webkit-transition: none;transition: none;}}.custom-range::-webkit-slider-thumb:active {background-color: #b3d7ff;}.custom-range::-webkit-slider-runnable-track {width: 100%;height: .5rem;color: transparent;cursor: pointer;background-color: #dee2e6;border-color: transparent;border-radius: 1rem;}.custom-range::-moz-range-thumb {width: 1rem;height: 1rem;background-color: #007bff;border: 0;border-radius: 1rem;-moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;-moz-appearance: none;appearance: none;}@media (prefers-reduced-motion: reduce) {.custom-range::-moz-range-thumb {-moz-transition: none;transition: none;}}.custom-range::-moz-range-thumb:active {background-color: #b3d7ff;}.custom-range::-moz-range-track {width: 100%;height: .5rem;color: transparent;cursor: pointer;background-color: #dee2e6;border-color: transparent;border-radius: 1rem;}.custom-range::-ms-thumb {width: 1rem;height: 1rem;margin-top: 0;margin-right: .2rem;margin-left: .2rem;background-color: #007bff;border: 0;border-radius: 1rem;-ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;appearance: none;}@media (prefers-reduced-motion: reduce) {.custom-range::-ms-thumb {-ms-transition: none;transition: none;}}.custom-range::-ms-thumb:active {background-color: #b3d7ff;}.custom-range::-ms-track {width: 100%;height: .5rem;color: transparent;cursor: pointer;background-color: transparent;border-color: transparent;border-width: .5rem;}.custom-range::-ms-fill-lower {background-color: #dee2e6;border-radius: 1rem;}.custom-range::-ms-fill-upper {margin-right: 15px;background-color: #dee2e6;border-radius: 1rem;}.custom-range:disabled::-webkit-slider-thumb {background-color: #adb5bd;}.custom-range:disabled::-webkit-slider-runnable-track {cursor: default;}.custom-range:disabled::-moz-range-thumb {background-color: #adb5bd;}.custom-range:disabled::-moz-range-track {cursor: default;}.custom-range:disabled::-ms-thumb {background-color: #adb5bd;}.custom-control-label::before, .custom-file-label, .custom-select {-webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;-o-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;}@media (prefers-reduced-motion: reduce) {.custom-control-label::before, .custom-file-label, .custom-select {-webkit-transition: none;-o-transition: none;transition: none;}}.nav {display: -ms-flexbox;display: -webkit-box;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;padding-left: 0;margin-bottom: 0;list-style: none;}.nav-link {display: block;padding: .5rem 1rem;}.nav-link:focus, .nav-link:hover {text-decoration: none;}.nav-link.disabled {color: #6c757d;pointer-events: none;cursor: default;}.nav-tabs {border-bottom: 1px solid #dee2e6;}.nav-tabs .nav-item {margin-bottom: -1px;}.nav-tabs .nav-link {border: 1px solid transparent;border-top-left-radius: .25rem;border-top-right-radius: .25rem;}.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {border-color: #e9ecef #e9ecef #dee2e6;}.nav-tabs .nav-link.disabled {color: #6c757d;background-color: transparent;border-color: transparent;}.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {color: #495057;background-color: #fff;border-color: #dee2e6 #dee2e6 #fff;}.nav-tabs .dropdown-menu {margin-top: -1px;border-top-left-radius: 0;border-top-right-radius: 0;}.nav-pills .nav-link {border-radius: .25rem;}.nav-pills .nav-link.active, .nav-pills .show > .nav-link {color: #fff;background-color: #007bff;}.nav-fill .nav-item {-ms-flex: 1 1 auto;-webkit-box-flex: 1;flex: 1 1 auto;text-align: center;}.nav-justified .nav-item {-ms-flex-preferred-size: 0;flex-basis: 0;-ms-flex-positive: 1;-webkit-box-flex: 1;flex-grow: 1;text-align: center;}.tab-content > .tab-pane {display: none;}.tab-content > .active {display: block;}.navbar {position: relative;display: -ms-flexbox;display: -webkit-box;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-ms-flex-align: center;-webkit-box-align: center;align-items: center;-ms-flex-pack: justify;-webkit-box-pack: justify;justify-content: space-between;padding: .5rem 1rem;}.navbar > .container, .navbar > .container-fluid {display: -ms-flexbox;display: -webkit-box;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-ms-flex-align: center;-webkit-box-align: center;align-items: center;-ms-flex-pack: justify;-webkit-box-pack: justify;justify-content: space-between;}.navbar-brand {display: inline-block;padding-top: .3125rem;padding-bottom: .3125rem;margin-right: 1rem;font-size: 1.25rem;line-height: inherit;white-space: nowrap;}.navbar-brand:focus, .navbar-brand:hover {text-decoration: none;}.navbar-nav {display: -ms-flexbox;display: -webkit-box;display: flex;-ms-flex-direction: column;-webkit-box-orient: vertical;-webkit-box-direction: normal;flex-direction: column;padding-left: 0;margin-bottom: 0;list-style: none;}.navbar-nav .nav-link {padding-right: 0;padding-left: 0;}.navbar-nav .dropdown-menu {position: static;float: none;}.navbar-text {display: inline-block;padding-top: .5rem;padding-bottom: .5rem;}.navbar-collapse {-ms-flex-preferred-size: 100%;flex-basis: 100%;-ms-flex-positive: 1;-webkit-box-flex: 1;flex-grow: 1;-ms-flex-align: center;-webkit-box-align: center;align-items: center;}.navbar-toggler {padding: .25rem .75rem;font-size: 1.25rem;line-height: 1;background-color: transparent;border: 1px solid transparent;border-radius: .25rem;}.navbar-toggler:focus, .navbar-toggler:hover {text-decoration: none;}.navbar-toggler-icon {display: inline-block;width: 1.5em;height: 1.5em;vertical-align: middle;content: "";background: no-repeat center center;background-size: 100% 100%;}@media (max-width: 575.98px) {.navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {padding-right: 0;padding-left: 0;}}@media (min-width: 576px) {.navbar-expand-sm {-ms-flex-flow: row nowrap;-webkit-box-orient: horizontal;-webkit-box-direction: normal;flex-flow: row nowrap;-ms-flex-pack: start;-webkit-box-pack: start;justify-content: flex-start;}.navbar-expand-sm .navbar-nav {-ms-flex-direction: row;-webkit-box-orient: horizontal;-webkit-box-direction: normal;flex-direction: row;}.navbar-expand-sm .navbar-nav .dropdown-menu {position: absolute;}.navbar-expand-sm .navbar-nav .nav-link {padding-right: .5rem;padding-left: .5rem;}.navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {-ms-flex-wrap: nowrap;flex-wrap: nowrap;}.navbar-expand-sm .navbar-collapse {display: -ms-flexbox !important;display: -webkit-box !important;display: flex !important;-ms-flex-preferred-size: auto;flex-basis: auto;}.navbar-expand-sm .navbar-toggler {display: none;}}@media (max-width: 767.98px) {.navbar-expand-md > .container, .navbar-expand-md > .container-fluid {padding-right: 0;padding-left: 0;}}@media (min-width: 768px) {.navbar-expand-md {-ms-flex-flow: row nowrap;-webkit-box-orient: horizontal;-webkit-box-direction: normal;flex-flow: row nowrap;-ms-flex-pack: start;-webkit-box-pack: start;justify-content: flex-start;}.navbar-expand-md .navbar-nav {-ms-flex-direction: row;-webkit-box-orient: horizontal;-webkit-box-direction: normal;flex-direction: row;}.navbar-expand-md .navbar-nav .dropdown-menu {position: absolute;}.navbar-expand-md .navbar-nav .nav-link {padding-right: .5rem;padding-left: .5rem;}.navbar-expand-md > .container, .navbar-expand-md > .container-fluid {-ms-flex-wrap: nowrap;flex-wrap: nowrap;}.navbar-expand-md .navbar-collapse {display: -ms-flexbox !important;display: -webkit-box !important;display: flex !important;-ms-flex-preferred-size: auto;flex-basis: auto;}.navbar-expand-md .navbar-toggler {display: none;}}@media (max-width: 991.98px) {.navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {padding-right: 0;padding-left: 0;}}@media (min-width: 992px) {.navbar-expand-lg {-ms-flex-flow: row nowrap;-webkit-box-orient: horizontal;-webkit-box-direction: normal;flex-flow: row nowrap;-ms-flex-pack: start;-webkit-box-pack: start;justify-content: flex-start;}.navbar-expand-lg .navbar-nav {-ms-flex-direction: row;-webkit-box-orient: horizontal;-webkit-box-direction: normal;flex-direction: row;}.navbar-expand-lg .navbar-nav .dropdown-menu {position: absolute;}.navbar-expand-lg .navbar-nav .nav-link {padding-right: .5rem;padding-left: .5rem;}.navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {-ms-flex-wrap: nowrap;flex-wrap: nowrap;}.navbar-expand-lg .navbar-collapse {display: -ms-flexbox !important;display: -webkit-box !important;display: flex !important;-ms-flex-preferred-size: auto;flex-basis: auto;}.navbar-expand-lg .navbar-toggler {display: none;}}@media (max-width: 1199.98px) {.navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {padding-right: 0;padding-left: 0;}}@media (min-width: 1200px) {.navbar-expand-xl {-ms-flex-flow: row nowrap;-webkit-box-orient: horizontal;-webkit-box-direction: normal;flex-flow: row nowrap;-ms-flex-pack: start;-webkit-box-pack: start;justify-content: flex-start;}.navbar-expand-xl .navbar-nav {-ms-flex-direction: row;-webkit-box-orient: horizontal;-webkit-box-direction: normal;flex-direction: row;}.navbar-expand-xl .navbar-nav .dropdown-menu {position: absolute;}.navbar-expand-xl .navbar-nav .nav-link {padding-right: .5rem;padding-left: .5rem;}.navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {-ms-flex-wrap: nowrap;flex-wrap: nowrap;}.navbar-expand-xl .navbar-collapse {display: -ms-flexbox !important;display: -webkit-box !important;display: flex !important;-ms-flex-preferred-size: auto;flex-basis: auto;}.navbar-expand-xl .navbar-toggler {display: none;}}.navbar-expand {-ms-flex-flow: row nowrap;-webkit-box-orient: horizontal;-webkit-box-direction: normal;flex-flow: row nowrap;-ms-flex-pack: start;-webkit-box-pack: start;justify-content: flex-start;}.navbar-expand > .container, .navbar-expand > .container-fluid {padding-right: 0;padding-left: 0;}.navbar-expand .navbar-nav {-ms-flex-direction: row;-webkit-box-orient: horizontal;-webkit-box-direction: normal;flex-direction: row;}.navbar-expand .navbar-nav .dropdown-menu {position: absolute;}.navbar-expand .navbar-nav .nav-link {padding-right: .5rem;padding-left: .5rem;}.navbar-expand > .container, .navbar-expand > .container-fluid {-ms-flex-wrap: nowrap;flex-wrap: nowrap;}.navbar-expand .navbar-collapse {display: -ms-flexbox !important;display: -webkit-box !important;display: flex !important;-ms-flex-preferred-size: auto;flex-basis: auto;}.navbar-expand .navbar-toggler {display: none;}.navbar-light .navbar-brand {color: rgba(0, 0, 0, 0.9);}.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {color: rgba(0, 0, 0, 0.9);}.navbar-light .navbar-nav .nav-link {color: rgba(0, 0, 0, 0.5);}.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {color: rgba(0, 0, 0, 0.7);}.navbar-light .navbar-nav .nav-link.disabled {color: rgba(0, 0, 0, 0.3);}.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {color: rgba(0, 0, 0, 0.9);}.navbar-light .navbar-toggler {color: rgba(0, 0, 0, 0.5);border-color: rgba(0, 0, 0, 0.1);}.navbar-light .navbar-toggler-icon {background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");}.navbar-light .navbar-text {color: rgba(0, 0, 0, 0.5);}.navbar-light .navbar-text a {color: rgba(0, 0, 0, 0.9);}.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {color: rgba(0, 0, 0, 0.9);}.navbar-dark .navbar-brand {color: #fff;}.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {color: #fff;}.navbar-dark .navbar-nav .nav-link {color: rgba(255, 255, 255, 0.5);}.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {color: rgba(255, 255, 255, 0.75);}.navbar-dark .navbar-nav .nav-link.disabled {color: rgba(255, 255, 255, 0.25);}.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {color: #fff;}.navbar-dark .navbar-toggler {color: rgba(255, 255, 255, 0.5);border-color: rgba(255, 255, 255, 0.1);}.navbar-dark .navbar-toggler-icon {background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");}.navbar-dark .navbar-text {color: rgba(255, 255, 255, 0.5);}.navbar-dark .navbar-text a {color: #fff;}.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {color: #fff;}.card {position: relative;display: -ms-flexbox;display: -webkit-box;display: flex;-ms-flex-direction: column;-webkit-box-orient: vertical;-webkit-box-direction: normal;flex-direction: column;min-width: 0;word-wrap: break-word;background-color: #fff;background-clip: border-box;border: 1px solid rgba(0, 0, 0, 0.125);border-radius: .25rem;}.card > hr {margin-right: 0;margin-left: 0;}.card > .list-group:first-child .list-group-item:first-child {border-top-left-radius: .25rem;border-top-right-radius: .25rem;}.card > .list-group:last-child .list-group-item:last-child {border-bottom-right-radius: .25rem;border-bottom-left-radius: .25rem;}.card-body {-ms-flex: 1 1 auto;-webkit-box-flex: 1;flex: 1 1 auto;padding: 1.25rem;}.card-title {margin-bottom: .75rem;}.card-subtitle {margin-top: -.375rem;margin-bottom: 0;}.card-text:last-child {margin-bottom: 0;}.card-link:hover {text-decoration: none;}.card-link + .card-link {margin-left: 1.25rem;}.card-header {padding: .75rem 1.25rem;margin-bottom: 0;background-color: rgba(0, 0, 0, 0.03);border-bottom: 1px solid rgba(0, 0, 0, 0.125);}.card-header:first-child {border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;}.card-header + .list-group .list-group-item:first-child {border-top: 0;}.card-footer {padding: .75rem 1.25rem;background-color: rgba(0, 0, 0, 0.03);border-top: 1px solid rgba(0, 0, 0, 0.125);}.card-footer:last-child {border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);}.card-header-tabs {margin-right: -.625rem;margin-bottom: -.75rem;margin-left: -.625rem;border-bottom: 0;}.card-header-pills {margin-right: -.625rem;margin-left: -.625rem;}.card-img-overlay {position: absolute;top: 0;right: 0;bottom: 0;left: 0;padding: 1.25rem;}.card-img {width: 100%;border-radius: calc(.25rem - 1px);}.card-img-top {width: 100%;border-top-left-radius: calc(.25rem - 1px);border-top-right-radius: calc(.25rem - 1px);}.card-img-bottom {width: 100%;border-bottom-right-radius: calc(.25rem - 1px);border-bottom-left-radius: calc(.25rem - 1px);}.card-deck {display: -ms-flexbox;display: -webkit-box;display: flex;-ms-flex-direction: column;-webkit-box-orient: vertical;-webkit-box-direction: normal;flex-direction: column;}.card-deck .card {margin-bottom: 15px;}@media (min-width: 576px) {.card-deck {-ms-flex-flow: row wrap;-webkit-box-orient: horizontal;-webkit-box-direction: normal;flex-flow: row wrap;margin-right: -15px;margin-left: -15px;}.card-deck .card {display: -ms-flexbox;display: -webkit-box;display: flex;-ms-flex: 1 0 0%;-webkit-box-flex: 1;flex: 1 0 0%;-ms-flex-direction: column;-webkit-box-orient: vertical;-webkit-box-direction: normal;flex-direction: column;margin-right: 15px;margin-bottom: 0;margin-left: 15px;}}.card-group {display: -ms-flexbox;display: -webkit-box;display: flex;-ms-flex-direction: column;-webkit-box-orient: vertical;-webkit-box-direction: normal;flex-direction: column;}.card-group > .card {margin-bottom: 15px;}@media (min-width: 576px) {.card-group {-ms-flex-flow: row wrap;-webkit-box-orient: horizontal;-webkit-box-direction: normal;flex-flow: row wrap;}.card-group > .card {-ms-flex: 1 0 0%;-webkit-box-flex: 1;flex: 1 0 0%;margin-bottom: 0;}.card-group > .card + .card {margin-left: 0;border-left: 0;}.card-group > .card:not(:last-child) {border-top-right-radius: 0;border-bottom-right-radius: 0;}.card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {border-top-right-radius: 0;}.card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {border-bottom-right-radius: 0;}.card-group > .card:not(:first-child) {border-top-left-radius: 0;border-bottom-left-radius: 0;}.card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {border-top-left-radius: 0;}.card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {border-bottom-left-radius: 0;}}.card-columns .card {margin-bottom: .75rem;}@media (min-width: 576px) {.card-columns {-webkit-column-count: 3;-moz-column-count: 3;column-count: 3;-webkit-column-gap: 1.25rem;-moz-column-gap: 1.25rem;column-gap: 1.25rem;orphans: 1;widows: 1;}.card-columns .card {display: inline-block;width: 100%;}}.accordion > .card {overflow: hidden;}.accordion > .card:not(:first-of-type) .card-header:first-child {border-radius: 0;}.accordion > .card:not(:first-of-type):not(:last-of-type) {border-bottom: 0;border-radius: 0;}.accordion > .card:first-of-type {border-bottom: 0;border-bottom-right-radius: 0;border-bottom-left-radius: 0;}.accordion > .card:last-of-type {border-top-left-radius: 0;border-top-right-radius: 0;}.accordion > .card .card-header {margin-bottom: -1px;}.breadcrumb {display: -ms-flexbox;display: -webkit-box;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;padding: .75rem 1rem;margin-bottom: 1rem;list-style: none;background-color: #e9ecef;border-radius: .25rem;}.breadcrumb-item + .breadcrumb-item {padding-left: .5rem;}.breadcrumb-item + .breadcrumb-item::before {display: inline-block;padding-right: .5rem;color: #6c757d;content: "/";}.breadcrumb-item + .breadcrumb-item:hover::before {text-decoration: underline;}.breadcrumb-item + .breadcrumb-item:hover::before {text-decoration: none;}.breadcrumb-item.active {color: #6c757d;}.pagination {display: -ms-flexbox;display: -webkit-box;display: flex;padding-left: 0;list-style: none;border-radius: .25rem;}.page-link {position: relative;display: block;padding: .5rem .75rem;margin-left: -1px;line-height: 1.25;color: #007bff;background-color: #fff;border: 1px solid #dee2e6;}.page-link:hover {z-index: 2;color: #0056b3;text-decoration: none;background-color: #e9ecef;border-color: #dee2e6;}.page-link:focus {z-index: 2;outline: 0;-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);}.page-item:first-child .page-link {margin-left: 0;border-top-left-radius: .25rem;border-bottom-left-radius: .25rem;}.page-item:last-child .page-link {border-top-right-radius: .25rem;border-bottom-right-radius: .25rem;}.page-item.active .page-link {z-index: 1;color: #fff;background-color: #007bff;border-color: #007bff;}.page-item.disabled .page-link {color: #6c757d;pointer-events: none;cursor: auto;background-color: #fff;border-color: #dee2e6;}.pagination-lg .page-link {padding: .75rem 1.5rem;font-size: 1.25rem;line-height: 1.5;}.pagination-lg .page-item:first-child .page-link {border-top-left-radius: .3rem;border-bottom-left-radius: .3rem;}.pagination-lg .page-item:last-child .page-link {border-top-right-radius: .3rem;border-bottom-right-radius: .3rem;}.pagination-sm .page-link {padding: .25rem .5rem;font-size: .875rem;line-height: 1.5;}.pagination-sm .page-item:first-child .page-link {border-top-left-radius: .2rem;border-bottom-left-radius: .2rem;}.pagination-sm .page-item:last-child .page-link {border-top-right-radius: .2rem;border-bottom-right-radius: .2rem;}.badge {display: inline-block;padding: .25em .4em;font-size: 75%;font-weight: 700;line-height: 1;text-align: center;white-space: nowrap;vertical-align: baseline;border-radius: .25rem;-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;-o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;}@media (prefers-reduced-motion: reduce) {.badge {-webkit-transition: none;-o-transition: none;transition: none;}}a.badge:focus, a.badge:hover {text-decoration: none;}.badge:empty {display: none;}.btn .badge {position: relative;top: -1px;}.badge-pill {padding-right: .6em;padding-left: .6em;border-radius: 10rem;}.badge-primary {color: #fff;background-color: #007bff;}a.badge-primary:focus, a.badge-primary:hover {color: #fff;background-color: #0062cc;}a.badge-primary.focus, a.badge-primary:focus {outline: 0;-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);}.badge-secondary {color: #fff;background-color: #6c757d;}a.badge-secondary:focus, a.badge-secondary:hover {color: #fff;background-color: #545b62;}a.badge-secondary.focus, a.badge-secondary:focus {outline: 0;-webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);}.badge-success {color: #fff;background-color: #28a745;}a.badge-success:focus, a.badge-success:hover {color: #fff;background-color: #1e7e34;}a.badge-success.focus, a.badge-success:focus {outline: 0;-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);}.badge-info {color: #fff;background-color: #17a2b8;}a.badge-info:focus, a.badge-info:hover {color: #fff;background-color: #117a8b;}a.badge-info.focus, a.badge-info:focus {outline: 0;-webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);}.badge-warning {color: #212529;background-color: #ffc107;}a.badge-warning:focus, a.badge-warning:hover {color: #212529;background-color: #d39e00;}a.badge-warning.focus, a.badge-warning:focus {outline: 0;-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);}.badge-danger {color: #fff;background-color: #dc3545;}a.badge-danger:focus, a.badge-danger:hover {color: #fff;background-color: #bd2130;}a.badge-danger.focus, a.badge-danger:focus {outline: 0;-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);}.badge-light {color: #212529;background-color: #f8f9fa;}a.badge-light:focus, a.badge-light:hover {color: #212529;background-color: #dae0e5;}a.badge-light.focus, a.badge-light:focus {outline: 0;-webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);}.badge-dark {color: #fff;background-color: #343a40;}a.badge-dark:focus, a.badge-dark:hover {color: #fff;background-color: #1d2124;}a.badge-dark.focus, a.badge-dark:focus {outline: 0;-webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);}.jumbotron {padding: 2rem 1rem;margin-bottom: 2rem;background-color: #e9ecef;border-radius: .3rem;}@media (min-width: 576px) {.jumbotron {padding: 4rem 2rem;}}.jumbotron-fluid {padding-right: 0;padding-left: 0;border-radius: 0;}.alert {position: relative;padding: .75rem 1.25rem;margin-bottom: 1rem;border: 1px solid transparent;border-radius: .25rem;}.alert-heading {color: inherit;}.alert-link {font-weight: 700;}.alert-dismissible {padding-right: 4rem;}.alert-dismissible .close {position: absolute;top: 0;right: 0;padding: .75rem 1.25rem;color: inherit;}.alert-primary {color: #004085;background-color: #cce5ff;border-color: #b8daff;}.alert-primary hr {border-top-color: #9fcdff;}.alert-primary .alert-link {color: #002752;}.alert-secondary {color: #383d41;background-color: #e2e3e5;border-color: #d6d8db;}.alert-secondary hr {border-top-color: #c8cbcf;}.alert-secondary .alert-link {color: #202326;}.alert-success {color: #155724;background-color: #d4edda;border-color: #c3e6cb;}.alert-success hr {border-top-color: #b1dfbb;}.alert-success .alert-link {color: #0b2e13;}.alert-info {color: #0c5460;background-color: #d1ecf1;border-color: #bee5eb;}.alert-info hr {border-top-color: #abdde5;}.alert-info .alert-link {color: #062c33;}.alert-warning {color: #856404;background-color: #fff3cd;border-color: #ffeeba;}.alert-warning hr {border-top-color: #ffe8a1;}.alert-warning .alert-link {color: #533f03;}.alert-danger {color: #721c24;background-color: #f8d7da;border-color: #f5c6cb;}.alert-danger hr {border-top-color: #f1b0b7;}.alert-danger .alert-link {color: #491217;}.alert-light {color: #818182;background-color: #fefefe;border-color: #fdfdfe;}.alert-light hr {border-top-color: #ececf6;}.alert-light .alert-link {color: #686868;}.alert-dark {color: #1b1e21;background-color: #d6d8d9;border-color: #c6c8ca;}.alert-dark hr {border-top-color: #b9bbbe;}.alert-dark .alert-link {color: #040505;}@-webkit-keyframes progress-bar-stripes {from {background-position: 1rem 0;}to {background-position: 0 0;}}@keyframes progress-bar-stripes {from {background-position: 1rem 0;}to {background-position: 0 0;}}.progress {display: -ms-flexbox;display: -webkit-box;display: flex;height: 1rem;overflow: hidden;font-size: .75rem;background-color: #e9ecef;border-radius: .25rem;}.progress-bar {display: -ms-flexbox;display: -webkit-box;display: flex;-ms-flex-direction: column;-webkit-box-orient: vertical;-webkit-box-direction: normal;flex-direction: column;-ms-flex-pack: center;-webkit-box-pack: center;justify-content: center;color: #fff;text-align: center;white-space: nowrap;background-color: #007bff;-webkit-transition: width .6s ease;-o-transition: width .6s ease;transition: width .6s ease;}@media (prefers-reduced-motion: reduce) {.progress-bar {-webkit-transition: none;-o-transition: none;transition: none;}}.progress-bar-striped {background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-size: 1rem 1rem;}.progress-bar-animated {-webkit-animation: progress-bar-stripes 1s linear infinite;animation: progress-bar-stripes 1s linear infinite;}@media (prefers-reduced-motion: reduce) {.progress-bar-animated {-webkit-animation: none;animation: none;}}.media {display: -ms-flexbox;display: -webkit-box;display: flex;-ms-flex-align: start;-webkit-box-align: start;align-items: flex-start;}.media-body {-ms-flex: 1;-webkit-box-flex: 1;flex: 1;}.list-group {display: -ms-flexbox;display: -webkit-box;display: flex;-ms-flex-direction: column;-webkit-box-orient: vertical;-webkit-box-direction: normal;flex-direction: column;padding-left: 0;margin-bottom: 0;}.list-group-item-action {width: 100%;color: #495057;text-align: inherit;}.list-group-item-action:focus, .list-group-item-action:hover {z-index: 1;color: #495057;text-decoration: none;background-color: #f8f9fa;}.list-group-item-action:active {color: #212529;background-color: #e9ecef;}.list-group-item {position: relative;display: block;padding: .75rem 1.25rem;margin-bottom: -1px;background-color: #fff;border: 1px solid rgba(0, 0, 0, 0.125);}.list-group-item:first-child {border-top-left-radius: .25rem;border-top-right-radius: .25rem;}.list-group-item:last-child {margin-bottom: 0;border-bottom-right-radius: .25rem;border-bottom-left-radius: .25rem;}.list-group-item.disabled, .list-group-item:disabled {color: #6c757d;pointer-events: none;background-color: #fff;}.list-group-item.active {z-index: 2;color: #fff;background-color: #007bff;border-color: #007bff;}.list-group-horizontal {-ms-flex-direction: row;-webkit-box-orient: horizontal;-webkit-box-direction: normal;flex-direction: row;}.list-group-horizontal .list-group-item {margin-right: -1px;margin-bottom: 0;}.list-group-horizontal .list-group-item:first-child {border-top-left-radius: .25rem;border-bottom-left-radius: .25rem;border-top-right-radius: 0;}.list-group-horizontal .list-group-item:last-child {margin-right: 0;border-top-right-radius: .25rem;border-bottom-right-radius: .25rem;border-bottom-left-radius: 0;}@media (min-width: 576px) {.list-group-horizontal-sm {-ms-flex-direction: row;-webkit-box-orient: horizontal;-webkit-box-direction: normal;flex-direction: row;}.list-group-horizontal-sm .list-group-item {margin-right: -1px;margin-bottom: 0;}.list-group-horizontal-sm .list-group-item:first-child {border-top-left-radius: .25rem;border-bottom-left-radius: .25rem;border-top-right-radius: 0;}.list-group-horizontal-sm .list-group-item:last-child {margin-right: 0;border-top-right-radius: .25rem;border-bottom-right-radius: .25rem;border-bottom-left-radius: 0;}}@media (min-width: 768px) {.list-group-horizontal-md {-ms-flex-direction: row;-webkit-box-orient: horizontal;-webkit-box-direction: normal;flex-direction: row;}.list-group-horizontal-md .list-group-item {margin-right: -1px;margin-bottom: 0;}.list-group-horizontal-md .list-group-item:first-child {border-top-left-radius: .25rem;border-bottom-left-radius: .25rem;border-top-right-radius: 0;}.list-group-horizontal-md .list-group-item:last-child {margin-right: 0;border-top-right-radius: .25rem;border-bottom-right-radius: .25rem;border-bottom-left-radius: 0;}}@media (min-width: 992px) {.list-group-horizontal-lg {-ms-flex-direction: row;-webkit-box-orient: horizontal;-webkit-box-direction: normal;flex-direction: row;}.list-group-horizontal-lg .list-group-item {margin-right: -1px;margin-bottom: 0;}.list-group-horizontal-lg .list-group-item:first-child {border-top-left-radius: .25rem;border-bottom-left-radius: .25rem;border-top-right-radius: 0;}.list-group-horizontal-lg .list-group-item:last-child {margin-right: 0;border-top-right-radius: .25rem;border-bottom-right-radius: .25rem;border-bottom-left-radius: 0;}}@media (min-width: 1200px) {.list-group-horizontal-xl {-ms-flex-direction: row;-webkit-box-orient: horizontal;-webkit-box-direction: normal;flex-direction: row;}.list-group-horizontal-xl .list-group-item {margin-right: -1px;margin-bottom: 0;}.list-group-horizontal-xl .list-group-item:first-child {border-top-left-radius: .25rem;border-bottom-left-radius: .25rem;border-top-right-radius: 0;}.list-group-horizontal-xl .list-group-item:last-child {margin-right: 0;border-top-right-radius: .25rem;border-bottom-right-radius: .25rem;border-bottom-left-radius: 0;}}.list-group-flush .list-group-item {border-right: 0;border-left: 0;border-radius: 0;}.list-group-flush .list-group-item:last-child {margin-bottom: -1px;}.list-group-flush:first-child .list-group-item:first-child {border-top: 0;}.list-group-flush:last-child .list-group-item:last-child {margin-bottom: 0;border-bottom: 0;}.list-group-item-primary {color: #004085;background-color: #b8daff;}.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {color: #004085;background-color: #9fcdff;}.list-group-item-primary.list-group-item-action.active {color: #fff;background-color: #004085;border-color: #004085;}.list-group-item-secondary {color: #383d41;background-color: #d6d8db;}.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {color: #383d41;background-color: #c8cbcf;}.list-group-item-secondary.list-group-item-action.active {color: #fff;background-color: #383d41;border-color: #383d41;}.list-group-item-success {color: #155724;background-color: #c3e6cb;}.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {color: #155724;background-color: #b1dfbb;}.list-group-item-success.list-group-item-action.active {color: #fff;background-color: #155724;border-color: #155724;}.list-group-item-info {color: #0c5460;background-color: #bee5eb;}.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {color: #0c5460;background-color: #abdde5;}.list-group-item-info.list-group-item-action.active {color: #fff;background-color: #0c5460;border-color: #0c5460;}.list-group-item-warning {color: #856404;background-color: #ffeeba;}.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {color: #856404;background-color: #ffe8a1;}.list-group-item-warning.list-group-item-action.active {color: #fff;background-color: #856404;border-color: #856404;}.list-group-item-danger {color: #721c24;background-color: #f5c6cb;}.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {color: #721c24;background-color: #f1b0b7;}.list-group-item-danger.list-group-item-action.active {color: #fff;background-color: #721c24;border-color: #721c24;}.list-group-item-light {color: #818182;background-color: #fdfdfe;}.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {color: #818182;background-color: #ececf6;}.list-group-item-light.list-group-item-action.active {color: #fff;background-color: #818182;border-color: #818182;}.list-group-item-dark {color: #1b1e21;background-color: #c6c8ca;}.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {color: #1b1e21;background-color: #b9bbbe;}.list-group-item-dark.list-group-item-action.active {color: #fff;background-color: #1b1e21;border-color: #1b1e21;}.close {float: right;font-size: 1.5rem;font-weight: 700;line-height: 1;color: #000;text-shadow: 0 1px 0 #fff;opacity: .5;}.close:hover {color: #000;text-decoration: none;}.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {opacity: .75;}button.close {padding: 0;background-color: transparent;border: 0;-webkit-appearance: none;-moz-appearance: none;appearance: none;}a.close.disabled {pointer-events: none;}.toast {max-width: 350px;overflow: hidden;font-size: .875rem;background-color: rgba(255, 255, 255, 0.85);background-clip: padding-box;border: 1px solid rgba(0, 0, 0, 0.1);-webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);-webkit-backdrop-filter: blur(10px);backdrop-filter: blur(10px);opacity: 0;border-radius: .25rem;}.toast:not(:last-child) {margin-bottom: .75rem;}.toast.showing {opacity: 1;}.toast.show {display: block;opacity: 1;}.toast.hide {display: none;}.toast-header {display: -ms-flexbox;display: -webkit-box;display: flex;-ms-flex-align: center;-webkit-box-align: center;align-items: center;padding: .25rem .75rem;color: #6c757d;background-color: rgba(255, 255, 255, 0.85);background-clip: padding-box;border-bottom: 1px solid rgba(0, 0, 0, 0.05);}.toast-body {padding: .75rem;}.modal-open {overflow: hidden;}.modal-open .modal {overflow-x: hidden;overflow-y: auto;}.modal {position: fixed;top: 0;left: 0;z-index: 1050;display: none;width: 100%;height: 100%;overflow: hidden;outline: 0;}.modal-dialog {position: relative;max-height: 100vh;width: auto;left: 50%;top: 50%;padding: 0 10px;pointer-events: none;-webkit-box-sizing: border-box;box-sizing: border-box;}.modal.fade .modal-dialog {transition: -webkit-transform .3s ease-out;-webkit-transition: -webkit-transform .3s ease-out;-o-transition: transform .3s ease-out;transition: transform .3s ease-out;transition: transform .3s ease-out, -webkit-transform .3s ease-out;transition: transform .3s ease-out, -webkit-transform .3s ease-out;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}@media (prefers-reduced-motion: reduce) {.modal.fade .modal-dialog {-webkit-transition: none;-o-transition: none;transition: none;}}.modal-dialog-scrollable {display: -ms-flexbox;display: -webkit-box;display: flex;max-height: calc(100% - 1rem);}.modal-dialog-scrollable .modal-content {max-height: calc(100vh - 1rem);overflow: hidden;}.modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {-ms-flex-negative: 0;flex-shrink: 0;}.modal-dialog-scrollable .modal-body {overflow-y: auto;}.modal-dialog-centered {display: -ms-flexbox;display: -webkit-box;display: flex;-ms-flex-align: center;-webkit-box-align: center;align-items: center;min-height: calc(100% - 1rem);}.modal-dialog-centered::before {display: block;height: calc(100vh - 1rem);content: "";}.modal-dialog-centered.modal-dialog-scrollable {-ms-flex-direction: column;-webkit-box-orient: vertical;-webkit-box-direction: normal;flex-direction: column;-ms-flex-pack: center;-webkit-box-pack: center;justify-content: center;height: 100%;}.modal-dialog-centered.modal-dialog-scrollable .modal-content {max-height: none;}.modal-dialog-centered.modal-dialog-scrollable::before {content: none;}.modal-content {position: relative;display: -ms-flexbox;display: -webkit-box;display: flex;-ms-flex-direction: column;-webkit-box-orient: vertical;-webkit-box-direction: normal;flex-direction: column;width: 100%;pointer-events: auto;background-color: #fff;background-clip: padding-box;border: 1px solid rgba(0, 0, 0, 0.2);outline: 0;}.modal-backdrop {position: fixed;top: 0;left: 0;z-index: 91;width: 100vw;height: 100vh;background-color: #000;}.modal-backdrop.fade {opacity: 0;}.modal-backdrop.show {opacity: .5;}.modal-header {display: -ms-flexbox;display: -webkit-box;display: flex;-ms-flex-align: start;-webkit-box-align: start;align-items: flex-start;-ms-flex-pack: justify;-webkit-box-pack: justify;justify-content: space-between;padding: 1rem 1rem;border-bottom: 1px solid #dee2e6;border-top-left-radius: .3rem;border-top-right-radius: .3rem;}.modal-header .close {padding: 1rem 1rem;margin: -1rem -1rem -1rem auto;}.modal-title {margin-bottom: 0;line-height: 1.5;}.modal-body {position: relative;-ms-flex: 1 1 auto;-webkit-box-flex: 1;flex: 1 1 auto;padding: 1rem;}.modal-footer {display: -ms-flexbox;display: -webkit-box;display: flex;-ms-flex-align: center;-webkit-box-align: center;align-items: center;-ms-flex-pack: end;-webkit-box-pack: end;justify-content: flex-end;padding: 1rem;border-top: 1px solid #dee2e6;border-bottom-right-radius: .3rem;border-bottom-left-radius: .3rem;}.modal-footer > :not(:first-child) {margin-left: .25rem;}.modal-footer > :not(:last-child) {margin-right: .25rem;}.modal-scrollbar-measure {position: absolute;top: -9999px;width: 50px;height: 50px;overflow: scroll;}@media (min-width: 576px) {.modal-dialog {max-width: 500px;}.modal-dialog-scrollable {max-height: calc(100% - 3.5rem);}.modal-dialog-scrollable .modal-content {max-height: calc(100vh - 3.5rem);}.modal-dialog-centered {min-height: calc(100% - 3.5rem);}.modal-dialog-centered::before {height: calc(100vh - 3.5rem);}.modal-sm {max-width: 300px;}}@media (min-width: 992px) {.modal-lg, .modal-xl {max-width: 800px;}}@media (min-width: 1200px) {.modal-xl {max-width: 1140px;}}.tooltip {position: absolute;z-index: 1070;display: block;margin: 0;font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";font-style: normal;font-weight: 400;line-height: 1.5;text-align: left;text-align: start;text-decoration: none;text-shadow: none;text-transform: none;letter-spacing: normal;word-break: normal;word-spacing: normal;white-space: normal;line-break: auto;font-size: .875rem;word-wrap: break-word;opacity: 0;}.tooltip.show {opacity: .9;}.tooltip .arrow {position: absolute;display: block;width: .8rem;height: .4rem;}.tooltip .arrow::before {position: absolute;content: "";border-color: transparent;border-style: solid;}.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {padding: .4rem 0;}.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {bottom: 0;}.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {top: 0;border-width: .4rem .4rem 0;border-top-color: #000;}.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {padding: 0 .4rem;}.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {left: 0;width: .4rem;height: .8rem;}.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {right: 0;border-width: .4rem .4rem .4rem 0;border-right-color: #000;}.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {padding: .4rem 0;}.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {top: 0;}.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {bottom: 0;border-width: 0 .4rem .4rem;border-bottom-color: #000;}.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {padding: 0 .4rem;}.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {right: 0;width: .4rem;height: .8rem;}.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {left: 0;border-width: .4rem 0 .4rem .4rem;border-left-color: #000;}.tooltip-inner {max-width: 200px;padding: .25rem .5rem;color: #fff;text-align: center;background-color: #000;border-radius: .25rem;}.popover {position: absolute;top: 0;left: 0;z-index: 1060;display: block;max-width: 276px;font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";font-style: normal;font-weight: 400;line-height: 1.5;text-align: left;text-align: start;text-decoration: none;text-shadow: none;text-transform: none;letter-spacing: normal;word-break: normal;word-spacing: normal;white-space: normal;line-break: auto;font-size: .875rem;word-wrap: break-word;background-color: #fff;background-clip: padding-box;border: 1px solid rgba(0, 0, 0, 0.2);border-radius: .3rem;}.popover .arrow {position: absolute;display: block;width: 1rem;height: .5rem;margin: 0 .3rem;}.popover .arrow::after, .popover .arrow::before {position: absolute;display: block;content: "";border-color: transparent;border-style: solid;}.bs-popover-auto[x-placement^=top], .bs-popover-top {margin-bottom: .5rem;}.bs-popover-auto[x-placement^=top] > .arrow, .bs-popover-top > .arrow {bottom: calc((.5rem + 1px) * -1);}.bs-popover-auto[x-placement^=top] > .arrow::before, .bs-popover-top > .arrow::before {bottom: 0;border-width: .5rem .5rem 0;border-top-color: rgba(0, 0, 0, 0.25);}.bs-popover-auto[x-placement^=top] > .arrow::after, .bs-popover-top > .arrow::after {bottom: 1px;border-width: .5rem .5rem 0;border-top-color: #fff;}.bs-popover-auto[x-placement^=right], .bs-popover-right {margin-left: .5rem;}.bs-popover-auto[x-placement^=right] > .arrow, .bs-popover-right > .arrow {left: calc((.5rem + 1px) * -1);width: .5rem;height: 1rem;margin: .3rem 0;}.bs-popover-auto[x-placement^=right] > .arrow::before, .bs-popover-right > .arrow::before {left: 0;border-width: .5rem .5rem .5rem 0;border-right-color: rgba(0, 0, 0, 0.25);}.bs-popover-auto[x-placement^=right] > .arrow::after, .bs-popover-right > .arrow::after {left: 1px;border-width: .5rem .5rem .5rem 0;border-right-color: #fff;}.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {margin-top: .5rem;}.bs-popover-auto[x-placement^=bottom] > .arrow, .bs-popover-bottom > .arrow {top: calc((.5rem + 1px) * -1);}.bs-popover-auto[x-placement^=bottom] > .arrow::before, .bs-popover-bottom > .arrow::before {top: 0;border-width: 0 .5rem .5rem .5rem;border-bottom-color: rgba(0, 0, 0, 0.25);}.bs-popover-auto[x-placement^=bottom] > .arrow::after, .bs-popover-bottom > .arrow::after {top: 1px;border-width: 0 .5rem .5rem .5rem;border-bottom-color: #fff;}.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {position: absolute;top: 0;left: 50%;display: block;width: 1rem;margin-left: -.5rem;content: "";border-bottom: 1px solid #f7f7f7;}.bs-popover-auto[x-placement^=left], .bs-popover-left {margin-right: .5rem;}.bs-popover-auto[x-placement^=left] > .arrow, .bs-popover-left > .arrow {right: calc((.5rem + 1px) * -1);width: .5rem;height: 1rem;margin: .3rem 0;}.bs-popover-auto[x-placement^=left] > .arrow::before, .bs-popover-left > .arrow::before {right: 0;border-width: .5rem 0 .5rem .5rem;border-left-color: rgba(0, 0, 0, 0.25);}.bs-popover-auto[x-placement^=left] > .arrow::after, .bs-popover-left > .arrow::after {right: 1px;border-width: .5rem 0 .5rem .5rem;border-left-color: #fff;}.popover-header {padding: .5rem .75rem;margin-bottom: 0;font-size: 1rem;background-color: #f7f7f7;border-bottom: 1px solid #ebebeb;border-top-left-radius: calc(.3rem - 1px);border-top-right-radius: calc(.3rem - 1px);}.popover-header:empty {display: none;}.popover-body {padding: .5rem .75rem;color: #212529;}.carousel {position: relative;}.carousel.pointer-event {-ms-touch-action: pan-y;touch-action: pan-y;}.carousel-inner {position: relative;width: 100%;overflow: hidden;}.carousel-inner::after {display: block;clear: both;content: "";}.carousel-item {position: relative;display: none;float: left;width: 100%;margin-right: -100%;-webkit-backface-visibility: hidden;backface-visibility: hidden;transition: -webkit-transform .6s ease-in-out;-webkit-transition: -webkit-transform .6s ease-in-out;-o-transition: transform .6s ease-in-out;transition: transform .6s ease-in-out;transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;}@media (prefers-reduced-motion: reduce) {.carousel-item {-webkit-transition: none;-o-transition: none;transition: none;}}.carousel-item-next, .carousel-item-prev, .carousel-item.active {display: block;}.active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {-webkit-transform: translateX(100%);-ms-transform: translateX(100%);transform: translateX(100%);}.active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {-webkit-transform: translateX(-100%);-ms-transform: translateX(-100%);transform: translateX(-100%);}.carousel-fade .carousel-item {opacity: 0;-webkit-transition-property: opacity;-o-transition-property: opacity;transition-property: opacity;-webkit-transform: none;-ms-transform: none;transform: none;}.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {z-index: 1;opacity: 1;}.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {z-index: 0;opacity: 0;-webkit-transition: 0s .6s opacity;-o-transition: 0s .6s opacity;transition: 0s .6s opacity;}@media (prefers-reduced-motion: reduce) {.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {-webkit-transition: none;-o-transition: none;transition: none;}}.carousel-control-next, .carousel-control-prev {position: absolute;top: 0;bottom: 0;z-index: 1;display: -ms-flexbox;display: -webkit-box;display: flex;-ms-flex-align: center;-webkit-box-align: center;align-items: center;-ms-flex-pack: center;-webkit-box-pack: center;justify-content: center;width: 15%;color: #fff;text-align: center;opacity: .5;-webkit-transition: opacity .15s ease;-o-transition: opacity .15s ease;transition: opacity .15s ease;}@media (prefers-reduced-motion: reduce) {.carousel-control-next, .carousel-control-prev {-webkit-transition: none;-o-transition: none;transition: none;}}.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {color: #fff;text-decoration: none;outline: 0;opacity: .9;}.carousel-control-prev {left: 0;}.carousel-control-next {right: 0;}.carousel-control-next-icon, .carousel-control-prev-icon {display: inline-block;width: 20px;height: 20px;background: no-repeat 50%/100% 100%;}.carousel-control-prev-icon {background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23676767' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");}.carousel-control-next-icon {background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23676767' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");}.carousel-indicators {position: absolute;right: 0;bottom: 0;left: 0;z-index: 15;display: -ms-flexbox;display: -webkit-box;display: flex;-ms-flex-pack: center;-webkit-box-pack: center;justify-content: center;padding-left: 0;margin-right: 15%;margin-left: 15%;list-style: none;}.carousel-indicators li {-webkit-box-sizing: content-box;box-sizing: content-box;-ms-flex: 0 1 auto;-webkit-box-flex: 0;flex: 0 1 auto;width: 30px;height: 3px;margin-right: 3px;margin-left: 3px;text-indent: -999px;cursor: pointer;background-color: #fff;background-clip: padding-box;border-top: 10px solid transparent;border-bottom: 10px solid transparent;opacity: .5;-webkit-transition: opacity .6s ease;-o-transition: opacity .6s ease;transition: opacity .6s ease;}@media (prefers-reduced-motion: reduce) {.carousel-indicators li {-webkit-transition: none;-o-transition: none;transition: none;}}.carousel-indicators .active {opacity: 1;}.carousel-caption {position: absolute;right: 15%;bottom: 20px;left: 15%;z-index: 10;padding-top: 20px;padding-bottom: 20px;color: #fff;text-align: center;}@-webkit-keyframes spinner-border {to {-webkit-transform: rotate(360deg);transform: rotate(360deg);}}@keyframes spinner-border {to {-webkit-transform: rotate(360deg);transform: rotate(360deg);}}.spinner-border {display: inline-block;width: 2rem;height: 2rem;vertical-align: text-bottom;border: .25em solid currentColor;border-right-color: transparent;border-radius: 50%;-webkit-animation: spinner-border .75s linear infinite;animation: spinner-border .75s linear infinite;}.spinner-border-sm {width: 1rem;height: 1rem;border-width: .2em;}@-webkit-keyframes spinner-grow {0% {-webkit-transform: scale(0);transform: scale(0);}50% {opacity: 1;}}@keyframes spinner-grow {0% {-webkit-transform: scale(0);transform: scale(0);}50% {opacity: 1;}}.spinner-grow {display: inline-block;width: 2rem;height: 2rem;vertical-align: text-bottom;background-color: currentColor;border-radius: 50%;opacity: 0;-webkit-animation: spinner-grow .75s linear infinite;animation: spinner-grow .75s linear infinite;}.spinner-grow-sm {width: 1rem;height: 1rem;}.align-baseline {vertical-align: baseline !important;}.align-top {vertical-align: top !important;}.align-middle {vertical-align: middle !important;}.align-bottom {vertical-align: bottom !important;}.align-text-bottom {vertical-align: text-bottom !important;}.align-text-top {vertical-align: text-top !important;}.bg-primary {background-color: #007bff !important;}a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {background-color: #0062cc !important;}.bg-secondary {background-color: #6c757d !important;}a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {background-color: #545b62 !important;}.bg-success {background-color: #28a745 !important;}a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {background-color: #1e7e34 !important;}.bg-info {background-color: #17a2b8 !important;}a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {background-color: #117a8b !important;}.bg-warning {background-color: #ffc107 !important;}a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {background-color: #d39e00 !important;}.bg-danger {background-color: #dc3545 !important;}a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {background-color: #bd2130 !important;}.bg-light {background-color: #f8f9fa !important;}a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {background-color: #dae0e5 !important;}.bg-dark {background-color: #343a40 !important;}a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {background-color: #1d2124 !important;}.bg-white {background-color: #fff !important;}.bg-transparent {background-color: transparent !important;}.border {border: 1px solid #dee2e6 !important;}.border-top {border-top: 1px solid #dee2e6 !important;}.border-right {border-right: 1px solid #dee2e6 !important;}.border-bottom {border-bottom: 1px solid #dee2e6 !important;}.border-left {border-left: 1px solid #dee2e6 !important;}.border-0 {border: 0 !important;}.border-top-0 {border-top: 0 !important;}.border-right-0 {border-right: 0 !important;}.border-bottom-0 {border-bottom: 0 !important;}.border-left-0 {border-left: 0 !important;}.border-primary {border-color: #007bff !important;}.border-secondary {border-color: #6c757d !important;}.border-success {border-color: #28a745 !important;}.border-info {border-color: #17a2b8 !important;}.border-warning {border-color: #ffc107 !important;}.border-danger {border-color: #dc3545 !important;}.border-light {border-color: #f8f9fa !important;}.border-dark {border-color: #343a40 !important;}.border-white {border-color: #fff !important;}.rounded-sm {border-radius: 0.2rem !important;}.rounded {border-radius: 0.25rem !important;}.rounded-top {border-top-left-radius: 0.25rem !important;border-top-right-radius: 0.25rem !important;}.rounded-right {border-top-right-radius: 0.25rem !important;border-bottom-right-radius: 0.25rem !important;}.rounded-bottom {border-bottom-right-radius: 0.25rem !important;border-bottom-left-radius: 0.25rem !important;}.rounded-left {border-top-left-radius: 0.25rem !important;border-bottom-left-radius: 0.25rem !important;}.rounded-lg {border-radius: 0.3rem !important;}.rounded-circle {border-radius: 50% !important;}.rounded-pill {border-radius: 50rem !important;}.rounded-0 {border-radius: 0 !important;}.clearfix::after {display: block;clear: both;content: "";}.d-none {display: none !important;}.d-inline {display: inline !important;}.d-inline-block {display: inline-block !important;}.d-block {display: block !important;}.d-table {display: table !important;}.d-table-row {display: table-row !important;}.d-table-cell {display: table-cell !important;}.d-flex {display: -ms-flexbox !important;display: -webkit-box !important;display: flex !important;}.d-inline-flex {display: -ms-inline-flexbox !important;display: -webkit-inline-box !important;display: inline-flex !important;}@media (min-width: 576px) {.d-sm-none {display: none !important;}.d-sm-inline {display: inline !important;}.d-sm-inline-block {display: inline-block !important;}.d-sm-block {display: block !important;}.d-sm-table {display: table !important;}.d-sm-table-row {display: table-row !important;}.d-sm-table-cell {display: table-cell !important;}.d-sm-flex {display: -ms-flexbox !important;display: -webkit-box !important;display: flex !important;}.d-sm-inline-flex {display: -ms-inline-flexbox !important;display: -webkit-inline-box !important;display: inline-flex !important;}}@media (min-width: 768px) {.d-md-none {display: none !important;}.d-md-inline {display: inline !important;}.d-md-inline-block {display: inline-block !important;}.d-md-block {display: block !important;}.d-md-table {display: table !important;}.d-md-table-row {display: table-row !important;}.d-md-table-cell {display: table-cell !important;}.d-md-flex {display: -ms-flexbox !important;display: -webkit-box !important;display: flex !important;}.d-md-inline-flex {display: -ms-inline-flexbox !important;display: -webkit-inline-box !important;display: inline-flex !important;}}@media (min-width: 992px) {.d-lg-none {display: none !important;}.d-lg-inline {display: inline !important;}.d-lg-inline-block {display: inline-block !important;}.d-lg-block {display: block !important;}.d-lg-table {display: table !important;}.d-lg-table-row {display: table-row !important;}.d-lg-table-cell {display: table-cell !important;}.d-lg-flex {display: -ms-flexbox !important;display: -webkit-box !important;display: flex !important;}.d-lg-inline-flex {display: -ms-inline-flexbox !important;display: -webkit-inline-box !important;display: inline-flex !important;}}@media (min-width: 1200px) {.d-xl-none {display: none !important;}.d-xl-inline {display: inline !important;}.d-xl-inline-block {display: inline-block !important;}.d-xl-block {display: block !important;}.d-xl-table {display: table !important;}.d-xl-table-row {display: table-row !important;}.d-xl-table-cell {display: table-cell !important;}.d-xl-flex {display: -ms-flexbox !important;display: -webkit-box !important;display: flex !important;}.d-xl-inline-flex {display: -ms-inline-flexbox !important;display: -webkit-inline-box !important;display: inline-flex !important;}}@media print {.d-print-none {display: none !important;}.d-print-inline {display: inline !important;}.d-print-inline-block {display: inline-block !important;}.d-print-block {display: block !important;}.d-print-table {display: table !important;}.d-print-table-row {display: table-row !important;}.d-print-table-cell {display: table-cell !important;}.d-print-flex {display: -ms-flexbox !important;display: -webkit-box !important;display: flex !important;}.d-print-inline-flex {display: -ms-inline-flexbox !important;display: -webkit-inline-box !important;display: inline-flex !important;}}.embed-responsive {position: relative;display: block;width: 100%;padding: 0;overflow: hidden;}.embed-responsive::before {display: block;content: "";}.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {position: absolute;top: 0;bottom: 0;left: 0;width: 100%;height: 100%;border: 0;}.embed-responsive-21by9::before {padding-top: 42.857143%;}.embed-responsive-16by9::before {padding-top: 56.25%;}.embed-responsive-4by3::before {padding-top: 75%;}.embed-responsive-1by1::before {padding-top: 100%;}.flex-row {-ms-flex-direction: row !important;-webkit-box-orient: horizontal !important;-webkit-box-direction: normal !important;flex-direction: row !important;}.flex-column {-ms-flex-direction: column !important;-webkit-box-orient: vertical !important;-webkit-box-direction: normal !important;flex-direction: column !important;}.flex-row-reverse {-ms-flex-direction: row-reverse !important;-webkit-box-orient: horizontal !important;-webkit-box-direction: reverse !important;flex-direction: row-reverse !important;}.flex-column-reverse {-ms-flex-direction: column-reverse !important;-webkit-box-orient: vertical !important;-webkit-box-direction: reverse !important;flex-direction: column-reverse !important;}.flex-wrap {-ms-flex-wrap: wrap !important;flex-wrap: wrap !important;}.flex-nowrap {-ms-flex-wrap: nowrap !important;flex-wrap: nowrap !important;}.flex-wrap-reverse {-ms-flex-wrap: wrap-reverse !important;flex-wrap: wrap-reverse !important;}.flex-fill {-ms-flex: 1 1 auto !important;-webkit-box-flex: 1 !important;flex: 1 1 auto !important;}.flex-grow-0 {-ms-flex-positive: 0 !important;-webkit-box-flex: 0 !important;flex-grow: 0 !important;}.flex-grow-1 {-ms-flex-positive: 1 !important;-webkit-box-flex: 1 !important;flex-grow: 1 !important;}.flex-shrink-0 {-ms-flex-negative: 0 !important;flex-shrink: 0 !important;}.flex-shrink-1 {-ms-flex-negative: 1 !important;flex-shrink: 1 !important;}.justify-content-start {-ms-flex-pack: start !important;-webkit-box-pack: start !important;justify-content: flex-start !important;}.justify-content-end {-ms-flex-pack: end !important;-webkit-box-pack: end !important;justify-content: flex-end !important;}.justify-content-center {-ms-flex-pack: center !important;-webkit-box-pack: center !important;justify-content: center !important;}.justify-content-between {-ms-flex-pack: justify !important;-webkit-box-pack: justify !important;justify-content: space-between !important;}.justify-content-around {-ms-flex-pack: distribute !important;justify-content: space-around !important;}.align-items-start {-ms-flex-align: start !important;-webkit-box-align: start !important;align-items: flex-start !important;}.align-items-end {-ms-flex-align: end !important;-webkit-box-align: end !important;align-items: flex-end !important;}.align-items-center {-ms-flex-align: center !important;-webkit-box-align: center !important;align-items: center !important;}.align-items-baseline {-ms-flex-align: baseline !important;-webkit-box-align: baseline !important;align-items: baseline !important;}.align-items-stretch {-ms-flex-align: stretch !important;-webkit-box-align: stretch !important;align-items: stretch !important;}.align-content-start {-ms-flex-line-pack: start !important;align-content: flex-start !important;}.align-content-end {-ms-flex-line-pack: end !important;align-content: flex-end !important;}.align-content-center {-ms-flex-line-pack: center !important;align-content: center !important;}.align-content-between {-ms-flex-line-pack: justify !important;align-content: space-between !important;}.align-content-around {-ms-flex-line-pack: distribute !important;align-content: space-around !important;}.align-content-stretch {-ms-flex-line-pack: stretch !important;align-content: stretch !important;}.align-self-auto {-ms-flex-item-align: auto !important;align-self: auto !important;}.align-self-start {-ms-flex-item-align: start !important;align-self: flex-start !important;}.align-self-end {-ms-flex-item-align: end !important;align-self: flex-end !important;}.align-self-center {-ms-flex-item-align: center !important;align-self: center !important;}.align-self-baseline {-ms-flex-item-align: baseline !important;align-self: baseline !important;}.align-self-stretch {-ms-flex-item-align: stretch !important;align-self: stretch !important;}@media (min-width: 576px) {.flex-sm-row {-ms-flex-direction: row !important;-webkit-box-orient: horizontal !important;-webkit-box-direction: normal !important;flex-direction: row !important;}.flex-sm-column {-ms-flex-direction: column !important;-webkit-box-orient: vertical !important;-webkit-box-direction: normal !important;flex-direction: column !important;}.flex-sm-row-reverse {-ms-flex-direction: row-reverse !important;-webkit-box-orient: horizontal !important;-webkit-box-direction: reverse !important;flex-direction: row-reverse !important;}.flex-sm-column-reverse {-ms-flex-direction: column-reverse !important;-webkit-box-orient: vertical !important;-webkit-box-direction: reverse !important;flex-direction: column-reverse !important;}.flex-sm-wrap {-ms-flex-wrap: wrap !important;flex-wrap: wrap !important;}.flex-sm-nowrap {-ms-flex-wrap: nowrap !important;flex-wrap: nowrap !important;}.flex-sm-wrap-reverse {-ms-flex-wrap: wrap-reverse !important;flex-wrap: wrap-reverse !important;}.flex-sm-fill {-ms-flex: 1 1 auto !important;-webkit-box-flex: 1 !important;flex: 1 1 auto !important;}.flex-sm-grow-0 {-ms-flex-positive: 0 !important;-webkit-box-flex: 0 !important;flex-grow: 0 !important;}.flex-sm-grow-1 {-ms-flex-positive: 1 !important;-webkit-box-flex: 1 !important;flex-grow: 1 !important;}.flex-sm-shrink-0 {-ms-flex-negative: 0 !important;flex-shrink: 0 !important;}.flex-sm-shrink-1 {-ms-flex-negative: 1 !important;flex-shrink: 1 !important;}.justify-content-sm-start {-ms-flex-pack: start !important;-webkit-box-pack: start !important;justify-content: flex-start !important;}.justify-content-sm-end {-ms-flex-pack: end !important;-webkit-box-pack: end !important;justify-content: flex-end !important;}.justify-content-sm-center {-ms-flex-pack: center !important;-webkit-box-pack: center !important;justify-content: center !important;}.justify-content-sm-between {-ms-flex-pack: justify !important;-webkit-box-pack: justify !important;justify-content: space-between !important;}.justify-content-sm-around {-ms-flex-pack: distribute !important;justify-content: space-around !important;}.align-items-sm-start {-ms-flex-align: start !important;-webkit-box-align: start !important;align-items: flex-start !important;}.align-items-sm-end {-ms-flex-align: end !important;-webkit-box-align: end !important;align-items: flex-end !important;}.align-items-sm-center {-ms-flex-align: center !important;-webkit-box-align: center !important;align-items: center !important;}.align-items-sm-baseline {-ms-flex-align: baseline !important;-webkit-box-align: baseline !important;align-items: baseline !important;}.align-items-sm-stretch {-ms-flex-align: stretch !important;-webkit-box-align: stretch !important;align-items: stretch !important;}.align-content-sm-start {-ms-flex-line-pack: start !important;align-content: flex-start !important;}.align-content-sm-end {-ms-flex-line-pack: end !important;align-content: flex-end !important;}.align-content-sm-center {-ms-flex-line-pack: center !important;align-content: center !important;}.align-content-sm-between {-ms-flex-line-pack: justify !important;align-content: space-between !important;}.align-content-sm-around {-ms-flex-line-pack: distribute !important;align-content: space-around !important;}.align-content-sm-stretch {-ms-flex-line-pack: stretch !important;align-content: stretch !important;}.align-self-sm-auto {-ms-flex-item-align: auto !important;align-self: auto !important;}.align-self-sm-start {-ms-flex-item-align: start !important;align-self: flex-start !important;}.align-self-sm-end {-ms-flex-item-align: end !important;align-self: flex-end !important;}.align-self-sm-center {-ms-flex-item-align: center !important;align-self: center !important;}.align-self-sm-baseline {-ms-flex-item-align: baseline !important;align-self: baseline !important;}.align-self-sm-stretch {-ms-flex-item-align: stretch !important;align-self: stretch !important;}}@media (min-width: 768px) {.flex-md-row {-ms-flex-direction: row !important;-webkit-box-orient: horizontal !important;-webkit-box-direction: normal !important;flex-direction: row !important;}.flex-md-column {-ms-flex-direction: column !important;-webkit-box-orient: vertical !important;-webkit-box-direction: normal !important;flex-direction: column !important;}.flex-md-row-reverse {-ms-flex-direction: row-reverse !important;-webkit-box-orient: horizontal !important;-webkit-box-direction: reverse !important;flex-direction: row-reverse !important;}.flex-md-column-reverse {-ms-flex-direction: column-reverse !important;-webkit-box-orient: vertical !important;-webkit-box-direction: reverse !important;flex-direction: column-reverse !important;}.flex-md-wrap {-ms-flex-wrap: wrap !important;flex-wrap: wrap !important;}.flex-md-nowrap {-ms-flex-wrap: nowrap !important;flex-wrap: nowrap !important;}.flex-md-wrap-reverse {-ms-flex-wrap: wrap-reverse !important;flex-wrap: wrap-reverse !important;}.flex-md-fill {-ms-flex: 1 1 auto !important;-webkit-box-flex: 1 !important;flex: 1 1 auto !important;}.flex-md-grow-0 {-ms-flex-positive: 0 !important;-webkit-box-flex: 0 !important;flex-grow: 0 !important;}.flex-md-grow-1 {-ms-flex-positive: 1 !important;-webkit-box-flex: 1 !important;flex-grow: 1 !important;}.flex-md-shrink-0 {-ms-flex-negative: 0 !important;flex-shrink: 0 !important;}.flex-md-shrink-1 {-ms-flex-negative: 1 !important;flex-shrink: 1 !important;}.justify-content-md-start {-ms-flex-pack: start !important;-webkit-box-pack: start !important;justify-content: flex-start !important;}.justify-content-md-end {-ms-flex-pack: end !important;-webkit-box-pack: end !important;justify-content: flex-end !important;}.justify-content-md-center {-ms-flex-pack: center !important;-webkit-box-pack: center !important;justify-content: center !important;}.justify-content-md-between {-ms-flex-pack: justify !important;-webkit-box-pack: justify !important;justify-content: space-between !important;}.justify-content-md-around {-ms-flex-pack: distribute !important;justify-content: space-around !important;}.align-items-md-start {-ms-flex-align: start !important;-webkit-box-align: start !important;align-items: flex-start !important;}.align-items-md-end {-ms-flex-align: end !important;-webkit-box-align: end !important;align-items: flex-end !important;}.align-items-md-center {-ms-flex-align: center !important;-webkit-box-align: center !important;align-items: center !important;}.align-items-md-baseline {-ms-flex-align: baseline !important;-webkit-box-align: baseline !important;align-items: baseline !important;}.align-items-md-stretch {-ms-flex-align: stretch !important;-webkit-box-align: stretch !important;align-items: stretch !important;}.align-content-md-start {-ms-flex-line-pack: start !important;align-content: flex-start !important;}.align-content-md-end {-ms-flex-line-pack: end !important;align-content: flex-end !important;}.align-content-md-center {-ms-flex-line-pack: center !important;align-content: center !important;}.align-content-md-between {-ms-flex-line-pack: justify !important;align-content: space-between !important;}.align-content-md-around {-ms-flex-line-pack: distribute !important;align-content: space-around !important;}.align-content-md-stretch {-ms-flex-line-pack: stretch !important;align-content: stretch !important;}.align-self-md-auto {-ms-flex-item-align: auto !important;align-self: auto !important;}.align-self-md-start {-ms-flex-item-align: start !important;align-self: flex-start !important;}.align-self-md-end {-ms-flex-item-align: end !important;align-self: flex-end !important;}.align-self-md-center {-ms-flex-item-align: center !important;align-self: center !important;}.align-self-md-baseline {-ms-flex-item-align: baseline !important;align-self: baseline !important;}.align-self-md-stretch {-ms-flex-item-align: stretch !important;align-self: stretch !important;}}@media (min-width: 992px) {.flex-lg-row {-ms-flex-direction: row !important;-webkit-box-orient: horizontal !important;-webkit-box-direction: normal !important;flex-direction: row !important;}.flex-lg-column {-ms-flex-direction: column !important;-webkit-box-orient: vertical !important;-webkit-box-direction: normal !important;flex-direction: column !important;}.flex-lg-row-reverse {-ms-flex-direction: row-reverse !important;-webkit-box-orient: horizontal !important;-webkit-box-direction: reverse !important;flex-direction: row-reverse !important;}.flex-lg-column-reverse {-ms-flex-direction: column-reverse !important;-webkit-box-orient: vertical !important;-webkit-box-direction: reverse !important;flex-direction: column-reverse !important;}.flex-lg-wrap {-ms-flex-wrap: wrap !important;flex-wrap: wrap !important;}.flex-lg-nowrap {-ms-flex-wrap: nowrap !important;flex-wrap: nowrap !important;}.flex-lg-wrap-reverse {-ms-flex-wrap: wrap-reverse !important;flex-wrap: wrap-reverse !important;}.flex-lg-fill {-ms-flex: 1 1 auto !important;-webkit-box-flex: 1 !important;flex: 1 1 auto !important;}.flex-lg-grow-0 {-ms-flex-positive: 0 !important;-webkit-box-flex: 0 !important;flex-grow: 0 !important;}.flex-lg-grow-1 {-ms-flex-positive: 1 !important;-webkit-box-flex: 1 !important;flex-grow: 1 !important;}.flex-lg-shrink-0 {-ms-flex-negative: 0 !important;flex-shrink: 0 !important;}.flex-lg-shrink-1 {-ms-flex-negative: 1 !important;flex-shrink: 1 !important;}.justify-content-lg-start {-ms-flex-pack: start !important;-webkit-box-pack: start !important;justify-content: flex-start !important;}.justify-content-lg-end {-ms-flex-pack: end !important;-webkit-box-pack: end !important;justify-content: flex-end !important;}.justify-content-lg-center {-ms-flex-pack: center !important;-webkit-box-pack: center !important;justify-content: center !important;}.justify-content-lg-between {-ms-flex-pack: justify !important;-webkit-box-pack: justify !important;justify-content: space-between !important;}.justify-content-lg-around {-ms-flex-pack: distribute !important;justify-content: space-around !important;}.align-items-lg-start {-ms-flex-align: start !important;-webkit-box-align: start !important;align-items: flex-start !important;}.align-items-lg-end {-ms-flex-align: end !important;-webkit-box-align: end !important;align-items: flex-end !important;}.align-items-lg-center {-ms-flex-align: center !important;-webkit-box-align: center !important;align-items: center !important;}.align-items-lg-baseline {-ms-flex-align: baseline !important;-webkit-box-align: baseline !important;align-items: baseline !important;}.align-items-lg-stretch {-ms-flex-align: stretch !important;-webkit-box-align: stretch !important;align-items: stretch !important;}.align-content-lg-start {-ms-flex-line-pack: start !important;align-content: flex-start !important;}.align-content-lg-end {-ms-flex-line-pack: end !important;align-content: flex-end !important;}.align-content-lg-center {-ms-flex-line-pack: center !important;align-content: center !important;}.align-content-lg-between {-ms-flex-line-pack: justify !important;align-content: space-between !important;}.align-content-lg-around {-ms-flex-line-pack: distribute !important;align-content: space-around !important;}.align-content-lg-stretch {-ms-flex-line-pack: stretch !important;align-content: stretch !important;}.align-self-lg-auto {-ms-flex-item-align: auto !important;align-self: auto !important;}.align-self-lg-start {-ms-flex-item-align: start !important;align-self: flex-start !important;}.align-self-lg-end {-ms-flex-item-align: end !important;align-self: flex-end !important;}.align-self-lg-center {-ms-flex-item-align: center !important;align-self: center !important;}.align-self-lg-baseline {-ms-flex-item-align: baseline !important;align-self: baseline !important;}.align-self-lg-stretch {-ms-flex-item-align: stretch !important;align-self: stretch !important;}}@media (min-width: 1200px) {.flex-xl-row {-ms-flex-direction: row !important;-webkit-box-orient: horizontal !important;-webkit-box-direction: normal !important;flex-direction: row !important;}.flex-xl-column {-ms-flex-direction: column !important;-webkit-box-orient: vertical !important;-webkit-box-direction: normal !important;flex-direction: column !important;}.flex-xl-row-reverse {-ms-flex-direction: row-reverse !important;-webkit-box-orient: horizontal !important;-webkit-box-direction: reverse !important;flex-direction: row-reverse !important;}.flex-xl-column-reverse {-ms-flex-direction: column-reverse !important;-webkit-box-orient: vertical !important;-webkit-box-direction: reverse !important;flex-direction: column-reverse !important;}.flex-xl-wrap {-ms-flex-wrap: wrap !important;flex-wrap: wrap !important;}.flex-xl-nowrap {-ms-flex-wrap: nowrap !important;flex-wrap: nowrap !important;}.flex-xl-wrap-reverse {-ms-flex-wrap: wrap-reverse !important;flex-wrap: wrap-reverse !important;}.flex-xl-fill {-ms-flex: 1 1 auto !important;-webkit-box-flex: 1 !important;flex: 1 1 auto !important;}.flex-xl-grow-0 {-ms-flex-positive: 0 !important;-webkit-box-flex: 0 !important;flex-grow: 0 !important;}.flex-xl-grow-1 {-ms-flex-positive: 1 !important;-webkit-box-flex: 1 !important;flex-grow: 1 !important;}.flex-xl-shrink-0 {-ms-flex-negative: 0 !important;flex-shrink: 0 !important;}.flex-xl-shrink-1 {-ms-flex-negative: 1 !important;flex-shrink: 1 !important;}.justify-content-xl-start {-ms-flex-pack: start !important;-webkit-box-pack: start !important;justify-content: flex-start !important;}.justify-content-xl-end {-ms-flex-pack: end !important;-webkit-box-pack: end !important;justify-content: flex-end !important;}.justify-content-xl-center {-ms-flex-pack: center !important;-webkit-box-pack: center !important;justify-content: center !important;}.justify-content-xl-between {-ms-flex-pack: justify !important;-webkit-box-pack: justify !important;justify-content: space-between !important;}.justify-content-xl-around {-ms-flex-pack: distribute !important;justify-content: space-around !important;}.align-items-xl-start {-ms-flex-align: start !important;-webkit-box-align: start !important;align-items: flex-start !important;}.align-items-xl-end {-ms-flex-align: end !important;-webkit-box-align: end !important;align-items: flex-end !important;}.align-items-xl-center {-ms-flex-align: center !important;-webkit-box-align: center !important;align-items: center !important;}.align-items-xl-baseline {-ms-flex-align: baseline !important;-webkit-box-align: baseline !important;align-items: baseline !important;}.align-items-xl-stretch {-ms-flex-align: stretch !important;-webkit-box-align: stretch !important;align-items: stretch !important;}.align-content-xl-start {-ms-flex-line-pack: start !important;align-content: flex-start !important;}.align-content-xl-end {-ms-flex-line-pack: end !important;align-content: flex-end !important;}.align-content-xl-center {-ms-flex-line-pack: center !important;align-content: center !important;}.align-content-xl-between {-ms-flex-line-pack: justify !important;align-content: space-between !important;}.align-content-xl-around {-ms-flex-line-pack: distribute !important;align-content: space-around !important;}.align-content-xl-stretch {-ms-flex-line-pack: stretch !important;align-content: stretch !important;}.align-self-xl-auto {-ms-flex-item-align: auto !important;align-self: auto !important;}.align-self-xl-start {-ms-flex-item-align: start !important;align-self: flex-start !important;}.align-self-xl-end {-ms-flex-item-align: end !important;align-self: flex-end !important;}.align-self-xl-center {-ms-flex-item-align: center !important;align-self: center !important;}.align-self-xl-baseline {-ms-flex-item-align: baseline !important;align-self: baseline !important;}.align-self-xl-stretch {-ms-flex-item-align: stretch !important;align-self: stretch !important;}}.float-left {float: left !important;}.float-right {float: right !important;}.float-none {float: none !important;}@media (min-width: 576px) {.float-sm-left {float: left !important;}.float-sm-right {float: right !important;}.float-sm-none {float: none !important;}}@media (min-width: 768px) {.float-md-left {float: left !important;}.float-md-right {float: right !important;}.float-md-none {float: none !important;}}@media (min-width: 992px) {.float-lg-left {float: left !important;}.float-lg-right {float: right !important;}.float-lg-none {float: none !important;}}@media (min-width: 1200px) {.float-xl-left {float: left !important;}.float-xl-right {float: right !important;}.float-xl-none {float: none !important;}}.overflow-auto {overflow: auto !important;}.overflow-hidden {overflow: hidden !important;}.position-static {position: static !important;}.position-relative {position: relative !important;}.position-absolute {position: absolute !important;}.position-fixed {position: fixed !important;}.position-sticky {position: -webkit-sticky !important;position: sticky !important;}.fixed-top {position: fixed;top: 0;right: 0;left: 0;z-index: 1030;}.fixed-bottom {position: fixed;right: 0;bottom: 0;left: 0;z-index: 1030;}@supports ((position: -webkit-sticky) or (position: sticky)) {.sticky-top {position: -webkit-sticky;position: sticky;top: 0;z-index: 1020;}}.sr-only {position: absolute;width: 1px;height: 1px;padding: 0;overflow: hidden;clip: rect(0, 0, 0, 0);white-space: nowrap;border: 0;}.sr-only-focusable:active, .sr-only-focusable:focus {position: static;width: auto;height: auto;overflow: visible;clip: auto;white-space: normal;}.shadow-sm {-webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;}.shadow {-webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;}.shadow-lg {-webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;}.shadow-none {-webkit-box-shadow: none !important;box-shadow: none !important;}.w-25 {width: 25% !important;}.w-50 {width: 50% !important;}.w-75 {width: 75% !important;}.w-100 {width: 100% !important;}.w-auto {width: auto !important;}.h-25 {height: 25% !important;}.h-50 {height: 50% !important;}.h-75 {height: 75% !important;}.h-100 {height: 100% !important;}.h-auto {height: auto !important;}.mw-100 {max-width: 100% !important;}.mh-100 {max-height: 100% !important;}.min-vw-100 {min-width: 100vw !important;}.min-vh-100 {min-height: 100vh !important;}.vw-100 {width: 100vw !important;}.vh-100 {height: 100vh !important;}.stretched-link::after {position: absolute;top: 0;right: 0;bottom: 0;left: 0;z-index: 1;pointer-events: auto;content: "";background-color: rgba(0, 0, 0, 0);}.m-0 {margin: 0 !important;}.mt-0, .my-0 {margin-top: 0 !important;}.mr-0, .mx-0 {margin-right: 0 !important;}.mb-0, .my-0 {margin-bottom: 0 !important;}.ml-0, .mx-0 {margin-left: 0 !important;}.m-1 {margin: 0.25rem !important;}.mt-1, .my-1 {margin-top: 0.25rem !important;}.mr-1, .mx-1 {margin-right: 0.25rem !important;}.mb-1, .my-1 {margin-bottom: 0.25rem !important;}.ml-1, .mx-1 {margin-left: 0.25rem !important;}.m-2 {margin: 0.5rem !important;}.mt-2, .my-2 {margin-top: 0.5rem !important;}.mr-2, .mx-2 {margin-right: 0.5rem !important;}.mb-2, .my-2 {margin-bottom: 0.5rem !important;}.ml-2, .mx-2 {margin-left: 0.5rem !important;}.m-3 {margin: 1rem !important;}.mt-3, .my-3 {margin-top: 1rem !important;}.mr-3, .mx-3 {margin-right: 1rem !important;}.mb-3, .my-3 {margin-bottom: 1rem !important;}.ml-3, .mx-3 {margin-left: 1rem !important;}.m-4 {margin: 1.5rem !important;}.mt-4, .my-4 {margin-top: 1.5rem !important;}.mr-4, .mx-4 {margin-right: 1.5rem !important;}.mb-4, .my-4 {margin-bottom: 1.5rem !important;}.ml-4, .mx-4 {margin-left: 1.5rem !important;}.m-5 {margin: 3rem !important;}.mt-5, .my-5 {margin-top: 3rem !important;}.mr-5, .mx-5 {margin-right: 3rem !important;}.mb-5, .my-5 {margin-bottom: 3rem !important;}.ml-5, .mx-5 {margin-left: 3rem !important;}.p-0 {padding: 0 !important;}.pt-0, .py-0 {padding-top: 0 !important;}.pr-0, .px-0 {padding-right: 0 !important;}.pb-0, .py-0 {padding-bottom: 0 !important;}.pl-0, .px-0 {padding-left: 0 !important;}.p-1 {padding: 0.25rem !important;}.pt-1, .py-1 {padding-top: 0.25rem !important;}.pr-1, .px-1 {padding-right: 0.25rem !important;}.pb-1, .py-1 {padding-bottom: 0.25rem !important;}.pl-1, .px-1 {padding-left: 0.25rem !important;}.p-2 {padding: 0.5rem !important;}.pt-2, .py-2 {padding-top: 0.5rem !important;}.pr-2, .px-2 {padding-right: 0.5rem !important;}.pb-2, .py-2 {padding-bottom: 0.5rem !important;}.pl-2, .px-2 {padding-left: 0.5rem !important;}.p-3 {padding: 1rem !important;}.pt-3, .py-3 {padding-top: 1rem !important;}.pr-3, .px-3 {padding-right: 1rem !important;}.pb-3, .py-3 {padding-bottom: 1rem !important;}.pl-3, .px-3 {padding-left: 1rem !important;}.p-4 {padding: 1.5rem !important;}.pt-4, .py-4 {padding-top: 1.5rem !important;}.pr-4, .px-4 {padding-right: 1.5rem !important;}.pb-4, .py-4 {padding-bottom: 1.5rem !important;}.pl-4, .px-4 {padding-left: 1.5rem !important;}.p-5 {padding: 3rem !important;}.pt-5, .py-5 {padding-top: 3rem !important;}.pr-5, .px-5 {padding-right: 3rem !important;}.pb-5, .py-5 {padding-bottom: 3rem !important;}.pl-5, .px-5 {padding-left: 3rem !important;}.m-n1 {margin: -0.25rem !important;}.mt-n1, .my-n1 {margin-top: -0.25rem !important;}.mr-n1, .mx-n1 {margin-right: -0.25rem !important;}.mb-n1, .my-n1 {margin-bottom: -0.25rem !important;}.ml-n1, .mx-n1 {margin-left: -0.25rem !important;}.m-n2 {margin: -0.5rem !important;}.mt-n2, .my-n2 {margin-top: -0.5rem !important;}.mr-n2, .mx-n2 {margin-right: -0.5rem !important;}.mb-n2, .my-n2 {margin-bottom: -0.5rem !important;}.ml-n2, .mx-n2 {margin-left: -0.5rem !important;}.m-n3 {margin: -1rem !important;}.mt-n3, .my-n3 {margin-top: -1rem !important;}.mr-n3, .mx-n3 {margin-right: -1rem !important;}.mb-n3, .my-n3 {margin-bottom: -1rem !important;}.ml-n3, .mx-n3 {margin-left: -1rem !important;}.m-n4 {margin: -1.5rem !important;}.mt-n4, .my-n4 {margin-top: -1.5rem !important;}.mr-n4, .mx-n4 {margin-right: -1.5rem !important;}.mb-n4, .my-n4 {margin-bottom: -1.5rem !important;}.ml-n4, .mx-n4 {margin-left: -1.5rem !important;}.m-n5 {margin: -3rem !important;}.mt-n5, .my-n5 {margin-top: -3rem !important;}.mr-n5, .mx-n5 {margin-right: -3rem !important;}.mb-n5, .my-n5 {margin-bottom: -3rem !important;}.ml-n5, .mx-n5 {margin-left: -3rem !important;}.m-auto {margin: auto !important;}.mt-auto, .my-auto {margin-top: auto !important;}.mr-auto, .mx-auto {margin-right: auto !important;}.mb-auto, .my-auto {margin-bottom: auto !important;}.ml-auto, .mx-auto {margin-left: auto !important;}@media (min-width: 576px) {.m-sm-0 {margin: 0 !important;}.mt-sm-0, .my-sm-0 {margin-top: 0 !important;}.mr-sm-0, .mx-sm-0 {margin-right: 0 !important;}.mb-sm-0, .my-sm-0 {margin-bottom: 0 !important;}.ml-sm-0, .mx-sm-0 {margin-left: 0 !important;}.m-sm-1 {margin: 0.25rem !important;}.mt-sm-1, .my-sm-1 {margin-top: 0.25rem !important;}.mr-sm-1, .mx-sm-1 {margin-right: 0.25rem !important;}.mb-sm-1, .my-sm-1 {margin-bottom: 0.25rem !important;}.ml-sm-1, .mx-sm-1 {margin-left: 0.25rem !important;}.m-sm-2 {margin: 0.5rem !important;}.mt-sm-2, .my-sm-2 {margin-top: 0.5rem !important;}.mr-sm-2, .mx-sm-2 {margin-right: 0.5rem !important;}.mb-sm-2, .my-sm-2 {margin-bottom: 0.5rem !important;}.ml-sm-2, .mx-sm-2 {margin-left: 0.5rem !important;}.m-sm-3 {margin: 1rem !important;}.mt-sm-3, .my-sm-3 {margin-top: 1rem !important;}.mr-sm-3, .mx-sm-3 {margin-right: 1rem !important;}.mb-sm-3, .my-sm-3 {margin-bottom: 1rem !important;}.ml-sm-3, .mx-sm-3 {margin-left: 1rem !important;}.m-sm-4 {margin: 1.5rem !important;}.mt-sm-4, .my-sm-4 {margin-top: 1.5rem !important;}.mr-sm-4, .mx-sm-4 {margin-right: 1.5rem !important;}.mb-sm-4, .my-sm-4 {margin-bottom: 1.5rem !important;}.ml-sm-4, .mx-sm-4 {margin-left: 1.5rem !important;}.m-sm-5 {margin: 3rem !important;}.mt-sm-5, .my-sm-5 {margin-top: 3rem !important;}.mr-sm-5, .mx-sm-5 {margin-right: 3rem !important;}.mb-sm-5, .my-sm-5 {margin-bottom: 3rem !important;}.ml-sm-5, .mx-sm-5 {margin-left: 3rem !important;}.p-sm-0 {padding: 0 !important;}.pt-sm-0, .py-sm-0 {padding-top: 0 !important;}.pr-sm-0, .px-sm-0 {padding-right: 0 !important;}.pb-sm-0, .py-sm-0 {padding-bottom: 0 !important;}.pl-sm-0, .px-sm-0 {padding-left: 0 !important;}.p-sm-1 {padding: 0.25rem !important;}.pt-sm-1, .py-sm-1 {padding-top: 0.25rem !important;}.pr-sm-1, .px-sm-1 {padding-right: 0.25rem !important;}.pb-sm-1, .py-sm-1 {padding-bottom: 0.25rem !important;}.pl-sm-1, .px-sm-1 {padding-left: 0.25rem !important;}.p-sm-2 {padding: 0.5rem !important;}.pt-sm-2, .py-sm-2 {padding-top: 0.5rem !important;}.pr-sm-2, .px-sm-2 {padding-right: 0.5rem !important;}.pb-sm-2, .py-sm-2 {padding-bottom: 0.5rem !important;}.pl-sm-2, .px-sm-2 {padding-left: 0.5rem !important;}.p-sm-3 {padding: 1rem !important;}.pt-sm-3, .py-sm-3 {padding-top: 1rem !important;}.pr-sm-3, .px-sm-3 {padding-right: 1rem !important;}.pb-sm-3, .py-sm-3 {padding-bottom: 1rem !important;}.pl-sm-3, .px-sm-3 {padding-left: 1rem !important;}.p-sm-4 {padding: 1.5rem !important;}.pt-sm-4, .py-sm-4 {padding-top: 1.5rem !important;}.pr-sm-4, .px-sm-4 {padding-right: 1.5rem !important;}.pb-sm-4, .py-sm-4 {padding-bottom: 1.5rem !important;}.pl-sm-4, .px-sm-4 {padding-left: 1.5rem !important;}.p-sm-5 {padding: 3rem !important;}.pt-sm-5, .py-sm-5 {padding-top: 3rem !important;}.pr-sm-5, .px-sm-5 {padding-right: 3rem !important;}.pb-sm-5, .py-sm-5 {padding-bottom: 3rem !important;}.pl-sm-5, .px-sm-5 {padding-left: 3rem !important;}.m-sm-n1 {margin: -0.25rem !important;}.mt-sm-n1, .my-sm-n1 {margin-top: -0.25rem !important;}.mr-sm-n1, .mx-sm-n1 {margin-right: -0.25rem !important;}.mb-sm-n1, .my-sm-n1 {margin-bottom: -0.25rem !important;}.ml-sm-n1, .mx-sm-n1 {margin-left: -0.25rem !important;}.m-sm-n2 {margin: -0.5rem !important;}.mt-sm-n2, .my-sm-n2 {margin-top: -0.5rem !important;}.mr-sm-n2, .mx-sm-n2 {margin-right: -0.5rem !important;}.mb-sm-n2, .my-sm-n2 {margin-bottom: -0.5rem !important;}.ml-sm-n2, .mx-sm-n2 {margin-left: -0.5rem !important;}.m-sm-n3 {margin: -1rem !important;}.mt-sm-n3, .my-sm-n3 {margin-top: -1rem !important;}.mr-sm-n3, .mx-sm-n3 {margin-right: -1rem !important;}.mb-sm-n3, .my-sm-n3 {margin-bottom: -1rem !important;}.ml-sm-n3, .mx-sm-n3 {margin-left: -1rem !important;}.m-sm-n4 {margin: -1.5rem !important;}.mt-sm-n4, .my-sm-n4 {margin-top: -1.5rem !important;}.mr-sm-n4, .mx-sm-n4 {margin-right: -1.5rem !important;}.mb-sm-n4, .my-sm-n4 {margin-bottom: -1.5rem !important;}.ml-sm-n4, .mx-sm-n4 {margin-left: -1.5rem !important;}.m-sm-n5 {margin: -3rem !important;}.mt-sm-n5, .my-sm-n5 {margin-top: -3rem !important;}.mr-sm-n5, .mx-sm-n5 {margin-right: -3rem !important;}.mb-sm-n5, .my-sm-n5 {margin-bottom: -3rem !important;}.ml-sm-n5, .mx-sm-n5 {margin-left: -3rem !important;}.m-sm-auto {margin: auto !important;}.mt-sm-auto, .my-sm-auto {margin-top: auto !important;}.mr-sm-auto, .mx-sm-auto {margin-right: auto !important;}.mb-sm-auto, .my-sm-auto {margin-bottom: auto !important;}.ml-sm-auto, .mx-sm-auto {margin-left: auto !important;}}@media (min-width: 768px) {.m-md-0 {margin: 0 !important;}.mt-md-0, .my-md-0 {margin-top: 0 !important;}.mr-md-0, .mx-md-0 {margin-right: 0 !important;}.mb-md-0, .my-md-0 {margin-bottom: 0 !important;}.ml-md-0, .mx-md-0 {margin-left: 0 !important;}.m-md-1 {margin: 0.25rem !important;}.mt-md-1, .my-md-1 {margin-top: 0.25rem !important;}.mr-md-1, .mx-md-1 {margin-right: 0.25rem !important;}.mb-md-1, .my-md-1 {margin-bottom: 0.25rem !important;}.ml-md-1, .mx-md-1 {margin-left: 0.25rem !important;}.m-md-2 {margin: 0.5rem !important;}.mt-md-2, .my-md-2 {margin-top: 0.5rem !important;}.mr-md-2, .mx-md-2 {margin-right: 0.5rem !important;}.mb-md-2, .my-md-2 {margin-bottom: 0.5rem !important;}.ml-md-2, .mx-md-2 {margin-left: 0.5rem !important;}.m-md-3 {margin: 1rem !important;}.mt-md-3, .my-md-3 {margin-top: 1rem !important;}.mr-md-3, .mx-md-3 {margin-right: 1rem !important;}.mb-md-3, .my-md-3 {margin-bottom: 1rem !important;}.ml-md-3, .mx-md-3 {margin-left: 1rem !important;}.m-md-4 {margin: 1.5rem !important;}.mt-md-4, .my-md-4 {margin-top: 1.5rem !important;}.mr-md-4, .mx-md-4 {margin-right: 1.5rem !important;}.mb-md-4, .my-md-4 {margin-bottom: 1.5rem !important;}.ml-md-4, .mx-md-4 {margin-left: 1.5rem !important;}.m-md-5 {margin: 3rem !important;}.mt-md-5, .my-md-5 {margin-top: 3rem !important;}.mr-md-5, .mx-md-5 {margin-right: 3rem !important;}.mb-md-5, .my-md-5 {margin-bottom: 3rem !important;}.ml-md-5, .mx-md-5 {margin-left: 3rem !important;}.p-md-0 {padding: 0 !important;}.pt-md-0, .py-md-0 {padding-top: 0 !important;}.pr-md-0, .px-md-0 {padding-right: 0 !important;}.pb-md-0, .py-md-0 {padding-bottom: 0 !important;}.pl-md-0, .px-md-0 {padding-left: 0 !important;}.p-md-1 {padding: 0.25rem !important;}.pt-md-1, .py-md-1 {padding-top: 0.25rem !important;}.pr-md-1, .px-md-1 {padding-right: 0.25rem !important;}.pb-md-1, .py-md-1 {padding-bottom: 0.25rem !important;}.pl-md-1, .px-md-1 {padding-left: 0.25rem !important;}.p-md-2 {padding: 0.5rem !important;}.pt-md-2, .py-md-2 {padding-top: 0.5rem !important;}.pr-md-2, .px-md-2 {padding-right: 0.5rem !important;}.pb-md-2, .py-md-2 {padding-bottom: 0.5rem !important;}.pl-md-2, .px-md-2 {padding-left: 0.5rem !important;}.p-md-3 {padding: 1rem !important;}.pt-md-3, .py-md-3 {padding-top: 1rem !important;}.pr-md-3, .px-md-3 {padding-right: 1rem !important;}.pb-md-3, .py-md-3 {padding-bottom: 1rem !important;}.pl-md-3, .px-md-3 {padding-left: 1rem !important;}.p-md-4 {padding: 1.5rem !important;}.pt-md-4, .py-md-4 {padding-top: 1.5rem !important;}.pr-md-4, .px-md-4 {padding-right: 1.5rem !important;}.pb-md-4, .py-md-4 {padding-bottom: 1.5rem !important;}.pl-md-4, .px-md-4 {padding-left: 1.5rem !important;}.p-md-5 {padding: 3rem !important;}.pt-md-5, .py-md-5 {padding-top: 3rem !important;}.pr-md-5, .px-md-5 {padding-right: 3rem !important;}.pb-md-5, .py-md-5 {padding-bottom: 3rem !important;}.pl-md-5, .px-md-5 {padding-left: 3rem !important;}.m-md-n1 {margin: -0.25rem !important;}.mt-md-n1, .my-md-n1 {margin-top: -0.25rem !important;}.mr-md-n1, .mx-md-n1 {margin-right: -0.25rem !important;}.mb-md-n1, .my-md-n1 {margin-bottom: -0.25rem !important;}.ml-md-n1, .mx-md-n1 {margin-left: -0.25rem !important;}.m-md-n2 {margin: -0.5rem !important;}.mt-md-n2, .my-md-n2 {margin-top: -0.5rem !important;}.mr-md-n2, .mx-md-n2 {margin-right: -0.5rem !important;}.mb-md-n2, .my-md-n2 {margin-bottom: -0.5rem !important;}.ml-md-n2, .mx-md-n2 {margin-left: -0.5rem !important;}.m-md-n3 {margin: -1rem !important;}.mt-md-n3, .my-md-n3 {margin-top: -1rem !important;}.mr-md-n3, .mx-md-n3 {margin-right: -1rem !important;}.mb-md-n3, .my-md-n3 {margin-bottom: -1rem !important;}.ml-md-n3, .mx-md-n3 {margin-left: -1rem !important;}.m-md-n4 {margin: -1.5rem !important;}.mt-md-n4, .my-md-n4 {margin-top: -1.5rem !important;}.mr-md-n4, .mx-md-n4 {margin-right: -1.5rem !important;}.mb-md-n4, .my-md-n4 {margin-bottom: -1.5rem !important;}.ml-md-n4, .mx-md-n4 {margin-left: -1.5rem !important;}.m-md-n5 {margin: -3rem !important;}.mt-md-n5, .my-md-n5 {margin-top: -3rem !important;}.mr-md-n5, .mx-md-n5 {margin-right: -3rem !important;}.mb-md-n5, .my-md-n5 {margin-bottom: -3rem !important;}.ml-md-n5, .mx-md-n5 {margin-left: -3rem !important;}.m-md-auto {margin: auto !important;}.mt-md-auto, .my-md-auto {margin-top: auto !important;}.mr-md-auto, .mx-md-auto {margin-right: auto !important;}.mb-md-auto, .my-md-auto {margin-bottom: auto !important;}.ml-md-auto, .mx-md-auto {margin-left: auto !important;}}@media (min-width: 992px) {.m-lg-0 {margin: 0 !important;}.mt-lg-0, .my-lg-0 {margin-top: 0 !important;}.mr-lg-0, .mx-lg-0 {margin-right: 0 !important;}.mb-lg-0, .my-lg-0 {margin-bottom: 0 !important;}.ml-lg-0, .mx-lg-0 {margin-left: 0 !important;}.m-lg-1 {margin: 0.25rem !important;}.mt-lg-1, .my-lg-1 {margin-top: 0.25rem !important;}.mr-lg-1, .mx-lg-1 {margin-right: 0.25rem !important;}.mb-lg-1, .my-lg-1 {margin-bottom: 0.25rem !important;}.ml-lg-1, .mx-lg-1 {margin-left: 0.25rem !important;}.m-lg-2 {margin: 0.5rem !important;}.mt-lg-2, .my-lg-2 {margin-top: 0.5rem !important;}.mr-lg-2, .mx-lg-2 {margin-right: 0.5rem !important;}.mb-lg-2, .my-lg-2 {margin-bottom: 0.5rem !important;}.ml-lg-2, .mx-lg-2 {margin-left: 0.5rem !important;}.m-lg-3 {margin: 1rem !important;}.mt-lg-3, .my-lg-3 {margin-top: 1rem !important;}.mr-lg-3, .mx-lg-3 {margin-right: 1rem !important;}.mb-lg-3, .my-lg-3 {margin-bottom: 1rem !important;}.ml-lg-3, .mx-lg-3 {margin-left: 1rem !important;}.m-lg-4 {margin: 1.5rem !important;}.mt-lg-4, .my-lg-4 {margin-top: 1.5rem !important;}.mr-lg-4, .mx-lg-4 {margin-right: 1.5rem !important;}.mb-lg-4, .my-lg-4 {margin-bottom: 1.5rem !important;}.ml-lg-4, .mx-lg-4 {margin-left: 1.5rem !important;}.m-lg-5 {margin: 3rem !important;}.mt-lg-5, .my-lg-5 {margin-top: 3rem !important;}.mr-lg-5, .mx-lg-5 {margin-right: 3rem !important;}.mb-lg-5, .my-lg-5 {margin-bottom: 3rem !important;}.ml-lg-5, .mx-lg-5 {margin-left: 3rem !important;}.p-lg-0 {padding: 0 !important;}.pt-lg-0, .py-lg-0 {padding-top: 0 !important;}.pr-lg-0, .px-lg-0 {padding-right: 0 !important;}.pb-lg-0, .py-lg-0 {padding-bottom: 0 !important;}.pl-lg-0, .px-lg-0 {padding-left: 0 !important;}.p-lg-1 {padding: 0.25rem !important;}.pt-lg-1, .py-lg-1 {padding-top: 0.25rem !important;}.pr-lg-1, .px-lg-1 {padding-right: 0.25rem !important;}.pb-lg-1, .py-lg-1 {padding-bottom: 0.25rem !important;}.pl-lg-1, .px-lg-1 {padding-left: 0.25rem !important;}.p-lg-2 {padding: 0.5rem !important;}.pt-lg-2, .py-lg-2 {padding-top: 0.5rem !important;}.pr-lg-2, .px-lg-2 {padding-right: 0.5rem !important;}.pb-lg-2, .py-lg-2 {padding-bottom: 0.5rem !important;}.pl-lg-2, .px-lg-2 {padding-left: 0.5rem !important;}.p-lg-3 {padding: 1rem !important;}.pt-lg-3, .py-lg-3 {padding-top: 1rem !important;}.pr-lg-3, .px-lg-3 {padding-right: 1rem !important;}.pb-lg-3, .py-lg-3 {padding-bottom: 1rem !important;}.pl-lg-3, .px-lg-3 {padding-left: 1rem !important;}.p-lg-4 {padding: 1.5rem !important;}.pt-lg-4, .py-lg-4 {padding-top: 1.5rem !important;}.pr-lg-4, .px-lg-4 {padding-right: 1.5rem !important;}.pb-lg-4, .py-lg-4 {padding-bottom: 1.5rem !important;}.pl-lg-4, .px-lg-4 {padding-left: 1.5rem !important;}.p-lg-5 {padding: 3rem !important;}.pt-lg-5, .py-lg-5 {padding-top: 3rem !important;}.pr-lg-5, .px-lg-5 {padding-right: 3rem !important;}.pb-lg-5, .py-lg-5 {padding-bottom: 3rem !important;}.pl-lg-5, .px-lg-5 {padding-left: 3rem !important;}.m-lg-n1 {margin: -0.25rem !important;}.mt-lg-n1, .my-lg-n1 {margin-top: -0.25rem !important;}.mr-lg-n1, .mx-lg-n1 {margin-right: -0.25rem !important;}.mb-lg-n1, .my-lg-n1 {margin-bottom: -0.25rem !important;}.ml-lg-n1, .mx-lg-n1 {margin-left: -0.25rem !important;}.m-lg-n2 {margin: -0.5rem !important;}.mt-lg-n2, .my-lg-n2 {margin-top: -0.5rem !important;}.mr-lg-n2, .mx-lg-n2 {margin-right: -0.5rem !important;}.mb-lg-n2, .my-lg-n2 {margin-bottom: -0.5rem !important;}.ml-lg-n2, .mx-lg-n2 {margin-left: -0.5rem !important;}.m-lg-n3 {margin: -1rem !important;}.mt-lg-n3, .my-lg-n3 {margin-top: -1rem !important;}.mr-lg-n3, .mx-lg-n3 {margin-right: -1rem !important;}.mb-lg-n3, .my-lg-n3 {margin-bottom: -1rem !important;}.ml-lg-n3, .mx-lg-n3 {margin-left: -1rem !important;}.m-lg-n4 {margin: -1.5rem !important;}.mt-lg-n4, .my-lg-n4 {margin-top: -1.5rem !important;}.mr-lg-n4, .mx-lg-n4 {margin-right: -1.5rem !important;}.mb-lg-n4, .my-lg-n4 {margin-bottom: -1.5rem !important;}.ml-lg-n4, .mx-lg-n4 {margin-left: -1.5rem !important;}.m-lg-n5 {margin: -3rem !important;}.mt-lg-n5, .my-lg-n5 {margin-top: -3rem !important;}.mr-lg-n5, .mx-lg-n5 {margin-right: -3rem !important;}.mb-lg-n5, .my-lg-n5 {margin-bottom: -3rem !important;}.ml-lg-n5, .mx-lg-n5 {margin-left: -3rem !important;}.m-lg-auto {margin: auto !important;}.mt-lg-auto, .my-lg-auto {margin-top: auto !important;}.mr-lg-auto, .mx-lg-auto {margin-right: auto !important;}.mb-lg-auto, .my-lg-auto {margin-bottom: auto !important;}.ml-lg-auto, .mx-lg-auto {margin-left: auto !important;}}@media (min-width: 1200px) {.m-xl-0 {margin: 0 !important;}.mt-xl-0, .my-xl-0 {margin-top: 0 !important;}.mr-xl-0, .mx-xl-0 {margin-right: 0 !important;}.mb-xl-0, .my-xl-0 {margin-bottom: 0 !important;}.ml-xl-0, .mx-xl-0 {margin-left: 0 !important;}.m-xl-1 {margin: 0.25rem !important;}.mt-xl-1, .my-xl-1 {margin-top: 0.25rem !important;}.mr-xl-1, .mx-xl-1 {margin-right: 0.25rem !important;}.mb-xl-1, .my-xl-1 {margin-bottom: 0.25rem !important;}.ml-xl-1, .mx-xl-1 {margin-left: 0.25rem !important;}.m-xl-2 {margin: 0.5rem !important;}.mt-xl-2, .my-xl-2 {margin-top: 0.5rem !important;}.mr-xl-2, .mx-xl-2 {margin-right: 0.5rem !important;}.mb-xl-2, .my-xl-2 {margin-bottom: 0.5rem !important;}.ml-xl-2, .mx-xl-2 {margin-left: 0.5rem !important;}.m-xl-3 {margin: 1rem !important;}.mt-xl-3, .my-xl-3 {margin-top: 1rem !important;}.mr-xl-3, .mx-xl-3 {margin-right: 1rem !important;}.mb-xl-3, .my-xl-3 {margin-bottom: 1rem !important;}.ml-xl-3, .mx-xl-3 {margin-left: 1rem !important;}.m-xl-4 {margin: 1.5rem !important;}.mt-xl-4, .my-xl-4 {margin-top: 1.5rem !important;}.mr-xl-4, .mx-xl-4 {margin-right: 1.5rem !important;}.mb-xl-4, .my-xl-4 {margin-bottom: 1.5rem !important;}.ml-xl-4, .mx-xl-4 {margin-left: 1.5rem !important;}.m-xl-5 {margin: 3rem !important;}.mt-xl-5, .my-xl-5 {margin-top: 3rem !important;}.mr-xl-5, .mx-xl-5 {margin-right: 3rem !important;}.mb-xl-5, .my-xl-5 {margin-bottom: 3rem !important;}.ml-xl-5, .mx-xl-5 {margin-left: 3rem !important;}.p-xl-0 {padding: 0 !important;}.pt-xl-0, .py-xl-0 {padding-top: 0 !important;}.pr-xl-0, .px-xl-0 {padding-right: 0 !important;}.pb-xl-0, .py-xl-0 {padding-bottom: 0 !important;}.pl-xl-0, .px-xl-0 {padding-left: 0 !important;}.p-xl-1 {padding: 0.25rem !important;}.pt-xl-1, .py-xl-1 {padding-top: 0.25rem !important;}.pr-xl-1, .px-xl-1 {padding-right: 0.25rem !important;}.pb-xl-1, .py-xl-1 {padding-bottom: 0.25rem !important;}.pl-xl-1, .px-xl-1 {padding-left: 0.25rem !important;}.p-xl-2 {padding: 0.5rem !important;}.pt-xl-2, .py-xl-2 {padding-top: 0.5rem !important;}.pr-xl-2, .px-xl-2 {padding-right: 0.5rem !important;}.pb-xl-2, .py-xl-2 {padding-bottom: 0.5rem !important;}.pl-xl-2, .px-xl-2 {padding-left: 0.5rem !important;}.p-xl-3 {padding: 1rem !important;}.pt-xl-3, .py-xl-3 {padding-top: 1rem !important;}.pr-xl-3, .px-xl-3 {padding-right: 1rem !important;}.pb-xl-3, .py-xl-3 {padding-bottom: 1rem !important;}.pl-xl-3, .px-xl-3 {padding-left: 1rem !important;}.p-xl-4 {padding: 1.5rem !important;}.pt-xl-4, .py-xl-4 {padding-top: 1.5rem !important;}.pr-xl-4, .px-xl-4 {padding-right: 1.5rem !important;}.pb-xl-4, .py-xl-4 {padding-bottom: 1.5rem !important;}.pl-xl-4, .px-xl-4 {padding-left: 1.5rem !important;}.p-xl-5 {padding: 3rem !important;}.pt-xl-5, .py-xl-5 {padding-top: 3rem !important;}.pr-xl-5, .px-xl-5 {padding-right: 3rem !important;}.pb-xl-5, .py-xl-5 {padding-bottom: 3rem !important;}.pl-xl-5, .px-xl-5 {padding-left: 3rem !important;}.m-xl-n1 {margin: -0.25rem !important;}.mt-xl-n1, .my-xl-n1 {margin-top: -0.25rem !important;}.mr-xl-n1, .mx-xl-n1 {margin-right: -0.25rem !important;}.mb-xl-n1, .my-xl-n1 {margin-bottom: -0.25rem !important;}.ml-xl-n1, .mx-xl-n1 {margin-left: -0.25rem !important;}.m-xl-n2 {margin: -0.5rem !important;}.mt-xl-n2, .my-xl-n2 {margin-top: -0.5rem !important;}.mr-xl-n2, .mx-xl-n2 {margin-right: -0.5rem !important;}.mb-xl-n2, .my-xl-n2 {margin-bottom: -0.5rem !important;}.ml-xl-n2, .mx-xl-n2 {margin-left: -0.5rem !important;}.m-xl-n3 {margin: -1rem !important;}.mt-xl-n3, .my-xl-n3 {margin-top: -1rem !important;}.mr-xl-n3, .mx-xl-n3 {margin-right: -1rem !important;}.mb-xl-n3, .my-xl-n3 {margin-bottom: -1rem !important;}.ml-xl-n3, .mx-xl-n3 {margin-left: -1rem !important;}.m-xl-n4 {margin: -1.5rem !important;}.mt-xl-n4, .my-xl-n4 {margin-top: -1.5rem !important;}.mr-xl-n4, .mx-xl-n4 {margin-right: -1.5rem !important;}.mb-xl-n4, .my-xl-n4 {margin-bottom: -1.5rem !important;}.ml-xl-n4, .mx-xl-n4 {margin-left: -1.5rem !important;}.m-xl-n5 {margin: -3rem !important;}.mt-xl-n5, .my-xl-n5 {margin-top: -3rem !important;}.mr-xl-n5, .mx-xl-n5 {margin-right: -3rem !important;}.mb-xl-n5, .my-xl-n5 {margin-bottom: -3rem !important;}.ml-xl-n5, .mx-xl-n5 {margin-left: -3rem !important;}.m-xl-auto {margin: auto !important;}.mt-xl-auto, .my-xl-auto {margin-top: auto !important;}.mr-xl-auto, .mx-xl-auto {margin-right: auto !important;}.mb-xl-auto, .my-xl-auto {margin-bottom: auto !important;}.ml-xl-auto, .mx-xl-auto {margin-left: auto !important;}}a:hover {text-decoration: none;}.text-monospace {font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;}.text-justify {text-align: justify !important;}.text-wrap {white-space: normal !important;}.text-nowrap {white-space: nowrap !important;}.text-truncate {overflow: hidden;-o-text-overflow: ellipsis;text-overflow: ellipsis;white-space: nowrap;}.text-left {text-align: left !important;}.text-right {text-align: right !important;}.text-center {text-align: center !important;}@media (min-width: 576px) {.text-sm-left {text-align: left !important;}.text-sm-right {text-align: right !important;}.text-sm-center {text-align: center !important;}}@media (min-width: 768px) {.text-md-left {text-align: left !important;}.text-md-right {text-align: right !important;}.text-md-center {text-align: center !important;}}@media (min-width: 992px) {.text-lg-left {text-align: left !important;}.text-lg-right {text-align: right !important;}.text-lg-center {text-align: center !important;}}@media (min-width: 1200px) {.text-xl-left {text-align: left !important;}.text-xl-right {text-align: right !important;}.text-xl-center {text-align: center !important;}}.text-lowercase {text-transform: lowercase !important;}.text-uppercase {text-transform: uppercase !important;}.text-capitalize {text-transform: capitalize !important;}.font-weight-light {font-weight: 400 !important;}.font-weight-lighter {font-weight: lighter !important;}.font-weight-normal {font-weight: 400 !important;}.font-weight-bold {font-weight: 700 !important;}.font-weight-bolder {font-weight: bolder !important;}.font-italic {font-style: italic !important;}.text-white {color: #fff !important;}.text-primary {color: #007bff !important;}a.text-primary:focus, a.text-primary:hover {color: #0056b3 !important;}.text-secondary {color: #6c757d !important;}a.text-secondary:focus, a.text-secondary:hover {color: #494f54 !important;}.text-success {color: #28a745 !important;}a.text-success:focus, a.text-success:hover {color: #19692c !important;}.text-info {color: #17a2b8 !important;}a.text-info:focus, a.text-info:hover {color: #0f6674 !important;}.text-warning {color: #ffc107 !important;}a.text-warning:focus, a.text-warning:hover {color: #ba8b00 !important;}.text-danger {color: #FF4F4F !important;}a.text-danger:focus, a.text-danger:hover {color: #a71d2a !important;}.text-light {color: #f8f9fa !important;}a.text-light:focus, a.text-light:hover {color: #cbd3da !important;}.text-dark {color: #343a40 !important;}a.text-dark:focus, a.text-dark:hover {color: #121416 !important;}.text-body {color: #212529 !important;}.text-muted {color: #676767 !important;}.text-black-50 {color: rgba(0, 0, 0, 0.5) !important;}.text-white-50 {color: rgba(255, 255, 255, 0.5) !important;}.text-hide {font: 0/0 a;color: transparent;text-shadow: none;background-color: transparent;border: 0;}.text-decoration-none {text-decoration: none !important;}.text-break {word-break: break-word !important;overflow-wrap: break-word !important;}.text-reset {color: inherit !important;}.visible {visibility: visible !important;}.invisible {visibility: hidden !important;}@media print {*, ::after, ::before {text-shadow: none !important;-webkit-box-shadow: none !important;box-shadow: none !important;}a:not(.btn) {text-decoration: underline;}abbr[title]::after {content: " (" attr(title) ")";}pre {white-space: pre-wrap !important;}blockquote, pre {border: 1px solid #adb5bd;page-break-inside: avoid;}thead {display: table-header-group;}img, tr {page-break-inside: avoid;}h2, h3, p {orphans: 3;widows: 3;}h2, h3 {page-break-after: avoid;}@page {size: a3;}body {min-width: 992px !important;}.container {min-width: 992px !important;}.navbar {display: none;}.badge {border: 1px solid #000;}.table {border-collapse: collapse !important;}.table td, .table th {background-color: #fff !important;}.table-bordered td, .table-bordered th {border: 1px solid #dee2e6 !important;}.table-dark {color: inherit;}.table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {border-color: #dee2e6;}.table .thead-dark th {color: inherit;border-color: #dee2e6;}}.container {min-width: 100px;padding-left: 16px;padding-right: 16px;}.container .row {margin-left: -10px;margin-right: -10px;}.wrapper_h1 {margin: 23px -10px 48px;}.wrapper_h1 h1 {text-transform: none !important;color: #041D30;}.container-main {height: 100%;min-width: 320px;padding-left: 16px;padding-right: 16px;}.container-main .row {margin-left: -10px;margin-right: -10px;}.header-top-row {justify-content: space-between;border-bottom: 1px solid #E3E5E8;}.footer-copyright_col {display: flex;gap: 9px;justify-content: end;margin-top: 12px;}@media only screen and (min-width: 1300px) {.container-main {max-width: 745px;}}@media only screen and (min-width: 1400px) {.container-main {max-width: 1160px;}.container {max-width: 1380px;}}@media only screen and (min-width: 1650px) {.container {max-width: 1640px;}}.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {padding-right: 10px;padding-left: 10px;}.p-tb-8 {padding-bottom: .75rem;padding-top: .75rem;}a {color: #212529;outline: none;}a:hover {color: #212529;}h1, .h1 {font-family: var(--ff-Titles);font-size: 1.5em;letter-spacing: 0.03em;margin-bottom: 0;display: inline-block;}h2, .h2 {font-family: var(--ff-Titles);font-size: 1.5rem;font-weight: 400;}#countElementH1 {font-weight: 400;font-size: 16px;line-height: 20px;color: #626D7B;padding-left: 10px;float: right;}@media only screen and (max-width: 575px) {h1, .h1 {font-size: 1.3em;letter-spacing: 0em;}}.table-content {border-width: 1px 0 0 1px;border-style: solid;border-color: #D8D8D8;margin-bottom: 16px;}.table-content th {font-weight: 600;padding: 2px;text-align: center;}.table-content th, .table-content td {border-width: 0 1px 1px 0;border-style: solid;border-color: #D8D8D8;padding: 2px;}@media only screen and (min-width: 992px) {.show-adaptive, .section__slider .swiper-pagination, .product__container .swiper-pagination, .b-filter__new-prod.b-filter__new-prod-adaptive {display: none !important;}}@media only screen and (max-width: 991px) {.show-desktop, .page__header .header-top__info, .section__slider .slider-products__control, .product__container .slider-products__control, .service__container .col-lg-1 {display: none !important;}}.error-list {color: #ff4f4f;font-size: 14px;list-style: none;margin: 16px 0;padding: 0;}.error-list li {display: block;}.error-list a {color: #ff4f4f;}.reserve {color: #FF4F4F !important;}.final-price {white-space: nowrap;}.c-price-item {display: inline-block;margin-right: 12px;}.c-price-item:last-child {margin-right: 0;}.page-content {color: #676767;font-size: .875rem;}.page-content a {font-size: .875rem;}.page-content h1, .page-content h2, .page-content .h1, .page-content .h2, .page-content .b-title {color: #000;}@media only screen and (min-width: 768px) {.text-two-col {-webkit-column-count: 2;-moz-column-count: 2;column-count: 2;-webkit-column-gap: 24px;-moz-column-gap: 24px;column-gap: 24px;}}.active-pane {overflow-y: auto;}img.grayscale {opacity: .4;-webkit-transition: 1s;-o-transition: 1s;transition: 1s;}img.grayscale:hover {opacity: 1;}.swiper-container .discount-percent {display: inline-block;line-height: 1.1em;padding: 2px 1px;color: #ff0000;}.page__header .dropdown {cursor: pointer;display: inline-block;}.page__header .header-top__tel {font-size: .75em;line-height: 24px;text-align: right;flex: 0 0 38%;}.header-top__tel .metrika-phone {min-height: 24px;}.head-value__block.header-top__tel{gap: 5px;}.user-city-block {display: flex;gap: 8px;}.user-city-block svg{max-height: 24px;}.header__center-list {display: flex;justify-content: space-between;}.header__center-item {width: 24%;}.footer__contacts-phone {margin-bottom: 4px;}.footer__loyalty-promise {background-color: #018CD5;display: flex;justify-content: center;align-items: center;color: #fff;padding: 24px 0;}.footer__wide-block {position: relative;}@media only screen and (min-width: 1200px) {.page__header .header-top__tel {font-size: .875em;}}@media only screen and (max-width: 575px) {.page__header .header-top__tel {text-align: center;}}.header-top__container {display: flex;justify-content: space-between;align-items: center;padding: 12px 0px;border-bottom: 1px solid #E3E5E8;}.page__header .header-top__tel .h-whatsapp-icon {background-image: var(--iconWaP);background-size: contain;display: inline-block;height: 16px;vertical-align: middle;width: 16px;}.page__header .header-top__info {font-size: .875rem;line-height: 24px;flex: 0 0 24%;display: flex;justify-content: center;align-items: center;}@media only screen and (max-width: 1280px) {.page__header .header-top__info {flex: 0 0 30%;}}.page__header .header-top__info a {color: #000;}.page__header .header-top__left, .page__header .header-top__info,.page__header .header-top__tel {font-weight: 400;font-size: 0.875rem;line-height: 1.1375rem;}.head-value__block.header-top_tel {justify-content: end;}.page__header .header__nav, .font-size_1 {font-weight: 400;font-size: 1rem;line-height: 1.3rem;}.page__header .header-top__left {font-size: .75em;line-height: 24px;flex: 0 0 38%;}.head-value__block .head-value__info-mobile {display: none;}@media only screen and (max-width: 1660px) {.page__header .header-top__info {flex: 0 0 20%;}.page__header .header-top__tel, .page__header .header-top__left {flex: 0 0 40%;}.head-value__block .head-value__info-mobile {display: block;}.head-value__block .head-value__info-desktop {display: none;}.head-value__block .head-value__info-mobile svg{height: 24px;}}@media only screen and (max-width: 1400px) {.page__header .header-top__left, .page__header .header-top__tel {flex: 0 0 35%;}.page__header .header-top__info {flex: 0 0 24%;}}.head-value__tooltip {display: none;}@media only screen and (max-width: 1660px) and (min-width: 991px) {.head-value__info-wrap {position: relative;}.head-value__tooltip {padding: 24px;margin-top: 17px;background-color: #041D30;font-size: 12px;line-height: 15px;color: #C8CCD1;position: absolute;display: none;min-width: 303px;right: -20px;text-align: start;z-index: 1;}.head-value__tooltip.head-value__tooltip-hover {display: block;}.head-value__tooltip-img{position: absolute;top: -8px;left: 260px;}}.font-size_2 {font-weight: 500;font-size: 0.875rem;line-height: 1.1rem;}.font-size_3 {font-weight: 500;font-size: 1.25rem;line-height: 1.625rem;}.font-size_4 {font-weight: 500;font-size: 1.125rem;line-height: 1.4rem;}@media only screen and (max-width: 1100px) {.font-size_1 {font-weight: 400;font-size: 0.875rem;line-height: 1.1rem;}.font-size_3 {font-weight: 500;font-size: 1.125rem;line-height: 1.4rem;}}@media only screen and (max-width: 1100px) {.font-size_4 {font-weight: 500;font-size: 1rem;line-height: 1.3rem;}}@media only screen and (max-width: 600px) {.font-size_2 {font-weight: 500;font-size: 0.75rem;line-height: 0.9rem;}}.page__header .header-top__left .pvz-link {background: url("/local/templates/elyts_2020/images/elyts-icons080823.svg") -395px -132px no-repeat;display: inline-block;line-height: 25px;padding-left: 28px;}.page__header .header-top__lang {font-size: .75em;line-height: 24px;text-align: right;}.page__header .header-top__lang .dropdown-toggle, .page__header .header-top__lang .product-more-info .tab-pane-title, .product-more-info .page__header .header-top__lang .tab-pane-title {text-transform: uppercase;}.page__header .header-top__lang .dropdown-toggle:after, .page__header .header-top__lang .product-more-info .tab-pane-title:after, .product-more-info .page__header .header-top__lang .tab-pane-title:after {vertical-align: middle;}.page__header .header-top__lang .dropdown-menu {border-color: #D8D8D8;border-radius: 0;min-width: auto;padding: 0;}.page__header .header-top__lang .dropdown-menu a {background: none;color: #000;font-size: .875em;text-transform: uppercase;}.page__header .header-top__lang .dropdown-menu a:active, .page__header .header-top__lang .dropdown-menu a:hover {background: #f8f9fa;}.order-mb {display: flex;justify-content: space-between;align-items: center;}@media only screen and (min-width: 1200px) {.page__header .header-top__lang {font-size: .875em;}}.page__header .header__button-icon {background-repeat: no-repeat;background-color: transparent;border: 0;-webkit-box-sizing: border-box;box-sizing: border-box;color: #000;cursor: pointer;display: inline-block;font-size: .688em;height: 32px;line-height: 27px;padding: 0px;text-align: center;text-decoration: none;vertical-align: top;width: 32px;}.header__button-icon {position: relative;}.favoriteCount {padding: 1.5px 4px;position: absolute;top: -8px;right: -8px;background-color: #018CD5;color: #fff;display: flex;justify-content: center;align-items: center;line-height: 13.4px;font-size: 11px;font-weight: 400;}.cntBasket {padding: 1.5px 4px;position: absolute;top: -7px;right: -5px;background-color: #018CD5;color: #fff;display: flex;justify-content: center;align-items: center;line-height: 13.4px;font-size: 11px;font-weight: 400;}.header__user-block {width: 100% !important;display: flex !important;gap: 8px;align-items: center;}.header__user-block:hover {color: #018CD5;}.header__user-block:hover svg{stroke: #018CD5;}.page__header .header__center .container .header__button-icon.header__menu-button {background-position: -317px -860px;}.page__header .header__center .container .header__button-icon.header__cart-button {padding-top: 5px;}.header__nav .container .header__nav-menu__sex li {float: left;margin-left: 24px;}.header__center-item.header__links {display: flex;gap: 24px;justify-content: end;}.page__header .header__center {padding: 8px 0;position: relative;}.page__header .header__center .header__logo {text-align: center;}.page__header .header__center .header__logo .logo__link {display: inline-block;padding: 0 10px;position: relative;}.page__header .header__center .header__logo .logo__link img {max-width: 100%;vertical-align: middle;}.page__header .header__center .header__logo .logo__link:before {content: "";display: block;height: 10px;position: absolute;right: -5px;bottom: 3px;width: 10px;}.footer__info .logo__link:before {content: "";display: block;width: 10px;height: 10px;position: absolute;right: -15px;bottom: -10px;}.page__footer .footer__menu__column__title {margin-bottom: 22px;}.footer__title {margin-bottom: 63px;}.footer-grid {display: flex;column-gap: 169px;margin-bottom: 80px;}.footer__apps-items {display: flex;flex-direction: column;gap: 12px;}.footer__apps-item {display: flex;column-gap: 16.6px;}.footer__col, .footer__contacts-wrapper {display: flex;}.footer__contacts-descr {color: #626D7B;letter-spacing: -0.2px;}.footer__contacts, .footer__qrcode {margin-bottom: 36px;}.footer__contacts-wrapper {gap: 40px;}.footer__col.right {width: 100%;gap: 160px;}.footer__col.right .footer_col-item {flex: 0 0 22.6%;}.footer__apps-title {margin-bottom: 12px;color: #041D30;font-weight: 500;}.footer__apps {margin-bottom: 12px;}.footer__social-title {font-weight: 500;}.footer__social-items {display: flex;gap: 24px;justify-content:start;}.footer__social-items a {width: 40px;height: 40px;display: flex;align-items: center;justify-content:center;}.footer__social-title {margin-bottom: 12px;}.footer__menu__column__title {font-weight: 500;}.page__footer .footer__menu__column {margin-bottom: 32px;}.footer__copyright-block .font-size_2 {font-weight: 400;color: #949BA5;letter-spacing: 0px;margin-left: 10px;}.page__footer .footer__copy-paste {color: #676767;font-size: 12px;font-weight: 400;letter-spacing: -0.4px;text-align: left;padding: 0px 0px;border-top: 1px solid #E3E5E8;}.footer__copyright-block {display: flex;justify-content: space-between;}.footer__copyright-item {padding: 20px 0px;}.page__footer .footer__menu__column ul li {margin-bottom: 13px;}.page__footer {margin-top: 80px;}@media only screen and (min-width: 768px) {.footer__col.left {flex-direction: column;min-width: 375px;}}@media only screen and (max-width: 1700px) {.footer__title {margin-bottom: 60px;}.footer-grid {flex-direction: column;column-gap: 60px;}.footer__col.left {flex-direction: row;gap: 14%;}.footer__contacts-wrapper {flex-direction: column;}.footer__apps-items {flex-direction: row;}.footer__apps-items {gap: 16.6px;}.footer__col.left {margin-bottom: 24px;}.footer__contacts-wrapper {gap: 22px;}.footer__contacts {max-width: 168px;}.footer__apps {max-width: 357px;}.footer__col.right {justify-content: space-between;gap: unset;}.footer__col.right .footer_col-item {min-width: 31.6%;}.page__footer .footer__menu__column {margin-bottom: -15px;}.footer__menu__row {margin-top: 12px;}.page__footer .footer__menu__column__title {margin-bottom: 28px;}.footer__copyright-block .font-size_2 {margin-left: 0px;}.footer__copyright-item:last-child .font-size_2 {text-align: end;}.footer__copyright-item {padding: 16px 0px;}.header__nav .container .header__nav-menu__sex li {margin-left: 16px;}}@media only screen and (max-width: 1100px) {.page__header .header__center .header__logo .logo__link img {height: 28px !important;}.page__header .header__center {padding: 16px 0;}.header__center-item.header__links {gap: 15px;}.header__links__item {margin-top: 2px;}.header__center-item.header__links:first-child {justify-content: start;}.header__nav.navbar-mobile {min-width: 384px;}.footer__apps-items span {display: none;}.footer__apps-item {flex-direction: column;gap: 12px;}.footer__title .logo__link {justify-content: start;}.footer__col.left {gap: 24px;justify-content: space-between;}.footer__col.left .footer_col-item {width: 32%;}.footer__contacts {max-width: 100%;}.footer__col.left {margin-bottom: 47px;}.footer__title {margin-bottom: 63px;}.page__footer .footer__menu__column__title {margin-bottom: 20px;}.footer__contacts-wrapper {gap: 23px;}.footer__contacts-phone {margin-bottom: 2px;}.footer__apps-title {margin-bottom: 12px;}.footer__col.left .footer__apps-title, .footer__col.left .footer__social-title {font-weight: 500;font-size: 16px;line-height: 20.8px;}.page__footer .footer__menu__column ul li {margin-bottom: 10px;}.footer-grid {margin-bottom: 62px;}.footer-copyright_col {margin-top: 32px;}.footer__menu__row {margin-top: 18px;margin-bottom: 16px;}.footer__copyright-block {flex-direction: column;margin: 20px 0 18px;gap: 8px;}.footer__copyright-block .font-size_2 {font-size: 12px !important;line-height: 14.2px !important;}.footer__copyright-item:last-child .font-size_2 {text-align: start;}.footer__copyright-item {padding: 0px;}.footer__loyalty-promise {padding: 17px 0;}.footer__loyalty-promise span {max-width: 517px;text-align: center;padding: 0 5px;}.footer__apps {margin-bottom: 0px;}.footer__social-items {gap: 16px;}.page__footer .footer__menu__column__title {margin-bottom: 12px;}}@media only screen and (max-width: 991px) {.page__header .header__center .header__logo .logo__link {height: 40px;line-height: 40px;}.footer__contacts-col {display: flex;gap: 8px;flex-direction: column;}.footer__contacts-col .footer__contacts-phone a {margin: 0;padding: 0;}.footer__contacts-descr {font-size: 12px;line-height: 14.4px;}.footer__contacts-wrapper {gap: 4px;}}@media only screen and (max-width: 700px) {.footer__col.left {flex-direction: column;gap: 28px;}.footer__col.left .footer_col-item {width: 100%;}.footer__contacts-wrapper {flex-direction: column;gap: 8px;}.footer__apps-items {flex-direction: row;}.footer_col-item {width: 100%;}.footer__apps-item {flex-direction: row;gap: 12px;}.footer__title {margin-bottom: 40px;}.footer__contacts, .footer__qrcode {margin-bottom: 0px;}.footer__col.right {gap: 40px;flex-direction: column;width: 100%;}}@media only screen and (max-width: 600px) {.page__footer {margin-top: 60px;}.footer__title .img-fluid {max-width: 111px;}.footer__col.left .footer_col-item {width: 100%;}.footer__col.left {margin-bottom: 60px;}.footer__contacts-descr .font-size_2 {font-weight: 400;}.footer__contacts-phone {margin-bottom: 6px;}.page__footer .footer__menu__column ul li {margin-bottom: 10.4px;}.footer__menu__row {margin-top: 16px;}.footer-copyright_col {margin-top: 0px;}.footer-copyright_col-item img {max-height: 29.4px;}.footer-copyright_col {justify-content: start;margin-bottom: 20px;}.footer-copyright_col {gap: 7px;}.footer__loyalty-promise span {max-width: 308px;}.header__nav.navbar-mobile {min-width: 300px;}.header__center-item.header__links {}.h-left .header__links__item:first-child {margin-left: 8px;}.h-right .header__links__item:last-child {margin-right: 10px;}.page__header .header__center {padding: 16px 0 0px;}.footer__contacts-wrapper {flex-direction: row;gap: 20px;}.footer__contacts-col {gap: 0px;}}@media only screen and (min-width: 768px) {.page__header .header__center {padding: 12px 0;}}.page__header .header__fixed {background-color: #FFF;-webkit-box-shadow: 0 0 6px -2px #000;box-shadow: 0 0 6px -2px #000;left: 0;position: fixed;top: 0;width: 100%;z-index: 91;}.page__header .header__fixed .header__logo .logo__link:before {bottom: 10px;}@media only screen and (min-width: 768px) {.page__header .header__fixed .header__center {}}@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {.page__header .header__fixed {border-bottom: 1px solid #D8D8D8;}}@media only screen and (max-width: 991px) {.page__header .header__center .header__logo .logo__link:before {bottom: 8px;}.filter-adaptive.show-adaptive .container{padding: 0px;}.filter-adaptive.show-adaptive.filter-adaptive-fixed .container {padding: 0 16px;}.logo__link {display: flex !important;align-items: center;justify-content: center;}}@media only screen and (max-width: 767px) {.page__header .header__center .container, .filter-adaptive.show-adaptive.filter-adaptive-fixed .container {padding: 0 10px;}.page__header .header__center .container .header__button-icon {width: 30px;}.page__header .header__center .container .header__button-icon.header__search-button {background-position: -38px -860px;}.page__header .header__center .container .header__button-icon.header__favorites-button {background-position: -161px -861px;padding-top: 8px;padding-left: 3px;}.page__header .header__center .container .header__button-icon.header__cart-button {background-position: -221px -861px;padding-left: 3px;padding-top: 9px;}.order-mb {flex-direction: column;align-items: start;gap: 6px;}#countElementH1 {padding-left: 0;}}@media only screen and (max-width: 600px) {.filter-adaptive.show-adaptive .container, .filter-adaptive.show-adaptive.filter-adaptive-fixed .container {padding: 0px;}}.header__links__item {display: inline-block;text-align: center;vertical-align: top;}@media only screen and (max-width: 500px) {.modal.fade.show-basket {z-index: 99999999999;top: auto;bottom: 0;left: 0;height: min-content;}.modal.fade.show-basket .modal-dialog {transform: translate(0%, 0%);top: 0;bottom: 0;left: 0;height: min-content;padding: 0;}}.header__links__item:first-child {margin-left: 0;}.modal.fade.show-basket {z-index: 99999999999;left: 0;height: min-content;}.modal.fade.show-basket .modal-dialog {transform: translate(0%, 0%);top: 0;bottom: 0;left: auto;right: 0;padding: 0;margin-left: auto;margin-top: 3.5rem;box-shadow: 0px 0px 20px rgb(0 0 0 / 30%);}.show-basket img {width: 100%;height: 100%;}.show-basket .content-item {padding: 0 16px;}.content-show-basket {display: flex;flex-direction: column;justify-content: space-between;padding: 6px 16px;color: #676767;font-weight: 400;}.modal.add-basket .content-show-basket {max-width: 75%;padding-top: 0;padding-bottom: 0;}.content-show-basket .show-basket__title {font-family: var(--ff-Titles);color: #000;}.info-show-basket {display: flex;justify-content: space-between;}.show-basket__price {display: flex;vertical-align: bottom;align-items: end;}.button-show-basket {padding: 16px;width: 100%;}.show-basket .wrap-img {border: 1px solid transparent;border-color: #d8d8d8;padding: 10px;border-radius: 3px;}.modal.fade.add-basket {width: fit-content;left: unset;border-radius: 4px;width: 428px;padding: 26px;}.modal.fade.add-basket .modal-dialog {margin-top: 0;background: #FFF;box-shadow: 0px 1px 18px 0px rgba(0, 0, 0, 0.15);border-radius: 4px;border: none;}.modal.fade.add-basket .modal-content {border: none;box-shadow: none;border-radius: 4px;}.modal.fade.add-basket .modal-header {padding: 24px 24px 0 24px;}.modal.fade.add-basket .modal-body {padding: 0px 24px 24px 24px;}.modal.fade.add-basket .content-item {padding: 20px 16px;}.modal.fade.add-basket .button-show-basket {padding: 0px 16px;}.modal.fade.add-basket .wrap-img {border: none;padding: 0;max-height: 100px;max-width: 70px;margin: auto 0;}.modal.fade.add-basket .wrap-img img {object-fit: contain;}.modal.fade.add-basket .modal-body .show-basket__text {color: #101820;font-size: .875rem;}.modal.fade.add-basket .modal-body .descr-show-basket .show-basket__text {color: #979797;font-size: .875rem;margin: 5px 0;}.modal.fade.add-basket .modal-body .show-basket__price {color: #979797;font-size: 16px;}.modal.fade.add-basket .modal-body .show-basket__price * {color: #101820;}.modal.fade.add-basket .modal-body .show-basket__price .line-through-price {text-decoration: line-through;color: #979797;}.modal.fade.add-basket .modal-body .show-basket__price .sale-price {color: #EA3323;margin-left: 4px;}.modal.fade.add-basket .modal-dialog .modal-title {color: #101820;text-align: center;font-size: 18px;font-weight: 600;letter-spacing: 0.18px;font-family: var(--ff-Text);margin: 0 auto;}.modal.fade.add-basket .close {background: url("/local/templates/elyts_2020/images/elyts-icons080823.svg") -110px -751px no-repeat;}.modal.fade.add-basket .button-show-basket .btn-black {border-radius: 2px;background: #101820;}.modal.fade.add-basket .modal-dialog .modal-content.triangle-show::after {content: '';position: absolute;right: 30px;top: -21px;border: 10px solid transparent;border-bottom: 14px solid #fff;}@media only screen and (max-width: 992px) {.modal.fade.add-basket {position: fixed;width: 100%;bottom: 0;top: unset;padding: 0;}.modal.fade.add-basket .modal-dialog {max-width: 100%;}.modal.fade.add-basket .modal-body .show-basket__price {position: absolute;right: 24px;border-radius: 10px 10px 0px 0px;}.modal.fade.add-basket .content-item {padding: 24px 16px;}}@media only screen and (max-width: 600px) {.modal.fade.add-basket .modal-body .show-basket__price {position: unset;}.modal.fade.add-basket .content-item {padding: 20px 16px;}}.b-small-basket {position: relative;}.b-small-basket .header__button-icon {padding-left: 3px;}.b-small-basket .b-small-basket__container {background-color: #fff;-webkit-box-sizing: border-box;box-sizing: border-box;-webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);color: #676767;display: none;min-width: 330px;padding: 16px;padding-top: 15px;position: absolute;right: -7px;text-align: left;top: -6px;z-index: 100;}.b-small-basket .b-small-basket__container .b-small-basket__header {}.b-small-basket .b-small-basket__container .b-small-basket__header .b-small-basket__header__text {float: left;margin-bottom: 24px;}.b-small-basket .b-small-basket__container .b-small-basket__header .b-small-basket__header__icon {float: right;display: inline-block;}.b-small-basket .b-small-basket__container .b-small-basket__header .b-small-basket__header__icon .header__button-icon {background-position: -223px -869px;height: 23px;padding: 1px 0 0 1px;width: 23px;}.b-small-basket .b-small-basket__container .b-small-basket__item {border-bottom: 1px solid #D8D8D8;font-size: .813em;font-weight: 400;padding: 8px 0;position: relative;}.b-small-basket .b-small-basket__container .b-small-basket__item.row {margin-left: 0;margin-right: 0;}.b-small-basket .b-small-basket__container .b-small-basket__item .b-small-basket__preview {text-align: center;padding-left: 0;}.b-small-basket .b-small-basket__container .b-small-basket__item .b-small-basket__preview img {height: auto;max-width: 45px;}.b-small-basket .b-small-basket__container .b-small-basket__item .b-small-basket__content {padding-left: 0;padding-right: 0;}.b-small-basket .b-small-basket__container .b-small-basket__item .b-small-basket__title {color: #000;font-weight: normal;}.b-small-basket .b-small-basket__container .b-small-basket__item .b-small-basket__title .name {font-family: var(--ff-Titles);}.b-small-basket .b-small-basket__container .b-small-basket__item .b-small-basket__delete {background: url("/local/templates/elyts_2020/images/elyts-icons080823.svg") -111px -750px no-repeat;cursor: pointer;display: block;height: 13px;position: absolute;right: 0;bottom: 15px;width: 14px;}.b-small-basket .b-small-basket__container .b-small-basket__item a {color: #000;text-decoration: none;}.b-small-basket .b-small-basket__container .b-small-basket__footer {padding: 16px 0 0;}.b-small-basket .b-small-basket__container .b-small-basket__footer .delivery {font-size: .813rem;}.b-small-basket .b-small-basket__container .b-small-basket__footer .summary {font-size: .875rem;}.b-small-basket .b-small-basket__container .b-small-basket__footer .summary span {color: #000;}.b-small-basket .b-small-basket__container .b-small-basket__footer .btn {font-size: .813rem;}@media only screen and (min-width: 992px) {.page__header {margin-bottom: 24px;}.page__header .header__center {padding: 24px 0 32px;}.page__header .header__center .header__links {padding: 2px 0;}.page__header .header__fixed .header__center {padding: 24px 0 32px;}}@media only screen and (min-width: 768px) {.page__footer .footer__copy-paste .footer__info-link {display: none;}.page__footer .footer__copy-paste {font-size: 10px;color: rgba(0, 0, 0, 0.50);}}.page__footer .footer-menu-trigger {cursor: pointer;}.page__footer .footer__menu__column ul {margin-bottom: 0;}.page__footer .footer__menu__column ul li a {color: #626D7B;}.page__footer .footer__menu__column ul li a:hover {color: #018CD5;}.page__footer .footer__menu__content {border-bottom: 1px solid rgba(0, 0, 0, 0.3);margin-bottom: 30px;}.icons-help-order {vertical-align: middle;}.icons-help-order .social__icon-whatsapp {background-color: #4caf50;}.icons-help-order .social__icon-whatsapp:before {background: transparent url("/local/templates/elyts_2020/images/sprite2_220121.svg") -12px -12px no-repeat !important;height: 26px;margin: -13px 0 0 -13px;width: 26px;}.icons-help-order .social__icon-telegram {background-color: #40b3e0;}.icons-help-order .social__icon-telegram:before {background: transparent url("/local/templates/elyts_2020/images/sprite2_220121.svg") -12px -62px no-repeat !important;height: 26px;margin: -13px 0 0 -13px;width: 26px;}.footer__info {margin-bottom: 40px;text-align: left;}.footer__info .footer__icons {margin-left: -30px;}.footer__info .footer__icons .social__icon {margin-left: 8px;}.footer__info .footer__icons .social__icon:first-child {margin-left: 0px;}.footer__info .footer__icons .footer__contact-us .footer__icons__content {vertical-align: middle;}.footer__info .footer__icons .footer__contact-us .footer__icons__content .social__icon-whatsapp {background-color: #4caf50;}.footer__info .footer__icons .footer__contact-us .footer__icons__content .social__icon-whatsapp:before {background: transparent url("/local/templates/elyts_2020/images/sprite2_220121.svg") -12px -12px no-repeat !important;height: 26px;margin: -13px 0 0 -13px;width: 26px;}.footer__info .footer__icons .footer__contact-us .footer__icons__content .social__icon-telegram {background-color: #40b3e0;}.footer__info .footer__icons .footer__contact-us .footer__icons__content .social__icon-telegram:before {background: transparent url("/local/templates/elyts_2020/images/sprite2_220121.svg") -12px -62px no-repeat !important;height: 26px;margin: -13px 0 0 -13px;width: 26px;}.footer__info .footer__icons .footer__contact-us .footer__icons__content .footer-contacts {font-size: 12px;}.footer__info .footer__text a {color: #101820;font-family: var(--ff-Text);font-weight: 400;}.footer__info .footer__text .footer__info-link {color: #101820;display: none;font-size: .875em;font-weight: 400;line-height: 24px;}.footer__info .footer__text .footer__info-link a {text-decoration: underline;white-space: nowrap;}.footer__info .footer__text .footer__info-link div {margin-bottom: 20px;}.footer__info .footer__text .footer__info-link a:active, .footer__info .footer__text .footer__info-link a:visited, .footer__info .footer__text .footer__info-link a:hover {text-decoration: none;}.footer__info .footer__text .footer__info-link span {white-space: nowrap;}@media only screen and (min-width: 768px) {.footer__info .footer__text .footer__info-link {display: block;}}@media only screen and (max-width: 600px) {.footer__info .footer__payment .footer__icons__content {display: flex;flex-direction: column;}}@media only screen and (max-width: 520px) {.footer__icons .footer__social {height: 127px;}}.footer__info .footer__text .footer__apps-info .footer__app-link {background-image: url("/local/templates/elyts_2020/images/elyts-icons080823.svg");background-repeat: no-repeat;display: inline-block;height: 32px;}.footer__info .footer__text .footer__apps-info .footer__app-link__google {background-position: -169px -635px;width: 105px;}.footer__info .footer__text .footer__apps-info .footer__app-link__apple {background-position: -40px -635px;width: 105px;}.footer__subscribe {max-width: 456px;margin-bottom: 24px;text-align: left;}.footer__subscribe .footer__subscribe__title {font-family: var(--ff-Titles);font-size: 1em;font-weight: 400;line-height: 24px;color: #000;}.footer__subscribe .footer__subscribe__description {color: #676767;font-size: .813em;font-weight: 400;line-height: 24px;margin-bottom: 8px;}.footer__subscribe .footer__subscribe__form {position: relative;}.footer__subscribe .footer__subscribe__form .footer__subscribe__text {-webkit-box-sizing: border-box;box-sizing: border-box;height: 40px;font-size: .875em;line-height: 40px;margin: 0;padding: 0 10px;outline: none;width: 100%;}.footer__subscribe .footer__subscribe__form .button-default-black {-webkit-box-sizing: border-box;box-sizing: border-box;margin: 12px 0 0;vertical-align: top;width: 100%;}.footer__subscribe .footer__subscribe__form .footer__subscribe__sex {margin-top: 10px;}.footer__subscribe .footer__subscribe__form .footer__subscribe__agreement {color: #676767;font-size: .75em;margin-top: 5px;}.footer__subscribe .footer__subscribe__form .footer__subscribe__agreement a {color: #676767;text-decoration: underline;}@media only screen and (max-width: 450px) {.footer__subscribe .footer__subscribe__title {max-width: 199px;margin: 0 auto;line-height: 124.5%;letter-spacing: 0.48px;margin-bottom: 5px;}.footer__subscribe .footer__subscribe__description {max-width: 220px;color: #101820;text-align: center;font-size: 14px;line-height: normal;letter-spacing: 0.42px;margin: 0 auto;margin-bottom: 20px;}.container .row.footer__info {max-width: 315px;margin-left: 0;margin-right: 0;margin: 0 auto;}.b-radio__button .radio__button-label {font-size: 12px;}.footer__subscribe .footer__subscribe__form .footer__subscribe__agreement {font-size: 10px;}}@media only screen and (min-width: 1300px) {.footer__subscribe {margin: 0;text-align: left;}.footer__subscribe .footer__subscribe__title {font-size: 1.125em;}.footer__subscribe .footer__subscribe__description {font-size: .875em;}.footer__subscribe .footer__subscribe__form .footer__subscribe__form__l-block {margin-right: 184px;}.footer__subscribe .footer__subscribe__form .footer__subscribe__form__r-block {position: absolute;right: 0;top: 0;width: 184px;}.footer__subscribe .footer__subscribe__form .button-default-black {margin: 0;}}.footer__apps-info {margin-bottom: 10px;}.catalog-container__banner img {margin-bottom: 20px;}@media only screen and (max-width: 992px) {.catalog-container__banner img {margin-bottom: 10px;}.footer__subscribe {margin: 0 auto;margin-bottom: 60px;}.footer__subscribe__description, .footer__subscribe__title {text-align: center;}.footer__info .footer__text .footer__info-link {width: 200px;}.footer__apps-info {margin-bottom: 5px;}.footer__info .footer__text .footer__info-link div {margin-bottom: 16px;}.page__footer .footer__copy-paste {font-size: 10px;color: rgba(0, 0, 0, 0.50);}.page__footer .footer__info .logo__link img {margin-top: 14px;}}@media only screen and (max-width: 768px) {.footer__info .footer__icons {margin-left: 0px;}}.footer__info {margin-bottom: 18px;text-align: left;}@media only screen and (max-width: 767px) {.footer__info {margin-bottom: 5px;padding-bottom: 40px;}}@media only screen and (min-width: 992px) {.page__footer {margin-top: 80px;}.page__footer .footer__copy-paste {text-align: left;}.footer__info .footer__text {text-align: left;}}.teaser__info {display: block;z-index: 2;margin-left: 110px;}.teaser__info .d-table {height: 100%;}.section__teaser {margin-bottom: 40px;}.section__teaser a, .section__teaser a:hover {text-decoration: none;box-shadow: none;}.section__teaser .img-wrapper-main {overflow: hidden;display: block;}.section__teaser a img {transition: all 0.35s ease-in;}.section__teaser a:hover img {transform: scale(1.03);}.section__teaser .row {position: relative;}.section__teaser .row .col-12, .section__teaser .row .col-6 {position: relative;}.section__teaser .teaser__title {display: block;font-size: 1.125em;font-weight: 700;letter-spacing: 2px;margin-bottom: 8px;font-family: var(--ff-Titles);text-transform: uppercase;font-weight: 400;font-size: 26px;line-height: 131.5%;letter-spacing: 0.02em;color: #000000;text-align: left;}.section__teaser .teaser__title br {display: none;}.section__teaser .teaser__title .teaser__link {margin-bottom: 35px;}.section__teaser .col-12 .teaser__title {font-size: 1.2em;}@media only screen and (max-width: 991px) and (min-width: 768px) {.section__teaser .col-12.teaser__image-right img, .section__teaser .col-12.teaser__image-left img {margin-bottom: 16px;}.section__teaser .col-12.teaser__image-right .teaser__info, .section__teaser .col-12.teaser__image-left .teaser__info {position: inherit;width: 100%;}.section__teaser .col-12.teaser__image-right .teaser__info .d-table, .section__teaser .col-12.teaser__image-left .teaser__info .d-table {height: auto;width: 100%;}.section__teaser .col-12.teaser__image-right .teaser__info .d-table .d-table-cell, .section__teaser .col-12.teaser__image-left .teaser__info .d-table .d-table-cell {text-align: center;}.section__teaser .col-12.teaser__image-right .teaser__title, .section__teaser .col-12.teaser__image-left .teaser__title {text-align: center;}}.section__teaser .col-12.teaser__image-left .teaser__info .d-table {width: 100%;}.section__teaser .teaser__image-left {text-align: left;}.section__teaser .teaser__image-left .teaser__info {text-align: right;}.section__teaser .teaser__image-left .teaser__info .d-table .d-table-cell {text-align: left;vertical-align: middle;}.section__teaser .teaser__image-right {text-align: right;}.section__teaser .teaser__image-right .teaser__info {width: 100%;}.section__teaser .teaser__image-right .teaser__info .d-table {width: 100%;}.section__teaser .teaser__image-right .teaser__info .d-table .d-table-cell {height: 100%;text-align: left;vertical-align: middle;width: 100%;}.section__teaser .teaser__image-middle {}.section__teaser .teaser__image-middle img {}@media only screen and (max-width: 991px) {.section__teaser .teaser__image-middle img {margin-bottom: 16px;}.section__teaser .teaser__image-middle {text-align: center;}}@media only screen and (max-width: 767px) {.section__teaser .teaser__image-left .teaser__title, .section__teaser .teaser__image-middle .teaser__title, .section__teaser .teaser__image-right .teaser__title {font-size: 1em;}.section__teaser .teaser__image-middle img, .section__teaser .teaser__image-right img {margin-bottom: 16px;}.section__teaser .teaser__image-left .teaser__info .d-table .d-table-cell, .section__teaser .teaser__image-middle .teaser__info .d-table .d-table-cell, .section__teaser .teaser__image-right .teaser__info .d-table .d-table-cell {text-align: center;}}.section__teaser .col-lg-6:first-child {margin-bottom: 60px;}.section__teaser .col-lg-4 {margin: 20px 0;}.section__teaser .js-title a, .section__teaser .js-title-vm a {display: block;height: 100%;text-decoration: none;width: 100%;}.section__teaser .js-title a:hover, .section__teaser .js-title-vm a:hover {text-decoration: none;}@media only screen and (max-width: 767px) {.section__teaser {margin-bottom: 50px;}}.section__slider {margin-bottom: 40px;min-height: 334px;}.section__slider .section__slider__header {font-family: var(--ff-Titles);font-size: 1em;letter-spacing: 2px;line-height: 24px;margin-bottom: 16px;text-align: left;text-transform: uppercase;font-weight: 400;font-size: 32px;line-height: 128%;letter-spacing: 0.03em;color: #000000;margin: auto 0;}.section__slider__header-arrow {z-index: 10;}.section__slider .swiper-slide {min-height: 332px;}.section__slider .swiper-slide a {display: block;height: 100%;width: 100%;}.section__slider .swiper-slide a, .section__slider .swiper-slide a:hover {text-decoration: none;}.section__slider .swiper-slide .swiper-lazy-preloader {background: url("/local/templates/elyts_2020/images/lazy-ajax.jpg") 0 0 no-repeat;border: none;height: 330px;-webkit-transform-origin: 0;-ms-transform-origin: 0;transform-origin: 0;-webkit-animation: none;animation: none;border-radius: 0;position: unset !important;width: 230px;}.section__slider .swiper__product {-webkit-box-sizing: border-box;box-sizing: border-box;display: block;height: 100%;left: 0;padding-top: 16px;position: absolute;top: 0;z-index: 2;}.section__slider .box__space {display: block;height: 76%;}.section__slider .slide-product__title {color: #000;font-family: var(--ff-Titles);font-size: .875em;letter-spacing: 1px;line-height: 1.2em;margin-bottom: 4px;text-transform: uppercase;}.section__slider .slide-product__title a {color: #000 !important;}.section__slider .slide-product__type, .section__slider .slide-product__description {color: #676767;font-size: .89em;font-weight: 400;margin-bottom: 6px;letter-spacing: 0.02em;line-height: 1.4em;}.section__slider .slide-product__price {display: block;font-size: .975em;line-height: 24px;padding-bottom: 5px;}.section__slider .slide-product__price del {color: #454343;display: inline-block;}.section__slider .slide-product__price .discount-percent, .section__slider .slide-product__price .discount-percent-text {color: #ff0000;}.section__slider .slide-product__price .discount-percent + .final-price, .section__slider .slide-product__price .discount-percent-text + .final-price {color: #ff0000;}.section__slider .slide-product__price .final-price {margin-right: 0;}.section__slider .slide-product__sezon {color: #ff0000;font-weight: 400;font-size: 0.5rem;margin: 2px 0 10px;min-height: 16px;}.section__slider .swiper-slide__picture {display: block;margin-left: 25px;padding-left: 25px;text-align: right;}.section__slider .slider-products__control {width: 96px;}@media only screen and (max-width: 991px) {.section__slider .swiper__product {padding-right: 15px;background-color: rgba(255, 255, 255, 0.7);-webkit-box-shadow: 3px -5px 4px 0 rgba(0, 0, 0, 0.2);box-shadow: 3px -5px 4px 0 rgba(0, 0, 0, 0.2);}}.section__slider .swiper-pagination .swiper-pagination-bullet, .product__container .swiper-pagination .swiper-pagination-bullet {border: 1px solid #c4c4c47a;border-radius: 50%;display: inline-block;height: 6px;width: 6px;background: #c4c4c47a;}.section__slider .swiper-pagination .swiper-pagination-bullet-active, .product__container .swiper-pagination .swiper-pagination-bullet-active {border: 1px solid #979797;background-color: #979797;}@media only screen and (min-width: 768px) {.teaser__image-right .teaser__title br {display: block;}.section__teaser .teaser__info {height: 100%;-webkit-box-sizing: border-box;box-sizing: border-box;position: absolute;top: 0;}.section__teaser .teaser__image-left .teaser__info {right: 10px;top: 0;}.section__teaser .teaser__image-right .teaser__info {left: 10px;top: 0;}.section__teaser .col-12 .teaser__title {font-size: 18px;}.section__slider .section__slider__header {font-size: 1.2em;}}@media only screen and (max-width: 768px) {.section__teaser .teaser__title {font-size: 20px;}.section__teaser .col-12 .img-fluid {width: 100%;}}.section__teaser-obuv .teaser__title, .section__teaser-blog .teaser__title {font-size: 36px;}@media only screen and (max-width: 991px) {.section__teaser-obuv .teaser__title, .section__teaser-blog .teaser__title {font-size: 28px;}.section__slider {margin-bottom: 60px;}}@media only screen and (max-width: 768px) {.section__teaser-obuv .teaser__title, .section__teaser-blog .teaser__title {font-size: 22px;}}@media only screen and (min-width: 992px) {.section__teaser {margin-bottom: 80px;}.section__teaser .col-12 .teaser__title {font-size: 1.6em;}.section__teaser .col-lg-6:first-child {margin-bottom: 0;}.section__slider {margin-bottom: 80px;}.main-teaser {margin-bottom: 80px;}.main-teaser .teaser__info {height: 100%;-webkit-box-sizing: border-box;box-sizing: border-box;position: absolute;top: 130px;}.main-teaser .swiper-slide .swiper-slide__image {left: auto;float: right;width: 100%;position: relative;top: 0;-webkit-transition: left 1s, opacity 0.5s ease-in-out;-o-transition: left 1s, opacity 0.5s ease-in-out;transition: left 1s, opacity 0.5s ease-in-out;z-index: 1;}.main-teaser .swiper-slide-active .swiper-slide__image {left: 0;}.main-teaser, .section__slider {}.main-teaser .section__slider__header, .section__slider .section__slider__header {font-size: 1.25em;letter-spacing: 4px;line-height: 40px;margin-bottom: 48px;font-weight: 400;font-size: 32px;line-height: 128%;letter-spacing: 0.03em;color: #000000;margin: auto 0;}.main-teaser .section__slider__header a, .section__slider .section__slider__header a {font-family: var(--ff-Text);font-style: normal;font-weight: 400;font-size: 20px;line-height: 128%;text-transform: none;letter-spacing: 0.03em;color: #000000;}.main-teaser .slider-products__button, .section__slider .slider-products__button {position: absolute;top: 37%;z-index: 2;}.main-teaser .slider-products__button-next, .section__slider .slider-products__button-next {right: 0;}.main-teaser .slider-products__button-prev, .section__slider .slider-products__button-prev {left: 0;display: none;}.main-teaser .slide-product__image, .section__slider .slide-product__image {margin: 50px 0 30px;}.main-teaser .slide-product__title, .section__slider .slide-product__title {color: #000;font-family: var(--ff-Titles);font-size: .875em;letter-spacing: 1px;line-height: 1.2em;margin-bottom: 7px;text-align: center;text-transform: uppercase;}.main-teaser .slide-product__type, .main-teaser .slide-product__price, .section__slider .slide-product__type, .section__slider .slide-product__price {font-weight: 400;font-size: 14px;line-height: 128%;color: #000000;text-align: center;font-family: var(--ff-Text);}.main-teaser .shildik-border-line, .section__slider .shildik-border-line {font-weight: 400;background-color: #fff;color: #8B9CA7;display: inline-block;font-size: 12px;line-height: 16px;letter-spacing: 0.03em;text-align: center;}}@media only screen and (min-width: 768px) {.section__slider .section__slider__header a {font-family: var(--ff-Text);font-size: 20px;text-transform: none;white-space: nowrap;}}@media only screen and (max-width: 992px) {.section__slider .section__slider__header a {font-size: 16px;}}@media only screen and (max-width: 767px) {.section__slider {margin-bottom: 60px;}.section__slider .section__slider__header {text-align: center;font-size: 22px;margin-top: 20px;}.section__slider .section__slider__header a {font-family: var(--ff-Text);font-size: 20px;position: relative;text-transform: none;}.section__slider .float-md-right {margin-top: 70px;}.section__slider .swiper-outer .slide-product__image .img-fluid {margin: 0 auto;display: block;margin-bottom: 15px;}.section__slider .swiper-outer .slide-product__title, .section__slider .swiper-outer .slide-product__type, .section__slider .swiper-outer .slide-product__price {text-align: center;}.section__slider .swiper-outer .shildik-border-line {font-weight: 400;font-size: 12px;line-height: 128%;letter-spacing: 0.03em;color: #8B9CA7;text-align: center;}section.section__teaser .js-title-bf a, section.section__teaser .js-title-af a {display: block;}}@media only screen and (max-width: 1199px) and (min-width: 992px) {.section__teaser .teaser__image-left, .section__teaser .teaser__image-middle, .section__teaser .teaser__image-right {text-align: center;}.section__teaser .teaser__image-middle img, .section__teaser .teaser__image-right img {margin-bottom: 16px;}.section__teaser .teaser__image-left .teaser__info, .section__teaser .teaser__image-middle .teaser__info, .section__teaser .teaser__image-right .teaser__info {height: auto;left: auto;right: auto;position: unset;top: auto;}.section__teaser .teaser__image-left .teaser__info .d-table .d-table-cell, .section__teaser .teaser__image-middle .teaser__info .d-table .d-table-cell, .section__teaser .teaser__image-right .teaser__info .d-table .d-table-cell {text-align: center;}}@media only screen and (min-width: 1200px) {.section__teaser .teaser__title br {display: block;}.col-12.teaser__image-left .teaser__info {}.main-teaser .swiper-slide .swiper-slide__image {float: inherit;width: auto;}}.dropdown .dropdown-toggle:after, .dropdown .product-more-info .tab-pane-title:after, .product-more-info .dropdown .tab-pane-title:after {background-image: url("/local/templates/elyts_2020/images/elyts-icons080823.svg");background-position: -142px -15px;background-repeat: no-repeat;border: 0;height: 7px;width: 12px;}.catalog__container .dropdown.sort-btn_wrapper .dropdown-toggle:after {background: url("/local/templates/elyts_2020/images/elyts-icons080823.svg") -136px -591px no-repeat;border: none !important;content: " ";height: 20px;vertical-align: middle;width: 20px;}.dropdown .dropdown-toggle:after, .catalog__container .dropdown .product-more-info .tab-pane-title:after, .product-more-info .catalog__container .dropdown .tab-pane-title:after {background: url("/local/templates/elyts_2020/images/elyts-icons080823.svg") -210px -590px no-repeat;border: none !important;content: " ";height: 20px;vertical-align: middle;width: 20px;}.catalog__container .dropdown .dropdown-toggle:hover, .catalog__container .dropdown .product-more-info .tab-pane-title:hover, .product-more-info .catalog__container .dropdown .tab-pane-title:hover {color: #2B2B2B;}.catalog__container .dropdown .dropdown-menu {border-radius: 0;font-size: .813rem;min-width: 300px;z-index: 10;}.catalog__container .dropdown .dropdown-menu ul {list-style: none;padding-left: 0;}.catalog__container .dropdown .dropdown-menu span.link {cursor: pointer;}.catalog__container .dropdown.active .dropdown-toggle, .catalog__container .dropdown.active .product-more-info .tab-pane-title, .product-more-info .catalog__container .dropdown.active .tab-pane-title {color: #2B2B2B;font-weight: 600;}.catalog__container .dropdown.show .dropdown-toggle, .catalog__container .dropdown.show .product-more-info .tab-pane-title, .product-more-info .catalog__container .dropdown.show .tab-pane-title {color: #2B2B2B;}.catalog__container .dropdown.show .product-more-info .tab-pane-title:after, .product-more-info .catalog__container .dropdown.show .tab-pane-title:after {background: url("/local/templates/elyts_2020/images/elyts-icons080823.svg") -205px -587px no-repeat;}.catalog__container .b-sort .dropdown-menu {min-width: 180px;text-align: center;}.catalog__container .btn-more {width: 100%;}.catalog__container .filter-adaptive {margin-bottom: 16px;text-align: center;}.catalog__container .b-left-menu {padding-right: 6px;}.catalog__container .item__product {-webkit-box-sizing: border-box;box-sizing: border-box;margin-bottom: 30px;position: relative;}.catalog__container .item__product.item__product_favorite .product__content {margin-top: auto;}.catalog__container .item__product.item__product_favorite:hover .item__product__hover {position: unset;height: 100%;}.catalog__container .item__product.item__product_favorite .item__product__hover {height: 100%;}.catalog__container .item__product a {text-decoration: none;}.catalog__container .item__product .product-item {margin: 0 auto;max-width: 100%;}.catalog__container .item__product .product__images {position: relative;text-align: center;}.catalog__container .item__product .product__images img {width: 100%;max-width: 100%;object-fit: contain;height: 100%;display: block;margin: 0 auto;}.catalog__container .item__product .product__images img + img {left: 0;position: absolute;top: 0;opacity: 0;right: 0;}.catalog__container .item__product .product-item:hover .product__images img + img {opacity: 1;}.catalog__container .item__product.item__product_favorite .product-item {display: flex;flex-direction: column;justify-content: space-between;height: 100%;}.catalog__container .item__product .product__top__control .link-favorite {position: absolute;right: 16px;top: 9px;}.catalog__container .item__product .product__preview {display: block;margin-bottom: 16px;position: relative;}.catalog__container .item__product .product__preview picture {display: none;}.catalog__container .item__product .product__title {color: #041D30;display: block;font-family: var(--ff-Titles);font-weight: 500;font-size: 1rem;line-height: 1.3em;position: relative;margin-bottom: 8px;}.catalog__container .item__product .product__title a {color: #000;font-family: var(--ff-Titles);font-size: 1rem;letter-spacing: 1px;line-height: 1.3em;text-transform: uppercase;text-decoration: none;}.catalog__container .item__product .product__description {display: block;color: #454343;font-size: .875rem;font-weight: 400;line-height: 1.2em;}.catalog__container .item__product .product__price {font-size: 1rem;font-weight: 500;line-height: 1.3rem;padding-bottom: 5px;}.item-p.item__double-discount .font-size_1, .discount-percent-text.item-p.font-size_1 {font-size: 14px;line-height: 18.2px;}.catalog__container .item__product .product__price del span {text-decoration: line-through !important;}.catalog__container .item__product .product__price .text-gray {color: #454343 !important;}.catalog__container .item__product .product__price .discount-percent {display: inline-block;}.catalog__container .item__product .product__price .discount-percent span {background-color: #ffdcdc;display: inline-block;line-height: 1.1em;padding: 2px 1px;}.catalog__container .item__product .product__price .discount-percent-text {color: #A31111;display: inline-block;}.catalog__container .item__product .product__price .float-left {width: 60%;}.catalog__container .item__product .product__price .float-right {width: 40%;}.catalog__container .item__product .product__images.slide {position: absolute;}@media only screen and (min-width: 992px) {.catalog__container .item__product .product__price .float-left, .catalog__container .item__product .product__price .float-right {width: auto;}.catalog__container .item__product .product-item .product__images span:last-child {display: block;opacity: 1;position: absolute;top: 0;width: 100%;}.catalog__container .item__product .product-item .product__images span:first-child {z-index: 1;}.catalog__container .item__product .product-item:hover .product__images span:first-child {opacity: 0;}.catalog__container .item__product .product-item:hover .product__images span:last-child {opacity: 1;}}@media only screen and (max-width: 991px) {.catalog__container .item__product .product__price.discount .discount-percent {display: block;text-align: right;width: 100%;}.dropdown .dropdown-menu_title {display: none;}.catalog__container .item__product .product__price.discount .flex-align-middle {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: right;-ms-flex-pack: right;justify-content: right;min-height: 48px;text-align: right;-ms-flex-wrap: wrap;flex-wrap: wrap;}}.catalog__container .item__product .product__price.discount .final-price {color: #A31111;font-weight: 500;}.catalog__container .item__product .block__hover__show {display: none;}.catalog__container .item__product .block__hover__show .button-default {margin-bottom: 1rem;margin-top: 8px;width: 100%;}.catalog__container .item__product .block__hover__show .product__sizes__title {color: #676767;font-size: .813rem;font-weight: 400;line-height: 20px;margin-bottom: 1rem;}.catalog__container .item__product .block__hover__show .product__sizes__content {font-size: .813rem;font-weight: 400;}.catalog__container .item__product .block__hover__show .product__sizes__content .size-item {color: #676767;display: inline-block;font-weight: 400;line-height: 24px;margin-bottom: 3px;margin-right: 8px;text-decoration: none;}.catalog__container .item__product .block__hover__show .product__sizes__content .size-item:last-child {margin-right: 0;}.catalog__container .item__product .block__hover__show .product__sizes__content .size-item.rezerve {color: #ff4f4f;}.catalog__container .item__product .add__to__basket {border: 1px solid #D8D8D8;display: none;color: #676767;cursor: pointer;font-size: 14px;line-height: 24px;padding: 2px 0;text-align: center;width: 100%;}.catalog__container .item__product .add__to__basket:hover {color: #000;}@media only screen and (min-width: 768px) {.catalog__container .item__product {margin-bottom: 40px;}}@media only screen and (max-width: 900px) {.catalog__container .item__product {flex: 0 0 50% !important;}}@media only screen and (min-width: 992px) {.catalog__container .item__product:hover .item__product__hover .product-item {background-color: #FFF;}.catalog__container .item__product .product-item:hover .add__to__basket {display: block;}}.catalog__container .catalog__bottom__text {color: #676767;font-size: .875rem;margin-top: 48px;}.catalog__container .catalog__bottom__text h2 {color: #000;font-family: var(--ff-Titles);font-size: 1.5rem;font-weight: normal;line-height: 32px;margin-bottom: 25px;}@media only screen and (max-width: 767px) {.catalog__container .catalog__bottom__text h2 {font-size: 1.25rem;}.catalog__container .item__product .product__preview {margin-bottom: 12px;}.product__content .txt-fs-0 {display: none;}.catalog__container .item__product .product__price .discount-percent-text {margin-right: 0;}}.catalog__container .catalog__bottom__text .catalog__bottom__content {font-weight: 400;line-height: 24px;}@media only screen and (min-width: 768px) {.catalog__container .catalog__bottom__text .catalog__bottom__content {-webkit-column-count: 2;-moz-column-count: 2;column-count: 2;-webkit-column-gap: 24px;-moz-column-gap: 24px;column-gap: 24px;}}.bakset-back-url {display: none;font-family: var(--ff-Titles);font-weight: 400;font-size: 1rem;line-height: 20.8px;color: #626D7B;letter-spacing: 0.03em;}.bakset-back-url:hover {text-decoration: underline;color: #041D30;}@media only screen and (min-width: 768px) {.bakset-back-url {display: block;position: absolute;right: 10px;top: 4px;}}@media only screen and (min-width: 1100px) {.catalog__container .dropdown {margin-bottom: 8px;margin-right: 17px;}.catalog__container .item__product {margin-bottom: 32px;min-height: 445px;}.catalog__container .btn-more {height: 48px;line-height: 46px;}.smart-filter-form {position: -webkit-sticky;position: sticky;}.container-name-catalog {min-height: 439px;}}@media only screen and (min-width: 1300px) {.item__product:hover .item__product__hover {padding: 0;}.item__product.i-4 .product-item {margin: 0;}.item__product.i-4:hover .item__product__hover {}.item__product.i-4s .product-item {float: right;margin: 0;}}.slide-product__section {display: flex;flex-direction: row;overflow-y: hidden;overflow-x: scroll;padding-bottom: 20px;cursor: grab;-ms-overflow-style: none;scrollbar-width: none;}.slide-product__section::-webkit-scrollbar {display: none;}.slide-product__item {display: flex;flex-direction: column;margin-left: 25px;min-width: 160px;position: relative;}.slide-product__item:first-child {margin-left: 0;}.slide-product__item .slide-product__image {margin-bottom: 15px;}.slide-product__item .slide-product__type {margin-top: 5px;}.slide-product__desc {text-align: center;}.slide-product__title a {font-family: var(--ff-Titles);font-size: 0.88rem;color: #101820;line-height: 1.1rem;letter-spacing: 0.42px;}.slide-product__type {font-size: 0.88rem;color: #101820;letter-spacing: 0.42px;line-height: 1.1rem;}.slide-product__price {margin: 5px 0;}.summary-info .button-default, .summary-info .float-md-right {width: 100%;}.summary-info .button-default {border-radius: 2px;}.summary-info div {order: 2;}.summary-info div:last-child {order: 1;}.summary-info div:first-child {order: unset;}.slide-product__action label {position: absolute;right: 0;top: 0;}.predzakazText {width: 100%;background-color: #E4E4E4;font-size: 0.8rem;padding: 8px 17px 8px 51px;text-align: left;position: relative;line-height: 16px;margin-top: 16px;border-radius: 2px;}.predzakazText .predzakaz-logo {background: url("/local/templates/elyts_2020/images/elyts-icons080823.svg") -309px -588px no-repeat;width: 24px;height: 24px;position: absolute;left: 17px;top: 25%;}.subscribe-form-content .input-group input {border-radius: 2px 0 0 2px;}.subscribe-form-content .input-group button {border-radius: 0px 2px 2px 0px;}@media only screen and (max-width: 767px) {.slide-product__item {flex-direction: row;padding-left: 42px;position: relative;margin-bottom: 15px;margin-left: 0;}.slide-product__section {flex-direction: column;overflow-x: initial;overflow-y: unset;}.slide-product__action label {left: 0;top: 50%;}.related-products .slide-product__image {max-width: 43%;padding-right: 20px;}#ajaxBlockViewPriduct .slide-product__image {max-width: 100%;padding-right: 0px;}.slide-product__desc {text-align: left;}.slide-product__price {margin: 7px 0;}.b-size-select .b-size-select__pane .choose-size__selected {font-size: .83rem;padding: 10px 5px;}.related-products .b-size-select .b-size-select__pane .choose-size__content .choose-item {font-size: .68rem;}.summary-info div:first-child {font-size: 18px;}.summary-info .button-default {margin-bottom: 20px;font-size: 0.88rem;margin-top: 15px;}.slide-product__size {margin-bottom: 10px;margin-top: 15px;width: max-content;}.product__container .tab-control .tab-content {padding-top: 24px;}.product__container .b-product__action .b-add-to-basket {font-size: 14px;}}.tab-control .tab-pane-title {display: none;}@media only screen and (max-width: 767px) {.tab-control .nav-tabs {}.tab-control .tab-pane .tab-pane-content {padding-top: 20px;padding-bottom: 30px;}.nav.nav-tabs h3 {margin-left: 7px;}}.liked-icon {cursor: pointer;display: inline-block;line-height: 17px;margin-left: 20px;}.liked-icon:before {background-image: url("/local/templates/elyts_2020/images/elyts-icons080823.svg");background-repeat: repeat;content: " ";display: inline-block;height: 17px;line-height: 17px;margin-right: 4px;vertical-align: middle;width: 15px;}.liked-icon.like-icon {color: #25D366 !important;}.liked-icon.like-icon:before {background-position: -40px -697px;}.liked-icon.dislike-icon {color: #FF4F4F !important;}.liked-icon.dislike-icon:before {background-position: -75px -697px;}.favorite_brands-js {outline: none !important;}.breadcrumbs {color: #000;font-size: .813em;line-height: 20px;margin-bottom: 40px;}.breadcrumbs li {float: left;}.breadcrumbs li a, .breadcrumbs li span {color: #676767;line-height: 20px;}.catalog__container .item__product .product__price span {color: #949BA5;}.catalog__container .item__product .product__price del {display: inline-block;}.breadcrumbs h1 {color: #676767;font-family: var(--ff-Text);font-size: 16px;font-weight: normal;letter-spacing: 0;line-height: 20px;margin: 0;text-transform: none;}.header__nav .container .header__nav-menu__sex {position: absolute;top: 79px;}.header__nav .container .header__nav-menu__sex li:first-child {margin-left: 0;}.header__nav .container .header__nav-menu__sex li a .header__nav .container .header__nav-menu__sex li span {color: #000;font-size: .875em;line-height: 34px;text-decoration: none;}.header__nav .container .header__nav-menu__sex li.active a, .header__nav .container .header__nav-menu__sex li.active span, .header__nav .container .header__nav-menu__sex li a:hover, .header__nav .container .header__nav-menu__sex li a:active, .header__nav .container .header__nav-menu__sex li a:focus {color: var(--blueLineColor);}a[class='active'] {color: var(--blueLineColor);}.header__nav-menu {font-size: 0;height: 31px;margin: 0 auto;padding: 0;text-align: justify;margin-bottom: 13px;}.header__nav-menu .submenu-wrapper {background-color: #FFF;border-bottom: 1px solid #D9D9D9;display: none;left: 0;position: absolute;width: 100%;z-index: 50;margin-top: 0px;padding-top: 24px;}.header__nav-menu > li {display: inline-block;margin: 0;padding: 0;}.header__nav-menu > li.sale > a {color: #680B0B;}.header__nav-menu > li.sale > a:hover {color: #680B0B !important;}.header__nav-menu > li > a {color: #000;position: relative;}.header__nav-menu > li > a:hover, .header__nav-menu > li > a:active, .header__nav-menu > li > a:focus {color: var(--blueLineColor) !important;}.header__nav-menu > li .container:before {background-color: #d9d9d9;-webkit-box-sizing: border-box;box-sizing: border-box;display: block;content: " ";height: 1px;left: -10px;margin: 0 10px;position: absolute;top: 0;width: 100%;}.header__nav-menu > li .submenu__picture {color: #000;float: right;padding-top: 14px;width: 32%;margin-right: 6px;}.header__nav-menu > li .submenu__picture .img-descr {display: block;font-family: var(--ff-Titles);font-weight: 500;margin: 0;}.header__nav-menu > li .submenu__picture a {font-size: 0.875rem;color: #018CD5;}.header__nav-menu > li .submenu__level__three {float: left;min-height: 537px;padding: 0px 0 20px;position: relative;text-align: left;width: 34%;z-index: 2;}.header__nav-menu > li .submenu__level__three.header__nav-brands {float: left;width: 65%;}.header__nav-menu > li .submenu__level__three > li {clear: both;list-style: none;width: 242px;margin-bottom: 12px;padding: 0;min-height: 0;line-height: 1;}.header__nav-menu > li .submenu__level__three > li + li {background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAKCAYAAACXDi8zAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABySURBVHgBXY27DcAgEEPhWIARGCEtomIEJmUEKkR5GSE70CE+gUSJAFcnv7NNSBcicrIJQggixoje+2MBUsqLMWZKKXaG9DuGOeB4UkqddI7PEPbR1hpJKa1VOWdbazVa67dqN59x5xwHAJzNXx2KfesGVdBH9i/na/IAAAAASUVORK5CYII=") 100% 5px no-repeat;}.header__nav-menu > li .submenu__level__three > li + li:hover {background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAKCAYAAACXDi8zAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAA1SURBVHgBpY3BCQAwCAOPTuAIjuD+y3SVCv1JEMGDfHKQwMcQeOZmQsnYy8MAOSVLozn1WjxMLQi8kx5tTgAAAABJRU5ErkJggg==") 100% 5px no-repeat;}.header__nav-menu > li .submenu__level__three > li > a, .header__nav-menu > li .submenu__level__three > li .submenu__block__content a, .header__nav-menu > li .submenu__top-brands .submenu__block__content a, .header__nav-menu > li .submenu__top-brands .submenu__block__content span {color: #041D30;font-size: 14px;line-height: 1.3rem;position: relative;}.header__nav-menu > li .submenu__top-brands .submenu__block__content li:first-child {margin-top: 12px;margin-bottom: 20px;font-weight: 500;font-size: 16px;line-height: 20.8px;}.submenu__top-brands .submenu__block__content li {font-size: 16px;line-height: 20.8px;margin-bottom: 12px;}.header__nav-menu > li .submenu__level__three > li > a:hover, .header__nav-menu > li .submenu__level__three > li .submenu__block__content a:hover, .header__nav-menu > li .submenu__top-brands .submenu__block__content a:hover {color: var(--blueLineColor);}.header__nav-menu > li .submenu__level__three > li .submenu__pane {display: none;height: 100%;left: 0;padding: 0 0 0 272px;position: absolute;top: 2px;width: 100%;z-index: 1;}.sub-img_menu-block {display: flex;margin-top: 16px;justify-content: space-between;align-items: center;padding-right: 10px;}.header__nav-menu > li .submenu__level__three > li .submenu__pane .submenu__block__content {padding: 0;}.header__nav-menu > li .submenu__level__three > li .submenu__pane .submenu__block__content li {max-width: 248px;margin-bottom: 7px;}.header__nav-menu > li .submenu__level__three > li .submenu__pane .submenu__level-four {float: left;max-width: 265px;width: 100%;}.header__nav-menu > li .submenu__level__three > li .submenu__pane .submenu__level-four .submenu__block__content {margin-top: 0rem;}.header__nav-menu > li .submenu__level__three > li .submenu__pane .submenu__top-brands {display: block;float: left;max-width: 265px;width: 50%;}.header__nav-menu .submenu__top-brands {display: block;float: left;max-width: 265px;width: 20%;}.header__nav-menu .submenu__top-brands .submenu__block__title {font-size: 14px;font-weight: 700;text-transform: uppercase;}.header__nav-menu > li .submenu__level__three > li.active > a, .header__nav-menu > li .submenu__level__three > li:hover > a {color: var(--blueLineColor);}.header__nav-menu > li .submenu__level__three > li.active > a:hover, .header__nav-menu > li .submenu__level__three > li:hover > a:hover {font-weight: normal;}.navbar-desktop .header__nav-menu > li .submenu__level__three > li.active .submenu__pane, .navbar-desktop .header__nav-menu > li .submenu__level__three > li:hover .submenu__pane {display: block;}.header__nav-menu > li .submenu__level__three .submenu__block__title {font-size: 14px;font-weight: 700;text-transform: uppercase;}.header__nav-menu > li.active .submenu-wrapper {display: block;}.header__nav-menu .brands-list {width: 100% !important;}.header__nav-menu .brands-list .brands-list__column {float: left;margin: 0 0 10px;padding: 0;width: 25%;}.header__nav-menu .brands-list .brands-list__column li {list-style: none;margin-bottom: 15px;}.header__nav-menu .brands-list a {color: #676767;}.header__nav-menu .brands-list a:hover {color: var(--blueLineColor);}.header__nav-menu .menu-full-link {clear: both;font-size: 14px;text-align: right;width: 100%;}.header__fixed .header__nav .header__nav-menu__sex {top: 32px;}.header__nav .container .header__nav-menu__sex li.active a .header__nav .container .header__nav-menu__sex li.active span {text-decoration: none;color: var(--blueLineColor);}.header__fixed .header__nav .header__nav-menu > li > .submenu__level__three {border-width: 0 1px 1px;border-color: #D8D8D8;border-style: solid;}@media (max-width: 1199px) {.header__nav-menu > li .submenu__level__three {width: 55%;}.header__nav-menu > li .submenu__picture {width: 25%;}}@media (max-width: 1299px) {.page__header .header-top__tel {white-space: nowrap;}}@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {.header__nav-menu {display: table;width: 100%;}.header__nav-menu > li {display: table-cell;padding: 0 10px;}}.hamburger-menu {display: none;}.b-left-menu {position: -webkit-sticky;position: sticky;top: 0;}.b-left-menu, .b-left-menu > ul {list-style: none;margin: 0;padding: 0;}.b-left-menu li, .b-left-menu > ul li {list-style: none;padding: 0;}.b-left-menu a {color: #808080;}.b-left-menu a:hover {color: var(--blueLineColor);}.b-left-menu > li {margin-bottom: 8px;}.b-left-menu > li ul {display: none;padding-left: 15px;}.b-left-menu > .lvl1 > a {font-size: 16px;}.b-left-menu .lvl1 > a {font-weight: 400 !important;}.b-left-menu .b-active > a {color: var(--blueLineColor);font-weight: 400;}.b-left-menu .b-active > a:not(.no-line-hover):before {background-color: transparent;content: " ";display: block;height: 15px;left: 0;margin-left: 3px;right: 0;position: absolute;top: 37%;width: calc(100% - 6px);z-index: 4;border-bottom: 2px solid var(--blueLineColor);}.b-left-menu .b-active>ul, .b-left-menu .b-active > .submenu__pane > ul {display: block;}.b-left-menu .has-arrow {position: relative;}.b-left-menu .has-arrow:after {background-image: url("/local/templates/elyts_2020/images/elyts-icons080823.svg");background-position: -324px -12px;background-repeat: no-repeat;content: " ";display: block;height: 10px;position: absolute;right: 0;top: 9px;width: 6px;}.b-left-menu .has-arrow.b-active:after {background-position: -88px -479px;height: 6px;width: 10px;}.b-left-menu .has-arrow.mb-2 > span, .b-left-menu .has-arrow.mb-3 > span {display: block;cursor: pointer;z-index: 1;width: 19px;height: 19px;position: absolute;right: 0;top: 2px;}@media only screen and (max-width: 991px) {.left-menu {left: -100%;opacity: 0;-webkit-transition: left 1.2s ease-in-out;-o-transition: left 1.2s ease-in-out;transition: left 1.2s ease-in-out;}.left-menu .popup-header-adaptive {margin-bottom: 15px;}.left-menu.active-pane {background-color: #fff;height: 100%;left: 0;opacity: 1;padding: 16px 16px 0;position: fixed;top: 0;width: 100%;z-index: 80;}.header__nav-menu {margin-bottom: 0px;}}.modal-dialog .modal-title {font-family: var(--ff-Titles);font-size: 20px;}.modal-dialog .modal-body {font-size: .875em;}.modal-dialog .modal-body h2 {font-family: var(--ff-Titles);font-size: 18px;}.modal .close {background: url("/local/templates/elyts_2020/images/elyts-icons080823.svg") -74px -749px no-repeat;display: block;float: none;height: 16px;opacity: 1 !important;outline: none;padding: 0;position: absolute;right: 16px;top: 21px;width: 17px;z-index: 2;}.modal-header .close {margin: 0;}.btn-small-close {background: url("/local/templates/elyts_2020/images/elyts-icons080823.svg") -112px -750px no-repeat;cursor: pointer;display: block;height: 12px;width: 12px;}.modal-service-icons h1:first-child, .modal-service-icons h2:first-child {border-bottom: 1px solid #D8D8D8;font-weight: normal;margin: 0 0 16px;padding: 0 1rem 1rem 0;text-transform: none;}body.modal-open {position: relative;}.modal-open .subscribe-form-content .form-control {margin-right: .5rem;text-align: center;}.sale-popup .modal-dialog {max-width: 610px;}.sale-popup .modal-body {padding: 0;}.sale-popup .modal-header {padding: 0;}@media only screen and (min-width: 992px) {body.modal-open .header__wrapper {padding-right: 17px;}}@media only screen and (min-width: 1500px) {.sale-popup .modal-dialog {width: -webkit-max-content;width: -moz-max-content;width: max-content;max-width: 100vw;}}.page-pagination {margin-top: 25px;margin-bottom: 25px;text-align: center;vertical-align: top;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: center;gap: 8px;align-items: center;}.page-pagination .num {display: inline-block;font-size: 1em;line-height: 24px;margin-left: 18px;vertical-align: top;}.page-pagination .num:first-child {margin-left: 0px !important;}.page-pagination .page__previous, .page-pagination .page__next{height: 32px;width: 32px;}.page-pagination a {color: #676767;padding: 0 6px;text-decoration: none;}.page-pagination a:first-child {margin-left: 0;}.page-pagination a:hover {color: #000;}.page-pagination span {color: #000;padding: 0 6px;}.page-pagination span.num {font-weight: 400;}.page-pagination .page__previous, .page-pagination .page__next {background-image: url("data:image/svg+xml,%3Csvg width='33' height='32' viewBox='0 0 33 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.9693 16.7085L13.2622 16.0014L13.9693 15.2943L19.9804 9.2832L20.6875 9.99031L14.6764 16.0014L20.6861 22.0111L19.979 22.7182L13.9693 16.7085Z' fill='%23041D30'/%3E%3C/svg%3E%0A");background-position: 0px 0px;background-repeat: no-repeat;display: inline-block;font-size: 35px;line-height: 32px;width: 32px;vertical-align: top;padding: 0px;}.page-pagination .page__previous {margin-left: 0;}.page-pagination .page__next {background-position: 0px 0px;background-image: url("data:image/svg+xml,%3Csvg width='33' height='32' viewBox='0 0 33 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.9839 15.2924L20.691 15.9995L19.9839 16.7066L13.9727 22.7178L13.2656 22.0107L19.2767 15.9995L13.2671 9.98985L13.9742 9.28274L19.9839 15.2924Z' fill='%23041D30'/%3E%3C/svg%3E%0A");}.page-pagination a.page__previous {background-position: 0px 0px;}@media only screen and (min-width: 992px) {.page-pagination {float: right;text-align: right;}}.slider-products__button {background-color: #F1F1F1;cursor: pointer;float: left;height: 48px;text-align: center;width: 48px;}.slider-products__button i {background-image: url("/local/templates/elyts_2020/images/elyts-icons080823.svg");background-repeat: no-repeat;content: " ";display: inline-block;height: 17px;margin-top: 15px;width: 10px;}.slider-products__button:hover {background-color: #000;}.slider-products__button-prev i {background-position: -248px -76px;}.slider-products__button-prev:hover i {background-position: -68px -76px;}.slider-products__button-next i {background-position: -340px -76px;}.slider-products__button-next:hover i {background-position: -160px -76px;}.b-personal-inner {color: #676767;font-size: .875rem;max-width: 400px;}.b-personal-inner .b-social {border-bottom: 1px solid #F5F5F5;margin-bottom: 16px;}.b-personal-inner .b-social .social__button {font-size: 14px;width: 100%;}.b-personal-inner .b-social .social__button:hover {border-color: #D8D8D8;}.b-personal-inner .b-title {margin-bottom: 8px;}.b-personal-inner .tab-control .nav {padding-bottom: 8px;}.b-personal-inner .tab-control .nav li {margin-left: 24px;}.b-personal-inner .tab-control .nav li:first-child {margin-left: 0;}.b-personal-inner .tab-control .nav li a {color: #B4B4B4;font-size: 1.125rem;text-decoration: none;}.b-personal-inner .tab-control .nav li a.active {color: #000;}.b-personal-inner .tab-control .tab-pane {font-size: .813rem;padding: 20px 0;}.b-personal-inner .b-field {margin-bottom: 16px;}.b-personal-inner .b-field label {display: block;font-size: .875rem;}.b-personal-inner .b-field a {color: #B4B4B4;}.b-personal-inner .button-default {width: 100%;}@media only screen and (min-width: 992px) {.b-personal-inner .button-default {height: 50px;line-height: 48px;}}.modal .modal-header {border-bottom: none;padding-bottom: 0;}.modal .button-default {height: 40px;line-height: 38px;}.b-search-popup {background-color: #fff;display: none;left: 0;height: 100vh;position: absolute;top: 100%;width: 100%;z-index: 100;}.b-search-popup.active {display: block;}.b-search-popup .search-popup__header {font-size: 1.5em;position: relative;text-align: center;}.b-search-popup .pane-close {cursor: pointer;margin-top: -9px;position: absolute;right: 0;top: 50%;}.b-search-popup .b-field {position: relative;}.b-search-popup form input[type="text"] {border-bottom: 1px solid #676767;border-width: 0 0 1px;-webkit-box-sizing: border-box;box-sizing: border-box;outline: none;padding: 4px 15px 4px 50px;width: 100%;}.b-search-popup form .header__search-button {left: 10px;position: absolute;top: -5px;}.header__search-button {background-image: none;background-position: 0;height: 32px;width: 32px;background: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.32812 14.72C4.32812 20.5935 8.86523 25.2759 14.3667 25.2759C19.8683 25.2759 24.4054 20.5935 24.4054 14.72C24.4054 8.84645 19.8683 4.16406 14.3667 4.16406C8.86523 4.16406 4.32812 8.84645 4.32812 14.72ZM3.32812 14.72C3.32812 21.1021 8.27028 26.2759 14.3667 26.2759C17.3777 26.2759 20.1071 25.0139 22.0986 22.9676L27.9664 28.8354L28.6735 28.1283L22.765 22.2198C24.4114 20.2014 25.4054 17.5822 25.4054 14.72C25.4054 8.33781 20.4632 3.16406 14.3667 3.16406C8.27028 3.16406 3.32812 8.33781 3.32812 14.72Z' fill='%23041D30'/%3E%3C/svg%3E") 0 0 no-repeat;}.header__links__item .header__user-button {background: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.1589 10.902C22.1589 14.778 19.3192 17.7562 16.0091 17.7562C12.6991 17.7562 9.85938 14.778 9.85938 10.902C9.85938 7.02606 12.6991 4.04785 16.0091 4.04785C19.3192 4.04785 22.1589 7.02606 22.1589 10.902ZM23.1589 10.902C23.1589 15.2398 19.9578 18.7562 16.0091 18.7562C12.0604 18.7562 8.85938 15.2398 8.85938 10.902C8.85938 6.56428 12.0604 3.04785 16.0091 3.04785C19.9578 3.04785 23.1589 6.56428 23.1589 10.902ZM5 21.4316H4.5V21.9316V28.9379H5.5V22.4316H26.5014V28.9521H27.5014V21.9316V21.4316H27.0014H5Z' fill='%23041D30'/%3E%3C/svg%3E%0A") 0 0 no-repeat;}.header__favorites-button {background: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.4816 25.495L26.7189 14.9887C28.8725 12.5392 28.8725 8.52107 26.7189 6.07161C24.6315 3.69749 21.3071 3.69749 19.2197 6.07161L15.9944 9.74005L12.7809 6.0851C10.6929 3.71034 7.36762 3.71034 5.27969 6.0851C3.12552 8.5352 3.12552 12.5544 5.27969 15.0045L15.9983 27.1956L17.2074 25.8205C17.2967 25.7188 17.3839 25.6155 17.4689 25.5107L17.4816 25.495ZM15.9983 28.7101L4.52868 15.6648C2.04252 12.8371 2.04252 8.2525 4.52868 5.4248C7.01485 2.59711 11.0457 2.59711 13.5319 5.42481L15.9944 8.22558L18.4687 5.41131C20.9543 2.58425 24.9843 2.58425 27.4699 5.41131C29.9555 8.23837 29.9555 12.8219 27.4699 15.649L18.2459 26.1401C18.1526 26.2553 18.0567 26.369 17.9584 26.4808L15.9983 28.7101Z' fill='%23041D30'/%3E%3C/svg%3E%0A") 0 0 no-repeat;}.header__cart-button {background: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.4676 9.33789H21.4713C21.4008 8.9754 21.2919 8.61981 21.1457 8.27684C20.8667 7.62232 20.4569 7.0257 19.9383 6.52184C19.4197 6.01791 18.8025 5.61671 18.1212 5.34249C17.4398 5.06825 16.7086 4.92676 15.9695 4.92676C15.2304 4.92676 14.4991 5.06825 13.8178 5.34249C13.1364 5.61671 12.5192 6.01791 12.0006 6.52184C11.482 7.0257 11.0723 7.62232 10.7933 8.27684C10.6471 8.61981 10.5382 8.9754 10.4676 9.33789ZM22.487 9.33789H26.7049H27.7049V10.3379L27.7049 27.0723V28.0723H26.7049H5.29688H4.29688V27.0723V10.3379V9.33789H5.29688H9.45191C9.53282 8.8402 9.67401 8.35236 9.87336 7.8847C10.205 7.10682 10.691 6.40001 11.3037 5.80465C11.9164 5.20928 12.6438 4.73702 13.4444 4.41481C14.2449 4.0926 15.103 3.92676 15.9695 3.92676C16.836 3.92676 17.694 4.0926 18.4946 4.41481C19.2951 4.73701 20.0225 5.20928 20.6352 5.80465C21.2479 6.40001 21.734 7.10681 22.0656 7.8847C22.2649 8.35236 22.4061 8.8402 22.487 9.33789ZM9.37109 10.3379C9.37109 10.338 9.37109 10.3382 9.37109 10.3383H10.3711L15.9695 10.3383H21.5678H22.5678C22.5678 10.3381 22.5678 10.338 22.5678 10.3379H26.7049L26.7049 27.0723H5.29688V10.3379H9.37109Z' fill='%23041D30'/%3E%3C/svg%3E%0A") 0 0 no-repeat;}#suggest {font-size: .875rem;color: #272525;}#suggest .b-title {font-size: 1.1em;font-weight: bold;margin-bottom: 12px;padding: 0 10px;}#suggest .requests {-webkit-box-sizing: border-box;box-sizing: border-box;border-right: 1px solid #CCC;}#suggest ul {list-style: none;margin: 0;padding: 0;}#suggest ul li {margin: 0;padding: 0;}#suggest .requests .tabs .tab-item {display: block;font-size: 1.2em;padding: 6px 10px;text-decoration: none;}#suggest .requests .tabs .tab-item:hover {background-color: #f5f5f5;}#suggest .vendors a {display: block;font-size: 1.1em;padding: 4px 10px;text-decoration: none;}#suggest .vendors a:hover {background-color: #f5f5f5;}#suggest .vendors ul {display: none;}#suggest .goods a {text-decoration: none;}#suggest .goods ul {display: none;}#suggest .goods ul li {clear: left;display: block;margin-bottom: 5px;}#suggest .goods ul img {width: 66px;}#suggest .goods .b-preview {float: left;text-align: right;width: 40%;}#suggest .goods .b-description {-webkit-box-sizing: border-box;box-sizing: border-box;float: left;padding-left: 15px;width: 60%;}#suggest .goods .b-description span {display: block;padding-top: 10px;}#suggest .goods .b-description .b-item-brand {font-weight: bold;}#suggest .goods .b-description .b-item-type {padding-top: 4px;}#suggest .goods .b-description .b-item-price {padding-top: 10px;}.b-rating-stars {cursor: pointer;height: 14px;margin-top: 5px;overflow: hidden;position: relative;width: 86px;}.b-rating-stars:before {background: url("/local/templates/elyts_2020/images/elyts-icons080823.svg") -132px -698px no-repeat;content: " ";display: block;height: 16px;margin: -1px 0 0 -1px;position: absolute;width: 88px;}.b-rating-stars .state-progress {background-color: #FF4F4F;display: block;height: 100%;}.b-rating-stars.gray-fon:before {background-position: -233px -698px;}.dropdown.show .dropdown-toggle:after, .dropdown.show .product-more-info .tab-pane-title:after, .product-more-info .dropdown.show .tab-pane-title:after {background-position: -107px -14px;}a, .slider-products__button {text-decoration: none;}a:active, a:focus, .slider-products__button:active, .slider-products__button:focus {outline: none;}a::-moz-focus-inner, .slider-products__button::-moz-focus-inner {border: 0;}.button {background-color: #000;border: 0;color: #FFF;font-size: .875em;line-height: 24px;outline: none;text-decoration: none;}.button, .button:hover {text-decoration: none;}.button-default {background: none;border: 1px solid #000;-webkit-box-sizing: border-box;box-sizing: border-box;color: #000;cursor: pointer;display: inline-block;font-size: 16px;height: 40px;line-height: 38px;min-width: 120px;padding: 0 30px;text-align: center;}.section__teaser .button-default {background: none;border: none;-webkit-box-sizing: border-box;box-sizing: border-box;color: #000;cursor: pointer;display: block;font-size: 16px;height: auto;line-height: 38px;min-width: auto;padding: 0;text-align: start;}.main-teaser .button-default.active, .main-teaser .button-default:hover {background-color: #fff;color: #000000;text-decoration: none;}.main-teaser .button-default:hover {background-color: rgba(255, 255, 255, 0.60);}.button-default:hover {background-color: #000;color: #fff;text-decoration: none;}.section__teaser .button-default:hover {text-decoration: none;background-color: transparent;color: #000;}.section__teaser .button-default:after {content: url("/local/templates/elyts_2020/images/icons/arrow.svg");padding-left: 12px;}.button-default-black {background-color: #000;border: none;-webkit-box-sizing: border-box;box-sizing: border-box;color: #FFF;cursor: pointer;display: inline-block;font-size: 14px;height: 40px;line-height: 38px;min-width: 120px;padding: 0 30px;text-align: center;text-decoration: none;}.button-default-black, .button-default-black:hover {text-decoration: none;}.button-default-black:hover {background-color: #7A7A7A }.button-default__border-gray {background: none;border: 1px solid #D8D8D8;-webkit-box-sizing: border-box;box-sizing: border-box;color: #000;cursor: pointer;display: inline-block;font-size: 14px;height: 40px;line-height: 38px;min-width: 120px;padding: 0 10px;text-decoration: none;text-align: center;text-decoration: none;border-radius: 2px;}.button-default__border-gray, .button-default__border-gray:hover {text-decoration: none;}.button-default__border-gray:hover {border-color: #000;color: #000;-webkit-transition: color .15s ease-in-out;-o-transition: color .15s ease-in-out;transition: color .15s ease-in-out;}.blue-line-hover, .related-products .nav-tabs a, .header__nav-menu > li > a, .header__nav-menu > li .submenu__level__three > li > a, .header__nav-menu > li .submenu__level__three > li .submenu__block__content a, .header__nav-menu .brands-list a, .b-left-menu a {font-size: 1rem;position: relative;text-decoration: none;z-index: 3;}.blue-line-hover:hover, .related-products .nav-tabs a:hover, .header__nav-menu > li > a:hover, .header__nav-menu > li .submenu__level__three > li > a:hover, .header__nav-menu > li .submenu__level__three > li .submenu__block__content a:hover, .header__nav-menu .brands-list a:hover, .b-left-menu a:hover {text-decoration: none;}.blue-line-hover:not(.no-line-hover):hover:before, .related-products .nav-tabs a:not(.no-line-hover):hover:before, .header__nav-menu > li > a:not(.no-line-hover):hover:before, .header__nav-menu > li .submenu__level__three > li > a:not(.no-line-hover):hover:before, .header__nav-menu > li .submenu__level__three > li .submenu__block__content a:not(.no-line-hover):hover:before, .header__nav-menu .brands-list a:not(.no-line-hover):hover:before, .b-left-menu a:not(.no-line-hover):hover:before, .blue-line-hover.active:not(.no-line-hover):before, .active > .blue-line-hover:not(.no-line-hover):before, .related-products .nav-tabs a.active:not(.no-line-hover):before, .header__nav-menu > li > a.active:not(.no-line-hover):before, .header__nav-menu > li .submenu__level__three > li > a.active:not(.no-line-hover):before, .header__nav-menu > li .submenu__level__three > li .submenu__block__content a.active:not(.no-line-hover):before, .header__nav-menu .brands-list a.active:not(.no-line-hover):before, .b-left-menu a.active:not(.no-line-hover):before, .header__nav-menu > li .submenu__top-brands .submenu__block__content a:hover:before {background-color: transparent;content: " ";display: block;height: 16px;left: 0;margin-left: 3px;right: 0;position: absolute;top: 38%;width: calc(100% - 6px);z-index: 55;border-bottom: 2px solid #fff;}.header__nav-menu > li .submenu__level__three > li > a:not(.no-line-hover):hover:before {border-width: 0px;}.b-left-menu a:not(.no-line-hover):hover:before {height: 15px;}.product-more-info .nav-tabs li a {position: relative;}.related-products .nav-tabs a.active:not(.no-line-hover):before, .related-products .nav-tabs a:not(.no-line-hover):hover:before, .product-more-info .nav-tabs li a.active:before, .product-more-info .nav-tabs li a.active:hover:before {background-color: transparent;content: " ";display: block;height: 127%;left: 0;margin-left: 3px;right: 0;position: absolute;top: 37%;width: calc(100% - 6px);z-index: 4;border-bottom: 2px solid var(--blueLineColor);}.active > .blue-line-hover:not(.no-line-hover):before, .blue-line-hover.active:not(.no-line-hover):before {background-color: transparent;content: " ";display: block;height: 100%;left: 0;margin-left: 6px;right: 0;position: absolute;top: 40%;width: calc(100% - 12px);z-index: 2;border-bottom: #fff;}.header__nav-menu > li.selected > a, .header__nav-menu > li.active > a, .submenu__level__three > .active > a, .submenu__level__three > li:hover > a {text-decoration: none;color: var(--blueLineColor);position: relative;z-index: 55;}.header__nav-menu > li.selected > a:before {background-color: transparent;content: " ";display: block;height: 15px;left: 0;margin-left: 3px;right: 0;position: absolute;top: 37%;width: calc(100% - 6px);z-index: 54;color: var(--blueLineColor);border-bottom: 2px solid var(--blueLineColor);}.red-line-hover {display: inline-block;font-size: 14px;position: relative;text-decoration: none;z-index: 3;}.red-line-hover:hover, .red-line-hover.active {text-decoration: none;}.red-line-hover:hover:before, .red-line-hover.active:before {background-color: #FF4F4F;content: " ";display: block;height: 65%;left: 0;margin-left: -4px;right: 0;opacity: .32;position: absolute;top: 30%;width: 100%;z-index: -1;}.button-favorite {background: #FFF url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAMCAYAAAC5tzfZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjc2NjkwQUZGMjVBQjExRUI4MjFDODgzMzkxOUY1MjJDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjc2NjkwQjAwMjVBQjExRUI4MjFDODgzMzkxOUY1MjJDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NzY2OTBBRkQyNUFCMTFFQjgyMUM4ODMzOTE5RjUyMkMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NzY2OTBBRkUyNUFCMTFFQjgyMUM4ODMzOTE5RjUyMkMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4a5w3SAAAAkklEQVR42mJggIAJQPweiO9D6flAbADE+5HE/wNxPwOSBpCkAAMC1CMpgokrAPF5qBxYUoEBExhgEROA2gy2mhRwn4mBdCDABLXSgUgNICd/YAYSHECcAMQLidDUDsQHYJ4D+auAgIYGdP8rQAXicWhIgMpjhDJMYwMOGwxwOQGmEZYi1uOyAVsE9mNJEXAAEGAAqiQjR0whsrUAAAAASUVORK5CYII=") 14% center no-repeat;padding: 0 0 0 30px;text-decoration: none;-webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out;-o-transition: background-color .15s ease-in-out, border-color .15s ease-in-out;transition: background-color .15s ease-in-out, border-color .15s ease-in-out;}.button-favorite.favorite_active {background: #ff4f4f url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAMCAYAAAC5tzfZAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAB/SURBVHgBlZABDYAgEEWZCYxAA4lgI4lgA4lAAyMYQU1ABCKcdxOdgje8v/0xjr3d5yuFAgCNntBLOnWam6/5BUR4K6AHKEXzlqAZZLINLjNKpo6gTcm0U7xeEC0+y3A/IXvvw0uLXivAWASFs/rAAJ79IQP6ajUZWAcy0HHvB10qVcEk5TCyAAAAAElFTkSuQmCC") 14% center no-repeat;border-color: #ff4f4f;color: #fff;}.link-favorite {background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.9201 18.9595L19.8514 11.076C21.3836 9.33327 21.3836 6.46098 19.8514 4.71829C18.3854 3.05093 16.0685 3.05093 14.6025 4.71829L11.9958 7.68316L9.3979 4.72841C7.93151 3.06058 5.61391 3.06058 4.14752 4.72841C2.61489 6.47158 2.61489 9.34464 4.14752 11.0878L11.9988 20.0176L12.7178 19.1998C12.7826 19.1261 12.8458 19.0512 12.9074 18.9752L12.9201 18.9595ZM11.9988 21.5321L3.39651 11.7481C1.53189 9.62734 1.53189 6.18889 3.39651 4.06812C5.26113 1.94734 8.28428 1.94734 10.1489 4.06811L11.9958 6.16869L13.8515 4.05799C15.7157 1.9377 18.7382 1.9377 20.6024 4.05799C22.4666 6.17829 22.4666 9.61597 20.6024 11.7363L13.6844 19.6046C13.6144 19.691 13.5425 19.7762 13.4688 19.8601L11.9988 21.5321Z' fill='%23041D30'/%3E%3C/svg%3E") 0 0 no-repeat;background-repeat: no-repeat;cursor: pointer;font-size: 0;height: 24px;text-decoration: none;width: 24px;}.link-favorite.favorite_active {background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' version='1.1' id='svg4' sodipodi:docname='Heart-blf.svg' inkscape:version='1.1.2 (0a00cf5339, 2022-02-04)' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs8'%3E%3ClinearGradient id='linearGradient1040' inkscape:swatch='solid'%3E%3Cstop style='stop-color:%23018cd5;stop-opacity:1;' offset='0' id='stop1038' /%3E%3C/linearGradient%3E%3C/defs%3E%3Csodipodi:namedview id='namedview6' pagecolor='%23ffffff' bordercolor='%23666666' borderopacity='1.0' inkscape:pageshadow='2' inkscape:pageopacity='0.0' inkscape:pagecheckerboard='0' showgrid='false' inkscape:zoom='31.375' inkscape:cx='12' inkscape:cy='11.984064' inkscape:window-width='1920' inkscape:window-height='1014' inkscape:window-x='0' inkscape:window-y='38' inkscape:window-maximized='1' inkscape:current-layer='svg4' /%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m 11.9988,21.5321 -8.60229,-9.784 c -1.86462,-2.12076 -1.86462,-5.55921 0,-7.67998 1.86462,-2.12078 4.88777,-2.12078 6.75239,-1e-5 l 1.8469,2.10058 1.8557,-2.1107 c 1.8642,-2.12029 4.8867,-2.12029 6.7509,0 1.8642,2.1203 1.8642,5.55798 0,7.67831 l -6.918,7.8683 c -0.07,0.0864 -0.1419,0.1716 -0.2156,0.2555 z' fill='%23041D30' id='path2' style='opacity:1;fill:%23018cd5;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-opacity:1' sodipodi:nodetypes='ccccccccccc' /%3E%3C/svg%3E%0A") 0 0 no-repeat;}@media only screen and (min-width: 992px) {.link-favorite:hover {background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' version='1.1' id='svg4' sodipodi:docname='Heart-bl.svg' inkscape:version='1.1.2 (0a00cf5339, 2022-02-04)' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs8' /%3E%3Csodipodi:namedview id='namedview6' pagecolor='%23ffffff' bordercolor='%23666666' borderopacity='1.0' inkscape:pageshadow='2' inkscape:pageopacity='0.0' inkscape:pagecheckerboard='0' showgrid='false' inkscape:zoom='31.375' inkscape:cx='12' inkscape:cy='11.984064' inkscape:window-width='1920' inkscape:window-height='1014' inkscape:window-x='0' inkscape:window-y='38' inkscape:window-maximized='1' inkscape:current-layer='svg4' /%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.9201 18.9595L19.8514 11.076C21.3836 9.33327 21.3836 6.46098 19.8514 4.71829C18.3854 3.05093 16.0685 3.05093 14.6025 4.71829L11.9958 7.68316L9.3979 4.72841C7.93151 3.06058 5.61391 3.06058 4.14752 4.72841C2.61489 6.47158 2.61489 9.34464 4.14752 11.0878L11.9988 20.0176L12.7178 19.1998C12.7826 19.1261 12.8458 19.0512 12.9074 18.9752L12.9201 18.9595ZM11.9988 21.5321L3.39651 11.7481C1.53189 9.62734 1.53189 6.18889 3.39651 4.06812C5.26113 1.94734 8.28428 1.94734 10.1489 4.06811L11.9958 6.16869L13.8515 4.05799C15.7157 1.9377 18.7382 1.9377 20.6024 4.05799C22.4666 6.17829 22.4666 9.61597 20.6024 11.7363L13.6844 19.6046C13.6144 19.691 13.5425 19.7762 13.4688 19.8601L11.9988 21.5321Z' fill='%23041D30' id='path2' style='stroke:none;stroke-opacity:1;fill:%23018cd5;fill-opacity:1' /%3E%3C/svg%3E%0A") 0 0 no-repeat;}.link-favorite.favorite_active:hover {background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' version='1.1' id='svg4' sodipodi:docname='Heart-blf.svg' inkscape:version='1.1.2 (0a00cf5339, 2022-02-04)' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs8'%3E%3ClinearGradient id='linearGradient1040' inkscape:swatch='solid'%3E%3Cstop style='stop-color:%23018cd5;stop-opacity:1;' offset='0' id='stop1038' /%3E%3C/linearGradient%3E%3C/defs%3E%3Csodipodi:namedview id='namedview6' pagecolor='%23ffffff' bordercolor='%23666666' borderopacity='1.0' inkscape:pageshadow='2' inkscape:pageopacity='0.0' inkscape:pagecheckerboard='0' showgrid='false' inkscape:zoom='31.375' inkscape:cx='12' inkscape:cy='11.984064' inkscape:window-width='1920' inkscape:window-height='1014' inkscape:window-x='0' inkscape:window-y='38' inkscape:window-maximized='1' inkscape:current-layer='svg4' /%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m 11.9988,21.5321 -8.60229,-9.784 c -1.86462,-2.12076 -1.86462,-5.55921 0,-7.67998 1.86462,-2.12078 4.88777,-2.12078 6.75239,-1e-5 l 1.8469,2.10058 1.8557,-2.1107 c 1.8642,-2.12029 4.8867,-2.12029 6.7509,0 1.8642,2.1203 1.8642,5.55798 0,7.67831 l -6.918,7.8683 c -0.07,0.0864 -0.1419,0.1716 -0.2156,0.2555 z' fill='%23041D30' id='path2' style='opacity:1;fill:%23018cd5;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-opacity:1' sodipodi:nodetypes='ccccccccccc' /%3E%3C/svg%3E%0A") 0 0 no-repeat;}}.link-favorite_text {margin-left: 25px;text-decoration: none;}.link-favorite_text:before {content: " ";background-image: url("/local/templates/elyts_2020/images/elyts-icons080823.svg");background-position: -120px -415px;background-repeat: no-repeat;cursor: pointer;display: block;font-size: 0;height: 20px;left: -25px;margin-top: -10px;position: absolute;top: 50%;width: 21px;}.link-favorite_text.favorite_active:before {background-position: -189px -415px;}@media only screen and (min-width: 992px) {.link-favorite_text:hover:before {background-position: -260px -415px;}}.button-red {background-color: #FF4F4F;border: 0;display: inline-block;color: #fff;cursor: pointer;font-size: 14px;font-weight: 600;line-height: 1.5;outline: none;padding: 7px 15px 9px;text-align: center;text-decoration: none;}.button-red:hover {opacity: .7;color: #fff;text-decoration: none;}.btn {cursor: pointer;text-decoration: none;}.btn-black {color: #fff;background-color: #000;border-color: #000;}.btn-black:hover {color: #fff;background-color: #4c4c4c;border-color: #4c4c4c;}.btn-black-n {color: #fff;background-color: #041D30;border: 1px solid #041D30;height: 48px;font-weight: 500;font-size: 16px;line-height: 20.8px;padding: 13.5px 32px;display: flex;justify-content: center;align-items: center;}.btn-black-n:hover {font-weight: 500;font-size: 16px;line-height: 20.8px;color: #018CD5;background-color: #041D30;border: 1px solid #018CD5;height: 48px;}.btn-black-n {color: #fff;background-color: #041D30;border: 1px solid #041D30;height: 48px;font-weight: 500;font-size: 16px;line-height: 19px;padding: 13.5px 32px;display: flex;justify-content: center;align-items: center;}.btn-black-n:hover {font-weight: 500;font-size: 16px;line-height: 19px;color: #018CD5;background-color: #041D30;border: 1px solid #018CD5;height: 48px;}.btn-black:not(:disabled):not(.disabled):active {color: #fff;background-color: #101010;border-color: #101010;}.btn-black.focus, .btn-black:focus {-webkit-box-shadow: none;box-shadow: none;}.btn-line-red {background-color: #fff;border-color: #ff4f4f;color: #ff4f4f;}.btn-line-red:hover {background-color: #ff4f4f;color: #fff;text-decoration: none;}.pane-close {background: url("/local/templates/elyts_2020/images/elyts-icons080823.svg") -74px -749px no-repeat;display: block;height: 16px;opacity: 1 !important;outline: none;padding: 0;width: 17px;}.btn-line {color: #676767;border-color: #d8d8d8;}.btn-line:hover {color: #000;border-color: #000;}.btn-line:not(:disabled):not(.disabled):active, .btn-line.active {background-color: #000;color: #fff;border-color: #000;}.btn-line.focus, .btn-line:focus {-webkit-box-shadow: none;box-shadow: none;}.btn-line-dark {color: #000;border-color: #d8d8d8;}.btn-line-dark:hover {color: #000;border-color: #000;}.btn-line-dark.active {background-color: #000;color: #fff;border-color: #000;}.span-link {color: #979797;cursor: pointer;font-size: 14px;font-weight: 400;line-height: 24px;text-decoration: underline;}.span-link:hover {text-decoration: none;}.dashed-link {border-bottom: 1px dashed;cursor: pointer;display: inline-block;font-size: 14px;}.btn-whatsapp {background-repeat: no-repeat;background-position: 0px 40%;background-size: 20px;background-image: var(--iconWaP);}.form-control {border: 1px solid #D8D8D8;border-radius: 0;-webkit-box-sizing: border-box;box-sizing: border-box;color: #676767;font-size: 14px;height: auto;line-height: 22px;min-height: 40px;margin: 0;outline: none;padding: 8px 16px;}.form-control:focus {border-color: #676767;-webkit-box-shadow: none;box-shadow: none;}textarea {border: 1px solid #D8D8D8;font-size: 14px;line-height: 24px;padding: 8px 16px;}.b-checkbox-default input[type="checkbox"] {display: none;}.b-checkbox-default label {cursor: pointer;display: inline-block;line-height: 24px;padding-left: 34px;position: relative;}.b-checkbox-default label:before {border: 1px solid #D8D8D8;content: " ";display: block;font-size: 0;height: 24px;left: 0;line-height: 24px;position: absolute;text-align: center;top: 0;width: 24px;}.b-checkbox-default input:checked ~ label:before {background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAKCAYAAABrGwT5AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADiSURBVHgBnZDNDYJAEIVnltgHRhvwojFetAQKULYDQwViBbaACfFsB3gzBhOswKUE78iMuxAUlcSfOc3LzPcy8xB+LLlXdi44AgQQf4K2Zr+HZazGucWJAbXciRb2cHo4K3OC1cJJ0GunTeDsqFwmDkzPTOtw0JWmF1jO7TzjSCbKfgNjtXiAvKzAAhaEE2RImwzcWK004JueiL1w0PHrxlgFQToILv9JLUCHgeYEKPXC5Qrkbfrd4PUqvAfybFANU5GhE4zaJ2gorIu6QQHmOsRhc4jFz3VhFk0GwLj9BJq6AR6ccTw3AQ9/AAAAAElFTkSuQmCC") 50% 50% no-repeat;color: #FFF;}.b-checkbox-imposing input[type="checkbox"] {display: none;}.b-checkbox-imposing label {border: 1px solid #676767;-webkit-box-sizing: border-box;box-sizing: border-box;cursor: pointer;display: inline-block;height: 22px;width: 22px;}.b-checkbox-imposing input:checked ~ label {background: url("/local/templates/elyts_2020/images/elyts-icons080823.svg") -269px -590px no-repeat;}.b-radio__button {display: inline-block;margin-left: 24px;}.b-radio__button .radio__button-label {cursor: pointer;display: inline-block;font-size: .875em;line-height: 20px;padding-right: 28px;position: relative;}.b-radio__button .radio__button-label:before {background: #fff;border: 1px solid #000;-webkit-box-sizing: border-box;box-sizing: border-box;border-radius: 50%;content: " ";cursor: pointer;display: inline-block;height: 16px;left: 100%;margin: 0 0 0 -20px;overflow: hidden;position: absolute;top: 2px;vertical-align: top;width: 16px;}.b-radio__button .radio__button-label:after {background: #000;border-radius: 50%;content: " ";display: none;height: 8px;left: 0%;margin-left: -16px;position: absolute;top: 6px;width: 8px;}.footer__subscribe .b-radio__button .radio__button-label {cursor: pointer;display: inline-block;font-size: .875em;line-height: 20px;padding-left: 23px;padding-right: 0;position: relative;}.footer__subscribe .b-radio__button .radio__button-label:before {background: #fff;border: 1px solid #000;-webkit-box-sizing: border-box;box-sizing: border-box;border-radius: 50%;content: " ";cursor: pointer;display: inline-block;height: 16px;left: 0%;margin: 0px;overflow: hidden;position: absolute;top: 2px;vertical-align: top;width: 16px;}.footer__subscribe .b-radio__button .radio__button-label:after {background: #000;border-radius: 50%;content: " ";display: none;height: 8px;left: 0%;margin-left: 4px;position: absolute;top: 6px;width: 8px;}.b-radio__button .radio__button-label:hover:after {display: block;}.b-radio__button:first-child {margin-left: 0;}.b-radio__button input[type="radio"] {display: none;}.b-radio__button input[type="radio"]:checked ~ label:after {display: block;}.checkbox-items label {border: 1px solid #BFA18B;border-radius: 2px;cursor: pointer;display: inline-block;height: 19px;position: relative;width: 19px;right: 0;position: absolute;}.checkbox-items label:before {content: " ";display: block;height: 19px;left: 0;position: absolute;top: 0;width: 19px;}.checkbox-items input:checked ~ label:before {background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAHCAYAAADam2dgAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABiSURBVHgBjc3LCYAwEATQ2a3EVlJJtAJvnnNWQTsI2oAlbAtaUNYfKCFgcI4zD4aQiUy9Be0lZQEwQtWwzO0ifii+gKmalRFoAwd5YAqu7r4T3zkwWbCeI7sYvCiCdQp+5wBSmTINqvhOogAAAABJRU5ErkJggg==") 50% 50% no-repeat;}.rub-symbol {}.social__icon {border-radius: 50%;display: inline-block;height: 32px;margin: 0;margin-left: 38px;position: relative;text-decoration: none;width: 32px;}.social__icon:first-child {margin-left: 0;}.social__icon:before {background-image: url("/local/templates/elyts_2020/images/elyts-icons080823.svg");background-repeat: no-repeat;content: " ";display: inline-block;position: absolute;}.social__icon:hover {-webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.08);box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.08);}@media only screen and (min-width: 992px) {.social__icon {margin-left: 24px;}}.social__icon-vk:before, .social__button-vk:before {background-position: -172px -1069px;height: 100%;width: 100%;}.social__icon-fb:before, .social__button-fb:before {background-position: -167px -284px;height: 11px;margin: -5px 0 0 -2px;width: 5px;}.social__icon-inst:before, .social__button-inst:before {background-position: -238px -283px;height: 13px;margin: -6px 0 0 -6px;width: 13px;}.social__icon-youtube:before, .social__button-youtube:before {background-position: -38px -1069px;height: 100%;width: 100%;}.social__icon-google:before, .social__button-google:before {background-position: -702px -282px;height: 14px;margin: -7px 0 0 -7px;width: 14px;}.social__icon-telegram:before, .social__button-telegram:before {background-position: -105px -1069px;height: 100%;width: 100%;}.social__icon-whatsapp:before, .social__button-whatsapp:before {background-position: -393px -283px;height: 11px;margin: -5px 0 0 -5px;width: 11px;}.social__button {border: 1px solid #F5F5F5;cursor: pointer;display: inline-block;height: 44px;line-height: 44px;padding: 0 5px;text-align: center;text-decoration: none;}.social__button:before {background-image: url("/local/templates/elyts_2020/images/elyts-icons080823.svg");background-repeat: no-repeat;content: " ";display: inline-block;margin: 0 8px 0 0;}.payment__icon {border-radius: 5px;display: inline-block;height: 32px;margin-left: 10px;position: relative;text-decoration: none;width: 52px;}.payment__icon:first-child {margin-left: 0;}.payment__icon:before {background-image: url("/local/templates/elyts_2020/images/elyts-icons080823.svg");background-repeat: no-repeat;content: " ";display: inline-block;position: absolute;}.payment__icon:hover {}.payment__icon-applepay:before {background-position: -51px -350px;height: 12px;margin: -6px 0 0 -15px;width: 31px;}.payment__icon-visa:before {background-position: -364px -1070px;height: 30px;width: 65px;}.payment__icon-mastercard:before {background-position: -279px -1069px;height: 34px;width: 65px;}.payment__icon-mir:before {background-position: -447px -1070px;height: 30px;width: 65px;}.payment__icon-paypal:before {background-position: -313px -351px;height: 10px;margin: -5px 0 0 -21px;width: 42px;}@media only screen and (min-width: 992px) {.payment__icon {margin-left: 20px;}}@media only screen and (max-width: 600px) {.payment__icon {margin-left: 0;margin-top: 5px;}.payment__icon:first-child {margin-top: 0px;}.catalog__container .b-left-menu {padding-right: 16px;}.catalog__container .item__product .product__top__control .link-favorite {top: -7px;right: 3px;}.page-pagination .num:last-child {margin-right: 0px;}}.dropdown-menu-title {margin-bottom: 20px;padding-top: 8px;position: relative;text-align: center;}.dropdown-menu-title span {color: #000;cursor: pointer;display: inline-block;font-size: .875em;font-weight: 600;line-height: 1.2em;position: relative;text-decoration: none;z-index: 2;}.dropdown-menu-title span:after {background: url("/local/templates/elyts_2020/images/elyts-icons080823.svg") -142px -9px no-repeat;content: "";display: inline-block;height: .875rem;line-height: 50px;margin-left: 5px;width: 26px;}.dropdown-menu-title:after {background-color: rgba(0, 0, 0, 0.3);content: " ";font-size: 0;height: 1px;left: 10px;position: absolute;top: 0;width: calc(100% - 10px);z-index: 1;}.dropdown-menu-title.open span:after {background-position: -107px -9px;}.select-title {color: #000;cursor: pointer;font-size: .938rem;font-weight: 400;}.b-size-select {height: auto;position: relative;width: 100%;}.b-size-select .b-size-select__pane {border: 1px solid #D8D8D8;border-radius: 2px;z-index: 5;}.b-size-select .b-size-select__pane select {display: none;}.b-size-select .b-size-select__pane .full-size {display: none;width: 100%;}.b-size-select .b-size-select__pane .full-size .size-set {background: #fff;border-collapse: collapse;border-spacing: 0;padding: 0 5px;display: none;width: 100%;}.b-size-select .b-size-select__pane .full-size .size-set.show {display: table;}.b-size-select .b-size-select__pane .full-size .size-row {display: table-row;}.b-size-select .b-size-select__pane .full-size .size-col {background: #fff;color: #676767;display: table-cell;font-size: 12px;line-height: 18px;width: 31px;}.b-size-select .b-size-select__pane .full-size .size-col.abbr {color: #000;}.b-size-select .b-size-select__pane .choose-size__selected {color: #676767;cursor: pointer;font-size: .938rem;font-weight: 400;padding: 8px 0 8px 12px;position: relative;border-radius: 2px;}.b-size-select .b-size-select__pane .choose-size__selected .select-title {margin-right: 5px;}.b-size-select .b-size-select__pane .choose-size__selected .selected-value {color: #000;display: inline-block;font-weight: normal;}.b-size-select .b-size-select__pane .choose-size__selected .selected-value:after {background: url("/local/templates/elyts_2020/images/elyts-icons080823.svg");background-position: -142px -15px;background-repeat: no-repeat;content: " ";display: block;height: 7px;margin: -3px 10px 0 0;position: absolute;right: 0;top: 50%;width: 12px;}.b-size-select .b-size-select__pane .choose-size__selected .selected-value.reserve {color: #FF4F4F;}.b-size-select .b-size-select__pane .choose-size__content {display: none;}.b-size-select .b-size-select__pane .choose-size__content .choose-item {color: #676767;cursor: pointer;display: block;font-size: .68rem;line-height: 24px;text-align: left;padding: 4px 15px;}.b-size-select .b-size-select__pane .choose-size__content .choose-item.active, .b-size-select .b-size-select__pane .choose-size__content .choose-item:hover {background-color: #f5f5f5;color: #000;}.b-size-select .b-size-select__pane .choose-size__content .choose-item.reserve {color: #FF4F4F;}.b-size-select .b-size-select__pane.select-open {background-color: #FFF;position: inherit;left: 0;top: 0;width: 100%;}.b-size-select .b-size-select__pane.select-open .choose-size__selected {border-bottom: 1px solid #D8D8D8;}.b-size-select .b-size-select__pane.select-open .choose-size__selected span:after {background-position: -107px -14px;}.b-size-select .b-size-select__pane.select-open .full-size {border-top: 1px solid #D8D8D8;display: block;padding: 8px 15px;}.b-size-select .b-size-select__pane.select-open .choose-size__content {display: block;padding: 10px 0;}.swiper-container .b-size-select__pane .choose-size__selected .select-title {display: none;}.swiper-container .b-size-select__pane.select-open {padding-top: 0;}.swiper-container .b-size-select__pane.select-open .full-size {padding: 0 8px;}.swiper-container .b-size-select__pane.select-open .choose-size__selected {border-top: none;padding: 8px;}.swiper-container .b-size-select__pane.select-open .choose-size__content .choose-item {padding: 2px 8px;}@media only screen and (min-width: 768px) {.dropdown-menu-title {padding-top: 0;text-align: left;}.dropdown-menu-title span {background-color: #FFF;}.dropdown-menu-title:after {top: 50%;}}.related-products .choose-size__selected .select-title, .related-products .b-size-select .b-size-select__pane .choose-size__selected .selected-value {color: #676767;font-size: .68rem;margin-right: 20px;text-align: left;}@media only screen and (max-width: 768px) {.dropdown-menu-title:after {top: 50%;background-color: transparent;}.dropdown-menu-title {text-align: left;}.payment__icon {margin-top: 10px;}.payment__icon:first-child {margin-top: 0px;}.b-size-select .b-size-select__pane.select-open {width: max-content;position: absolute;}.b-product__size .b-size-select .b-size-select__pane.select-open {width: 100%;}.related-products .b-size-select .b-size-select__pane .choose-size__selected .select-title {margin-right: 0px;}.related-products .b-size-select .b-size-select__pane .choose-size__selected {padding: 1px 10px;}}@media only screen and (min-width: 992px) {.dropdown-menu-title {margin-bottom: 32px;}.swiper-container .b-size-select__pane .choose-size__selected .select-title {display: inline-block;margin-right: 4px;}}@font-face {font-family: swiper-icons;src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight: 400;font-style: normal;}:root {--swiper-theme-color: #007aff;}.swiper-container {margin-left: auto;margin-right: auto;position: relative;overflow: hidden;list-style: none;padding: 0;z-index: 1;}.swiper-container-vertical > .swiper-wrapper {-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}.swiper-wrapper {position: relative;width: 100%;height: 100%;z-index: 1;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-transition-property: -webkit-transform;transition-property: -webkit-transform;-o-transition-property: transform;transition-property: transform;transition-property: transform, -webkit-transform;-webkit-box-sizing: content-box;box-sizing: content-box;}.swiper-container-android .swiper-slide, .swiper-wrapper {-webkit-transform: translate3d(0px, 0, 0);transform: translate3d(0px, 0, 0);}.swiper-container-multirow > .swiper-wrapper {-ms-flex-wrap: wrap;flex-wrap: wrap;}.swiper-container-multirow-column > .swiper-wrapper {-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}.swiper-container-free-mode > .swiper-wrapper {-webkit-transition-timing-function: ease-out;-o-transition-timing-function: ease-out;transition-timing-function: ease-out;margin: 0 auto;}.swiper-slide {-ms-flex-negative: 0;flex-shrink: 0;width: 100%;height: 100%;position: relative;-webkit-transition-property: -webkit-transform;transition-property: -webkit-transform;-o-transition-property: transform;transition-property: transform;transition-property: transform, -webkit-transform;}.swiper-slide-invisible-blank {visibility: hidden;}.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {height: auto;}.swiper-container-autoheight .swiper-wrapper {-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;-webkit-transition-property: height, -webkit-transform;transition-property: height, -webkit-transform;-o-transition-property: transform, height;transition-property: transform, height;transition-property: transform, height, -webkit-transform;}.swiper-container-3d {-webkit-perspective: 1200px;perspective: 1200px;}.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {-webkit-transform-style: preserve-3d;transform-style: preserve-3d;}.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {position: absolute;left: 0;top: 0;width: 100%;height: 100%;pointer-events: none;z-index: 10;}.swiper-container-3d .swiper-slide-shadow-left {background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));}.swiper-container-3d .swiper-slide-shadow-right {background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));}.swiper-container-3d .swiper-slide-shadow-top {background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));}.swiper-container-3d .swiper-slide-shadow-bottom {background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));}.swiper-container-css-mode > .swiper-wrapper {overflow: auto;scrollbar-width: none;-ms-overflow-style: none;}.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {display: none;}.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {scroll-snap-align: start start;}.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {-webkit-scroll-snap-type: x mandatory;-ms-scroll-snap-type: x mandatory;scroll-snap-type: x mandatory;}.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {-webkit-scroll-snap-type: y mandatory;-ms-scroll-snap-type: y mandatory;scroll-snap-type: y mandatory;}:root {--swiper-navigation-size: 44px;}.swiper-button-next, .swiper-button-prev {position: absolute;top: 50%;width: calc(var(--swiper-navigation-size) / 44 * 27);height: var(--swiper-navigation-size);margin-top: calc(-1 * var(--swiper-navigation-size) / 2);z-index: 10;cursor: pointer;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;color: var(--swiper-navigation-color, var(--swiper-theme-color));}.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {opacity: .35;cursor: auto;pointer-events: none;}.swiper-button-next:after, .swiper-button-prev:after {font-family: swiper-icons;font-size: var(--swiper-navigation-size);text-transform: none !important;letter-spacing: 0;text-transform: none;font-variant: initial;}.swiper-button-prev, .swiper-container-rtl .swiper-button-next {left: 10px;right: auto;}.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {content: 'prev';}.swiper-button-next, .swiper-container-rtl .swiper-button-prev {right: 10px;left: auto;}.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {content: 'next';}.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {--swiper-navigation-color: #ffffff;}.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {--swiper-navigation-color: #000000;}.swiper-button-lock {display: none;}.swiper-pagination {text-align: center;-webkit-transition: .3s opacity;-o-transition: .3s opacity;transition: .3s opacity;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);z-index: 10;}.swiper-pagination.swiper-pagination-hidden {opacity: 0;}.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-fraction {bottom: 10px;left: 0;width: 100%;height: 24px;}.swiper-pagination-current:before {content: "0" }.swiper-pagination-total:before {content: "0" }.swiper-pagination-bullets-dynamic {overflow: hidden;font-size: 0;}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {-webkit-transform: scale(0.33);-ms-transform: scale(0.33);transform: scale(0.33);position: relative;}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {-webkit-transform: scale(1);-ms-transform: scale(1);transform: scale(1);}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {-webkit-transform: scale(1);-ms-transform: scale(1);transform: scale(1);}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {-webkit-transform: scale(0.66);-ms-transform: scale(0.66);transform: scale(0.66);}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {-webkit-transform: scale(0.33);-ms-transform: scale(0.33);transform: scale(0.33);}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {-webkit-transform: scale(0.66);-ms-transform: scale(0.66);transform: scale(0.66);}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {-webkit-transform: scale(0.33);-ms-transform: scale(0.33);transform: scale(0.33);}.swiper-pagination-bullet {width: 8px;height: 8px;display: inline-block;border-radius: 100%;}button.swiper-pagination-bullet {border: none;margin: 0;padding: 0;-webkit-box-shadow: none;box-shadow: none;-webkit-appearance: none;-moz-appearance: none;appearance: none;}.swiper-pagination-clickable .swiper-pagination-bullet {cursor: pointer;}.swiper-pagination-bullet-active {opacity: 1;background: var(--swiper-pagination-color, var(--swiper-theme-color));}.swiper-container-vertical > .swiper-pagination-bullets {right: 10px;top: 50%;-webkit-transform: translate3d(0px, -50%, 0);transform: translate3d(0px, -50%, 0);}.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {margin: 6px 0;display: block;}.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);width: 8px;}.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {display: inline-block;-webkit-transition: .2s transform, .2s top;-o-transition: .2s transform, .2s top;transition: .2s transform, .2s top;}.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {margin: 0 4px;}.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {left: 50%;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);white-space: nowrap;}.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {-webkit-transition: .2s transform, .2s left;-o-transition: .2s transform, .2s left;transition: .2s transform, .2s left;}.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {-webkit-transition: .2s transform, .2s right;-o-transition: .2s transform, .2s right;transition: .2s transform, .2s right;}.swiper-pagination-progressbar {background: rgba(0, 0, 0, 0.25);position: absolute;}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {background: var(--swiper-pagination-color, var(--swiper-theme-color));position: absolute;left: 0;top: 0;width: 100%;height: 100%;-webkit-transform: scale(0);-ms-transform: scale(0);transform: scale(0);-webkit-transform-origin: left top;-ms-transform-origin: left top;transform-origin: left top;}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {-webkit-transform-origin: right top;-ms-transform-origin: right top;transform-origin: right top;}.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {width: 100%;height: 4px;left: 0;top: 0;}.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {width: 4px;height: 100%;left: 0;top: 0;}.swiper-pagination-white {--swiper-pagination-color: #ffffff;}.swiper-pagination-black {--swiper-pagination-color: #000000;}.swiper-pagination-lock {display: none;}.swiper-scrollbar {border-radius: 10px;position: relative;-ms-touch-action: none;background: rgba(0, 0, 0, 0.1);}.swiper-container-horizontal > .swiper-scrollbar {position: absolute;left: 1%;bottom: 3px;z-index: 50;height: 5px;width: 98%;}.swiper-container-vertical > .swiper-scrollbar {position: absolute;right: 3px;top: 1%;z-index: 50;width: 5px;height: 98%;}.swiper-scrollbar-drag {height: 100%;width: 100%;position: relative;background: rgba(0, 0, 0, 0.5);border-radius: 10px;left: 0;top: 0;}.swiper-scrollbar-cursor-drag {cursor: move;}.swiper-scrollbar-lock {display: none;}.swiper-zoom-container {width: 100%;height: 100%;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;text-align: center;}.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {max-width: 100%;max-height: 100%;-o-object-fit: contain;object-fit: contain;}.swiper-slide-zoomed {cursor: move;}.swiper-lazy-preloader {width: 42px;height: 42px;position: absolute;left: 50%;top: 50%;margin-left: -21px;margin-top: -21px;z-index: 10;-webkit-transform-origin: 50%;-ms-transform-origin: 50%;transform-origin: 50%;-webkit-animation: swiper-preloader-spin 1s infinite linear;animation: swiper-preloader-spin 1s infinite linear;-webkit-box-sizing: border-box;box-sizing: border-box;border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius: 50%;border-top-color: transparent;}.swiper-lazy-preloader-white {--swiper-preloader-color: #fff;}.swiper-lazy-preloader-black {--swiper-preloader-color: #000;}@-webkit-keyframes swiper-preloader-spin {100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}}@keyframes swiper-preloader-spin {100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}}.swiper-container .swiper-notification {position: absolute;left: 0;top: 0;pointer-events: none;opacity: 0;z-index: -1000;}.swiper-container-fade.swiper-container-free-mode .swiper-slide {-webkit-transition-timing-function: ease-out;-o-transition-timing-function: ease-out;transition-timing-function: ease-out;}.swiper-container-fade .swiper-slide {pointer-events: none;-webkit-transition-property: opacity;-o-transition-property: opacity;transition-property: opacity;}.swiper-container-fade .swiper-slide .swiper-slide {pointer-events: none;}.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {pointer-events: auto;}.swiper-container-cube {overflow: visible;}.swiper-container-cube .swiper-slide {pointer-events: none;-webkit-backface-visibility: hidden;backface-visibility: hidden;z-index: 1;visibility: hidden;-webkit-transform-origin: 0 0;-ms-transform-origin: 0 0;transform-origin: 0 0;width: 100%;height: 100%;}.swiper-container-cube .swiper-slide .swiper-slide {pointer-events: none;}.swiper-container-cube.swiper-container-rtl .swiper-slide {-webkit-transform-origin: 100% 0;-ms-transform-origin: 100% 0;transform-origin: 100% 0;}.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {pointer-events: auto;}.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {pointer-events: auto;visibility: visible;}.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {z-index: 0;-webkit-backface-visibility: hidden;backface-visibility: hidden;}.swiper-container-cube .swiper-cube-shadow {position: absolute;left: 0;bottom: 0px;width: 100%;height: 100%;background: #000;opacity: .6;-webkit-filter: blur(50px);filter: blur(50px);z-index: 0;}.swiper-container-flip {overflow: visible;}.swiper-container-flip .swiper-slide {pointer-events: none;-webkit-backface-visibility: hidden;backface-visibility: hidden;z-index: 1;}.swiper-container-flip .swiper-slide .swiper-slide {pointer-events: none;}.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {pointer-events: auto;}.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {z-index: 0;-webkit-backface-visibility: hidden;backface-visibility: hidden;}@media all and (max-width: 768px) {@keyframes marquee{0% {-webkit-transform: translate(0);transform: translateX(0) }100% {-webkit-transform: translate(-50%);transform: translateX(-50%) }}@-webkit-keyframes scroll {0% {-webkit-transform: translate(0, 0);transform: translate(0, 0);}50% {-webkit-transform: translate(-60%, 0);transform: translate(-60%, 0) }100% {-webkit-transform: translate(0%, 0);transform: translate(0%, 0) }}@-moz-keyframes scroll {0% {-moz-transform: translate(0, 0);transform: translate(0, 0);}50% {-moz-transform: translate(-60%, 0);transform: translate(-60%, 0) }100% {-moz-transform: translate(0%, 0);transform: translate(0%, 0) }}@keyframes scroll {0% {transform: translate(0, 0);}50% {transform: translate(-60%, 0) }100% {transform: translate(0%, 0) }}}@media all and (max-width: 992px) {@-webkit-keyframes scroll {0% {-webkit-transform: translate(0, 0);transform: translate(0, 0);}50% {-webkit-transform: translate(-50%, 0);transform: translate(-50%, 0) }100% {-webkit-transform: translate(0%, 0);transform: translate(0%, 0) }}@-moz-keyframes scroll {0% {-moz-transform: translate(0, 0);transform: translate(0, 0);}50% {-moz-transform: translate(-50%, 0);transform: translate(-50%, 0) }100% {-moz-transform: translate(0%, 0);transform: translate(0%, 0) }}@keyframes scroll {0% {transform: translate(0, 0);}50% {transform: translate(-50%, 0) }100% {transform: translate(0%, 0) }}.marquee {display: block;width: 100%;white-space: nowrap;overflow: hidden;}.marquee .b-col {display: flex;padding-left: 10%;-webkit-animation: marquee 13s infinite linear;-moz-animation: marquee 13s infinite linear;animation: marquee 13s infinite linear;}.btn-black-n {height: 40px;padding: 9.5px 32px;display: flex;justify-content: center;align-items: center;}.btn-black-n:hover {height: 40px;}}@media all and (max-width: 600px) {@-webkit-keyframes scroll {0% {-webkit-transform: translate(0, 0);transform: translate(0, 0);}50% {-webkit-transform: translate(-70%, 0);transform: translate(-70%, 0) }100% {-webkit-transform: translate(0%, 0);transform: translate(0%, 0) }}@-moz-keyframes scroll {0% {-moz-transform: translate(0, 0);transform: translate(0, 0);}50% {-moz-transform: translate(-70%, 0);transform: translate(-70%, 0) }100% {-moz-transform: translate(0%, 0);transform: translate(0%, 0) }}@keyframes scroll {0% {transform: translate(0, 0);}50% {transform: translate(-70%, 0) }100% {transform: translate(0%, 0) }}}@media all and (max-width: 360px) {.btn-black-n {font-size: 12px;line-height: 15.6px;padding: 12px 32px;display: flex;justify-content: center;align-items: center;}.btn-black-n:hover {font-size: 12px;line-height: 15.6px;padding: 12px 32px;display: flex;justify-content: center;align-items: center;}}@media only screen and (min-width: 1280px) {.b-size-select .b-size-select__pane .choose-size__selected {padding: 5px 0 4px 12px;text-align: left;}.swiper-container .b-size-select__pane .choose-size__selected .select-title {font-size: 13px;margin-right: 2px;}.b-size-select .b-size-select__pane .choose-size__selected .selected-value {font-size: 13px;}}.rr-widget .rr-widget__title, .rr-widget .rr-item__vendor, .rr-widget .rr_item-title {font-family: var(--ff-Titles) !important;}.rr-widget .rr-item__label-collection {font-family: var(--ff-Text) !important;}.filter-panel__view {display: none;}.filter-panel-view__btn-active {opacity: .3;}.filter-panel-view__btn-list {margin-left: 0px;}.filter-group__title {margin-bottom: 17px;}@media (max-width: 991px){.wrapper_h1 {margin: 0 -10px 0;}.header__top.header-top{display: none;}.catalog__container .filter-adaptive {margin-bottom: 0px;padding: 7px 0;}.filter-adaptive.show-adaptive .row {margin-left: 0px !important;margin-right: 0px !important;}.filter-adaptive.show-adaptive .row .col-6 {padding-left: 0px !important;padding-right: 0px !important;}.filter-btn_wrapper {text-align: left;}.filter-btn_wrapper .button-show-filter{position: relative;color: #676767;}.catalog__filter .popup-header-adaptive div span:after {background: url('/local/templates/elyts_2020/images/elyts-icons080823.svg') -176px -591px no-repeat;content: '';position: absolute;width: 20px;height: 20px;top: 5px;left: 93px;}.filter-btn_wrapper .button-show-filter:before {background: url('/local/templates/elyts_2020/images/elyts-icons080823.svg') -176px -591px no-repeat;content: '';position: absolute;width: 20px;height: 20px;top: -3px;right: -27px;}.sort-btn_wrapper{text-align: right;}.sort-btn_wrapper .button-show-sort {color: #676767;}.filter-panel__view {display: flex;justify-content: space-between;}.filter-panel__text{color: #101820;font-size: 16px;font-family: var(--ff-Text);font-weight: 600;}.popup-header-adaptive {color: #101820;font-size: 18px;text-align: left;margin-bottom: 27px;}.filter-group__title {color: #101820;font-size: 16px;font-weight: 600;margin-top: 30px;margin-bottom: 10px;}.filtr-bottom__btn {display: flex;align-items: center;margin: 0 -5px;position: fixed;z-index: 10;bottom: 0;width: 100%;left: 5px;background: #fff;padding: 0 13px;}.filtr-bottom__btn > * {margin-left: 3px;margin-right: 3px;border-radius: 2px;}.modal-open section.container.page__container {position: relative;z-index: 90;}.catalog__filter .dropdown .dropdown-toggle{display: block;color: #101820;font-size: 14px;position: relative;padding: 10px 0;}.catalog__filter .dropdown .dropdown-toggle:after{right: 0;position: absolute;transform: rotate(-90deg);}.catalog__filter .dropdown.show .dropdown-toggle {font-size: 18px;font-weight: 600;padding-left: 28px;}.catalog__filter .dropdown.show .dropdown-toggle:after{left: 0;top: 14px;transform: rotate(90deg);}.catalog__filter.active-filter .dropdown.show {position: absolute;z-index: 8;top: -64px;width: 100%;min-height: 100%;background: #fff;left: 0;}.catalog__filter.active-filter .dropdown.show .dropdown-menu.show {width: 100%;display: block;padding-bottom: 160px;top: 45px !important;padding-left: 4px;padding-right: 5px;}.catalog__filter .dropdown-menu .b-filter__content-box {max-height: none;min-height: 800px;}.popup-header-adaptive .pane-close{z-index: 5;}.catalog__filter .dropdown-menu .dropdown-search{position: relative;}.catalog__filter .dropdown-menu .dropdown-search .dropdown-search__input {padding: 10px;border-radius: 2px;padding-top: 12px;padding-bottom: 11px;line-height: 14px;border: 1px solid #C4C4C4;}.catalog__filter .dropdown-menu .dropdown-search:before{background: url('/local/templates/elyts_2020/images/elyts-icons080823.svg') -42px -868px no-repeat;content: '';position: absolute;right: 10px;top: 8px;width: 25px;height: 25px;transform: scale(0.7);opacity: 0.5;}.catalog__container .item__product .product__price .final-price {font-size: 16px;}.catalog__container .item__product .product__price {font-size: 16px;}.catalog__container .item__product .product__description {margin-bottom: 12px;}.filter-adaptive.filter-adaptive-fixed {position: fixed;left: 0px;z-index: 9;background-color: #fff;width: 100vw;top: 56px;padding-left: 10px;padding-right: 10px;box-shadow: 0 0 6px -2px #000;max-height: 40px;}.catalog__filter.filter_right.filter_right-fixed {position: fixed;top: 0px;right: 3%;}.container {padding: 0 10px;}body.openMenu {overflow: hidden;}}.b-discount-string {margin-bottom: 12px;}#model-send-whatsapp.btn-whatsapp {border: none;text-align: left;padding-left: 30px;}.b-product__action .whatsapp-send__app .btn-whatsapp {background-position: 16px;}.product-top__btn .b-add-to-basket .add-to-basket {height: auto;border-radius: 2px;}@media (max-width: 767px){.whatsapp-send__app .button-default__border-gray, #model-send-whatsapp.btn-whatsapp {border: none;text-align: left;padding-left: 30px;line-height: 18px;}.summary-info div {order: 1;}.summary-info div:last-child {order: 2;}.product-bonus__wrapper {display: none;padding-top: 27px;padding-bottom: 10px;}.product-bonus__wrapper .product-bonus__btn{color: #101820;font-size: 16px;font-family: var(--ff-Text);padding: 5px 0 5px 35px;background: url('/upload/icons/Gift.svg') 0px 50% no-repeat !important;}.params-pane .b-param {align-items: center;position: relative;}.params-pane .b-param .b-title {position: relative;}.params-pane .b-param .b-value {text-align: right;}.params-pane .b-param .b-title .b-title-inner, .params-pane .b-param .b-value .b-value-inner {background: #fff;position: relative;z-index: 2;padding: 10px 0;}.params-pane .b-param .b-title .b-title-inner{padding-right: 10px;}.params-pane .b-param .b-value .b-value-inner{padding-left: 10px;}.product-top__btn {display: flex;}.mb-favorite__btn {display: block;width: 40px;}.mb-favorite__btn .button-favorite {font-size: 0;min-width: auto;display: block;margin: 0;padding: 0;background: #fff url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNSAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikljb24gLyBIZWFydF8wMSI+CjxwYXRoIGlkPSJWZWN0b3IiIGQ9Ik03LjUgNC44MDkzMUM2LjI1IDEuODc1MjkgMS44NzUgMi4xODc3OSAxLjg3NSA1LjkzNzgxQzEuODc1IDkuNjg3ODMgNy41IDEyLjgxMjkgNy41IDEyLjgxMjlDNy41IDEyLjgxMjkgMTMuMTI1IDkuNjg3ODMgMTMuMTI1IDUuOTM3ODFDMTMuMTI1IDIuMTg3NzkgOC43NSAxLjg3NTI5IDcuNSA0LjgwOTMxWiIgc3Ryb2tlPSIjMTAxODIwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9nPgo8L3N2Zz4K') center no-repeat;background-size: 15px;border-radius: 2px;}.button-favorite.favorite_active {background: #ff4f4f url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNSAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGlkPSJJY29uIC8gSGVhcnRfMDEiPgogICAgICAgIDxwYXRoIGlkPSJWZWN0b3IiIGQ9Ik03LjUgNC44MDkzMUM2LjI1IDEuODc1MjkgMS44NzUgMi4xODc3OSAxLjg3NSA1LjkzNzgxQzEuODc1IDkuNjg3ODMgNy41IDEyLjgxMjkgNy41IDEyLjgxMjlDNy41IDEyLjgxMjkgMTMuMTI1IDkuNjg3ODMgMTMuMTI1IDUuOTM3ODFDMTMuMTI1IDIuMTg3NzkgOC43NSAxLjg3NTI5IDcuNSA0LjgwOTMxWiIgZmlsbD0iI2ZmZiIgc3Ryb2tlPSIjZmZmIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KICAgIDwvZz4KPC9zdmc+Cg==') center no-repeat;background-size: 20px;}.product-top__btn .b-add-to-basket {width: calc(100% - 40px);padding-right: 10px;}.product-top__btn .b-add-to-basket .add-to-basket {height: auto;}.nav-tabs {border-bottom: none;}.tab-control{position: relative;}.tab-control:before {content: '';position: absolute;width: 100%;height: 1px;background: #dee2e6;top: 31px;z-index: 1;}.related-products .nav-tabs a.active:not(.no-line-hover):before, .related-products .nav-tabs a:not(.no-line-hover):hover:before, .product-more-info .nav-tabs li a.active:before, .product-more-info .nav-tabs li a.active:hover:before {margin-left: 0;width: calc(100% + 7px);}.related-products .nav-tabs a.active:not(.no-line-hover):before, .related-products .nav-tabs a:not(.no-line-hover):hover:before, .product-more-info .nav-tabs li a.active:before, .product-more-info .nav-tabs li a.active:hover:before {border-bottom: 1px solid var(--blueLineColor);}.mainBreadWrapper::-webkit-scrollbar, .tab-control .nav-tabs::-webkit-scrollbar {width: 0 !important;}.b-discount-string {margin-top: 20px;margin-bottom: 15px;}.nav.nav-tabs h3 {font-size: 18px;}.button-default__border-gray {border: 1px solid #101820;}.summary-info .button-default__border-gray {border: none;}.section__slider .swiper-pagination .swiper-pagination-bullet, .product__container .swiper-pagination .swiper-pagination-bullet{border: none;}.b-size-select .b-size-select__pane{width: 100%;border-radius: 2px;}#product-photo {border-bottom: none;}.whatsapp-send__app .btn-whatsapp, .summary-info .button-default__border-gray {background: url('/upload/icons/whatsapp.svg') 0px 40% no-repeat;background-size: 22px !important;padding-top: 10px;text-align: left;line-height: 18px;}.flocktory-widget-overlay{z-index: 5 !important;}}.b-left-menu .has-arrow>a {white-space: nowrap;overflow: hidden;text-overflow: ellipsis;display: initial;line-height: 1.7em;display: block;margin-right: 20px;max-width: min-content;}@media (max-width: 992px) {.personal-page-nav, .formUnsubscribe, .profile-block-edit .txt, .personal-block__menu .b-left-menu a.myWishesPage {display: none;}.personal-block__menu {margin-top: 20px;}.adaptive-fixed-buttons {position: fixed;z-index: 10;width: 100%;left: 0;padding: 5px 20px 30px;bottom: 0;border: none;}.personal-block__menu .b-left-menu a{color: #101820;font-size: 18px;padding: 7px 15px 7px 0;display: block;position: relative;}.personal-block__menu .b-left-menu a.logoutUser {display: inline;}.personal-block__menu .b-left-menu li:has(a.logoutUser) {margin-top: 15px;}.personal-block__menu .b-left-menu a:before{content: '';position: absolute;top: 10px;right: 0;width: 20px;height: 20px;background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikljb24vSW50ZXJmYWNlIC8gU2VhcmNoX01hZ25pZnlpbmdfR2xhc3MiPgo8cGF0aCBpZD0iVmVjdG9yIiBkPSJNNyAxNUwxMiAxMEw3IDUiIHN0cm9rZT0iIzEwMTgyMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjwvZz4KPC9zdmc+Cg==") center no-repeat;}.personal-block__menu .b-left-menu a.logoutUser:before {top: 8px;right: -12px;background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikljb24vTG9nIG91dCI+CjxnIGlkPSJHcm91cCA0NTAiPgo8ZyBpZD0iR3JvdXAgNDQ5Ij4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTEyLjQ5OTggNi44NzUxNlY1LjEwNDMzQzEyLjQ5OTggNC42MzQ2OCAxMi4zMzIgNC4xODQyNiAxMi4wMzMyIDMuODUyMTZDMTEuNzM0NCAzLjUyMDA3IDExLjMyOTIgMy4zMzM1IDEwLjkwNjcgMy4zMzM1SDMuMjU5NjRDMi44MzcxMSAzLjMzMzUgMi40MzE4OSAzLjUyMDA3IDIuMTMzMTIgMy44NTIxNkMxLjgzNDM1IDQuMTg0MjYgMS42NjY1IDQuNjM0NjggMS42NjY1IDUuMTA0MzNWMTUuNzI5M0MxLjY2NjUgMTYuMTk5IDEuODM0MzUgMTYuNjQ5NCAyLjEzMzEyIDE2Ljk4MTVDMi40MzE4OSAxNy4zMTM2IDIuODM3MTEgMTcuNTAwMiAzLjI1OTY0IDE3LjUwMDJIMTAuOTA2N0MxMS4zMjkyIDE3LjUwMDIgMTEuNzM0NCAxNy4zMTM2IDEyLjAzMzIgMTYuOTgxNUMxMi4zMzIgMTYuNjQ5NCAxMi40OTk4IDE2LjE5OSAxMi40OTk4IDE1LjcyOTNWMTMuOTU4NSIgc3Ryb2tlPSIjMTAxODIwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggaWQ9IlZlY3Rvcl8yIiBkPSJNMTUuNjQxMSA2Ljg1ODg5TDE5LjE2NjggMTAuMzg0NUwxNS42NDExIDEzLjkxMDIiIHN0cm9rZT0iIzEwMTgyMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGlkPSJWZWN0b3JfMyIgZD0iTTcuMTM1MjUgMTAuMzg0OEgxOS4xNjY1IiBzdHJva2U9IiMxMDE4MjAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L2c+CjwvZz4KPC9nPgo8L3N2Zz4K") center no-repeat;}.catalog__container .personal-block__menu .b-left-menu {padding-right: 0;}.lpBindingTools .row.mb-5 {display: flex;flex-flow: column wrap;}.lpBindingTools .row.mb-5 .col-md-5{order: 2;}.lpBindingTools .row.mb-5 .col-md-7{order: 2;}.acrdn-wrapper-item .custom-control-input:checked ~ .custom-control-label::before, .custom-radio .custom-control-label::before{width: 20px;height: 20px;border: 1px solid #101820;left: -2rem;top: 0.1rem;}.custom-radio .custom-control-input:checked ~ .custom-control-label::after {background-color: #101820;}.custom-control-label::after {width: 12px;height: 12px;left: -1.95rem;top: 0.16rem;}.bx-soa-section .bx-soa-pp label.bx-soa-pp-company-smalltitle {font-size: 16px;color: #101820;}.acrdn-wrapper-item .custom-control {padding-left: 35px;}.page-pagination .page_prev{margin-right: 0px;}}.modal-background-search.show {width: 100vw;height: 100vh;background-color: #000;opacity: 0.4;z-index: 11;position: fixed;}.reclama-mark-wrapper {position: absolute;z-index: 1;cursor: unset;right: 5px;top: 5px;}.top-teaser-wrap-nocol .reclama-mark-wrapper {right: 20px;top: 10px;}.reclama-mark-wrapper[data-direction-h="left"] {left: 12px;}.reclama-mark-wrapper[data-direction-h="right"] {right: 12px;}.reclama-mark-wrapper[data-direction-v="top"] {top: 12px;}.reclama-mark-wrapper[data-direction-v="bottom"] {bottom: 12px;}.img-wrapper-main .reclama-mark-wrapper.main-reclama-mark {top: 20px;right: 20px;height: fit-content;}.reclama-mark-wrapper .reclama-mark {font-size: 12px;color: #FFF;letter-spacing: 0.12px;border-radius: 4px;background: rgba(0, 0, 0, 0.10);box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.07);backdrop-filter: blur(8.75px);padding: 4px 10px 3px;padding-left: 23px;width: fit-content;cursor: pointer;margin-left: auto;}.reclama-mark-wrapper .reclama-mark span {line-height: normal;padding-left: 15px;}.reclama-mark-wrapper.main-reclama-mark .reclama-mark:before {background-image: url("/local/templates/elyts_2020/images/elyts-icons141223.svg");width: 11px;height: 12px;background-repeat: no-repeat;content: " ";display: inline-block;background-position: -383px -594px;position: absolute;top: 3px;left: 8px;}.reclama-mark-modal {text-align: center;height: fit-content;width: fit-content;top: 30px;right: 30px;background-color: #fff;padding: 15px 20px;left: unset;position: absolute;display: none;z-index: 90;box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);border-radius: 4px;}.reclama-mark-modal.active {display: block;z-index: 100;}.reclama-mark-modal .close {display: none;}.reclama-mark-modal .modal-content {box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);border-radius: 4px;border: none;}.reclama-mark-modal .modal-dialog {margin-top: 5.5rem;padding: 0;}.reclama-mark-modal .reclama-mark-header {font-size: 16px;margin-bottom: 5px;}.reclama-mark-modal .reclama-mark-desc {font-size: 14px;}.swiper-slide .main-reclama-mark .reclama-mark {opacity: 0;}.swiper-slide.swiper-slide-active .main-reclama-mark .reclama-mark {opacity: 1;}.reclama-mark {transition: 0.7s all;}.img-wrapper-main {position: relative;width: 100%;}.reclama-mark-wrapper.page-reclama-mark .reclama-mark {padding: 5px 8px;vertical-align: middle;}.reclama-mark-wrapper.page-reclama-mark .reclama-mark:empty {padding: 0;}@media (min-width: 576px) {.main-reclama-mark:hover .reclama-mark-modal {opacity: 1;cursor: pointer;}.reclama-mark-modal::after {content: '';position: absolute;right: 30px;top: -20px;border: 10px solid transparent;border-bottom: 14px solid #fff;}}@media (max-width: 992px) {.reclama-mark-wrapper.main-reclama-mark {top: unset;right: 20px;bottom: 475px;position: relative;display: flex;justify-content: end;}#main-swiper .swiper-wrapper .swiper-slide {height: inherit;}.reclama-mark-wrapper.main-reclama-mark .reclama-mark {position: absolute;z-index: 10;}.reclama-mark-wrapper.main-reclama-mark .reclama-mark:before {top: 5px;}.img-wrapper-main .reclama-mark-wrapper.main-reclama-mark {position: absolute;}.img-wrapper-main .reclama-mark-wrapper.main-reclama-mark .reclama-mark {position: unset;}.reclama-mark-modal {position: absolute;top: 0;right: 20px;}.img-wrapper-main .reclama-mark-wrapper.main-reclama-mark {top: 8px;right: 8px;}}.catalog__container .item__product .product__price .discount-percent-text, .catalog__container .item__product .product__price .discount-percent-text span {color: #fff;font-size: 0.6rem;line-height: 125%;}@media (max-width: 600px) {.reclama-mark-wrapper.main-reclama-mark {bottom: 280px;}.main-teaser .swiper-slide .swiper-slide__link {background-color: #fff;}.reclama-mark-modal {top: unset;position: fixed;bottom: 0;width: 100%;padding: 20px;border-radius: 10px 10px 0px 0px;left: 0;}#countElementH1 {font-weight: 400;font-size: 0.9rem;color: #979797;padding-left: 0;display: block;letter-spacing: normal;min-height: 14px;}.catalog__container .item__product .product__price .final-price {font-weight: 500;font-size: 1rem;}.catalog__container .item__product .product__price .product-item-price-old {font-size: 12px;line-height: 125%;}}div[id^="wait_comp_"] {display: none !important;}.product__content {margin-top: auto;}.section__slider .swiper-slide {height: auto;display: flex;justify-content: end;flex-direction: column;}.section__slider .swiper-slide .slide-product__image {margin: auto;}#brands_sales_leaders .swiper-slide .slide-product__image {margin: auto;}:root {--ui-icons: url("/local/templates/elyts_2020/images/ui-elyts-icons0807245.svg");}@media screen and (max-width: 560px) {.container {padding: 0 16px;}.page__header .header__center .header__logo .logo__link img {max-width: 100px;max-height: 24px;}.page__header .header__wrapper .header__center .header__logo {max-width: 100px;}.page__header .header__center .header__logo .logo__link {padding: 0px;}.header__center-item.header__links.h-left, .header__center-item.header__links.h-right {display: flex !important;justify-content: space-between;align-items: center;}.header__center-list {gap: 35px;}.h-left .header__links__item:first-child {margin-left: 0px;}.page__header .header__center .container, .filter-adaptive.show-adaptive.filter-adaptive-fixed .container {padding: 0 16px;}.header__links__item {margin-top: 0px;}.header__top.header-top{display: none !important;}.page__header .header__center {padding: 8px 0px !important;}}.product__offers-sizes {display: none;}@media screen and (min-width: 991px) {.product__offers-sizes {position: absolute;z-index: 1;display: flex;background-color: #F4F5F6;padding: 10px 0;column-gap: 8px;row-gap: 3px;justify-content: center;opacity: 0;visibility: hidden;transition: .4s;left: 0;right: 0;max-width: 100%;flex-wrap: wrap;}.product-item:hover .product__offers-sizes, .item__slide__product:hover .product__offers-sizes {opacity: 1;visibility: visible;}.product__offers-item {font-weight: 400;font-size: 14px;line-height: 130%;letter-spacing: 0;text-align: center;color: #041D30;}.product__offers-item.disabled {color: #949BA5;}}
/* End */
/* /local/templates/elyts_2020/js_service/appsflyer-banner/appsflyer-banner.min.css?15853135881251 */
/* /local/templates/elyts_2020/components/reaspekt/ui.window/ui_window/style.css?17375455234120 */
/* /local/components/elyts/choose.city/templates/elyts/style.min.css?17428216804062 */
/* /local/templates/elyts_2020/components/bitrix/system.auth.form/header_link/style.css?1738304847717 */
/* /local/templates/elyts_2020/components/bitrix/sale.basket.basket.line/header_basket/style.min.css?16969368602319 */
/* /local/templates/elyts_2020/components/bitrix/search.form/top_search_block/style.min.css?16969368601328 */
/* /local/components/elyts/menu/templates/.default/style.min.css?17428216809797 */
/* /local/templates/elyts_2020/components/bitrix/breadcrumb/elyts_dropdown/style.min.css?17401216982167 */
/* /local/templates/elyts_2020/components/reaspekt/banner.sale.timer/.default/style.min.css?17401429593602 */
/* /local/templates/elyts_2020/components/bitrix/menu/left_menu/style.min.css?1711549787682 */
/* /local/templates/elyts_2020/components/bitrix/menu/footer_bottom_row/style.css?17428216801162 */
/* /local/components/elyts/popup/templates/mobile_choose_city/style.css?17448091628253 */
/* /local/components/elyts/popup/templates/mobile_download_app/style.css?17448091624325 */
/* /local/components/elyts/popup/templates/foreigners/style.css?17437648001317 */
/* /local/components/reaspekt/bottom.social.icons/templates/.default/style.min.css?17289988716760 */
/* /local/templates/elyts_2020/components/reaspekt/bannerSale/elyts/style.min.css?16969368601370 */
/* /local/templates/elyts_2020/styles.min.css?174282168020080 */
/* /local/templates/elyts_2020/template_styles.min.css?1750421004347954 */
