body {
    margin: 0;
    background: #ffffff;
    font: normal normal 13px/normal OpenSansRegular, sans-serif;
    padding: 0;
    overflow-x: hidden !important;
    position: relative !important;
    color: #1c1f26;
  }
  html {
    overflow-x: hidden !important;
  }
  .logo_icon {
    height: 65px;
  }
  a {
    color: #000000;
    text-decoration: none !important;
  }
  a:hover {
    opacity: 1;
  }
  a:hover,
  a:visited,
  a:focus,
  a:active {
    color: #000000;
    text-decoration: none !important;
    outline: 0;
  }
  img {
    border: none;
  }
  input:active,
  input:hover,
  input:focus {
    outline: 0;
    outline-offset: 0;
  }
  .color-black {
    color: #000000;
  }
  .color-green {
    color: #40ac19;
  }
  .color-light-blue {
    color: #44b1d0;
  }
  .color-red {
    color: #e6112a;
  }
  .semi-gray {
    color: #89898a;
  }
  .semi-bold {
    font-family: OpenSansSemibold;
  }
  .center {
    text-align: center;
  }
  .flex {
    display: flex;
    clear: both;
  }
  .light {
    font-family: OpenSansLight;
  }
  .bold {
    font-family: OpenSansBold;
  }
  .extra-bold {
    font-family: OpenSansExtrabold;
  }
  .jaapokki {
    font-family: JaapokkiRegular;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .arial {
    font-family: ArialRegular;
  }
  .btn-success {
    background: #40ac19;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .top-header-wrapper .sections div {
    padding: 0 !important;
  }
  .top-header-wrapper {
    background-color: #f0f0f5;
  }
  .header-top .menu {
    list-style: none;
    padding: 0;
    display: flex;
    font-size: 12px;
    height: 40px;
    margin-bottom: 0;
    line-height: 40px;
    margin-right: 16px;
  }
  .header-top .menu li {
    margin-right: 16px;
  }
  .header-top .sections {
    display: flex;
    justify-content: space-between;
  }
  .header-top .menu .mail .icon {
    font-size: 14px;
    line-height: 16px;
    vertical-align: middle;
    padding-right: 4px;
  }
  .header-top .social .icons {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    height: 40px;
    margin-bottom: 0;
    line-height: 40px;
  }
  .header-top .social {
    max-width: 138px;
    margin: 0 auto;
  }
  .header-top .social .icons li span {
    color: #606062;
    -webkit-transition: ease all 0.3s;
    -moz-transition: ease all 0.3s;
    -ms-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;
    transition: ease all 0.3s;
  }
  .header-top .social .icons li span:hover {
    color: #40ac19;
  }
  .header-top .login {
    height: 40px;
    line-height: 40px;
    text-align: right;
    font-size: 12px;
  }
  .header-top .login a {
    padding-right: 15px;
  }
  .header-top .login .icon {
    padding-right: 10px;
    font-size: 17px;
    vertical-align: middle;
  }
  .middle-header-wrapper {
    background: #ffffff;
  }
  .middle-header-wrapper .logo {
    width: 100%;
    text-align: left;
    font-size: 38px;
    margin-top: 13px;
  }
  .middle-header-wrapper .logo-bot {
    font-size: 14px;
    width: 194px;
    text-align: center;
    line-height: 12px;
    padding-bottom: 5px;
  }
  .header-middle {
    padding: 20px 0;
  }
  #search-form {
    position: relative;
    border: 1px solid #ebebeb;
    border-radius: 0;
    float: left;
    font-size: 13px;
    margin: 8px 27px;
    vertical-align: middle;
    width: 320px;
    padding: 0;
    line-height: 0;
    transition: 1s;
  }
  #search-form input[type="text"] {
    padding: 9px 9px 9px 20px;
    position: absolute;
    height: 40px;
    border: none;
    color: #000000;
    float: left;
    margin: 0;
    background: transparent;
    width: 100%;
  }
  .form-btn-wrapper {
    float: right;
    width: 40px;
    height: 42px;
    display: table;
    position: relative;
  }
  #search-form button {
    margin: 0;
    border: none;
    height: 41px;
    cursor: pointer;
    background: transparent;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding: 0 20px 0 0;
  }
  .form-btn-wrapper span {
    font-size: 18px;
    color: #858587;
  }
  .header-middle .phones {
    height: 43px;
    margin: 8px 0;
  }
  .header-middle .phones .icon {
    display: inline-block;
  }
  .header-middle .phones .icon img {
    position: relative;
    bottom: 29px;
  }
  .header-middle .phones .text {
    display: inline-block;
    margin-left: 7px;
  }
  .header-middle .phones .text .number {
    font-size: 17px;
  }
  .header-middle .phones .text .work-time {
    font-size: 12px;
    padding-right: 15px;
  }
  .header-middle .phones .text .more {
    font-size: 13px;
    cursor: pointer;
  }
  .header-middle .call_back a {
    color: #505050;
    border-bottom: 1px dotted #505050;
    float: none;
  }
  .header-middle .work-time {
    text-align: center !important;
  }
  .header-middle .call_back {
    text-align: center;
    position: relative;
    top: 10px;
  }
  .header-middle .wishes {
    text-align: center;
    display: inline-block;
    margin-top: 15px;
  }
  .header-middle .wishes .icon {
    font-size: 30px;
  }
  .header-middle .cart {
    display: inline-block;
    text-align: center;
    margin-top: 7px;
  }
  .header-middle .cart .icon {
    padding: 4px 0 6px 0;
  }
  .header-middle .cart .icon img {
    width: 34px;
  }
  .header-middle .cart-wishes {
    display: flex;
    justify-content: space-between;
  }
  .header-middle .cart .cart-num {
    position: relative;
    right: 18px;
    top: -3px;
    font-size: 14px;
    color: #ffffff;
  }
  .header-middle .cart-wishes .devider {
    display: inline-block;
    border-right: 1px solid #d2d2d2;
    height: 29px;
    position: relative;
    top: 23px;
  }
  .bottom-header-wrapper {
    margin-top: 16px;
    background-color: #1c1f26;
  }
  .bottom-header-wrapper .main-cats {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    font-size: 12.6px;
    height: 55px;
    line-height: 55px;
    text-transform: uppercase;
  }
  .main-cats li {
    padding: 0 3px;
    -webkit-transition: ease all 0.3s;
    -moz-transition: ease all 0.3s;
    -ms-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;
    transition: ease all 0.3s;
  }
  .bottom-header-wrapper .main-cats li a {
    color: #ffffff;
  }
  .main-cats li.catalog a {
    display: block;
  }
  .main-cats li.catalog {
    background-color: #40ac19;
  }
  .main-cats .catalog .fa-bars {
    font-size: 15px;
    position: relative;
    top: 3px;
    margin-right: 4px;
    color: #ffffff;
  }
  .main-cats .promo span {
    display: inline-block;
  }
  .main-cats .promo .text {
    color: #e6112a;
  }
  .main-cats .promo:hover {
    background-color: transparent;
  }
  .bottom-header-wrapper .container .row div {
    padding: 0;
  }
  .bottom-header-wrapper .service-cats {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    font-size: 12.6px;
    height: 55px;
    line-height: 55px;
    text-transform: uppercase;
    overflow: hidden;
  }
  .bottom-header-wrapper .service-cats:hover {
    overflow: visible;
  }
  .bottom-header-wrapper .service-cats li {
    padding: 0 0px;
    -webkit-transition: ease all 0.3s;
    -moz-transition: ease all 0.3s;
    -ms-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;
    transition: ease all 0.3s;
    position: relative;
  }
  .bottom-header-wrapper .service-cats li a {
    color: #ffffff;
  }
  .service-cats li:last-of-type {
    border: none;
  }
  .service-cats a .fas {
    padding-left: 10px;
  }
  .service-cats .all-services .icon {
    font-size: 14px;
    margin-left: 2px;
    position: relative;
    top: 1px;
  }
  .banners {
    max-height: 200px;
    overflow: hidden;
    margin: 30px 0 55px 0;
  }
  .banners img {
    width: 100%;
  }
  .border_heading {
    background: white;
    padding: 0;
    position: relative;
    margin: 0;
    border-radius: 5px 5px 0 0;
  }
  .block-body {
    float: left;
    clear: both;
    border-top: none;
    border-radius: 0 0 5px 5px;
    max-width: 1200px;
    width: 98%;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    margin-left: 1%;
  }
  .cs-product-block {
    box-shadow: none;
    border: none;
    width: 20%;
    margin: 0;
    min-height: 250px;
    position: relative;
    padding: 6px;
    margin-bottom: 10px;
    overflow: hidden;
  }
  .cs-product-block:hover {
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
    background: #ffffff;
  }
  .new-block a {
    width: auto;
  }
  .block_wrapper {
    margin-bottom: 36px;
  }
  .block_wrapper .block_name {
    font-size: 25px;
    text-transform: uppercase;
  }
  .block_wrapper .slide-link {
    text-align: right;
    border-bottom: 1px solid #000000;
    font-size: 14px;
    line-height: 30px;
  }
  .block_wrapper .slide-link .icon {
    font-size: 13px;
    padding-left: 10px;
  }
  .jcarousel-controls {
    width: 70%;
    margin-left: 30%;
    justify-content: space-between;
  }
  #for-best-entertainment .jcarousel-controls,
  #speacial-offers .jcarousel-controls {
    margin-left: 0;
    width: 100%;
  }
  .jcarousel-controls .product-selections {
    text-transform: uppercase;
    color: #1C1F27;
    font-family: 'OpenSansBold';
    border: 1px solid #ccc;
    background: #fff;
    line-height: 30px;
    width: 113px;
    text-align: center;
    border-radius: 16px;
    box-shadow: 0px 0px 7px -1px rgba(168,168,168,0.77);
    cursor: pointer;
    display: block;
  }
  .jcarousel-controls .product-selections.active {
    background: #00B500;
    color: #fff;
    box-shadow: none;
  }
  .selection-wrap.hdn {
    display: none;
  }
  .jcarousel .cs-product-block {
    width: 100%;
  }
  .jcarousel-control-prev,
  .jcarousel-control-next {
    color: #ffffff !important;
    background: #40ac19;
    border-radius: 50%;
    font-size: 18px;
    text-align: center;
    line-height: 33px;
    width: 33px;
    height: 33px;
    display: block;
  }
  .jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
  }
  .jcarousel ul {
    display: flex; /* li height fix */
    width: 10000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .jcarousel li {
    display: flex; /* li height fix */
    width: 200px;
    float: left;
    border: 1px solid #ffffff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
  }
  .rassrochka-wrapper {
    background: #f0f0f5 !important;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    text-align: center;
    text-transform: uppercase;
    font-family: OpenSansExtrabold;
    display: block;
    padding: 3px;
    color: #40ac19 !important;
    border-radius: 6px;
    border: 1px solid #e1e1e1;
    width: 52px;
    -webkit-transition: ease all 0.3s;
    -moz-transition: ease all 0.3s;
    -ms-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;
    transition: ease all 0.3s;
    align-items: center;
  }
  .rassrochka-wrapper:hover {
    color: #f0f0f5 !important;
    background: #40ac19 !important;
    opacity: 1;
  }
  .rassrochka-proc {
    font-size: 12px;
    display: block;
    margin: 0;
  }
  .rassrochka-text {
    font-size: 7px;
    display: block;
    line-height: 14px;
  }
  .product-images .product-images-small .rassrochka-wrapper {
    display: none;
  }
  .cs-product-block .holder {
    transition: 0.3s;
    position: relative;
    padding: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .cs-product-block .holder .prod-info {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
  }
  .images-cs-product-block {
    display: block;
    margin: 0;
    text-align: center;
    overflow: hidden;
    line-height: 0;
    padding: 0 0 30px 0;
    border-bottom: 1px solid #f2f2f2;
  }
  .cs-product-block .name {
    overflow: hidden;
    height: 66px;
    padding-top: 7px;
  }
  .cs-product-block .prod-label {
    text-transform: uppercase;
    font-family: 'opensansbold';
    margin-top: 7px;
    font-size: 12px;
  }
  .cs-product-block .label_new,
  .cs-product-block .label_showcase {
    color: #00B500;
  }
  .cs-product-block .label_good_used,
  .cs-product-block .label_perfect_used {
    color: #9762ee;
  }
  .cs-product-block .name span {
    padding: 0;
    overflow: hidden;
    font-family: OpenSansSemibold;
    margin: 10px 0 5px;
    font-size: 16px;
  }
  .cs-product-block .name span a {
    color: #000;
    font-size: 13px;
    font-weight: normal;
    text-align: left;
    display: block;
    line-height: 15px;
    padding: 0;
  }
  .cs-product-block .product-bottom {
    width: 100%;
    height: auto;
    margin-top: auto;
  }
  .cs-product-block .product-bottom .price {
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #D80000;
    position: relative;
    background: none;
    margin: 0 0 25px 0;
    padding: 3px 0 0 0;
    font-size: 13px;
    color: #000000;
    font-family: OpenSansBold;
  }
  .cs-product-block .product-bottom .price .curr {
    font-size: 12px;
    color: black;
  }
  .cs-product-block a.morebtn {
    width: calc(80%);
    padding: 10px 0;
    text-align: center;
    background: #00B500;
    font-weight: normal;
    color: #fff !important;
    font-size: 14px;
    margin: 5px auto;
    position: relative;
    display: none;
    transition: 0.6s;
  }
  .cs-product-block a.new-morebtn,
  .cs-product-block a.morebtn.preorder {
    font-size: 15px;
    border-radius: 6px;
    margin: 5px 0;
    display: inline-block;
    width: 100%;
    padding: 7px 0;
    height: 40px;
    line-height: 25px;
  }
  .cs-product-block a.morebtn.sale {
    background: #D31907;
  }
  .not-available a.morebtn.preorder {
    background: #d2d2d4;
  }
  .cs-product-block a.morebtn.preorder {
    font-size: 13px;
    line-height: 20px;
  }
  .cs-product-block .product-bottom .price .old {
    color: #afafaf !important;
    text-decoration: line-through;
    font-size: 12px;
    font-weight: normal;
    padding: 0 0 0 5px;
  }
  .cs-product-block a.new-morebtn span {
    padding-right: 8px;
    margin-right: 17px;
    border-right: 1px solid;
    font-size: 15px;
  }
  .buying .buy-wrapper {
    -webkit-transition: ease all 0.3s;
    -moz-transition: ease all 0.3s;
    -ms-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;
    transition: ease all 0.3s;
    border: 1px solid #44b71a;
  }
  a.new-morebtn.morebtn:hover,
  .buying .buy-wrapper:hover,
  #ordered_btn:hover,
  .button-ordering:hover {
    background: #ffffff !important;
    color: #44b71a !important;
    border: 1px solid #44b71a !important;
  }
  .buying .buy-wrapper:hover .cart_button {
    color: #44b71a !important;
  }
  .new-morebtn.morebtn:hover {
    padding: 6px 0 !important;
  }
  .product-bottom .get-button {
    display: flex;
  }
  .cs-product-block .heart {
    display: inline-block;
    font-size: 17px;
    height: 39px;
    width: 43px;
    text-align: center;
    line-height: 41px;
    border-radius: 6px;
    margin: 5px 0;
    position: absolute;
    margin-left: 7px;
    color: #e1e1e1;
    cursor: pointer;
    -webkit-transition: ease all 0.3s;
    -moz-transition: ease all 0.3s;
    -ms-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;
    transition: ease all 0.3s;
    top: -6px;
    right: 2px;
  }
  .cs-product-block .heart:hover {
    color: #e6112a !important;
  }
  .cs-product-block .heart .active {
    color: #e6112a;
  }
  .sales-form .left,
  .sales-form .right {
    width: 50%;
  }
  .sales-form .left {
    position: relative;
  }
  .sales-form .left img {
    width: 100%;
  }
  .sales-form .right {
    background: #40ac19;
  }
  .sales-form .left .text {
    position: absolute;
    top: 15px;
    left: 20px;
    font-size: 25px;
  }
  .sales-form .left .text .main {
    margin-top: 15px;
    font-size: 13px;
  }
  .sales-form .right .top {
    padding: 30px 0 0 40px;
  }
  .sales-form .right .top .icon img {
    height: 25px;
    vertical-align: middle;
  }
  .sales-form .right .top .text {
    display: inline-block;
    color: #fff;
    font-size: 25px;
    vertical-align: middle;
    margin-left: 18px;
    line-height: 27px;
  }
  .sales-form .right .bottom {
    padding-left: 40px;
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  #delivery_message_form {
    width: 100%;
  }
  #delivery_message_form input[type="email"] {
    width: 78%;
    height: 43px;
    padding-left: 25px;
    text-align: left;
    font-size: 14px;
    background: #40ac19;
    border: 1px solid #81c369;
    margin: 0;
    float: none;
  }
  #delivery_message_form input[type="submit"] {
    width: 13%;
    border: none;
    height: 43px;
    font-size: 15px;
    line-height: 15px;
    vertical-align: bottom;
    background: #fff;
    color: #000;
    border-radius: 5px;
    margin: 0;
    float: none;
  }
  footer {
    background: #1c1f26;
    margin-top: 135px;
  }
  footer .sales-container {
    position: relative;
    top: -77px;
  }
  footer .main-footer {
    margin-top: -50px;
    color: #89898a;
    font-size: 12px;
    padding-bottom: 40px;
    min-height: 50px;
  }
  footer .logo {
    width: 100%;
    text-align: left;
    font-size: 28px;
  }
  footer .main-footer .text {
    margin-top: 15px;
    font-size: 12px;
  }
  .main-footer .info .footer-list {
    margin: 9px 0 0 0;
    padding: 0;
    list-style: none;
  }
  .main-footer .info .footer-list li a {
    color: #89898a;
  }
  .main-footer .info .footer-phones div a {
    color: #ffffff;
  }
  .main-footer .info .footer-phones div a {
    margin-bottom: 3px;
  }
  .main-footer .info .footer-list li {
    padding-bottom: 3px;
  }
  .main-footer .info .title {
    color: #dfdfdf;
    line-height: 44px;
  }
  .main-footer .info .footer-list .social {
    width: 112px;
  }
  .main-footer .info .footer-list .icons li {
    -webkit-transition: ease all 0.3s;
    -moz-transition: ease all 0.3s;
    -ms-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;
    transition: ease all 0.3s;
  }
  .main-footer .info .footer-list .icons li i:hover {
    color: #40ac19;
  }
  .main-footer .info .footer-list .icons {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    height: auto;
    margin-bottom: 0;
  }
  .main-footer .info .work-time {
    margin-top: 17px;
    font-size: 11px;
  }
  .main-footer .info .work-time div {
    display: inline-block;
  }
  .main-footer .info .work-time .icon {
    position: relative;
    bottom: 15px;
  }
  .main-footer .info .footer-phones div img {
    height: 15px;
    margin-right: 1px;
    padding-bottom: 2px;
  }
  .sales-form .left .text .main .single-line {
    display: block;
  }
  .sales-container.sales-container-mobile {
    display: none;
  }
  .seo-text {
    margin-top: 35px;
  }
  .seo-container .text {
    height: 140px;
    overflow: overlay;
  }
  .breadcrumbs span .fa-long-arrow-alt-right,
  .breadcrumbs .fa-long-arrow-alt-right {
    font-size: 11px;
    margin: 0 6px;
  }
  .breadcrumbs {
    padding: 20px 0;
    font-size: 12px;
    font-family: OpenSansRegular !important;
  }
  .breadcrumbs .bold,
  .breadcrumbs .light {
    font-family: OpenSansRegular !important;
  }
  .breadcrumbs a {
    text-decoration: none;
    color: #000000;
  }
  .breadcrumbs span {
    display: inline-block;
  }
  .breadcrumbs a.last {
    color: #40ac19;
    border-bottom: 0.1px solid;
  }
  .main-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    background-size: 4px 100%;
    clear: both;
    position: static;
    width: auto;
    display: flex;
    justify-content: space-between;
  }
  .main-menu li:first-of-type {
    padding: 0;
  }
  .main-menu>li {
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    border-right: 1px solid #eee;
  }
  .main-menu>li:last-child {
    border-right: none;
  }
  .main-menu>li+li>a {
    margin: 0 0 0 1px;
  }
  .main-menu>li>a {
    text-align: center;
    height: 55px;
    font-size: 13px;
    word-wrap: break-word;
    padding: 0;
    border-radius: 0;
  }
  .main-menu>li>a:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 30px;
    background: #6c6c6c;
    -webkit-box-shadow: 0 0 4px #000000;
    box-shadow: 0 0 4px #000000;
  }
  .main-menu>li.used a:before {
    display: none;
  }
  .main-menu>li>a>.t {
    display: inline-block;
    vertical-align: middle;
  }
  .main-menu>li.active>a {
    text-decoration: underline;
  }
  .main-menu .menu-holder {
    height: 1px;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0px;
    max-width: 1200px;
    min-width: 1170px;
    width: 100%;
    background: #ffffff;
    z-index: 999999;
    top: 55px;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.25);
  }
  .main-menu .menu-holder .text {
    float: left;
    width: 320px;
    padding: 10px;
    margin: 10px;
    border-right: 1px solid #ddd;
    word-wrap: break-word !important;
    overflow: hidden;
    color: #fff !important;
  }
  .main-menu .menu-holder .text p {
    word-wrap: break-word !important;
    color: #fff !important;
  }
  .main-menu .menu-holder .submenu {
    float: left;
    margin: 4px 1px;
    padding: 10px;
    width: 555px;
  }
  .main-menu .menu-holder .submenu.full {
    width: 99%;
    display: flex;
  }
  .main-menu .menu-holder .submenu .sub1 {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 250px;
  }
  .main-menu .menu-holder .submenu .sub1>li {
    width: 100%;
    vertical-align: top;
    line-height: 13px;
    text-transform: none;
    border-bottom: 1px solid #f0f0f5;
  }
  .main-menu .menu-holder .submenu .sub1>li:hover {
    background-color: #f0f0f5;
    color: #40ac19 !important;
  }
  .main-menu .menu-holder .submenu .sub1 li a {
    color: #000000;
    font-size: 13px;
    display: block;
    padding: 11px 0px 11px 12px;
    -webkit-transition: ease all 0.3s;
    -moz-transition: ease all 0.3s;
    -ms-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;
    transition: ease all 0.3s;
  }
  .main-menu .sub1 li:first-of-type {
    padding: 0;
  }
  .right-arr {
    display: none;
    width: 3px;
    height: 36px;
    background: #40ac19;
    position: absolute;
    margin-top: -11px;
    left: 250px;
  }
  .right-arr:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 13px;
    left: 100%;
    border-width: 6px 0 6px 6px;
    border-style: solid;
    border-color: transparent #40ac19;
  }
  .main-menu .menu-holder .submenu .right-semi-self {
    display: inline-block;
    width: -webkit-calc(100% - 250px);
    width: -moz-calc(100% - 250px);
    width: calc(100% - 250px);
  }
  .main-menu .menu-holder .submenu .sub1 li a:hover {
    color: #40ac19;
  }
  .main-menu .menu-holder .submenu .sub1 li a:hover img {
    opacity: 1;
  }
  .main-menu .menu-holder .submenu .right-main-menu {
    width: 100%;
    display: flex;
  }
  .submenu .right-cat-img {
    padding: 10px !important;
    display: none;
  }
  .main-menu .menu-holder .submenu .sub2 {
    width: 100%;
    max-height: 650px;
    display: flex;
    flex-flow: row wrap;
    overflow-y: scroll;
    padding: 5px 5px 0 5px;
  }
  .menu-holder .submenu .sub2::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
  }
  .menu-holder .submenu .sub2::-webkit-scrollbar {
    width: 9px;
    background-color: #F5F5F5;
  }
  .menu-holder .submenu .sub2::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #40ac19;
  }
  .main-menu.desctop.full-cats-main .menu-holder {
    max-height: 650px !important;
    height: auto !important;
  }
  .main-menu .menu-holder .submenu .sub2 li {
    list-style: none;
    line-height: 19px;
    padding: 4px;
    display: inline-block;
    width: 190px;
    width: 25%;
    border-right: 1px solid #f0f0f5;
    margin-bottom: 5px;
    height: 190px;
    text-align: center;
  }
  .main-menu .menu-holder .submenu .sub2 li:hover {
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
  }
  .main-menu .menu-holder .submenu .sub2 li a {
    color: #000000;
    font-size: 13px;
    text-align: center;
    text-transform: none;
    font-family: OpenSansRegular;
    padding: 0 6px;
    float: left;
  }
  .main-menu .menu-holder .submenu .sub2 li .subcats a {
    text-align: left;
  }
  .main-menu .menu-holder .submenu .sub2 li a:hover {
    color: #40ac19;
  }
  .sub2 .right-cat-img img {
    vertical-align: text-top;
  }
  .main-menu .menu-holder .submenu .sub2 .sub-item-img {
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .main-menu .menu-holder .submenu .sub2 li a.submenu_link {
    color: #777;
  }
  .main-menu .menu-holder .submenu .sub2 li a.submenu_link:hover {
    color: #40ac19;
  }
  .main-menu .menu-holder .submenu .sub2 .sub-item-img-small {
    width: 100%;
    min-height: 180px;
  }
  .main-menu .menu-holder .submenu .sub2 .sub-item-img-big {
    width: 75%;
  }
  .single-cat-menu .submenu .sub2 .sub-item-img {
    margin-bottom: -12px !important;
  }
  .main-menu>li:hover>.menu-holder {
    opacity: 1;
    -webkit-transition: opacity .25s, visibility .25s;
    transition: opacity .25s, visibility .25s;
    visibility: visible;
    display: block;
    height: inherit;
    overflow: visible;
  }
  .main-menu>li:hover>ul {
    visibility: visible;
    opacity: 1;
  }
  .main-menu>li:hover>a {
    background: #40AC19;
    color: white;
    text-decoration: none;
  }
  .main-menu>li>ul {
    visibility: hidden;
    opacity: 0;
    list-style: none;
    position: absolute;
    left: 0;
    z-index: 1001;
    width: 960px;
    height: auto;
    padding: 1px 0;
    margin: 0;
    min-height: 240px;
  }
  .main-menu>li>ul>li {
    float: left;
    clear: both;
    width: 245px;
    background: url(../images/main-menu-bg-hover.png) repeat-x;
    background-size: 4px 100%;
  }
  .main-menu>li>ul>li>a {
    color: #fff;
    font-size: 14px;
    display: block;
    padding: 6px 5px 5px 10px;
  }
  .main-menu>li>ul>li+li {
    margin: 1px 0 0;
  }
  .main-menu>li>ul>li:hover>a {
    background-size: 100% 100%;
    text-decoration: underline;
  }
  .main-menu>li>ul>li>a:hover {
    opacity: 1;
  }
  .main-menu>li>ul>li:hover {
    background: url(../images/main-menu-bg.png) repeat-x;
    background-size: 4px 100%;
  }
  .main-menu>li>ul>li:hover>a+.block-in-menu {
    visibility: visible;
    opacity: 1;
    background: #fff;
    border: 1px solid #ccc;
  }
  .main-menu li:last-child ul {
    right: 45px;
  }
  .block-in-menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 245px;
    width: 477px;
    height: 300px;
    padding: 5px 18px 0;
  }
  .block-in-menu a:hover {
    opacity: 1;
    text-decoration: none;
  }
  .ui-slider .ui-slider-range,
  #slider-range.ui-slider .ui-slider-handle {
    z-index: 0 !important;
  }
  .single-cat-menu .menu-holder .submenu .right-semi-self {
    width: 100%;
  }
  .single-cat-menu .submenu .right-semi-self .sub2 {
    padding: 10px 10px 0 7px;
    width: 100%;
  }
  .right-semi-self .right-main-menu .right-cat-img img {
    max-width: 370px;
  }
  .single-cat-menu .submenu .right-cat-img {
    display: none;
  }
  .main-menu li a:first-of-type {
    padding: 0 8px;
    position: relative;
  }
  .single-cat-menu > li:hover > a {
    background: #2a2e39;
  }
  #cboxClose {
    width: 20px;
    right: 2px;
    top: 15px;
    height: 24px;
    background: url(/images/icons/close-icon3.png) 0 no-repeat;
  }
  #cboxClose:hover {
    background-position: 0;
  }
  #cboxTopLeft,
  #cboxTopCenter,
  #cboxTopRight,
  #cboxMiddleLeft,
  #cboxMiddleRight,
  #cboxBottomLeft,
  #cboxBottomCenter,
  #cboxBottomRight {
    background: none;
  }
  .pop-cart {
    text-align: left;
    border-radius: 15px;
  }
  .feedback-form .title,
  .pop-cart .top .title {
    text-align: left;
    font-size: 25px;
    text-transform: uppercase;
  }
  .feedback-form .desc {
    font-size: 11px;
    text-align: center;
    color: #afafaf;
    line-height: 13px;
    margin-top: 12px;
  }
  .feedback-form .title {
    font-size: 18px;
  }
  .feedback-form .bottom {
    padding-top: 10px;
  }
  .feedback-form .top,
  .pop-cart .top {
    border-bottom: 1px solid #f0f0f5;
    padding-bottom: 15px;
    width: 350px;
    margin-top: 18px;
  }
  .pop-cart .top {
    border: none;
  }
  .click-else-phones {
    text-align: center;
    font-size: 15px;
  }
  .feedback-bord {
    width: auto !important;
  }
  .pop-cart .top {
    width: 220px;
  }
  .pop-cart .middle {
    border-bottom: 1px solid #f0f0f5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 25px;
  }
  .pop-cart .middle .name {
    width: 210px;
  }
  .pop-cart .middle .price {
    width: 97px;
    font-size: 18px;
    line-height: 13px;
  }
  .pop-cart .middle .price .curr {
    font-family: OpenSansSemibold;
    font-size: 13px;
  }
  .pop-cart .middle .image {
    width: 208px;
  }
  .pop-cart .middle .image img {
    width: 100%;
  }
  .feedback-form .bottom input,
  .feedback-style .bottom button {
    display: block;
  }
  .feedback-form .bottom input {
    background: #ffffff;
    border: 1px solid #000;
    color: #000000;
    font-weight: normal;
    border-color: #e1e1e1;
    padding: 5px 0 5px 14px;
    border-radius: 4px;
    font-size: 12px;
    width: 285px;
    margin: 10px auto;
  }
  .feedback-form .bottom button {
    border: 0;
    text-align: center;
    background: #40ac19;
    color: #ffffff;
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 4px;
    width: 100%;
    margin: 10px auto;
    display: block;
  }
  .feedback-form .bottom button:hover {
    box-shadow: 0 3px 5px rgba(0,0,0,0.3);
  }
  .middle {
    text-align: center;
    margin: 25px 0 30px 0;
  }
  .middle .icon img {
    width: 120px;
  }
  #cboxContent {
    background: transparent;
  }
  .feedback-bord {
    height: 3px;
    background: #40ac19;
    margin-bottom: 5px;
  }
  .feedback-form {
    background: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 10px 10px 25px 10px;
  }
  .pop-cart {
    background: #ffffff;
    padding: 5px 35px 30px 35px;
  }
  .pop-cart .right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
  }
  .pop-cart .right a.morebtn {
    display: block;
    width: 245px;
    line-height: 13px;
    text-align: center;
    border: none;
    padding: 7px;
    cursor: pointer;
    font-size: 17px;
    font-family: OpenSansBold;
    color: #000000;
    background: #e9e9e9;
    border-radius: 3px;
    -webkit-transition: ease all 0.3s;
    -moz-transition: ease all 0.3s;
    -ms-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;
    transition: ease all 0.3s;
  }
  .pop-cart .right .go-to-cart-btn {
    background: #00B500 !important;
    color: #ffffff !important;
    border: 1px solid #00B500 !important;
  }
  .pop-cart .right .go-to-cart-btn:hover {
    background: #ffffff !important;
    color: #00B500 !important;
  }
  .pop-cart .right .go-back-btn {
    border: 1px solid #e9e9e9 !important;
  }
  .pop-cart .right .go-back-btn:hover {
    background: #ffffff !important;
  }
  .pop-cart .right a {
    clear: both;
    display: block;
  }
  .pop-cart .right a.morebtn:hover {
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  }
  footer {
    clear: both;
  }
  .cs-product-block .product-bottom .price .old .curr {
    color: #afafaf !important;
    font-size: 10px;
  }
  .mobile-commet {
    display: none;
  }
  .cpaging-row {
    display: none;
  }
  .full-cats-mob {
    display: none;
  }
  .sticker {
    position: absolute;
    font-style: normal;
    top: 0;
    right: 0;
    font-size: 15px;
    font-weight: bold;
    height: auto;
    background: #f0f0f5;
    z-index: 0;
    text-align: center;
    text-transform: uppercase;
    font-family: OpenSansExtrabold;
    display: block;
    padding: 3px;
    color: #e6112a;
    border-radius: 6px;
    border: 1px solid #e1e1e1;
    width: 52px;
  }
  .semi-text {
    color: #696b71;
    font-size: 12px;
  }
  .semi-title {
    font-size: 15px;
    margin: 28px 0;
  }
  .list {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .list-left {
    width: 50%;
  }
  .list .punct {
    display: flex;
    margin: 25px 0;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .list .punct .icon {
    font-size: 18px;
    color: #40ac19;
    margin-right: 20px;
  }
  .list .punct .text {
    font-size: 12px;
    color: #737373;
    line-height: 20px;
    width: 450px;
  }
  .click-else-phones {
    text-align: center;
  }
  .service-cats .hidden-service {
    position: absolute;
    width: 100%;
    left: 0;
    top: 51px;
  }
  .service-cats .all-services {
    position: relative;
  }
  .service-cats .all-services .service-dropdown {
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: space-between;
    font-size: 12.6px;
    height: 55px;
    line-height: 55px;
    text-transform: uppercase;
    background-color: #2a2e39;
    border-bottom: 4px solid #40ac19;
    text-align: center;
  }
  .service-cats .all-services .service-dropdown li {
    background-color: #2a2e39;
    border: 1px solid #41444f;
    padding: 0;
    -webkit-transition: ease all 0.3s;
    -moz-transition: ease all 0.3s;
    -ms-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;
    transition: ease all 0.3s;
  }
  .service-cats .all-services .service-dropdown li:hover {
    background-color: #1c1f26;
  }
  .service-cats li:last-of-type {
    margin-bottom: 0;
    padding: 0 9px;
  }
  .bx-core .buttonBox .btn {
    background-color: #40ac19;
  }
  .bx-core .buttonBox .btn:hover {
    background-color: #40ac19;
    box-shadow: 0 0 21px #40ac19;
  }
  .service_wrapper .cs-product-block {
    height: auto;
    padding: 10px 20px;
    min-height: 0 !important;
  }
  .service_wrapper .holder img {
    width: 170px;
  }
  .service_wrapper .cs-product-block .name {
    font-size: 13px;
    height: 60px;
  }
  .service_wrapper .cs-product-block .product-bottom .price {
    margin: 0;
  }
  .service_wrapper .cs-product-block {
    -webkit-transition: ease all 0.3s;
    -moz-transition: ease all 0.3s;
    -ms-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;
    transition: ease all 0.3s;
  }
  .service_wrapper .cs-product-block:hover {
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
    background: #ffffff;
  }
  .service_wrapper .service_add {
    background: #40AC19;
    -webkit-transition: ease all 0.3s;
    -moz-transition: ease all 0.3s;
    -ms-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;
    transition: ease all 0.3s;
    font-size: 13px;
    border-radius: 6px;
    margin: 0px 0 13px 0;
    display: inline-block;
    width: 100%;
    padding: 4px 0;
  }
  .service_wrapper .service_add:hover {
    box-shadow: 0 3px 5px rgba(0,0,0,0.3);
    background: #40AC19;
  }
  #search-form input[type="text"] {
    line-height: 16px;
  }
  .credit_list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
  }
  .credit_list li {
    display: inline-block;
    width: 50%;
    text-align: center;
    padding: 14px 3px 7px 3px;
    cursor: pointer;
    background-color: #ffffff;
    font-size: 12px;
    line-height: 15.5px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 2px;
  }
  .credit_list li:last-of-type {
    border-radius: 0 11px 0 0;
  }
  .credit_list li:first-of-type {
    border-radius: 11px 0 0 0;
  }
  .credit_list li:hover {
    border-bottom: 3px solid #b8b8b8;
  }
  .credit_active {
    border-bottom: 3px solid #62b915 !important;
    color: #62b915;
  }
  .credit_content {
    overflow-y: hidden;
    height: 100%;
    max-height: none;
  }
  #cboxLoadedContent {
    overflow-x: hidden !important;
  }
  .credit_content .wrapper {
    margin: 0;
  }
  .credit_content .cr_block {
    padding: 10px 20px;
  }
  .credit_content .cr_block .wrapper .top .picture {
    width: 68%;
  }
  .credit_content .cr_block .wrapper .top .text {
    width: 25%;
    font-size: 22px;
  }
  .credit_content .cr_block .wrapper .top .text-top {
    font-weight: bold;
    padding-top: 43px;
  }
  .credit_content .cr_block .wrapper .top .text-bot {
    font-size: 11px;
    padding-top: 40px;
  }
  .credit_content .cr_block .wrapper .undertop {
    text-align: center;
    padding: 15px 0;
    background: #62b915;
    color: white;
    text-transform: uppercase;
    font-size: 11px;
  }
  .credit_content .cr_block .wrapper .top .picture img {
    max-height: 222px;
  }
  .credit_content .top {
    height: auto;
    display: flex;
    justify-content: space-between;
  }
  .credit_content .bottom {
    text-align: justify;
    margin-top: 15px;
    font-size: 14px;
  }
  .credit_content .middle-prod {
    display: flex;
    justify-content: space-between;
  }
  .middle-prod .left,
  .middle-prod .right {
    width: 50%;
    margin: 20px 0;
  }
  .middle-prod .left {
    border-right: 1px solid #ccc;
    padding-right: 20px;
  }
  .middle-prod .right {
    padding-left: 20px;
  }
  .middle-prod .right .ord-form input {
    display: block;
    width: 100%;
    margin: 10px 0;
    font-size: 11px;
    padding: 8px 15px;
  }
  #submit-btn {
    width: auto;
    border-radius: 5px;
    border: none;
    background: #62b915;
    color: #fff;
  }
  .credit-term .credit_select {
    padding: 3px 5px;
    background: #fff;
    width: 70%;
    border-radius: 5px;
  }
  .credit-term {
    margin-top: 12px;
  }
  .credit-term .semi-title {
    font-size: 13px;
    text-transform: uppercase;
    color: #ccc;
    margin-bottom: 5px;
  }
  .credit-month-pay .credit-monthly {
    display: flex;
    font-size: 22px;
    font-weight: bold;
    color: #00AB37;
    text-align: center;
    justify-content: center;
  }
  .credit-month-pay .semi-title {
    font-size: 10px;
    text-transform: uppercase;
    margin: 15px 0 5px 0;
    text-align: center;
  }
  .right .btn_get_credit {
    width: auto;
    border-radius: 5px;
    border: none;
    background: #62b915;
    color: #fff;
    display: inline-block;
    margin: 10px 0;
    font-size: 11px;
    padding: 8px 15px;
  }
  .middle-prod .left .title,
  .middle-prod .right .title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .middle-prod .left .cred-main {
    display: flex;
    justify-content: space-between;
  }
  .left .cred-main .image {
    width: 57%;
  }
  .left .cred-main .details {
    width: 39%;
  }
  .left .cred-main .details .name-prod {
    font-size: 12px;
    margin-bottom: 18px;
  }
  .left .cred-main .details .price {
    font-size: 22px;
    font-weight: bold;
    color: #00AB37;
  }
  .left .cred-main .image img {
    width: 100%;
  }
  .credit_content .icon {
    display: inline-block;
    width: 40%;
    height: 100%;
    text-align: center;
  }
  .credit_content .icon img {
    width: 80%;
    vertical-align: bottom;
  }
  .credit_content .name {
    display: inline-block;
    width: 50%;
    height: 100%;
    vertical-align: top;
    margin-left: 9%;
    float: right;
  }
  .credit_content .name .title {
    text-align: center;
    margin-bottom: 16px;
    font-size: 17px;
    font-weight: 600;
  }
  .credit_content .name .desc {
    font-size: 14px;
  }
  .credit_content .name .desc p {
    margin: 7px 0;
  }
  .credit_content .middle {
    margin: 20px 0;
    border: 1px solid #DFDFDF;
    height: 200px;
    padding: 5px 10px 15px 10px;
  }
  .credit_content .product_table {
    height: 200px;
    width: 100%;
    font-size: 14px;
  }
  .product_table td {
    border-right: 1px solid #DFDFDF;
    padding: 0;
  }
  .product_table td:last-child {
    border: none;
  }
  .product_table td .top_title {
    width: 100%;
  }
  .product_table .t_header {
    height: 23px;
    text-align: center;
  }
  .product_table .t_header td {
    border: none;
    padding: 0;
    font-size: 15px;
  }
  .table_product_block .picture img {
    height: 112px;
  }
  .table_product_block .picture {
    text-align: center;
  }
  .table_product_block .pr_name {
    width: 100%;
    margin: 15px 0 5px 0;
    text-align: center;
  }
  .table_product .price {
    font-size: 17px;
  }
  .product_table .credit_select {
    width: 90px;
    padding: 3px 10px;
    font-size: 15px;
    border-radius: 5px;
    font-weight: 100;
  }
  .product_table .ord_btn {
    margin-top: 20px;
  }
  .product_table .ord_btn .btn_get_credit {
    display: inline-block;
    vertical-align: middle;
    width: 125px;
    height: 32px;
    text-align: center;
    font: 500 16px/32px "Ubuntu", sans-serif;
    color: #fff;
    background-color: #62b915;
    text-decoration: none;
    border: 0;
    outline: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .product_table .price,
  .product_table .pay {
    font-size: 17px;
  }
  .show_desc_button {
    vertical-align: middle;
    width: 100%;
    height: 26px;
    text-align: center;
    font: 500 14px/26px "Ubuntu", sans-serif;
    color: #fff;
    background-color: #62b915;
    text-decoration: none;
    border: 0;
    outline: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
  }
  #mmenu_wrapper {
    z-index: 999;
  }
  .category-name-catalog {
    color: #000000;
    display: block;
    font-weight: normal;
  }
  .cs-product-block.category .name .category-name-catalog {
    padding: initial;
    overflow: initial;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 1.1;
    font-family: inherit;
    font-weight: 500;
  }
  .right-block .cs-product-block.category .name .category-name-catalog {
    height: 38px;
  }
  .cs-product-block.category .name .category-name-catalog {
    text-align: left;
  }
  .cs-product-block.category .name .category-name-catalog a {
    font-style: normal;
    color: #fff;
  }
  .cs-product-block:hover .morebtn {
    visibility: visible;
    transform: translateX(0);
  }
  .cs-product-block.category .aimg img {
    vertical-align: top;
  }
  .cs-product-block .images-cs-product-block>img {
    border: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .font-weight-bold {
    font-weight: bold;
  }
  .mob-menu-contacts-hidden {
    display: none;
  }
  .mob-menu-contacts-shown {
    display: block;
  }
  .product-inner {
    background: none;
    display: inline-block;
  }
  .product-inner .left {
    float: left;
    width: calc(-400%);
  }
  .product-inner .right {
    float: right;
    width: 480px;
    text-align: center;
  }
  h1.name-product {
    font-size: 25px;
    margin: 0;
    padding: 0;
    color: #373737;
    font-weight: normal;
    margin-bottom: 5px;
  }
  .zoo-item {
    margin: 0 auto;
    position: absolute;
    top: 0;
    cursor: pointer;
  }
  .zoo-img {
    cursor: pointer !important;
  }
  .feedback {
    color: #40AC19;
    font-weight: bold;
    display: inline-block;
    font-size: 12px;
    clear: both;
    float: right;
  }
  .clr {
    clear: both;
  }
  .block-holder {
    float: left;
    clear: both;
    max-width: 1200px;
    width: 100%;
  }
  .block-page-login {
    padding: 15px;
    width: 49.5%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .block-page-login.new-user {
    float: left;
    height: 212px;
    border-right: 1px solid #222;
    padding: 15px 25px 15px 15px;
  }
  .block-page-login.patron {
    float: right;
  }
  .block-page-login.social {
    width: 100%;
    margin: 10px 0;
    border-top: 1px solid #222;
  }
  .block-page-login.social .block-page-login-name {
    text-align: center;
  }
  .content-block-text {
    font-size: 14px;
  }
  .block-page-login.social .content-block-text {
    text-align: center;
  }
  .block-page-login.social .content-block-text a {
    display: inline-block;
    margin: 0 5px;
  }
  .block-page-login .block-page-login-name {
    margin: 0 0 10px;
    border-bottom: 1px solid #222;
    font-size: 22px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 10px 0 15px;
  }
  .block-page-login.new-user .block-page-login-name {
    background: url(/images/bg-new-user.png) no-repeat 0 5px;
    padding-left: 80px;
  }
  .block-page-login.patron .block-page-login-name {
    background: url(/images/bg-login.png) no-repeat 0 5px;
    padding-left: 55px;
  }
  .link-more-login {
    background: #40AC19;
    border: 0;
    color: white;
    height: 34px;
    width: 245px;
    text-align: center;
    line-height: 34px;
    cursor: pointer;
    font-size: 20px;
    padding: 0 10px;
    display: block;
    margin: 39px 0 0 0;
  }
  .link-more-login:hover {
    opacity: 0.7;
    text-decoration: none;
  }
  .single-style-form {
    float: left;
    width: 100%;
  }
  .single-style-form label,
  .single-style-form .block-radio,
  .single-style-form .block-checkbox {
    width: 100%;
    float: left;
    clear: both;
  }
  .single-style-form.patron .name-field {
    font-size: 18px;
    width: auto;
    padding: 5px 0 0;
  }
  .single-style-form label .name-field {
    margin: 0;
    float: left;
    width: 100%;
    clear: both;
  }
  .single-style-form.patron label input {
    float: right;
    width: 80%;
    padding: 9px 4px;
  }
  .single-style-form label input,
  .single-style-form label textarea,
  .single-style-form label select,
  .single-style-form div.label input,
  .single-style-form div.label textarea,
  .single-style-form div.label select {
    margin: 0;
    padding: 4px;
    background: #fff;
    border-radius: 0;
    border: 1px solid #000;
    color: #000;
    font-size: 12px;
  }
  .single-style-form.patron label+label {
    margin: 10px 0;
  }
  .scrolltop {
    position: fixed;
    bottom: 50px;
    right: 30px;
    background: transparent url(../images/up.png) top left no-repeat;
    width: 51px;
    height: 51px;
    cursor: pointer;
    display: none;
  }
  .scrolltop:hover {
    opacity: 0.7;
  }
  .add-scales {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .text-all p {
    margin: 0 0 20px;
  }
  .text-all ul,
  .text-all ol {
    margin: 0 0 20px;
  }
  .text-all a {
    color: #4b4b4b;
    text-decoration: underline;
  }
  .text-all a:hover {
    text-decoration: none;
  }
  .fake-search {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
  }
  .phones {
    float: left;
    font-size: 12px;
  }
  .text-all img {
    max-width: 100%;
    height: inherit;
  }
  #delivery_message_form input[type="submit"]:hover {
    color: black;
    cursor: pointer;
  }
  .text_underline {
    text-decoration: underline;
  }
  .wrapper {
    clear: both;
    background: white;
    margin-bottom: 50px;
    overflow: hidden;
  }
  .single-wrapper {
    background: white;
  }
  #mobile-phones {
    width: 280px;
    text-align: center;
  }
  #mobile-phones div {
    margin-bottom: 5px;
  }
  .crd-container-full {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 0;
  }
  .ui-autocomplete {
    position: absolute !important;
    z-index: 9999 !important;
    top: 40px;
    left: 0;
    list-style-type: none;
    background: white;
    padding: 5px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
    width: 520px !important;
  }
  .low_price_notification_modal {
    box-shadow: 0 11px 15px -7px rgba(0,0,0,0.2), 0 24px 38px 3px rgba(0,0,0,0.14), 0 9px 46px 8px rgba(0,0,0,0.12);
    display: none;
    padding: 21px;
    border-radius: 2px;
    box-sizing: border-box;
    overflow: auto;
    max-width: 80vw;
    width: 100%;
    height: auto;
    position: relative;
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
    z-index: 101;
    background-color: #fff;
    top: 1%;
    left: 29%;
    position: fixed;
  }
  .low_price_notification_modal #modal_close {
    bottom: 45px !important;
  }
  .product_page_services {
    display: none;
  }
  #order_overlay {
    z-index: 100;
    position: fixed;
    background-color: #000;
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
  }
  .opt_block {
    margin-bottom: 0;
    border: 1px solid;
    width: 330px;
    padding: 8px;
    background-color: #ffffff;
    border-radius: 5px;
    display: none;
    -webkit-transition: all 0.3s ease 0.1s;
    -moz-transition: all 0.3s ease 0.1s;
    -ms-transition: all 0.3s ease 0.1s;
    -o-transition: all 0.3s ease 0.1s;
    transition: all 0.3s ease 0.1s;
    webkit-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
    box-shadow: 0px 10px 25px rgba(0,0,0,0.5);
    position: absolute;
    z-index: 10;
  }
  .opt_front_price {
    -webkit-transition: all 0.3s ease 0.1s;
    -moz-transition: all 0.3s ease 0.1s;
    -ms-transition: all 0.3s ease 0.1s;
    -o-transition: all 0.3s ease 0.1s;
    transition: all 0.3s ease 0.1s;
    cursor: pointer;
    width: 100px;
  }
  .opt_front_price .fa {
    font-size: 17px;
    color: #00AB36;
  }
  .opt_wrapper .snoska {
    font-size: 12px;
    text-align: center;
  }
  .opt_title {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 2px;
    padding-left: 5px;
    font-size: 15px;
  }
  .opt_descr {
    padding-bottom: 2px;
    padding-left: 0px;
    font-size: 13px;
    color: #00AB36;
    margin-top: 15px;
  }
  .opt_price_text {
    font-size: 13px;
    padding-left: 10px;
    margin-bottom: 3px;
  }
  .opt_part {
    margin: 10px 0;
  }
  .opt_part:last-child {
    margin: 10px 0 0 0;
  }
  .opt_part:first-child {
    margin: 0 0 10px 0;
  }
  .crd-row {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    font-size: 0;
    padding: 0 45px;
  }
  .crd-row:after {
    display: block;
    clear: both;
    content: '';
  }
  .crd-row .crd-check {
    display: inline-block;
    vertical-align: middle;
    width: 125px;
    height: 32px;
    text-align: center;
    font: 500 16px/32px "Ubuntu", sans-serif;
    color: #fff;
    background-color: #62b915;
    text-decoration: none;
    border: 0;
    outline: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .crd-row .crd-check:hover {
    opacity: .8;
  }
  .crd-row p {
    margin: 0;
  }
  .instr {
    padding: 0 !important;
    font-size: 14px !important;
    text-align: center !important;
  }
  .instr .crd-check {
    font-size: 18px !important;
    text-align: center !important;
    width: 95% !important;
    height: 100% !important;
    margin: 20px 1% 5px 1% !important;
  }
  #rassrochka-consult {
    display: none;
  }
  .trade-tooltip .tr-hide {
    height: 43px;
    position: absolute;
    width: 21px;
    left: 21px;
  }
  .trade-tooltip:after {
    top: 100%;
    left: 13%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .trade-tooltip:after {
    border-color: rgba(255,255,255,0);
    border-top-color: #ffffff;
    border-width: 6px;
    margin-left: -6px;
  }
  .trade-tooltip a {
    text-decoration: underline !important;
    color: #337ab7;
  }
  .trade-tooltip {
    display: none;
    position: absolute;
    left: -23px;
    bottom: 27px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 1px 28px rgba(0,0,0,0.6);
    padding: 15px 24px;
    width: 240px;
    font-size: 11px;
    text-align: left;
    z-index: 1000000;
  }
  .trade-buy {
    display: flex;
    justify-content: space-between;
    margin: 25px auto;
    width: 86%;
    border-bottom: 1px solid #f0f0f5;
    padding-bottom: 20px;
  }
  .trade-buy .price .num {
    font-weight: bold;
    font-size: 26px;
    text-transform: uppercase;
    padding: 0px 3px;
  }
  .trade-buy .note {
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }
  .trade-buy .note .to-trade {
    border: 1px solid #40ac19;
    border-radius: 5px;
    padding: 6px 7px;
    text-transform: uppercase;
    font-size: 13px;
  }
  .trade-buy .note .info {
    border: 1px solid;
    border-radius: 66%;
    height: 18px;
    width: 18px;
    text-align: center;
    margin-left: 5px;
    position: relative;
    cursor: pointer;
  }
  .trade-buy .note .info .fa-info {
    position: relative;
    top: -2px;
    font-size: 9px;
  }
  @media screen and (max-width: 540px) {
    .cs-product-block:hover {
      box-shadow: none !important;
    }
  }
  .worktime-pad-delim {
    border-top: 1px solid #ccc;
    margin-top: 3px;
    padding-top: 3px;
  }
  .worktime-pad-offline {
    font-weight: normal;
    font-size: 13px;
    text-transform: none;
    font-family: 'Open Sans';
    margin-top: 3px;
    padding-top: 3px;
  }
  .header-middle .logo a span {
    font-weight: 600;
  }
  .cs-product-block.not-available {
    opacity: 0.5;
  }
  .cs-product-block.not-available:hover {
    opacity: 1;
  }
  .cs-product-block a.morebtn.preorder.notify {
    line-height: 15px;
  }
  .product-bottom .price span {
    font-size: 16px !important;
  }
  #js_cost_delivery,
  #js_cost_total,
  #js_cost_payment {
    font-size: 14px;
  }
  #js_cost_delivery .delivery-price {
    font-size: 14px;
    text-align: left;
  }
  #bingc-phone-button svg.bingc-phone-button-circle circle.bingc-phone-button-circle-inside,
  #bingc-phone-button div.bingc-phone-button-tooltip svg.bingc-phone-button-arrow polyline {
    fill: #00b500 !important;
  }
  #bingc-phone-button div.bingc-phone-button-tooltip,
  #bingc-passive div.bingc-passive-overlay,
  #bingc-active {
    background: #00b500 !important;
  }
  #bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form a.bingc-passive-phone-form-button,
  #bingc-active div.bingc-active-overlay div.bingc-active-content div.bingc-active-get-phone-form form.bingc-active-get-phone-form a.bingc-active-phone-form-button {
    background-color: #ffc400 !important;
  }
  #bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form a.bingc-passive-phone-form-button:hover {
    background-color: #e2af04 !important;
  }
  #bingc-phone-button:hover svg.bingc-phone-button-circle circle.bingc-phone-button-circle-inside {
    fill: #2eda2e !important;
  }
  #bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-phone-sample,
  #bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-statistics {
    opacity: 1 !important;
  }
  .main-cats .catalog ul li a {
    font-size: 16px;
    font-family: 'OpenSansRegular';
  }
  .cat-menu-icon {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    line-height: 15px;
  }
  .cat-menu-icon svg {
    width: 19px;
    height: 19px;
  }
  @-webkit-keyframes rotating {
    from {
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes rotating {
    from {
      -ms-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -ms-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  .main-cats li.used:hover .icon img,
  .main-cats li.promo:hover .icon img,
  .full-cats-main li:first-child:hover svg {
    -webkit-animation: rotating 1s linear;
    -moz-animation: rotating 1s linear;
    -ms-animation: rotating 1s linear;
    -o-animation: rotating 1s linear;
    animation: rotating 1s linear;
  }
  .main-cats li.catalog {
    background: none;
    padding: 0 1px;
  }
  .main-menu > li:hover > a {
    color: #00B500;
    border-bottom: 7px solid #40ac19;
    background: none;
  }
  .main-menu > li.used:hover > a {
    border-bottom: none;
  }
  li.catalog .main-menu > li:hover > a {
    background: none;
    color: #00B500;
  }
  li.catalog .main-menu > li:hover .cat-menu-icon {
    color: #00B500;
  }
  .main-menu .menu-holder .submenu .sub1 > li:hover {
    background-color: #00B500;
    color: #ffffff !important;
  }
  .main-menu .menu-holder .submenu .sub1 li a:hover {
    color: #ffffff;
  }
  .main-cats .used .icon,
  .main-cats .promo .icon {
    position: relative;
  }
  .main-cats .used .icon .text,
  .main-cats .promo .icon .text {
    color: #000;
    position: absolute;
    left: 10px;
    font-family: 'OpenSansBold';
    font-size: 12px;
    top: -17px;
  }
  .main-cats .used .icon .text {
    top: 1px;
    left: 9px;
  }
  .main-cats .promo .icon .text {
    top: 1px;
    left: 6px;
  }
  @media (min-width: 1200px) {
    .bottom-header-wrapper .col-lg-9 {
      width: 67%;
    }
    .bottom-header-wrapper .col-lg-3 {
      width: 33%;
    }
  }
  svg.menu-icon {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    vertical-align: middle;
  }
  .bottom-header-wrapper .service-cats li,
  .bottom-header-wrapper .service-cats li a {
    background-color: #1c1f26;
    height: 48px;
  }
  .bottom-header-wrapper .service-cats li:hover a {
    color: #00B500;
    background: none;
  }
  .bottom-header-wrapper .service-cats {
    border-bottom: 4px solid #40ac19;
  }
  .bottom-header-wrapper .service-cats.dropdowned-menu {
    flex-direction: column;
  }
  .bottom-header-wrapper,
  .bottom-header-inner-wrapper {
    background-image: url(/images/icons/menu/menu-bg.png);
  }
  .bottom-header-inner-wrapper {
    background-position: right;
  }
  .service-cats .menu-icon {
    display: none;
  }
  .main-cats .full-cats-main li:first-child a {
    font-family: 'OpenSansSemiBold';
  }
  .top_menu_new > li:first-child {
    text-transform: uppercase;
    margin-top: 7px;
    font-family: 'OpenSansSemibold';
  }
  .btn-green {
    color: #fff !important;
    background-color: #00B500;
    font-family: OpenSansBold;
    font-size: 17px;
    border-radius: 6px;
    line-height: 50px;
    height: 50px;
    min-width: 200px;
    border: 1px solid #00B500;
  }
  .btn-grey {
    color: #fff !important;
    background-color: #C4C4C4;
    font-family: OpenSansBold;
    font-size: 17px;
    border-radius: 6px;
    line-height: 50px;
    height: 50px;
    min-width: 200px;
    border: 1px solid #C4C4C4;
  }
  .btn-green:hover {
    color: #00B500 !important;
    background-color: #fff;
  }
  .btn-grey:hover {
    color: #C4C4C4 !important;
    background-color: #fff;
  }
  .shadow-block {
    box-shadow: 0 4px 38px 2px rgba(0,0,0,0.15);
    border-radius: 10px;
    text-align: center;
    padding: 40px 30px;
    float: none;
    border: none;
    margin: 0 auto;
    height: auto;
    margin-top: 50px;
    background-color: #fff;
  }
  .shadow-block h1 {
    font-size: 25px;
    font-family: OpenSansBold;
    text-transform: uppercase;
  }
  .shadow-block .text {
    font-size: 16px;
    font-family: 'OpenSansRegular';
    font-weight: normal;
  }
  .forgotpass {
    width: 70%;
  }
  .forgotpass .text-all p {
    font-size: 16px;
    width: 65%;
    margin: 0 auto;
  }
  .shadow-block form {
    width: 60%;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
  }
  .shadow-block form .name-field {
    padding: 5px 0;
    font-family: 'OpenSansSemibold';
    width: 100%;
    display: block;
    font-size: 13px;
  }
  .shadow-block form label {
    display: block;
  }
  .shadow-block form label input {
    text-align: center;
    border-radius: 5px;
    border: 1px solid #E1E1E1;
    font-weight: 100;
    padding: 9px 4px;
    font-size: 13px;
    width: 80%;
  }
  .shadow-block .submit {
    margin-top: 10px;
  }
  .page-wrapper {
    background: url("../images/cart/bg-square-grey.svg") 131px 10px no-repeat, url("../images/cart/bg-triangle-grey.svg") 990px 580px no-repeat, url("../images/cart/bg-plus-grey.svg") 26px 970px no-repeat;
  }
  .forgotpass label {
    margin-top: 20px;
  }
  @media screen and (max-width: 576px) {
    .btn-green,
    .btn-grey {
      width: 90%;
    }
    .forgotpass,
    .forgotpass .text-all p {
      width: 100%;
      margin-top: 0px;
    }
    .shadow-block form {
      width: 90%;
    }
  }
  .pop-cart .cart__product {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #E1E1E1;
  }
  .pop-cart .cart__product-figure {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    min-width: 90px;
    height: 90px;
    margin: 0 15px 0 0;
    order: 1;
  }
  .pop-cart .cart__product-info {
    width: 250px;
    margin-right: 35px;
    order: 2;
    text-align: left;
  }
  .pop-cart .cart__product-counter {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 67px;
    width: 67px;
    height: 35px;
    border: 1px solid #c4c4c4;
    margin-right: 25px;
    font-family: OpenSansBold;
    font-size: 16px;
    line-height: 110%;
    color: #1c1f27;
    order: 3;
  }
  .pop-cart .cart__product-pricing {
    margin-right: 25px;
    min-width: 115px;
    order: 4;
    text-align: left;
  }
  .pop-cart .cart__product-pricing .curr {
    font-size: 15px;
  }
  .pop-cart .cart__product-remove {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 28px;
    font-family: OpenSansBold;
    font-size: 12px;
    line-height: 110%;
    color: #c4c4c4;
    background: none;
    border: none;
    cursor: pointer;
    transition: color 0.2s ease-in-out;
    order: 5;
  }
  .pop-cart .cart__product-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .pop-cart .cart__product-title {
    font-family: OpenSansBold;
    font-size: 16px;
    line-height: 110%;
    text-transform: uppercase;
    color: #1c1f27;
    margin-bottom: 15px;
    text-decoration: none;
    text-align: left;
  }
  .pop-cart .cart__product-desc {
    font-family: OpenSansSemiBold;
    font-size: 12px;
    line-height: 110%;
    color: #c4c4c4;
    margin-bottom: 15px;
  }
  .pop-cart .cart__counter-btn {
    border: none;
    background: none;
    font-family: OpenSansBold;
    font-size: 16px;
    cursor: pointer;
  }
  .pop-cart .cart__counter-value {
    margin: 0 2px;
  }
  .pop-cart .page .cart input {
    font-family: OpenSans;
  }
  .pop-cart .cart__product-old-price {
    display: block;
    font-weight: 600;
    font-size: 15px;
    line-height: 110%;
    text-decoration-line: line-through;
    color: #c4c4c4;
    margin-bottom: 5px;
  }
  .pop-cart .cart__product-price {
    display: block;
    font-family: OpenSansBold;
    font-size: 25px;
    line-height: 110%;
    color: #1c1f27;
  }
  .pop-cart .cart__remove-text {
    margin-right: 5px;
    color: #C4C4C4;
  }
  .pop-cart .cart__icon {
    width: 15px;
    height: 15px;
    float: right;
    color: #C4C4C4;
  }
  .pop-cart .cart__counter-value input {
    width: 25px;
    text-align: center;
    padding: 0;
    border: 0;
    line-height: normal;
  }
  .pop-cart .right > div.morebtn:first-child {
    align-self: flex-end;
  }
  .pop-cart .right > div.morebtn:first-child {
    font-family: 'OpenSansRegular';
  }
  .pop-cart .right .total .title {
    font-size: 13px;
    font-family: 'OpenSansSemibold';
    color: #1C1F27;
    align-self: flex-end;
  }
  .pop-cart .right .total {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
  }
  .pop-cart .right .total .value > span {
    display: block;
  }
  .pop-cart .right .total .amount {
    font-size: 25px;
    font-family: 'OpenSansBold';
  }
  .pop-cart .right .total .amount .curr {
    font-size: 15px;
  }
  .pop-cart .right .total .old-amount {
    color: #C4C4C4;
    font-size: 15px;
    font-family: 'OpenSansSemibold';
    text-decoration: line-through;
  }
  .vacancies {
    display: flex;
    flex-flow: wrap;
  }
  .vacancy-item {
    flex: 0 0 45%;
    text-align: left;
    padding-top: 15px;
  }
  .vacancy-item h1 {
    font-size: 17px;
  }
  .vacancy-item h1 span {
    color: #00B500 !important;
  }
  .vacancy-item p > b,
  .vacancy-item p > strong {
    font-family: 'OpenSansBold';
    text-transform: uppercase;
    font-size: 16px;
  }
  .vacancy-item p:first-of-type {
    font-family: 'OpenSansSemiBold';
  }
  .vacancy-footer {
    margin: 60px auto;
  }
  .vacancy-footer h3 {
    color: #1C1F27;
    font-family: OpenSansSemiBold;
    font-size: 25px;
    line-height: 10px;
  }
  .vacancy-footer h3 a {
    color: #00B500;
  }
  .vacancy-form {
    display: flex;
    justify-content: space-between;
  }
  .vacancy-form span {
    font-family: OpenSansSemiBold;
    font-size: 12px;
  }
  .vacancy-form span a {
    color: #00B500;
  }
  .vacancy-form span.form-button a {
    color: #fff;
    font-size: 13px;
    font-family: 'OpenSansBold';
    line-height: 30px;
    border-radius: 7px;
    background: #00B500;
    width: 153px;
    text-align: center;
    padding: 5px;
    display: block;
  }
  h1.vacancy-title {
    text-align: left;
    font-size: 25px;
    margin: 40px 0 0 27px;
  }
  h1.vacancy-title strong {
    font-family: 'OpenSansBold';
  }
  .vacancy-main-title {
    width: 95%;
  }
  .vacancy-main-title h3 {
    text-align: center;
    font-size: 25px;
    font-family: 'OpenSansBold';
    text-transform: uppercase;
  }
  .vacancy-main-title .semi-title {
    font-size: 13px;
    font-family: 'OpenSansSemibold';
    color: #1C1F27;
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
  }
  .vacancy-main-title .semi-title.bold {
    font-size: 16px;
    font-family: 'OpenSansBold';
    color: #1C1F27;
    margin-top: 35px;
    text-transform: uppercase;
  }
  .vacancy-main-title .list {
    display: flex;
    width: 40%;
    justify-content: space-between;
    margin: 0 auto;
  }
  .vacancy-main-title .list .text {
    color: #696B70;
    font-size: 12px;
    font-family: 'OpenSansSemibold';
    width: auto;
  }
  .page-120 #hz_title {
    display: none;
  }
  .popup-message {
    background-color: #fff;
    padding: 40px;
    border-radius: 10px;
  }
  .popup-message .popup-title {
    text-align: center;
    font-size: 25px;
    font-family: 'OpenSansBold';
    text-transform: uppercase;
  }
  .popup-message .popup-text {
    text-align: center;
    font-size: 16px;
    font-family: 'OpenSansRegular';
    margin: 10px 0;
  }
  .popup-message .popup-btn {
    display: flex;
    justify-content: space-evenly;
    margin-top: 25px;
  }
  .popup-message .popup-btn a {
    text-transform: uppercase;
    color: #fff;
    padding: 10px 25px;
    border-radius: 5px;
    min-width: 115px;
    display: block;
    text-align: center;
    font-size: 13px;
    font-family: 'OpenSansBold';
  }
  .popup-message .popup-btn a.go-back-btn {
    background: #B6B6B6;
    border: 1px solid #B6B6B6;
  }
  .popup-message .popup-btn a.go-to-btn {
    background: #00B500;
    border: 1px solid #00B500;
  }
  .popup-message .popup-btn a.go-back-btn:hover {
    background: #fff;
    color: #B6B6B6;
  }
  .popup-message .popup-btn a.go-to-btn:hover {
    background: #fff;
    color: #00B500;
  }
  .lang-uk .main-cats .promo .icon .text {
    left: 11px;
  }
  .active-wishlist {
    color: #e6112a;
  }
  @media (max-width: 860px) {
    .pop-cart .cart__product {
      flex-direction: column;
      text-align: center;
    }
    .pop-cart .cart__product-info,
    .pop-cart .cart__product-pricing {
      text-align: center;
    }
    .pop-cart .cart__product-info,
    .pop-cart .cart__product-figure {
      margin: 0 0 10px;
    }
    .pop-cart .cart__product-info {
      margin-bottom: 5px;
    }
    .pop-cart .cart__product-counter {
      margin: 0 0 10px;
      order: 4;
      border: none;
      width: auto;
    }
    .pop-cart .cart__product-pricing {
      margin: 0 0 10px;
      order: 3;
    }
    .pop-cart .cart__counter-btn {
      width: 67px;
      height: 35px;
      border: 1px solid #c4c4c4;
    }
    .pop-cart .cart__counter-value {
      width: 67px;
      height: 35px;
      border: 1px solid #c4c4c4;
      margin: 0 10px;
      line-height: 35px;
    }
    .pop-cart .right {
      margin: 10px 0;
      flex-direction: column;
    }
    .pop-cart .right > div.morebtn:first-child {
      align-self: center;
      order: 2;
      margin: 10px 0;
    }
    .vacancy-main-title {
      width: 100%;
    }
    .vacancy-main-title .semi-title.bold,
    .vacancy-main-title .semi-title {
      text-align: left;
    }
    .vacancy-main-title .semi-title {
      width: 100%;
    }
    .vacancy-main-title .list {
      width: 100%;
      flex-direction: column;
    }
    .vacancy-main-title .list .punct {
      margin: 5px 0 0 0;
    }
    h1.vacancy-title {
      margin: 40px 0 0 0;
    }
    .vacancy-item {
      flex: 0 0 100%;
    }
    .vacancy-form {
      flex-direction: column;
    }
    .vacancy-form span {
      margin-top: 20px;
    }
    .vacancy-footer h3 {
      text-align: left;
      font-size: 20px;
      line-height: 25px;
    }
  }
  .icons #tk {
    color: #606062;
    width: 16px;
    margin-top: 3px;
    display: block;
  }
  .icons #tk:hover {
    color: #40ac19;
  }
  .main-footer .icons #tk {
    color: #89898a;
  }
  .main-footer .icons #tk:hover {
    color: #89898a;
  }
  footer ul.stores {
    padding: 0;
    list-style: none;
  }
  footer ul.stores li {
    padding-bottom: 5px;
  }
  .location-address .loc__alert {
    font-family: 'OpenSansBold';
    color: red;
  }
  .location-group {
    margin-right: 10px;
  }
  .location-group label {
    display: block;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 10px 14px;
    cursor: pointer;
    font-family: 'OpenSansSemibold';
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    border: 2px solid #b0b5b0;
    color: #000;
  }
  .location-group label:hover {
    border: 2px solid #0f940f;
    background-color: #00B500;
    color: #fff;
  }
  .location-group label.active {
    border: 2px solid #0f940f;
  }
  .choose-city-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
  }
  .city-result .location-item {
    font-size: 14px;
    display: none;
    margin-top: 15px;
    flex-direction: column;
  }
  .city-result .location-item span.fas {
    color: #00B500;
    font-size: 37px;
    margin-right: 12px;
    float: left;
  }
  .city-result {
    margin-top: 25px;
  }
  .location-wrap {
    text-align: center;
  }
  .location-wrap .header-city {
    font-size: 12px;
  }
  .location-wrap .header-city .user-city {
    padding: 0 5px;
  }
  .location-item.active {
    display: flex;
  }
  .location-item .map {
    display: none;
    width: 100%;
    margin-top: 15px;
    border: 1px solid #b0b5b0;
  }
  .location-item .location-marker {
    cursor: pointer;
  }
  .location-item .location-address {
    float: left;
  }
  .location-item .location-schedule {
    margin-top: 8px;
    display: block;
  }
  @media (min-width: 1200px) {
    .city-block {
      width: 14%;
    }
    .schedule-block {
      width: 19%;
    }
  }
  @media (max-width: 560px) {
    .location-wrap {
      text-align: left;
    }
    /* .pop-cart .right > div.morebtn:first-child {
      order: initial !important;
    } */
  }
  .worktime_pad {
    font-size: 12px;
    text-align: center;
  }
  .city-block .worktime_pad .title {
    font-size: 13px;
    font-family: 'OpenSansSemibold';
    margin-bottom: 5px;
    line-height: 16px;
  }
  .menu-cabinet-block {
    display: flex;
    justify-content: flex-end;
  }
  .top-header-wrapper .sections .location-wrap {
    padding: 11px 17px !important;
  }
  .click-else-phones .worktime_pad .title {
    font-size: 12px;
    text-align: center;
    margin-bottom: 8px;
  }
  .cs-product-block.console-buy {
    background: #40ac1a;
  }
  .cs-product-block.console-buy .images-cs-product-block {
    border: none;
  }
  .cs-product-block.console-buy img {
    padding: 15px;
  }
  .cs-product-block.console-buy span {
    font-size: 16px;
    font-weight: 700;
    display: block;
    color: #fff;
    text-shadow: 1px 0px 3px #000000;
    text-align: center;
    letter-spacing: 2px;
    line-height: 29px;
  }
  .cs-product-block.console-buy .prod-info {
    padding-top: 30px;
  }
  .cs-product-block.console-buy span.small {
    font-weight: 100;
    font-size: 13px;
    margin-top: 16px;
    letter-spacing: 0;
  }
  .cs-product-block.console-buy i {
    font-size: 21px;
    font-style: normal;
  }
  .cs-product-block.console-buy a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .cart__radio-icon.dnk .cart__icon {
    width: 48px;
  }
  .bottom-header-inner-wrapper .container > .row {
    display: flex;
    justify-content: center;
  }
  .bottom-header-inner-wrapper .col-lg-10,
  .bottom-header-inner-wrapper .col-lg-2 {
    width: auto;
  }
  .bottom-header-inner-wrapper .col-lg-2 {
    display: flex;
  }
  .main-menu .menu-holder .submenu .sub2.m-subcat li img {
    width: 100%;
  }
  .main-menu .menu-holder .submenu .sub2.m-subcat-6 li {
    width: 16%;
  }
  .main-menu .menu-holder .submenu .sub2.m-subcat-5 li {
    width: 20%;
  }
  .main-menu .menu-holder .submenu .sub2.m-subcat-3 li {
    width: 33.3%;
  }
  .main-menu .menu-holder .submenu .sub2.m-subcat-2 li {
    width: 503%;
  }
  

/* .jcarousel {
  position: relative;
  overflow: hidden;
  height: 110px;
}
.jcarousel ul {
  width: 20000em;
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
}
.jcarousel li {
  float: left;
  margin: 0 10px 0 0;
} */
.jcarousel-control-prev.inactive,
.jcarousel-control-next.inactive {
    opacity: .5;
    cursor: default;
}
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  float: left
}
.ui-accordion .ui-accordion-content-active,.ui-menu {
  display: block
}
.ui-autocomplete {
  position: absolute;
  cursor: default
}
.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top {
  border-top-left-radius: 4px
}
.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr {
  border-top-right-radius: 4px
}
.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left {
  border-bottom-left-radius: 4px
}
.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right {
  border-bottom-right-radius: 4px
}
.ui-widget-content {
  border: 1px solid #aaa;
  background: url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x #fff;
  color: #222
}
.ui-widget {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1.1em
}
#search-form li.ui-menu-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ccc;
  gap: 20px;
  padding: 7px;
}
#search-form li.ui-menu-item a p.price-search {
  width: 13%;
  text-align: right;
}
#search-form li.ui-menu-item a p.name-search {
  width:80%;
  line-height: 20px;
}
#search-form li.ui-menu-item a .clr {display: none;}