@media (max-width:767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width:768px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (max-width:767px) { 
    hr {
        margin: 24px 0 32px;
    }
}

.lk hr {
    margin: 0;
}

.header {
    border-bottom: 1px solid #e5e5e5;
}

.lk .header {
    border-bottom: none;
}

.navbar-toggler {
    background: url(../img/beta.svg) no-repeat 100% 0%;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("../img/burger.svg")
}

.top-menu {
    background-color: #333;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
}

.top-menu__item {
    cursor: pointer;
    padding: 16px 0 15px;
}

@media (max-width: 767px){
    .top-menu {
        justify-content: space-between;
        padding: 10px;
    }

    .top-menu__item > div {
        margin-top: 0.25rem;
    }

    .top-menu__navbar {
        display: block;
    }

    .top-menu__item {
        text-align: left;
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }

    .top-menu__item .hotlink__item {
        display: block;
        margin-left: 48px;
        font-family: 'Noto Sans', sans-serif;
        font-size: 0.9rem;
        line-height: 1.5rem;
    }

    .navbar-toggler {
        order: 2;
    }

    .navbar-collapse {
        order: 3;
    }

    .top-menu div:last-child {
        margin-left: 0px !important;
    }
}

.top-menu div:last-child {
    margin-left: auto;
}

.top-menu a {
    font-size: 0.9rem;
    line-height: 1.25rem;
    color: #fff;
    padding: 16px 20px 15px;
}

.top-menu__logo img {
    width: 29px;
}

.top-menu__item a:hover {
    color: #fff;
}

.top-menu__item_active a{
    border-bottom: 5px solid #F7D145;
    background: url(../img/beta.svg) no-repeat 100% 20%;
}

@media(max-width: 767px){
    .top-menu a {
        font-family: 'Noto Serif', serif;
        font-size: 1.1rem;
        line-height: 1.25rem;
    }
    .top-menu__item_active {
        background: none;
    }
}

@media(min-width: 768px){
    .top-menu__item:hover {
        background-color: #4f4f4f;
    }
}

.top-menu__item_active a,
.top-menu__item_active a:hover {
    color: #F7D145;
}

@media(max-width: 767px){
    .top-menu__item_active {
        border-bottom: none;
    }
    .top-menu__item_active a {
        color: #fff;
    }
}

.top-menu__city a {
    text-decoration: underline;
    text-decoration-style: dotted;
}

.header__body {
    margin: 46px 0 37px;
    text-align: center;
}

@media (max-width: 767px){
    .header__body {
        margin-top: 2rem;
    }
}

.header__body h1 {
    margin-bottom: 23px;
}

.header__body .search-form {
    max-width: 560px;
    margin: auto;
    display: flex;
    border-radius: 3px;
}

.search-form {
    border: 1px solid #e5e5e5;
}

.search-form div {
    display: flex;
    width: 30%;
    background-color: #f2f2f2;
    padding: 16px 0 16px 5px;
    align-items: center;
}

.search-form div img {
    margin-right: 5px;
}

.search-form input{
    border: none;
    width: 59%;
}

.search-form button {
    width: 10%;
    display: inline;
    border: none;
    box-shadow: none;
    float: right;
    padding: 16px 0 12px;
    background: none;
}

@media(max-width: 767px){
    .search-form div {
        width: 15%;
        padding-left: 10px;
    }
        
    .search-form input{
        width: 70%;
    }
    
    .search-form button {
        width: 15%;
    }
}

.bottom-menu {
    margin-bottom: 26px;
}

.bottom-menu__item {
    position: relative;
}

.modal-bottom-menu__item,
.modal-bottom-menu__subitem,
.modal-bottom-menu__subsubitem {
    display: block;
    border-bottom: 1px solid #e5e5e5;
    padding: 16px;
}

.modal-bottom-menu__item a,
.modal-bottom-menu__subitem a,
.modal-bottom-menu__subsubitem a {
    color: #22A0FF;
}

.modal-bottom-menu__item ul,
.modal-bottom-menu__subitem ul {
    display: none;
}

.modal-bottom-menu__subitem,
.modal-bottom-menu__subsubitem {
    display: none;
}

.bottom-menu__item .navbar-toggler-icon {
    background-image: url(../img/black_burger.svg);
}

.bottom-menu__item:hover {
    background-color: #f2f2f2;
}

.bottom-menu__item>div {
    margin-bottom: 5px;
}

.bottom-menu__item>ul {
    display: none;
    position: absolute;
    left: 0;
    padding-top: 12px;
    background-color: #f2f2f2;
    z-index: 2;
    min-width: 200px;
}

.bottom-menu__subitem {
    text-align:left;
    margin-left: 20px;
}

.bottom-menu__subitem a {
    color: #22A0FF;
    font-size: 0.9rem;
    line-height: 1.5rem;
}

.bottom-menu__subitem > ul {
    list-style: disc;
    margin-left: 20px;
}

.bottom-menu__subitem > ul > li {
    color: #22A0FF; 
}

.bottom-menu__subitem > a {
    font-weight: 700;
}

.bottom-menu__item:hover>ul {
    display: block;
}

.bottom-menu__item_active {
    background-color: #F7D145;
}

@media (max-width: 767px) {
    .bottom-menu {
        overflow: hidden;
        margin-bottom: 1rem;
    }

    .bottom-menu__navbar {
        overflow-x: auto;
        white-space: nowrap;
        display: block;
    }

    .bottom-menu__item {
        display: inline-block;
        background-color: #f2f2f2;
        padding: 11px 13px;
        margin-right: 10px;
    }
    #menuModal .modal-dialog {
        max-width: calc(100% - 40px);
        margin-left: 20px;
    }

    #menuModal .modal-body {
        padding: 0;
    }

    #menuModal .modal-title a{
        width: 58px;
        display: inline-block;
    }

    #menuModal .modal-title a img {
        margin: auto;
    }
}
.mobile-header {
    display: none;
    text-align: center;
    padding-top: 16px;
    padding-bottom: 16px;
}

