@font-face {
    font-family: 'Avenir Next Cyr';
    src: url('../fonts/AvenirNextCyr-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir Next Cyr';
    src: url('../fonts/AvenirNextCyr-Demi.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir Next Cyr';
    src: url('../fonts/AvenirNextCyr-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
html {
    height: 100%;
}
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: 'Avenir Next Cyr';
    line-height: 1.5;
    color: #3c3834;
    background-color: #fff;
    min-width: 320px;
}
.main {
    flex: 1 0 auto;
}
.header,
.footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
h2 {
    font-size: 22px;
    font-weight: bold;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    display: block;
    margin-bottom: 1rem;
    line-height: 1.1;
    font-weight: bold;
    font-family: inherit;
}
.h1 {
    font-size: 22px;
    border-bottom: 1px solid #e1e8ed;
    background-color: #fff;
}
.type-static h1 {
    margin-bottom: 40px;
}
.h2 {
    font-size: 22px;
}
.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: none;
}
a:hover,
a:active {
    text-decoration: none;
}
.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 */
input {
    font-family: 'Avenir Next Cyr' !important;
}
.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;
}
textarea.form_input {
    height: auto;
}
.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 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 10px 25px;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    background-color: #ff502b;
    text-decoration: none !important;
    text-align: center;
    border: 0 !important;
    cursor: pointer;
}
.button-grey {
    color: #ff502b;
    background: #edf2f9;
}
.button-grey:hover {
    color: #fff !important;
}
.buy {
    height: 50px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    padding: 0;
    border: 0;
    background: #ff502b;
    overflow: hidden;
}
.buy:hover,
.button:hover {
    background-color: #ed3b17;
}
.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 {
    margin-bottom: 20px;
    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;
    border-left: 1px solid #e8e8e1;
    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;
}
#cart_informer {
    position: relative;
    padding-right: 50px;
}
#cart_informer::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 35px;
    height: 45px;
    background: url(../images/all.png) no-repeat;
    background-position: center -144px;
}
.cart_info {
    display: inline-block;
    text-align: right;
    font-size: 14px;
}
.cart_title {
    color: #7880a0;
}
.cart_counter {
    position: absolute;
    top: 5px;
    right: 20px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    background-color: #ff502b;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
}
.cart_total {
    display: block;
    font-weight: bold;
    color: #3c3834;
}
.search-wrap {
    margin-right: 20px;
    background: #8ed6dd;
}
.search {
    position: relative;
    width: 100%;
}
.search_input {
    width: 100%;
    padding: 10px 120px 10px 20px;
    border: none;
    background: none;
    font-size: 15px;
    color: #3f3f3f;
}
.search_button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -5px;
    border: none;
    width: 105px;
    line-height: 12px;
    padding: 0 50px 0 15px !important;
    color: #fff;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
}
.search_button::after {
    content: "";
    position: absolute;
    top: 0;
    right: -90px;
    display: block;
    border-color: transparent transparent transparent #ff502b;
    border-style: solid;
    border-width: 21px 76px 21px 15px;
    transition: all ease-in-out 0.2s;
}
header .search_button:hover {
    opacity: 1 !important;
    background: #ed3b17;
}
header .search_button:hover::after {
    opacity: 1 !important;
    border-color: transparent transparent transparent #ed3b17;
}
.search_button span {
    display: inline-block;
}
.search_button span::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    height: 25px;
    width: 30px;
    background: url(../images/all.png) no-repeat;
    background-position: center -204px;
}
.main-menu > div > div > .flex-fill {
    overflow: hidden;
}
.category_item {
    position: relative;
    font-size: 16px;
}
.category_link {
    position: relative;
    display: block;
    padding: 6px 30px 6px 20px;
    transition: all ease-in-out 0.2s;
}
.category_link:hover {
    color: #009bb2
}
.category_item .subcategory {
    margin-left: 30px;
}
.category_item .selected {
    color: #009bb2;
    font-weight: bold;
}
.cats-side .level_1 > .category_item::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    border-left: 5px solid transparent;
    border-top: 6px solid #009bb2;
    border-right: 5px solid transparent;
}
li.collaps > ul {
    display: none;
}
.category_link.sm-active,
.subcategory.sm-active .category_link {
    font-weight: bold;
}
.subcategory.sm-active {
    margin-bottom: 20px;
}
/* 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: 30px 0;
    font-size: 16px;
}
.news_image,
.blog_image {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 52%;
    background-color: #fff;
    overflow: hidden;
}
.news_image.blog-noimg,
.blog_image.blog-noimg {
    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;
    margin: auto;
    /*height: 100%;*/
    object-fit: cover;
}
.news_content .h5,
.blog_content .h5 {
    height: 40px;
    margin-bottom: 10px;
    font-size: 16px;
    overflow: hidden;
}
.blog_annotation,
.news_annotation {
    max-height: 195px;
    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 {
    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: 50px;
    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_link {
    display: block;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    padding: 30px 25px;
    transition: all ease-in-out 0.2s;
}
.brand_link:hover {
    color: #009cb4;
}
/* Product preview */
.main_products {
    position: relative;
}
.preview {
    position: relative;
    padding: 20px 20px 0;
    border: 1px solid transparent;
    transition: all ease-in-out 0.2s;
}
.preview:hover {
    border: 1px solid #edf2f9;
}
.products_item {
    margin-bottom: 20px;
}
.products_item .variant_select {
    display: none;
}
.p-item-sku {
    position: absolute;
    top: 5px;
    left: 5px;
    padding: 0px 3px;
    font-size: 12px;
    background: #fff;
    opacity: 0.5;
    cursor: help;
    transition: all ease-in-out 0.2s;
}
.p-item-sku:hover {
    opacity: 1;
}
.product_name {
    display: block;
    height: 50px;
    font-size: 16px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 10px;
}
.preview_image {
    display: block;
    position: relative;
    height: 230px;
    line-height: 200px;
    text-align: center;
    padding: 0 0 30px;
}
.preview_img {
    vertical-align: middle;
    max-height: 100%;
}
.preview .price_container {
    font-weight: bold;
    height: 45px;
    text-align: center;
}
.preview_form {
    margin: 0 -20px;
}
.preview .button {
    width: 100%;
}
.button.buy > span > span {
    display: block;
}
.preview .price {
    font-size: 18px;
    line-height: 24px;
}
.preview .price-wrap {
    position: relative;
    display: inline-block;
    margin-top: 5px;
    padding-left: 30px;
}
.preview .price-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 26px;
    width: 23px;
    background: url(../images/all.png) no-repeat -29px -834px;
}
.preview .price-wrap .price span:nth-of-type(2) {
    font-weight: normal;
    font-size: 16px;
}
.preview .price-wrap .price-0 {
    font-weight: normal;
}
.old_price {
    font-size: 13px;
    font-weight: normal;
    color: #fff;
    line-height: 15px;
    opacity: .7;
    text-decoration: line-through;
}
.price-block .fn_old_price {
    display: inline-block;
    margin-left: 15px;
    font-size: 16px;
    font-weight: normal;
    color: #3c3834;
    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 {
    margin-bottom: 20px;
    padding: 0;
    text-align: right;
    background-color: #edf2f9;
}
.sort_title {
    display: inline-block;
    padding-right: 15px;
    font-weight: bold;
    font-size: 16px;
    color: #7880a0;
}
.sort-pc {
    padding-right: 20px;
}
.sort-pc form {
    display: inline-block;
}
.sort-pc button {
    display: inline-block;
    margin: 0 10px;
    padding: 8px 4px;
    font-weight: 600;
    color: #7880a0;
    border: 0;
    background: transparent;
    cursor: pointer;
}
.sort > form {
    position: relative;
    display: inline-block;
    border-radius: 3px;
    background: #fff;
}
.sort > form::before {
    content: "";
    position: absolute;
    top: 15px;
    right: 15px;
    border-left: 5px solid transparent;
    border-top: 6px solid #009bb2;
    border-right: 5px solid transparent;
}
.sort select {
    position: relative;
    width: 200px;
    padding: 6px 40px 6px 15px;
    color: inherit;
    border: 1px solid #d0e4fe;
    border-radius: 3px;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: transparent;
    cursor: pointer;
    z-index: 1;
}
.sort select::-ms-expand {
    display: 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: 130px;
    display: inline-block;
    vertical-align: middle;
    line-height: 29px;
}
.plus,
.minus {
    font-size: 26px;
    font-weight: 600;
    float: left;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    color: #009cb4;
    border-radius: 50%;
    background: #edf2f9;
}
.plus:hover,
.minus:hover {
    color: #030303;
}
.input_amount {
    display: block;
    float: left;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    background-color: #fff;
    border: 0;
    padding: 0;
    margin: 0;
    height: 34px;
    width: 45px;
    text-align: center;
}
.purchase_total td {
    font-weight: bold;
    font-size: 16px;
    border-bottom: none;
}
.purchase_total {
    padding: 15px 30px;
    font-size: 22px;
    font-weight: bold;
    background: #edf2f9;
}
.purchase_name {
    font-weight: bold;
    font-size: 13px;
    color: #009bb2;
}
.purchase .coupon {
    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: #f2bd0b;
    border: none;
    border-radius: 2px;
    cursor:pointer;
}
.coupon_button:hover {
    background: #d4a507;
}
.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: 30px 0;
}
.fn_pagination {
    margin-bottom: 30px;
}
.page_item {
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 10px;
}
.page_link {
    display: block;
    padding: 5px 12px;
    min-width: 30px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #edf2f9;
    background-color: #fff;
}
.page_link:hover,
.active .page_link {
    color: #fff;
    background-color: #009cb4;
    border-color: #009cb4;
}
/* Product Page */
.product_heading {
    font-size: 22px;
    color: #0a0a28;
    font-weight: bold;
    line-height: 1.1;
    margin: 5px 0 22px;
}
.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;
    border: 1px solid #e8e8e1;
    -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;
    font-size: 16px;
}
.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;
}
.product .fn_is_stock {
    margin: 0 30px;
}
.product_btn {
    color: #fff;
    border: 2px solid #d4a507;
    background-color: #f2bd0b;
    min-width: 220px;
}
.info_delivery,
.info_payment    {
    margin-top: 25px;
}
.product_btn:hover {
    background-color: #d4a507;
    border-color: #d4a507;
}
.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: 30px;
    line-height: 1.1;
    color: #009bb2;
}
.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%;
    padding-right: 15px;
}
.features_name {
    width: 50%;
    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;
}
.comments-form {
    margin-top: 50px;
}
.no_comments {
    border-left: 3px solid rgba(56, 192, 243, 0.8);
    padding: 10px;
    background: rgb(248, 248, 248)
}
/* Post */
.post_share {
    margin: 20px 0;
}
.blog-post-info {
    margin-bottom: 30px;
}
.blog-post-info span {
    position: relative;
    display: inline-block;
    padding: 0 20px 0 25px;
    color: #7880a0;
    font-weight: 600;
}
.blog-post-info span::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 20px;
    width: 20px;
    background: url(../images/all.png) no-repeat;
}
.blog-post-info .post_views span::before {
    background-position: center -989px;
}
.blog-post-info .post_date span::before {
    background-position: center -955px;
}
.blog_content .blog-post-info span {
    font-weight: normal;
}
.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;
}
.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: #009bb2;
    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 {
    display: inline-block;
    line-height: 24px;
    padding: 7px 0;
}
.catalog_item{
    padding: 0;
}
.filter_link {
    display: block;
    position: relative;
    margin: 0 5px;
    padding: 4px 15px;
    text-decoration: none;
    cursor: pointer;
    background: no-repeat;
    border: 1px solid #edf2f9;
    text-align: center;
    transition: all ease-in-out 0.2s;
}
.filter_link:hover,
.filter_link.checked {
    background: #edf2f9;
}
.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;
    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 {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    color: #7880a0;
}
.breadcrumbs li {
    display: inline-block;
    padding: 0;
    margin: 3px 0;
}
.breadcrumbs li + li:before {
    padding: 0 2px;
    content: "/\00a0";
}
.bread-home {
    display: inline-block;
    margin-bottom: -5px;
    height: 25px;
    width: 25px;
    background: url(../images/all.png) no-repeat -29px -876px;
}
/* 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: #b8b7b7;
    background-image: url(../images/up-arrow.png);
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.to_top:hover {
    background-color: #38c0f3;
}
/* 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;
}
.h-top-line {
    background: #edf2f9;
}
.h-top-line a {
    display: inline-block;
    padding: 5px 30px;
    font-size: 16px;
    color: #7880a0;
    transition: all ease-in-out 0.2s;
}
.h-top-line .menu_list li:first-child a {
    padding-left: 0;
}
.h-top-line .menu_item {
    position: relative;
}
.h-top-line .menu_item + .menu_item::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background: #7880a0;
}
header .h-top-line .btn {
    padding: 12px 20px;
}
/* main menu */
.menu_group_header{
    float: left;
}
.main-menu {
    background: #009cb4;
}
.main-menu .menu_list,
.h-top-line .menu_list,
.footer-menu .menu_list {
    display: flex;
}
.main-menu .menu_list a {
    display: inline-block;
    padding: 8px 30px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    transition: all ease-in-out 0.2s;
}
.main-menu .menu_list a:hover {
    color: #D9D9D9;
}
.main-menu .menu_item {
    position: relative;
}
.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);
}

