html {
    height: 100%;
        scrollbar-color: #035291 #ffffff;
    scrollbar-width: 12px;
}
body {
    height: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: normal;
    font-family: 'Montserrat-Regular', sans-serif;
    line-height: 1.5;
    color: #030303;
    background-color: #fff;
    min-width: 320px;
	margin:0;
	padding:0;
}
.main {
    flex: 1 0 auto;
}
.header,
.footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    line-height: 1.1;
    font-weight: bold;
    font-family: inherit;
    color: #0a0a28;
}
.h1 {
    padding: 16px 15px;
    font-size: 20px;
	font-family: Montserrat-Bold;
    font-weight: 100;
    color: #1b4f9b;
    border-bottom: 1px solid #e1e8ed;
    background-color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
	font-weight: bold;
}
.h2 {
    padding: 19px 15px;
    font-size: 18px;
	color: #1b4f9b;
    border-bottom: 1px solid #e1e8ed;
    background-color: #fff;
    margin: 0;
}
.h3 {
    font-size: 18px;
    margin: 0 0 15px;
}
.h4 {
    font-size: 16px;
    color: #606060;
    margin: 0 0 5px;
}
.h5 {
    font-size: 14px;
    color: #606060;
    margin: 0 0 5px;
}
a {
    color: inherit;
    text-decoration: underline;
}
a:hover,
a:active {
    text-decoration: none;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.row:after,
.container:after,
.clearfix:after {
    clear: both;
    content: " ";
    display: block;
}
.hidden {
    display: none!important;
}
.center {
    text-align: center;
}
.fleft {
    float: left;
}
.fright {
    float: right;
}
.nowrap {
    white-space: nowrap;
}
.table {
    width: 100%;
    margin-bottom: 1rem;
    text-align: left;
}
.table th,
.table td {
    padding: 8px;
    vertical-align: top;
    border: 1px solid #e8e8e1;
}
.table_striped tbody tr:nth-of-type(odd) {
    background-color: #f5f6f7;
}
.fit_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.label_block {
    display: block;
    margin-bottom: 5px;
}
/* Form */
.form_group {
    position: relative;
    margin-bottom: 20px;
}
.form_input {
    line-height: 44px;
    height:44px;
    background-color: #fff;
    border: 1px solid #e8e8e1;
    border-radius: 2px;
    padding: 0 15px;
    width: 100%;
    font-family: inherit;
    font-size: 12px;
}

.form_select {
    width: 100%;
    height: 39px;
    line-height: 35px;
    padding: 0 35px 0 15px;
    border: 2px solid #e1e8ed;
    border-radius: 2px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(../images/select_arrow.png);
    background-position: right 12px center;
    background-repeat: no-repeaxnj t;
    cursor: pointer;
    margin-top: 5px;
}

.form_placeholder{
    transition: all 0.1s linear 0s;
    line-height: 1;
    display: table;
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 1;
    cursor: text;
    font-family: inherit;
    color: rgb(146, 146, 146);
    font-size: 12px;
}
.form_placeholder.active,
.filled .form_placeholder,
.placeholder_focus.error ~ label ~ .form_placeholder,
.placeholder_focus:focus ~ .form_placeholder {
    font-size: 85%;
    background: rgb(255, 255, 255);
    padding: 0 5px;
    top: -5px;
    cursor: default;
    color: rgb(146, 146, 146);
}
.placeholder_focus:-webkit-autofill,
.placeholder_focus:-webkit-autofill:hover,
.placeholder_focus:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 30px #fff inset;
    box-shadow: 0 0 0 30px #fff inset;
    -webkit-text-fill-color: inherit !important;
}
.form_placeholder.active,
.filled .form_placeholder,
.placeholder_focus.error ~ label ~ .form_placeholder,
.placeholder_focus:focus ~ .form_placeholder,
.placeholder_focus:-webkit-autofill ~ .form_placeholder,
.placeholder_focus:-webkit-autofill:focus ~ .form_placeholder,
.placeholder_focus:focus ~ .form_placeholder{
    font-size: 85%;
    background: rgb(255, 255, 255);
    padding: 0 5px;
    top: -5px;
    cursor: default;
    color: rgb(146, 146, 146);
}
.form_placeholder{
    pointer-events:none;
}
.form_textarea {
    display: block;
    width: 100%;
    border: 1px solid #e8e8e1;
    border-radius: 2px;
    background-color: #fff;
    padding: 15px;
    font-family: inherit;
    font-size: 12px;
}
.captcha {
    display: inline-block;
    vertical-align: top;
    margin: 0 17px 10px 0;
}
.form_captcha{
    display: inline-block;
    position: relative;
    margin: 0 0 0 17px;
    vertical-align: top;
}
.input_captcha {
    width: 130px;
    line-height: 38px;
    vertical-align: top;
    height:40px;
}
.secret_number {
    border: 1px solid #e8e8e1;
    padding: 9px;
    border-radius: 2px;
    background: #f5f8f9;
    display: inline-block;
    position: relative;
    text-shadow: 1px 1px #38c0f3, -1px 1px mediumturquoise, -1px -1px mediumturquoise, 1px -1px mediumturquoise;
    color: white;
    font-weight: bold;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    pointer-events: none;
    cursor: pointer;
}
/*.secret_number:before {
    content: "";
    position: absolute;
    top: 10px;
    right: -15px;
    bottom: -15px;
    left: 0;
    z-index: -1;
    background: linear-gradient(-45deg,
    rgba(72, 209, 204, 0) 2px, mediumturquoise 3px, rgba(72, 209, 204, 0) 3px ) repeat;
    background-size: 4px 4px;
}*/
.secret_number:after {
    content: attr(data-name);
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: -2;
    text-shadow: 1px 1px white,
    2px 2px white,
    3px 3px white,
    4px 4px white;
    color: white;
    transition: all 1s;
}
.message_error {
    clear: both;
    padding: 10px 20px;
    margin-bottom: 20px;
    color: #f00;
    background-color: #ffcaca;
    border: 1px dotted #ff4545;
}
.message_success {
    padding: 11px 23px;
    margin-bottom: 25px;
    color: #ffffff;
    background-color: #ff6600;
    text-transform: uppercase;
}
.error{
    color: #f00;
    display: block;
    font-size: 13px;
}
.header_bottom.fixed {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
}
#sm_logo {
    float: right;
    font-size: 0;
    margin-left: 25px;
    margin-top: -10px;
}
#sm_logo img {
    vertical-align: top;
}
.ya_map {
    width: 100%;
    min-height: 450px;
}
.promo_img {
    position: absolute;
    max-width: 60px;
    max-height: 60px;
    top: 0;
    left: 0;
}
.dropdown {
    display: none;
}
.active.cat_switch::after,
.active .angle_icon,
.sort_link.active_down span::after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.block {
    background-color: #fff;
    margin-bottom: 25px;
}
.padding {
    padding: 20px 15px 25px;
}
header a,
.top_item,
.callback,
.search_button,
.button,
.slick-next::before,
.slick-prev::before,
.category_link,
.arrow_right,
.breadcrumbs a,
.coupon_button,
.page_link,
.tab_navigation a,
.active.cat_switch::after,
.angle_icon,
.sort_link.active_down span::after {
    transition: all 0.2s ease;
}
/*Кнопки*/
.button,
.disable_button {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0px 25px;
    font-weight: bold;
    font-family: inherit;
    font-size: 12px;
    line-height: 36px;
    color: #fff;
    text-transform: none;
    border: 2px solid #e41d2d;
    border-radius: 2px;
    background-color: #e41d2d;
    text-decoration: none;
    text-align: center;
}
.button {
    cursor: pointer;
}
.button:hover {
    background-color: #f2bd0b;
    color: #fff;
}
.buy {
    padding: 0px 20px;
	background: #e41d2d;
	color:#fff;
    line-height: 30px;
    /*border: 2px solid #1b4f9b;*/
	font-family: Arial;

}
.buy:hover {
    background-color: #fff;
    color: inherit;
}
.comparison_button,
.wishlist_button {
    display: block;
    position: absolute;
    top: 30px;
    right: 30px;
    width: 16px;
    height: 14px;
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
.wishlist_button {
    top: 62px;
    background-position: 0 -15px;
}
.comparison_button.selected {
    background-position: -34px 0;
}
.wishlist_button.selected {
    background-position: -34px -15px;
}
/* Header */
header {
    background-color: #fff;

}
header a {
    text-decoration: none;
}
.top_nav {
    border-bottom: 1px solid #e8e8e1;
}
.menu_switch {
    position: relative;
    float: left;
    height: 38px;
    width: 49px;
    margin-left: -15px;
    border-right: 1px solid #e8e8e1;
    color: #b8b7b7;
    font-size: 0;
    cursor: pointer;
}
.menu_switch::before {
    content: "";
    width: 18px;
    height: 12px;
    position: absolute;
    top: 13px;
    left: 15px;
    background: url(../images/sprite.png) no-repeat -46px -304px;
}
.openmenu .menu_switch::before {
    width: 14px;
    height: 14px;
    top: 12px;
    left: 17px;
    background-position: -48px -320px;
}
.informers {
    float: right;
}
.informer {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 22px;
    font-weight: bold;
    font-size: 0;
    min-width: 49px;
    text-align: center;
    text-transform: capitalize;
    color: #686666;
}
.informer_name,
.informer_counter {
    vertical-align: top;
    font-size: 12px;
}
.informer_counter {
    margin-left: 4px;
}
.cur_switch,
.lang_switch {
    cursor: pointer;
}
.informer .dropdown {
    position: absolute;
    z-index: 2;
    background-color: #fff;
    border: 1px solid #e8e8e1;
    top: 100%;
    right: -1px;
    min-width: calc(100% + 2px);
    font-size: 12px;
}
.informer .dropdown_item {
    display: block;
    padding: 5px 0;
    white-space: nowrap;
}
.informer .dropdown_item:hover {
    background-color: #e8e8e1;
}
.account_informer {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-image: url(../images/enter.png);
}
.wish_icon,
.compare_icon,
.angle_icon {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 14px;
    background-repeat: no-repeat;
    background-image: url(../images/sprite.png);
}
.wish_icon{
    background-position: 0px -15px;
}
.compare_icon {
    background-position: 0px 0px;
}
.angle_icon    {
    height: 10px;
    background-position: 0px -32px;
}
.logo {
    display: block;
    font-size: 0;
    text-align: center;
    margin-top: 17px;
}
@media (max-width: 1200px) { 
    .logo
    {
    display: none;
    }
}
.logo-mobile {
    display: none;
    font-size: 0;
    text-align: center;
    margin-top: 17px;
}
@media (max-width: 1200px) { 
    .logo-mobile
    {
            display: block;
        float: left;
        margin-left: 50px;
    }
}
#cart_informer {
    float: right;
}
.cart_info {
    display: inline-block;
    position: relative;
    min-height: 32px;
    padding-left: 45px;
    font-size: 13px;
    color: #fff;
}
.cart_info::before {
    content: "";
    position: absolute;
    left: 0;
    width: 30px;
    height: 32px;
    background: url(../images/cart.png) no-repeat center center;
    background-size: contain;
}
.cart_counter {
    position: absolute;
    top: -5px;
    left: 18px;
    width: 19px;
    height: 19px;
    line-height: 19px;
    border-radius: 100%;
    background-color: #e3001f;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
}
.cart_total {
    display: block;
    font-weight: bold;
}
.times,
.phones {
    float: left;
    line-height: 21px;
    font-weight: bold;
    margin-top: 16px;
}
.times {
    font-size: 14px;
}
.phones {
    font-size: 17px;
}
.times_inner,
.phones_inner {
    position: relative;
    display: inline-block;
    padding-left: 45px;
    margin-top: 27px;
}
.times_text {
    color: #686666;
    font-weight: normal;
}
.times_inner::before,
.phones_inner::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0px;
    left: 0;
    background: url(../images/place.png) no-repeat;
}
.phones_inner::before {
    top: 0px;
    background: url(../images/phone.png) no-repeat;
}
.callback {
background: #e31d2c;
    color: #fff;
    display: block;
    float: left;
    padding: 11px 12px;
    border: 2px solid #1b4f9b;
    border-radius: 2px;
    line-height: 14px;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    margin-top: 18px;
    margin-bottom: 18px;
}
.callback:hover {
    border-color: #f2bd0b;
}
.account {
    float: right;
    padding-top: 11px;
    font-size: 13px;
    margin-top: 10px;
}
.account_link {
    position: relative;
    vertical-align: top;
    padding-left: 30px;
}
.account_link::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 32px;
    left: 0;
    background: url(../images/account.png) no-repeat no-repeat center center;
    background-size: contain;
}
.account_name {
    display: block;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
	margin-left: 45px;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 97px;
    overflow: hidden;
}
.header_bottom {
    background-color: #1b4f9b;
}
.search {
    position: relative;
    float: right;
    background-color: #ffffff;
    margin-top: 16px;
    width: calc(100% - 50px);
}
.search_input {
width: 100%;
    height: 31px;
    padding: 0 45px 0 20px;
    border: none;
    font-family: Uni Sans Thin Caps;
    background: none;
    font-size: 16px;
    font-weight: 700;
    color: #000000;
}
.search_button {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background: #e41d2d;
    width: 34px;
    height: 31px;
    line-height: 31px;
    padding: 0;
    font-size: 0;
    color: #fff;
    cursor: pointer;
}
.search_button:hover {
    background: #b90000;
}
.search_icon {
    width: 16px;
    height: 18px;
    vertical-align: middle;
}
.categories {
    position: relative;
}
.categories_heading {
    float: left;
    line-height: 60px;
    padding-left: 10px;
    padding-right: 20px;
    color: #fff;
    background-color: #1b4f9b;
    font-size: 0;
    cursor: pointer;
}
.menu_icon {
    vertical-align: middle;
}
.categories_heading span {
    font-size: 14px;
    margin-left: 15px;
    vertical-align: middle;
}
.categories_nav {
    display: none;
    background-color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    color: #1b4f9b;
    border-top: 1px solid #23aee2;
    position: absolute;
    z-index: 999;
    top: 60px;
    left: 0;
    min-width: 100%;
    width: 300px;
}
.category_item {
    position: relative;
}
.category_link {
position: relative;
    display: block;
    font-size: 14px;
	    background: #f0f0f0;
	font-family:Montserrat-Bold;
    text-transform: none;
    padding: 6px 30px 6px 20px;
    border-bottom: 1px solid #23aee2;
	font-weight:normal;
}
.category_item .arrow_right {
    position: absolute;
    width: 13px;
    height: 13px;
    top: 50%;
    right: 5px;
    margin-top: -7px;
    font-size: 0;
    color: #23aee2;
}
.cat_switch {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 31px;
}
.cat_switch::after {
    content: "";
    position: absolute;
    top: 11px;
    right: 15px;
    width: 16px;
    height: 8px;
    background: url(../images/sprite.png) no-repeat -23px -304px;
}
/* FOOTER */
.footer_top {
    position: relative;
    padding: 23px 0;
    background-color: #fff;
    font-size: 0;
	display:none;
}
.payments_text {
    font-size: 14px;
    color: #0a0a28;
    display: block;
    margin: 0 0 10px;
}
.footer_bottom {
    background-color: #1b4f9b;
    padding: 25px 0;
    font-size: 14px;
    color: #fff;
}
#subscribe_container {
    margin-bottom: 18px;
	display:none;
}
.subscribe_promotext {
    margin-top: 8px;
    line-height: 1.3;
    font-size: 12px;
    color: #827f7f;
}
.subscribe_form {
    position: relative;
    width: 315px;
    max-width: 100%;
    border: 1px solid #ccc;
    border-radius: 2px;
    font-weight: bold;
    font-size: 12px;
}
.subscribe_input {
    width: 100%;
    height: 32px;
    padding: 0 125px 0 10px;
    background-color: #fff;
    border: none;
    color: #827f7f;
}
.subscribe_button {
    position: absolute;
    top: 0;
    right: 0;
    height: 32px;
    width: 115px;
    border:none;
    background-color: #e62e04;
    text-align: center;
    color: #fff;
}
.foot .h3 {
    font-weight: normal;
    margin-bottom: 18px;
}
.foot_social a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    width: 32px;
    height: 32px;
    font-size: 0;
    background-image: url(../images/social.png);
    background-repeat: no-repeat;
}
.fb {
    background-position: 0 0;
}
.vk {
    background-position: 0 -32px;
}
.ok {
    background-position: 0 -64px;
}
.tw {
    background-position: 0 -96px;
}
.ins {
    background-position: 0 -128px;
}
.foot_item {
    margin-bottom: 5px;
}
.footer_contacts,
.foot_menu {
    margin-top: -5px;
}
.footer_contacts a {
    text-decoration: none;
}
.copyright {
    padding-top: 10px;
    font-size: 12px;
}
/* Main page */
.advantages {
    background-color: #f2f6f7;
    font-weight: bold;
    line-height: 18px;
    font-size: 14px;
    color: #929faf;
	display:none;
}
.advantage {
    position: relative;
    padding-left: 55px;
    padding-top: 20px;
    padding-bottom: 15px;
}
.advantage::before {
    content: "";
    width: 32px;
    height: 32px;
    position: absolute;
    left: 0;
    background-image: url(../images/home_sprite.png);
    background-repeat: no-repeat;
}
.advantage_1::before {
    top: 17px;
    height: 23px;
    background-position: 0 -98px;
}
.advantage_2::before {
    top: 13px;
    background-position: 0 -65px;
}
.advantage_3::before {
    top: 15px;
    height: 31px;
    background-position: 0 -33px;
}
.advantage_4::before {
    top: 13px;
    background-position: 0 0;
}
.banners {
    font-size: 0;
    margin-bottom: 40px;
}
.look_all {
    font-size: 12px;
    color: #606060;
    text-align: center;
}
.main_text {
    padding-top: 12px;
    color: #606060;
    opacity: .7;
}
/* Blog */
.news {
    position: relative;
}
.blog_item {
    border-bottom: 1px solid #e8e8e1;
    box-shadow: inset -1px 0 0 #e8e8e1;
    background-color: #fff;
    margin-bottom: 0;
}
.news_content,
.blog_content {
    padding: 25px 23px 30px;
    color: #606060;
}
.news_image,
.blog_image {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 52%;
    background-color: #f5f6f7;
    background-image: url(../images/post_img.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.news_img,
.blog_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 100%;
    object-fit: cover;
}
.blog_annotation,
.news_annotation {
    opacity: .7;
    max-height: 105px;
    overflow: hidden;
}
.news_date,
.blog_date {
    margin: 12px 0 5px;
    opacity: .7;
}
/* Brands */
.all_brands {
    position: relative;
}
.brands {
    box-shadow: inset 0px -1px 0 #e8e8e1;
}
.all_brands_link,
.brand_link {
    display: block;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    color: #606060;
    padding: 30px 25px;
}
.all_brands_link {
    border-left: 1px solid #e8e8e1;
}
.slick-current .all_brands_link {
    border-left: none;
}
.brand_item {
    border-bottom: 1px solid #e8e8e1;
    border-right: 1px solid #e8e8e1;
}
.brand_image,
.brand_name {
    height: 100px; 
    overflow: hidden;
    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;
    text-decoration: none;
}
.brand_image {
    margin-bottom: 20px;
}
.brand_img {
    vertical-align: middle;
    max-height: 100%;
}
.brand .brand_item:hover,
.all_brands_link:hover,
#fn_content .products_item:hover {
    box-shadow: inset 0 0 0 1px #ccccc6;
}
/* Product preview */
.main_products {
    position: relative;
}
.preview {
    position: relative;
    padding: 30px 25px;
    min-height: 445px;
}
.products_item {
    border-bottom: 1px solid #e8e8e1;
    box-shadow: inset -1px 0 0 #e8e8e1;
    margin-bottom: 0;
    background-color: #fff;
}
.product_name {
    display: block;
    font-weight: bold;
    height: 63px;
	text-decoration: none;
    line-height: 21px;
	text-align:center;
    font-size: 18px;
    color: #1b4f9b;
    overflow: hidden;
    margin-bottom: 10px;
}
.product_name:hover {
	color:#b90000;
}
.preview_image {
    display: block;
    position: relative;
    height: 250px;
    line-height: 200px;
    text-align: center;
    padding: 0 0 30px;
}
.preview_img {
    vertical-align: middle;
    max-height: 100%;
}
.preview .price_container {
    float: left;
    width: calc(100% - 125px);
    font-weight: bold;
    line-height: 1.4;
    min-height: 42px;
}
.preview_form {
    width: 125px;
    float: right;
    padding-top: 3px;
}
.preview .button {
    width: 100%;
}
.preview .price {
    font-size: 16px;
}
.preview .hidden + .price {
    margin-top: 7px;
}
.old_price {
    font-size: 13px;
    color: #606060;
    opacity: .7;
    text-decoration: line-through;
}
.remove_link {
    display: block;
    margin: -15px 0 15px;
    font-size: 13px;
    text-decoration: none;
    text-align: center;
}
.remove_link .remove_icon {
    margin-top: -2px;
    color: #e62e04;
}
.remove_link span {
    text-decoration: underline;
}
.remove_link:hover span {
    text-decoration: none;
}
.sort {
    border-bottom: 1px solid #e8e8e1;
    line-height: 17px;
    background-color: #fff;
    padding-left: 3px;
}
.sort_title {
    display: block;
    padding: 14px 12px 0;
    font-weight: bold;
    font-size: 16px;
}
.sort_link {
    float: left;
    padding: 14px 5px 14px 10px;
    text-decoration: none;
    font-size: 13px;
    border: none;
    background: none;
    cursor: pointer;
}
.sort_link.active_up,
.sort_link.active_down {
    color: #e41d2d;
    font-weight: bold;
}
.sort_link span {
    display: inline-block;
    position: relative;
    padding-right: 21px;
}
.sort_link span::after {
    content: "";
    width: 16px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -5px;
    background: url(../images/sprite.png) no-repeat -1px -303px;
}
.sort_link.no_after span::after {
    content: none;
}
/* Cart */
.purchase {
    width: 100%;
    margin-bottom: 40px;
}
.purchase th,
.purchase td {
    vertical-align: middle;
    text-align: center;
}
.purchase th {
    padding: 12px 8px;
    font-weight: bold;
    font-size: 13px;
    font-weight: bold;
    background-color: #fcfcfc;
}
.purchase td {
    border-top: 1px solid #e8e8e1;
    border-bottom: 1px solid #e8e8e1;
    padding: 8px;
    background-color: #fff;
}
.purchase_remove,
.purchase_image {
    font-size: 0;
}
.purchase_remove a {
    text-decoration: none;
}
.purchase_preorder,
.purchase_remove a:hover {
    color: #e62e04;
}
.remove_icon {
    width: 14px;
    height: 14px;
    vertical-align: middle;
}
.amount {
    width: 123px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #e8e8e1;
    line-height: 34px;
}
.plus,
.minus {
    font-size: 16px;
    float: left;
    width: 28px;
    height: 34px;
    text-align: center;
    cursor: pointer;
    color: #707070;
}
.plus:hover,
.minus:hover {
    color: #030303;
}
.input_amount {
    display: block;
    float: left;
    font-size: 14px;
    text-align: center;
    background-color: #fff;
    border-top: none;
    border-bottom: none;
    border-left: 1px solid #e8e8e1;
    border-right: 1px solid #e8e8e1;
    background-color: #f7f7f7;
    padding: 0;
    margin: 0;
    height: 34px;
    width: 65px;
    text-align: center;
}
.purchase_total td {
    font-weight: bold;
    font-size: 16px;
    border-bottom: none;
}
.purchase_total {
    font-weight: bold;
    font-size: 16px;
}
.purchase_total .total_sum {
color: #e41d2d;
    font-size: 18px;
}
.purchase_name {
    font-weight: bold;
    font-size: 16px;
    color: #1b4f9b;
}
.purchase .coupon,
.purchase .purchase_total {
    padding: 10px;
}
.input_coupon {
    vertical-align: top;
    width: 165px;
    height: 34px;
    padding: 0 8px;
    border: 1px solid #e8e8e1;
    border-radius: 2px;
    font-size: 13px;
    font-family: inherit;
}
.coupon_button {
height: 34px;
    padding: 0 25px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    background: #e41d2d;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}
.coupon_button:hover {
    background: #1b4f9b;
}
.coupon .message_error {
    margin: 0 0 10px;
    width: 285px;
}
.delivery {
    font-size: 13px;
}
.delivery_item {
    margin-bottom: 15px;
}
.delivery_description {
    margin-left: 25px;
    display: none;
}
.active + .delivery_description {
    display: block;
}
.input_delivery {
    float: left;
    margin: 7px 0 0;
}
.delivery_item img {
    vertical-align: middle;
    margin-right: 4px;
}
.delivery_name {
    display: block;
    padding-left: 25px;
}
.delivery_label {
    display: block;
    overflow: hidden;
    margin-bottom: 5px;
    font-weight: 500;
}
.active.delivery_label {
    font-weight: bold;
}
.order_details    {
    width: 100%;
}
.order_details td {
    padding: 0 0 15px;
}
.order_notify{
    background-color: #fff;
    border: 2px solid rgb(56, 192, 243);
    margin-bottom: 25px;
    padding: 18px 20px 18px;
}
.order_heading{
    color: rgb(10, 10, 40);
    font-size: 22px;
    line-height: 1.2;
    font-weight: bold;
    font-family: inherit;
    margin-bottom: 10px;
}
.order_thank{
    color: rgb(10, 10, 40);
    font-size: 18px;
    line-height: 1.2;
    font-family: inherit;
    margin-top: 10px;
}
.order_tag{
    color: #fff;
    line-height: inherit;
    padding: 0px 8px;
    font-size: 16px;
    border-radius: 4px;
    display: inline-block;
    background-color: rgb(56, 192, 243);
}
.order_heading_promo{
    color: rgb(10, 10, 40);
    font-size: 16px;
    line-height: 1.3;
}
.method_name {
    font-weight: bold;
    font-size: 16px;
}
.method_form {
    margin: 15px 0;
}
.method_description {
    margin-bottom: 15px;
}
.feedback_form {
    background-color: #f5f6f7;
    border: 1px solid #e8e8e1;
}
.feedback_inner {
    padding-top: 25px;
}
/* Pagination */
.pagination {
    list-style: none;
    text-align: center;
    background: #fff;
    padding: 15px 10px 5px;
    margin: -40px 0 40px;
}
.page_item {
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 10px;
}
.page_link {
    display: block;
    padding: 3px 7px;
    min-width: 30px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #e8e8e1;
    background-color: #fff;
    color: #303030;
}
.page_link:hover,
.active .page_link {
    color: #fff;
    background-color: #f2bd0b;
    border-color: #f2bd0b;
}
/* Product Page */
.product_heading {
    font-size: 22px;
	text-align:center;
    color: #0a0a28;
    line-height: 1.1;
	text-transform: uppercase;
    font-weight: 50;
	font-family: Russo One;
    margin: 5px 0 50px;
}
.sku {
    margin-top: -10px;
    margin-bottom: 16px;
    font-size: 13px;
}
.sku_nubmer {
    color: #adaaaa;
}
.product_brand_block{
    font-size: 13px;
    float: left;
    margin-right: 25px;
}
.product_image {
    position: relative;
    text-align: center;
    height: 340px;
    margin-bottom: 23px;
}
.product_image a{
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 340px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.product_img {
    position: relative;
    max-height: 100%;
}
.images {
    margin-left: -6px;
    margin-right: -6px;
    margin-bottom: 23px;
}
.images_item {
    float: left;
    width: 16.666667%;
    padding-left: 6px;
    padding-right: 6px;
}
.images_link {
    display: block;
    border: 1px solid #e8e8e1;
    height: 77px;
    line-height: 75px;
    text-align: center;
    font-size: 0;
}
.images_item img {
    vertical-align: middle;
}
.product_details {
    margin-bottom: 23px;
}
.product_wish {
    margin-bottom: 12px;
}
.product_wish,
.product_compare {
    position: relative;
    display: inline-block;
    color: #686666;
    font-size: 12px;
    padding-left: 27px;
}
.product_wish::before,
.product_compare::before {
    content: "";
    width: 16px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 2px;
    background-repeat: no-repeat;
    background-image: url(../images/sprite.png);
}
.product_wish::before {
    background-position: -17px -15px;
}
.product_wish.selected::before {
    background-position: -34px -15px;
}
.product_compare::before {
    background-position: -17px 0;
}
.product_compare.selected::before {
    background-position: -34px 0;
}
.product_wish::after,
.product_compare::after {
    content: attr(title);
}
.details_label {
    font-size: 13px;
    margin-right: 14px;
    display: inline-block;
}
.product_rating {
    display: inline-block;
    margin: 20px 0 16px;
    font-size: 13px;
}
.available {
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
}
.in_stock,
.no_stock {
    position: relative;
    display: inline-block;
    padding-left: 20px;
}
.no_stock {
    padding-left: 18px;
}
.in_stock::before,
.no_stock::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 11px;
    height: 8px;
    background: url(../images/sprite.png) no-repeat -37px -33px;
}
.no_stock::before {
    height: 9px;
    background: url(../images/sprite.png) no-repeat -52px -33px;
}
.quontity_label {
    margin-top: 34px;
}
.product .amount {
    display: inline-block;
    vertical-align: top;
    margin-top: 26px;
    margin-bottom: 1px;
}
.product_btn {
    color: #fff;
    border: 2px solid #b90000;
    background-color: #e41d2d;
    min-width: 220px;
    font-size: 22px;
    font-family: Uni Sans Heavy Caps;
    text-transform: uppercase;
}
.info_delivery,
.info_payment    {
    margin-top: 25px;
}
.product_btn:hover {
    background-color: #fff;
	color:#1b4f9b;
    border-color: #1b4f9b;
}
.product .variant_select,
.products_item .variant_select{
    width: 100%;
    height: 39px;
    line-height: 35px;
    padding: 0 35px 0 15px;
    border: 2px solid #e1e8ed;
    border-radius: 2px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(../images/select_arrow.png);
    background-position: right 12px center;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-top: 5px;
}
.variant_select::-ms-expand {
    display: none;
}
.product .old_price {
    font-weight: bold;
    font-size: 16px;
    margin-top: 25px;
}
.product .price {
    font-weight: bold;
    font-size: 32px;
    line-height: 1.1;
    margin-top: 5px;
}
.product .hidden + .price {
    margin-top: 25px;
}
.product_buttons {
    margin-top: 25px;
}
.info_delivery,
.info_payment {
    border: 1px solid #e1e8ed;
    padding: 20px 18px 14px;
    font-size: 14px;
    position: relative;
}
.info_delivery::before,
.info_payment::before {
    content: "";
    position: absolute;
    bottom: 12px;
}
.info_delivery::before {
    width: 48px;
    height: 64px;
    right: 12px;
    background: url(../images/sprite.png) no-repeat 1px -178px;
}
.info_payment::before {
    width: 64px;
    height: 58px;
    right: 10px;
    background: url(../images/sprite.png) no-repeat 0px -243px;
}
.info_delivery .h5,
.info_payment .h5 {
    color: #030303;
    margin-bottom: 15px;
}
.info_delivery p,
.info_payment p {
    margin-bottom: 7px;
    opacity: .7;
}
.product_share {
    margin: 20px 0 25px;
}
.share_text {
    font-size: 13px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.product_share > div {
    display: inline-block;
    vertical-align: middle;
}
.product .pager {
    padding: 0;
}
.tab_navigation {
    overflow: hidden;
    z-index: 1;
}
.tab_navigation a {
    display: block;
    padding: 7px 10px;

    background-color: #f7f7f7;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid #e1e8ed;
}

.tab_navigation a.selected {
    background-color: #fff;
    box-shadow: inset 0 2px 0 0 #38c0f3;
}
.tab_container {
    overflow: hidden;
    border-top: 1px solid #e1e8ed;
    margin: -1px 0 0;
}
.tab {
    display: none;
    padding: 15px;
}
.product_description {
    line-height: 1.65;
}
.features {
    list-style: none;
    margin: 0;
    padding: 0;
}
.features li {
    padding: 0;
    margin-bottom: 7px;
    overflow: hidden;
    background-color: #fff;
}
.features_name,
.features_value {
    display: block;
    float: left;
    padding-left: 7px;
}
.features_value {
    width: 50%;
    font-size: 26px;
    font-weight: 700;
    color: #e41d2d;
    font-family: Bebas Neue Bold;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 15px;
}
.features_name {
    width: 50%;
    font-size: 26px;
    padding-top: 10px;
    font-weight: 700;
    font-family: Bebas Neue Bold;
    text-transform: uppercase;
    padding-bottom: 10px;
    position: relative;
}
.features_name span {
    position: relative;
    padding-right: 10px;
    z-index: 1;
    background-color: #fff;
}
.features_name::before {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px dotted #e1e8ed;
}
/* Comments */
.comment_item {
    margin-bottom: 10px;
    border-bottom: 1px solid rgb(225, 232, 237);
    padding-bottom: 10px;
}
.admin_note {
    margin-top: 10px;
    margin-left: 15px;
    border-left: 3px solid rgba(56, 192, 243, 0.8);
    padding: 10px;
    border-bottom: none;
    padding-bottom: 10px;
    margin-bottom: 10px;
    background: rgb(248, 248, 248);
}
.comment_author {
    font-weight: bold;
    color: rgb(5, 72, 98);
    text-transform: uppercase;
    font-size: 13px;
}
.comment_date {
    opacity: .5;
    font-size: 12px;
    line-height: 1.4;
    margin-top: 8px;
    display: block;
}
.comment_content {
    color: rgb(50, 50, 50);
    font-size: 13px;
    line-height: 1.4;
}
.no_comments {
    border-left: 3px solid rgba(56, 192, 243, 0.8);
    padding: 10px;
    background: rgb(248, 248, 248)
}
/* Post */
.post_date {
    opacity: .7;
    margin-bottom: 10px;
}
.post_share {
    margin: 20px 0;
}
.pager {
    margin-top: 0;
    margin-bottom: 0;
    padding: 15px 0;
    list-style: none;
    overflow: hidden;
}
.pager li {
    padding-top: 5px;
    padding-bottom: 5px;
}
.pager li:nth-child(even) {
    text-align: right;
}
.pager a,
.pager a:hover span {
    text-decoration: none;
}
.pager a span {
    text-decoration: underline;
}
.change_pass {
    margin-bottom: 10px;
}
.change_pass span {
    cursor: pointer;
    border-bottom: 1px dotted;
}
.change_pass span:hover {
    border-color: transparent;
}
.password_remind {
    float: right;
    margin-top: 6px;
    font-size: 13px;
}
/* Filters */

.sidebar_top {
    background-color: #fff;
    margin-bottom: 20px;
}
.sidebar_center {
    background-color: #fff;
    margin-bottom: 20px;
}
.sidebar .h2 {
    padding-bottom: 10px;
    padding-top: 12px;
}
.filter_group {
    padding: 23px 23px 0;
}
.catalog_menu{
    padding: 20px 23px 0;
}
.selected_filter_boxes{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}
.selected_filter_box {
    position: relative;
    width: 100%;
    min-height: 1px;
    /*padding-right: 10px;*/
    padding-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.selected_filter_item{
    border: 1px solid #38c0f3;
    border-radius: 3px;
    margin: 0 0px 10px 0;
    max-width: 100%;
}
.filter_reset{
    font-size: 13px;
    color: #000;
    font-weight: 500;
    overflow: hidden;
    display: inline-block;
    border: none;
    background: no-repeat;
    padding: 0;
    text-decoration: underline;
    cursor: pointer;
}
.selected_filter_box .s_filter_link{
    border: none;
    background: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    font-size: 12px;
    padding: 2px 8px 1px;
    cursor: pointer;
    color: #575757;
}
.selected_filter_box .s_filter_link span{
    margin-right: 5px;
    cursor: pointer;
    text-align: left;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% - 20px);
    -ms-flex: 0 0 calc(100% - 20px);
    flex: 0 0 calc(100% - 20px);
    max-width: calc(100% - 20px);
}
.selected_filter_box .s_filter_link svg{
    width: 16px;
    height: 16px;
    color: #999;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16px;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    max-width: 16px;
}
.selected_filter_box .selected_filter_item:hover .s_filter_link svg{
    color: #f25050;
}
.selected_filter_box .selected_filter_item:hover{
    background: #38c0f3;
}
.selected_filter_box .selected_filter_item:hover .s_filter_link{
    color: #fff;
}
.filters_heading {
    position: relative;
    font-weight: bold;
    font-size: 18px;
    padding: 9px 15px;
    cursor: pointer;
}
.filters_heading .angle_icon {
    position: absolute;
    right: 20px;
    top: 18px;
}
.filter_item {
    line-height: 24px;
    padding: 7px 0;
}
.catalog_item{
    padding: 0;
}
.filter_link {
    display: block;
    position: relative;
    padding-left: 36px;
    font-size: 14px;
    min-height: 24px;
    line-height: 24px;
    text-decoration: none;
    cursor: pointer;
    background: no-repeat;
    border: none;
    text-align: left;
}
.catalog_link {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    position: relative;
    padding-left: 0px;
    font-size: 14px;
	font-weight: 600;
    color: #b90000;
    text-decoration: none;
    cursor: pointer;
    padding: 7px 0px;

}
.catalog_link.sub_cat::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    margin-left: 1px;
    background-image: url(../images/select_arrow.png);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16px;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    max-width: 16px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.filter_indicator {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 0;
    left: 0;
    border: 1px solid #e8e8e1;
    border-radius: 1px;
}
.checked .filter_indicator {
    background: url(../images/sprite.png) no-repeat 3px -316px;
}
.price_range {
    overflow: hidden;
    margin-left: -12px;
    margin-right: -12px;
    margin-bottom: 15px;
}
.price_label {
    float: left;
    width: 50%;
    padding-left: 12px;
    padding-right: 12px;
}
.max_price {
    text-align: right;
}
.max_input,
.min_input {
    max-width: 100%;
    padding: 0 8px;
    line-height: 30px;
    height: 32px;
    border: 1px solid #e8e8e1;
}
/* Browsed products */
.browsed {
    padding-top: 10px;
    padding-bottom: 15px;
}
.browsed_item {
    line-height: 50px;
    height: 80px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}
.browsed_item img {
    vertical-align: middle;
}
/* Product Rating */
.rating_starOff {
    display: inline-block;
    vertical-align: top;
}
.rating_starOff,
.rating_starOn {
    width: 90px;
    height: 18px;
    background: url(../images/rating.png) repeat-x left top;
}
.rating_starOn {
    display: block;
    background-position: left bottom;
}
.rating_text {
    vertical-align: middle;
    line-height: 18px;
    display: inline-block;
}
/* BREADCRUMBS */
.breadcrumbs {
    padding: 10px 15px;
    margin: 25px 0;
    list-style: none;
    font-size: 12px;
    background-color: #fff;
}
.breadcrumbs li {
    display: inline-block;
    padding: 0;
    margin: 3px 0;
}
.breadcrumbs li + li:before {
    padding: 0 2px;
    content: "/\00a0";
}
/* Scroll to top */
.to_top {
    width: 42px;
    height: 42px;
    border-radius: 100%;
    position: fixed;
    bottom: 50px;
    right: 10px;
    z-index: 99;
    display: none;
    background-color: #e3001f;
    background-image: url(../images/up-arrow.png);
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.to_top:hover {
    background-color: #1b4f9b;
}
/* POPUP WINDOW */
.popup {
    width: 320px;
    max-width: 100%;
    padding: 5px;
    text-align: center;
}
.popup_heading {
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}
/* Comparison_page */
.comparison_page {
    padding-bottom: 40px;
}
.comparison_left {
    float: left;
    width: 30%;
}
.comparison_products {
    float: right;
    width: 70%;
    position: relative;
    margin: 0;
    border-left: 1px solid #e8e8e1;
}
.comparison_item {
    border-right: 1px solid #e8e8e1;
}
.cell {
    padding: 10px 15px;
    border-bottom: 1px solid #e8e8e1;
}
.comparison_item .cell,
.comparison_item .cprs_rating {
    text-align: center;
}
.cprs_rating {
    padding: 10px 15px;
    border-bottom: 1px solid #e8e8e1;
    border-top: 1px solid #e8e8e1;
}
.cell:nth-child(odd) {
    background: #efefef;
}
.compare_controls {
    position: relative;
}
.compare_show {
    position: absolute;
    left: 0px;
    bottom: 25px;
}
.compare_show a {
    display: inline-block;
    padding: 6px 11px;
    text-decoration: none;
    margin: 0 5px 5px 15px;
}
.compare_show a:hover,
.compare_show .active {
    background: #fff;
    border: 1px solid #e8e8e1;
    padding: 5px 10px;
    color: #030303;
}
.compare_show a span {
    border-bottom: 1px dashed;
}
.compare_show a:hover span,
.compare_show .active span {
    border-color: transparent;
}
.preorder_label{
    padding: 0 5px;
    color: #fff;
    text-align: center;
    font-size: 10px;
    background: #f2bd0b;
    border: none;
    border-radius: 2px;
}
.callback_form .captcha{
    display: block;
    margin: 0 0px 20px 0;
}
.callback_form .captcha .secret_number{
    width: 95px;
}
.callback_form .captcha .form_captcha{
    width: calc(100% - 117px);
}
.callback_form .button{ 
    display: block;
    width: 100%;
}

.order_notify_v2{
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    background: #fff;
    padding: 20px 0px;
}
.order_notify_v2 .o_notify_v2_head{
    vertical-align: middle;
    margin-bottom: 20px;
}
.order_notify_v2 svg{
    width: 44px;
    height: 44px;
    color: #74B636;
    margin-right: 12px;
    vertical-align: middle;
}
.order_notify_v2 .o_notify_v2_heading{
    font-size: 32px;
    font-weight: 600;
    vertical-align: middle;
}
.o_notify_v2_content{
    margin-bottom: 25px;
}
.o_notify_v2_content .o_notify_v2_content_inner{
    max-width: 660px;
    display: inline-block;
}
.o_notify_v2_order_id .o_notify_v2_order_id_box{
    display: inline-block;
    border: 2px solid #FFC007;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 10px;
    line-height: 1.2;
    background: #fff;
    text-transform: uppercase;
    font-weight: 600;
    color: #414141;
}
.o_notify_v2_order_id .o_notify_v2_order_id_box .o_notify_v2_order_id_bold{
    font-weight: bold;
    font-size: 17px;
    line-height: 1;
    margin-top: 3px;
    display: block;
    color: #000;
}

/* main menu */
.menu_group_header{
    float: left;
}

.menu_list_1{
    padding-left: 0px;
    list-style: none;
}
.menu_list_2,
.menu_list_3,
.menu_list_4{
    padding-left: 15px;
    list-style: none;
}
.menu_list{
    margin: 5px 0px 0px 0px;
}
.menu_item{
    margin-bottom: 5px;
}

/* menu 404 */

menu_group_404 .menu_list{
    margin: 0px;
    padding-left: 15px;
}
.menu_404{
    margin-top: 30px;
}
.menu_404 .text_404{
    margin: 0 0 40px;
}
.menu_404 .text_404 {
    font-weight: 500;
    font-family: inherit;
    color: rgb(89, 89, 89);
    font-size: 18px;
    line-height: 1.3;
}
.menu_group_404 .menu_list{
    padding: 0px;
    list-style: none;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    margin-right: -20px;
    margin-left: -20px;
}
.menu_group_404 .menu_list_2{
    display: none!important;
}
.menu_group_404 .menu_list .menu_item{
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    margin-bottom: 20px;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.menu_group_404 .menu_list .menu_link{
    text-align: center;
    color: rgb(255, 255, 255);
    background-color: #00C1F5;
    border: 1px solid rgb(0, 145, 185);
    display: inline-block;
    vertical-align: middle;
    padding: 10px 24px;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border: none;
    text-decoration: none;
    cursor: pointer;
    border-radius: 20px;
    width: 100%;
}
.menu_group_404 .menu_list .menu_link:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(4, 73, 92);
}

/* menu footer */


 .cntnr{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}
 @media (min-width:576px){.cntnr{max-width:540px}}
 @media (min-width:768px){.cntnr{max-width:720px}}
 @media (min-width:992px){.cntnr{max-width:960px}}
 @media (min-width:1200px){.cntnr{max-width:1140px}}
  .rowbox{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}
 
 @media (min-width: 1200px) {
	.cntnr {
		max-width: 1176px;
	}
}
.services-section .container {
	margin-bottom: -65px;
}
.section-title {
	margin-bottom: 50px;
}
.section-title h2 {
	font-size: 74px;
}
.team-section .section-title {
	background: #e22b63;
	margin-bottom: 0;
	padding: 35px 0 30px;
}
.newsletter-section .section-title {
	padding-bottom: 30px;
}
.section-title h2 {
    font-family: Uni Sans Heavy Caps;
		font-size: 38px;
		text-transform: uppercase;
            -webkit-text-stroke: 1px #000000;
}
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}
.text-white{color:#fff!important}
.service {
	margin-bottom: 65px;
}

.service i {
	font-size: 50px;
	display: block;
	margin-bottom: 25px;
}

.service h2 {
	margin-bottom: 15px;
	font-family: Uni Sans Heavy Caps;
	font-weight:100;
        -webkit-text-stroke: 1px #000000;
}

.service p {
	margin-bottom: 0;
}

.service.popular-item i {
	color: #e2e2e2;
	font-size: 85px;
	margin-bottom: 0;
}

.service.popular-item h2 {
	margin-bottom: 10px;
}

.service.popular-item p {
	font-size: 20px;
	margin-bottom: 15px;
	line-height: 1.8;
}

.service.popular-item a {
	color: #e22b63;
	font-size: 22px;
}
.services-section {
background-image: url(/design/okay_shop/images/blocks/service-bg.png), linear-gradient(45deg, #0e6da7, #25a8e0);
}
.intro-section  {
	background-image: url(/design/okay_shop/images/blocks/intro-bg.png), linear-gradient(45deg, #b90000, #25a8e0);
}
.services-section .cntnr {
	margin-bottom: -65px;
}
.spad {
	padding-top: 110px;
	padding-bottom: 110px;
}
.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
.intro-content h2 {
    padding-top: 50px;
    font-family: Uni Sans Heavy Caps;
    font-size: 54px;
    color: #fff;
    margin-bottom: 50px;
    text-transform: uppercase;
}
.intro-content p {
font-size: 20px;
    font-family: Archive;
    margin-bottom: 60px;
    color: #fff;
    font-weight: 100;
}
.fact i {
	font-size: 80px;
	color: #e22b63;
	line-height: normal;
}

.fact h2 {
	font-family: 'Uni Sans Heavy Caps', sans-serif;
	font-weight: 900;
	font-size: 48px;
			color: #fff;
}

.fact p {
	font-size: 20px;
			color: #fff;
}
 .infoframe{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}
 @media (min-width:576px){.infoframe{max-width:540px}}
 @media (min-width:768px){.infoframe{max-width:720px}}
 @media (min-width:992px){.infoframe{max-width:960px}}
 @media (min-width:1200px){.infoframe{max-width:1140px}}
 .aboutframe{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}
  .mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}
   .mb-auto,.my-auto{margin-bottom:auto!important}
   .h-100{height:100%!important}
   
 .aboutcompany h2 {  
   font-family: Open Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 55px;
    line-height: 75px;
}
h2.aboutcompany {  
   font-family: Open Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 55px;
    line-height: 75px;
}
.site-section {
  padding: 3em 0; }
  @media (min-width: 768px) {
    .site-section {
      padding: 7em 0; } }
  .site-section.site-section-sm {
    padding: 4em 0; }
 .advv{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}
 @media (min-width:576px){.advv{max-width:540px}}
 @media (min-width:768px){.advv{max-width:720px}}
 @media (min-width:992px){.advv{max-width:960px}}
 @media (min-width:1200px){.advv{max-width:1140px}}
 .advboxes{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}
 .mb-5,.my-5{margin-bottom:3rem!important}
 .justify-content-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}
   .site-section-heading.text-center:before {
    content: "";
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    width: 40px;
    height: 2px;
    background: #f23a2e; }
.text-center{text-align:center!important}
@media (max-width: 767.98px) {
  .display-3, .display-2, .display-4 {
    font-size: 2rem !important; } }
.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}
.text-black {
  color: #000 !important; }
  .site-block-feature {
  background: rgba(0, 0, 0, 0.5);
  position: relative; }
  .site-block-feature .icon {
    font-size: 50px; }
  .site-block-feature h3 {
    font-size: 15px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #fff; }
  .site-block-feature p {
    color: rgba(255, 255, 255, 0.4);
    font-size: 1rem; }
    .site-block-feature p:last-child {
      margin-bottom: 0; }

.site-block-feature-2 .icon {
  font-size: 50px;
  position: relative;
  line-height: 1; }

.site-block-feature-2 h3 {
  font-size: 1.5rem; }

 .d-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}
 .plesk{border-radius:0.25rem!important}
 .mars-3,.mx-3{margin-right:1rem!important}
 .font-weight-light{font-weight:300!important}
 .site-block-half .image, .site-block-half .textadv {
  width: 100%; }
  @media (min-width: 992px) {
    .site-block-half .image, .site-block-half .textadv {
      width: 50%; } }

@media (max-width: 991.98px) {
  .site-block-half .image {
    margin-bottom: 50px; } }

.site-block-half .textadv {
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 992px) {
    .site-block-half .textadv {
      padding: 4rem; } }
  @media (min-width: 1200px) {
    .site-block-half .textadv {
      padding: 8rem; } }
.site-block-3 .row-items {
  height: calc(50% - 15px);
  margin-bottom: 30px; }
  .site-block-3 .row-items.last {
    height: calc(50% - 15px);
    margin-bottom: 0; }

.site-block-3 .feature {
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  height: 100%; }
  .site-block-3 .feature h3 {
    color: #000;
    font-size: 1.4rem; }
  .site-block-3 .feature:hover, .site-block-3 .feature:active, .site-block-3 .feature:focus, .site-block-3 .feature.active {
    -webkit-box-shadow: 0 5px 20px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px -2px rgba(0, 0, 0, 0.1); }
 .bg-light{background-color:#fff!important}
 a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}
 .align-items-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}
 .mb-lg-0,.my-lg-0{margin-bottom:0!important}
   .bg-image.overlay-success:before {
    background: rgba(40, 167, 69, 0.9); }
  .bg-image.overlay-success:before {
    background: rgba(238, 198, 10, 0.9); }
.bg-image {
  background-size: cover;
  background-repeat: no-rpeeat;
  overflow: hidden;
  background-position: center center; }
  .bg-image.center {
    background-position: top center; }
  .bg-image.fixed {
    background-position: fixed !important; }
  .bg-image.overlay, .bg-image.overlay-primary, .bg-image.overlay-info, .bg-image.overlay-success, .bg-image.overlay-warning {
    position: relative; }
    .bg-image.overlay:before, .bg-image.overlay-primary:before, .bg-image.overlay-info:before, .bg-image.overlay-success:before, .bg-image.overlay-warning:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0; }
  .bg-image.overlay:before {
    background: rgba(0, 0, 0, 0.4); }
  .bg-image.overlay-primary:before {
    background: rgba(242, 58, 46, 0.9); }
  .bg-image.overlay-info:before {
    background: rgba(23, 162, 184, 0.9); }
  .bg-image.overlay-success:before {
    background: rgba(40, 167, 69, 0.9); }
  .bg-image.overlay-success:before {
    background: rgba(238, 198, 10, 0.9); }
@media (max-width: 991.98px) {
  .bg-md-height {
    height: 300px; } }

@media (max-width: 767.98px) {
  .bg-sm-height {
    height: 300px; } }
.h-100{height:100%!important}
.site-block-3 .advboxes-items {
  height: calc(50% - 15px);
  margin-bottom: 30px; }
  .site-block-3 .advboxes-items.last {
    height: calc(50% - 15px);
    margin-bottom: 0; }
.mb-md-0,.my-md-0{margin-bottom:0!important}
 .btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle: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)}
 .p-4{padding:1.5rem!important}
 .mb-4,.my-4{margin-bottom:1.5rem!important}
 .bg-white{background-color:#fff!important}
 .align-self-center{-ms-flex-item-align:center!important;align-self:center!important}
 .w-100{width:100%!important}
 .d-block{display:block!important}
 .mb-3,.my-3{margin-bottom:1rem!important}
 .display-3{font-size:4.5rem;font-weight:300;line-height:1.2}
 
 
 .wide {
    color: #fff;
    min-height: 800px;
    font-size: 20px;
}
.wide_promo {
    background: #009fdf;
    color: #fff;
    margin-bottom: 30px;
    padding: 48px;
    position: relative;
    z-index: 2;
}
@media screen and (max-width: 991px){
.wide_promo {
    padding: 32px 15px;
}}

@media screen and (max-width: 991px){
.wide_promo {
    margin-bottom: 15px;
}}

@media screen and (max-width: 991px) {
.wide, .wide_promo, .wide_video {
    margin-left: 0;
    margin-right: 0;
}}
.wide, .wide_promo, .wide_video {
    clear: both;
}
.wide_promo:before, .wide_promo:after {
    display: table;
    zalivka: " ";
}
.wide_promo:after {
    clear: both;
}

@media screen and (max-width: 991px){
.zalivka {
    padding-left: 7px;
    padding-right: 8px;
}}

.zalivka {
    width: 100%;
    max-width: 1440px;
    padding: 0 20px;
    margin: 0 auto;
}
.zalivka:after {
    clear: both;
}
.zalivka:before, .zalivka:after {
    display: table;
    zalivka: " ";
}
.wide_promo .col1 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
	width: 40%;
}