.mobile-header img {
    margin-right: 12px;
}

@media (max-width: 767px){
    .product-page {
        background: #fbfbfb;
    }
    .product-page .mobile-header {
        display: block;
    }
    .product-page .header {
        display: none;
    }
}

.category-list {
    margin-top: 23px;
    margin-bottom: 68px;
}

@media (max-width: 767px){
    .category-list {
        margin-bottom: 0;
    }
}

.breadcrumb {
    margin-bottom: 30px;
    background-color: transparent;
}

@media (max-width: 767px){
    .breadcrumb {
        padding-left: 0;
        margin-bottom: 0;
    }
}

.breadcrumb ul {
    padding-left: 0;
}

.breadcrumb li a, 
.breadcrumb li {
    font-size: 12px;
    line-height: 16px;
    color: #777;
}

.breadcrumb li a {
    text-decoration: underline;
}

.breadcrumb li {
    display: inline-block;
}

.category__header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

@media (min-width: 768px){
    .category__header {
        width: 100%;
    }
}

@media (max-width: 767px){
    .category__header {
        justify-content: left;
        margin-bottom: 0.5rem;
        margin-right: 4px;
    }

    h2 {
        margin-bottom: 0;
    }

    .category__name {
        margin-right: 8px;
    }

    .products {
        overflow-x: scroll;
        flex-wrap: nowrap;
        padding-left: 12px;
        padding-right: 12px;
    }

    .category-page .products {
        overflow-x: hidden;
        flex-wrap: wrap;        
    }

    .products > .col-md-3 {
        min-width: 150px;
        padding-left: 4px;
        padding-right: 4px;
    }

    .products::-webkit-scrollbar {
        height: 0;
    }
}

.category__offer label {    
    font-size: 14px;
    line-height: 19px;
    color: #777;
    margin-right: 15px;
}

@media (max-width: 767px){
    .category__offer {
        float: right;
    }

    .category__offer label {
        margin-right: 0.25rem;
    }

    .offer_image {
        margin-top: -10px;
    }
}

.category select {
    font-size: 14px;
    line-height: 21px;
}

.products>.col-md-3,
.products>.col-md-4,
.products>.col-md-6,
.products>.col-md-8{
    margin-bottom: 40px;
    margin-top: 5px;
}

.products__item {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 20px 20px 0;
    height: 100%;
    cursor: pointer;
    background: #fff;
    transition: border 0.05s ease-in-out, box-shadow 0.05s ease-in-out;
}