/* --- */
.content-icon {
    position: relative;
    padding-left: 70px;
}
.content-icon::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.header-content {
    padding: 10px 0;
    font-size: 14px;
    color: #7880a0;
}
.header-content .bold {
    font-size: 16px;
    color: #3c3834;
}
.header-content .phones {
    position: relative;
}
.header-content .phones .content-icon,
.address-wrap .content-icon {
    position: relative;
    padding: 0 30px 0 70px;
    z-index: 0;
}
.header-content .email-wrap {
    position: relative;
    padding-left: 12px;
    z-index: 0;
}
.header-content .i-email {
    padding-left: 60px;
    font-size: 16px;
    color: #3c3834;
    font-weight: 600;
}
.header-content .i-email::after {
    left: 60px;
}
.header-content .i-email:hover::after {
    opacity: 0;
}
.header-content .phones .content-icon::before,
.address-wrap .content-icon::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 8px;
    margin: auto;
    height: 35px;
    width: 35px;
    background: url(../images/all.png) no-repeat -24px -59px;
}
.header-content .phones .content-icon::after,
.address-wrap .content-icon::after,
.phone-wrap .content-icon::after,
.header-content .email-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: #edf2f9;
    z-index: -1;
}
.address-wrap .content-icon::before {
    background-position: center -15px;
}
.i-email {
    position: relative;
    display: inline-block;
    padding-left: 40px;
    transition: all ease-in-out 0.2s;
}
.i-email::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 22px;
    width: 27px;
    background: url(../images/all.png) no-repeat center -106px;
}
.i-email::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 40px;
    right: 0;
    margin: auto;
    height: 1px;
    background: #3c3834;
    transition: all ease-in-out 0.2s;
}
.h-title,
.side-block-title {
    display: flex;
    position: relative;
    margin: 30px 0 40px;
    border-bottom: 1px solid #edf2f9;
}
.f-content .button {
    margin-bottom: 20px;
}
.h-title::before,
.side-block-title::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100px;
    background: #009cb4;
}
.h-title h1,
.h-title h2 {
    flex-grow: 1 !important;
}
.h-title a {
    position: relative;
    display: inline-block;
    padding-right: 40px;
    color: #009bb2;
}
.h-title a::before {
    content: "";
    position: absolute;
    top: 7px;
    right: 10px;
    margin: auto;
    border-top: 5px solid transparent;
    border-left: 6px solid #009bb2;
    border-bottom: 5px solid transparent;
}
.h-title a::after {
    content: "";
    position: absolute;
    top: -3px;
    right: 0;
    margin: auto;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #edf2f9;
    z-index: -1;
}
.block-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 7px 0;
    border-bottom: 1px solid #edf2f9;
}
.side-block {
    margin-bottom: 40px;
}
.side-block-title {
    margin: 0 0 30px 0;
    font-size: 22px;
    font-weight: bold;
}
.services-block a {
    position: relative;
    height: 78px;
    padding-left: 20px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    background: #edf2f9;
    overflow: hidden;
    z-index: 0;
    transition: all ease-in-out 0.2s;
}
.services-block a:hover {
    color: #009cb4;
}
.services-block a + a {
    margin-top: 15px;
}
.services-block a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -50px;
    margin: auto;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background: #009cb4;
    z-index: -1;
}
.services-block a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 22px;
    margin: auto;
    height: 50px;
    width: 50px;
    background-image: url(../images/all.png);
    background-repeat: no-repeat;
}
.services-block a.ser-1::before {
    background-position: center -240px;
}
.services-block a.ser-2::before {
    background-position: center -294px;
}
.services-block a.ser-3::before {
    background-position: center -351px;
}
.services-block a.ser-4::before {
    background-position: center -411px;
}
.services-block a.ser-5::before {
    background-position: center -469px;
}
.services-block span {
    max-width: 145px;
}
.services-block-big {
    margin-bottom: 50px;
}
.services-block-big a {
    position: relative;
    display: block;
    padding: 150px 0 40px 0;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    background: #edf2f9;
    transition: all ease-in-out 0.2s;
}
.services-block-big a:hover {
    color: #009bb2;
}
.services-block-big a:hover::before {
    opacity: 0.75;
}
.services-block-big a::before {
    content: "";
    position: absolute;
    top: 35px;
    right: 0;
    left: 0;
    margin: auto;
    height: 88px;
    width: 88px;
    background-image: url(../images/icons-services-big.png);
    background-repeat: no-repeat;
    transition: all ease-in-out 0.2s;
}
.services-block-big .ser-1 a::before {
    background-position: center -15px;
}
.services-block-big .ser-2 a::before {
    background-position: center -104px;
}
.services-block-big .ser-3 a::before {
    background-position: center -197px;
}
.services-block-big .ser-4 a::before {
    background-position: center -296px;
}
.services-block-big .ser-5 a::before {
    background-position: center -395px;
}
.services-block-mini {
    margin-bottom: 30px;
}
.services-block-mini a {
    position: relative;
    display: block;
    height: 60px;
    padding-left: 20px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    background: #edf2f9;
    overflow: hidden;
    z-index: 0;
    transition: all ease-in-out 0.2s;
}
.services-block-mini a:hover {
    color: #009cb4;
}
.services-block-mini a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -50px;
    margin: auto;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background: #009cb4;
    z-index: -1;
}
.services-block-mini a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 22px;
    margin: auto;
    height: 50px;
    width: 50px;
    background-image: url(../images/all.png);
    background-repeat: no-repeat;
    background-size: 60px;
}
.services-block-mini .ser-1 a::before {
    background-position: center -172px;
}
.services-block-mini .ser-2 a::before {
    background-position: center -214px;
}
.services-block-mini .ser-3 a::before {
    background-position: center -257px;
}
.services-block-mini .ser-4 a::before {
    background-position: center -301px;
}
.services-block-mini .ser-5 a::before {
    background-position: center -345px;
}
.services-block-mini span {
    max-width: 145px;
}
.cats-main > div {
    margin-bottom: 20px;
}
.cats-main a {
    display: block;
    height: 210px;
    padding: 160px 0 30px 0;
}
.cats-main > div > div {
    position: relative;
    text-align: center;
    font-size: 22px;
    color: #009bb2;
    font-weight: bold;
    background-image: linear-gradient(to bottom, #8fd7de, #e7f6fb);
}
.cats-main .cat-m-1 {
    background: url(../images/cat-01.png) no-repeat top center, linear-gradient(to bottom, #8fd7de, #e7f6fb);
}
.cats-main .cat-m-2 {
    background: url(../images/cat-02.png) no-repeat top center, linear-gradient(to bottom, #8fd7de, #e7f6fb);
}
.cats-main .cat-m-3 {
    background: url(../images/cat-03.png) no-repeat top center, linear-gradient(to bottom, #8fd7de, #e7f6fb);
}
.cats-main .cat-m-4 {
    background: url(../images/cat-04.png) no-repeat top center, linear-gradient(to bottom, #8fd7de, #e7f6fb);
}
.cats-main .cat-m-5 {
    background: url(../images/cat-05.png) no-repeat top center, linear-gradient(to bottom, #8fd7de, #e7f6fb);
}
.cats-main .cat-m-6 {
    background: url(../images/cat-06.png) no-repeat top center, linear-gradient(to bottom, #8fd7de, #e7f6fb);
}
.main-text-block {
    margin: 70px 0;
    font-size: 16px;
}
.m-a-s-top {
    padding: 15px 20px;
    color: #009bb2;
    font-weight: bold;
    background: #edf2f9;
}
.main-text-block [class^="m-a-s-icon-"] {
    position: relative;
    padding-top: 60px;
}
.main-text-block [class^="m-a-s-icon-"]::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 20px;
    height: 35px;
    width: 35px;
    background-image: url(../images/all.png);
    background-repeat: no-repeat;
}
.m-a-s-icon-1::before {
    background-position: center -528px;
}
.m-a-s-icon-2::before {
    background-position: center -573px;
}
.m-a-s-icon-3::before {
    background-position: center -616px;
}
.main-text-block [class^="m-a-s-icon-"]::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-top: 25px solid #edf2f9;
    border-right: 25px solid transparent;
    z-index: -1;
}
.main_text ul,
ul.list-style,
.description-block ul {
    padding: 0;
}
.main_text ul li,
ul.list-style li,
.description-block li {
    position: relative;
    list-style: none;
    padding-left: 20px;
    margin-bottom: 5px;
    margin-left: 15px;
}
.main_text ul li::before,
ul.list-style li::before,
.description-block li::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 3px;
    margin: auto;
    border-top: 5px solid transparent;
    border-left: 6px solid #009bb2;
    border-bottom: 5px solid transparent;
}
.description-block li::before {
    top: 7px;
}
.map-block {
    min-height: 350px;
    color: #fff;
    background: #009cb4 url(../images/map.jpg) no-repeat center right;
}
.map-b-content {
    padding: 40px 0 0 40px;
    font-size: 16px;
}
.map-b-title {
    font-size: 22px;
    font-weight: bold;
}
.map-block ul.list-style li::before {
    border-left: 6px solid #fff;
}
.map-b-courier {
    position: relative;
    display: inline-block;
    max-width: 350px;
    padding: 10px 150px 10px 15px;
    color: #3c3834;
    font-weight: 600;
    text-align: left;
    background: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0.5));
}
.map-b-courier::before {
    content: "";
    position: absolute;
    bottom: -3px;
    right: 0;
    height: 165px;
    width: 145px;
    background: url(../images/kurer.png) no-repeat center right;
}
.pubs-block {
    margin-top: 50px;
}
.advan {
    margin: 70px 0 30px;
    padding: 15px;
    background: #edf2f9;
}
.advan-cart {
    margin-left: 50px;
}
.advan .row > div > div,
.advan-cart > div > div {
    position: relative;
    padding-left: 70px;
    color: #7880a0;
    font-size: 16px;
    z-index: 0;
}
.advan-cart > div > div {
    margin-bottom: 15px;
    padding: 15px 15px 15px 90px;
    background: #edf2f9;
}
.advan .row > div > div::before,
.advan-cart > div > div::before,
.f-i-phone::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 50px;
    background-image: url(../images/icons-home.png);
    background-repeat: no-repeat;
}
.advan .row > div > div::after,
.advan-cart > div > div::after,
.f-i-phone::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: #fff;
    z-index: -1;
}
.advan-cart > div > div::before,
.advan-cart > div > div::after {
    bottom: 0;
    left: 15px;
    margin: auto;
}
.adv-i-1::before {
    background-position: center -8px;
}
.adv-i-2::before {
    background-position: center -52px;
}
.adv-i-3::before {
    background-position: center -97px;
}
.adv-i-4::before {
    background-position: center -149px;
}
.advan .row > div > div > div,
.advan-cart > div > div > div {
    font-size: 18px;
    font-weight: bold;
    color: #3c3834;
}
.ajax-open {
    display: inline-block;
    cursor: pointer;
}
header .btn {
    padding: 15px 20px;
    color: #fff;
    font-weight: 600;
    background: #ff502b;
    transition: all ease-in-out 0.2s;
}
header .btn:hover {
    opacity: 0.7;
}
.main-menu .ajax-open:hover {
    background: #ed3b17;
}
.modal-win {
    position: relative;
    padding: 20px 30px;
    width: auto;
    margin: 20px auto;
    max-width: 600px;
    border: 3px solid #009cb4;
    background: #fff;
}
.modal-win .form-group {
    margin-bottom: 30px;
}
.modal-win .form-control {
    display: block;
    width: 100%;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 1.5;
    border-bottom: 1px solid #edf2f9;
    background-color: #fff;
    background-clip: padding-box;
}
.cat-title {
    margin-bottom: 20px;
    padding: 10px 0;
    color: #009bb2;
    text-align: center;
    background: url(../images/bg-cat.jpg) no-repeat center / cover;
}
.cat-title h1 {
    margin: 0;
    font-size: 30px;
    font-weight: bold;
}
.product_details .h-title {
    margin-top: 0;
    font-weight: bold;
}
.h-title .p-sku {
    display: inline-block;
    padding: 3px 15px;
    font-weight: 600;
    font-size: 14px;
    color: #7880a0;
    background: #edf2f9;
}
.price-block {
    margin-bottom: 40px;
}
.price-block .fn_price span {
    font-size: 22px;
    font-weight: normal;
}
.pre-price-block {
    margin-bottom: 25px;
}
.pre-price-block .price-actual {
    position: relative;
    padding-left: 45px;
}
.pre-price-block .price-actual::before,
.pre-price-block .ajax-open::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 26px;
    width: 33px;
    background-image: url(../images/all-product.png);
    background-repeat: no-repeat;
    background-position: center -19px;
}
.pre-price-block .ajax-open {
    position: relative;
    display: inline-block;
    color: #009bb2;
    padding-right: 45px;
}
.pre-price-block .ajax-open::before {
    left: auto;
    right: 0;
    margin: auto;
    height: 34px;
    width: 28px;
    background-position: center -60px;
}
.pre-price-block .ajax-open::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 45px;
    margin: auto;
    height: 1px;
    background: #009bb2;
}
.product-icons-block {
    padding: 20px 20px 5px 20px;
    background: #edf2f9;
}
.product-icons-block > div {
    position: relative;
    margin-bottom: 15px;
    padding-left: 70px;
    height: 55px;
    font-size: 16px;
    font-weight: bold;
    display: flex !important;
    align-items: center !important;
    z-index: 0;
}
.product-icons-block > div::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: #fff;
    z-index: -1;
}
.product-icons-block > div::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 8px;
    margin: auto;
    height: 35px;
    width: 35px;
    background-image: url(../images/all-product.png);
    background-repeat: no-repeat;
}
.product-icons-block .p-icon-1::before {
    background-position: center -108px;
}
.product-icons-block .p-icon-2::before {
    background-position: center -159px;
}
.product-icons-block .p-icon-3::before {
    background-position: center -203px;
}
.product-icons-block .p-icon-4::before {
    background-position: center -250px;
}
.product-icons-block .p-icon-5::before {
    background-position: center -299px;
}
.product-icons-block .p-icon-6::before {
    background-position: center -343px;
}
.p-info {
    margin-bottom: 40px;
}
.price-block .button {
    font-size: 18px;
}
.description-block strong {
    color: #009bb2;
    font-weight: bold;
}
.cart-form-block {
    padding: 45px !important;
    background: #edf2f9;
}
#fn_purchases .cart-p-photo a {
    display: inline-block;
    width: 120px;
    padding: 0 15px;
}
#fn_purchases .purchase_name {
    display: inline-block;
    padding: 0 15px;
    text-decoration: none;
}
#fn_purchases .cart-p-price span,
#fn_purchases .cart-p-total span {
    display: inline-block;
    padding: 0 15px;
    width: 130px;
}
.cart-p-item .cart-p-price,
.cart-p-item .cart-p-total,
.cart-p-item .cart-p-name a {
    font-size: 16px;
}
.cart-p-item .cart-p-total {
    font-weight: 600;
}
.cart-p-head span {
    display: inline-block;
}
.cart-p-head .cart-p-total span {
    width: 140px;
}
.cart-p-head .cart-p-amount span {
    width: 120px;
}
.cart-p-del a {
    display: inline-block;
    height: 24px;
    width: 18px;
    background: url(../images/all.png) no-repeat -32px -916px;
}
.feat-b-title a {
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    padding: 0 10px 2px;
    font-size: 14px;
    font-weight: normal;
    background: #edf2f9;
}
.feat-b-title a span {
    font-size: 20px;
    color: #ff502b;
}
.feat-b-wrap {
    margin-bottom: 20px;
    font-size: 16px;
}
.filter_name {
    color: #7880a0;
    font-weight: bold;
}
.feat-b-item {
    margin-bottom: 30px;
}
.catalog-menu,
.catalog-menu-2 {
    position: relative;
    width: 360px;
    padding: 13px 0 13px 35px;
    cursor: pointer;
}
.catalog-menu-2 {
    cursor: default;
}
.catalog-menu > .menu-icon,
.catalog-menu-2 > .menu-icon {
    position: absolute;
    left: 0;
    margin: auto;
}
.catalog-menu > .menu-icon div,
.catalog-menu-2 > .menu-icon div {
    width: 22px;
    height: 3px;
    position: absolute;
    background: #fff;
    opacity: 0.5;
    right: 0;
    margin: auto;
    left: 0;
    top: 4px;
}
.catalog-menu > .menu-icon div:nth-of-type(2),
.catalog-menu-2 > .menu-icon div:nth-of-type(2) {
    top: 10px;
}
.catalog-menu > .menu-icon div:nth-of-type(3),
.catalog-menu-2 > .menu-icon div:nth-of-type(3) {
    top: 16px;
}
.catalog-menu > .menu-wrap,
.catalog-menu-2 > .menu-wrap {
    position: relative;
    padding-right: 30px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}