.wide_promo .col1:first-child {
    padding-left: 0;
}

@media (min-width: 992px){
.wide_promo .col1 {
    width: 50%;
	float: left;
}}

@media screen and (max-width: 991px) {
.wide_promo .col1:first-child;{width: auto;}}

@media screen and (max-width: 991px){
.wide_promo .col1 {
    padding-left: 8px;
    padding-right: 7px;
}}

.wide_promo .giant-number {
    display: block;
    font-size: 290px;
    font-weight: bold;
    line-height: 1;
    margin: -0.15em 0 0 -0.04em;
    pointer-events: none;
}
@media screen and (max-width: 991px) {
.wide_promo .giant-number {
    font-size: 250px;
}}
.wide_promo .col1:first-child p {
    margin-bottom: 1.5em;
}
.wide p {
    max-width: 950px;
    margin: 0 auto;
}
.wide_promo .col1 h5 {
    letter-spacing: 0.05em;
    text-transform: uppercase;
    line-height: 1.42857;
    margin-top: 15%;
    color: #fff;
}

@media (max-width: 991px) and (min-width: 480px){
h5, .h5, .upper {
    font-size: 20px;
}}
.wide_promo .col__image img {
    margin: -80px -150px -123px -100px;
}
.wide_promo .col__info {
    font-size: 15px;
    text-align: right;
    width: 20%;
}
@media screen and (max-width: 991px){
.wide_promo .col__info {
    margin-top: 2em;
    text-align: left;
    width: auto;
}}