@media (max-width: 767px){
    .products__item {
        padding: 7px 8px
    }

    .product__link {
        font-size: 12px;
        line-height: 18px;
    }
}

.products__item:hover {
    box-shadow: 0px 0px 10px #F7D145;
    border: 1px solid #fff;
}

.products__item .btn.btn_silver {
    transition: background-color 0.05s ease-in-out, border-color 0.05s ease-in-out, box-shadow 0.05s ease-in-out;
}

.products__item:hover .btn.btn_silver {
    background: linear-gradient(180deg, #F7D145 0%, #F5D663 112.5%);
    box-shadow: 0px 4px 0px rgb(201, 178, 97);
    border-radius: 46px;    
}

@media(max-width: 767px){
    .products__item .btn.btn_silver {
        display: none;
    }
}

.products__item .product_image {
    text-align: center;
    height: 190px;
    display: flex;
}

.products__item .product_image a {
    margin: auto;
}

.products__item .product_image img {
    margin: auto;
    max-width: 100%;
    max-height: 190px;
}

@media (max-width: 767px){
    .products__item .product_image {
        width: 100%;
        height: auto;
        margin: 0;
    }

    .products__item .product_image img {
        max-height: 120px;
    }
}

.products__item .product__link {
    display: block;
    margin-top: 1rem;
    min-height: 42px;
    border-bottom: 1px solid #e0e0e0;
}

.products__item .product__link:hover {
    text-decoration: none;
    color: #333;
}

.search-result > .col-md-12 {
    margin-bottom: 13px;
}

.search-result > .col-md-12:last-child {
    margin-bottom: 29px;
}

.search-result .product__link {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 1rem;
}

.search-result .btn {
    font-size: 1.25rem !important;
    line-height: 1.9rem !important;
}

.search-result .product__shop-others {
    margin-top: 1rem;
}

.search-result .product__description p {
    font-size: 0.75rem;
    line-height: 1rem;
}

.products__item .product__price {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.25rem;
    font-family: 'Noto Serif', serif;
}

.products__item .product__price span {
    margin-left: 5px;
    font-size: 1.25rem;
}

.products__item .with-credit .product__price {
    height: 44px;
}

.products__item .without-credit .product__price {
    height: 89px;
}

.products__item .product__price.credit__price {
    font-weight: 100;
    margin-bottom: 0;
    border-top: 1px solid #e0e0e0;
}

.products__item .product__price .currency-image {
    margin-top: 0;
}

.products__item .product__price.credit__price span {
    font-weight: 700;
    font-size: 1rem;
    margin-right: 5px;
}

@media (max-width: 767px){
    .products__item .product__price {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 0;
        margin-top: 0;
    }
}

.filter-mobile span {
    font-size: 14px;
    line-height: 21px;
}

.filter-mobile a {
    position: relative;
}

.filter-mobile > a > span {
    position: absolute;
    bottom: -15px;
    right: 0px;
    display: block;
    background-color: #000;
    color: #fff;
    border-radius: 10px;
    padding: 1px 4px;
    font-size: 11px;
    line-height: 13px;
}

.filter.hidden-xs {
    margin-top: -30px;
}

.filter {
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
}

.filter-header {
    display: flex !important;
    justify-content: space-between;
    background-color: #FBFBFB;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    padding: 16px;
}

.filter-header span {
    font-size: 16px;
    line-height: 22px;
    color: #333;
    font-weight: 100;
}

.filter .panel-title {
    margin-bottom: 0;
}
.filter .panel-title a:hover {
    text-decoration: none;
}

.filter_price {
    padding: 32px 9px 35px;
    width: 100%;
}

.filter_price label {
    font-size: 12px;
    line-height: 16px;
    color: #777;
}

.filter_price input[type=text] {
    width: 100px;   
}

.filter_price .col-md-6 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.filter_price .col-md-12 {
    padding: 16px 24px 0;
}

.filter_price .price_slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    cursor: pointer;
    border: 1px solid #f2f2f2;
    background-color: #fff;
}

.filter_price .price_slider::-moz-range-thumb {
    width: 16px;
    height: 16px;
    cursor: pointer;
    border: 1px solid #f2f2f2;
    background-color: #fff;
}

.filter-parent {
    position: relative;
}