.cat-nav {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    width: 200px;
    background-color: #009cb4;
    font-size: 16px;
    color: #fff;
    z-index: 999;
}
.catalog-menu a {
    transition: all ease-in-out 0.2s;
}
.catalog-menu .cat-level-1 > li > a {
    font-weight: 600;
}
.catalog-menu .cat-menu li {
    display: block;
    padding: 10px 20px;
    cursor: pointer;
    transition: all ease-in-out 0.2s;
}
.catalog-menu .cat-menu li:hover {
    background: #8ed6dd;
}
.catalog-menu .cat-menu li:hover > a {
    color: #009cb4;
}
.catalog-menu .m-parent {
    position: relative;
}
.catalog-menu .m-parent ul {
    display: none;
    position: absolute;
    top: 0;
    left: 200px;
    min-width: 200px;
    color: #3c3834;
    background: #8ed6dd;
    z-index: 5;
}
.catalog-menu .m-parent ul.cat-i-top {
    top: auto;
    bottom: 0;
}
.catalog-menu .subcat a {
    white-space: nowrap;
}
.cat-slide-wrap {
    margin-top: -20px;
    overflow: hidden;
}
.cat-slide-wrap .slick-slider {
    margin-top: 20px;
}
.catalog-menu-main {
    height: calc(100% + 15px);
    max-height: 475px;
    width: auto;
    padding: 0 0 5px 25px;
    background: #edf2f9;
    cursor: default;
}
.catalog-menu-main .cat-nav {
    position: relative;
    top: auto;
    left: auto;
    display: block;
    width: auto;
    margin-left: -25px;
    background: #edf2f9;
}
.catalog-menu-main .cat-menu li {
    display: block;
    padding: 10px 20px;
    cursor: pointer;
    transition: all ease-in-out 0.2s;
}
.catalog-menu-main .cat-level-1 > li {
    padding: 10px 20px 10px 50px;
}
.catalog-menu-main .m-parent ul {
    left: 340px;
    min-width: 200px;
}
.catalog-menu-main .cat-nav > ul > li > a {
    font-size: 18px;
    font-weight: bold;
    color: #3c3834;
}
.catalog-menu-main .cat-nav > ul > li > a::before {
    content: "";
    position: absolute;
    top: 18px;
    left: 25px;
    margin: auto;
    border-top: 5px solid transparent;
    border-left: 6px solid #009bb2;
    border-bottom: 5px solid transparent;
}
.c-m-m-open {
    position: absolute;
    bottom: -5px;
    right: 0;
    left: 0;
    margin: auto;
    height: 60px;
    font-size: 18px;
    color: #009cb4;
    line-height: 60px;
    text-align: center;
    background-image: linear-gradient(to bottom, rgba(237, 242, 249, 1), rgba(237, 242, 249, 1));
    cursor: pointer;
    z-index: 1000;
}
.load-more {
    min-height: 65px;
    padding-top: 20px;
    text-align: center;
}
.load-more > span {
    display: inline-block;
    padding: 10px 40px;
    color: #009bb2;
    font-size: 16px;
    font-weight: bold;
    background: #edf2f9;
    cursor: pointer;
    transition: all ease-in-out 0.2s;
}
.load-more > span:hover {
    color: #edf2f9;
    background: #009bb2;
}
.number_page {
    position: relative;
    padding: 15px 0;
    text-align: center;
    color: #c4c4c4;
    z-index: 0;
}
.number_page span {
    display: inline-block;
    padding: 0 15px;
    background: #fff;
}
.number_page::after {
    content: "";
    position: absolute;
    top: 26px;
    left: 15px;
    right: 15px;
    border-top: 1px dashed #c4c4c4;
    z-index: -1;
}
.subcats-block {
    margin-bottom: 30px;
}
.subcats-block .filter_link {
    margin: 0 15px 0 0;
    color: #009bb2;
    font-weight: bold;
}
#fn_content {
    min-height: 400px;
}
.subtitle {
    overflow: hidden;
}
.subtitle h2 {
    position: relative;
    display: inline-block;
    margin: 50px 0 40px;
    padding-right: 15px;
    background: #fff;
}
.subtitle h2::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -1500px;
    margin: auto;
    height: 1px;
    width: 1500px;
    background: #edf2f9;
    z-index: -1;
}
.ai-text-block {
    margin-top: 40px;
    font-size: 18px;
}
.ai-btn-wrap {
    padding-left: 50px;
}
.ai-btn-wrap span {
    white-space: nowrap;
}
.ai-advan {
    font-size: 16px;
    background: url(../images/asterisk-install/bg-advan.jpg) no-repeat center center / cover;
}
[class^="ai-a-item-"] {
    padding: 30px;
}
.ai-advan > .row > div {
    border: 1px solid #ffffff;
}
.ai-a-title {
    position: relative;
    padding-left: 100px;
    font-weight: bold;
}
.ai-a-title::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 75px;
    width: 75px;
    background: url(../images/asterisk-install/asterisk-icons.png) no-repeat;
}
.ai-a-item-1 .ai-a-title::before {
    background-position: center -13px;
}
.ai-a-item-2 .ai-a-title::before {
    background-position: center -93px;
}
.ai-a-item-3 .ai-a-title::before {
    background-position: center -173px;
}
.ai-a-item-4 .ai-a-title::before {
    background-position: center -252px;
}
.ai-opportunity {
    margin-bottom: -40px;
    font-size: 16px;
}
.ai-o-title {
    position: relative;
    margin-bottom: 10px;
    padding-top: 120px;
    color: #009bb2;
    font-weight: bold;
}
.ai-o-title::before {
    content: "";
    position: absolute;
    top: 22px;
    left: 0;
    right: 0;
    margin: auto;
    height: 55px;
    width: 55px;
    background: url(../images/asterisk-install/asterisk-icons.png) no-repeat;
}
.ai-o-title::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background: #edf2f9;
    z-index: -1;
}
.ai-o-title div {
    content: "";
    position: absolute;
    top: 0;
    left: -80px;
    right: 0;
    margin: auto;
    padding-top: 3px;
    height: 30px;
    width: 30px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    background: #009bb2;
}
.ai-o-item-1 .ai-o-title::before {
    background-position: center -332px;
}
.ai-o-item-2 .ai-o-title::before {
    background-position: center -392px;
}
.ai-o-item-3 .ai-o-title::before {
    background-position: center -450px;
}
.ai-o-item-4 .ai-o-title::before {
    background-position: center -507px;
}
.ai-o-item-5 .ai-o-title::before {
    background-position: center -563px;
}
.ai-o-item-6 .ai-o-title::before {
    background-position: center -622px;
}
.ai-o-item-7 .ai-o-title::before {
    background-position: center -679px;
}
.ai-o-item-8 .ai-o-title::before {
    background-position: center -736px;
}
.ai-o-text {
    margin-bottom: 50px;
}
[class^="ai-t-item-"] {
    position: relative;
    margin-bottom: 40px;
    padding: 0 40px 40px 40px;
    font-size: 16px;
    border: 1px solid #edf2f9;
    background: url(../images/asterisk-install/bg-tariff.jpg) no-repeat top center / cover;
    overflow: hidden;
}
[class^="ai-t-item-"]::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    margin: auto;
    height: 50px;
    width: 50px;
    background: url(../images/asterisk-install/asterisk-icons.png) no-repeat;
    z-index: 1;
}
.ai-t-item-1::before {
    background-position: center -797px;
}
.ai-t-item-2::before {
    background-position: center -854px;
}
.ai-t-item-3::before {
    background-position: center -912px;
}
.ai-t-title {
    position: relative;
    margin-bottom: 20px;
    padding: 70px 0 30px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    z-index: 0;
}
.ai-t-title::before {
    content: "";
    position: absolute;
    top: -30px;
    bottom: 5px;
    left: -42px;
    right: -42px;
    margin: auto;
    border-radius: 50%;
    background: #009bb2;
    z-index: -1;
}
.ai-t-title::after {
    content: "";
    position: absolute;
    top: -30px;
    bottom: 90px;
    left: -50px;
    right: -50px;
    margin: auto;
    background: #009bb2;
    z-index: -1;
}
.ai-t-price-title {
    padding: 30px 0 20px;
    font-weight: bold;
}
.ai-t-price {
    font-size: 18px;
    font-weight: bold;
}
.ai-t-price-vol {
    color: #ed5131;
}
.ai-t-btn {
    margin-top: 40px;
}
.ai-t-btn span {
    width: 100%;
    font-size: 18px;
}
.type-blog .blog-content {
    margin-bottom: 50px;
    font-size: 16px;
    overflow: hidden;
}
.category-text {
    overflow: hidden;
}
.type-blog .blog-content strong,
.category-text strong {
    color: #009bb2;
}
.type-blog .blog-content ul,
.category-text ul {
    margin-bottom: 30px;
}
.type-blog .blog-content li,
.category-text li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 25px;
    list-style: none;
}
.type-blog .blog-content li::before,
.category-text li::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 3px;
    margin: auto;
    border-top: 5px solid transparent;
    border-left: 6px solid #009bb2;
    border-bottom: 5px solid transparent;
}
.category-text li::before {
    top: 7px;
}
.type-blog .blog-content a,
.category-text a,
.desc-text a {
    border-bottom: 1px solid #009bb2;
    transition: all ease-in-out 0.2s;
}
.type-blog .blog-content a:hover,
.category-text a:hover,
.desc-text a:hover {
    color: #009bb2;
    border-bottom: 1px solid transparent;
}
.type-blog .blog-content h2,
.category-text h2,
.ivr-page h2 {
    position: relative;
    display: inline-block;
    margin: 30px 0;
    padding-right: 15px;
    font-size: 20px;
    background: #fff;
}
.type-blog .blog-content h2::before,
.category-text h2::before,
.ivr-page h2::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -1500px;
    margin: auto;
    height: 1px;
    width: 1500px;
    background: #edf2f9;
    z-index: -1;
}
.item-ivr .audiojs {
    display: flex;
    align-items: center !important;
    width: 100%;
    height: auto;
    background: transparent;
    box-shadow: none;
}
.item-ivr .audiojs > div {
    width: auto;
    height: auto;
    float: none;
}
.item-ivr .audiojs .scrubber {
    flex-grow: 1 !important;
    height: 3px;
    margin: 0;
    border: 0;
    border-radius: 0px;
    background: #edf2f9;
    cursor: pointer;
}
.item-ivr .audiojs .progress,
.item-ivr .audiojs .loaded {
    height: 100%;
    background: none;
}
.item-ivr .audiojs .progress {
    background: #009cb4;
}
.item-ivr .audiojs .play-pause {
    padding: 0;
    width: 35px;
    margin-left: 15px;
    border: 0;
}
.item-ivr .audiojs .play,
.item-ivr .audiojs .pause,
.item-ivr .audiojs .loading {
    position: relative;
    padding-left: 7px;
    border-radius: 50%;
    background: #009cb4;
}
.item-ivr .audiojs .play::before {
    position: absolute;
    content: "";
    top: 12px;
    left: 15px;
    margin: auto;
    border-top: 5px solid transparent;
    border-left: 6px solid #fff;
    border-bottom: 5px solid transparent;
}
.item-ivr .audiojs .pause,
.item-ivr .audiojs .loading {
    background: #edf2f9;
}
.item-ivr .audiojs .pause::before,
.item-ivr .audiojs .loading::before {
    position: absolute;
    content: "";
    top: 13px;
    left: 14px;
    margin: auto;
    height: 7px;
    width: 7px;
    background: #009cb4;
}
.item-ivr .audiojs .time {
    margin: 0;
    padding: 0px 10px 0 0;
    line-height: normal;
    border: 0;
    font-size: 15px;
    color: #009cb4;
    vertical-align: middle;
    text-shadow: none;
}
.item-ivr .audiojs p.error {
    height: 20px;
}
.item-ivr .audiojs .error-message {
    font-size: 10px;
    color: #009cb4;
    line-height: normal;
}
.item-ivr .audiojs .duration {
    display: none;
}
.item-ivr .audiojs .played {
    font-size: 15px;
    color: #009cb4;
}
.audiojs p {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background: #009cb4;
}
.ivr-page {
    overflow: hidden;
}
.ivr-p-tizer {
    position: relative;
    height: 288px;
    padding: 40px 0 0 60px;
    color: #fff;
    background: url(../images/ivr/bg-1.jpg) no-repeat;
}
.ivr-p-t-title {
    font-size: 40px;
    font-weight: bold;
}
.ivr-p-t-text {
    max-width: 670px;
    font-size: 22px;
    font-weight: 500;
}
.ivr-p-t-pays {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    color: #3c3834;
}
.ivr-p-tizer .block-pays {
    margin: 0;
}
.ivr-p-tizer .block-pays span {
    margin: 0 10px;
}
.ivr-p-content {
    margin: 30px 0;
    font-size: 18px;
}
.item-ivr {
    min-height: 270px;
    margin-bottom: 20px;
    padding: 20px;
    font-size: 16px;
    border: 1px solid #edf2f9;
}
.ivr-items .item-ivr {
    height: calc(100% - 20px);
    background: url(../images/ivr/bg-ivr.png) no-repeat bottom / 100%;
}
.ivr-image {
    position: relative;
    height: 70px;
    width: 70px;
}
.ivr-image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.ivr-image img {
    height: auto;
    max-width: 100%;
}
.ivr-content {
    padding-left: 20px;
}
.ivr-title {
    font-size: 18px;
    font-weight: bold;
}
.item-ivr .audio-player {
    margin-bottom: 50px;
}
.ivr-dictor div {
    font-size: 14px;
    font-weight: 600;
    color: #7880a0;
}
.i-dics .item-ivr {
    padding: 0 0 15px 0;
}
.ivr-d-photo {
    max-height: 300px;
    overflow: hidden;
    cursor: pointer;
}
.ivr-d-photo img {
    height: auto;
    width: 100%;
}
.ivr-d-content {
    position: relative;
    height: 170px;
    margin-top: -35px;
    padding: 70px 20px 20px 20px;
    background: url(../images/ivr/bg-dic.png) no-repeat bottom / 100%;
    z-index: 1;
}
.ivr-d-name {
    position: relative;
    margin-bottom: 20px;
    padding-top: 15px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.ivr-p-subtitle span {
    padding-left: 20px;
    font-size: 22px;
    color: #009bb2;
    background: #fff;
}
.ivr-bottom-block {
    height: 320px;
    margin: 40px 0;
    padding: 20px;
    background: url(../images/ivr/bg-2.jpg) no-repeat left bottom / cover;
}
.ivr-bottom-block button {
    max-width: 125px;
    margin-top: 30px;
}
.ivr-bottom-block > div {
    height: 100%;
}
.ivr-b-b-left {
    max-width: 210px;
    font-size: 22px;
    font-weight: bold;
    color: #009bb2;
}
.ivr-b-b-left div {
    color: #ed5131;
    text-transform: uppercase;
}
.ivr-b-b-right {
    text-align: center;
}
.ivr-b-b-right > div {
    font-size: 36px;
    font-weight: bold;
}
.ivr-b-b-right > span {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 18px;
    color: #009bb2;
}
.mini-ats {
    font-size: 18px;
}
.mini-ats .button {
    font-size: 18px;
}
.mini-ats > img {
    margin-bottom: 30px;
}
.var-ats > div a {
    display: block;
    padding: 50px 50px 50px 140px;
    font-weight: 600;
    border: 1px solid #edf2f9;
    background: url(../images/ats/bg-var.jpg) no-repeat center / cover;
}
.var-ats > div a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50px;
    margin: auto;
    height: 65px;
    width: 65px;
    background: url(../images/ats/icons.png) no-repeat;
}
.var-ats a.var-a-1::before {
    background-position: center -18px;
}
.var-ats a.var-a-2::before {
    background-position: center -98px;
}
.var-ats a.var-a-3::before {
    background-position: center -174px;
}
.var-ats .var-a-title {
    display: block;
    padding-bottom: 10px;
    font-size: 22px;
    font-weight: bold;
    color: #009bb2;
}
.m-ats-block {
    margin: 70px 0 50px;
    background: url(../images/ats/bg-big-block.jpg) no-repeat center / cover;
}
.m-ats-block > div {
    height: 220px;
}
.m-ats-block h2 {
    flex: fill;
    font-size: 36px;
    color: #fff;
}
.ats-preim ul {
    margin: 0;
    padding: 0;
}
.ats-preim li {
    position: relative;
    margin-bottom: 20px;
    padding-left: 45px;
    list-style: none;
}
.ats-preim li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 5px;
    height: 30px;
    width: 30px;
    margin: auto;
    background: url(../images/ats/icons.png) no-repeat;
    background-position: center -390px;
}
.block-on-page {
    border: 1px solid #edf2f9;
    overflow: hidden;
}
.ats-preim .block-on-page {
    height: 100%;
}
.ats-preim .block-on-page > div {
    height: 100%;
}
.ats-preim .col-3 {
    position: relative;
}
.ats-preim .col-3::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 35px;
    height: 1100px;
    width: 1100px;
    margin: auto;
    border-radius: 50%;
    background: #009cb4;
    background-position: center -390px;
}
.ats-preim .col-3 > div {
    position: absolute;
    bottom: 100px;
    left: -20px;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    transform: rotate(-90deg);
}
.ats-preim div.ats-p-title-2 {
    bottom: 70px;
    left: 5px;
}
.ats-preim .col-3 > div::before {
    content: "";
    position: absolute;
    top: 40px;
    right: -150px;
    height: 60px;
    width: 60px;
    background: url(../images/ats/icons.png) no-repeat;
    transform: rotate(90deg);
}
.ats-preim div.ats-p-title-1::before {
    background-position: center -253px;
}
.ats-preim div.ats-p-title-2::before {
    right: -208px;
    background-position: center -318px;
}
.ats-preim .col-3 > div::after {
    content: "";
    position: absolute;
    top: 15px;
    right: -175px;
    height: 105px;
    width: 105px;
    margin: auto;
    border-radius: 50%;
    background: #edf2f9;
    z-index: -1;
}
.ats-preim div.ats-p-title-2::after {
    right: -231px;
}
.ats-preim .col-9 {
    padding: 30px 30px 30px 0;
}
.city-block {
    padding: 30px;
    color: #fff;
    font-weight: 600;
    background: #009cb4 url(../images/ats/bg-map.jpg) no-repeat center left;
}
.city-block h3 {
    max-width: 230px;
    font-size: 22px;
    font-weight: bold;
}
.city-block .col-md-4 > div {
    position: relative;
    padding-left: 20px;
}
.city-block .col-md-4 > div::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 3px;
    margin: auto;
    border-top: 5px solid transparent;
    border-left: 6px solid #fff;
    border-bottom: 5px solid transparent;
}
.m-ats-ivr {
    margin-top: 70px;
    padding: 30px;
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    background: #009cb4 url(../images/ats/bg-bottom.jpg) no-repeat center / cover;
}
.m-ats-ivr strong {
    font-size: 36px;
    color: #ed5131;
}
.m-ats-ivr .col-lg-7 > div {
    max-width: 570px;
    margin-left: 30px;
}
.m-ats-ivr a {
    margin: 30px 0 10px;
}
.form-radio {
    margin-bottom: 10px;
}
.form-radio input[type=radio] {
    display: none;
}
.form-radio label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    margin-right: 0;
    line-height: 24px;
    user-select: none;
}
.form-radio label::before {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    position: absolute;
    left: 6px;
    bottom: 7px;
    border-radius: 50%;
    background: transparent;
    transition: all ease-in-out 0.2s;
}
.form-radio label::after {
    content: "";
    display: inline-block;
    width: 21px;
    height: 21px;
    position: absolute;
    left: 0;
    bottom: 1px;
    border: 2px solid #009cb4;
    border-radius: 50%;
}
/* Checked */
.form-radio input[type=radio]:checked + label::before {
    background: #009cb4;
}
.cart-form-title {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}
.cart-btn-wrap > div {
    width: 50%;
}
.cart-btn-filter {
    margin: 10px 0 30px;
    padding: 10px 0;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #009bb2;
    background: #D9E3F2;
    cursor: pointer;
}
.cbf-active {
    color: #fff;
    background: #009cb4;
}
.m-cart {
    max-width: 700px;
}
.m-cart #fn_purchases .cart-p-price span,
.m-cart #fn_purchases .cart-p-total span {
    width: 100px;
}
.m-cart .cart-p-del {
    padding-left: 20px;
}