#slider1{
    width: 100%;
    min-height: 100%;
  position:relative;
  overflow:hidden;
}
@keyframes load{
  from{left:-100%;}
  to{left:0;}
}
.slides1{
  width:400%;
  height:100%;
  position:relative;
  -webkit-animation:slide 30s infinite;
  -moz-animation:slide 30s infinite;
  animation:slide 30s infinite;
}
.slider1{
  width:25%;
  height:100%;
  float:left;
  position:relative;
  z-index:1;
  overflow:hidden;
}
.slide img{
  width:100%;
  height:100%;
}
.slide img{
  width:100%;
  height:100%;
}
.image{
  width:100%;
  height:100%;
}
.image img{
  width:100%;
  height:100%;
}

/* Legend */
.legend{
  border:500px solid transparent;
  border-left:800px solid rgba(52, 73, 94, .7);
  border-bottom:0;
  position:absolute;
  bottom:0;
}

/* Contents */
.content{
  width:100%;
  height:100%;
  position:absolute;
  overflow:hidden;
}
.content-txt{
  width:400px;
  height:150px;
  float:left;
  position:relative;
  top:300px;
  -webkit-animation:content-s 7.5s infinite;
  -moz-animation:content-s 7.5s infinite;
  animation:content-s 7.5s infinite;
}
.content-txt h1{
  font-family:Arial;
  text-transform:uppercase;
  font-size:24px;
  color:#fff;
  text-align:left;
  margin-left:30px;
  padding-bottom:10px;
}
.content-txt h2{
  font-family:arial;
  font-weight:normal;
  font-size:14px;
  font-style:italic;
  color:#fff;
  text-align:left;
  margin-left:30px;
}