.apply-button {
    position: absolute;
    z-index: 999;
}

.apply-button button {
    background: url(../img/btnshow.svg) no-repeat;
    padding: 22px 45px 20px 35px;
    border-radius: 0;
    background-size: cover;
    box-shadow: none;
}

input[type="range"][multiple] {
    display: block;
    height: 2em;
    margin: 0;
    pointer-events: none;
}
input[type="range"][multiple] + input[type="range"][multiple] {
    margin-top: -2em;
}

input[type="range"]::-webkit-slider-thumb {
    pointer-events: all;
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    cursor: pointer;
    border: 1px solid #f2f2f2;
    background-color: #fff;
}

input[type="range"]::-moz-range-thumb {
    pointer-events: all;
    width: 16px;
    height: 16px;
    cursor: pointer;
    border: 1px solid #f2f2f2;
    background-color: #fff;
}

input[type="range"]::-ms-thumb {
    pointer-events: all;
    width: 16px;
    height: 16px;
    cursor: pointer;
    border: 1px solid #f2f2f2;
    background-color: #fff;
}

.filter_search {
    border-bottom: 1px solid #e5e5e5;
}

.filter_brand, .filter_search {
    padding: 32px 9px 35px;
}

.filter_brand .col-md-12, .filter_search .col-md-12 {
    align-items: center;
    display: flex;
    margin-bottom: 16px;
}

.filter_brand label {
    font-size: 14px;
    line-height: 19px;
}

.filter_brand input[type=checkbox] {
    display: none;
}

.filter_brand input[type=checkbox] + label {
    cursor:pointer;
}

.filter_brand input[type=checkbox]:not(checked) + label:before {
    content: "";
    display: inline-block;
    height: 22px;
    width: 22px;
    background-image: url(../img/checkbox_not_active.png);
    background-repeat: no-repeat;
    margin: 0 8px -6px 0;
}

.filter_brand input[type="checkbox"]:checked + label::before {
    content: "";
    display: inline-block;
    height: 22px;
    width: 22px;
    background-image: url(../img/checkbox_active.png);
    background-repeat: no-repeat;
    margin: 0 8px -6px 0;
}

.pagination__item {
    display: inline-block;
    cursor: pointer;
}

.pagination__item a {
    padding: 13px 20px;
}

.pagination__item a:hover {
    background: rgba(247, 209, 69, 0.5);
}

.pagination__item_active a {
    background-color: #F7D145;
    border-radius: 3px;
}

.product {
    justify-content: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.product__main-image {
    display: flex;
    height: 350px;
    cursor: zoom-in;
}

.product__images img,
.product__main-image img {
    max-width: 100%;
    max-height: 350px;
    margin: auto auto;
}

.product__image-item {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    margin-bottom: 10px;
    height: 80px;
    display: flex;
    cursor: pointer;
}

.product__image-item img {
    max-height: 60px;
    max-width: 60px;
    margin: auto auto;
}

.product__image-item_active {
    border-color: #F7D145;
}

@media(max-width: 767px){
    .product {
        margin-top: 0;
    }
    .product h1 {
        font-size: 1.1rem;
        text-align: center;
    }
    .product h3 {
        text-align: center;
    }
    .product__main-image {
        display: none;
    }

    .product__image-item {
        border: none;
        height: 320px;
    }

    .product__body .bx-wrapper {
        border: none;
        box-shadow: none;
    }

    .product__image-item img {
        max-height: 300px;
        max-width: 300px;
    }
}

.product__body .bx-wrapper {
    box-shadow: none;
}

.product__body .bx-wrapper .bx-pager.bx-default-pager a.bx-pager-link {
    background: #ccc;
}

.product__body .bx-wrapper .bx-pager.bx-default-pager a.bx-pager-link.active {
    background: #F7D145;
}

.product__description p {
    font-size: 1.1rem;
    line-height: 1.5rem;
}

.product__description ul {
    padding-left: 0;
}

.product__description ul li {
    font-size:14px;
    line-height: 30px;
}

.product__price {
    font-size: 32px;
    line-height: 48px;
    font-weight: 700;
}

.product__shop .product__shop-selected {
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.12);    
    margin-left: -24px;
    margin-right: -24px;
    padding: 24px 18px;
}