footer {
    margin-top: 50px;
}
.f-phones {
    padding: 20px 0;
    color: #c3dbf7;
    font-size: 18px;
    background: #009cb4;
}
.f-phones a {
    color: #fff;
}
.f-i-phone {
    position: relative;
    padding-left: 90px;
    z-index: 0;
}
.f-i-phone::before {
    background-image: url(../images/all.png);
    background-position: center -50px;
}
.f-i-phone > div {
    position: relative;
}
.f-i-phone > div::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 60px;
    margin: auto;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background: #fff;
}
.f-i-phone > div:last-child::before {
    display: none;
}
.f-content {
    padding: 20px 0;
    font-size: 16px;
}
.f-menu ul {
    margin: 0;
    padding: 0;
}
.f-menu li {
    list-style: none;
}
.block-pays {
    margin-top: 15px;
}
.block-pays span {
    position: relative;
    display: inline-block;
    height: 40px;
    width: 70px;
    background: #edf2f9;
}
.block-pays span::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 32px;
    width: 65px;
    background-image: url(../images/icons-pay.png);
    background-repeat: no-repeat;
}
.b-p-mc::before {
    background-position: center -20px;
}
.b-p-vs::before {
    background-position: center -64px;
}
.b-p-ya::before {
    background-position: center -110px;
}
.b-p-qw::before {
    background-position: center -159px;
}
.f-ym {
    margin-top: 15px;
}
.f-ym span {
    display: inline-block;
    margin-right: 15px;
    vertical-align: super;
}
.f-soc {
    margin-top: 20px;
}
.f-soc a + a {
    margin-left: 22px;
}
.f-soc a {
    position: relative;
    display: inline-block;
    height: 40px;
    width: 40px;
    background: #edf2f9;
    transition: all ease-in-out 0.2s;
}
.f-soc a:hover {
    opacity: 0.7;
}
.f-soc a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 35px;
    width: 35px;
    background-image: url(../images/all.png);
    background-repeat: no-repeat;
}
.fb::before {
    background-position: center -661px;
}
.vk::before {
    background-position: center -702px;
}
.tw::before {
    background-position: center -743px;
}
.in::before {
    background-position: center -786px;
}
.copyright {
    padding: 10px 0;
    font-weight: 600;
    background: #edf2f9;
}
.slicknav_menu,
.cart-hide {
    display: none;
}
.main-menu .slicknav_menutxt {
    color: #fff !important;
}
.spinner {
    margin: 0 auto;
    width: 70px;
    text-align: center;
}
.spinner > div {
    width: 15px;
    height: 15px;
    margin: 0 2px;
    background-color: #009cb4;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}
.bold {font-weight: bold;}
.text-right {text-align: right;}