/* Switch */
.switch{
  width:120px;
  height:10px;
  position:absolute;
  display:none;
  bottom:50px;
  z-index:99;
  left:30px;
}
.switch > ul{
  list-style:none;
}
.switch > ul > li{
  width:10px;
  height:10px;
  border-radius:50%;
  background:#333;
  float:left;
  margin-right:5px;
  cursor:pointer;
}
.switch ul{
  overflow:hidden;
}
.on{
  width:100%;
  height:100%;
  border-radius:50%;
  background:#f39c12;
  position:relative;
  -webkit-animation:on 30s infinite;
  -moz-animation:on 30s infinite;
  animation:on 30s infinite;
}

/* Animation */
@-webkit-keyframes slide{
  0%,100%{
    margin-left:0%;
  }
  21%{
    margin-left:0%;
  }
  25%{
    margin-left:-100%;
  }
  46%{
    margin-left:-100%;
  }
  50%{
    margin-left:-200%;
  }
  71%{
    margin-left:-200%;
  }
  75%{
    margin-left:-300%;
  }
  96%{
    margin-left:-300%;
  }
}
@-moz-keyframes slide{
  0%,100%{
    margin-left:0%;
  }
  21%{
    margin-left:0%;
  }
  25%{
    margin-left:-100%;
  }
  46%{
    margin-left:-100%;
  }
  50%{
    margin-left:-200%;
  }
  71%{
    margin-left:-200%;
  }
  75%{
    margin-left:-300%;
  }
  96%{
    margin-left:-300%;
  }
}
@keyframes slide{
  0%,100%{
    margin-left:0%;
  }
  21%{
    margin-left:0%;
  }
  25%{
    margin-left:-100%;
  }
  46%{
    margin-left:-100%;
  }
  50%{
    margin-left:-200%;
  }
  71%{
    margin-left:-200%;
  }
  75%{
    margin-left:-300%;
  }
  96%{
    margin-left:-300%;
  }
}

@-webkit-keyframes content-s{
  0%{left:-420px;}
  10%{left:0px;}
  30%{left:0px;}
  40%{left:0px;}
  50%{left:0px;}
  60%{left:0px;}
  70%{left:0;}
  80%{left:-420px;}
  90%{left:-420px;}
  100%{left:-420px;}
}
@-moz-keyframes content-s{
  0%{left:-420px;}
  10%{left:0px;}
  30%{left:0px;}
  40%{left:0px;}
  50%{left:0px;}
  60%{left:0px;}
  70%{left:0;}
  80%{left:-420px;}
  90%{left:-420px;}
  100%{left:-420px;}
}
@keyframes content-s{
  0%{left:-420px;}
  10%{left:20px;}
  15%{left:0px;}
  30%{left:0px;}
  40%{left:0px;}
  50%{left:0px;}
  60%{left:0px;}
  70%{left:0;}
  80%{left:-420px;}
  90%{left:-420px;}
  100%{left:-420px;}
}

@-webkit-keyframes on{
  0%,100%{
    margin-left:0%;
  }
  21%{
    margin-left:0%;
  }
  25%{
    margin-left:15px;
  }
  46%{
    margin-left:15px;
  }
  50%{
    margin-left:30px;
  }
  71%{
    margin-left:30px;
  }
  75%{
    margin-left:45px;
  }
  96%{
    margin-left:45px;
  }
}

@-moz-keyframes on{
  0%,100%{
    margin-left:0%;
  }
  21%{
    margin-left:0%;
  }
  25%{
    margin-left:15px;
  }
  46%{
    margin-left:15px;
  }
  50%{
    margin-left:30px;
  }
  71%{
    margin-left:30px;
  }
  75%{
    margin-left:45px;
  }
  96%{
    margin-left:45px;
  }
}

@keyframes on{
  0%,100%{
    margin-left:0%;
  }
  21%{
    margin-left:0%;
  }
  25%{
    margin-left:15px;
  }
  46%{
    margin-left:15px;
  }
  50%{
    margin-left:30px;
  }
  71%{
    margin-left:30px;
  }
  75%{
    margin-left:45px;
  }
  96%{
    margin-left:45px;
  }
}

/* main */
/* Reset */
.vidosik .videopic, .vidosik .text {
  width: 100%; }
  @media (min-width: 992px) {
    .vidosik .videopic, .vidosik .text {
      width: 50%; } }

@media (max-width: 991.98px) {
  .vidosik .videopic {
    margin-bottom: 50px; } }

.vidosik .text {
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 992px) {
    .vidosik .text {
      padding: 4rem; } }
  @media (min-width: 1200px) {
    .vidosik .text {
      padding: 8rem; } }

.vidosik .bg-videopic {
  background-position: center center; }
  @media (max-width: 991.98px) {
    .vidosik .bg-videopic {
      height: 400px; } }