@media (max-width: 767px){
    .product__shop .product__shop-selected {
        background-color: #F7D145;
    }

    .product__shop .product__shop-selected .btn_yellow {
        background: linear-gradient(180deg, #F2F2F2 0.62%, #FBFBFB 111.88%);
        box-shadow: 0px 4px 0px #E5E5E5;
        border-radius: 46px;
    }
        
    .product__shop .product__shop-selected .btn_yellow:hover {
        background: #FFFFFF;
        box-shadow: 0px 3px 0px #E0E0E0, 0px 1px 4px rgba(0, 0, 0, 0.1);
    }
}

.product__shop .product__shop-selected h2 {
    text-align: center;
}
.product__shop .product__shop-selected > div > p {
    margin-bottom: 0;
}

.product__shop .product__shop-selected img {
    margin-right: 5px;
}

.product__shop .product__shop-selected .shop__offer {
    background-color: #fbfbfb;
    margin: 0 -30px 0 -30px;
    padding: 7px 0 16px 32px;
}

.product__shop .product__shop-selected .btn_yellow {
    margin-top: 0;
}

@media(max-width: 767px){
    .product__shop .product__shop-selected {
        border: none;
        box-shadow: none;
    }

    .product__shop .product__shop-selected > div > p {
        margin-bottom: 0;
    }

    .product__shop .product__shop-selected .shop__offer {
        margin-top: 0;
        margin-bottom: 0;
    }

    .product__shop-selected .col-md-4:last-child {
        order: 4;
    }
}

.product__shop .product__shop-others {
    font-size: 16px;
    line-height: 22px;
    margin-right: -24px;
    margin-left: -24px;
    background-color: #f2f2f2;
    padding: 15px 0 15px 23px;
}

.product__shop .product__shop-others a {
    color: #22A0FF;
    border-bottom: 1px dashed #22A0FF;
}

.credit__offer .offer__price{
    font-weight: 100;
}

.credit__offer .offer__price span {
    font-weight: 700;
}

.offer__delivery {
    font-size: 14px;
    line-height: 19px;
}

@media(min-width: 768px){
    .product__shop-selected div:first-child{
        order: 2;
    }
    .product__shop-selected div:last-child{
        order: 4;
    }
    .offer__price {
        text-align:right;
        font-size: 1.1rem;
        line-height: 1.5rem;
        font-weight: 700;
    }
}

@media(max-width: 767px){
    .product__shop-selected div:first-child{
        order: 1;
    }
    .product__shop-selected div:last-child{
        order: 4;
    }
    .offer__price {
        text-align: right;
        order: 2
    }
}

.offer__price_small {
    font-size: 14px;
    line-height: 19px;
}

#slider-range {
    height: 8px;
    background-color: #e5e5e5;
}

#slider-range.ui-slider .ui-slider-range {
    background: linear-gradient(90deg, #F7D145 0%, #F09600 100%);
    border-radius: 8px;
}

#slider-range .ui-state-active,
#slider-range .ui-widget-content .ui-state-active,
#slider-range .ui-widget-header .ui-state-active,
#slider-range a.ui-button:active,
#slider-range .ui-button:active,
#slider-range .ui-button.ui-state-active:hover {
	border: 1px solid #F7D145 !important;
    background: #FFFFFF;
    
}

#slider-range .ui-state-default, 
#slider-range.ui-widget-content .ui-state-default, 
#slider-range .ui-widget-header .ui-state-default, 
#slider-range .ui-button, 
html #slider-range .ui-button.ui-state-disabled:hover, 
html #slider-range .ui-button.ui-state-disabled:active {
    background: #FFFFFF;
    border: 1px solid #F2F2F2;
    box-sizing: border-box;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.16);
    width: 16px;
    height: 16px;
    border-radius: 10px;
}

html #slider-range .ui-button.ui-state-disabled:hover, 
html #slider-range .ui-button.ui-state-disabled:active {
    border: 1px solid #F7D145 !important;
}

#slider-range .ui-slider-horizontal {
    height: 10px;
}

#slider-range.ui-slider-horizontal .ui-slider-handle {
    top: -4px;
    outline: none;
}

.nav-pills .nav-link {
    padding: 0.25rem 1rem;
    border-bottom: 2px dotted #000;
    border-radius: 0;
}

.nav-pills .nav-link.active {
    display: flex;
    font-weight: 700;
    font-size: 12px !important;
    line-height: 16px;
    text-align:center;
    background: #FBFBFB;
    border-radius: 46px;
    align-items: center;
    justify-content: center;
    color: #333333;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
    border: none;
    padding: 16px 57px 12px;
    margin: 0 auto;
    letter-spacing: 0.9996px;
    cursor: pointer;

    background: linear-gradient(180deg, #F7D145 0%, #F5D663 112.5%);
    box-shadow: 0px 4px 0px #E4C142;
    border-radius: 46px;
}

.nav-pills .nav-link.active:hover {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), linear-gradient(180deg, #F7D145 0%, #F7D145 77.9%, #F5D663 98.34%);
    box-shadow: 0px 4px 0px #F7D145;
}

#imageModal .modal-dialog {
    margin: 10px auto;
}

#imageModal .modal-header {
    border-bottom: none;
}

.carousel-item {
    height: 580px;
}

.carousel-item img {
    max-height: 580px;
    max-width: 100%;
    margin: auto auto;
}

.carousel-control-next-icon {
    background-image : url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 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");
    color: #000;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' 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");
    color: #000;
}

.product__body {
    margin-top: 40px;
}

.characteristics-mobile {
    margin-top: 16px;
    margin-bottom: 12px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.characteristics-mobile a{
    text-decoration: underline;
}

.product .col-sm-12 h3{
    text-align: left;
    font-family: 'Noto Sans', sans-serif;
}

.product__title {
    font-size: 32px;
    line-height: 44px;
}

@media (max-width: 767px){
    .product__title {
        margin-bottom: 0;
    }

    .product__body {
        margin-top: 1rem;
    }
}

.footer {
    padding-top: 41px;
    padding-bottom: 49px;
    border-top: 1px solid #e5e5e5;
    background-color: #f2f2f2;
}

.lk .footer {
    background-color: transparent;
}

.footer ul li a {
    color: #22A0FF;
    text-decoration: none;
}

.product__footer {
    background-color: #f2f2f2;
}

.product__footer ul {
    padding-left: 0;
    margin-top: 56px !important;
    margin-bottom: 40px;
}

.product__footer ul li {
    display: inline-block;
    margin-right: 40px;
}

.product__footer #offers > .row {
    border: 2px solid transparent;
    border-bottom: 1px solid #e5e5e5;
    padding: 28px 48px 29px 45px;
    align-items: center;
    font-size: 1rem;
    line-height: 1.5rem;
}

.product__footer #offers > .row:hover {
    background-color: #fff;
}

.product__footer #offers > .row:hover .btn{
    background: linear-gradient(180deg, #F7D145 0%, #F5D663 112.5%);
    box-shadow: 0px 4px 0px #E4C142;
    border-radius: 46px;
}

@media(min-width: 768px){
    .product__footer #offers .btn.btn_silver {
        width: 190px;
    }
}

.product__footer #characteristics .char_header {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 16px;
}

.product__footer #characteristics .char {
    margin-bottom: 32px;
}

.product__footer #characteristics .char > .row > .col-md-6:first-child {
    overflow-x: hidden;
}

.product__footer #characteristics .char > .row > .col-md-6:first-child::before {
    content: ".............................................................................................................";
    white-space: nowrap;
    float: left;
    width: 0;
}

.product__footer #characteristics .char > .row > .col-md-6:first-child span {
    background: white;
    padding-right: 0.33em;
}

#characteristicsModal .modal-header button {
    margin: 0 auto;
    padding: 0;
    font-size: 14px;
    line-height: 19px;
}

#characteristicsModal .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
  
#characteristicsModal .modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
}

@media (max-width: 767px){
    .char {
        font-size: 12px;
        line-height: 18px;
    }
}

.footer a {
    text-decoration: underline;
}

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

    .product__footer #offers > .row {
        padding-left: 0;
        padding-right: 0;
    }

    .offer__delivery {
        order: 3;
        margin-bottom: 10px;
    }

    .offer__price {
        text-align: left;
        order: 2;
        margin-top: 4px;
        margin-bottom: 8px;
    }

    .product__footer #offers > .row > .col-md-4:last-child {
        order: 4;
    }

    .product__footer #offers > .row > .col-md-4:last-child .btn {
        width: 100%;
    }
}