.vidosik.seminar-video .videopic {
  position: relative; }
  .vidosik.seminar-video .videopic .playb {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 20px;
    width: 70px;
    height: 70px;
    background: #fff;
    display: block;
    border-radius: 50%;
    opacity: 1;
    color: #f23a2e !important; }
    .vidosik.seminar-video .videopic .playb:hover {
      opacity: 1; }
    .vidosik.seminar-video .videopic .playb > span {
      position: absolute;
      left: 55%;
      top: 50%;
      -webkit-transform: translate(-60%, -50%);
      -ms-transform: translate(-60%, -50%);
      transform: translate(-60%, -50%); }
	  
.1bl{display:block!important}	  
	  
.2bl{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}

.video-cont{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}

 .videointro{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}
 
 .promo-h2 {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 2rem; }
  @media (min-width: 768px) {
    .promo-h2 {
      font-size: 3rem; } }
  .promo-h2 strong {
    font-weight: 900; }
	
	.lettering-3,.my-3{margin-bottom:1rem!important}
	
	.promo-video-text{font-size:1.25rem;font-weight:300}
	
	
	
.vidosik.seminar-video .videopic .playb {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 20px;
    width: 70px;
    height: 70px;
    background: #fff;
    display: block;
    border-radius: 50%;
    opacity: 1;
    color: #f23a2e !important;}

a.equiplist {
text-decoration: underline;
cursor: pointer;
color: #009fdf;
font-size: 19px;
}

equiplist.a {
text-decoration: underline;
cursor: pointer;
color: #009fdf;
font-size: 19px;
}

 .file{display:block;margin-bottom:0.5em}
 .file.PDF a:before,.file.PDF .link:before,.file.pdf a:before,.file.pdf .link:before,.file.PPT a:before,.file.PPT .link:before,.file.PPTX a:before,.file.PPTX .link:before,.file.ppt a:before,.file.ppt .link:before,.file.pptx a:before,.file.pptx .link:before,.file.XLS a:before,.file.XLS .link:before,.file.XLSX a:before,.file.XLSX .link:before,.file.xls a:before,.file.xls .link:before,.file.xlsx a:before,.file.xlsx .link:before,.file.DOC a:before,.file.DOC .link:before,.file.DOCX a:before,.file.DOCX .link:before,.file.doc a:before,.file.doc .link:before,.file.docx a:before,.file.docx .link:before,.file.JPG a:before,.file.JPG .link:before,.file.JPEG a:before,.file.JPEG .link:before,.file.PNG a:before,.file.PNG .link:before,.file.GIF a:before,.file.GIF .link:before,.file.jpg a:before,.file.jpg .link:before,.file.jpeg a:before,.file.jpeg .link:before,.file.png a:before,.file.png .link:before,.file.gif a:before,.file.gif .link:before,.file.AI a:before,.file.AI .link:before,.file.ai a:before,.file.ai .link:before,.file.zip a:before,.file.zip .link:before,.file.ZIP a:before,.file.ZIP .link:before{content:'';color:#fff;display:inline-block;font-weight:500;font-size:15px;float:none;line-height:1.37;margin:0 0.5em 0 0;padding:0 0.2em;letter-spacing:0.05em;text-transform:uppercase}
 
 @media screen and (max-width: 991px)
 {.file.PDF a:before,.file.PDF .link:before,.file.pdf a:before,.file.pdf .link:before,.file.PPT a:before,.file.PPT .link:before,.file.PPTX a:before,.file.PPTX .link:before,.file.ppt a:before,.file.ppt .link:before,.file.pptx a:before,.file.pptx .link:before,.file.XLS a:before,.file.XLS .link:before,.file.XLSX a:before,.file.XLSX .link:before,.file.xls a:before,.file.xls .link:before,.file.xlsx a:before,.file.xlsx .link:before,.file.DOC a:before,.file.DOC .link:before,.file.DOCX a:before,.file.DOCX .link:before,.file.doc a:before,.file.doc .link:before,.file.docx a:before,.file.docx .link:before,.file.JPG a:before,.file.JPG .link:before,.file.JPEG a:before,.file.JPEG .link:before,.file.PNG a:before,.file.PNG .link:before,.file.GIF a:before,.file.GIF .link:before,.file.jpg a:before,.file.jpg .link:before,.file.jpeg a:before,.file.jpeg .link:before,.file.png a:before,.file.png .link:before,.file.gif a:before,.file.gif .link:before,.file.AI a:before,.file.AI .link:before,.file.ai a:before,.file.ai .link:before,.file.zip a:before,.file.zip .link:before,.file.ZIP a:before,.file.ZIP .link:before{font-size:12px}}
 .file.PDF a:before,.file.PDF .link:before,.file.pdf a:before,.file.pdf .link:before{background:#cd090b;content:'PDF'}
 .file.PPT a:before,.file.PPT .link:before,.file.PPTX a:before,.file.PPTX .link:before,.file.ppt a:before,.file.ppt .link:before,.file.pptx a:before,.file.pptx .link:before{background:#db5a26;content:'PPT'}
 .file.XLS a:before,.file.XLS .link:before,.file.XLSX a:before,.file.XLSX .link:before,.file.xls a:before,.file.xls .link:before,.file.xlsx a:before,.file.xlsx .link:before{background:#127132;content:'XLS'}
 .file.DOC a:before,.file.DOC .link:before,.file.DOCX a:before,.file.DOCX .link:before,.file.doc a:before,.file.doc .link:before,.file.docx a:before,.file.docx .link:before{background:#2a3282;content:'DOC'}
 .file.JPG a:before,.file.JPG .link:before,.file.JPEG a:before,.file.JPEG .link:before,.file.PNG a:before,.file.PNG .link:before,.file.GIF a:before,.file.GIF .link:before,.file.jpg a:before,.file.jpg .link:before,.file.jpeg a:before,.file.jpeg .link:before,.file.png a:before,.file.png .link:before,.file.gif a:before,.file.gif .link:before{background:#1aa0dc}
 .file.JPG a:before,.file.JPG .link:before,.file.JPEG a:before,.file.JPEG .link:before,.file.jpg a:before,.file.jpg .link:before,.file.jpeg a:before,.file.jpeg .link:before{content:'JPG'}.file.PNG a:before,.file.PNG .link:before,.file.png a:before,.file.png .link:before{content:'PNG'}
 .file.GIF a:before,.file.GIF .link:before,.file.gif a:before,.file.gif .link:before{content:'GIF'}
 .file.AI a:before,.file.AI .link:before,.file.ai a:before,.file.ai .link:before{background:#fa7330;content:'AI'}
 .file.ZIP a:before,.file.ZIP .link:before,.file.zip a:before,.file.zip .link:before{background:#FFC230;content:'ZIP'}
 .file__size{color:rgba(0,0,0,0.5);font-size:15px}

@media screen and (min-width: 767px)
.callout.organization {
    padding: 40px 45px 50px;
}

.callout.organization {
    background: #f4f4f4;
    padding: 35px 30px 45px;
    margin-bottom: 30px;
    position: relative;
}

@media screen and (min-width: 1000px)
.offset-two-col-right>*:first-child {
    width: calc(1 / 3 * 100% - (1 - 1/3) * 30px);
}

@media screen and (min-width: 767px)
.callout.organization .callout__text {
    font-size: 28px;
}

.callout.organization .callout__text {
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 1.1;
    padding-left: 70px;
    position: relative;
    min-height: 45px;
}

.callout.organization .callout__link {
    color: #fff;
    background-color: #e81159;
}

@media screen and (min-width: 767px)
.callout.organization .callout__link{
    font-size: 20px;
}

.callout.organization .callout__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 58px;
    display: block;
}

.contacts-page-top__title {
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 12px;
}
.contacts-page-top__phone {
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}
.pgb__article, .pgb__text {
    display: block;
    box-sizing: border-box;
    font-size: 14px;
    color: #000;
}
.contacts-page-top__mail {
    font-size: 19px;
    font-weight: 400;
}
.hide {
    display: none!important;
}
.btn.red-gradient {
    color: #fff;
    background: #c42026;
    background: linear-gradient(#c42026 0%,#ad1e23 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c42026', endColorstr='#ad1e23', GradientType=0);
}
.contacts-page-top__title {
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 12px;
}
.compare-results .left {
    float: left;
    width: 530px;
}
.font-44px {
    font-size: 44px;
    line-height: 50px;
}
.font-700 {
    font-weight: 700;
}
.text-pad {
    display: inline-block;
    padding: 5px 0;
}
.font-30px {
    font-size: 30px;
    line-height: 36px;
}
.font-60px {
    font-size: 60px;
    line-height: 66px;
}
.font-red {
    color: #ec3332;
}
.font-900 {
    font-weight: 900;
}
.font-24px {
    font-size: 24px;
    line-height: 28px;
}
.section-violation {
  background: #fff;
  padding: 150px 0 210px;
  z-index: 1; }
  @media all and (max-width: 640px) {
    .section-violation {
      padding: 130px 0 192px; } }
  .section-violation::after {
    content: '';
    background: url("../images/auto-repair-top-bg-2.png"/*tpa=http://hellobrand.ru/portfolio/avtougoria/images/auto-repair-top-bg-2.png*/) no-repeat 50% 50%;
    width: 100%;
    height: 323px;
    position: absolute;
    top: 0px; }
  .section-violation h2 {
    margin-bottom: 60px;
    letter-spacing: -0.2px;
    font: 900 41px/50px 'Muller', sans-serif; }
    @media all and (max-width: 640px) {
      .section-violation h2 {
        margin-bottom: 68px;
        position: relative;
        right: 0px; } }
  .section-violation h3 {
    margin: 106px 0 46px; }
    @media all and (max-width: 640px) {
      .section-violation h3 {
        margin: 102px 0 36px; } }
  .section-violation .page-item .violation-item-1 {
    position: absolute;
    width: 193px;
    height: 193px;
    background: url("../images/page-item/violation-item-1.png"/*tpa=http://hellobrand.ru/portfolio/avtougoria/images/page-item/violation-item-1.png*/) no-repeat;
    margin-top: -10px;
    margin-left: -770px;
    display: none; }
  .section-violation .page-item .violation-item-2 {
    position: absolute;
    width: 328px;
    height: 328px;
    background: url("../images/page-item/violation-item-2.png"/*tpa=http://hellobrand.ru/portfolio/avtougoria/images/page-item/violation-item-2.png*/) no-repeat;
    margin-top: 134px;
    margin-left: 540px;
    display: none; }
  .section-violation .quotes-text {
    background: url("design/okay_shop/images/about/quotes.png") no-repeat 10% 0%; }
    @media all and (max-width: 640px) {
      .section-violation .quotes-text {
        background: transparent; } }

.quotes-text {
  font: 400 20px/24px 'Muller', sans-serif;
  padding-left: 62px; font-weight: 800;
  background: url("/design/okay_shop/images/about/quotes.png") no-repeat 0% 0%; }
  @media all and (max-width: 640px) {
    .quotes-text {
      padding-left: 0;
      position: relative;
      right: 0px;
      font: 400 22px/26px 'Muller', sans-serif;
      background: none;
      margin-bottom: 94px; }
      .quotes-text::before {
        content: '';
        background: url("../images/quotes.png"/*tpa=http://hellobrand.ru/portfolio/avtougoria/images/quotes.png*/) no-repeat 0% 0%;
        position: absolute;
        top: -46px;
        left: 0;
        width: 25px;
        height: 20px; } }
  .quotes-text span {
    font: 700 20px/24px 'Muller', sans-serif; }
    @media all and (max-width: 640px) {
      .quotes-text span {
        font: 700 22px/26px 'Muller', sans-serif; } }


.item-company-info {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font: 400 37px/1 'Myriad Pro Cond', sans-serif;
  color: #838383;
  text-align: center;
  float: left;
  padding: 60px 0;
  height: 560px;
  position: relative; }
  @media all and (max-width: 640px) {
    .item-company-info {
      width: 50% !important;
      padding: 0 10px; } }
  .item-company-info:hover {
    color: #fff;
    background: #8bd43a; }
    .item-company-info:hover .company-info-title {
      color: #fff; }
      .item-company-info:hover .company-info-title::before {
        background: #fff; }
      .item-company-info:hover .company-info-title p, .item-company-info:hover .company-info-title ul.marked {
        color: #fff; }
  .item-company-info.i-1 {
    width: 288px; }
  .item-company-info.i-2 {
    width: 268px; }
  .item-company-info.i-3 {
    width: 370px; }
    .item-company-info.i-3::before {
      content: '';
      width: 147px;
      height: 147px;
      background: url("../images/dots.png"/*tpa=http://hellobrand.ru/portfolio/okean/images/dots.png*/) no-repeat;
      bottom: -50px;
      left: -50px;
      position: absolute;
      z-index: -1; }
    .item-company-info.i-3 p, .item-company-info.i-3 ul.marked {
      transform: translateX(-12px); }
  .item-company-info.i-4 {
    width: 242px; }
  .item-company-info .company-info-title {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font: 700 62px/40px 'Bebas Neue', sans-serif;
    color: #212121;
    margin-bottom: 62px;
    position: relative; }
    @media all and (max-width: 640px) {
      .item-company-info .company-info-title {
        font: 700 62px/20px 'Bebas Neue', sans-serif;
        margin-bottom: 78px; } }
    .item-company-info .company-info-title::before {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      content: '';
      width: 36px;
      height: 6px;
      background: #2470e1;
      position: absolute;
      left: calc(50% - 18px);
      bottom: -44px; }
      @media all and (max-width: 640px) {
        .item-company-info .company-info-title::before {
          bottom: -54px; } }
    .item-company-info .company-info-title p, .item-company-info .company-info-title ul.marked {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      font: 700 250px/1 'Bebas Neue', sans-serif;
      color: #2470e1; }

.questions-block {
  padding-left: 75px; }
  @media all and (max-width: 480px) {
    .questions-block {
      padding-left: 0;
      padding-top: 55px; } }
  .questions-block .question-text {
    font-size: 30px;
    font-weight: 700;
    display: inline;
    border-bottom: 2px dashed #efae2c; }
    @media all and (max-width: 480px) {
      .questions-block .question-text {
        font-size: 18px;
        line-height: 24px; } }
  .questions-block .question-item {
    padding-bottom: 30px; }
    @media all and (max-width: 480px) {
      .questions-block .question-item {
        padding-bottom: 20px; } }
    .questions-block .question-item.active .question-text {
      border-bottom: none;
      color: #020202; }
    .questions-block .question-item .answer {
      padding-right: 60px; }
      @media all and (max-width: 480px) {
        .questions-block .question-item .answer {
          font-size: 16px;
          line-height: 24px;
          padding-right: 0;
          padding-top: 10px; } }
  a.primary, .primary.underline, .primary.dashed, .primary.dotted {
    color: #efae2c;
    border-color: #efae2c; }
	
.credit-item-block {
    flex: 1;
    position: relative;
    border: 1px solid #E1DFDF;
    border-top: 2px solid #009EE0;
    padding: 30px;
    border-radius: 0 0 5px 5px;
	color: #000!important;
}
.re-section_theme_footnote li {
    /*color: #999;*/
    color:#565a5e;
    font-size: 1.125rem;
    line-height: 1.875rem;
    padding: 18px 0;
}

.re-caption_theme_white .re-section_theme_footnote li {
    color: #fff;
}


@media (max-width: 993px) {
    .re-section_theme_footnote li {
        padding: 15px 0;
        font-size: 15px;
        line-height: 1.475rem;
    }
}
.re-section_theme_footnote .re-section__text,
.re-section_theme_footnote li {
    padding-left: 50px;
    position: relative;
}
.re-section_theme_footnote .re-section__text::before,
.re-section_theme_footnote li::before {
    background: #c2112c;
    width: 31px;
    height: 2px;
    left: 0;
    top: 35px;
}
.re-section_theme_footnote .re-section__text_pad_bottom,
.re-section_theme_footnote li_pad_bottom {
    padding-top: 0;
    padding-bottom: 24px;
}
.re-section_theme_footnote .re-section__text_pad_bottom::before,
.re-section_theme_footnote li_pad_bottom::before {
    top: 14px;
}
@media (max-width: 769px) {
    .re-section_theme_footnote {
        padding-top: 10px;
    }
    .re-section_theme_footnote .re-section__text {
        padding-left: 30px;
    }
    .re-section_theme_footnote .re-section__text::before {
        content: '';
        width: 20px;
        top: 26px;
        height: 1px;
    }
    .re-section_theme_footnote .re-section__text_pad_bottom::before {
        top: 11px;
    }
}
.bankvalues p {
text-align: center; 
font-weight: bold;
font-size:16px;
}
p.bankvalues {
text-align: center; 
font-weight: bold;
text-transform:uppercase;
font-size:20px;
}
.entryideabank {
margin-right: 24px;
display: inline-block;
width: 100%;
}

p.onlineidea {
color: #e3001f;
padding: 0;
margin: 0;    
margin-bottom: 8px;
font-weight: 600;
font-size: 22px;
line-height: 1.2;
}

p.onlineideasubquote {
font-size: 16px;
color: rgba(10,30,50,.6);
line-height: 1.4;
}
.delivery-info-block {
    display: inline-block;
    width: 100%;
    margin-right: 25px;
}
.delivery-info-content {
    min-height: 192px;
    padding: 32px;
    border-radius: 4px;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-pack: center;
    justify-content: center;
}
.delivery-info-value {
    display: -webkit-box;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    justify-content: center;
}
.delivery-info-text {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 1.2;
    color: #e41d2d;
    padding: 0;
    margin: 0;
    font-weight: 600;
}
.delivery-info-subtext {
    font-size: 16px;
    color: #000;
    line-height: 1.4;
    padding: 0;
    margin: 0;
    font-weight: 500;
}
.delivery-value {
    margin: 0;
    margin-right: 32px;
    display: inline-block;
    width: 100%;
    margin-right: 25px;
}
.delivery-value-pic {
    border-radius: 0;
}
.entryblock-container {
  display: block;
  position: relative;
  max-width: 1130px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.col {
  display: inline-block;
  position: relative;
}
.top {
  vertical-align: top;
}
.bottom {
  vertical-align: bottom;
}
.middle {
  vertical-align: middle;
}
.hide,
.md-show,
.sm-show,
.xs-show,
.xxs-show {
  display: none;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}


/* reset for justify font-size:0 child */


.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}


}


::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #aabcca;

  opacity: 1;
  /* Firefox */
}
:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #aabcca;

  opacity: 1;
  /* Firefox */
}
::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #aabcca;

  opacity: 1;
  /* Firefox */
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #aabcca;

  opacity: 1;
  /* Firefox */
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aabcca;
  font-size: 16px;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #aabcca;
  font-size: 16px;
}



.entryblock {
  background: url("/design/okay_shop/images/about/azure.jpg") center no-repeat;
  background-size: cover;
  color: #fff;
  overflow: hidden;
}
.entryblock .top-side {
  position: absolute;
  left: 0;
  top: 0;
}
.entryblock .hidden-top-img {
  display: none;
}
.entryblock .left-side {
  max-width: calc(100% - 560px);
  width: 100%;
  margin-top: 90px;
}
.entryblock .left-side h2 {
  font-size: 40px;
  line-height: 1.05;
  font-weight: 700;
  font-family: Uni Sans Heavy Caps;
  margin-bottom: 20px;
}
.entryblock .left-side p {
font-size: 22px;
    font-family: Archive;
    font-weight: 400;
    margin-bottom: 40px;
}
.entryblock .left-side .wrap-btn a {
  display: inline-block;
  width: 234px;
  height: 66px;
  line-height: 62px;
  font-size: 22px;
  color: #fff;
  font-family:Uni Sans Heavy Caps;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 3px;
  transition: all .3s ease;
}

.entryblock .left-side .wrap-btn a:hover {
  color: #231f20;
  background: #fff;
}
.entryblock .right-side {
  max-width: 560px;
  width: 100%;
  height: 695px;
}
.entryblock .right-side .wrapper-img-card {
  position: absolute;
  left: 0;
  top: -7px;
}
.entryblock .top-side {
  padding-top: 30px
}
.entryblock .logo-dnn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 143px;
  margin-left: 25px;
  padding-right: 42px;
  margin-right: 40px;
  background: transparent;
}
.entryblock .logo-dnn:after {
  content: "";
  position: absolute;
  display: block;
  top: -16px;
  right: 0;
  width: 2px;
  height: 82px;
  background: #fff;
}
.entryblock .logo-dnn img {
  max-width: 100%;
}
.entryblock .logo-sivik {
  display: inline-block;
  vertical-align: middle;
  width: 110px;
  height: 63px;
  margin-top: 4px;
  margin-bottom: -9px;
  background: transparent;
}
.entryblock .logo-sivik svg {
  height: 100%;
}

.entryblock .entryblock-container {
  padding-top: 1px;
}
@media only screen and (max-width: 1200px) {
  .entryblock .left-side {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .entryblock .right-side {
    max-width: 425px;
  }
  .entryblock .left-side {
    max-width: calc(100% - 425px);
  }


  .entryblock {
    background: url("/design/okay_shop/images/about/bg-header.jpg"/*tpa=https://www.oschadbank.ua/themes/oschad/assets/apay/img/bg-header.jpg*/);
  }

}
@media only screen and (max-width: 767px) {
  .entryblock .right-side img {
    max-width: 100%;
  }
  .entryblock .right-side .wrapper-img-card {
    position: static;
    margin-right: -240px;
  }
  .entryblock .left-side {
    max-width: calc(100% - 210px);
    margin-top: 150px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 544px) {
  .entryblock .left-side {
    max-width: 100%;
    margin-top: 110px;
    padding-bottom: 0;
  }
  .entryblock .right-side {
    position: absolute;
    right: 95px;
    width: 135px;
    top: 0;
    height: 320px;
  }
  /*  .entryblock .left-side h2 {
      font-size: 32px;
      margin-bottom: 15px;
    }*/
  /*  .entryblock .left-side p {
      font-size: 18px;
      margin-bottom: 20px;
    }*/
  .entryblock .right-side .wrapper-img-card {
    height: 100%;
  }
  .entryblock .right-side img {
    max-height: 100%;
  }
  .entryblock .logo-dnn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 118px;
    margin-left: 0px;
    padding-right: 32px;
    margin-right: 28px;
    background: transparent;
  }
  .entryblock .logo-sivik {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: 50px;
    margin-top: 4px;
    margin-bottom: -7px;
    background: transparent;
  }
  .section-third .wrapper-item .wrap-img a img {
    max-width: 100%;
  }

  .entryblock .left-side .wrap-btn {
    text-align: center;
  }
  .entryblock .right-side {
    display: none;
  }

  .entryblock .left-side {
    display: block;
  }

  .entryblock .hidden-top-img {
    display: inline-block;
    width: 140px;
    margin-right: 10px;
    margin-bottom: -75px;
  }

  .entryblock .hidden-top-img img {
    max-width: 100%;
  }

  .entryblock .top-side {
    width: 100%;
    text-align: center;
    padding-top: 25px;
  }

  .entryblock .logo-dnn:after {
    height: 70px;
    top: -10px;
  }

  .entryblock .left-side .wrap-btn a {
    width: 160px;
    height: 36px;
    line-height: 34px;
    font-size: 14px;
    vertical-align: top;
    margin-top: 100px;
  }
}
@media only screen and (max-width: 461px) {
  .section-one #Modal1 {
    position: absolute;
    top: 150px;
    height: calc(100% - 210px);
  }
    .section-title h2 {
    font-size: 30px;
}
    .intro-content h2 {
    font-size: 38px;
}
    .wide_promo .giant-number {
    font-size: 158px;
}
  .entryblock .left-side p {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px;
  }
.wide, .wide_promo, .wide_video {
    overflow: hidden;
}
}
@media only screen and (max-width: 414px) {
  /*.entryblock .logo-dnn {
    margin-left: 15px;
    padding-right: 5px;
    margin-right: 5px;
  }
  .entryblock .right-side {
    width: 110px;
  }*/
  .entryblock .left-side h2 {
    font-size: 50px;
  }

  .entryblock .left-side p {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 20px;
  }

}

@media only screen and (max-width: 413px) {
  .entryblock .right-side {
    position: absolute;
    right: 50px;
    width: 135px;
    top: 0;
    height: 280px;
  }
}
@media only screen and (max-width: 376px) {
  .entryblock .right-side {
    position: absolute;
    right: 10px;
    width: 110px;
    top: 0;
    height: 230px;
  }

  .entryblock .left-side {
    margin-top: 150px;
  }

  .entryblock .left-side h2 {
    font-size: 38px;
  }

  .entryblock .left-side .wrap-btn a {
    margin-top: 70px;
  }

  .entryblock .hidden-top-img {
    display: inline-block;
    width: 115px;
    margin-right: 10px;
    margin-bottom: -50px;
  }

}

.left {
    text-align: left;
}


/*---------------------------------------------------------------------
Text color
-----------------------------------------------------------------------*/
.orange-color {color: #009CE0 }
.text-white { color: #ffffff; }
.text-black { color: #000000; }
.light-black{color: #192130}
.text-gray { color: #7c7c7c; }

/*---------------------------------------------------------------------
Extra class
---------------------------------------------------------------------*/
section { background: #ffffff; padding: 100px 0; }

.insta-photo img {float:left; width:33%; padding:1%}

#insta  ul li a  {font-size:18px; text-decoration: none !important;}

.title-box .subtitle {
    font-size: 28px;
    line-height: 34px;
}	
.insta-photo {margin-bottom:30px}

/*****************
================================================
 (  Media Queries  )
================================================
 *******************/
@media (min-width:576px) {
	.container-office { max-width: 540px }
}
@media (min-width:768px) {
	.container-office { max-width: 720px }
}
@media (min-width:992px) {
	.container-office { max-width: 1140px }
}
@media (min-width:1365px) {
	.container-office { max-width: 1140px }
}
@media (min-width:1366px) {
	.container-office { max-width: 1170px }
}

/*****************
================================================
(  Media Queries  )
================================================
*******************/
@media only screen and (min-width:1890px) and (max-width:2529px) { }
@media(max-width:1399px) {

}

@media(max-width:992px) {
	.our-payment .col-lg-6.text-left.position-relative { text-align: center !important; }
	.title-box { margin-bottom: 50px; }
}
@media(max-width:979px) {

}

@media(max-width:767px) {
	section { padding: 50px 0; }
	.title-box .subtitle { font-size: 32px; line-height: 50px; }
}
@media(max-width:479px) {
	.title-box { margin-bottom: 20px !important; }
	.title-box .subtitle { font-size: 22px; line-height: 40px; }
}
.flex-row-reverse {
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important;
}
.row-office {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.our-payment {
    width: 100%;
    content: "";
    height: 100%;
}
.list-inline {
    padding-left: 0;
    list-style: none;
}
.font-weight-bold {
    font-weight: 700!important;
}
.outline-icons {
    margin-right: 1rem!important;
}
.inline-icons-right {
    margin-right: 1rem!important;
}
.title-box .subtitle {
font-size: 35px !important;
    line-height: 45px !important;
    font-family: Uni Sans Heavy Caps;
}
.seminar-video {
    background-image:     url(/design/okay_shop/images/about/seminar.png), linear-gradient(45deg, #0e6da7, #25a8e0) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.komplekt {
    border-right: solid 1px #e7e7e7;
	margin-top: 40px;
	font-size: 18px;
	}
.komplekt:last-child {
    border-right: none;
}
.lineitem .row div.col-lg-8, .lineitem .row div.col-lg-4 {
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.lineitem .row div.col-lg-8, .lineitem .row div.col-lg-4 {
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.propname {
    font-size: 24px;
    text-transform: uppercase;
    margin-top: 20px;
    font-family: Russo One;
    margin-bottom: 10px;
}
.blockname h3 {
    font-family: Russo One;
    text-transform: uppercase;
    margin-top: 40px !important;
    text-align: center;
    display: block;
    font-size: 30px;
    font-weight: normal !important;
}
.lineitem .row {
	margin-left:0px !important;
	margin-right:0px !important;/*display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
-o-flex-wrap: wrap;
flex-wrap: wrap;*/
}
.lineitem .row:hover {
	background-color:#f7f7f7;
}
.lineitem .row div.col-lg-8, .lineitem .row div.col-lg-4 {
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 10px;/*display: flex;
	flex-direction: column;*/
}
.lineitem .row {
	border-bottom: solid 1px #dfdfdf;
}
.lineitem, .lineitem .col-lg-8, .lineitem .col-lg-4 {
	padding-left:0px !important;
	padding-right:0px !important;
}
.lineitem .col-lg-8 {
	padding-right:15px !important;
}
 .lineitem .col-xs-4 {
 text-align: right;
}
.lineitem .fa {
	font-size:18px;
	color:#8e8e8e;
	margin-top:4px;
}
.lineitem .fa.fa-info-circle:hover {
	color:#ffca05;
	cursor: pointer;
}
.article {
    padding-top: 24px;
    padding-top: var(--padding-l);
    padding-bottom: 48px;
	font-size: 1.25rem;
    padding-bottom: var(--padding-xl);
    color: #262626;
    color: var(--color-typo-primary);
}
.article ul li {
    padding-left: 1em;
}
.article ol li, .article ul li {
    position: relative;
}
.article ul {
    list-style-type: none;
    line-height: 1.4em;
}
.itemdetail .faq img {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.benefit {
    padding-top: 20px;
    padding-bottom: 20px;
}
.panel-collapse b {
    font-size: 20px;
    display: block;
}
.redtitle {
    font-family: 'DINPro-Regular';
    font-size: 22px;
    color: #ee3237;
    position: relative;
    z-index: 2;
    width: 80%;
	margin-top:20px;
}
.pretitle {
    height: 30px;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
}
.why {
    margin: 5px 0 35px;
}					
.why-item {
    display: inline-block;
    vertical-align: top;
    width: 320px;
    text-align: left;
    font-weight: 500;
}
.why-title {
    color: #368ee4;
    font: 700 18px/22px Avenir;
    padding: 10px 0 2px;
}
@font-face {
    font-family: 'Archive';
    src: local('Archive'), url('/design/okay_shop/fonts/archive.woff2') format('woff2'), url('/design/okay_shop/fonts/archive.woff') format('woff'), url('/design/okay_shop/fonts/archive.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Bebas Neue Thin';
    src: local('Bebas Neue Thin'), local('BebasNeue-Thin'), url('/design/okay_shop/fonts/bebasneuethin.woff2') format('woff2'), url('/design/okay_shop/fonts/bebasneuethin.woff') format('woff'), url('/design/okay_shop/fonts/bebasneuethin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Bebas Neue Light';
    src: local('Bebas Neue Light'), local('BebasNeue-Light'), url('/design/okay_shop/fonts/bebasneuelight.woff2') format('woff2'), url('/design/okay_shop/fonts/bebasneuelight.woff') format('woff'), url('/design/okay_shop/fonts/bebasneuelight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Bebas Neue Book';
    src: local('Bebas Neue Book'), local('BebasNeueBook'), url('/design/okay_shop/fonts/bebasneuebook.woff2') format('woff2'), url('/design/okay_shop/fonts/bebasneuebook.woff') format('woff'), url('/design/okay_shop/fonts/bebasneuebook.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Bebas Neue Regular';
    src: local('Bebas Neue Regular'), local('BebasNeueRegular'), url('/design/okay_shop/fonts/bebasneueregular.woff2') format('woff2'), url('/design/okay_shop/fonts/bebasneueregular.woff') format('woff'), url('/design/okay_shop/fonts/bebasneueregular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Bebas Neue Bold';
    src: local('Bebas Neue Bold'), local('BebasNeueBold'), url('/design/okay_shop/fonts/bebasneuebold.woff2') format('woff2'), url('/design/okay_shop/fonts/bebasneuebold.woff') format('woff'), url('/design/okay_shop/fonts/bebasneuebold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Baron Neue';
    src: local('Baron Neue'), local('BaronNeue'), url('/design/okay_shop/fonts/baronneue.woff2') format('woff2'), url('/design/okay_shop/fonts/baronneue.woff') format('woff'), url('/design/okay_shop/fonts/baronneue.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Baron Neue Italic';
    src: local('Baron Neue Italic'), local('BaronNeueItalic'), url('/design/okay_shop/fonts/baronneueitalic.woff2') format('woff2'), url('/design/okay_shop/fonts/baronneueitalic.woff') format('woff'), url('/design/okay_shop/fonts/baronneueitalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Baron Neue Bold';
    src: local('Baron Neue Bold'), local('BaronNeueBold'), url('/design/okay_shop/fonts/baronneuebold.woff2') format('woff2'), url('/design/okay_shop/fonts/baronneuebold.woff') format('woff'), url('/design/okay_shop/fonts/baronneuebold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Baron Neue Bold Italic';
    src: local('Baron Neue Bold Italic'), local('BaronNeueBoldItalic'), url('/design/okay_shop/fonts/baronneuebolditalic.woff2') format('woff2'), url('/design/okay_shop/fonts/baronneuebolditalic.woff') format('woff'), url('/design/okay_shop/fonts/baronneuebolditalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'Baron Neue Black';
    src: local('Baron Neue Black'), local('BaronNeueBlack'), url('/design/okay_shop/fonts/baronneueblack.woff2') format('woff2'), url('/design/okay_shop/fonts/baronneueblack.woff') format('woff'), url('/design/okay_shop/fonts/baronneueblack.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Baron Neue Black Italic';
    src: local('Baron Neue Black Italic'), local('BaronNeueBlackItalic'), url('/design/okay_shop/fonts/baronneueblackitalic.woff2') format('woff2'), url('/design/okay_shop/fonts/baronneueblackitalic.woff') format('woff'), url('/design/okay_shop/fonts/baronneueblackitalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}
@font-face {
    font-family: 'Uni Sans Thin Caps';
    src: local('Uni Sans Thin Caps'), local('UniSansThinCaps'), url('/design/okay_shop/fonts/unisansthincaps.woff2') format('woff2'), url('/design/okay_shop/fonts/unisansthincaps.woff') format('woff'), url('/design/okay_shop/fonts/unisansthincaps.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Uni Sans Thin Caps Italic';
    src: local('Uni Sans Thin Caps Italic'), local('UniSansThinCapsItalic'), url('/design/okay_shop/fonts/unisansthincapsitalic.woff2') format('woff2'), url('/design/okay_shop/fonts/unisansthincapsitalic.woff') format('woff'), url('/design/okay_shop/fonts/unisansthincapsitalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Uni Sans Heavy Caps';
    src: local('Uni Sans Heavy Caps'), local('UniSansHeavyCaps'), url('/design/okay_shop/fonts/unisansheavycaps.woff2') format('woff2'), url('/design/okay_shop/fonts/unisansheavycaps.woff') format('woff'), url('/design/okay_shop/fonts/unisansheavycaps.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Uni Sans Heavy Caps Italic';
    src: local('Uni Sans Heavy Caps Italic'), local('UniSansHeavyCapsItalic'), url('/design/okay_shop/fonts/unisansheavycapsitalic.woff2') format('woff2'), url('/design/okay_shop/fonts/unisansheavycapsitalic.woff') format('woff'), url('/design/okay_shop/fonts/unisansheavycapsitalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}
@font-face {
    font-family: 'Intro Cond Light Free';
    src: local('Intro Cond Light Free'), local('IntroCondLightFree'), url('/design/okay_shop/fonts/introcondlightfree.woff2') format('woff2'), url('/design/okay_shop/fonts/introcondlightfree.woff') format('woff'), url('/design/okay_shop/fonts/introcondlightfree.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Intro Cond Black Free';
    src: local('Intro Cond Black Free'), local('IntroCondBlackFree'), url('/design/okay_shop/fonts/introcondblackfree.woff2') format('woff2'), url('/design/okay_shop/fonts/introcondblackfree.woff') format('woff'), url('/design/okay_shop/fonts/introcondblackfree.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Russo One';
    src: local('Russo One'), local('RussoOne'), url('/design/okay_shop/fonts/russoone.woff2') format('woff2'), url('/design/okay_shop/fonts/russoone.woff') format('woff'), url('/design/okay_shop/fonts/russoone.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto Thin';
    src: local('Roboto Thin'), local('Roboto-Thin'), url('/design/okay_shop/fonts/Robotothin.woff2') format('woff2'), url('/design/okay_shop/fonts/Robotothin.woff') format('woff'), url('/esign/okay_shop/fonts/Robotothin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto Thin Italic';
    src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'), url('/design/okay_shop/fonts/Robotothinitalic.woff2') format('woff2'), url('/design/okay_shop/fonts/Robotothinitalic.woff') format('woff'), url('/design/okay_shop/fonts/Robotothinitalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto Light';
    src: local('Roboto Light'), local('Roboto-Light'), url('/design/okay_shop/fonts/Robotolight.woff2') format('woff2'), url('/design/okay_shop/fonts/Robotolight.woff') format('woff'), url('/design/okay_shop/fonts/Robotolight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto Light Italic';
    src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url('/design/okay_shop/fonts/Robotolightitalic.woff2') format('woff2'), url('/design/okay_shop/fonts/Robotolightitalic.woff') format('woff'), url('/design/okay_shop/fonts/Robotolightitalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto'), local('Roboto-Regular'), url('/design/okay_shop/fonts/Roboto.woff2') format('woff2'), url('/design/okay_shop/fonts/Roboto.woff') format('woff'), url('/design/okay_shop/fonts/Roboto.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto Italic';
    src: local('Roboto Italic'), local('Roboto-Italic'), url('/design/okay_shop/fonts/Robotoitalic.woff2') format('woff2'), url('/design/okay_shop/fonts/Robotoitalic.woff') format('woff'), url('/design/okay_shop/fonts/Robotoitalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto Medium';
    src: local('Roboto Medium'), local('Roboto-Medium'), url('/design/okay_shop/fonts/Robotomedium.woff2') format('woff2'), url('/design/okay_shop/fonts/Robotomedium.woff') format('woff'), url('/design/okay_shop/fonts/Robotomedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto Medium Italic';
    src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url('/design/okay_shop/fonts/Robotomediumitalic.woff2') format('woff2'), url('/design/okay_shop/fonts/Robotomediumitalic.woff') format('woff'), url('/design/okay_shop/fonts/Robotomediumitalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto Bold';
    src: local('Roboto Bold'), local('Roboto-Bold'), url('/design/okay_shop/fonts/Robotobold.woff2') format('woff2'), url('/design/okay_shop/fonts/Robotobold.woff') format('woff'), url('/design/okay_shop/fonts/Robotobold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto Bold Italic';
    src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url('/design/okay_shop/fonts/Robotobolditalic.woff2') format('woff2'), url('/design/okay_shop/fonts/Robotobolditalic.woff') format('woff'), url('design/okay_shop/fonts/Robotobolditalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto Black';
    src: local('Roboto Black'), local('Roboto-Black'), url('/design/okay_shop/fonts/Robotoblack.woff2') format('woff2'), url('/design/okay_shop/fonts/Robotoblack.woff') format('woff'), url('/design/okay_shop/fonts/Robotoblack.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto Black Italic';
    src: local('Roboto Black Italic'), local('Roboto-BlackItalic'), url('/design/okay_shop/fonts/Robotoblackitalic.woff2') format('woff2'), url('/design/okay_shop/fonts/Robotoblackitalic.woff') format('woff'), url('/design/okay_shop/fonts/Robotoblackitalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

@media (max-width: 991px) {
.wide p {
    min-width: 400px;
    margin: 0 auto;
}
.features_name span {
font-size: 22px;
}
.button, .disable_button {
    font-size: 10px;
}
.preview_image {
    height: 315px;
}
}
/*subcats_images_in_products*/
.subcategories .product_name {
    font-size: 19px;
    text-align: center;
	    margin-top: 10px;
    font-family: 'FuturaBookC';
}
@media (max-width: 1199px){
    .subcategories .preview{
        border-top: 1px solid #e8e8e1;
    }
}
/*/subcats_images_in_products*/
  @font-face {
    font-family: FuturaBookC; /* Имя шрифта */
    src: url(/design/okay_shop/fonts/FuturaBookC.ttf); /* Путь к файлу со шрифтом */
   }
      @font-face {
    font-family: GothamPro-Black; /* Имя шрифта */
    src: url(/design/okay_shop/fonts/GothamPro-Black.ttf); /* Путь к файлу со шрифтом */
   }
      @font-face {
    font-family: GothamPro-Black; /* Имя шрифта */
    src: url(/design/okay_shop/fonts/GothamPro-BlackItalic.ttf); /* Путь к файлу со шрифтом */
   }
      @font-face {
    font-family: GothamPro-Bold; /* Имя шрифта */
    src: url(/design/okay_shop/fonts/GothamPro-Bold.ttf); /* Путь к файлу со шрифтом */
   }
      @font-face {
    font-family: GothamPro-BoldItalic; /* Имя шрифта */
    src: url(/design/okay_shop/fonts/GothamPro-BoldItalic.ttf); /* Путь к файлу со шрифтом */
   }
      @font-face {
    font-family: GothamPro-Italic; /* Имя шрифта */
    src: url(/design/okay_shop/fonts/GothamPro-Italic.ttf); /* Путь к файлу со шрифтом */
   }
         @font-face {
    font-family: GothamPro-Light; /* Имя шрифта */
    src: url(/design/okay_shop/fonts/GothamPro-Light.ttf); /* Путь к файлу со шрифтом */
   }
         @font-face {
    font-family: GothamPro-LightItalic; /* Имя шрифта */
    src: url(/design/okay_shop/fonts/GothamPro-LightItalic.ttf); /* Путь к файлу со шрифтом */
   }
         @font-face {
    font-family: GothamPro-Medium; /* Имя шрифта */
    src: url(/design/okay_shop/fonts/GothamPro-Medium.ttf); /* Путь к файлу со шрифтом */
   }
         @font-face {
    font-family: GothamPro-MediumItalic; /* Имя шрифта */
    src: url(/design/okay_shop/fonts/GothamPro-MediumItalic.ttf); /* Путь к файлу со шрифтом */
   }
         @font-face {
    font-family: GothamPro; /* Имя шрифта */
    src: url(/design/okay_shop/fonts/GothamPro.ttf); /* Путь к файлу со шрифтом */
   }
         @font-face {
    font-family: GothamProNarrow-Bold; /* Имя шрифта */
    src: url(/design/okay_shop/fonts/GothamProNarrow-Bold.ttf); /* Путь к файлу со шрифтом */
   }
         @font-face {
    font-family: GothamProNarrow-Medium; /* Имя шрифта */
    src: url(/design/okay_shop/fonts/GothamProNarrow-Medium.ttf); /* Путь к файлу со шрифтом */
   }
         @font-face {
    font-family: HelveticaNeueCyr-Black; /* Имя шрифта */
    src: url(/design/okay_shop/fonts/HelveticaNeueCyr-Black.ttf); /* Путь к файлу со шрифтом */
   }
         @font-face {
    font-family: HelveticaNeueCyr-BlackItalic; /* Имя шрифта */
    src: url(/design/okay_shop/fonts/HelveticaNeueCyr-BlackItalic.ttf); /* Путь к файлу со шрифтом */
   }
         @font-face {
    font-family: HelveticaNeueCyr-Bold; /* Имя шрифта */
    src: url(/design/okay_shop/fonts/HelveticaNeueCyr-Bold.ttf); /* Путь к файлу со шрифтом */
   }
         @font-face {
    font-family: HelveticaNeueCyr-BoldItalic; /* Имя шрифта */
    src: url(/design/okay_shop/fonts/HelveticaNeueCyr-BoldItalic.ttf); /* Путь к файлу со шрифтом */
   }
         @font-face {
    font-family: HelveticaNeueCyr-Heavy; /* Имя шрифта */
    src: url(/design/okay_shop/fonts/HelveticaNeueCyr-Heavy.ttf); /* Путь к файлу со шрифтом */
   }
         @font-face {
    font-family: HelveticaNeueCyr-HeavyItalic; /* Имя шрифта */
    src: url(/design/okay_shop/fonts/HelveticaNeueCyr-HeavyItalic.ttf); /* Путь к файлу со шрифтом */
   }
         @font-face {
    font-family: HelveticaNeueCyr-Italic; /* Имя шрифта */
    src: url(/design/okay_shop/fonts/HelveticaNeueCyr-Italic.ttf); /* Путь к файлу со шрифтом */
   }
         @font-face {
    font-family: HelveticaNeueCyr-Light; /* Имя шрифта */
    src: url(/design/okay_shop/fonts/HelveticaNeueCyr-Light.ttf); /* Путь к файлу со шрифтом */
   }
         @font-face {
    font-family: HelveticaNeueCyr-LightItalic; /* Имя шрифта */
    src: url(/design/okay_shop/fonts/HelveticaNeueCyr-LightItalic.ttf); /* Путь к файлу со шрифтом */
   }
         @font-face {
    font-family: HelveticaNeueCyr-Medium; /* Имя шрифта */
    src: url(/design/okay_shop/fonts/HelveticaNeueCyr-Medium.ttf); /* Путь к файлу со шрифтом */
   }
         @font-face {
    font-family: HelveticaNeueCyr-MediumItalic; /* Имя шрифта */
    src: url(/design/okay_shop/fonts/HelveticaNeueCyr-MediumItalic.ttf); /* Путь к файлу со шрифтом */
   }
         @font-face {
    font-family: HelveticaNeueCyr-Roman; /* Имя шрифта */
    src: url(/design/okay_shop/fonts/HelveticaNeueCyr-Roman.ttf); /* Путь к файлу со шрифтом */
   }
         @font-face {
    font-family: HelveticaNeueCyr-Thin; /* Имя шрифта */
    src: url(/design/okay_shop/fonts/HelveticaNeueCyr-Thin.ttf); /* Путь к файлу со шрифтом */
   }
         @font-face {
    font-family: HelveticaNeueCyr-ThinItalic; /* Имя шрифта */
    src: url(/design/okay_shop/fonts/HelveticaNeueCyr-ThinItalic.ttf); /* Путь к файлу со шрифтом */
   }
         @font-face {
    font-family: HelveticaNeueCyr-UltraLight; /* Имя шрифта */
    src: url(/design/okay_shop/fonts/HelveticaNeueCyr-UltraLight.ttf); /* Путь к файлу со шрифтом */
   }
         @font-face {
    font-family: HelveticaNeueCyr-UltraLightItalic; /* Имя шрифта */
    src: url(/design/okay_shop/fonts/HelveticaNeueCyr-UltraLightItalic.ttf); /* Путь к файлу со шрифтом */
   }
         @font-face {
    font-family: Montserrat-Black; /* Имя шрифта */
    src: url(/design/okay_shop/fonts/Montserrat-Black.ttf); /* Путь к файлу со шрифтом */
   }
         @font-face {
    font-family: Montserrat-BlackItalic; /* Имя шрифта */
    src: url(/design/okay_shop/fonts/Montserrat-BlackItalic.ttf); /* Путь к файлу со шрифтом */
   }
         @font-face {
    font-family: Montserrat-Bold; /* Имя шрифта */
    src: url(/design/okay_shop/fonts/Montserrat-Bold.ttf); /* Путь к файлу со шрифтом */
   }
         @font-face {
    font-family: Montserrat-BoldItalic; /* Имя шрифта */
    src: url(/design/okay_shop/fonts/Montserrat-BoldItalic.ttf); /* Путь к файлу со шрифтом */
   }
         @font-face {
    font-family: Montserrat-ExtraBold; /* Имя шрифта */
    src: url(/design/okay_shop/fonts/Montserrat-ExtraBold.ttf); /* Путь к файлу со шрифтом */
   }
         @font-face {
    font-family: Montserrat-ExtraBoldItalic; /* Имя шрифта */
    src: url(/design/okay_shop/fonts/Montserrat-ExtraBoldItalic.ttf); /* Путь к файлу со шрифтом */
   }
         @font-face {
    font-family: Montserrat-ExtraLight; /* Имя шрифта */
    src: url(/design/okay_shop/fonts/Montserrat-ExtraLight.ttf); /* Путь к файлу со шрифтом */
   }
         @font-face {
    font-family: Montserrat-ExtraLightItalic; /* Имя шрифта */
    src: url(/design/okay_shop/fonts/Montserrat-ExtraLightItalic.ttf); /* Путь к файлу со шрифтом */
   }
         @font-face {
    font-family: Montserrat-Italic; /* Имя шрифта */
    src: url(/design/okay_shop/fonts/Montserrat-Italic.ttf); /* Путь к файлу со шрифтом */
   }
         @font-face {
    font-family: Montserrat-Ligh; /* Имя шрифта */
    src: url(/design/okay_shop/fonts/Montserrat-Light.ttf); /* Путь к файлу со шрифтом */
   }
         @font-face {
    font-family: Montserrat-LightItalic; /* Имя шрифта */
    src: url(/design/okay_shop/fonts/Montserrat-LightItalic.ttf); /* Путь к файлу со шрифтом */
   }
         @font-face {
    font-family: Montserrat-Medium; /* Имя шрифта */
    src: url(/design/okay_shop/fonts/Montserrat-Medium.ttf); /* Путь к файлу со шрифтом */
   }
         @font-face {
    font-family: Montserrat-MediumItalic; /* Имя шрифта */
    src: url(/design/okay_shop/fonts/Montserrat-MediumItalic.ttf); /* Путь к файлу со шрифтом */
   }
         @font-face {
    font-family: Montserrat-Regular; /* Имя шрифта */
    src: url(/design/okay_shop/fonts/Montserrat-Regular.ttf); /* Путь к файлу со шрифтом */
   }
         @font-face {
    font-family: Montserrat-SemiBold; /* Имя шрифта */
    src: url(/design/okay_shop/fonts/Montserrat-SemiBold.ttf); /* Путь к файлу со шрифтом */
   }
         @font-face {
    font-family: Montserrat-SemiBoldItalic; /* Имя шрифта */
    src: url(/design/okay_shop/fonts/Montserrat-SemiBoldItalic.ttf); /* Путь к файлу со шрифтом */
   }
         @font-face {
    font-family: Montserrat-Thin; /* Имя шрифта */
    src: url(/design/okay_shop/fonts/Montserrat-Thin.ttf); /* Путь к файлу со шрифтом */
   }
         @font-face {
    font-family: Montserrat-ThinItalic; /* Имя шрифта */
    src: url(/design/okay_shop/fonts/Montserrat-ThinItalic.ttf); /* Путь к файлу со шрифтом */
   }

::-webkit-scrollbar{
    width:12px
}
::-webkit-scrollbar-track{
    -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3)
}
::-webkit-scrollbar-thumb{
    background:#035291
}
::-webkit-scrollbar-thumb:window-inactive{
    background:#035291
}
::selection{
    background:#035291;
    color:#fff
}
::-moz-selection{
    background:#035291;
    color:#fff
}
.modal-hidden {
    display: none;
}
.header-description {
        margin: 27px 0px 0;
    font-size: 14px;
    font-family: FuturaBookC;
    font-weight: bold;
    text-transform: uppercase;
    color: #b90000;
}
@media (max-width: 576px) {
    .header-description {
        display: none;
    }
    
    .phones_inner, .phone_iphone {
        display: none;
    }

    .phones_inner::before {
                display: none;
    }

    .times_inner,
.phones_inner {
                display: none;
    }

    .phone_iphone {
        display: none;
    }
}

/* ИКОНКИ В ХЕДЕРЕ */

.wish_info{
    position: relative;
    display: inline-block;
    padding-left: 38px;      
    line-height: 32px;
}


.wish_info::before{
    content:"";
    position:absolute;
    left:0;
    width:30px; height:32px;
    background:url('/design/sivik_shop/images/wish.png') no-repeat center center;
    background-size: contain;
}


.wish_counter{
    position:absolute;
    top:-5px; left:18px;
    width:19px; height:19px; line-height:19px;
    border-radius:50%;
    background:#e3001f; color:#fff;
    font-weight:bold; font-size:12px;
    text-align:center;
}


.sr-only{
    position:absolute!important;
    width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;
    clip:rect(0,0,0,0);white-space:nowrap;border:0;
}
.compare_info{
    position: relative;
    display: inline-block;
    padding-left: 38px;      
    line-height: 32px;
}


.compare_info::before{
    content:"";
    position:absolute;
    left:0;
    width:30px; height:32px;
    background:url('/design/sivik_shop/images/compare.png') no-repeat center center;
    background-size: contain;
}


.compare_counter{
    position:absolute;
    top:-5px; left:18px;
    width:19px; height:19px; line-height:19px;
    border-radius:50%;
    background:#e3001f; color:#fff;
    font-weight:bold; font-size:12px;
    text-align:center;
}


.sr-only{
    position:absolute!important;
    width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;
    clip:rect(0,0,0,0);white-space:nowrap;border:0;
}
.header-callback {
    margin-top:27px;
}
.header-icons{
  display:flex;
  align-items:center;
  justify-content:space-between; 
  gap:24px;
}
.icons-left,
.icons-right{
  display:flex;
  align-items:center;
  gap:28px; 
}


.informer a{
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  text-decoration:none;
}


@media (max-width:576px){
  .icons-left{ gap:18px; }
}

.header-icons{ display:flex; align-items:center; justify-content:space-between; gap:0px;margin-top:20px; }
.icons-left, .icons-right{ display:flex; align-items:center; gap:0px; }


.informer{ display:flex; align-items:center; }

.informer a.wish_info,
.informer a.compare_info,
.informer a.account_link,
.informer a.cart_info{
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  width:32px;          
  height:32px;
  line-height:0;       
  text-decoration:none;
}


.informer a.wish_info::before,
.informer a.compare_info::before,
.informer a.account_link::before,
.informer a.cart_info::before{
  content:"";
  display:block;
  width:24px;          
  height:24px;
  background-repeat:no-repeat;
  background-position:center;
  background-size:contain;
}


.wish_counter,
.compare_counter,
.cart_counter{
  position:absolute;
  top:-6px;
  right:-8px;
  min-width:18px;
  height:18px;
  padding:0 4px;
  border-radius:999px;
  background:#e3001f;
  color:#fff;
  font:700 12px/18px Arial, sans-serif;
  text-align:center;
}


.search_icon_link{
  display:inline-block;
  width:24px; height:24px;
  background:url('/design/sivik_shop/images/search.png') no-repeat center center;
  background-size:contain;
}


.search_modal{
  position:fixed;
  inset:0; 
  display:none;                 
  align-items:center;           
  justify-content:center;       
  background:rgba(0,0,0,.45);   
  z-index:9999;
  padding:24px;                 
}
.search_modal.open{ display:flex; }


.search_dialog{
  position:relative;
  width:100%;
  max-width:720px;
  background:#fff;
  border-radius:10px;
  padding:20px;
  box-shadow:0 20px 60px rgba(0,0,0,.25);
}


.search_close{
  position:absolute;
  top:10px; right:12px;
  width:32px; height:32px;
  border:none; background:transparent;
  font-size:28px; line-height:32px;
  cursor:pointer;
}


body.modal-open{ overflow:hidden; }


.search{ display:flex; gap:8px; }
.search_input{ flex:1; }




.md-only { display:none; }
@media (max-width: 992px){
  .md-only { display:inline-flex; }
  .top_nav .menu_group_header { display:none; } 
}


.hamburger{
  width:40px; height:32px; border:0; background:transparent; padding:0; gap:5px;
  flex-direction:column; align-items:center; justify-content:center; cursor:pointer;
}
.hamburger span{ width:24px; height:2px; background:#111; display:block; }


.mobile-menu-overlay{
  position:fixed; inset:0; background:rgba(0,0,0,.45); z-index:1000;
  display:none; align-items:flex-start; justify-content:flex-end;
}
.mobile-menu-overlay.is-open{ display:flex; }


.mobile-menu{
  width:min(92vw, 360px); height:100%; background:#fff; box-shadow:-6px 0 24px rgba(0,0,0,.25);
  padding:16px 14px; overflow:auto;
}
.mobile-menu__top{ display:flex; align-items:center; justify-content:space-between; margin-bottom:8px; }
.mobile-menu__title{ font-weight:700; }
.mobile-menu__close{ border:0; background:transparent; font-size:28px; line-height:1; cursor:pointer; }


#mobileMenu .menu_group_header{ display:block; }
#mobileMenu .menu_group_header .menu_item{ float:none; }
#mobileMenu .menu_group_header .menu_item_1 .menu_link{
  display:block; padding:12px 6px; text-transform:none; color:#111;
  border-bottom:1px solid #eee;
}
#mobileMenu .menu_group_header .menu_eventer .menu_list_2{
  position:static; transform:none; opacity:1; visibility:visible; box-shadow:none; margin:0; padding-left:10px;
}
#mobileMenu .menu_group_header .menu_item_2 .menu_link{ padding:8px 6px; }
body.body-lock{ overflow:hidden; } 

.logo-and-hamburger{
  display:flex;
  align-items:center;
  gap:12px;            
}

.hamburger {
  width: 40px;
  height: 32px;
  border: 0;
  background: transparent;
  padding: 0;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
  position: absolute;
      margin-top: 32px;
}

.hamburger span {
  width: 24px;
  height: 2px;
  background: #111;
  display: block;
  transition: all 0.3s ease;
  transform-origin: center;
}


.hamburger.is-active span:nth-child(1) {
  transform: rotate(45deg) translate(4px, 4px);
}

.hamburger.is-active span:nth-child(2) {
  opacity: 0;
}


.mobile-menu-overlay{
  position:fixed; inset:0; background:rgba(0,0,0,.45); z-index:1000;
  display:none; align-items:stretch; justify-content:flex-start;
}
.mobile-menu-overlay.is-open{ display:flex; }

.mobile-menu{
  width:min(92vw, 380px); max-width:420px; height:100%;
  background:#fff; box-shadow:6px 0 24px rgba(0,0,0,.25);
  padding:16px 14px; overflow:auto;
}

.mobile-menu__top{ display:flex; align-items:center; justify-content:space-between; margin-bottom:8px; }
.mobile-menu__title{ font-weight:700; }
.mobile-menu__close{ border:0; background:transparent; font-size:28px; line-height:1; cursor:pointer; }

body.body-lock{ overflow:hidden; }

#mobileMenu .menu_group_header{ display:block; }
#mobileMenu .menu_group_header .menu_item{ float:none; }
#mobileMenu .menu_group_header .menu_item_1 .menu_link{
  display:block; padding:12px 6px; border-bottom:1px solid #eee;
  text-transform:none; color:#111;
}
#mobileMenu .menu_group_header .menu_eventer .menu_list_2{
  position:static; transform:none; opacity:1; visibility:visible;
  box-shadow:none; margin:0; padding-left:10px;
}
#mobileMenu .menu_group_header .menu_item_2 .menu_link{ padding:8px 6px; }
@media (max-width: 992px){
  .top_nav .menu_group_header{ display:none; }
}

.fab-messengers{
  position:fixed;
  right:60px; bottom:50px;
  z-index:1100;
  width:56px; height:56px;
}



.fab-main{
  width:56px; height:56px; border-radius:50%;
  border:none; background:#1b4f9b; color:#fff; cursor:pointer;
  box-shadow:0 8px 20px rgba(0,0,0,.25);
  position:relative;
  transition:transform .2s ease, box-shadow .2s ease;
}
.fab-main:hover{ transform:translateY(-1px); box-shadow:0 10px 24px rgba(0,0,0,.32); }


.fab-plus, .fab-plus:before{
  position:absolute; inset:0; margin:auto; width:20px; height:2px; background:#fff; content:"";
}
.fab-plus:before{ transform:rotate(90deg); }

.fab-item{
  position:absolute; right:8px; bottom:8px;
  width:40px; height:40px; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  background:#eee; box-shadow:0 6px 16px rgba(0,0,0,.25);
  transform:translate(0,0) scale(.6);
  opacity:0; pointer-events:none;
  transition:transform .28s ease, opacity .2s ease;
}
.fab-item svg{ width:22px; height:22px; fill:#fff; }


.fab-viber   { background:#6e3fa9; }
.fab-whatsapp{ background:#25d366; }
.fab-telegram{ background:#229ED9; }


.fab-messengers.open .fab-item{
  opacity:1; pointer-events:auto; transform:scale(1);
}
.fab-messengers.open .fab-viber   { transform:translate(-56px,-8px)   scale(1); }  
.fab-messengers.open .fab-whatsapp{ transform:translate(-42px,-52px)  scale(1); }  
.fab-messengers.open .fab-telegram{ transform:translate(-0px,-68px)   scale(1); }  


@media (max-width:480px){
  .fab-messengers{ right:14px; bottom:14px; }
  .fab-messengers.open .fab-viber   { transform:translate(-52px,-6px)  scale(1); }
  .fab-messengers.open .fab-whatsapp{ transform:translate(-38px,-46px) scale(1); }
  .fab-messengers.open .fab-telegram{ transform:translate(-0px,-60px)  scale(1); }
}

@media (min-width:1200px){
  .m-header{display:none!important;}
}
@media (max-width:1199px){
  .header{display:none!important;} 
  .m-header{display:block;}
}

.m-header{position:relative; z-index:120; background:#fff; border-bottom:1px solid #ececec;}
.m-header__bar{display:flex; align-items:center; justify-content:space-between; gap:12px; padding:10px 14px;}
.m-header__left,.m-header__center,.m-header__right{display:flex; align-items:center; gap:12px;}


.m-header__logo img{height:32px; display:block;}


.m-header__burger{display:inline-flex; flex-direction:column; gap:4px; width:28px; height:22px; border:0; background:0 0; cursor:pointer; padding:0;margin-top: 10px;}
.m-header__burger span{display:block; width:100%; height:2px; background:#111;}


.m-header__icon{width:32px; height:32px; margin-top: 10px; border-radius:8px; border:0px solid #e3e3e3; background:#fff; position:relative; display:inline-flex; align-items:center; justify-content:center; cursor:pointer;}


#mSearchBtn{ background: #fff url('/design/sivik_shop/images/search.png') no-repeat center/20px; }
.m-header__account{ background: #fff url('/design/sivik_shop/images/account.png') no-repeat center/20px; }


.m-informer{display:flex; align-items:center;}

.m-informer a.wish_info,
.m-informer a.compare_info,
.m-informer a.cart_info{
  width:24px; height:24px; display:inline-flex; align-items:center; justify-content:center; position:relative; text-decoration:none;margin-top: 14px;
}
.m-informer a.wish_info::before,
.m-informer a.compare_info::before,
.m-informer a.cart_info::before{
  width:22px; height:22px; display:block; background-size:contain; background-position:center; background-repeat:no-repeat;
}


.m-badge,
.wish_counter,
.compare_counter,
.cart_counter{
  position:absolute; top:-6px; right:-8px;
  min-width:18px; height:18px; padding:0 4px;
  border-radius:999px; background:#e3001f; color:#fff;
  font:700 12px/18px Arial, sans-serif; text-align:center;
}


.m-nav{position:fixed; inset:0; background:rgba(0,0,0,.4); opacity:0; pointer-events:none; transition:opacity .25s ease;}
.m-nav__panel{position:absolute; top:0; right:0; width:82%; max-width:360px; height:100%; background:#fff; transform:translateX(100%); transition:transform .3s ease; display:flex; flex-direction:column;}
.m-nav__top{display:flex; align-items:center; justify-content:space-between; padding:14px 16px; border-bottom:1px solid #eee;}
.m-nav__title{font-weight:700;}
.m-nav__close{font-size:24px; border:0; background:0 0; cursor:pointer;}
.m-nav.is-open{opacity:1; pointer-events:auto;}
.m-nav.is-open .m-nav__panel{transform:translateX(0);}
.m-nav__body{padding:10px 12px; overflow:auto; height:calc(100% - 52px);}


.m-search{position:fixed; inset:0; background:rgba(0,0,0,.35); opacity:0; pointer-events:none; transition:opacity .25s ease; z-index:130;}
.m-search__panel{position:absolute; left:0; right:0; top:0; background:#fff; border-bottom:1px solid #eee; transform:translateY(-100%); transition:transform .3s ease; padding:12px 14px; display:grid; grid-template-columns:1fr auto; gap:8px; align-items:center;}
.m-search.is-open{opacity:1; pointer-events:auto;}
.m-search.is-open .m-search__panel{transform:translateY(0);}
.m-search__form{display:grid; grid-template-columns:1fr auto; gap:8px;}
.m-search__form input{height:40px; padding:0 12px; border:1px solid #ddd; border-radius:8px; font-size:16px; width:100%;}
.m-search__form button{height:40px; padding:0 14px; border:1px solid #ddd; border-radius:8px; background:#111; color:#fff; cursor:pointer;}
.m-search__close{justify-self:end; font-size:24px; border:0; background:0 0; cursor:pointer;}


@media (max-width:992px){

  #comparison{display:none;}
}
@media (max-width:768px){

  #wishlist{display:none;}
}
@media (max-width:576px){

  .m-header__center, .m-header__account{display:none;}
}

.m-header__right{
  position: relative;
  overflow: visible; 
  display: flex;
  align-items: center;
  gap: 14px;
}


.m-header__right .phone-informer{
  position: relative;
  display: none;
}
@media (max-width:1200px){
  .m-header__right .phone-informer{
    display: inline-flex !important; 
    align-items: center;
  }
}


.phone_info{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:32px;
  height:32px;
  padding:0;
  border:0;
  background:none;
  cursor:pointer;
  margin-top: 10px;

}
.phone_info::before{
  content:"";
  display:block;
  width:24px;
  height:24px;
  background:url('/design/sivik_shop/images/phone-call.png') no-repeat center/contain;
}


.phone_dropdown{
  position:absolute;
  top:40px;        
  right:0;
  z-index: 9999;   
  min-width:240px;
  padding:10px 12px;
  background:#fff;
  border:1px solid #e9e9e9;
  border-radius:10px;
  box-shadow:0 10px 24px rgba(0,0,0,.12);
  opacity:0;
  transform: translateY(8px);
  pointer-events:none;
  transition: opacity .2s ease, transform .2s ease;
}
.phone_dropdown.is-open{
  opacity:1;
  transform: translateY(0);
  pointer-events:auto;
}

.phone_dropdown a{ text-decoration:none; }
.phone_dropdown .callback-link{ color:#1b4f9b; font-weight:bold; }

@media (max-width:576px){
  .phone_dropdown{ right:-8px; }
}

.phone_dropdown .phones_inner,
.phone_dropdown .phone_iphone {
  display: block !important;
  visibility: visible !important;
}


.phone_dropdown { color:#111; line-height:1.3; }
.phone_dropdown a { color:#111; }
.phone_dropdown .callback-link { color:#1b4f9b; font-weight:700; }

.btn-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 14px 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background: #0749ca;
  overflow: hidden;
  color: var(--WHITE, #fff);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  border: 1.5px solid #0749ca;
  white-space: nowrap;
}
.btn-slider:hover {
  background: #005fe5;
  border: 1.5px solid #005fe5;
}
.btn-slider:active {
  color: #0749ca;
  background: transparent;
}

.btn-slider-border {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  border: 1.5px solid #0749ca;
  color: #0749ca;
  background: transparent;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn-slider-border:hover {
  color: #fff;
  background: #0749ca;
}
.btn-slider-border:active {
  color: #fff;
  background: #005fe5;
  border: 1.5px solid #005fe5;
}
.btn-slider-border:disabled {
  color: #858585;
  background: #ececec;
  border: 1.5px solid #ececec;
}
.mobile-categories{ list-style:none; margin:0; padding:0; }
.mobile-categories .mcat-item{ position:relative; padding:10px 0; border-bottom:1px solid #eee; }
.mobile-categories .mcat-link{ display:inline-block; text-decoration:none; color:#111; font-size:16px; }

.mcat-item.has-children .mcat-toggle{
  position:absolute; right:0; top:8px;
  width:28px; height:28px; border-radius:14px;
  border:1px solid #ccc; background:#f7f7f7; color:#111;
  font-weight:700; line-height:26px; text-align:center; cursor:pointer;
}
.mcat-submenu{ list-style:none; margin:8px 0 0 14px; padding:0; }
.mcat-submenu li{ margin:6px 0; }
.mcat-submenu a{ text-decoration:none; color:#333; }


.mcat-item.open .mcat-toggle{ background:#111; color:#fff; border-color:#111; }

.mcat-list{margin:0;padding:0;list-style:none}
.mcat-item{position:relative;padding:10px 44px 10px 0;border-bottom:1px solid #eee}
.mcat-link{display:inline-block;text-decoration:none;color:#111}
.mcat-item.has-children .mcat-toggle{
  position:absolute;right:0;top:8px;
  width:34px;height:34px;border-radius:18px;
  border:1px solid #ccc;background:#222;color:#fff;
  display:flex;align-items:center;justify-content:center;
  cursor:pointer
}
.mcat-sub{margin:8px 0 4px 0;padding-left:16px;list-style:none}
.mcat-sub a{display:block;padding:8px 0;color:#333;text-decoration:none}
.mcat-item.open>.mcat-toggle{background:#1b4f9b;border-color:#1b4f9b}


.mcat-accordion { margin: 8px 0 16px; }


.mcat-accordion__toggle{
  width:100%;
  display:flex; align-items:center; justify-content:space-between;
  gap:12px;
  padding:14px 16px;
  border:1px solid #e6e6e6; border-radius:12px;
  background:#1b4f9b; color:#fff; font-weight:700; font-size:16px;
}


.mcat-accordion__icon{
  width:18px; height:18px; border-right:2px solid #fff; border-bottom:2px solid #fff;
  transform:rotate(45deg); transition:transform .2s ease;
}
.mcat-accordion__toggle[aria-expanded="true"] .mcat-accordion__icon{
  transform:rotate(-135deg);
}


.mcat-accordion__panel{ padding-top:10px; }


.mcat{ list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:8px; }
.mcat-item{ position:relative; padding-right:46px; }
.mcat-link{
  display:block; padding:10px 12px; border-radius:10px;
  background:#f7f8fb; color:#111; text-decoration:none;
}
.mcat-link:hover{ background:#eef2ff; }


.mcat-more{
  position:absolute; top:50%; right:8px; transform:translateY(-50%);
  width:32px; height:32px; border-radius:16px;
  border:1px solid #dcdcdc; background:#fff; cursor:pointer;
  font-weight:700; line-height:1;
}


.mcat-sub{ list-style:none; margin:6px 0 0 10px; padding-left:12px; border-left:2px dotted #e6e6e6; }
.mcat-sub a{ display:block; padding:8px 8px; text-decoration:none; color:#333; }
.mcat-sub a:hover{ background:#f2f6ff; border-radius:8px; }


@media (min-width:1200px){
  .mcat-accordion{ display:none; } 
}

.m-nav-scope .menu_group_header { float:none; }
.m-nav-scope .menu_list_1,
.m-nav-scope .menu_list_2,
.m-nav-scope .menu_list_3 { margin:0; padding:0; list-style:none; }

.m-nav-scope .menu_item_1,
.m-nav-scope .menu_item_2,
.m-nav-scope .menu_item_3 { float:none; margin:0; }


.m-nav-scope .menu_item_1 > .menu_link,
.m-nav-scope .menu_item_2 > .menu_link,
.m-nav-scope .menu_item_3 > .menu_link {
  display:flex; align-items:center; justify-content:space-between;
  padding:12px 14px; border-radius:8px; text-decoration:none; color:#111;
  background:#f7f7f7; margin-bottom:8px;
}


.m-nav-scope .menu_eventer > .menu_list_2,
.m-nav-scope .menu_eventer > .menu_list_3 {
  position:static; visibility:visible; opacity:1; transform:none;
  box-shadow:none; border:none; background:transparent; margin:6px 0 10px 12px;
  display:none; 
}


.m-nav-scope .menu_item_1 .arrow_right { transition:transform .2s ease; }
.m-nav-scope .menu_item_1.is-open .arrow_right { transform:rotate(90deg); }


.m-nav-scope .m-sub-toggle {
  min-width:32px; height:32px; border:1px solid #e5e5e5; border-radius:6px;
  background:#fff; cursor:pointer; margin-left:8px; position:relative;
}
.m-nav-scope .m-sub-toggle::before,
.m-nav-scope .m-sub-toggle::after {
  content:""; position:absolute; left:50%; top:50%; width:12px; height:2px; background:#666;
  transform:translate(-50%,-50%);
}
.m-nav-scope .m-sub-toggle::after { transform:translate(-50%,-50%) rotate(90deg); }
.m-nav-scope .is-open > .m-sub-toggle::after { opacity:0; } 





.m-nav{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.4);
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease;
  overflow: hidden;          
}


.m-nav__panel{
  position: absolute;
  top: 0; right: 0;
  width: 78%;
  max-width: 360px;

  height: 100%;                
  max-height: 100vh;          

  background: #fff;
  transform: translateX(100%);
  transition: transform .3s ease;
  display: flex;
  flex-direction: column;

  overflow-y: auto;          
  -webkit-overflow-scrolling: touch; 
  overscroll-behavior: contain; 
}


.m-nav.is-open{ opacity:1; pointer-events:auto; }
.m-nav.is-open .m-nav__panel{ transform: translateX(0); }


.m-nav__panel *{ overscroll-behavior:auto; }
.cart-shipping { margin:20px 0; }
.ship-option { display:block; cursor:pointer; }
.ship-card {
  border:1px solid #ddd;
  border-radius:8px;
  padding:15px;
  transition:all .2s;
  background:#fff;
}
.ship-option input { display:none; }
.ship-option input:checked + .ship-card {
  border-color:#1b4f9b;
  box-shadow:0 0 5px rgba(27,79,155,.4);
}
.ship-card h4 { margin:0 0 8px; font-size:16px; font-weight:600; }
.ship-card p { font-size:14px; color:#555; margin:0 0 6px; }
.ship-card .ship-price { font-weight:700; color:#c00; }
.cart-totals { margin:15px 0; font-size:16px; }

/*
.ct-hide { display:none !important; }
*/
.payment-methods {
  margin-top: 20px;
}

.payment-option {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