ul {
    padding-left: 0;
}

.secondary {
    color: #777;
}

.indented {
    margin-left: 44px;
}

table {
    width: 100%;
}

table thead {
    border-bottom: 1px solid #e5e5e5;
}

table td {
    padding: 9px 0 9px 10px;
}

.error-page {
    padding-top: 180px;
}

.error-page p {
    font-size: 16px;
    line-height: 22px;
    margin-top: 20px;
}

.error-page button {
    margin: 0;
}

.error__links {
    margin-top: 35px;
}

.error__links-item a{
    text-decoration: underline;
    margin-right: 10px;
}

@media (max-width: 767px){
    .error-page {
        padding-top: 36px;
    }

    .error-page .col-md-2 {
        margin-bottom: 20px;
    }

    .error-page button {
        width: 100%;
    }

    .error-page .col-md-4 {
        position: absolute;
        z-index: -1;
    }
}

.yellow_circle {
    border: 5px solid #F7D145;
    border-radius: 110px;
    padding: 55px 40px;
    text-align: center;
}

.yellow_circle p {
    margin-bottom: 0;
}

.yellow_circle p.big {
    font-size: 40px;
    line-height: 24px;
}

.margin-bottom-70 {
    margin-bottom: 70px;
}

.margin-top-70 {
    margin-top: 70px;
}

.banner {
    height: 360px;
    margin-top: 1.3rem;
}

@media(max-width: 767px){
    .banner {
        height: 190px;
    }
}

.banner-carousel > .row {
    height: 360px;
    align-items: flex-end;
    margin: 0;
}

.banner.hidden-sm .banner-carousel > .row {
    height: 190px;
}

.banner .btn {
    margin-left: 0;
    margin-top: 1.25rem;
}

.banner h2, .banner h3 {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
}

.banner .banner__background {
    height: 100%;
    padding-top: 3.5rem;
    background: url(../img/blur_iphone.png) no-repeat 75% 100%;
    background-size: contain;
}

@media (max-width: 767px){
    .banner .banner__background {
        padding-top: 1rem;
        padding-left: 0;
    }

    .banner .banner__background p {
        font-size: 0.875rem;
        margin-bottom: 0.5rem;
    }

    .banner .banner__background h3 {
        font-size: 1.5rem;
        line-height: 1.875rem;
    }
}

.banner .second-slide__background {
    height: 100%;
    padding-top: 3.5rem;
    padding-left: 5rem;
    background: url(../img/slidebg.png) no-repeat;
}

@media (max-width: 767px){
    .banner .second-slide__background {
        padding-top: 1rem;
        padding-left: 2rem;
    }

    .banner .second-slide__background h2 {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .banner .second-slide__background p {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

.banner .small-banner__top {
    background: url(../img/small_banner_top.png) no-repeat;
    text-align: center;
    height: 171px;
    margin-bottom: 18px;
    border-radius: 4px;
    cursor: pointer;
    transition: border 0.05s ease-in-out, box-shadow 0.05s ease-in-out;
}

.banner .small-banner__bottom {
    background: url(../img/small_banner_bottom.png) no-repeat;
    text-align: center;
    height: 171px;
    border-radius: 4px;
    cursor: pointer;
    color: #fff;
    transition: border 0.05s ease-in-out, box-shadow 0.05s ease-in-out;
}

.banner .small-banner__top:hover,
.banner .small-banner__bottom:hover {
    box-shadow: 0px 0px 10px #F7D145;
}

.banner .small-banner__top:hover .btn,
.banner .small-banner__bottom:hover .btn {
    background: linear-gradient(180deg, #F7D145 0%, #F5D663 112.5%);
    box-shadow: 0px 4px 0px #E4C142;
    border-radius: 46px;
    border: 1px solid #F7D145;
}

.small-banner p {
    font-size: 1.5rem;
    line-height: 2rem;
    padding-top: 2rem;
}

.small-banner .btn {
    margin: auto;
    margin-top: 2rem;
    width: 240px;
}

@media(max-width: 767px){
    .banner .small-banner__top {
        margin-bottom: 0;
        height: 100%;
        background-size: cover;
    }

    .banner .small-banner__top p {
        font-size: 1.25rem;
        line-height: 1.75rem;
        max-width: 250px;
        margin: 1rem auto 2rem;
    }

    .banner .small-banner__top .btn {
        margin: auto;
    }

    .banner .small-banner__bottom {
        margin-bottom: 0;
        height: 100%;
        background-size: cover;
    }

    .banner .small-banner__bottom p {
        font-size: 1.25rem;
        line-height: 1.75rem;
        margin: 2.5rem auto 2rem;
    }

    .banner .small-banner__bottom .btn {
        margin: auto;
    }
}

.banner .bx-wrapper {
    box-shadow: none;
    border: none;
    margin: 0;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    cursor: pointer;
}

.banner .bx-wrapper:hover {
    box-shadow: 0px 0px 10px #F7D145;
}

.banner .bx-wrapper:hover .btn {
    background: linear-gradient(180deg, #F7D145 0%, #F5D663 112.5%);
    box-shadow: 0px 4px 0px #E4C142;
    border-radius: 46px;
}

.banner .bx-viewport {
    height: 360px !important;
}

.banner.hidden-sm .bx-viewport{
    height: 190px !important;
}

.banner .bx-wrapper .bx-pager, 
.banner .bx-wrapper .bx-controls-auto {
    bottom: 10px;
}

.banner.hidden-sm {
    margin-right: -30px;
    margin-left: -30px;
}

.company-features .col-md-3 {
    margin-bottom: 2rem;
}

.lk .nav-link {
    font-size: 0.8rem;
    line-height: 1.25rem;
    color: #333 !important;
}

.lk .navbar {
    padding: 10px 0;
}

.lk .navbar-nav {
    width: 100%;
}

.lk .navbar-brand img {
    width: 29px;
}

.lk .center-page {
    height: calc(100vh - 167px);
}

.forgot-password {
    text-decoration: underline;
    text-decoration-style: dotted;
    text-underline-position: under;
    margin-top: 1.25rem;
    font-size: 0.75rem;
}

.lk .footer {
    padding-top: 2.5rem;
    padding-bottom: 1.5rem;
}

.white-box {
    margin-top: 25px;
    background-color: #fff;
    padding: 14px 21px;
}

.grey-box {
    margin-top: 25px;
    background-color: #F2F2F2;
    padding: 14px 21px;
}

.btn_xml {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), linear-gradient(180deg, #F09600 0%, #F09600 77.9%, #F09600 98.34%);
    box-shadow: 0px 1px 0px #F7D145, 0px 1px 4px rgba(0, 0, 0, 0.3);
    border-radius: 48px;
    padding: 15px 10px;
    color: #fff;
}

.btn_xlsx {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), #219653;
    box-shadow: 0px 1px 0px #219653, 0px 1px 4px rgba(0, 0, 0, 0.3);
    border-radius: 48px;
    padding: 15px 10px;
    color: #fff;
}

.grey_color {
    color: #828282;
}

input[type=checkbox] {
    display: none;
}

input[type=checkbox]:not(checked) + label:before {
    content: "";
    display: inline-block;
    height: 22px;
    width: 22px;
    background-image: url(../img/checkbox_not_active.png);
    background-repeat: no-repeat;
    margin: 0 8px -6px 0;
}

input[type="checkbox"]:checked + label::before {
    content: "";
    display: inline-block;
    height: 22px;
    width: 22px;
    background-image: url(../img/checkbox_active.png);
    background-repeat: no-repeat;
    margin: 0 8px -6px 0;
}

.lk .table td {
    vertical-align: middle;
    border: none;
}

.table tr.error {
    color: #D0021B;
}

.lk .container-page {
    padding-bottom: 5rem;
}

.block-update {
    margin-bottom: 2rem;
}

.block-update h4 {
    display: inline-block;
    margin-left: 1rem;
}

@media (max-width: 767px) {
    .table-overflow-xs {
        overflow-x: auto;
    }
}

.upload-history-header > .col-xs-12 {
    margin-bottom: 1.25rem;
    text-align: center;
}

#file {
    display: none;
}

.currency-image {
    margin-top: -2px;
    margin-left: 5px;
}

.currency-image-15x {
    width: 12px;
}