@charset "utf-8";
@font-face {
    font-family: 'MyWebFont';
    src: url('mtcymdrl-webfont.eot');
    src: url('mtcymdrl-webfont.eot?#iefix') format('embedded-opentype'), url('mtcymdrl-webfont.woff') format('woff'), url('mtcymdrl-webfont.ttf') format('truetype'), url('mtcymdrl-webfont.svg#MetaMediumCyrLF-RomanRoman') format('svg');
    font-weight: normal;
    font-display: swap;
    font-style: normal;
}
html,
body {
    /*height: 100%;*/
    margin: 0;
    padding: 0;
}
body {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-display: swap;
    text-align: left;
}
/* Clearing margin back to several elements */

* {
    box-sizing: border-box;
}
*:before, *:after {
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
form,
fieldset,
table,
ul,
textarea {
    margin: 0;
    padding: 0;
}
h1 {
    font-size: 22px;
    font-family: MyWebFont;
    color: #535353;
}
/* Class for clearing floats */

.clear {
    clear: both;
    height: 0;
}
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}
.overflow {
    overflow: hidden;
}
.right {
    float: right;
}
.left {
    float: left;
}
/* Removing border on linked images */

img {
    border: 0;
}
/* Removing style for lists */

ol,
ul {
    list-style: none;
}
a,
input,
textarea {
    outline: none;
}
input,
textarea {
    margin: 0;
    padding: 0;
    border: 0;
}
a {
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
a sup {
    text-decoration: none;
    line-height: 1.1em;
    display: inline-block;
}
#mainarea {
    background-image: url(../images/assets/png/main-bg.png);
    background-repeat: repeat;
    margin: 0 auto;
    min-width: 320px;
    overflow-y: auto;
    -webkit-overflow-scrolling: auto;
    /*background-size: cover;*/
    /*-webkit-background-size: cover;*/
}
/*header*/

#header {
    /*min-height: 184px;*/

    position: relative;
    z-index: 10;
}
.center {
    width: 1000px;
    margin: 0 auto;
    padding: 1px 0;
}
#header .center {
    position: relative;
    z-index: 10;
}
.black_line {
    height: 52px;
    /*background: url(../img/header_line.png) repeat-x left top;*/

    background: #0e80c3;
    position: relative;
    z-index: 70;
}
.header_phone {
    display: block;
    float: left;
    margin: 8px 0 0 0px;
    font-family: MyWebFont;
    font-size: 14px;
    color: #ffffff;
    line-height: 11px;
}
.header_time {
    display: block;
    float: left;
    margin: 8px 1% 0 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
    line-height: 15px;
    background: url(../img/clock_h.png) no-repeat 0% 50%;
    padding: 4px 0 0 35px;
}
.header_logo {
    display: block;
    float: left;
    margin: 11px 0 0 0px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 13px;
    color: #ffffff;
    width: 130px;
    margin-left: 16px;
}
.header_logo a {
    color: #ffffff;
    text-decoration: none;
}
.request {
    display: block;
    float: left;
    /*text-decoration: underline;*/

    cursor: pointer;
    padding: 0px 0px 20px 45px;
    background: url(../img/request.png) no-repeat left top;
    margin: 15px 0px 0px 30px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #FFF;
}
.the_courier {
    display: block;
    float: left;
    padding: 0 0 20px 45px;
    background: url(../img/the_courier.png) no-repeat left top;
    margin: 15px 0 0 30px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
    color: #ffffff;
}
.repair {
    display: block;
    float: left;


    cursor: pointer;
    padding: 0 0 20px 45px;
    background: url(../img/remont-status.png) no-repeat left top;
    margin: 15px 0 0 5px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #ffffff;
}
html.lang-popup-dismissed #popup_lang {
    display: none !important;
}

.popup_lang {
    display: none;
    position: fixed;
    z-index: 31;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.popup-content_lang p{
    text-align: center;
}
.popup-button-content_lang{
    display: flex;
    justify-content: space-around;
}

.popup-content_lang {
    margin: 15% auto;
    padding: 50px 35px;
    border-width: 10px;
    width: 600px;
    height: 160px;
    background-color: #fff;
    background-image: url(../images/assets/png/main-bg.png);
}

.button-popup_lang {
    background: url(../img/search.png) no-repeat left top;
    display: block;
    width: 98px;
    height: 35px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    margin: 0;
    padding: 6px;
    border: 0;
}
.padding-small.lang a{
    color: white
}
.padding-small.lang span{
    cursor: pointer;
}
.padding-small.lang.active a{
    font-size: 18px;
    font-weight: bold;
    color: #434343;
}
.registration {
    display: block;
    float: left;
    text-decoration: none;
    cursor: pointer;
    padding: 6px 0 20px 45px;
    background: url(../img/registration.png) no-repeat left top;
    margin: 15px 0 0 5px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #ffffff;
}
.registration {
    display: block;
    float: left;
    text-decoration: none;
    cursor: pointer;
    padding: 6px 0 20px 45px;
    background: url(../img/registration.png) no-repeat left top;
    margin: 15px 0 0 5px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #ffffff;
}
.ask_question {
    display: block;
    float: left;
    padding: 0 0 5px 36px;
    background: url(../img/ask_a_question.png) no-repeat left top;
    margin: 16px 0 0 20px;
    font-family: MyWebFont;
    font-size: 12px;
    color: #ffffff;
}
.ask_question_online {
    display: block;
    float: left;
    margin: 10px 0 0 50px;
    font-family: MyWebFont;
    font-size: 12px;
    color: #ffffff;
}
.catalog_description .catalog_title_back {
    display: none;
    min-height: 48px;
}
.dif_text {
    display: none;
    text-decoration: none;
    font-size: 12px;
    color: #4BBE3F;
    float: right;
    font-weight: normal;
}
.catalog_optional {
    display: none;
}
.favorite_top {
    display: block;
    float: right;
    padding: 0 0 5px 30px;
    background: url(../img/favorite-star.png) no-repeat left top;
    margin: 16px 0 0 24px;
    font-family: MyWebFont;
    font-size: 12px;
    color: #ffffff;
}

.basket {
    display: block;
    float: right;
    padding: 8px 0 30px 45px;
    background: url(../img/basket.png) no-repeat left top;
    margin: 9px 1% 0px 0px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
}
#logo {
    display: block;
    float: left;
    /*normal logo*/
    /*margin: 21px 0 0 24px;*/
    /*new year logo*/

    margin: 16px 0 0 8px;
}
#logo img {
    display: block;
}
.login_register_link {
    display: none;
    overflow: hidden;
    margin: 8px 3px 0 0;
    position: absolute;
    right: 0;
}
.login_register_link li {
    float: right;
    margin: 0 0 0 22px;
}
.login_register_link li a {
    font-family: MyWebFont;
    font-size: 12px;
    font-style: italic;
    color: #0093dd;
}
/*
#main_menu {
    margin: 10px 0 0 7px;
    position: relative;
    z-index: 10;
}
#main_menu li:first-child {
    margin: 0 0 0 0;
}
#main_menu li {
    position: relative;
    z-index: 10;
    float: left;
    margin: 0 0 0 41px;
    !*text-align: center;*!
}
#main_menu li a {
    font-family: MyWebFont;
    font-size: 19px;
    color: #535353;
    text-decoration: none;
    text-transform: uppercase;
}

*/
.drop_menu a {
    text-transform: none;
}
.drop_menu {
    display: none;
    z-index: 50;
    width: 183px;
    padding: 2px 0 8px 0;
    background: url(../img/drop_menu_bg.png) no-repeat left bottom;
    position: absolute;
}
.drop_menu ul {
    background: #f5f5f5;
    position: relative;
    z-index: 50;
    padding: 0 9px 0 9px;
    border-left: 1px solid #DFDFDF;
    border-right: 1px solid #DFDFDF;
    margin-bottom: 0;
}
.drop_menu ul li:first-child {
    margin: 0 0 0 0;
}
.drop_menu ul li {
    float: none;
    margin: 7px 0 0 0;
    padding: 9px 0 0 0;
    background: url(../img/drop_menu_li_bg.png) repeat-x left top;
    position: relative;
    z-index: 50;
    line-height: 15px;
}
.drop_menu ul li a {
    font-family: "Trebuchet MS";
    font-size: 14px;
    color: #555555;
}
.drop_menu ul li a:hover {
    color: #0093DD;
    text-decoration: none;
}
.relative {
    position: relative;
    z-index: 30;
}

.slide-login-form{
    position: absolute;
    top: -250px;
    z-index: 30;
}
.lg-view-detail .conditions-info-block .not-visited:visited{
    color:#0588d1;
}
.client_auth_form
{
    display: block;
    margin: 0;
    width: 415px;
    background: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    padding: 0;
}
#reg_form.reg_form_pop_up{
    width: 270px;
}
.client_auth_form.active
{
    visibility: visible;
    opacity: 1;
    height: auto;
    padding: 10px 20px;
    box-shadow: 0px 7px 20px rgba(33, 120, 208, 0.3);
}
.client_auth_form .login_input{
    width: 100%;
    height: 32.5px;
    margin: 5px auto;
}
#client_reg_form input{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.client_auth_form .login_input.wrap-submit{
    display: inline-block;
    width: 50%;
    float: right;
    height: 32.5px;
}
.client_auth_form .login_input input{
    width: 180px;
    height: 100%;
    color: #151414;
    border: 1px solid #e4d3d3;
    border-radius: 4px;
    padding: 3px;
    font-size: 0.9em;
    -webkit-appearance: none;
}
#client_reg_form .login_input input ,#reg_form .login_input input{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 32.5px;

}
#reg_form.reg_form_pop_up .login_input input,#reg_form.reg_form_pop_up .login_input.wrap-submit{
    width: 100%;
}
input:required{
    background: #ffcccc !important;
    border-color: #f18181!important;
}
.main_search_input:required
{
    background: unset !important;
    border-color: unset !important;
}

input[invalid="invalid"]{
    background: #ffcccc !important;
    border-color: #f18181!important;
}


.client_auth_form .login_input input.error{
    background: #ffcccc;
    border-color: #f18181;
}
.client_auth_form .login_input input:first-child{
    margin-right: 10px;
}
#client_reg_form .login_input input:first-child,#reg_form .login_input input:first-child{
    margin-right: unset;
}
#client_reg_form #client_close-forgot,#reg_form #client_close-forgot{
margin-bottom: 10px;
}
#client_reg_form .login_input,#reg_form .login_input{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    margin: unset;
}
.login_form_hide.close-forgot{
    margin-right: unset!important;
}
.recommend-item .block_for_image{
    box-shadow: unset!important;
    -webkit-box-shadow: unset!important;
}
.recommend-item .recommed-title{
    margin: 5px;
}

.client_auth_form .login_input input.login_form_submit{
    margin-right: 0;
    font-size: 0.9em;
    border: none;
    color: #fff;
    background-color: #4fe074;
    float: right;
    width: 187px;
    padding: 5px;
    cursor: pointer;
}

.client_auth_form .login_input #forgot_submit,
.client_auth_form .login_input #client_forgot_submit{
    margin-right: 0;
    font-size: 0.9em;
    border: none;
    color: #fff;
    background-color: #4fe074;
    float: right;
    width: 185px;
    padding: 5px;
    height: 33px;
    cursor: pointer;
}
.client_auth_form .login_input:last-child{
    display: inline-block;
    height: 33px;
}
.client_auth_form .login_input .close-forgot,
.client_auth_form .login_input #client_close-forgot{
    width: 188px;
    margin: 0 auto;
    display: block;
    cursor: pointer;
}
.client_auth_form .login_input.registration_link{
    text-align: center;
    height: auto;
    margin: 0;
}
.client_auth_form .login_input.registration_link a{
    text-decoration: none;
    color: #147ec0;
}
.social_auth {
    display: inline-block;
    margin: 10px 0;
    /*width: 50%;*/
    text-align: left;
}
.social_auth a {
    cursor: pointer;
}
.social_auth a:hover {
    opacity: 0.7;
}
.social_auth a img{
    width: 40px;
}
.social_auth a img:first-child{
    width: 40px;
    margin-right: 10px;
    background: #fff;
    box-shadow: -5px 4px 14px rgba(91, 100, 109, 0.3);
}
.popup_test {
    display: none;
    width: 370px;
    text-align: center;
    border: 1px solid #1E0000;
    font-size: 14px;
    background: #0E80C3;
    font-weight: bold;
    color: #fff;
    padding: 5px;
}

.client_auth_form #wrap-remeber,
.client_auth_form #client_wrap-remeber{
    display: inline-block;
}
.client_auth_form #wrap-remeber input[type=checkbox],
.client_auth_form #client_wrap-remeber input[type=checkbox]{
    visibility: hidden;
    display: inline-block;
    width: 25px;
    margin-right: 10px;
    float: left;
}

.client_auth_form #wrap-remeber label,
.client_auth_form #client_wrap-remeber label{
    cursor: pointer;
    position: absolute;
    width: 15px;
    height: 15px;
    background: #fff;
    border: 1px solid #ddd;
}

.client_auth_form #wrap-remeber label:after,
.client_auth_form #client_wrap-remeber label:after{
    opacity: 0;
    content: '';
    position: absolute;
    width: 9px;
    height: 4px;
    background: transparent;
    top: 3px;
    left: 3px;
    border: 2px solid #2196F3;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
}
.client_auth_form #wrap-remeber span,
.client_auth_form #client_wrap-remeber span{
    margin-left: 30px;
}
.client_auth_form #wrap-remeber label:hover::after,
.client_auth_form #client_wrap-remeber label:hover::after{
    opacity: 0.5;
}
.client_auth_form #wrap-remeber input[type=checkbox]:checked + label:after,
.client_auth_form #client_wrap-remeber input[type=checkbox]:checked + label:after{
    opacity: 1;
}

.client_auth_form .err-msg{
    color: #f18080;
    text-align: center;
    margin: 0 auto;
    display: block;
    font-style: italic;
    font-weight: bold;
}

/*End header*/
/*content*/

.body_news .back-link{
    display: none;
}

#content {
    width: 1000px;
    padding: 1px 0 40px 0;
    margin: 0 auto;
    z-index: 10;
}
#content.content_cat {
    width: auto;
}
#main_slider {
    width: 1000px;
    height: 430px;
    margin: 0 auto 53px auto;
    position: relative;
    z-index: 5;
}
.autocomplete-item a {
    color: #333333;
    text-decoration: none;
    min-height: 35px;
    display: flex;
    align-items: center;
    line-height: 18px;
}

@media (max-width: 991px){
    #main_slider
    {
        display: none;
    }
}
#main_slider .slides_container {
    width: 1000px;
    height: 430px;
    position: relative;
    z-index: 5;
    overflow: hidden;
}
#main_slider .item {
    width: 1000px;
    height: 430px;
}
#main_slider .item img {
    display: block;
}
.pagination {
    overflow: hidden;
    margin: 0 0 0 0;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    margin: 0 0 20px 0;
}
.pagination li {
    margin: 0 9px 0 0;
    display: inline-block;
    /*zoom:1;
    display: inline;*/
}
.pagination li a {
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 3px;
    background-color: #BDBDBD;
}
.pagination .current a {
    background-color: #757575;
}
.column_table {
    margin-top: 20px;
    width: 1000px;
    vertical-align: top;
    position: relative;
    z-index: 5;
}
.column_table td {
    vertical-align: top;
    padding: 0 12px 20px 12px;
    cursor: pointer;
}
.column_table td img {
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}
.column_table td {
    font-size: 13px;
    color: #4c4d4e;
}
.column_table td h3 {
    font-family: MyWebFont;
    font-size: 18px;
    font-weight: normal;
    color: #000000;
    margin: 0 0 4px 0;
}
h4 {
    font-family: MyWebFont;
    font-size: 24px;
    font-weight: normal;
    color: #000000;
}
.services {
    position: relative;
    width: 978px;
    overflow: hidden;
    background: url(../img/bg3.jpg) left top;
    padding: 20px 0 8px 22px;
    margin: 8px 0 20px 0;
    height: 230px;
}
.mask-b-l {
    width: 15px;
    height: 15px;
    background-image: url('../img/mask-b-l.png');
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
}
.mask-b-r {
    width: 15px;
    height: 15px;
    background-image: url('../img/mask-b-r.png');
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 100;
}
.mask-t-r {
    width: 15px;
    height: 15px;
    background-image: url('../img/mask-t-r.png');
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
}
.mask-t-l {
    width: 15px;
    height: 15px;
    background-image: url('../img/mask-t-l.png');
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}
.services ul {
    max-width: 440px;
    float: left;
    margin: 0 0 0 0;
    margin-right: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.services ul li {
    padding: 0 0 0 20px;
    margin: 0 0 5px 0;
    background: url(../img/services_list_bg.png) no-repeat left 7px;
    font-family: MyWebFont;
    font-size: 16px;
    color: #000000;
}
.services ul li a {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}
.services ul li a:hover {
    text-decoration: underline;
}
.tab {
    display: none;
}
h5 {
    font-family: MyWebFont;
    font-size: 15px;
    font-weight: normal;
    color: #000000;
}
.tables_brends {
    width: 1000px;
    vertical-align: top;
    margin: 30px auto 0 auto;
}
.tables_brends td {
    vertical-align: middle;
}
.tables_brends td a {
    display: block;
}
.tables_brends td a img {
    display: block;
    margin: 0 auto;
}
/*End content*/
/*footer*/

.push {
    /*height:225px;*/
}

/*.site-map{
    display: none;
}*/

@media screen and (max-width: 1020px){
    #footer{
        height: auto;
    }
}

.footer_bg {
    /*height: 91px;*/

    background: url(../img/bg.png) left top;
}
.footer_adress {
    float: left;
    margin: 25px 0 0 17px;
    font-family: MyWebFont;
    font-size: 14px;
    color: #000000;
}
.accumulator,
.t,
.f,
.v,
.i{
    display: block;
    float: right;
}
.accumulator img,
.t img,
.f img,
.v img,
.i img{
    display: block;
}
.accumulator {
    margin: 30px 0 0 100px;
    cursor: pointer;
}
.accumulator img {
    width: 145px;
}

.i {
    margin: 28px 24px 0 0;
}
.f,
.t,
.v {
    margin: 28px 9px 0 0;
}
/*End footer*/

#login-message {
    font-size: 11px;
    color: #D00D00;
    float: left;
}
.login_links,
.login_links_mobile {
    /*overflow: hidden;
margin: 20px 70px 0 0;
position: absolute;
right: 0;*/

    text-align: right;
    overflow: hidden;
    margin: 0px 10px 0 0;
    position: relative;
    font-family: 'Roboto Condensed', sans-serif;
}
.login_links a,
.login_links_mobile a {
    font-family: MyWebFont;
    font-size: 12px;
    font-style: italic;
    color: #0093dd;
    margin-left: 22px;
}
.login_links_mobile {
    display: none;
}
/*added*/

.left-content {
    width: 226px;
    padding-left: 24px;
    float: left;
    overflow: visible;
    /*margin-bottom: 30px;*/
}
#content.content_cat .left-content {
    width: 16%;
}
#content.content_cat .right-content {
    width: 80%;
}
.right-content {
    width: 750px;
    float: left;
    margin-bottom: 30px;
}
.left-menu-title {
    font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 14px;
    /* font-style: italic; */
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 15px;
    color: #0e80c3;
}
.left-menu-list li {
    font-family: "Roboto",  "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 14px;
    /*font-style: italic;*/
    color: #000000
}
.left-menu-list li a {
    font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 14px;
    /*font-style: italic;*/
    color: #000000;
    text-decoration: none;
}
.left-menu-list li a:hover {
    text-decoration: underline;
}
.delete-filter-link {
    position: relative;
    top: 1px;
    margin-left: 5px;
    float: left;
    margin-right:5px;
}
.catalog-page-name-margin-block{
    margin-left: 25px;
}
.grey-left {
    background: url(../img/grey-left.png) no-repeat left top;
    /*height: 34px;*/
}
.grey-right {
    background: url(../img/grey-right.png) no-repeat right top;
    /*height: 34px;*/
}
.grey-center {
    background-color: rgb(217,217,217);
    height: 50px;
    border-radius: 3px;
    padding: 7.5px;
    font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.top-per-page {
    float: left;
    margin-top: 8.5px;
}
.top-per-page .per-page-options a.selected {
    font-weight: bold;
    font-size: 16px;
}
.top-per-page .per-page {
    font-size: 11px;
    /*font-style: italic;*/
}
.top-per-page .per-page-options a {
    font-size: 14px;
    color: rgb(85,85,85);
    text-decoration: none;
}
.top-per-page .per-page-options a:hover {
    text-decoration: underline;
}
.top-per-page .per-page-options a.selected {
    font-weight: bold;
    font-size: 16px;
    border-bottom: 3px solid #0866d5;
    padding: 0 0 2px;
    border-radius: 3px 3px 3px 3px;
}
.top-sort .sort-options a.selected {
    font-weight: bold;
    font-size: 16px;
}
.top-sort {
    float: right;
    margin-right: 10px;
}
.top-sort .sort {
    /*font-size: 11px; */
    /* font-style: italic; */
    float: left;
    margin-top: 8.5px;
    padding-right: 10px;
}
.top-sort .sort-options a {
    font-size: 14px;
    color: #000000;
    text-decoration: none;
}
.top-sort .sort-options a:hover {
    text-decoration: underline;
}
.top-sort .sort-options a.selected {
    font-weight: bold;
    font-size: 16px;
}
.top-sort .order-value {
    position: relative;
    cursor: pointer;
    width: 170px;
    float: right;
    margin-top: 3px;
    background-color: #9c9898;
    border-radius: 3px;
    color: white;
    text-align: center;
    height: 30px;
}
.top-sort .order-value-bottom{
    background-color: #9c9898;
    border-radius: 3px;
    color: white;
    text-align: center;
    height: 30px;
}
.top-sort-link-for-mob{
    display: none;
}
.top-sort .order-options {
    position: absolute;
    top: 30px;
    /*left: -20px;*/
    background-color: #E2E0E1;
    width: 170px;
    padding: 10px 20px 10px 20px;
    display: none;
    z-index: 101;
    border-radius: 3px;
}
.top-sort .order-options a {
    display: block;
    font-size: 14px;
    color: #000000;
    text-decoration: none;
    margin: 5px 0 5px 0;
}
.top-sort .order-options a:hover {
    text-decoration: underline;
}
.top-sort .order-options a.selected {
    font-weight: bold;
    text-decoration: underline;
}
.top-sort .order-value-bottom {
    position: relative;
    cursor: pointer;
    width: 170px;
    float: right;
    margin-top: 3px;
}
.top-sort .order-options-bottom {
    position: absolute;
    top: 30px;
    /*left: -20px;*/
    background-color: #E2E0E1;
    width: 170px;
    padding: 10px 20px 10px 20px;
    display: none;
    z-index: 101;
    border-radius: 3px;
}
.top-sort .order-options-bottom a {
    display: block;
    font-size: 14px;
    color: #000000;
    text-decoration: none;
    margin: 5px 0 5px 0;
}
.top-sort .order-options-bottom a:hover {
    text-decoration: underline;
}
.top-sort .order-options-bottom a.selected {
    font-weight: bold;
    text-decoration: underline;
}
.page_menu {
    font-size: 18px;
    font-style: italic;
    margin: 55px 0 55px 0;
    text-align: center;
}
.page_menu .page_prev,
.page_menu .page_next {
    font-size: 21px;
    font-style: italic;
}
.page_menu span.page_prev,
.page_menu span.page_next {
    font-size: 21px;
    font-style: italic;
    color: #a9a9a9;
}
.page_menu a {
    text-decoration: none;
    color: rgb(85,85,85) !important;
}
.catalog_main .top-per-page-text,
.catalog_main .per-page-number,
.top-per-page .per-page {
    color: rgb(85,85,85);
}
.page_menu ul {
    display: inline;
}
.page_menu ul li {
    display: inline;
    margin: 0 3px 0 3px;
}
.page_menu ul li span {
    background-color: #cccccc;
    padding: 0px 6px 0px 6px;
    -moz-border-radius: 4px;
    /* Firefox */

    -webkit-border-radius: 4px;
    /* Safari, Chrome */

    -khtml-border-radius: 4px;
    /* KHTML */

    border-radius: 4px;
    /* CSS3 */

    color: #1e91d0;
}
#content.content_cat .catalog_item {
    width: 100%;
}

.catalog_image {
    width: 150px;
    float: left;
    position: relative;
}
#content.content_cat .catalog_image {
    width: 185px;
}
.catalog_description {
    width: 450px;
    float: left;
}
#content.content_cat .catalog_description {
    width: 70%;
}
.catalog_description .catalog_title,.catalog_description .catalog_title_mobile,
.catalog_description .catalog_title_back {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 3px;
    /*width: 240px;*/
}
.display_option_l .catalog_description .catalog_title,.display_option_l .catalog_description .catalog_title_mobile{
    margin-bottom: 20px;
    overflow: hidden;
}
.catalog_description .catalog_title a,.catalog_description .catalog_title_mobile a,
.catalog_description .catalog_title_back a {
    color: #000000;
    text-decoration: none;
}
.catalog_description .catalog_title a:hover,.catalog_description .catalog_title_mobile a:hover,
.catalog_description .catalog_title_back a:hover {
    text-decoration: underline;
}
.addClass {
    display: none;
    z-index: 3;
    position: absolute;
    width: 250px;
    background: #e5ebef;
    padding: 5px;
    border: 1px solid #000000;
    display: none;
    text-decoration: none;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}
.addClass:hover {
    z-index: 1000;
    margin-top: 50px;
    float: left;
    margin-left: 0px;
}
.catalog_description .catalog_text {
    font-size: 12px;
    /*margin-bottom: 3px;*/
}
.catalog_description #availability.catalog_text {
    font-size: 12px;
    margin-bottom: 3px;
    display: none;
}
/*.catalog_price {*/
/*float: left;*/
/*width: 150px;*/
/*}*/
/*#content.content_cat .catalog_price {*/
/*float: right;*/
/*}*/
.deatil_catalog_item .plus,
.catalog_text .plus{
    display: block;
    /*background: url(../img/plus.png) no-repeat left top;*/
    width: 9px;
    height: 9px;
    float: left;
    /*margin-top: 5px;*/
    cursor: pointer;
    font-size: 24px;
    font-weight: bold;
}
.deatil_catalog_item .minus,
.catalog_text .minus{
    display: block;
    /*background: url(../img/minus.png) no-repeat left top;*/
    width: 9px;
    height: 9px;
    /*margin-top: 5px;*/
    float: left;
    cursor: pointer;
    font-size: 24px;
    font-weight: bold;
}
.deatil_catalog_item .minus,.deatil_catalog_item .plus,.catalog_item_custom .minus,.catalog_item_custom .plus{
    width: 30px;
    height: 30px;
    border: 1px solid silver;
    border-radius: 15px;
}



.tovar_num{
    float: left;
    border: 1px solid silver;
    font-size: 15px;
    font-weight: bold;
}

#catalog-cart .tovar_num {
    width: 20px;
    height: 20px;
    text-align: center;
    margin: 0 4px;
    float: unset;
    border:unset;
    font-size: unset;
    font-weight: unset;

}




.price_title_your{
    display: none;
}
.display_option_l .price_title_your{
    display: block;
    margin-left: 378px;
    margin-top: -12px;
    font-size: 12px;
    line-height: 15px;
}

.detail_price_title{
    position: relative;
    top: 60px;
}
.num_title {
    float: left;
    margin-right: 5px;
    margin-top: 2px;
}
.minus_plus {
    display: block;
    float: left;
    margin-top: 5px;
}
/*.buy {*/
/*display: block;*/
/*width: 134px;*/
/*height: 32px;*/
/*background: url(../img/buy_d_small.png) no-repeat left top;*/
/*margin-left: 20%;*/
/*margin-top: 65px;*/
/*}*/
.buy-in-cart {
    display: block;
    width: 134px;
    height: 32px;
    background: url(../img/in-cart.png) no-repeat left top;
    /*margin-left: 20%;*/
    margin-top: 7%;
}
.batery_availability {
    margin-bottom: -1px;
}
.order {
    display: block;
    width: 134px;
    height: 32px;
    background: url(../img/zakaz_small.png) no-repeat left top;
    /*margin-left: 20%;*/
    margin-top: 65px;
}
.display_option_l .order{
    position: relative;
    top:-16px;
}
.order_waitlist {
    display: block;
    width: 134px;
    height: 32px;
    background: url(../img/zakaz.png) no-repeat left top;
    margin-left: auto;
    margin-top: 5px;
}
.waitlist {
    display: block;
    width: 134px;
    height: 32px;
    /*background: url(../img/waitlist2_small.png) no-repeat left top;*/
    background-color: #9c9898;
    margin-left: auto;
    margin-top: 5px;
}
/*.one_click_buy{*/
/*display: block;*/
/*width: 134px;*/
/*height: 32px;*/
/*background: url(../img/one_click_buy.png) no-repeat left top;*/
/*margin-left: auto;*/
/*margin-top: 5px;*/
/*}*/
.favorite {
    display: block;
    width: 98px;
    height: 34px;
    background: url(../img/favorite.png) no-repeat left top;
    margin-left: auto;
    margin-top: 5px;
}
.in-favorite {
    display: block;
    width: 98px;
    height: 34px;
    background: url(../img/in-favorite.png) no-repeat left top;
    margin-left: auto;
    margin-top: 5px;
}
/*.in-waitlist {*/
/*display: block;*/
/*width: 98px;*/
/*height: 34px;*/
/*!*background: url(../img/in-waitlist.png) no-repeat left top;*!*/
/*float: left;*/
/*!*margin-top: -65px;*!*/
/*margin-left: 130px;*/
/*}*/
.display,
.deatil_catalog_item .buy,
.deatil_catalog_item .order,
.deatil_catalog_item .waitlist,
.deatil_catalog_item .favorite,
.deatil_catalog_item .in-favorite,
.deatil_catalog_item .in-waitlist,
.deatil_catalog_item .one_click_buy{
    margin-left: 0px;
}

.deatil_catalog_item .favorite {
    background: url(../img/favorite_d.png) no-repeat left top;
    width: 134px;
    height: 24px;
}
.price_title {
    font-size: 12px;
    /*font-style: italic;*/

    text-align: right;
    line-height: 10px;
    margin-top: 5px;
}
.display_option_l .price_title {
    text-align: left;
}
.price_title_blue {
    color: #0588d1;
}
.retail_price {
    font-size: 20px;
    font-weight: bold;
    text-align: right;
    color: #0985ce;
}
.display_option_l .retail_price {
    font-size: unset;
}

.price_blue {
    color: #0588d1;
}
.your_price {
    font-size: 20px;
    /*color: #0588d1;*/
    font-weight: bold;
    text-align: right;
    margin-top: 5px;
}
.deatil_catalog_item .your_price {
    /*line-height: 56px;*/

    font-size: 16px;
    position: relative;
    left: -76px;
}
.deatil_catalog_item .retail_price {
    font-size: 18px;
}
/*.catalog_line {*/
/*height: 3px;*/
/*border-top: 1px dotted #6a6a6a;*/
/*border-bottom: 1px dotted #6a6a6a;*/
/*margin: 15px 0 15px 0;*/
/*max-width: 750px;*/
/*}*/
.block_for_image{
    height: auto;
    border: 10px solid white;
    background-color: white;
}
#content.content_cat .catalog_line {
    max-width: 95%;
    clear: both;
}
#cartMessage {
    position: fixed;
    z-index: 10000;
    width: 600px;
    height: 230px;
    /* top:330px; */

    top: 50%;
    left: 50%;
    /* margin-top:-150px; */

    margin-top: -140px;
    margin-left: -300px;
    background-color: #ffffff;
    padding: 20px 20px 20px 20px;
    border: 1px solid #cecece;
    border-radius: 8px;
}


.left-pages-menu {
    padding-right: 15px;
}
.left-pages-menu .selected-menu {
    font-weight: bold;
}
.left-pages-menu ul li {
    line-height: 15px;
    margin-top: 9px;
    margin-bottom: 9px;
}
.left-pages-menu ul li a {
    font-size: 15px;
    color: #000000;
    text-decoration: none;
    font-style: italic;
}
.left-pages-menu ul li ul li {
    margin-left: 20px;
    line-height: 13px;
}
.left-pages-menu ul li ul li a {
    font-size: 13px;
}
.left-pages-menu ul li a:hover {
    text-decoration: underline;
}
.tovar_table {
    width: 100%;
    margin-top: 20px; /*new*/
}
.tovar_table th {
    padding: 4px;
}
.tovar_table td {
    border-bottom: 2px solid #f5f5f5;
    padding: 10px 4px;
}
.tovar_table tr:last-child td{
    border-bottom: none;
}
.total_block .float_r {
    float: right;
    margin-right: 15px;
    font-size: 16px;
    font-weight: bold;
}
.total_block .price {
    float: right;
    margin-right: 25px;
    font-size: 18px;
    font-weight: bold;
}
.total_block {
    padding: 20px 10px;
    background: #4de37a;
    /*border-radius: 0 0 10px 10px;*/
}
.tovar_table tr td:first-child a {
    color: #000000;
    font-size: 14px;
    text-decoration: none;
}
.in-cart {
    font-style: italic;
}
.in-cart b {
    font-size: 16px;
}
.delete_tovar {
    color: #0093DD;
    font-size: 12px;
}
.blue-button {
    background: url(../img/blue-button-bg.png) no-repeat left top;
    display: block;
    width: 200px;
    height: 31px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding-top: 4px;
    cursor: pointer;
}
.delete-all {
    /*    margin-top: 8px;
        margin-right: auto;
        margin-bottom: 20px;
        background-image: url(../images/red-button-bg.png);*/
    display: inline-block;
    color: inherit;
    text-decoration: none;

}
.delete-all p{
    font-size: 0.8em;
    float: left;
    text-align: right;
    margin-right: 10px;
}
.white_block .delete-all .fa{
    display: inline-block;
    float: right;
    color: #f99;
}
.back-button {
    background-image: url(../images/gray-button-bg.png);
}
.white_block .pink_text {
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.enter_form .login_input {
    width: 159px;
    height: 24px;
    float: left;
    margin: 10px 9px 0 0;
    background: url(../img/login_form_input.png) no-repeat left top;
}
.enter_form .login_input input {
    display: block;
    width: 153px;
    height: 18px;
    font-size: 12px;
    color: white;
    background: none;
    padding: 3px 2px 3px 4px;
}
.blue-button-short {
    background: url(../img/blue-button-short-bg.png) no-repeat left top;
    display: block;
    width: 146px;
    height: 31px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding-top: 4px;
    cursor: pointer;
}
.enter_submit {
    height: 35px;
    padding-top: 0;
    position: relative;
    top: 4px;
}
.enter_form {
    background: url(../img/bg2.png) left top;
    padding: 5px 20px 12px 20px;
}
.reg_form {
    background-color: #E2E0E1;
    margin-top: 25px;
    padding: 20px 10px;
    margin-bottom: 25px;
}
.email_input {
    background: url(../img/input-bg.png) no-repeat left top;
    height: 24px;
    width: 160px;
    border: 0;
    padding-left: 4px;
    padding-right: 4px;
}
.input_form {
    background: url(../img/input-bg.png) no-repeat left top;
    height: 24px;
    width: 151px;
    border: 0;
    padding-left: 4px;
    padding-right: 4px;
}
.reg_form table td {
    padding: 3px;
    font-weight: bold;
}
.reg_form table td:first-child {
    font-size: 13px;
    font-style: italic;
    font-weight: normal;
}
.reg_form .left_form {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}
.reg_form .left_form h3 {
    font-family: MyWebFont;
    font-size: 19px;
    color: #535353;
    text-decoration: none;
    margin-bottom: 10px;
}
.pink_text a {
    color: #0093DD;
    font-style: italic;
}
.send_submit {
    height: 35px;
    padding-top: 0;
    margin-left: auto;
}
.block_for_delivery {
    float: left;
    width: 169px;
    text-align: center;
    margin: 40px 0 20px 0px;
}
.block_for_delivery .image_container {
    min-height: 55px;
}
.social-media-buttons{
    display: flex;
}
.shipping-link {
    padding: 3px;
    color: #000000;
    text-decoration: none;
}
.selected-link {
    color: #ffffff !important;
    -moz-border-radius: 4px;
    /* Firefox */

    -webkit-border-radius: 4px;
    /* Safari, Chrome */

    -khtml-border-radius: 4px;
    /* KHTML */

    border-radius: 4px;
    /* CSS3 */

    background-color: #0588D1;
}
.block_for_delivery p {
    font-size: 18px;
    color: black;
    text-align: center;
    margin: 20px 0 0 0;
}
.block_for_delivery .image_container img {
    max-width: 160px;
    /* max-height: 75px; */

    max-height: 55px;
}
.block_for_delivery .select-box {
    margin-top: 5px;
}
.register-form-table td {
    padding: 3px;
}
.form_input_short .input_form {
    background: url(../img/input-bg-short.png) no-repeat left top;
    height: 24px;
    width: 92px;
    border: 0;
    padding-left: 4px;
    padding-right: 4px;
    box-sizing: content-box;
}
.enter_submit_long {
    height: 35px;
    padding-top: 0;
}
.wish-button-delete {
    display: block;
    width: 98px;
    height: 34px;
    background: url(../img/favorite-delete.png) no-repeat left top;
    margin-left: auto;
    margin-top: 5px;
}
.wait-button-delete {
    display: block;
    width: 98px;
    height: 34px;
    background: url(../img/waitlist-delete.png) no-repeat left top;
    margin-left: auto;
    margin-top: 5px;
}
.selected-values li span {
    padding-bottom: 2px;
    /*border-bottom: 1px dotted #6A6A6A;*/
}
.selected-filter-el-title{
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
}
.selected-values li:nth-child(2) {
    margin-left: 10px;
}
.selected-values li:nth-child(3) {
    margin-left: 20px;
}
.selected-values li:nth-child(4) {
    margin-left: 30px;
}
.selected-values li:nth-child(5) {
    margin-left: 40px;
}
.cart-message {
    font-size: 24px;
}
.change-user-data a {
    color: #0093DD;
}
.largepage h1,.largepage h2.main_title, .rt-content-inner span.main_title {
    font-size: 30px;
    font-family: "Trebuchet MS", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: #535353;
    font-style: italic;
    margin-bottom: 15px;
}
.rt-content-inner span.main_title{
    font-weight: bold;
}
.largepage {
    padding-bottom: 30px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 20px;
    width: 730px;
    float: left;
}
.largepage a {
    color: #006B9F
}
.long_input {
    background: url(../img/input-bg-long.png) no-repeat left top;
    height: 24px;
    width: 292px;
    border: 0;
    padding-left: 4px;
    padding-right: 4px;
}
.long_textarea {
    background: url(../img/textarea-bg-long.png) no-repeat left top;
    height: 24px;
    width: 292px;
    height: 92px;
    border: 0;
    padding: 4px;
    resize: none;
}
.News_Block a {
    color: #000000;
    text-decoration: none;
    font-style: italic;
}
.News_Block a:hover {
    text-decoration: underline;
}
.NewsListdate {
    color: #0093DD;
    font-weight: bold;
    font-size: 12px;
}
.search_button {
    /*background: url(../img/search.png) no-repeat left top;*/
    display: block;
    width: 98px;
    height: 24px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    background-color: #0866d5;
    border-radius: 4px;
}
.search_button_mob_input{
    background: no-repeat center/100% url(/images/assets/png/search.png);
    height: 25px;
    width: 25px;
    display: none;
}
.search-form .email_input {
    float: left;
    margin-right: 20px;
    width: 620px;
    background: url(../img/search_input.png)no-repeat left top;
}
.search-form {
    overflow: hidden;
    margin: 10px 0px 0 78px;
    margin-left: 25%;
}
.search-string {
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 10px;
}
.search-string span {
    font-style: italic;
}
.faq-ask-container {
    margin: 5px 0 5px 0;
}
.footer-brands {
    margin: 0 auto;
    width: 70%;
    margin-bottom: 40px;
}
.wishlist-description {
    width: 680px;
}
.wishlist-line {
    max-width: 1000px;
}
.selected-values li {
    margin-bottom: 3px;
}
.selected-values {
    margin-bottom: 10px;
}
.largepage :not(div.product-service) .table-border {
    border: 1px solid #6A6A6A;
    border-collapse: collapse;
}
.largepage :not(div.product-service) .table-border td {
    border: 1px solid #6A6A6A;
    padding: 4px;
}
.largepage :not(div.product-service) .table-border.iphone td {
    border: 1px solid rgba(106, 106, 106, 0);
    padding: 4px;
}
.largepage table.service-list.table-border.iphone{
    width: 70% !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: -65px;
}
.largepage :not(div.product-service) .table-border th {
    border: 1px solid #6A6A6A;
    padding: 4px;
}

.iphone-table.table-border td{
    border: 1px solid rgba(106, 106, 106, 0) !important;
}
.iphone-table.table-border .iphone-name{
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.iphone-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.iphone-table td {
    text-align: center;
    padding: 5px;
    font-size: 14px;
}

.iphone-table img {
    width: 80%;
    max-width: 100px;
    height: auto;
    display: block;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .iphone-table td {
        font-size: 12px;
        padding: 4px;
    }

    .iphone-table img {
        max-width: 60px;
    }
}

@media (max-width: 480px) {
    .iphone-table td {
        font-size: 10px;
        padding: 3px;
    }

    .iphone-table img {
        max-width: 50px;
    }
}

.iphone-table {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    border-collapse: collapse;
    border: 1px solid rgba(106, 106, 106, 0) !important;
}

.iphone-table td {
    padding: 20px;
    text-align: center;
    vertical-align: middle;
    border: none;
}

.iphone-table img {
    max-width: 300px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.iphone-name {
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .iphone-table img {
        max-width: 150px;
    }

    .iphone-name {
        font-size: 1em;
    }
}
.catalog_main_first {
    display: block;
    height: auto;
    min-height: 200px;
    margin: 50px auto 0 auto;
    overflow: hidden;
}
.catalog_main_first::after {
    content: "";
    display: block;
    clear: both;
}
.catalog_main_first_action_link {
    clear: both;
}
.catalog_main_first_category_link .block img {
    max-height: 140px;
    width: auto;
    object-fit: contain;
}
.catalog_main_first .block {
    float: left;
    width: 20%;
}
.catalog_main_first .block.actions {
    float: left;
    width: 25%;
}
.catalog_main_first .block p {
    text-align: center;
}
.catalog_main_first .block img {
    display: block;
    margin: auto;
    max-width: 100%;
}
.catalog_main_first .block .block_links {
    display: none;
}
.largepage ul {
    margin: 10px 0 10px 0;
}
.largepage ul li {
    margin: 0 3px 0 3px;
    color: #000000;
}
.largepage b,
strong {
    color: #014163;
}
.largepage p {
    margin-top: 10px;
    margin-bottom: 10px;
}
.hr-replace {
    border-top: 1px dotted #6a6a6a;
}
#main_slider .mask-b-l {
    width: 15px;
    height: 15px;
    background-image: url('../img/mask-b-l.png');
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 20;
}
#main_slider .mask-b-r {
    width: 15px;
    height: 15px;
    background-image: url('../img/mask-b-r.png');
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 20;
}
#main_slider .mask-t-r {
    width: 15px;
    height: 15px;
    background-image: url('../img/mask-t-r.png');
    position: absolute;
    top: 0;
    right: 0;
    z-index: 20;
}
#main_slider .mask-t-l {
    width: 15px;
    height: 15px;
    background-image: url('../img/mask-t-l.png');
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
}
.recommend-item {
    width: 185px;
    float: left;
    text-align: center;
}
.recommend-item a {
    font-size: 13px;
    color: #000000;
    text-decoration: none;
}
.recommend-item a:hover {
    text-decoration: underline;
}
.block_for_image img,
.catalog_image img {
    width: 125px;
    /*border: 1px solid #DDD;*/
    /*padding: 1px;*/
}
#content.content_cat .block_for_image img,
#content.content_cat .catalog_image img {
    width: 170px;
    height: 170px;
}
#cart-message img {
    margin-right: 10px;
}
#color_block {
    height: 430px;
}
.block_for_image_cart {
    float: left;
    height: auto;
    width: 80px;
    margin-right: 20px;
}
.block_for_image_cart img {
    float: left;
    height: auto;
    width: 80px;
}
.tovar_table tr td a.table_item_link{
    display: inline-block;
    width: 300px;
}
.in-cart-text {
    display: block;
    font-size: 12px;
    line-height: 11px;
    width: 80px;
    margin-left: auto;
    text-align: right;
    display: none;
    padding: 5px;
}
.back-link {
    color: #000000;
}
.btn-group {
    position: relative;
    display: inline-block;
    font-size: 0;
    white-space: nowrap;
    vertical-align: middle;
}
/*.btn-group>.btn:hover,
.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active {
    z-index: 2;
}*/
.btn-group>.btn:first-child {
    margin-left: 0;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
}
.btn-group>.btn:last-child {
    margin-right: 0;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-topright: 4px;
}
.btn-group>.btn,
.btn-group>.dropdown-menu,
.btn-group>.popover {
    font-size: 14px;
}
.btn-group>.btn {
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn:first-child {} .btn:active,
                    .btn.active {
                        background-color: #ccc \9;
                    }
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
    color: #fff;
    background-color: #0588D1;
}
button.btn,
input[type="submit"].btn {} .btn {
                                border-color: #c5c5c5;
                                border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
                            }
.btn {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    text-align: center;
    /*text-shadow: 0 1px 1px rgba(255,255,255,0.75);*/

    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #bbb;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.faq_btn {
    position: absolute;
    margin-top: 15px;
    margin-left: 50px;
    cursor: pointer;
    -webkit-border-radius: 4;
    -moz-border-radius: 4;
    border-radius: 4px;
    font-family: Arial;
    color: #ffffff !important;
    font-size: 20px;
    background: #0F72C7;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
}
.faq_btn:hover {
    background: #267FCB;
    text-decoration: none;
}
#fancy_comment,
#fancy_faq {
    display: block;
    margin-bottom: 10px;
}
#fancy_comment .faq_btn,
#fancy_faq .faq_btn {
    display: inline-block;
    vertical-align: middle;
    position: static;
    margin: 0 0 0 50px;
}
#fancy_comment img,
#fancy_faq img {
    display: inline-block;
    vertical-align: middle;
}
.faq_btn_new {
    left: 500px;
    margin-top: 15px;
    cursor: pointer;
    -webkit-border-radius: 4;
    -moz-border-radius: 4;
    border-radius: 4px;
    font-family: Arial;
    color: #ffffff !important;
    font-size: 20px;
    background: #0F72C7;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
}
.faq_btn_new:hover {
    background: #267FCB;
    text-decoration: none;
}
#waitlist_btn {
    margin-top: 15px;
    margin-left: 45%;
    cursor: pointer;
    -webkit-border-radius: 4;
    -moz-border-radius: 4;
    border-radius: 4px;
    font-family: Arial;
    color: #ffffff !important;
    font-size: 20px;
    background: #0F72C7;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
}
#waitlist_btn:hover {
    background: #267FCB;
    text-decoration: none;
}
/*.faq_btn:active{
    position:absolute;
    top:1px;
}*/
.buy_detail,
.order_detail{
    background: #0866d5;
}
.comments_page {
    margin-top: 20px;
    margin-bottom: 70px;
    display: inline-block;
    width: 100%;
    position: relative;
    background-color: white;
    border-radius: 15px;
    text-align: center;
    padding: 30px;
}
#question_form,#comment_form,#comment_form_wide{
    text-align: left;
}
#comments_page .btn.active,#comments_page .btn,#comments_page_wide .btn.active,#comments_page_wide .btn{
    background-color: unset;
    box-shadow: unset;
    border:unset;
    background-image: unset;
    font-size: 14px;

}
#comments_page .btn,#comments_page_wide .btn{
    text-decoration: underline;
}
#comments_page .btn.active,#comments_page_wide .btn.active{
    color: #0588D1;
    text-decoration: unset;
}

/* .review_clients {
width: 430px;
float: left;
}
.comment_form {
float: right;
width: 300px;
} */

.not-visited {
    color: #929292;
    /* Цвет посещенных ссылок */
}
.not-visited:visited {
    color: #929292;
    /* Цвет посещенных ссылок */
}
.pagepath {
    /*margin-bottom: 25px;*/
    /*font-style: italic;*/
    margin-top: 5px;
    text-transform: uppercase;
    position: relative;
    left: 25px;
    display: table;
    max-width: 1500px;
}

.pagepath ol {
    padding-left: 0;
    margin-left: 0;
}

.pagepath ol li {
    display: inline-block;
}

/*@media (min-width: 1140px) {*/
    /*.pagepath {*/
        /*white-space: nowrap;*/
    /*}*/
/*}*/

.pagepath a {
    color: #535353;
}
.rate_table label {
    padding-right: 1px;
    cursor: pointer;
}
.rate_table input[type="radio"] {
    margin-right: 4px;
    cursor: pointer;
}
.last-news {
    position: relative;
    width: 978px;
    overflow: hidden;
    background: url(../img/bg3.jpg) left top;
    padding: 20px 0 8px 22px;
    margin: 8px 0 20px 0;
    margin: 10px auto;
}
.last-news .slides_container {
    width: 950px;
    overflow: hidden;
    z-index: 5;
    height: 70px;
}
.last-news .slides_container .item {
    width: 950px;
    overflow: hidden;
    height: 70px;
}
.last-news .slides_container .item .item_news {
    width: 425px;
    margin: 0 40px 0 0;
    float: left;
}
.price_wrap2 {
    position: relative;
}
.last-news .slides_container .item a {
    color: #000000;
    text-decoration: none;
    font-family: MyWebFont;
    font-size: 13px;
}
.last-news .slides_container .item a:hover {
    text-decoration: underline;
}
.last-news .slides_container .item .date {
    text-align: left;
    color: #0586D1;
    font-size: 13px;
    font-family: MyWebFont;
}
.all-news a {
    text-decoration: none;
    color: #000000;
    font-style: italic;
}
.all-news a:hover {
    text-decoration: underline;
}
.all-news {
    text-align: right;
    margin-right: 40px;
}
.tovar_full_description_text {
    margin-top: 15px;
    font-size: 12px;
}
.payment-link {
    padding: 3px;
    color: #000000 !important;
    text-decoration: none !important;
}
.payment-types {
    display: none;
}
.payment-type-message {
    font-size: 16px;
    width: 700px;
    text-align: left;
    margin: 0px auto 0px auto;

    background: #fff;
    /*height: auto;*/
    overflow: hidden;
    padding: 50px;
    text-align: center;
}

.repair_status{
    color: #40444d;
    font-size: 20px;
}
.pay_status{
    color: #40444d;
    font-size: 20px;
}

.payment-msg{
    color: #fd3951;
    font-size: 15px;

}
.req-msq{
    font-size: 15px;
}
.order-links a{
    text-align: left;
    text-decoration: none;
    color: #3e424b !important;
    width:40%;
}
.new-post-link{
    float:left;
}
.order-link{
    float:right;
}

.new-post-link img,
.order-link img{
    float: left;
    margin-right: 20px;
}
.new-post-link .to_down,
.order-link .to_down{
    font-size:12px;
}
.new-post-link .down-doc,
.order-link .down-doc{
    text-decoration: underline;
}

.payment-container {
    width: 180px;
    text-align: center;
    float: left;
    margin: 20px 0 10px 20px;
}
.payment-container a {
    display: block;
}
.visa_master {
    float: right;
    margin-top: 31px;
    margin-left: 40px;
}
.visa_master img {
    margin-left: 10px;
}
.phone-example {
    font-size: 11px;
    font-weight: normal;
}
.no-bold {
    font-weight: normal;
}
.no-bold b {
    font-weight: normal;
}
.AdressInput {
    margin-top: 8px;
    display: none;
}
.AdressInput .AddressLabel {
    font-size: 12px;
}
.payment-info {
    margin: 5px 5px 5px 0;
    border: 1px solid #cecece;
    padding: 5px;
}
.shipping-link {
    border: 1px dashed #cecece;
    padding: 3px 7px 3px 7px;
}
.shipping-link:hover {
    border: 1px solid #000;
    padding: 3px 7px 3px 7px;
}
.payment-link {
    border: 1px dashed #cecece;
    padding: 3px 7px 3px 7px;
}
.payment-link:hover {
    border: 1px solid #000;
    padding: 3px 7px 3px 7px;
}
.catalog_price .out_of_production {
    font-size: 14px;
}
.comment-head {
    font-weight: bold;
    color: #014163;
    font-size: 14px;
    margin-bottom: 3px !important;
}
.comment-item {
    margin-left: 50px;
    margin-bottom: 15px;
}
#leave_comment {
    float: right;
    color: #0588d1;
    font-weight: bold;
    font-size: 16px;
    display: block;
    width: 155px;
    margin-top: -20px;
}
#leave_comment_new {
    position: absolute;
    font-weight: bold;
    text-decoration: underline;
    margin-left: 40px;
    margin-top: 25px;
}
#leave_comment.comment_work_link,
#leave_comment.comment_shop_link {
    margin-top: 10px;
    height: 32px;
    width: 145px;
    display: block;
    font-size: 0px;
}
#leave_comment.comment_work_link {
    background: url("../img/comment_link.png") no-repeat;
}
#leave_comment.comment_shop_link {
    background: url("../img/comment_link.png") no-repeat;
}
#leave_comment_long {
    float: right;
    color: #0588d1;
    font-weight: bold;
    font-size: 16px;
    display: block;
    margin-top: 10px;
}
.img_10_years {
    width: 90px;
    height: 76px;
    position: absolute;
    top: 5px;
    left: 125px;
}
.img_10_years img {
    width: 70px;
}
.detail_title {
    margin-top: 10px;
    font-family: inherit;
    font-style: italic;
    font-weight: bold;
}
#leave_comment_long_other {
    float: right;
    color: #0588d1;
    font-weight: bold;
    font-size: 0px;
    display: block;
    margin-top: 10px;
    height: 32px;
    width: 145px;
    background: url("../img/faq.png") no-repeat;
}
.price_title{
    margin-left: 10px;
}

.display_option_l .price_title{
    margin-left: 220px;
    width: 90px;
}


.old-price {
    color: #929292;
    font-size: 16px;
    padding-right: 10px;
    text-decoration: line-through;
    margin-left: 10px;
}

.display_option_l .old-price {
    margin-left: 220px;
}

.current_price,
.no_price {
    margin-right: 10px;
    font-size: 22px;
    color: #0866d5;
    font-weight: bold;
}

.display_option_g .current_price{
    font-size: 22px;
}
.display_option_g .no_price{
    font-size: 20px;
}

.display_option_g .with-term .no_price,
.display_option_l .with-term .no_price{
    display: inline-block;
    float: right;
}
.display_option_l .with-term .no_price,
.display_option_l .with-term .old_price,
.display_option_l .with-term .current_price {
    position: relative!important;
    bottom: 5px;
}


.num_of_items{
    margin-top: 3px;
    width: 100%;
    margin-left: 81px
}
.detail_page.num_of_items,.catalog_item_custom .num_of_items{
    margin-left: unset;
}
.label-img {
    position: absolute !important;
    width: 60px !important;
    left: 10px !important;
    border: 0 !important;
    padding: 0 !important;
    height: 20px;
}
.left-link {
    color: #FFF;
    font-weight: normal;
    font-size: 14px;
    display: block;
    width: 165px;
    margin-bottom: 7px;
    background-color: #0F72C7;
    padding: 2px 5px 2px 5px;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
}
.left-link-with-icon {
    color: #FFF;
    font-weight: normal;
    font-size: 14px;
    display: block;
    width: 145px;
    margin-bottom: 7px;
    background-color: #0F72C7;
    background-position: center left;
    background-repeat: no-repeat;
    padding: 2px 5px 2px 5px;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
}
.left-link-with-icon:hover {
    opacity: 0.9;
}
.left-icon-new {
    background-image: url(/images/new_.png);
    background-repeat: no-repeat;
    padding-left: 32px;
    font-size: 12px;
}
.left-icon-sale {
    background-image: url(/images/sale_.png);
    background-repeat: no-repeat;
    padding-left: 32px;
    font-size: 12px;
}
.left-icon-top {
    background-image: url(/images/top.png);
    background-repeat: no-repeat;
    padding-left: 32px;
    font-size: 12px;
}
.progress_step {
    float: left;
    width: 115px;
    height: 48px;
    margin-right: 10px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #E2E0E1;
    cursor: default;
}
.progress_title {
    color: #535353;
    text-transform: uppercase;
    font-family: MyWebFont;
    display: block;
}
.progress {
    width: 750px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px;
    display: inline;
    height: 48px;
    display: block;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.frame_block {
    width: 1000px;
    margin: 0 auto;
}
#fancybox-content {
    background: #fff url("../img/preloader.gif") no-repeat 50% 50% !important;
}
#fancybox-content.fancybox_content_loaded{
    background: #fff !important;
    height: auto!important;
}
.fancybox_outer_small{
    background: #fff !important;
    height: auto!important;
}
#terms,#data,#data3{
    margin-right: 35px;
}
.main-title {
    font-size: 30px;
    font-weight: bold;
    font-family: "Trebuchet MS", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    line-height: 1.1;
    color: #535353;
    font-style: italic;
}
/*.largepage ul:not([style^="list"]) li:before {*/
/*    content: "—";*/
/*    position: relative;*/
/*    left: -5px;*/
/*}*/

.largepage .order-form ul:not([style^="list"]) li:before{
    content: '';
}
.breadcrumb {
    /*centering*/

    display: inline-block;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);
    overflow: hidden;
    border-radius: 5px;
    /*Lets add the numbers for each link using CSS counters. flag is the name of the counter. to be defined using counter-reset in the parent element of the links*/

    counter-reset: flag;
    margin-left: 163px;
    margin-bottom: 20px;
}
.breadcrumb a {
    text-decoration: none;
    outline: none;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 36px;
    color: white;
    /*need more margin on the left of links to accomodate the numbers*/

    padding: 0 14px 0 40px;
    background: #666;
    background: linear-gradient(#666, #333);
    position: relative;
}
/*since the first link does not have a triangle before it we can reduce the left padding to make it look consistent with other links*/

.breadcrumb a:first-child {
    padding-left: 31px;
    border-radius: 5px 0 0 5px;
    /*to match with the parent's radius*/
}
.breadcrumb a:first-child:before {
    left: 14px;
}
.breadcrumb a:last-child {
    border-radius: 0 5px 5px 0;
    /*this was to prevent glitches on hover*/

    padding-right: 20px;
}
/*hover/active styles*/

.breadcrumb a.active {
    background: #333;
    background: linear-gradient(#333, #000);
}
.breadcrumb a.active:after {
    background: #333;
    background: linear-gradient(135deg, #333, #000);
}
/*adding the arrows for the breadcrumbs using rotated pseudo elements*/

.breadcrumb a:after {
    content: '';
    position: absolute;
    top: 0;
    right: -18px;
    /*half of square's length*/
    /*same dimension as the line-height of .breadcrumb a */

    width: 36px;
    height: 36px;
    /*as you see the rotated square takes a larger height. which makes it tough to position it properly. So we are going to scale it down so that the diagonals become equal to the line-height of the link. We scale it to 70.7% because if square's:
	length = 1; diagonal = (1^2 + 1^2)^0.5 = 1.414 (pythagoras theorem)
	if diagonal required = 1; length = 1/1.414 = 0.707*/

    transform: scale(0.707) rotate(45deg);
    /*we need to prevent the arrows from getting buried under the next link*/

    z-index: 1;
    /*background same as links but the gradient will be rotated to compensate with the transform applied*/

    background: #666;
    background: linear-gradient(135deg, #666, #333);
    /*stylish arrow design using box shadow*/

    box-shadow: 2px -2px 0 2px rgba(0, 0, 0, 0.4), 3px -3px 0 2px rgba(255, 255, 255, 0.1);
    /*
		5px - for rounded arrows and
		50px - to prevent hover glitches on the border created using shadows*/

    border-radius: 0 5px 0 50px;
}
/*we dont need an arrow after the last link*/

.breadcrumb a:last-child:after {
    content: none;
}
/*we will use the :before element to show numbers*/

.breadcrumb a:before {
    /*some styles now*/

    border-radius: 100%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: 8px 0;
    position: absolute;
    top: 0;
    left: 30px;
    background: #444;
    background: linear-gradient(#444, #222);
    font-weight: bold;
}
.flat a,
.flat a:after {
    background: white;
    color: #535353;
    font-size: 17px;
    transition: all 0.5s;
}
.flat a:before {
    background: white;
    box-shadow: 0 0 0 1px #ccc;
}
.flat a.active,
.flat a.active:after {
    background: #5397D7;
}
/* Start blocks view */

#content.content_cat.blocks .catalog_line {
    display: none;
}
#content.content_cat.blocks .clr_item {
    display: none;
}
#content.content_cat.blocks .catalog_image {
    width: 165px;
}
.display_option_g #content.content_cat.blocks .catalog_image {
    height: 165px;
    margin-bottom: 10px;
}
#content.content_cat.blocks .label-img {
    right: 10px !important;
    height: 17px;
}


#content.content_cat.blocks .price_wrap2 {
    /*position: absolute;*/
    margin-top: -10%; /*!!!*/
    margin-bottom: 20px;
    margin-top: 20px;
}
.display_option_g #content.content_cat.blocks .price_wrap2{
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
}
#content.content_cat.blocks .price_wrap2{
    bottom: 0px;
}
#content.content_cat.blocks .catalog_item {
    float: left;
    width: 260px;
    height: 370px;
    padding: 0px 10px 10px;
    position: relative;
}
#content.content_cat.blocks .catalog_description {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
}
.display_option_g #content.content_cat.blocks .catalog_description {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#content.content_cat.blocks .catalog_price {
    width: 100%;
    /*float: left;*/
    text-align:center!important;
}
.display_option_g #content.content_cat.blocks .catalog_price {
    width: 100%;
    /*float: left;*/
    text-align:center!important;
    position: absolute;
    bottom: 0;
}
.display_option_g .add_waitlist_form_class {
    bottom: 0!important;
    -webkit-transform: none!important;
    -moz-transform: none!important;
    -ms-transform: none!important;
    -o-transform: none!important;
    transform: none!important;
}
#content.content_cat.blocks .catalog_description .catalog_text {
    display: block;
    overflow: hidden;
}
#content.content_cat.blocks .catalog_description #availability {
    display: block;
}
#content.content_cat.blocks .catalog_description #availability2 {
    display: block;
}
#content.content_cat.blocks .price_title,
#content.content_cat.blocks .retail_price,
#content.content_cat.blocks .price_title,
#content.content_cat.blocks .your_price {
    text-align: left;
}
#content.content_cat.blocks .catalog_description .catalog_title ,#content.content_cat.blocks .catalog_description .catalog_title_mobile{
    max-height: 110px;
    overflow: hidden;
}
.top-sort .sort-view {
    float: left;
    margin: 0 10px 0 0;
}
.top-sort .sort-view a {
    color: #000;
}
.top-sort .sort-view a.active {
    color: #0093DD;
}
/* End blocks view */
/*
#header {
    min-height: inherit;
}*/

#main_slider {
    margin: 5px auto 53px;
}
.login_register_link {
    position: relative;
    margin: 0px 10px 0px 0px;
}
.shortmenu {
    background: #0D77B8;
    width: 100%;
    /* height: 210px; */

    position: relative;
    z-index: 100;
    color: #fff;
}
.shortmenu a {
    color: #fff;
    text-decoration: none;
}
.shortmenu ul {
    border-bottom: 1px solid #1093DB;
}
.shortmenu ul li {
    display: inline-block;
    padding: 10px;
}
.shortmenu ul li:hover,
.shortmenu ul li.active {
    background: #1093DB;
    cursor: pointer;
}
.shortmenu ul li br {
    display: none;
}
.shortmenu .menu_3 {
    background: #1093DB;
    border-bottom: 1px solid #1093DB;
}
.shortmenu .menu_3 ul li:hover {
    text-decoration: underline;
}
.list_brends > li {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    margin: 10px 19px;
    text-align: center;
}
body {
    background: #F5F5F5;
}
.footer_left {
    overflow: hidden;
    float: left;
    /* width: 70%; */
}
.footer_icons {
    overflow: hidden;
    /* float: right; */

    float: left;
    margin: 0 0 0 10px;
}
.services-tbl {
    overflow: hidden;
}
/* .services-tbl  img {
	display: inline-block;
}
.services-tbl .srv-link {
	display: inline-block;
} */

.services-tbl .srv-wrap {
    width: 240px;
    text-align: center;
    display: inline-block;
}
.column_table {
    overflow: hidden;
}
.column_table .col-4 {
    display: block;
    float: left;
    width: 22%;
    font-size: 13px;
    color: #4C4D4E;
    padding: 0 12px;
}
.column_table .col-4 h3 {
    font-family: MyWebFont;
    font-size: 18px;
    font-weight: normal;
    color: #000;
    margin: 0px 0px 4px;
}
.column_table .col-4 a,
.column_table .col-4 a:hover {
    color: #4C4D4E;
    text-decoration: none;
}
.column_table .col-4 img {
    margin: 0px auto;
    display: block;
    padding: 0px 0px 20px 0px;
}
.largepage.no-menu {
    width: auto;
}
a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

a[href^=viber] {
    color: inherit;
    text-decoration: none;
}
a[href^=viber]:hover {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

.logo_top {
    display: block;
    background: url("../img/logo_white.png") no-repeat;
    width: 43px;
    height: 43px;
    float: left;
    margin: 5px 0px 0px 15px;
}
.serv_links_down {
    clear: both;
    overflow: hidden;
}
.serv_links_down b {
    float: right;
}
.serv_links_down b:first-child {
    float: left;
}
/* start 10_04_2015*/

.lg-view,
#header .lg-view,
#content.lg-view {
    width: 80%;
}
.lg-view .largepage {
    padding-left: 0px;
    width: 99%;
    margin-left: -250px;
}
.lg-view .largepage.no-menu {
    margin-left: 0px;
}
.lg-view .largepage .rt-content-inner {
    padding-left: 290px;
}
#bg_grey_list_wrap {
    width: 730px;
    margin: 0px auto 25px;
}
.largepage {
    font-size: 15px;
    line-height: 1.4;
}
.largepage .list-styled-1 {
    margin-left: 20px;
}
.largepage .list-styled-1 li {
    margin: 10px 0px;
}
.largepage .list-indent li {
    text-indent: -28px;
    margin: 10px 0px 10px 12px;
}
h2.main_title{
    text-align: left !important;
    text-transform: unset !important;
}
.largepage h1 ,.largepage h2{
    line-height: 1.1;
}
.largepage .rt-content-inner h3 {
    font-size: 18px;
}
.largepage .text-highlight-blue {
    color: #00467b;
    font-weight: bold;
    padding: 20px 0px;
}
.largepage .text-highlight-blue-2 {
    color: #00467b;
    font-weight: bold;
}
.bg_grey_list {
    background: url("../img/bg_grey_grad.jpg") no-repeat;
    /* width: 209px;
	height: 75px;
	padding: 10px; */

    width: 235px;
    height: 60px;
    padding: 15px 4px;
    float: left;
}
.bg_grey_list.list5 {
    padding: 11px 4px;
    height: 70px;
}
.bg_grey_list.list6 {
    padding: 6px 4px;
    height: 79px;
}
/*.bg_grey_list ul {
	list-style: disc;
}*/

#bg_grey_list_wrap {
    margin-bottom: 25px;
}
#bg_grey_list_wrap .bg_grey_list ul {
    background-image: url("../img/icons_apps.png");
    background-repeat: no-repeat;
    margin: 0px;
    font-size: 11px;
    height: 60px;
}
#bg_grey_list_wrap .list1 ul {
    background-position: 9px 0px;
    padding-left: 97px;
}
#bg_grey_list_wrap .list2 ul {
    background-position: 7px -173px;
    padding-left: 71px;
}
#bg_grey_list_wrap .list3 ul {
    background-position: 5px -371px;
    padding-left: 112px;
}
#bg_grey_list_wrap .list4 ul {
    background-position: 7px -85px;
    padding-left: 97px;
}
#bg_grey_list_wrap .list5 ul {
    background-position: 8px -266px;
    padding-left: 91px;
    height: 70px;
}
#bg_grey_list_wrap .list6 ul {
    background-position: 7px -454px;
    padding-left: 79px;
    height: 79px;
    padding-top: 8px;
}
.bg_grey_text {
    background: #dbdbdb;
    padding: 25px 15px;
    color: #565555;
    font-size: 16px;
    margin: 20px 0px;
    position: relative;
}
.bg_grey_text .grey_arr {
    display: block;
    position: absolute;
    top: 98%;
    left: 50%;
    margin-left: -25px;
}
.largepage .img-80 {
    width: 80%;
    display: block;
    margin: 0 auto;
}
.largepage .img-100-sm {
    display: block;
}
.largepage .list_works {
    list-style: disc;
    float: left;
    width: 50%;
    margin: 0px 0px 20px 0px;
}
.largepage .title_article {
    font-size: 22px;
    color: #00467C;
    font-style: italic;
    margin-bottom: 20px;
}
.largepage .acc-dropdown-text-list {
    margin-left: 50px;
}
.acc-dropdown-header.dropdown {
    background: url("../img/arr_dropdown.png") no-repeat scroll 100% 50% transparent;
    padding-right: 18px;
}
.acc-dropdown-header.dropdown.active {
    background: url("../img/arr_dropdown_up.png") no-repeat scroll 100% 50% transparent;
    padding-right: 18px;
}
.col-4-wrap,
.col-3-wrap,
.col-2-wrap {
    overflow: hidden;
}
.col-4-wrap .col-4 {
    padding: 20px 2%;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-left: -4px;
    text-align: center;
    width: 21%;
}
.col-4-wrap .col-4 img {
    display: block;
    margin: 0px auto 20px auto;
    max-width: 90%;
}
.col-3-wrap .col-3 {
    padding: 20px 2%;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-left: -4px;
    text-align: center;
    width: 29%;
}
.col-3-wrap .col-3.custom_image_gallery_item {
    padding: 7px 2%;
    margin-left: 0;
}
.col-3-wrap .col-3 img {
    display: block;
    margin: 0px auto 20px auto;
    max-width: 90%;
}
.col-3-wrap .col-3.custom_image_gallery_item img {
    margin: 0;
}
.col-2-wrap .col-2 {
    padding: 20px 2%;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-left: -4px;
    text-align: center;
    width: 46%;
}
#formComments .col-2-wrap .col-2{
    margin-left: 0;
}
#question_form_wide .col-2-wrap .col-2 {
    margin: unset;
    display: unset;
    text-align: unset;
    width: unset;
}

.price_table .col-2-wrap .col-2{
    width: 80%;
    text-align: left;
    padding: 5px 10px;
    font-size: 13px;
    /*border-bottom:dotted 1px #444;*/
}
.price_table .col-2-wrap .col-2:nth-child(2n){
    width: 20%;
}
.col-2-wrap .col-2 img {
    display: block;
    margin: 0px auto 20px auto;
    max-width: 90%;
}
.col-2-wrap.col-2-repair .col-2 {
    padding: 20px 2% 40px 2%;
}
.col-2-wrap.col-2-news,
.col-2-wrap.col-2-delivery {
    margin-left: 20px;
    margin-bottom: 25px;
}
.col-2-wrap.col-2-news .col-2,
.col-2-wrap.col-2-delivery .col-2 {
    text-align: left;
    vertical-align: middle;
    padding: 0px;
    width: auto;
    margin: 0px;
}
.col-2-wrap.col-2-news .col-2:first-child {
    width: 163px;
    height: 163px;
    margin-right: 20px;
}
.col-2-wrap.col-2-news .col-2:first-child img {
    max-width: 163px;
    max-height: 163px;
    width: 100%;
    height: 100%;
}
.col-2-wrap.col-2-news .col-2.col-2-lg {
    /*width: 100%;*/

    margin-right: -185px;
}
.col-2-wrap.col-2-news .col-2.col-2-lg .col-2-inner {
    padding-right: 185px;
}
.col-2-wrap .NewsTitle {
    font-size: 18px;
    font-style: italic;
}
.col-2-wrap.col-2-delivery .col-2:first-child {
    width: 180px;
    margin-right: 20px;
}
.col-2-wrap.col-2-delivery .col-2:first-child img {
    max-width: 180px;
    margin: 0px;
}
.col-2-wrap.col-2-delivery .col-2.col-2-lg {
    width: 100%;
    margin-right: -210px;
}
.col-2-wrap.col-2-delivery .col-2.col-2-lg .col-2-inner {
    padding-right: 210px;
}
.col-2-wrap.col-2-contacts {
    margin-bottom: 70px;
}
.col-2-wrap.col-2-contacts .col-2 {
    text-align: left;
}
.col-2-wrap.col-2-contacts .col-2 img {
    display: block;
    max-width: 100%;
    margin: 0px auto;
}
.col-2-wrap.col-2-contacts .col-2:first-child {
    width: 43%;
    padding: 0px 0px 0px 1%;
}
.col-2-wrap.col-2-contacts .col-2.col-2-lg {
    width: 55%;
    padding: 0px 0px 0px 1%;
}
.col-2-wrap.col-2-brands {
    border: 1px solid #8a8c8d;
}
.col-2-brands .col-2:first-child .col-2-inner {
    border-right: 1px solid #8a8c8d;
    border-left: 0px;
}
.col-2-brands .col-2 .col-2-inner {
    border-left: 1px solid #8a8c8d;
}
.col-2-wrap.col-2-brands .col-2 {
    padding: 0px;
    vertical-align: top;
    width: 50%;
    margin-right: -6px;
    margin-left: 0px;
}
.col-2-brands .col-3-wrap .col-3 {
    padding: 20px 1%;
    vertical-align: middle;
    width: 31%;
    font-size: 14px;
    text-align: left;
}
.col-2-brands .col-3-wrap .col-3 img {
    margin: 0 auto;
}
.col-2-brands .col-3-wrap .col-3 strong {
    font-size: 18px;
    text-align: center;
    display: block;
}
#formCourier,
#formComments,#formComments_wide1,#formComments_wide2 {
    width: 83%;
}
#formComments,#formComments_wide1,#formComments_wide2 {
    margin-left: 20px;
}
#formCourier .col-2-wrap .col-2{
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-left: -4px;
    width: 47%;
    padding: 0px 0px 0px 3%;
    text-align: right;
}
#comments_page_wide #formComments .col-2-wrap .col-2 {

    display: unset;
    width: unset;
    margin: unset;
    padding: unset;
}
#formComments .col-2-wrap .col-2{
    width: 48.5%;
}
/*#formComments .col-2-wrap .col-2:first-child {*/
/*padding: 0px 3% 0px 0px;*/
/*}*/
#formComments .col-2-wrap .col-2,#formComments_wide1 .col-2-wrap .col-2 ,#formComments_wide2 .col-2-wrap .col-2 {
    padding: 0px;
}
#formCourier .col-2-wrap .col-2 img,
#formComments .col-2-wrap .col-2 img,#formComments_wide1 .col-2-wrap .col-2 img,#formComments_wide2 .col-2-wrap .col-2 img,
#formComments .col-2-wrap .col-2 #captcha_img ,#formComments_wide1 .col-2-wrap .col-2 #captcha_img,
#formComments_wide2 .col-2-wrap .col-2 #captcha_img {
    display: inline-block;
    *display: inline;
    zoom: 1;
    max-width: none;
    vertical-align: middle;
    margin: 0px 10px 0px 0px;
}
#formCourier .col-2-wrap .col-2 .col-2-inner,#formComments_wide1 .col-2-wrap .col-2 .col-2-inner,
#formComments_wide2 .col-2-wrap .col-2 .col-2-inner{
    padding-right: 76px;
}
#formCourier .col-2-wrap .col-2 .long_input,
#formComments .col-2-wrap .col-2 .long_input,#formComments_wide1 .col-2-wrap .col-2 .long_input ,
#formComments_wide2 .col-2-wrap .col-2 .long_input {
    width: 100%;
    margin-right: -76px;
}

#formComments .col-2-wrap .col-2 .long_input,#formComments_wide1 .col-2-wrap .col-2 .long_input ,
#formComments_wide2 .col-2-wrap .col-2 .long_input {
    width: 100%;
    margin-right: 0;
}
#comments_page_wide #formComments .col-2-wrap .col-2 .long_input,#comments_page_wide #formComments_wide1 .col-2-wrap .col-2 .long_input,
#comments_page_wide #formComments_wide2 .col-2-wrap .col-2 .long_input{
    width: 100%;
    margin-right: unset;
}
#formCourier .label-styled,
#formComments .label-styled,#formComments_wide1 .label-styled,#formComments_wide2 .label-styled {
    font-size: 18px;
    color: #014163;
    font-weight: bold;
}
#formComments .label-styled,#formComments_wide1 .label-styled ,#formComments_wide2 .label-styled {
    margin-left: 10px;
}
/*#formCourier input[type="text"],*/


#formComments input[type="text"],#formComments_wide1 input[type="text"],#formComments_wide2 input[type="text"] {
    background: none repeat scroll 0% 0% rgb(255, 255, 255);
    border: 1px solid #99a9b5;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    border-radius: 3px;
}
@media screen and (max-width: 376px) {

    #phone{
        width: 135px !important;
        margin-right: 25px;
        float: right;
        margin-top: -7px;
    }
    div.flag-dropdown{
        display: inline;
    }
    /*.catalog_item .catalog_description{*/
        /*margin-left: 20px;*/
        /*margin-right: 20px;*/
    /*}*/

}
@media screen and (max-width: 500px) {

    .popup-content_lang {
        width: auto !important;

    }

}

#formComments input[type="text"].has-success,#formComments_wide1 input[type="text"].has-success,#formComments_wide2 input[type="text"].has-success{
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
#formComments input[type="text"].has-success:focus,#formComments_wide1 input[type="text"].has-success:focus,#formComments_wide2 input[type="text"].has-success:focus{
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.has-error .form-control{
    border-color: #a94442 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
#formComments .intl-tel-input,#formComments_wide1 .intl-tel-input,#formComments_wide2 .intl-tel-input{
    width: 100%;
    text-align: left;
    margin-right: -63px;
}
#formCourier .long_input,
#formComments .long_input,#formComments_wide1 .long_input,#formComments_wide2 .long_input {
    height: 30px;
}
#formCourier textarea,
#formComments textarea,#formComments_wide1 textarea,#formComments_wide2 textarea {
    width: 100%;
    background: none repeat scroll 0% 0% rgb(255, 255, 255);
    resize: none;
    border: 1px solid #99a9b5;
    padding: 4px;
    border-radius: 3px;
    /*margin-left: -6px;*/
}
#formCourier .form_textarea,
#formComments_wide1 .form_textarea {
    margin: 6px;
}

#formComments_wide1 .form_textarea {
    margin: 0 auto !important;
    display: block;
    text-align: center;
}
#formCourier .label-radio {
    margin: 0px 15px 0px 3px;
}
#formCourier .req_check {
    margin: 0px 0px 0px 15px;
}
#formCourier #captcha_img,
#formComments #captcha_img,#formComments_wide1 #captcha_img,#formComments_wide2 #captcha_img {
    border: 1px solid #99a9b5;
}
#formCourier .form_input_short label,
#formComments .form_input_short label,#formComments_wide1 .form_input_short label,#formComments_wide2 .form_input_short label {
    margin: 0px 5px 0px 30px;
}
#formCourier .form_input_short,
#formCourier #captcha_img,
#formCourier .blue-button,
#formComments .form_input_short,#formComments_wide1 .form_input_short,#formComments_wide2 .form_input_short,
#formComments #captcha_img,#formComments_wide1 #captcha_img,#formComments_wide2 #captcha_img,
#formComments .blue-button,#formComments_wide1 .blue-button,#formComments_wide2 .blue-button {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
    top: 0;
    margin-left: -4px;
}
#formCourier .form_input_short,
#formComments .form_input_short,#formComments_wide1 .form_input_short,#formComments_wide2 .form_input_short {
    margin-top: 20px
}
#formCourier .blue-button,
#formComments .blue-button,#formComments_wide1 .blue-button,#formComments_wide1 .blue-button {
    margin: 20px 0px 0px 30px;
}
#formComments .rate_table ,#formComments_wide1 .rate_table ,#formComments_wide2 .rate_table {
    width: 345px;
    /*padding: 10px 0px;*/

    background: url("../img/grad_blue1.jpg") repeat-x;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-sizing: content-box;
}
#formComments .rate_table b ,#formComments_wide1 .rate_table b,#formComments_wide2 .rate_table b{
    color: #fff;
    font-size: 16px;
}
#formComments .rate_table .col-2-wrap .col-2:first-child,#formComments_wide1 .rate_table .col-2-wrap .col-2:first-child,
#formComments_wide2 .rate_table .col-2-wrap .col-2:first-child{
    width: 215px;
}
#formComments .rate_table .col-2-wrap .col-2,#formComments_wide1 .rate_table .col-2-wrap .col-2,#formComments_wide2 .rate_table .col-2-wrap .col-2 {
    margin-left: 5px;
    margin-right: -18px;
    text-align: left;
    width: 130px;
    padding: 10px 0px;
}
#formComments .rate_table .star_rate,#formComments_wide1 .rate_table .star_rate,#formComments_wide2 .rate_table .star_rate {
    background-image: url("../img/star_rating.png");
    background-repeat: no-repeat;
    background-position: 0% -138px;
}
.rate_table input[type="radio"] {
    margin: 5px 4px;
    opacity: 0;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0);
}
#form_comment .comment-head,#form_comment_wide1 .comment-head,#form_comment_wide2 .comment-head
.grey-center.in-cart b {
    font-size: 18px;
    font-style: italic;
}
#form_comment .comment-head,#form_comment_wide1 .comment-head,#form_comment_wide2 .comment-head {
    padding: 15px 0px 10px 20px;
    margin: 0;
}
.col-2-warranty .col-2 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
}
/* end 10_04_2015*/
/* start 29_04_2015*/

.big-link a {
    color: #014163;
    font-weight: bold;
    font-style: italic;
}
a.back-link {
    color: #014163;
}
.col-2-wrap.col-2-news .col-2:first-child img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.left-content {
    position: relative;
    z-index: 5;
    margin-right: 30px;
}
/* color buttons 13_05_2015 */

.pp-variants-list {
    float: left;
    margin-right: 10px;
}
.pp-variants-i {
    display: block;
    float: left;
    white-space: nowrap;
    margin: 0px 5px 0.46154em 0px;
}
.pp-variants-i .btn-link {
    border-radius: 3px;
    display: block;
}
.pp-variants-i:not(.active) img {
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
}
.pp-variants-i:not(.active) a {
    -ms-filter:invert(50%);
    filter: invert(50%);
}
.btn-link-green {
    background: #4bbe3f;
    background: -webkit-linear-gradient(top, #79d670, #4bbe3f);
    background: -ms-linear-gradient(top, #79d670, #4bbe3f);
    background: -moz-linear-gradient(top, #79d670, #4bbe3f);
    background: linear-gradient('to bottom', #79d670, #4bbe3f);
    box-shadow: 3px 3px 7px 0 rgba(105, 206, 95, .5), inset 0 -3px 0 0 #3a9731;
}
.btn-link-green .btn-link-i {
    color: #fff;
    /*text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);*/
}
.btn-link-green .btn-link-i:link,
.btn-link-green .btn-link-i:visited {
    color: #fff;
}
.btn-link-green:hover {
    background: #1fc80d;
    background: -webkit-linear-gradient(top, #69f95b, #1fc80d);
    background: -ms-linear-gradient(top, #69f95b, #1fc80d);
    background: -moz-linear-gradient(top, #69f95b, #1fc80d);
    background: linear-gradient('to bottom', #69f95b, #1fc80d);
}
.btn-link-green:active {
    background: #29b11b;
    background: -webkit-linear-gradient(top, #62cf57, #29b11b);
    background: -ms-linear-gradient(top, #62cf57, #29b11b);
    background: -moz-linear-gradient(top, #62cf57, #29b11b);
    background: linear-gradient('to bottom', #62cf57, #29b11b);
    box-shadow: 3px 3px 7px 0 rgba(105, 206, 95, .5), inset 0 -1px 0 0 #3a9731;
    color: #a2e09d;
}
.btn-link-green:active.disabled {
    box-shadow: none;
    background: -webkit-linear-gradient(top, #79d670, #4bbe3f);
    background: -ms-linear-gradient(top, #79d670, #4bbe3f);
    background: -moz-linear-gradient(top, #79d670, #4bbe3f);
    background: linear-gradient('to bottom', #79d670, #4bbe3f);
}
.btn-link-green.disabled {
    background: -webkit-linear-gradient(top, #79d670, #4bbe3f);
    background: -ms-linear-gradient(top, #79d670, #4bbe3f);
    background: -moz-linear-gradient(top, #79d670, #4bbe3f);
    background: linear-gradient('to bottom', #79d670, #4bbe3f);
}

.btn-link-gray:hover .btn-link-i,
.promo-add-photo-hidden:hover + .promo-add-photo-button .btn-link-i {
    color: #3e77aa;
}
.btn-link-gray:hover .btn-link-i:link,
.promo-add-photo-hidden:hover + .promo-add-photo-button .btn-link-i:link,
.btn-link-gray:hover .btn-link-i:visited,
.promo-add-photo-hidden:hover + .promo-add-photo-button .btn-link-i:visited {
    color: #3e77aa;
}
.btn-link-gray:active,
.promo-add-photo-hidden:active + .promo-add-photo-button {
    background: #e6e6e6;
    background: -webkit-linear-gradient(top, #fbfbfb, #e6e6e6);
    background: -ms-linear-gradient(top, #fbfbfb, #e6e6e6);
    background: -moz-linear-gradient(top, #fbfbfb, #e6e6e6);
    background: linear-gradient('to bottom', #fbfbfb, #e6e6e6);
    box-shadow: 3px 3px 7px 0 rgba(200, 200, 200, .5), inset 0 -1px 0 0 #c1c1c1;
}
.btn-link-gray:active .btn-link-i,
.promo-add-photo-hidden:active + .promo-add-photo-button .btn-link-i {
    color: #9cf;
}
.btn-link-gray:active .btn-link-i:link,
.promo-add-photo-hidden:active + .promo-add-photo-button .btn-link-i:link,
.btn-link-gray:active .btn-link-i:visited,
.promo-add-photo-hidden:active + .promo-add-photo-button .btn-link-i:visited {
    color: #9cf;
}
.btn-link-gray:active.disabled,
.promo-add-photo-hidden:active + .promo-add-photo-button.disabled {
    box-shadow: none;
    background: -webkit-linear-gradient(top, #fff, #f1f1f1);
    background: -ms-linear-gradient(top, #fff, #f1f1f1);
    background: -moz-linear-gradient(top, #fff, #f1f1f1);
    background: linear-gradient('to bottom', #fff, #f1f1f1);
}
.btn-link-gray.disabled {
    background: -webkit-linear-gradient(top, #fff, #f1f1f1);
    background: -ms-linear-gradient(top, #fff, #f1f1f1);
    background: -moz-linear-gradient(top, #fff, #f1f1f1);
    background: linear-gradient('to bottom', #fff, #f1f1f1);
}
.btn-link-blue {
    background: #3f78ab;
    background: -webkit-linear-gradient(top, #578ebf, #3f78ab);
    background: -ms-linear-gradient(top, #578ebf, #3f78ab);
    background: -moz-linear-gradient(top, #578ebf, #3f78ab);
    background: linear-gradient('to bottom', #578ebf, #3f78ab);
    box-shadow: 3px 3px 7px 0 rgba(64, 121, 171, .5), inset 0 -3px 0 0 #326089;
}
.btn-link-blue .btn-link-i {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
}
.btn-link-blue .btn-link-i:link,
.btn-link-blue .btn-link-i:visited {
    color: #fff;
}
.btn-link-blue:hover {
    background: #2083dc;
    background: -webkit-linear-gradient(top, #4faafa, #2083dc);
    background: -ms-linear-gradient(top, #4faafa, #2083dc);
    background: -moz-linear-gradient(top, #4faafa, #2083dc);
    background: linear-gradient('to bottom', #4faafa, #2083dc);
    box-shadow: 3px 3px 7px 0 rgba(64, 121, 171, .5), inset 0 -3px 0 0 #1a6ab0;
}
.btn-link-blue:hover .btn-link-i:link,
.btn-link-blue:hover .btn-link-i:visited {
    color: #fff;
}
.btn-link-blue:hover.disabled {
    box-shadow: none;
    background: -webkit-linear-gradient(top, #578ebf, #3f78ab);
    background: -ms-linear-gradient(top, #578ebf, #3f78ab);
    background: -moz-linear-gradient(top, #578ebf, #3f78ab);
    background: linear-gradient('to bottom', #578ebf, #3f78ab);
}
.btn-link-blue:active {
    background: #3e77aa;
    background: -webkit-linear-gradient(top, #588ebf, #3e77aa);
    background: -ms-linear-gradient(top, #588ebf, #3e77aa);
    background: -moz-linear-gradient(top, #588ebf, #3e77aa);
    background: linear-gradient('to bottom', #588ebf, #3e77aa);
    box-shadow: 3px 3px 7px 0 rgba(64, 121, 171, .5), inset 0 -1px 0 0 #326089;
    color: #a6c2db;
}
.btn-link-blue:active .btn-link-i:link,
.btn-link-blue:active .btn-link-i:visited {
    color: #3e77aa;
}
.btn-link-blue.disabled {
    background: -webkit-linear-gradient(top, #578ebf, #3f78ab);
    background: -ms-linear-gradient(top, #578ebf, #3f78ab);
    background: -moz-linear-gradient(top, #578ebf, #3f78ab);
    background: linear-gradient('to bottom', #578ebf, #3f78ab);
}
.btn-link-orange,
.btn-link-lightorange {
    background: #f07f00;
    background: -webkit-linear-gradient(top, #ffaa16, #f07f00);
    background: -ms-linear-gradient(top, #ffaa16, #f07f00);
    background: -moz-linear-gradient(top, #ffaa16, #f07f00);
    background: linear-gradient('to bottom', #ffaa16, #f07f00);
    box-shadow: 3px 3px 7px 0 rgba(240, 127, 0, .5), inset 0 -3px 0 0 #c06600;
}
.btn-link-orange .btn-link-i,
.btn-link-lightorange .btn-link-i {
    color: #fff;
    /*text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);*/
}
.btn-link-orange .btn-link-i:link,
.btn-link-lightorange .btn-link-i:link,
.btn-link-orange .btn-link-i:visited,
.btn-link-lightorange .btn-link-i:visited {
    color: #fff;
}
.btn-link-orange:hover,
.btn-link-lightorange:hover {
    background: #ff8a00;
    background: -webkit-linear-gradient(top, #ffc600, #ff8a00);
    background: -ms-linear-gradient(top, #ffc600, #ff8a00);
    background: -moz-linear-gradient(top, #ffc600, #ff8a00);
    background: linear-gradient('to bottom', #ffc600, #ff8a00);
    box-shadow: 3px 3px 7px 0 rgba(255, 138, 0, .5), inset 0 -3px 0 0 #cc6f00;
}
.btn-link-orange:hover .btn-link-i:link,
.btn-link-lightorange:hover .btn-link-i:link,
.btn-link-orange:hover .btn-link-i:visited,
.btn-link-lightorange:hover .btn-link-i:visited {
    color: #fff;
}
.btn-link-orange:active,
.btn-link-lightorange:active {
    background: #f18101;
    background: -webkit-linear-gradient(top, #fca715, #f18101);
    background: -ms-linear-gradient(top, #fca715, #f18101);
    background: -moz-linear-gradient(top, #fca715, #f18101);
    background: linear-gradient('to bottom', #fca715, #f18101);
    box-shadow: 3px 3px 7px 0 rgba(241, 129, 1, .5), inset 0 -1px 0 0 #a74b00;
    color: #fac7a3;
}
.btn-link-orange:active .btn-link-i,
.btn-link-lightorange:active .btn-link-i {
    color: #fac7a3;
}
.btn-link-orange:active .btn-link-i:link,
.btn-link-lightorange:active .btn-link-i:link,
.btn-link-orange:active .btn-link-i:visited,
.btn-link-lightorange:active .btn-link-i:visited {
    color: #fac7a3;
}
.btn-link-orange.disabled,
.btn-link-lightorange.disabled {
    background: #ec942e;
    background: -webkit-linear-gradient(top, #ffbc50, #ec942e);
    background: -ms-linear-gradient(top, #ffbc50, #ec942e);
    background: -moz-linear-gradient(top, #ffbc50, #ec942e);
    background: linear-gradient('to bottom', #ffbc50, #ec942e);
    box-shadow: none;
}
.btn-link-orange.disabled .btn-link-i,
.btn-link-lightorange.disabled .btn-link-i {
    color: #fbd7b1;
}
.btn-link-orange.disabled .btn-link-i:link,
.btn-link-lightorange.disabled .btn-link-i:link,
.btn-link-orange.disabled .btn-link-i:visited,
.btn-link-lightorange.disabled .btn-link-i:visited {
    color: #fbd7b1;
}
.btn-link-white {
    background: #fff;
    border: 1px solid #e9e9e4;
    background: -webkit-linear-gradient(top, #fff, #f2f2f2);
    background: -ms-linear-gradient(top, #fff, #f2f2f2);
    background: -moz-linear-gradient(top, #fff, #f2f2f2);
    background: linear-gradient('to bottom', #fff, #f2f2f2);
    box-shadow: 3px 3px 7px 0 rgba(200, 200, 200, .5), inset 0 -3px 0 0 #c1c1c1;
}
.btn-link-white .btn-link-i:link,
.btn-link-white .btn-link-i:visited {
    color: #333;
}
.btn-link-white:hover {
    background: #faf8e1;
    background: -webkit-linear-gradient(top, #fff, #faf8e1);
    background: -ms-linear-gradient(top, #fff, #faf8e1);
    background: -moz-linear-gradient(top, #fff, #faf8e1);
    background: linear-gradient('to bottom', #fff, #faf8e1);
}
.btn-link-white:active {
    background: #e6e6e6;
    background: -webkit-linear-gradient(top, #fbfbfb, #e6e6e6);
    background: -ms-linear-gradient(top, #fbfbfb, #e6e6e6);
    background: -moz-linear-gradient(top, #fbfbfb, #e6e6e6);
    background: linear-gradient('to bottom', #fbfbfb, #e6e6e6);
    box-shadow: 3px 3px 7px 0 rgba(200, 200, 200, .5), inset 0 -1px 0 0 #c1c1c1;
}
.btn-link-white:active.disabled {
    box-shadow: none;
    background: -webkit-linear-gradient(top, #fff, #f2f2f2);
    background: -ms-linear-gradient(top, #fff, #f2f2f2);
    background: -moz-linear-gradient(top, #fff, #f2f2f2);
    background: linear-gradient('to bottom', #fff, #f2f2f2);
}
.btn-link-white.disabled {
    background: -webkit-linear-gradient(top, #fff, #f2f2f2);
    background: -ms-linear-gradient(top, #fff, #f2f2f2);
    background: -moz-linear-gradient(top, #fff, #f2f2f2);
    background: linear-gradient('to bottom', #fff, #f2f2f2);
}
/*.btn-link {*/
/*background-clip: padding-box;*/
/*border: 0px none;*/
/*cursor: pointer;*/
/*display: inline-block;*/
/*position: relative;*/
/*vertical-align: middle;*/
/*outline: 0em none;*/
/*border-radius: 3px;*/
/*margin-bottom: 2px;*/
/*}*/
.pp-variants-i {
    white-space: nowrap;
}
.pp-variants-i.active .btn-link-i {
    color: #FFF;
    cursor: default;
    /*padding-top: 0.2em;*/
    /*padding-bottom: 0.3em;*/
}
/*.pp-variants-i .btn-link-i {*/
/*font-size: 0.9em;*/
/*color: #333;*/
/*padding: 0.2em 0.3em 0.3em;*/
/*}*/
/*.btn-link-i {*/
/*background: none repeat scroll 0% 0% transparent;*/
/*border: 0px none;*/
/*color: #333;*/
/*cursor: pointer;*/
/*display: inline-block;*/
/*position: relative;*/
/*z-index: 1;*/
/*outline: medium none;*/
/*text-align: center;*/
/*text-decoration: none;*/
/*white-space: nowrap;*/
/*}*/
.pp-variants-i .btn-link-i:link,
.pp-variants-i .btn-link-i:visited {
    /*color: #333; */
}
.pp-variants-i.active .btn-link {
    margin-top: 2px;
    background-color: #1c7bd3;
    color: #fff;
    box-shadow: 5px 5px 3px 0px rgba(0, 0, 0, 0.1) inset;
}
.xhr:link,
.xhr:visited {
    color: #3E77AA;
}
.xhr {
    text-decoration: none;
    border-bottom: 1px dotted;
}
/*.btn-link {*/
/*background-clip: padding-box;*/
/*border: 0;*/
/*cursor: pointer;*/
/*display: inline-block;*/
/*position: relative;*/
/*vertical-align: middle;*/
/*outline: 0em;*/
/*border-radius: 3px;*/
/*margin-bottom: 2px;*/
/*}*/
.btn-link:active {
    margin-top: 2px;
    margin-bottom: 0;
    /* фикс нажатия на кнопки в Опере и ИЕ */
    /*&:after {
		display: block;
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		right: 0;
		z-index: 2;

	}*/
}
.view-tile-list {
    width: 65px;
    float: left;
    margin-top: 7px;
    margin-right: 15px;
}

.btn-link-gray:hover .btn-link-i,
.promo-add-photo-hidden:hover + .promo-add-photo-button .btn-link-i {
    color: #fb3f4c;
}


.g-list-btn-link:active,
.g-tile-btn-link:active {
    box-shadow: 3px 3px 7px 0 rgba(200, 200, 200, .5), inset 0 -1px 0 0 #c1c1c1;
}

/*.g-list-btn-link:hover .g-list-btn-link-icon {*/
/*background-position: 0 -3517px;*/
/*width: 19px;*/
/*height: 14px;*/
/*}*/
.g-list-btn-link:active .g-list-btn-link-icon {
    background-position: 0 -3517px;
    width: 19px;
    height: 14px;
}

.g-list-btn-link.active .g-list-btn-link-icon {
    background-position: 0 -3565px;
    width: 19px;
    height: 14px;
}


.g-tile-btn-link:hover .g-tile-btn-link-icon {
    background-position: 0 -4431px;
    width: 14px;
    height: 15px;
}
.g-tile-btn-link:active .g-tile-btn-link-icon {
    background-position: 0 -4431px;
    width: 14px;
    height: 15px;
}
.g-tile-btn-link-icon {
    /*  background-position: 0 -4482px; */

    background-position: 0 -4448px;
    width: 14px;
    height: 15px;
}
.g-tile-btn-link.active .g-tile-btn-link-icon ,.g-list-btn-link .g-list-btn-link-icon{
    width: 20px;
    height: 20px;
    margin-top: 8.5px;
    margin-right: 10px;
}
a.btn-link-i {
    text-decoration: none;
}
.btn-link-gray .btn-link-i:link,
.btn-link-gray .btn-link-i:visited {
    color: #3E77AA;
}
.g-tile-btn-link.active .btn-link-i,
.g-tile-btn-link.active .sprite,
.g-list-btn-link.active .btn-link-i,
.g-list-btn-link.active .sprite {
    cursor: default;
}
.comment_answer .comment-item {
    margin-left: 107px;
    margin-right: 57px;
}
.comment_answer .comment-item p {
    background: #d7d7d7;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 20px;
    margin-left: 10px;
    float: left;
    width: 100%;
}
.comment_answer .comment-item img {
    margin-left: -57px;
    /* display: inline-block;
		vertical-align: top; */

    float: left;
    margin-top: 10px;
    width: 56px;
}
.catalog_main_first .block a {
    text-decoration: none;
    color: #000;
}
.catalog_main_first .block a:hover {
    text-decoration: underline;
}
.detail_title {
    margin-top: 10px;
    font-family: inherit;
    font-style: italic;
    font-weight: bold;
    color: #00467C;
}
.lg-view .right-content {
    padding-left: 0px;
    width: 100%;
    margin-left: -250px;
}
.lg-view .right-content .rt-content-inner {
    padding-left: 290px;
}
.comment_form h4,.comment_form_wide h4  {
    font-family: inherit;
    font-size: 18px;
    font-weight: bold;
    color: #00467c;
    font-style: italic;
    margin-left: 20px;
}
.review_clients {
    margin-top: 50px;
}
.review_clients h4 {
    font-family: inherit;
    font-size: 20px;
    font-weight: bold;
    color: #494949;
    font-style: italic;
}
.recommend-wrap .block_for_image img {
    /*border: 1px solid #00aeef;*/
    max-height: 150px;
    max-width: 150px;
    padding: 0px;
}
.recommend-wrap .block_for_image a {
    display: block;
    margin: 0px 2px;
}
.recommend-wrap {
    margin-left: 0;
    display: flex !important;
    flex-wrap: wrap!important;
    width: 100%;
    justify-content: space-between;
}
.recommend-wrap .block_for_image {
    width: 100%;
}

.close_search {
    position: absolute;
    right: calc(100% - 60% + 10px);
    top: 9px;
    width: 16px;
}

.close_search img {
    width: 100%;
}


.recommend-wrap .recommend-item {
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 20%;
    max-width: 25%;
    margin:15px;
}
.recommend-wrap h3 {
    color: #00467C;
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    margin-left: 5%;
}
.deatil_catalog_item {
    /*margin: 30px;*/
    background: white;
    border-radius: 3px;
}
.lg-view-detail .deatil_catalog_item{
    padding: 20px;
}

.deatil_catalog_item .catalog_image {
    width: 30%;
}
.deatil_catalog_item .catalog_image .catalog_image_inner {
    margin-right: 40px;
}
.deatil_catalog_item .catalog_image a {
    /*display: block;*/
}
.deatil_catalog_item .catalog_image img {
    /*border: 1px solid #00aeef;*/
    padding: 0px;
}
.deatil_catalog_item .catalog_image .catalog_detail_image_big {
    width: 100%;
}
.deatil_catalog_item .catalog_description {
    width: 70%;
}
.deatil_catalog_item .price_wrap1 {
    /*float: left;*/
    /*margin-right: 30px*/
    width: 100%;
}
.deatil_catalog_item .price_wrap2 {
    /*float: right;*/
    /*float: left;*/
    position: relative;
    width:100%;

}
.deatil_catalog_item .catalog_price {
    float: none;
    width: 100%;
}
.deatil_catalog_item .price_title {
    font-size: 17px;
    font-style: normal;
    text-align: left;
    line-height: 1;
}
.deatil_catalog_links_block a {
    color: #0588d1;
    margin-right: 12px;
}
.deatil_catalog_comment_form #formComments,.deatil_catalog_comment_form #formComments_wide1,
.deatil_catalog_comment_form #formComments_wide2{
    width: 90%;
}
.deatil_catalog_comment_form #formComments .blue-button,.deatil_catalog_comment_form #formComments_wide1 .blue-button ,
.deatil_catalog_comment_form #formComments_wide2 .blue-button {
    margin: 0px;
    float: right;
    background: #7cd36b;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: normal;
    /*z-index: 5;*/
}


@media (min-width: 750px) {
    .catalogMainHeader_grey-left
    {
        display: none;
    }
    .deatil_catalog_item .catalog_image .catalog_image_inner {
        display: flex;
        justify-content: center;
        align-items: center;
        width: auto;
        height: 250px;
        overflow: hidden;
    }
    .deatil_catalog_item .catalog_image .catalog_detail_image_big {
        width: auto;
        max-width: 100%;
        max-height: 250px;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center
    }
    .deatil_catalog_item .detail-zoom-link{
        top: 108px;
        left: -30px;
    }
    .deatil_catalog_item .catalog_image .detail-zoom-img{
        height: 25px;
        width: 25px;
        float: right;

        position: relative;
        top: -30px;
        left: -13%;
    }

    .deatil_catalog_item .gallery-custom-mobile-container{
        display: none;
    }

    /*.catalog-no-items-msg{*/
        /*visibility: hidden;*/
    /*}*/
    .pagepath{
        display: flex;
        align-items: center;
    }
    .pagepath .arrow-left-detail-back{
        position: relative!important;
        top:0px!important;
    }

    /*.display_option_l #content.content_cat .catalog_item_custom {*/
    /*    margin-top:90px;*/
    /*}*/


}

.comments_page .comment-inner ,.comments_page_wide .comment-inner {
    /*margin-right: 220px;*/

    display: flex;
}
.comments_page .comment-head,.comments_page_wide .comment-head {
    color: #494949;
    font-size: 16px;
    float: left;
    /*text-align: right;*/
    /*width: 185px;*/

    font-style: italic;
    display: inline-block;
}
.comments_page .comment-head span,.comments_page_wide .comment-head span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    /*width: 170px;*/

    display: inline-block;
    vertical-align: top;
}
.comments_page .comment-item ,.comments_page_wide .comment-item {
    float: left;
    width: 246px;
    margin-left: 3px;
    /*margin-right: -220px;*/
}
/* FAQ */

.catalog_link {
    position: absolute;
    margin-top: 20px;
    color: #0588D1;
}
#result_srch_faq {
    background-color: #fff;
    border: 1px solid #cacaca;
    border-radius: 6px;
    padding: 10px;
    display: none;
}
#result_srch_faq .item {
    border-bottom: 1px solid #cacaca;
    padding: 6px 0px 6px 3px;
}
#result_srch_faq .item p {
    margin: 0;
}
#result_srch_faq .item:hover {
    background-color: #a3cff1;
    border-radius: 5px;
    cursor: pointer;
}
.recommend-title {
    width: 100%;
    text-align: center;
    float: left;
    margin-bottom: 20px;
}
.deatil_catalog_item .price_title_wrap {
    display: inline-block;
    *display: inline;
    *zoom: 1
}
/*.deatil_catalog_item .retail_price {
    margin-right: 27px;
}*/

.deatil_catalog_links_block {
    margin-bottom: 20px;
}
/*.deatil_catalog_links_block .back-link {
    margin-left: 12px;
}*/
#content.lg-view.lg-view-detail {
    width: 88%;
    margin: 0px 0px 0px auto;
}
.rt-content-col-1 {
    float: left;
    width: 70%;
}
.rt-content-col-2 {
    float: left;
    width: 100%;
    /*background: url("../img/rt_col2.png") no-repeat 10px 0px;*/
}
.rt-content-col-2-inner {
    padding: 0px 40px;
}
.rt-content-col-2 .deatil_catalog_links_block a {
    color: #0588D1;
    height: 32px;
    display: inline-block;
    /*background-image: url("../img/icons_d.png");*/
    /*background-repeat: no-repeat;*/
    /*padding-left: 42px;*/
    margin-bottom: 10px;
}
.rt-content-col-2 .deatil_catalog_links_block .delivery-info {
    background-position: 0px 0px;
}
.rt-content-col-2 .deatil_catalog_links_block .work-table {
    background-position: 0px -43px;
}
.rt-content-col-2 .deatil_catalog_links_block .contacts-detail {
    background-position: 0px -85px;
}
.rt-content-col-2 .deatil_catalog_links_block .terms {
    background-position: 0px -130px;
}
.rt-content-col-2 #formComments .col-2-wrap .col-2 {
    width: 100%;
}
.rt-content-col-2 #formComments .col-2-wrap .col-2:first-child {
    padding: 0px;
}
.rt-content-col-2 .deatil_catalog_comment_form #formComments {
    width: 100%;
    margin-left: 0px;
}
.rt-content-col-2 #formComments .label-styled {
    margin-left: 0px;
    margin-top: 20px;
    display: block;
}
.rt-content-col-2 #formComments .col-2-wrap .col-2 img,#comments_page_wide #formComments_wide1 .col-2-wrap .col-2 img ,
#comments_page_wide #formComments_wide2 .col-2-wrap .col-2 img {
    width: 33px;
    max-height: 42px;
}

/*.rt-content-col-2 #formComments .col-2-wrap .col-2 .long_input {*/
/*margin-right: -63px;*/
/*}*/
.rt-content-col-2 #formComments .col-2-wrap .col-2 .col-2-inner {
    /*padding-right: 63px;*/
    margin-bottom: 10px;
}
.rt-content-col-2 .review_clients,
.rt-content-col-2 .review_clients h4,
.rt-content-col-2 .comments_page .comment-head {
    /*color: #ccc;*/
}
.block-main-1,
.block-main-2 {} .block-main-col-1,
                 .block-main-col-2 {
                     width: 50%;
                     float: left;
                 }
.block-main-1 {
    margin-top: 20px;
}
.block-main-2 {
    margin-top: 100px;
    margin-bottom: 20px;
}
.block-main-col-2{
    position: relative;
    width: 130px;
    float: left;
    height: 35px;
    top: -48px;
    left: unset;
    margin-left: 15px;
}
.block-main-1 p {
    font-size: 13px;
}
.block-main-1 h3 {
    font-size: 22px;
    margin-bottom: 12px;
}
.block-main-col-inner .label-popup {
    color: #000;
    width: 50%;
    display: inline-block;
    /* margin: 35px 25px; */

    vertical-align: top;
    margin: 35px -4px;
    position: relative;
    text-decoration: none;
}
.block-main-col-inner .label-popup-inner .block-services {
    position: absolute;
    background: #e5ebef;
    border: 0px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    z-index: 10;
    top: 0px;
    left: 10px;
    width: 99%;
    height: 0px;
    -webkit-transform: scale(0.0);
    -ms-transform: scale(0.0);
    transform: scale(0.0);
}
.block-main-col-inner .label-popup-inner:hover .block-services .block-services-inner {
    display: none;
    padding: 30px 20px;
}
.block-main-col-inner .label-popup-inner:hover .block-services .block-services-inner {
    display: block;
}
.block-main-col-inner .label-popup-inner:hover .block-services {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    height: auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 2px solid #0b5287;
}
.block-main-1 .block-services ul {
    width: 50%;
    float: left;
}
.block-main-1 .block-services.list-col-3 ul {
    width: 33%;
}
.block-main-1 .block-services ul li {
    padding: 0px 10px 0px 20px;
    margin: 0px 0px 5px;
    background: transparent url("../img/services_list_bg.png") no-repeat scroll left 4px;
    font-family: MyWebFont;
    font-size: 16px;
    color: #000;
    font-size: 14px;
    line-height: 1.3;
}
.label-popup:last-child .block-services {
    display: none;
}
.block-main-col-inner img {
    width: 80%;
}
.block-main-col-inner .block-main-col-1 {
    width: 30%;
    float: left;
    text-align: center;
}
.block-main-col-inner .block-main-col-2 {
    width: 70%;
    float: left;
}
.services-1 {
    margin: 0px 18px;
}
.services-1 h3 {
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    color: #000;
}
.services-1 ul {
    max-width: 440px;
    float: left;
    margin: 30px 35px 10px 35px;
}
.services-1 ul li {
    padding: 0px 0px 0px 20px;
    margin: 0px 0px 5px;
    background: transparent url("../img/services_list_bg.png") no-repeat scroll left 7px;
    font-family: MyWebFont;
    font-size: 16px;
    color: #000;
}
.map-1 {
    margin: 0px 18px;
    border: 1px solid #0e8ad2;
    overflow: hidden;
}
.news-1 {
    padding: 0px 50px;
    /* background: transparent url("../img/news_line.jpg") no-repeat scroll 0% 0%; */

    background: transparent url("../img/news_line2.jpg") no-repeat scroll 0% 0%;
    min-height: 490px;
}
.news-1 h3 {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
}
.news-1 .item_news {
    margin: 20px 0px;
    /*height: 150px;*/

    height: 100%;
    color: #212121;
}
.news-1 img {
    float: left;
    padding-right: 10px;
    width: 150px;
    height: 100px;
}
.news-1 .item_news a {
    color: #000;
    font-size: 16px;
    text-decoration: none;
}
.news-1 .item_news .date {
    font-size: 16px;
    color: #167ac4;
    margin-top: 5px;
}
.news-1 .item_news .title {
    font-weight: bold;
    margin-top: 15px;
    color: #010101;
}
.news-1 .item_news .news-body {
    clear: both;
    padding: 10px 0;
}
.news-1 .item_news .news-body a {
    color: #167ac4;
    text-decoration: underline;
    float: right;
    font-weight: bold;
}
.news-1 .all-news {
    margin: 0px;
}
.news-1 .all-news a {
    text-decoration: underline;
    color: #167ac4;
    font-style: normal;
}
.block-main-3 .comments-1 {
    padding: 0px 50px;
    min-width: 300px;
}
.comment-block {
    background: #F1F1F1;
    height: 180px;
    padding: 20px;
    margin-top: 20px;
}
.comment-block .comment-block-col-1 {
    float: left;
    width: 25%;
    height: 100%;
    color: #2C303C;
    position: relative;
}
.comment-block .comment-body {
    font-family: Roboto;
    width: 90%;
}
.comment-block .comment-bottom {
    /*position: absolute;*/
    bottom: 0;
}
.comment-block .star_rate {
    margin: 10px 0;
}
.comment-block .comment-name,
.comment-block .date {
    color: #8A8A8A;
    font-size: 18px;
    font-style: italic;
}
.block-main-3 a.all-comments {
    float: right;
    margin: 20px 0;
    color: #167ac4;
}
.block-main-3 p a {
    color: inherit;
    text-decoration: none;
}
#wishlist .catalog_item {
    padding: 0px 150px;
}
#wishlist .catalog_image {
    width: 150px;
    margin-left: -150px;
}
#wishlist .wishlist-description {
    width: 100%;
    padding-right: 150px;
}
#wishlist .catalog_price {
    width: 150px;
    margin-left: -150px;
}
.wishlist-line {
    max-width: none;
    width: 100%;
}
.header_phone {
    margin: 8px 1% 0px 1%;
}
.repair,
.request,
.the_courier,
.registration {
    text-decoration: none;
    margin: 9px 1% 0px 0px;
}
.favorite_top,
.waitlist_top {
    margin: 15px 1% 0px 0px;
}
#header .menu_wrap {
    width: 88%
}
.menu_wrap #main_menu > li {
    width: 14%;
    /*text-align: right;*/
    text-align: center;
    margin: 0px;
    margin-top: 3px;
    padding: 0px;
}
.menu_wrap #main_menu > li:nth-child(3) {
    width: 23%;
}
.menu_wrap #main_menu > li:nth-child(4) {
    width: 21%;
}
#comment_options {
    /*position: absolute; */

    right: 0px;
    top: 0px;
}
.tovar_description_text {
    margin-bottom: 10px;
}
#price_title_border {
    /*border: 1px solid #00aeef;*/
    width: 255px;
    border-radius: 5px;
    padding: 5px;

}
.detail_availability{
    position: relative;
    float: right;
    margin-right: 120px;

}
.detail_page.num_of_items{
    position: relative;
    width: 160px;
}
.first_retail_price{
    position: relative;
    top: -20px;
    left: -88px;
}
.price_title2{
    position: relative;
    top: -20px;
    left: 10px;
}
.deatil_catalog_item .old-price{
    position: relative;
    left: -10px;
}
.contact_phones {
    text-align: center;
    font-size: 14px;
    /*padding-top: 10px;*/

    background: #d2d2d2;
    color: #414141;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
}
.contact_phones .table-responsive {
    width: 80%;
    margin: 0 auto;
}
.contact_phones .table {
    width: 80%;
    margin: 0 auto 0;
    border-spacing: 0;
    padding-bottom: 5px;
}
.contact_phones .table tbody {
    vertical-align: top;
}
/*.contact_phones .table #second_th{
    text-align: right;
}*/

.contact_phones .table #second_th img {
    margin-bottom: -9px;
    margin-right: 10px;
}
.contact_phones .table td {
    text-align: left;
    /*width: 130px;*/
}
.footer_time {
    float: left;
    margin: 30px;
    font-family: MyWebFont;
    font-size: 14px;
    color: #000000;
}
#footer_phones_mobile {
    display: none;
}
.code_input {
    width: 60px;
    background: none;
    border: 1px solid #AEAEAE;
    height: 22px;
    border-radius: 3px;
}
/* start new mobile filters*/

.dropdown-toggle {
    display: none;
}
#active-filters,
#available-filters {
    display: none;
}
/*.left-menu-list li[id*=brand] span {*/
/*    display: none;*/
/*}*/
.fa-2x {
    font-size: 1.1em !important;
}
.type_style {
    margin: 5px;
    font-weight: 600;
    margin-left: 0;
    font-size: 14px;
    font-style: italic;
}
.mobile-icon-new,
.mobile-icon-sale,
.mobile-icon-top {
    display: none;
}

.link-toggle .toggle-left {
    width: 49%;
    float: left;
    background-color: #cdcdcd;
    color: #2069BF !important;
    font-size: 12px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
}
.link-toggle .toggle-right {
    width: 50%;
    float: right;
    background-color: #cdcdcd;
    color: #2069BF !important;
    font-size: 12px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}
.drop-down-sorting a,.drop-down-view a,#wrap-menu.wrap-menu-mobile #active-filters a,
.wrap-menu-mobile .categories-link a{
    color:gray;
    text-decoration: none;
    display: block;
    margin: 10px;
    font-size: 20px;
    font-family: roboto;
}
.link-toggle a, .link-toggle div a{
    color: #2069BF;
    text-decoration: none;
}
a.left-link-wrap-link-selected ,.drop-down-sorting a.selected,.drop-down-view a.active{
    color: #2069BF;
}

a.left-link-wrap-a.left-link-wrap-link-selected {
    color: #2069BF;
}

.link-toggle .toggle-selected {
    color: white !important;
    background-color: #2069BF;
}
.link-toggle .toggle-selected div a,
.link-toggle .toggle-selected a {
    color: #fff;
    text-decoration: none;
}
.link-toggle .toggle-divider {
    width: 50%;
    float: left;
    border-left: 1px solid #fff;
}
/*  live update block */

#update-live-search {
    z-index: 55;
    background-color: #ffffff;
    border: 1px solid #ccc;
    margin-top: 10px;
    border-radius: 5px;
    display: none;
    position: absolute;

    max-height: 500px;
    overflow-y: scroll;
}
#update-live-search li {
    overflow: hidden;
    padding: 5px 0px;
    display: block;
    width: 100%;
    height: 100%;
    border-top: 1px solid #ccc;
}
#update-live-search li:hover {
    background-color: #f1f1f1;
}
#update-live-search li:last-child {
    background-color: #0e80c3;
    color: #e2e0e1;
    text-align: center;
    height: 30px;
    border-top: 1px solid #ccc;
    line-height: 30px;
}
#update-live-search li:last-child a {
    color: #e2e0e1;
    text-decoration: none;
}
#update-live-search li:last-child a:hover {
    color: #000000;
    text-decoration: underline;
}
#update-live-search li img {
    float: left;
    height: 72px;
    margin-left: 20px;
    border: 1px solid #ccc;
    border-radius: 2px;
}
#update-live-search li div {
    float: right;
}
#update-live-search .live_div_item {
    width: 75%;
    padding-left: 5px;
}
#update-live-search .live_div_cat {
    width: 95%;
    /*padding-left: 5px;*/
}
#update-live-search a {
    color: #000000;
}
#update-live-search span {
    display: block;
    margin-top: 3px;
}
#update-live-search .live__title {
    font-family: "Trebuchet MS", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    margin-top: 2px;
    font-size: 14px;
    margin-right: 10px;
}
#update-live-search .live__title_cat {
    font-size: 18px;
    font-weight: bold;
}
#update-live-search .live__availability {
    font-size: 12px;
    /*color:#4BBE3F;*/

    font-weight: bold;
}
#update-live-search .live__price {
    font-size: 13px;
    color: #0e80c3;
    font-weight: bold;
}
#update-live-search .live__count_cat {
    color: #757575;
}
#update-live-search .live__no_result {
    text-align: center;
    font-size: 14px;
    height: 40px;
    margin-top: 10px;
    color: #535353;
}
.search-form form {
    position: relative;
}
.search-form #live-search {
    float: left;
    margin-right: 20px;
    width: 60%;
    height: 32px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding-left: 5px;
}
.search-form .search_button {
    height: 32px;
}
iframe[name*="google_conversion_frame"] {
    display: none;
}
.payments {
    height: 30px;
    border: 1px dashed #cecece;
    padding: 3px 7px 3px 7px;
    margin: 10px 0;
    text-align: center;
}
#pay_cod_now,
#pay_cod_now_input {
    display: none;
}
#pay_cod_now_input {
    margin-left: 20px;
}
#TypePay {
    width: 210px;
    margin: -15px 20px 0px 0px;
    float: right;
    display: none;
}
.payment_text {
    font-size: 12px;
    font-style: italic;
    color: red;
    position: absolute;
    margin: 15px 0;
    width: 460px;
}
.prepayment_shadow {
    border: 3px solid #57AF05;
    transition-property: border;
    transition-duration: 1s;
    transition-delay: 0s, 1s;
    transition-timing-function: cubic-bezier(0.1, 0.8, 0.5, 2), linear;
}
#forgot-password {
    color: #147ec0;
    font-size: 0.96em;
}

@media (min-width: 1280px) {
    #forgot-password {
        color: #147ec0;
        font-size: 0.96em;
        margin-left: 50px;
    }
}

/* forgot-password styles*/
.container-device .choose_device{
    list-style: none;
    margin: 0;
    padding: 0;
}

.choose_device li{
    color: #AAAAAA;
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: 50px;
}

.choose_device li input[type=radio]{
    position: absolute;
    visibility: hidden;
}

.choose_device li label{
    display: block;
    position: relative;
    font-weight: 300;
    padding: 25px 25px 25px 80px;
    margin: 3px auto;
    height: 30px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
}

.choose_device li:hover label{
    color: #2ca14b;
}

.choose_device li .check{
    display: block;
    position: absolute;
    border: 5px solid #AAAAAA;
    border-radius: 100%;
    height: 15px;
    width: 15px;
    top: 30px;
    left: 20px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}

.choose_device li:hover .check {
    border: 5px solid #2ca14b;
}

.choose_device li .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 5px;
    width: 5px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}
/* end forgot-password styles*/


/*#model_group,*/

#order_number,
#order-list,
#order_serv_number {
    display: none;
}
#model_group,
#order_number {
    width: 94.5%;
    margin-bottom: 35px;
}
#order-list {
    margin-bottom: 35px;
}
.hover-class {
    background: #1980EC;
    color: #fff !important;
}
#cour {
    width: 163px;
    text-align: center;
}
#prodStatusValueStringDiscounted {
    color: #573728;
    font-weight: bold;
    text-align: center;
    margin: 20px;
    text-transform: uppercase;
}


/* begin showcase banner styles */

.showcase{
    /*width: 1000px;*/
    display: none;
    margin: auto;
    margin-left: 20px !important;
}

.showcase .catalog_item{
    margin-top: 30px !important;
    width: 240px !important;
    margin-left: 15px !important;
    float: left !important;
    width: 260px !important;
    height: 370px !important;
    padding: 0px 10px 10px !important;
    position: relative !important;
}

.showcase .catalog_item .catalog_item_custom:hover{
    width: 270px;
    /* height: 370px; */
    position: absolute;
    z-index: 100;
    left: -10px;
    right: -10px;
    top: -30px;
    padding-left: 10px;
    padding-top: 30px;
    padding-right: 10px;
    background-color: #F5F5F5;
    border: 1px solid #186FB1;
    border-radius: 3px;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.4);
}

.showcase .catalog_image{
    float: none;
    margin: auto;
}

.showcase .catalog_description{
    width: auto !important;
    margin: 10px 0;
}

.showcase .catalog_title,.showcase .catalog_title_mobile{
    max-height: 110px;
    overflow: hidden;
}

.showcase .catalog_description #availability.catalog_text,.showcase .batery_availability,.showcase .catalog_text{
    display: block !important;
}

.showcase .catalog_price{
    width: 260px !important;
    float: left !important;
    text-align: left !important;
}

.showcase .price_wrap1 div{
    text-align:left;
}

.catalog_item .price_wrap2 a.one_click_buy{
    display: none;
}
.catalog_item .price_wrap2 a{
    margin-right: 0;
}
.catalog_item .price_wrap2 a img{
    vertical-align: middle;
    /*margin-right: 10px;*/
}
.buy,.order,.display_option_g .buy_catalog{
    background: #0866d5;
}
.catalog_item .price_wrap2 a.buy_detail.in_cart_detail{
    background: transparent;
    color: #808080;
    border: 1px solid #808080;
    box-shadow: none;
}
.catalog_item .price_wrap2 a{
    display: inline-block;
    width: 280px;
    height: 43px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    margin-top: 10px;
    margin-right: 10px;
    border-radius: 4px;
    /*box-shadow: 0px 4px 8px rgba(7, 17, 27, 0.3);*/

    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    /*float: left;*/
}
.display_option_g .catalog_item .price_wrap2 a{
    margin-bottom: 2%!important;
}
.catalog_item .price_wrap2 a{
    margin-right: 0;
}
.order-in-cart{
    background: transparent;
    color: #808080;
    border: 1px solid #808080;
    box-shadow: none;
}
.display_option_l .catalog_price{
    position: relative;
    display: block;
    float: right;
    bottom: 33px;
}

.display_option_l #content.content_cat .catalog_item_custom {
    height: 200px;
    background-color: white;
    padding: 15px;
    overflow: hidden;
    margin-bottom: 25px;
    border-radius: 5px;
}


.display_option_l .price_wrap2{
    position: relative;
    display: block;
    clear: both;
    top: -160px;
    float: right;
}
@media (min-width: 766px) {
    .menu-partially-hidden1,
    .menu-partially-hidden2,
    .menu-partially-hidden3 {
        display: none;
    }
}
.menu-partially-hidden1:nth-child(-n+20),.menu-partially-hidden2:nth-child(-n+41),.menu-partially-hidden3:nth-child(-n+20){
    display: block;
}

.menu-partially-hidden-show{
    margin-top: 0;
    cursor: pointer;
    border-radius: 3px;
    font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    text-align: left;
    height: 40px;
    font-size: 14px;
    color: rgb(0,105,207);
}

.dropbtn{

}
.dropdown-content{
    display: none;
}

.dropdown-content:focus{
    display: block;
}
.show {display: block;}
.arrow-img,.arrow-img-black{
    margin-right: 5px;
    margin-top: 16px;
    filter: invert(50%);
}

.arrow-img-rotated{
    transform: rotate(180deg);
}

.order-in-cart-text{
    color:gray;
}


.price_wrap1{
    width: 100%;
    margin-bottom: 25px;
    clear: both;
    margin-top: 17px;
}

.display_option_g .price_wrap1{
    margin-top: unset;
}

.display_option_l .price_wrap1{
    top: -210px;
    position: relative;
}
.waitlist-img{
    float: left;
    position: relative;
}
.child-container-center{
    text-align: center;
}

.buy_one_click_text,.catalog_cart_text,
.cart-text,.waitlist-text,
.order-in-cart-text {
    margin-left: 10px;
}
.buy_one_click_img,.buy_one_click_text,.catalog_cart_text,.catalog_cart_icon{
    vertical-align: middle;
}
.catalog_text.item_code{
    height: 35px;
    top: 15px;
    color: #0866d5;
    font-weight: 800;
}
.display_option_l .catalog_text.item_code{
    margin-bottom: 80px;
}

.display_option_l .catalog_text.item_code{
    position: relative;
}

.display_option_l #availability{
    position: relative;
    display: block;
    float: left;
    clear: both;
    margin-top: 19px;
}
.display_option_l #availability,.display_option_l .num_of_items{
    position: relative;
    top: -190px;
}

.catalog_title,.catalog_title_mobile{
    height: 48px;
}
#formComments .success_phone,#formComments_wide2 .success_wide_phone,#formComments_wide2 .error_wide_phone,
#formComments .error_phone{
    margin:unset;
    width: 100%;
    margin-bottom: 15px;
}
.tovar_num{
    height: 30px;
    width: 70px;
    border-radius: 3px;
    text-align: center;
}
.img-delete{
    float: left;
    margin-right: 3px;
}
.img-arrow-dropdown{
    float: right;
    margin-top: 6px;
    margin-right: 10px;

}
.order-value-container{
    display: flex;
}
.sort-options-text{
    height: 20px;
    margin-top: 5px;
    display: block;
}

/*input::-webkit-outer-spin-button,*/
/*input::-webkit-inner-spin-button {*/
/*!* display: none; <- Crashes Chrome on hover *!*/
/*-webkit-appearance: none;*/
/*margin: 0; !* <-- Apparently some margin are still there even though it's hidden *!*/
/*}*/

.cls-1{
    fill: #939393;
    fill-rule: evenodd;
}
span.g-tile-btn-link.active .cls-1{
    fill: #0866d5;
    fill-rule: evenodd;
}
.cls-2{
    fill: #939393;
    fill-rule: evenodd;
}
span.g-list-btn-link.active .cls-2{
    fill: #0866d5;
    fill-rule: evenodd;
}
.det-links-block-img{
    height: 50px;
    width: 50px;
    float: left;
    margin-right: 35px;
}
.info-block{
    position: relative;
    width: 320px;
    display: inline-block;
    margin-bottom: 30px;
}
.outer-img-block{
    display: flex;
    justify-content: center;
    align-items: center;

    height: 40px;
    width: 40px;
    background-image: radial-gradient( #048fd1, #1b6cc3);
    border-radius: 3px;
    position: relative;
    top: -50px;
    left: -10px;
}
/*.question-img{*/
/*padding: 7px;*/
/*}*/
.title-we-recommend{
    text-align: center;
}
.recommed-title {
    height: auto;
    background-color: white;
}
.waitlist-text{
    position: relative;
    top:-7px;
}
.in-waitlist, .in-waitlist-detail {
    pointer-events: none;
}
.in-waitlist-text{
    position: relative;
    top:unset;
}
.price-in-center{
    text-align: center!important;
    float: unset;
}
.display_option_l .price-in-center{
    float: right;
    display: block;
    clear: both;
}
.display_option_l .hide-retail-price-title{
    display: none;
}

.display_option_l .price_wrap2_margin{
    margin-top: 6px!important;
}
.catalog-drop-down{
    pointer-events: none;
    height: 50px;
    background-color: white;
    display: none;
}
.catalog-drop-down.catalog-drop-down-active{
    pointer-events: all;
}
.catalog-drop-down-text{
    font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    margin-top: 15px;
    margin-left: 10px;
    color: #0c73db;
}
.catalog-drop-down-arr,.per-page-options-arr{
    float: left;
    margin-top: 5px;
    margin-left: 10px;
}
.catalog-drop-down-img{
    height: 20px;
    width: 20px;
    margin-top: 15px;
    margin-left: 10px;
    margin-right: 10px;
}
.catalog-drop-down-images{
    margin-left: auto;
    margin-right: 0;
    display: block;
    width: 100px;
}

.drop-down-main-menu,.drop-down-available-product,.drop-down-sorting,.drop-down-view{
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 102px;
    left: 0;

    background-color: #e9e9e9;
    overflow-y: hidden;
    transition: 0.5s;
}

.per-page-opt-block-is-open{
    display: block;
}
.per-page-options-arr{
    float: right;
}
body.no-scrolling{
    position: fixed;
    overflow: hidden;
    width: 100%;
}
.drop-down-block{
    height: 0px;
}
.drop-down-block-is-open{
    height: 100%;
}
.dropdown-click-block{
    float: left;
    height: 20px;
    margin-top: 15px;
}

.tab-arrow-drop {
    content: "";
    display: none;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #e6e6e6;
    /*rgb(0,111,228);*/
    margin: 0px;

}
.tab-arrow-drop1{
    margin-left: 10px;
}
.tab-arrow-drop2{
    margin-left: 55px;
}
.tab-arrow-drop3{
    margin-left: 100px;
}
.tab-arrow-drop-show{
    display: block;
}
.per-page-number,.per-page-options-arr{
    display: none;
}

img.btn-refinement-mobile-img{
    display: none;
    border: 0;
    height: 10px;
    width: 10px;
    float: right;
    margin-top: 7px;
}

.categories-link{
    display: none;
    position: relative;
    margin-left: 10px;
    margin-top: 10px;
}
.categories-link a{
    height: 20px;
}
.left-menu-title.left-menu-title-hide{
    display: none;
}
.catalog_title_mobile{
    display: none;
}



.action-new-top-block{
    position: relative;
    float: left;
    margin-right: 25px;
    margin-top: 6px;
    height: 28px;
}





.cart-msg-basket-container,.cart-msg-mouthpiece-container{
    width: 40px;
    height: 40px;
    border-radius: 3px;
    background-image: radial-gradient( #048fd1, #1b6cc3);
    padding: 5px;
    position: absolute;
    top: -20px;
}
.cart-msg-basket-container img,.cart-msg-mouthpiece-container img{
    height: 30px;
    width: 30px;
}
.cart-msg-mouthpiece-container{
    display: none;
}
.cart-msg-type-waitlist .cart-msg-mouthpiece-container{
    display: block;
}
#cart-message-title{
    color: #3985e8;
    margin-bottom: 5px;
    font-size: 1.5em;
}
.cart-msg-arrow-left-container{
    float: left;
    position: relative;
    left: 20px;
}
.cart-msg-arrow-right-container{
    float: right;
    position: relative;
    right: 20px;
}


.cart-message-title-container{
    text-align: center;
}

.delete-filter-link.types-tree-link{
    float:left;
    margin-right: 5px;
}
.in-waitlist-text{
    color:gray;
}
.in-waitlist{
    border: 1px solid gray;
    cursor: unset;
}
.in-waitlist-img{
    top:unset;
}
.waitlist .submitOne,.waitlist .loadingOne ,.waitlist .checkOne{
    display: none;
}

.waitlist.activeOne .loadingOne{
    display: block;
}

.catalog_item_custom .waitlist.activeOne .loadingOne{
    display: flex;
    width: 100%;
    justify-content: center;
    margin: unset;
    position: relative;

}
.display_option_l .order-btn-pos{
    top:unset;
}
.AddToWaitlistForm .confirm_pass{
    box-shadow: unset;
}
.buy-with-install-block .wrap-btn{
    margin:unset;
}

.sharewrap-menu-block .a2a_svg.a2a_s__default{
    border-radius: 0;
}
.pp-variants-change-img,.comment,#note_waitlist{
    display: none;
}
.pp-variants-i:nth-child(1) .pp-variants-change-img{
    display: block;
    margin-left: 15px;
    margin-right: 15px;
}
.quality-one-item .pp-variants-change-img,.quality-one-item .pp-variants-i:nth-child(1) .pp-variants-change-img,
.hide-elem-class{
    display: none;
}

.quality-img{
    margin-right: 10px;
}
.lg-view-detail .rt-content-col-1{
    width: 75%;
}

#cartMessage{
    display: flex;
    flex-direction: column;
    height: auto;
}

#cartMessage.waitlist-not-added .cart-message-close-link{
    display: block;
    margin-top: 5px;
}
.AddToWaitlistForm #pass ,
.AddToWaitlistForm p.confirm_pass,
.AddToWaitlistForm a.confirm_pass,
.AddToWaitlistForm input.search_button{
    display: block;
    margin: 20px auto!important;
}


.display_option_g .catalog_item_custom .waitlist-text,.catalog_item_custom .cart-text,.display_option_g .order-in-cart-text{
    font-size: 15px;
    display: block;
    line-height: 13px;
}

.display_option_g .catalog_item_custom .price_wrap2{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.display_option_g .catalog_item .price_wrap2 a{
    width: 46%;
    margin-left: 20px!important;
    margin-right: 20px!important;
}
.display_option_g .catalog_item .item-not-available .price_wrap2 a{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}
.display_option_g .catalog_item_custom .waitlist-text{
    top:unset;
}
.display_option_g .catalog_item_custom .order{
    display: flex;
    align-items: center;
}
.display_option_g .price_title{
    display: none;
}
.display_option_g .catalog_item .price_wrap2 a.buy_catalog{
    width: 100%;
}
.display_option_g .catalog_item .item-not-available .price_wrap2 a{
    width: 46%;
    margin-left: 2%!important;
    margin-right: 2%!important;
}
.display_option_g .catalog_item .item-available .price_wrap2 a{
    width: 100%;

}
.catalog_item.item-not-available  .buy_detail.buy_catalog {
    display: none!important;
}
.display_option_g .catalog_item_custom .catalog_cart_text1-pd{
    padding-left: 4px;
}
.display_option_g .catalog_item_custom .fix_good-pd{
    padding-left: 5px;
}
.display_option_g #content.content_cat.blocks .label-img{
    height: 22px;
    width: 65px!important;
    left: 5px!important;
}
.display_option_g .num_of_items-block,.lg-view-detail .num_of_items-block{
    display: flex;
    align-items: center;
    width: 160px;
}
.display_option_l .num_of_items-block{
    display: flex;
    align-items: center;
    width: 160px;
    margin-top: 19px;
}
.display_option_g .num_of_items-block .tovar_num,.lg-view-detail .num_of_items-block .tovar_num{
    height: 40px;
    width: 100px;
    border-radius: 20px;
    color: black;
}
.display_option_l .num_of_items-block .tovar_num{
    height: 40px;
    width: 100px;
    border-radius: 20px;
    color: black;
}
.num_of_items-block .minus{
    position: relative;
    left: 35px;
}
.num_of_items-block .plus{
    position: relative;
    right: 35px;
}
.display_option_g .catalog_item_custom .num_of_items,.lg-view-detail .catalog_item_custom .num_of_items{
    display: flex;
    justify-content: center;
}
.display_option_l .catalog_item_custom .num_of_items{
    display: flex;
    justify-content: center;
}
.display_option_g .catalog_item_custom .price_wrap1{
    margin-bottom: 5px;
}
.display_option_g .catalog_item_custom .num_of_items{
    margin-top: 10px;
}
/*.display_option_g .catalog_item_custom .num_of_items-block .tovar_num{*/
/*padding-left: 10px;*/
/*}*/

.display_option_g .catalog_item_custom.catalog-item-hovered{
    z-index: 20!important;
    box-shadow: 4px 8px 8px rgba(7, 17, 27, 0.3);
}

.display_option_g .catalog_item_custom .price-in-center{
    width: 100%;
    float: right;
    margin-right: unset;
}
.cart-msg-container-type-2{
    margin-bottom:20px;
    margin-right:20px;
    font-size:14px;
    color:#000000;
}
.lg-view-detail .catalog-det-articul{
    margin-bottom: 10px;
}

/*.display_option_g .catalog_item_custom.item-available .waitlist{*/
/*display: none;*/
/*}*/

.display_option_l .availability-and-num-items{
    display: inline-flex;
    float: right;
    clear: both;
    flex-direction: row-reverse;
}
.display_option_l .availability-and-num-items #availability{
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.display_option_l .catalog_item_custom .num_of_items{
    width: 150px;
}
.display_option_l .catalog_item .price_wrap2 a{
    margin-top: unset;
}
.display_option_l .catalog_text.item_code{
    overflow: hidden;
}
.display_option_l #content.content_cat .label-img {
    height: 20px;
}
.display_option_l .catalog_description .catalog_title {
    height: 48px;
    overflow: hidden;
}

.display_option_l .catalog_item .price_wrap2 a{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    margin-bottom: 5px;
}
.display_option_l .catalog_item .price_wrap2 a.one_click_buy{
    display: none;
}
.display_option_l  .catalog_item .price_wrap2{
    display: flex;
    flex-direction: column;
}
.display_option_l .catalog_item .order{
    top:unset;
}
.display_option_l .catalog_item .price_title_your{
    float: right;
}
.display_option_l .catalog_item .current_price,
.display_option_l .catalog_item .no_price{
    margin-right: unset;
}
.display_option_l .catalog_item .waitlist-text{
    top:unset;
}
.display_option_l .waitlist-megaphone-img-container{
    display: none;
}
.display_option_l .add_waitlist_form_class .outer-img-block{
    position: absolute;
    top: -20px;
    left: 10px;
}
.display_option_l .add_waitlist_form_class #captcha_img{
    display: inline-block;
    width: 90px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: top left;
    border: 1px solid #99a9b5;
    margin-top: 7px;
    vertical-align: bottom;
}
.display_option_l .add_waitlist_form_class input:not(.waitlist_delete), .display_option_l .add_waitlist_form_class textarea{
    height: 30px;
    margin-left: 1%;
    margin-right: 1%;
    width: 32%;
    margin-top: 20px;
}
.display_option_l .catalog_item .add-to-waitlist-form-main-inputs{
    display: flex;
}
.display_option_l .add_waitlist_form_class input.search_button, .display_option_l .add_waitlist_form_class input.submit_button111{
    height: 40px;
}
.display_option_l .add_waitlist_form_class .add-to-waitlist-form-submit{
    display: flex;
    justify-content: center;
}
.left-link-wrap.sale-new-top-pages{
    display: none;
}

.display_option_l .catalog_item .catalog_cart_text1,
.display_option_g .catalog_item .catalog_cart_text1,
.display_option_l .catalog_item .fix_good{
    margin-left: 25px;
}
.search-title {
    font-size: 20px;
    margin-top: 1em;
    margin-bottom: 1em;
}

@media (max-width: 765px) {
    .search-title {
        margin-top: 0;
        position: relative;
        bottom: 1.5em;
        margin-bottom: -1em;
    }
}
.AddToWaitlistForm .error_phone,.AddToWaitlistForm .success_phone{
    float: right!important;
    margin-right: 35px;
    clear: both;
}
.AddToWaitlistForm .success_phone {
    /*display: block;*/
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    float: none !important;
}
.AddToWaitlistForm .captcha-container{
    clear: both;
}































.showcase .buy{
    margin-left: auto;
    margin-top: -23% !important;
}
.showcase .one_click_buy{
    margin-left: auto;
    position: inherit;
}


.banner-slide{
    height: 350px;
}


/* end showcase banner styles */

.confirm_pass{
    display: none;
}

/* start one-click-form*/

.add_waitlist_form_class,
.add_one_click_form_class{
    right:0px;
    padding:10px;
    position: fixed;
    display: none;
    z-index: 100000;
    width: 600px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    margin-left: -300px;
    height: auto;
    background-color: #fff;
    border-radius: 12px;
    border:1px solid silver;
    text-align: center;
}

.display_option_g .add_waitlist_form_class,
.display_option_g .add_one_click_form_class{

    padding:10px;
    position: absolute;
    width: 185px;
    border: 1px solid #000;
    text-align: left;
    height: 100%;
    left: unset;
    margin: unset;
    right: unset;
    top: unset;
}


.show-elem-class{
    display: block;
}
.display_option_g .add_waitlist_form_class.show-elem-class{
    display: flex;
}
.display_option_g .add_waitlist_form_class{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 260px;
    height: 510px;
    z-index: 5;
    border-radius: unset;
    border:unset;
}
.display_option_g .add_waitlist_form_class input:not(.waitlist_delete){
    height: 30px;
    margin-top: 20px;
    -webkit-appearance: none;
}
.display_option_g .add_waitlist_form_class #captcha_img {
    display: inline-block;
    width: 90px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: top left;
    border: 1px solid #99a9b5;
    margin-top: 20px;
    vertical-align: bottom;
}
.display_option_g .add_waitlist_form_class .waitlist-megaphone-img-container{
    margin-bottom: 15px;
}

.display_option_g .add_waitlist_form_class .outer-img-block{
    display: none;
}
.display_option_g .add_waitlist_form_class .captcha-container{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.display_option_g .catalog_description .catalog_title_mobile,
.display_option_g .catalog_description .catalog_title,
.display_option_g .catalog_description .catalog_title_back {
    word-break: break-word;
}




.add_waitlist_form_class input:not(.waitlist_delete),.add_waitlist_form_class textarea{
    width: 100%;
    border: 1px solid #99a9b5;
    background: unset!important;
    text-align: center;
}
.add_waitlist_form_class input.search_button,.add_waitlist_form_class input.submit_button111{
    background-color: #0866d5!important;
    border-radius: 4px;
}
.arrow-left-detail-back{
    color: black!important;
    margin-right: 20px;
    text-decoration: none;
}


li.mob-list{
    line-height: 35px;
    margin-left: 10px;
    margin-right: 10px;
}
a.separate-link{
    background-color: #3d495c;
    clear: both;
    display: block;
}
li.separate-link{
    margin-left: 0px;
    margin-right: 0px;
}
.line-height-sm{
    line-height: 35px;
}
.font-italic{
    font-style: italic;
}




/*a[href='forgot-password.htm'],a[href="/catalog-cart.htm"]{


}*/

.fix_link{
    width: auto !important;
}

@media screen and (max-width: 1024px) {
    .fix_view{
        left: -170%;
    }
    .faq_btn_new{
        position: unset!important;
        margin-right: 5%;
        float: right;
    }
    .body_repairs #content.lg-view{
        display: flex;
        justify-content: center;
        min-height: 700px;
    }
    .display_option_g #content.content_cat.blocks .catalog_item_custom{
        margin-top:120px;
    }


}


@media screen and (max-width: 1024px) and (min-width: 750px) {
    .order-value-container{
        display: flex;
        flex-direction: row;
        float: right;
        margin-top: 5px;
    }

}




.add_waitlist_form_class .search_button,
.add_one_click_form_class .search_button{
    height: 32px;
}

.waitlist_title,
.one_click_title{
    font-weight:bold;
    font-size:16px;
}

.waitlist_title{
    font-size: 18px;
    color:gray;
}

.waitlist_delete,
.one_click_delete,
.cart-msg-close {
    display: block;
    background: url(../img/closeBlue.svg) no-repeat left top;
    cursor: pointer;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 11px;
    top: 10px;
}

.add_one_click_form_class .email_input {
    background: url(../img/input-bg.png) no-repeat left top;
    height: 24px;
    width: 170px;
    border: 0;
    padding-left: 4px;
    padding-right: 4px;

}

#comment_one_click,#note_waitlist{
    background: url(../img/input-bg_x2.png) no-repeat left top;
    height: 48px;
    resize: none;
}

.add_one_click_form_class #captcha_img{
    display:inline-block;
    width:90px;
    height:21px;
    background-repeat:no-repeat;
    background-position:top left;
    border:1px solid #000000;
    margin-top:7px;
    vertical-align: bottom;
}
/*end one-click-form*/

.addressHouse{
    float:left;
    padding-right:0;
    width:80px;
    /*    border: 1px #ccc solid !important;*/

    /*display:none;*/
}

.addressFlat{
    float:left;
    padding-right:0;
    width:90px;
    margin-left:12px;
    /*border: 1px #ccc solid !important;*/
    /*display:none;*/
}


/* service offer */

.order-form{
    width: 65%;
    float:left;
}
.service-block .total{
    position: relative;
    float:right;
}

.order-form .form-control,
.order-form .select2{
    margin-bottom: 7px;
}

.order-form .select2{
    width: 100% !important;
}

#available-services,
#available-details,
.auth-block,
.del-block,
.pay-block{
    display: none;
}

.service-hr,
.hr-replace{
    background-color: #165486;
    height: 1px;
    margin-top: 0;
    margin-bottom: 20px;
}

.btn-next{
    float:right;
    margin-bottom: 20px;
}
.device-block,
.auth-block,
.del-block,
.pay-block{
    margin-top: 20px;
}

.fa-pencil-square-o{
    display: none;
    float:right;
    color: #fff;
}
.edit-btn:hover{
    color: #fb3f4c;
}
.order-form .shipping-link{
    color: #000;
    text-decoration: none;
}
.order-form .shipping-link:hover{
    border: 1px solid #000;
    padding: 3px 7px 3px 7px;
}

.order-form .addressHouse,
.order-form .addressFlat{
    width: 155px;
    margin-left: 0;
}

#auth-span,
#device-span,
#del-span,
#pay-span,
#total-span{
    background: #0e80c3;
    color: #fff;
    font-weight: bold;
}

.auth-block .row{
    margin-right:0;
}
.user_tabs{
    text-align: center;
    height: 30px;
}
.user_tabs .tabs{
    float: left;
}
.user_tabs span{
    vertical-align: -webkit-baseline-middle;
    text-decoration: underline;
    font-weight: bold;
    margin: 0 5px;
    cursor: pointer;
}
.soc_tab{
    float: right;
    margin: 0 auto;
    width: 50%;
}
.soc_tab span{
    text-decoration: none;
    font-weight:normal;
}
.active_tab_user{
    padding: 5px;
    background: #0e80c3;
    color: #fff;
    border-radius: 3px;
    text-decoration: none !important;
    -webkit-transition: top 1s ease-out 0.5s;
    -moz-transition: top 1s ease-out 0.5s;
    -o-transition: top 1s ease-out 0.5s;
    transition: top 1s ease-out 0.5s;
}
.auth-form,.regi_form{
    margin-top: 7px;
    width: 50%;
    text-align: center;
    float: left;
}

.auth-form{
    display: none;
}

.social_form{
    width: 45%;
    text-align: center;
    float: right;
    margin-top: 25px;
}

.social_form img{
    margin: 20px;
}

.social_form p{
    color: #9E9E9E;
}

.del-block .block_for_delivery{
    width: 33%;
}

.pay-block .payment-container{
    width: 27%;
    margin: 20px;
    height: 150px;
}




/* autoformat phone */

.success_phone,.success_wide_phone{
    display: none;
    float: left;
    /*margin-left: 70px;*/
    margin-top: -20px;
    font-size: 13px;
    font-weight: bold;
    color: green;
}

.basket_form .success_phone{
    margin-top: unset;
    margin-left: 70px;
}

#login .success_phone {
    margin-top: 0px;
    margin-left: 70px;
}
.error_phone,.error_wide_phone,
#existPhone{
    display: none;
    float: left;
    margin-left: 70px;
    font-size: 13px;
    font-weight: bold;
    color: red;
}

.error_wide_phone {
    margin-left: 0px;
    margin-top: -20px;
}

/* new shipping styles*/
.OfficeShipping .image_container{
    float: left;
    margin: 0 10px;
    width: 45px;
}
.OfficeShippingInfo{
    float: right;
    margin: 0 10px;
    width: 55%;
    text-align: justify;
    color: #9E9E9E;
}

.ShippingRadio,
.paymentContainer input{
    width: inherit !important;
    height: inherit !important;
    position: inherit !important;
    margin: 0 10px !important;
}

.OfficeShipping label{
    font-weight: normal;
}

.OfficeShippingSelect,
.AdressShippingSelect{
    display: none;
    width: 100%;
    text-align: left;
    padding: 10px;

}

.ShippingCity,
.ShippingOffice{
    width:200px;
    margin: 7px;
}

.ShippingOffice{
    display: none;
    margin: 0 10px;
    width:250px;
}

.OfficeShippingSelect .combo-select{
    width: 250px;
    display: inline-block;
}


/*.AdressShippingStreet,
#ofiicesList3
{
    display: none;
}*/

.addressIndx{
    margin-left:12px;
    width: 98px !important;
    padding: 5px;
}

.AdressShippingSelect .addressHouse,
.AdressShippingSelect .addressFlat{
    float: none;
    width: 98px ;
    height: 34px;
    padding: 5px !important;
    display: inline-block;
}

#change_reciever_name{
    float:left;
    cursor: pointer;
    text-decoration: underline;
    color:#0e80c3;
}
.reciever_info{
    display: none;
    float: left;
    width: 40%;
}
.reciever_info_text{
    display: none;
    float: right;
    width: 55%;
    height: 150px;
}
.reciever_info_text span{
    margin-top: 25px;
    display: block;
    text-align: left;
}

.paymentContainer{
    margin: 20px 0 10px 20px;
}

.paymentContainer .image_container{
    width: 55px;
}
.paymentContainer label{
    font-weight: normal;
}

.comment-prapayment-block .long_textarea{
    width: 100%;
    height: 92px;
    padding: 4px;
    resize: none;
    border: 1px dashed #cecece;
    background: #fff;
}
#shipping_error,
#payment_error,
#user_exist_error{
    color:red;
    text-align: left;
}

#user_exist_error{
    display: block;
    margin: 0 auto 20px auto;
}

#brands_own,
#models_own,
#volume_own1,
#volume_own2,
#categories_own,
.OfficeShippingInfo
{
    display: none;
}
#brand_select_return,
#model_select_return
{
    display: none;
    margin: 0 0 0 7px;
    color: #0e80c3;
    border-bottom: 1px dashed #0e80c3;
    width: 200px;
    cursor: pointer;
}



/*available details styles*/
.thumb-details{
    width: 50px;
}

.thumb-details:hover
{
    transform: scale(3, 3);
    position: ABSOLUTE;
    border: 1px solid #dddddd;
}
/*available details styles*/

.combo-error{
    border-color: #a94442 !important;
}

/*.a2a_button_viber{*/
    /*display: none;*/
/*}*/

.social_form a img:hover{
    opacity: 0.6;
}

.device-block .form-group,
.device-block .form-control,
.regi_form .form-group{
    margin-bottom: 7px;
}

#delivery_shipping_note1,
#delivery_shipping_note2,
#delivery_shipping_note5{
    width: 250px !important;
    padding: 4px;
    resize: none;
    background: #fff;
    /*margin: -16px 0 10px 0 !important;*/
    padding: 6px 12px;
}

.back-link{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;

    color: #333 !important;
    background-color: #fff;
    text-decoration: none;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);

    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);
    background-image: -o-linear-gradient(top,#fff 0,#e0e0e0 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#e0e0e0));
    background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
    background-repeat: repeat-x;
    border-color: #ccc;
}

.back-link:hover{
    background-color: #e0e0e0;
    background-position: 0 -15px;
}

.buy-with-install-block{
    /*display:none;*/
    visibility: visible;
    opacity: 1;
    webkit-transition: opacity 600ms, visibility 600ms;
    transition: opacity 600ms, visibility 600ms;

    position: fixed;
    z-index: 10000;
    width: 500px;
    height: auto;
    top: 50%;
    left: 50%;
    margin-top: -140px;
    margin-left: -200px;
    background-color: #ffffff;
    padding: 5px;
    border: 1px solid #cecece;
}

.buy-with-install-block .title{
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin: 30px;
}
.buy-with-install-block span{
    text-decoration: underline;
    float: right;
    cursor: pointer;
    font-size: 12px;
    color: #797d86;
    font-weight: bold;
}
.wrap-btn{
    width: 100%;
    margin: 0 auto 30px auto;
    text-align: center;
}
.btn-chs{
    color: #1c7bd3;
    text-decoration: none;
    border: 2px solid #1c7bd3;
    padding: 10px;
    margin: 0 10px;
    /*font-weight:bold;*/
    transition: background-color 0.3s, color 0.3s;
}
.btn-install{
    color: #4BBE3F;
    border: 2px solid #4BBE3F;
    display: inline-block;
}
.btn-chs:hover{
    color: #fff;
    background: #1c7bd3;
}
.btn-install:hover{
    color: #fff;
    background: #4BBE3F;
}

.tooltip {
    position: relative;
    /*display: inline-block;*/
    display: block;

}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 300px;
    background-color: #bfbfbf;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    left: -262px;
    top: -57px;
    font-size: 0.8em;
    font-weight: normal;
    pointer-events: none;
}

.colors .tooltip .tooltiptext{
    width: auto;
    padding: 5px 20px;
    left: -30px;
    top: -70px;
}


.tooltip .tooltiptext:after{
    content: "";
    display: block;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #bfbfbf;/*rgb(0,111,228);*/
    margin: 4px 0px 0px 1px;
}

.colors .tooltip .tooltiptext:after{
    left: 60%;
}

/* Show the tooltip text when you mouse over the tooltip container */
.button:hover .tooltiptext {
    visibility: visible;
}

.colors ul li a{
    height: 100%;
    display: block;
}


.colors ul li:hover .tooltiptext{
    visibility: visible;
}



/*start brands visible styles*/
.brand_visible_main {
    display: inline-block;
    position: relative;
    width: 100px !important;
    height: 100px;
    vertical-align: middle;
    margin: 10px;

    background: #f5f5f5;
    border-radius: 10px;
    box-shadow: 0px 7px 20px rgba(33, 120, 208, 0.3);
}

.brand_visible_main_item {
    display: inline-block;
    position: relative;
    width: 223px;
    height: 300px;
    vertical-align: middle;
    margin: 20px;

    background: #f5f5f5;
    border-radius: 10px;
    box-shadow: 0px 7px 20px rgba(33, 120, 208, 0.3);
}
.brand_visible_main:hover {
    transform: translateY(-5px);
    -moz-transform: translateY(-5px); /* Для Firefox */
    -ms-transform: translateY(-5px); /* Для IE */
    -webkit-transform: translateY(-5px); /* Для Safari, Chrome, iOS */
    -o-transform: translateY(-5px); /* Для Opera */
}
.brand_visible_link {
    /*position: absolute;*/
    /* padding: 10px; */
    height: 100%;
    width: 100%;
}
.container_Block {
    text-align: -webkit-center;
    position: relative;
    /*!*max-width: 1325px;*!*/
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: auto;
    margin-left: -20px;
    margin-right: -20px;
}
@media (max-width: 1550px) {

    .container_Block {
        text-align: -webkit-center;
        position: relative;
        /*!*max-width: 1325px;*!*/
        padding-top: 20px;
        display: block;
        flex-wrap: wrap;
        justify-content: space-between;
        width: auto;
        margin-left: -20px;
        margin-right: -20px;

    }
}
.brand_visible_main .brand_visible_img{
    top: 50% !important;
    position: absolute;
    margin-left: 15px;
}
.brand_visible_main_item .brand_visible_img{
    position: absolute;
    top: 50% !important;
    margin-left: 35px;
}
.brand_visible_img {
    width: 70%;
    height: auto;
    max-height: 175px;
    display: block;
    margin: 0 auto;
    transform: translateY(-50%);
}

/*end brands visible styles*/
.dropdown_brand,
.dropdown_seria,
.dropdown_model,
.dropdown_type
{
    width: 100px;
    text-align: center;
    margin: 0 5px;
    display: inline-block;
    z-index: 1;
    position: relative;
    background: gainsboro;
    padding: 5px;
    border-radius: 7px;
    cursor: pointer;
}

.dropdown_model{
    width: 200px;
}
.dropdown_brand > ul,
.dropdown_model > ul,
.dropdown_seria > ul,
.dropdown_type > ul
{
    display: none;
    width: 100%;
    margin-left: -5px;
    position: absolute;
    background: gainsboro;
    font-size: 15px;
    border-radius: 0px 0px 7px 7px;
}
.dropdown_brand > ul li,
.dropdown_model > ul li,
.dropdown_seria > ul li,
.dropdown_type > ul li
{
    margin: 5px;
}
.dropdown_brand:hover >ul,
.dropdown_model:hover > ul,
.dropdown_seria:hover > ul,
.dropdown_type:hover > ul
{
    display: block;
}

.dropdown_brand ul a:hover,
.dropdown_seria ul a:hover,
.dropdown_model ul a:hover,
.dropdown_type ul a:hover
{
    background: #2178d0;
    color: white;
    text-decoration: none;
}

.scrollable-menu {
    height: auto;
    overflow-x: hidden;
}
@media screen and (max-height: 450px) {
    .scrollable-menu {
        max-height: 185px !important;
    }
}
.scrollable-menu::-webkit-scrollbar-track
{
    border-radius: 10px;
    background-color: #e8e9ea;
}

.scrollable-menu::-webkit-scrollbar
{
    width: 10px;
    background-color: #F5F5F5;
}

.scrollable-menu::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    background-color: #555;
}

.product-color{
    /*margin: 10px 0px 10px 0px;*/
    margin-bottom: 20px;
    font-size: .8em;
}

.product-color .colors{
    position: relative;
    display: inline-block;
    background: #e9eaeb;
    border-radius: 20px;
    /* height: 40px; */
    padding: 4px 4px 4px 4px;
    z-index: 1;
    border: 1px solid #c0c0c0;
}
.product-color span{
    display: inline-block;
    line-height: 1em;
    vertical-align: top;
    margin: 10px 10px 0px 0px;
}

.product-color .colors li{
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    vertical-align: middle;
    margin: 3px 5px;
}

.product-color .colors li:after {
    content: "";
    position: absolute;
    background: #e9eaeb;
    border-radius: 100%;
    margin: -30px 0px 0px -5px;
    width: 31px;
    height: 31px;
    z-index: -1;
    border:2px solid transparent;

}


/*.product-color .colors li:hover:after,
.product-color .colors li.checked-color:after
{
 	border:2px solid #2093ec;
 }*/

.install_dropdown{
    visibility: visible;
    opacity: 1;
    height: 50px;
    background: transparent;
    font-size: 17px;
    color: #797d86;
    font-weight: bold;
    width: 70%;
    display: block;
    margin: 30px auto;
    padding: 5px;
    webkit-transition: opacity 600ms, visibility 600ms;
    transition: opacity 600ms, visibility 600ms;
}

.send_install{
    visibility: visible;
    opacity: 1;
    webkit-transition: opacity 600ms, visibility 600ms;
    transition: opacity 600ms, visibility 600ms;
    display: block;
    margin: 30px auto;
    background: transparent;
    border: 1px solid #a8a8a8;
    color: #787c85;
    padding: 10px 20px;
    font-weight: bold;
}

.send_install:hover{
    color: #fff;
    background: #a8a8a8;
}

.install_dropdown.hidden-elem,
.send_install.hidden-elem
{
    visibility: hidden;
    opacity: 0;
    height: 0;
    padding: 0;
    margin: 0;
}
.buy-with-install-block.hidden-elem{
    visibility: hidden;
    opacity: 0;
    height: 0;
    padding: 0;
}

a.cart-link,a.cart-link-close{
    display: block;
    width: 45%;
    height: 40px;
    line-height: 40px;
    background: #3985e8;
    text-decoration: none;
    color: #fff !important;
    font-size: 18px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-top: 7px;
    float: right;
}
a.cart-link-close{
    position: relative;
    float: left;
    background-color: #4ee274;
}
.lg-view-detail a.cart-link,.lg-view-detail a.cart-link-close{
    margin-top: 27px;
}



@media screen and (max-width: 1800px) {
    .lg-view,
    #header .lg-view,
    #content.lg-view {
        width: 80%;
    }

}
@media screen and (max-width: 1650px) {
    .contact_phones .table {
        width: 92.5%;
    }
    .det{
        float: none!important;
    }
}
@media screen and (max-width: 1638px) {
    .lg-view,
    #header .lg-view,
    #content.lg-view,
    .contact_phones .table-responsive {
        width: 90%;
    }
}
@media screen and (max-width: 1600px) {
    #content.lg-view.lg-view-detail {
        width: 100%;
        margin: 0px auto;
    }

    .det{
        float: right!important;
    }
}

@media screen and (max-width: 1455px) {
    .lg-view,
    #header .lg-view,
    #content.lg-view {
        width: 100%;
    }
    .contact_phones .table {
        width: 92%;
        margin: 0 auto 0 100px;
    }
    .contact_phones .table-responsive {
        width: 100%;
    }
}
/* end 29_04_2015 */

@media screen and (max-width: 1435px) {
    #content.content_cat .right-content {
        width: 74%;
    }
    #content.content_cat .left-content {
        width: 18%;
    }
    #content.content_cat .catalog_description {
        width: 60%;
    }

    /* start 10_04_2015*/

    .col-2-wrap.col-2-repair .col-2 img {
        max-width: 250px;
        max-height: 140px;
    }
    #formCourier,
    #formComments {
        width: 90%;
    }
    #formCourier .blue-button {
        margin: 20px 0px 0px 27px;
        display: block;
    }
    .col-2-brands .col-3-wrap .col-3 {
        font-size: 12px;
    }
    /* end 10_04_2015*/

    .footer-brands {
        width: 90%;
    }
    .header_phone {
        margin: 8px 2% 0px;
    }
    .repair,
    .request,
    .the_courier {
        margin: 9px 2% 0px 0px;
    }
    .favorite_top,
    .waitlist_top {
        margin: 15px 1% 0px 0px;
    }

    .rt-content-col-1 ,.lg-view-detail .rt-content-col-1 {
        width: 65%;
    }
    .rt-content-col-2 {
        width: 35%;
    }
    .deatil_catalog_item .catalog_image .catalog_image_inner {
        margin-right: 20px;
    }
    .deatil_catalog_item {
        margin: 30px 10px;
    }
    .header_time {
        display: none;
    }
    .footer_time {
        display: block;
    }
    .det{
        float: none!important;
    }
}

@media screen and (max-width: 1300px){
    .order-form{
        float:none;
        width: 90%;
    }
    .service-block .total{
        float: none;
        width: 90%;
    }
    .service-block .total .bill{
        width: 100%;
    }
    .select2{
        width: 100% !important;
    }
}

@media screen and (max-width: 1292px){
    .order,
    .buy
    {
        margin-top: 0;
    }
    .comment-block{
        height: 200px;
    }

}
@media screen and (max-width: 1200px)  {


    #fancybox-wrap.response_sm_width{
        height: 1180px!important;
    }
    #fancybox-wrap.faq_sm_width{
        height: 900px!important;
    }
/*    #fancybox-content{
        height: 100%!important;
    }*/

    .alert-success{
        width: 100%;
        margin-top: 50%;
        text-align: center;
    }

}

@media screen and (min-width: 1140px) {
    .accumulator {
        margin: 30px 0 0 0;
    }
    .search-form {
        margin-top: 0;
    }
    .menu_wrap {
        margin-top: 0;
    }
    /*.display_option_l .in-waitlist {*/
    /*margin-top: 0px;*/
    /*margin-left: 40px;*/
    /*}*/
    /*.catalog_title_back {*/
    /*width: 260px;*/
    /*}*/
    /*.display_option_g .price_wrap2 {*/
    /*position: absolute;*/
    /*margin-top: -12%;*/
    /*}*/
    /*.display_option_l .price_wrap2 {*/
    /*position: relative;*/
    /*}*/

    @media screen and (max-width: 1160px) {
        .login,
        #logout {
            margin-left: 5%;
        }
        /*    .news-1 .item_news{
            height: 170px;
        }*/
    }
    .user_logged .in-cart-text {
        float: right;
        margin-right: 32px;
        margin-top: -55px;
    }
    .user_no_logged .in-cart-text {
        float: right;
        margin-right: 32px;
    }

    #content.content_cat.blocks .catalog_item {
        /*margin-top: 20px;*/
        margin-bottom: 185px;
        margin-right: 20px;
    }


    /*#content.content_cat.blocks .catalog_item.item-not-available {*/
    /*margin-bottom: 245px;*/
    /*}*/

    #content.content_cat.blocks .order{
        margin-left: 130px;

    }
    #content.content_cat.blocks .catalog_item {
        margin-top: 10px;
        width: 240px;
        /*height: 20px;*/

        margin-left: 25px;
    }
    .display_option_g #content.content_cat.blocks .catalog_item {
        text-align: center;
        margin-top: 118px;
    }
    body.display_option_g .catalog_image {
        float: none;
        margin: auto;
    }
    .catalog_optional {
        margin-top: 22px;
        font-size: 14px;
    }

    .catalog_optional .catalog_optional_value {
        /*display: none;*/

        margin-top: 8px;
    }
    .catalog_optional span {
        display: block;
        font-weight: bold;
        width: 260px;
    }
    #content.content_cat.blocks .catalog_item_custom {
        /*width: 220px;*/

        height: 200px;
    }

    body.display_option_g #content.content_cat.blocks .order {
        margin-left: unset;
    }
    .sleTop{
        margin-top: -23%!important;
    }
    /*.in-cart-text{*/
    /*display: none;*/
    /*}*/

    /*    .user_logged.display_option_g .waitlist,
        .user_logged.display_option_g .one_click_buy{
            margin-top: -60px;
        }*/
    /*.waitlist,*/
    /*.one_click_buy {*/
    /*margin-top: -5px;*/
    /*}*/



    #content.content_cat.blocks .catalog_item_custom{
        width: 260px;
        /*height: 370px;*/

        position: absolute;
        z-index: 9;
        left: -10px;
        right: -10px;
        top: -30px;
        /*padding-left: 10px;*/
        padding-top: 30px;
        /*padding-right: 10px;*/
        background-color: white;
        /*border: 1px solid #186FB1;*/
        border-radius: 3px;
        /*box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.4);*/
    }

    #content.content_cat.blocks .catalog_item_custom {
        height: auto;
    }
    .display_option_g #content.content_cat.blocks .catalog_item_custom {
        height: 510px;
    }
    body.display_option_g .catalog_description .catalog_title a,
    body.display_option_g .catalog_description .catalog_title_back a {
        text-align: center;
        width: 240px;
    }
    /*#availability {*/
    /*width: 200px;*/
    /*}*/
    #availability span {
        font-size: 14px;
    }
    .batery_availability {
        /*float: right;*/

        /*margin-top: 7px;*/
        padding-left: 10px;
    }
    .display_option_g #content.content_cat.blocks .catalog_item {
        margin-bottom: 100px;
    }

    .grey-left{
        margin-top: 50px;
    }


}
@media screen and (max-width: 1290px) {
    .contact_phones {
        font-size: 13px;
    }
}
@media screen and (max-width: 1253px) {
    .contact_phones {
        font-size: 11px;
    }
    .contact_phones .table #second_th {
        /*text-align: none;*/
    }
    .contact_phones .table #second_th img {
        margin-right: 0;
    }
}
/* DESKTOP */
@media screen and (min-width: 1140px) {

    .display_option_l .catalog_description .catalog_title, .catalog_description .catalog_title_back,.display_option_l .catalog_description .catalog_title_mobile,.display_option_l .catalog_text.item_code{
        width: 70%;
    }
    .display_option_g .catalog_description .catalog_title_back{
        width: 100%;
    }
    .display_option_l #availability>span {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
    .display_option_l #availability>span>span {
        position: relative;
        bottom: 15px;
    }
    .display_option_l .retail_price {
        width: 280px;
        text-align: right!important;
    }
    .display_option_l .availability-and-num-items {
        width: 280px;
    }
    .display_option_l .availability-and-num-items .catalog_text:last-child {
        position: relative;
        right: 50px;
    }
    .display_option_l .num_of_items-block {
        margin-top: 10px;
    }
    .display_option_l .catalog_description{
        height: 100%;
    }
    .display_option_l .price_wrap1 {
        margin-bottom: 0;
    }
}
@media screen and (min-width: 1325px) {

    .display_option_l .catalog_description .catalog_title, .catalog_description .catalog_title_back,.display_option_l .catalog_description .catalog_title_mobile,.display_option_l .catalog_text.item_code{
        width: 80%;
    }

}

@media screen and (max-width: 1140px) {
    .comment-block{
        height: 240px;
    }
    .order,
    .buy
    {
        margin-top: 65px;
    }
    .favorite_top,
    .waitlist_top,
    .the_courier,
    .repair,
    .request,
    #main_menu {
        display: none;
    }
    .contact_phones .table {
        width: 100%;
        margin-left: 0px;
    }
    /*.in-waitlist {*/
    /*margin-top: -4px;*/
    /*margin-left: 25px;*/
    /*}*/
    .catalog_main_first .block {
        width: 100%;
    }
    #content.content_cat {
        width: 1000px;
    }
    /*.display_option_g #content.content_cat .catalog_description {*/
    /*width: 58%;*/
    /*}*/
    #content.content_cat .left-content {
        width: 226px;
        font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    }
    #content.content_cat .catalog_item {
        width: auto;
    }
    .deatil_catalog_item .catalog_price {
        float: left;
    }
    #content.content_cat .catalog_line {
        max-width: 750px;
    }
    #content.content_cat .block_for_image img,
    .display_option_l #content.content_cat .catalog_image img {
        width: 125px;
    }
    .display_option_l #content.content_cat .catalog_image img:not(.label-img){
        height: 125px;
    }
    #content.content_cat .catalog_image {
        width: 140px;
    }

    .display_option_g .display_option_g #content.content_cat.blocks .catalog_item,.display_option_g .display_option_g #content.content_cat.blocks .catalog_item_custom{
        margin: unset;
        padding: unset;
    }
    #content.content_cat.blocks .label-img {
        right: 37px !important;
    }
    /* Start blocks view */

    #content.content_cat.blocks .catalog_line {
        display: block;
    }
    .display_option_g #content.content_cat.blocks .catalog_line {
        display: none;
    }
    .display_option_g #content.content_cat.blocks .catalog_item{
        width: 260px;
        margin-bottom: 25px;
        margin-left: 55px;
        margin-right: 55px;
        left: 0;
        right: 0;
        float: left;
    }

    .display_option_g #content.content_cat.blocks .catalog_item_custom{
        position: relative;
        margin-left: unset;
        left: 0;
        right: 0;
    }

    .display_option_g .item-available .price_wrap2 {
        width: 100%;
    }




    #content.content_cat.blocks .clr_item {
        display: block;
    }
    #content.content_cat.blocks .catalog_item {
        float: none;
        /*width: auto;*/
        height: auto;
        overflow: inherit;
        padding: 0px;
    }
    .display_option_l #content.content_cat.blocks .catalog_item {
        width: auto;
    }


    /*#content.content_cat.blocks .catalog_description {*/
    /*width: 450px;*/
    /*}*/
    /*.display_option_g #content.content_cat.blocks .catalog_description {*/
    /*width: 58%;*/
    /*}*/
    #content.content_cat.blocks .catalog_price {
        width: 150px;
        float: right;
        text-align: right !important;
    }
    .display_option_g #content.content_cat.blocks .catalog_price {
        width: 100%;
        float: unset;
        text-align: center !important;
    }
    #content.content_cat.blocks .catalog_description .catalog_text {
        display: block;
    }
    /*#availability.catalog_text span {*/
    /*display: none;*/
    /*}*/
    .showcase #availability.catalog_text span{
        display: block;
    }
    #availability2 span {
        display: none;
    }

    #content.content_cat.blocks .retail_price,
    #content.content_cat.blocks .your_price {
        text-align: right;
    }
    #content.content_cat.blocks .catalog_description .catalog_title,#content.content_cat.blocks .catalog_description .catalog_title_mobile {
        max-height: inherit;
        overflow: inherit;
    }
    .top-sort .sv {
        display: none;
    }
    /* End blocks view */
    /* start 10_04_2015*/

    /*.lg-view,
    #header .lg-view,
    #content.lg-view,
    .contact_phones .table-responsive {
        width: 1000px;
    }*/
    /* .lg-view .largepage  {
		padding-left: 20px;
		width: 730px;
		margin-left: 0px;
	} */
    /* end 10_04_2015*/

    .block-main-col-inner > a .block-services {
        width: 90%;
        left: 10px;
    }
    .block-main-1 .block-services.list-col-3 ul {
        width: 50%;
    }
    .footer-brands {
        width: auto;
    }
    .footer-brands h5 {
        margin: 0px 20px;
    }
    #header .menu_wrap {
        width: 83%;
    }
    .rt-content-col-1,.lg-view-detail .rt-content-col-1,
    .rt-content-col-2 {
        width: 100%;
        background: none;
        float: none;
    }
    .deatil_catalog_item {
        margin: 30px 0px 30px 0px;
    }
    .rt-content-col-2-inner {
        padding: 0px;
    }
    .deatil_catalog_links_block {
        margin: 30px 0px 0px 0px;
    }
    .lg-view .right-content .rt-content-inner {
        padding-right: 40px;
        padding-left: 270px;
    }
    /*.price_wrap2 {*/
    /*position: relative;*/
    /*margin-top: 10%!important;*/
    /*}*/

    .waitlist{
        margin-top: 0px;
        /*margin-left: 26px;*/
        position: relative;
    }
    .display_option_g .buy {
        margin: 0;
        margin-left: 26px !important;
        margin-top: 5% !important;
    }
    .label-img {
        left: 10px !important;
    }
    /*.catalog_item_custom {*/
    /*height: 0px !important;*/
    /*}*/

    .det{
        float: right!important;
    }

    .one_click_buy_logged.buttonOne{
        float: right;
        margin-left: 10%;
    }

    .buttonOne{
        margin-right: 0px!important;
    }
    .fix_view , .display_option_g .catalog_item_custom .add_waitlist_form_class{
        left: -170%;
        top: -170px;
    }

    .display_option_g .catalog_item_custom .add_waitlist_form_class{
        left: 0;
        bottom: 0;
        top:unset;
    }
    .sale_new_top_position{
        left: 38%;
        top:-80px;
    }


    .display_option_l .waitlist,
    .display_option_l .one_click_buy{
        margin-left: 30px;
    }

    .accumulator {
        margin: 30px 0 0 0;
    }
    .search-form {
        margin-top: 0;
    }
    .menu_wrap {
        margin-top: 0;
    }
    .display_option_l .in-waitlist {
        margin-top: 0px;
        margin-left: 40px;
    }
    .catalog_title_back {
        width: 260px;
    }
    /*.display_option_g .price_wrap2 {*/
    /*position: absolute;*/
    /*margin-top: -12%;*/
    /*}*/

    .display_option_l .price_wrap2 {
        position: relative;
        display: block;
        clear: both;
        margin-left: -30px;
        top: 55px;
        float: unset;
        flex-direction: row!important;
    }
    .display_option_l .price_wrap2 a.waitlist{
        margin-left: 10px;
    }

    .display_option_l .in-cart-text {
        float: none;
        margin-right: 0px;
        margin-top: 0px;
    }
    .display_option_l .retail_price {
        display: block;
        clear: both;
        float: left;
        top: 5px!important;
    }
    .display_option_l .catalog_price{
        position: relative;
        display: block;
        clear: both;
        top: -90px;
        /*width: 475px;*/
        float: unset;
    }
    .display_option_l .price_wrap1{
        top: 55px;
    }
    .display_option_l .availability-and-num-items{
        display: flex;
        flex-direction: row-reverse;
        margin-left: 118px;
        float:left;
        position: relative;
        top: -7px
    }

    .display_option_l .without-articul .availability-and-num-items{
        top: 110px;
    }
    .display_option_l #availability{
        margin-right: unset;
    }
    .display_option_l #availability, .display_option_l .num_of_items {
        top: -100px;
    }

    .display_option_l .term {
        margin-left: 0!important;
    }


    /*.display_option_l .catalog_item .price_wrap2 a:nth-child(1){*/
    /*float: left;*/
    /*}*/
    /*.display_option_l .catalog_item .price_wrap2 a:nth-child(3){*/
    /*float: right;*/
    /*}*/
    .display_option_l .catalog_item .price_wrap2 a.order{
        float: left;
        top:unset;
    }
    .display_option_l .catalog_item .price_wrap2 a.waitlist{
        float: right;
    }

    .display_option_l .price_title{
        float: left;
        margin-bottom: 5px;
    }

    .display_option_l .num_of_items{
        /*margin-top: 3px;*/
        width: 100%;
        /*margin-left: 81px;*/
        float: left;
        position: relative;
        /*left: 70px;*/
        /*top: -95px;*/
    }
    .price_title{
        margin-left: 10px;
    }

    .display_option_l .price_title{
        margin-left: 10px;
    }
    .display_option_l .price_title_your{
        margin-left: 230px;
    }

    .old-price {
        margin-left: 10px;
    }

    .display_option_l .old-price{
        margin-left: 10px;
    }


    .display_option_l .price_wrap1{
        width: 100%;
        margin-bottom: 5px;
        clear: both;
        margin-left: 140px;
    }
    .display_option_l .catalog_text.item_code{
        top: 15px;
    }
    .display_option_l .without-articul .catalog_text.item_code{
        top: 20px;
    }
    .catalog_description .catalog_title_back{
        display: block;
        width: auto;
        max-height: 50px;
        overflow: hidden;
        width:180px;
    }
    .display_option_g .catalog_description .catalog_title_back{
        width: auto;
    }
    .display_option_g .catalog_description .catalog_title_back,.display_option_l .catalog_description .catalog_title_back{
        display: none;
    }

    .display_option_l #availability{
        position: relative;
        float: left;
        display: block;
        clear: both;
        left: unset;
        /*top: unset;*/
        margin-left: unset;
    }

    .display_option_l #content.content_cat .catalog_description {
        width: 70%;
        height: 210px;
    }
    .display_option_l #content.content_cat .without-articul .catalog_description {
        height: 150px;
    }


    .display_option_l .price_wrap2{
        margin-left: unset;
    }
    .display_option_l .catalog_item .price_wrap2 a{
        width: 50%;
    }

    .display_option_l .catalog_item .item-available .price_wrap2 a{
        width: 100%;
    }
    .display_option_l .waitlist-text{
        margin-left: 25px;
        top:unset;
    }
    .display_option_l .waitlist-img{
        top:unset;
    }
    .display_option_l .price-title-margin{
        margin-left: 10px;
    }
    .lg-view-detail #price_title_border{
        margin-top: 27px;
    }
    .lg-view-detail .right-column{
        display: none;
    }

    body.display_option_g .catalog_image {
        float: none;
        margin: auto;
    }

    #content.content_cat.blocks .catalog_item_custom {
        width: 260px;
        /* height: 370px; */
        position: absolute;
        z-index: 9;
        left: -10px;
        right: -10px;
        top: -30px;
        /* padding-left: 10px; */
        padding-top: 30px;
        /* padding-right: 10px; */
        background-color: white;
        /* border: 1px solid #186FB1; */
        border-radius: 3px;
        /* box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.4); */
    }

    .grey-left-second .grey-center{
        height: 50px;
    }

    .grey-left-second .top-sort .order-value-bottom{
        float: left;
    }

    .rt-content-col-2 .deatil_catalog_links_block.conditions-info-narrow a{
        height: auto;
    }
    .info-block-container-main{
        display: flex;
        flex-direction: column;
    }
    .conditions-info-narrow .info-block{
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
        align-items: center;
    }

    .accept span.err-msg{
        margin-top:unset!important;
        margin-bottom:unset!important;
    }












}


@media screen and (max-width: 1140px) and (min-width: 991px) {

    .catalog_main .grey-center.clearfix .sort{
        margin-left: 15px;
    }
    .catalog_main .grey-center.clearfix .order-value{
        margin-right: 15px;
    }

}




@media screen and (max-width: 1060px) {
    .comment-block{
        height: 200px;
    }
    .comment-block-col-1:nth-child(1),
    .comment-block-col-1:nth-child(2),
    .comment-block-col-1:nth-child(3) {
        width: 33.3%;
    }
    .comment-block-col-1:nth-child(4) {
        display: none;
    }
}

@media screen and (max-width: 1042px) {
    .lg-view-detail #price_title_border{
        margin-top: 15px;
    }
}

@media screen and (max-width: 1025px) {

    .social_form{
        margin-top:0;
    }
    .det,.waitlist_detail{
        float: none!important;
    }
    .display_option_g #content.content_cat .right-content, .right-content{
        width: 650px;
    }
    .display_option_g #content.content_cat.blocks .catalog_item{
        margin-left: 32px;
        margin-right: 32px;
    }
}
@media only screen and (max-device-width: 1024px) {
    .block-main-col-inner > a .block-services {
        display: none;
    }
}
@media screen and (max-width: 1017px) {

    .order,
    .buy
    {
        margin-top: 0px;
    }

    .catalog_main_first .block,
    .catalog_main_first .block.actions {
        width: 100%;
    }
    /* start catalog */

    .center {
        width: auto;
    }

    #content.content_cat {
        width: 100%;
    }
    .tables_brends {
        width: 100%;
    }
    .tables_brends td {
        text-align: center;
    }
    #content.content_cat .right-content,
    .right-content,
    .largepage {
        width: 65%;
    }
    #footer_phones {
        display: none;
    }
    .largepage {
        padding-bottom: 30px;
        padding-left: 5px;
    }
    .footer-brands h5 {
        margin: 0 10px;
    }

    .menu_wrap {
        float: left;
        /*margin-top: 20px;*/

        width: 80%;
    }
    .search-form {
        overflow: inherit;
    }
    .header_phone {
        margin: 8px 0 0 3%;
    }
    .search-form .email_input {
        width: 76%;
        background: #fff;
        border: 1px solid #999;
        height: 22px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
    #footer_phones {
        display: none;
    }
    .accumulator {
        margin: 30px 25px 10px 5%;
    }
    .login_links,
    .login_links_mobile {
        /*margin: 8px 3px 0px 0px;*/
    }
    .big-link {
        text-align: left;
    }
    /* end catalog */
    /* start main */

    .last-news {
        width: auto;
        margin: 10px 10px;
        padding: 20px 0 8px 15px;
    }
    .last-news .slides_container {
        width: auto;
    }
    .last-news .slides_container .item {
        height: auto;
    }
    #content {
        width: auto;
        overflow: hidden;
        padding: 1px 0px 10px;
    }
    .services {
        width: auto;
        height: auto;
        margin: 8px 10px 20px;
        padding: 20px 0px 8px 15px;
    }
    .column_table {
        width: auto;
    }

    #main_slider,
    #main_slider .slides_container,
    #main_slider .item {
        width: 100%;
    }
    #content h4 {
        margin: 15px 0 0 10px;
    }
    .footer_bg {
        height: auto;
        overflow: hidden;
    }
    .footer_adress {
        margin: 15px 0px 10px 17px;
        width: 205px;
    }
    .visa_master {
        margin-left: 0px;
    }
    /* end main */

    .services-tbl .srv-wrap {
        width: 32%;
    }
    .column_table .col-4 {
        width: 21%;
    }
    .ask-table {
        margin-left: 0px !important;
        width: auto !important;
    }
    .callback-table {
        width: auto !important;
    }
    .largepage iframe {
        width: auto !important;
    }
    .payment-table {
        width: auto !important;
    }
    .largepage.no-menu {
        width: 95%;
    }
    .wishlist-description {
        width: 60%;
    }
    .send_submit {
        margin-right: 5px;
    }
    .delete-all {
        margin-left: 5px;
    }
    #leave_comment_long {
        margin-right: 5px;
        margin-top: 30px;
        font-size: 12px;
        display: none;
    }
    .payment-container {
        width: 40%;
    }
    /* start 10_04_2015*/

    #bg_grey_list_wrap {
        width: 488px;
        margin: 0 auto 20px auto;
    }
    .lg-view,
    #header .lg-view,
    #content.lg-view,
    .contact_phones .table-responsive {
        width: auto;
        overflow: hidden;
    }
    .lg-view .largepage {
        /* width: 65%; */

        padding-bottom: 30px;
        /* padding-left: 10px; */
    }
    .col-4-wrap .col-4 {
        width: 46%;
    }
    .col-2-wrap.col-2-contacts {
        margin-bottom: 40px;
    }
    .col-2-wrap.col-2-contacts .col-2 {
        margin: 0px;
    }
    .col-2-wrap.col-2-contacts .col-2 img {
        margin: 0px;
    }
    .col-2-wrap.col-2-contacts .col-2:first-child {
        width: 100%;
        padding: 0px 0px 20px 0px;
    }
    .col-2-wrap.col-2-contacts .col-2.col-2-lg {
        width: 100%;
        padding: 0px;
    }
    #formCourier .req_check_wrap {
        display: block;
    }
    #formCourier .form_input_short label,
    #formComments .form_input_short label {
        margin: 0px 5px 0px 15px;
    }
    #formCourier .blue-button,
    #formComments .blue-button {
        margin: 20px 0px 0px 12px;
    }
    .col-2-wrap.col-2-brands .col-2 {
        width: 100%;
    }
    .col-2-brands .col-2:first-child .col-2-inner,
    .col-2-brands .col-2 .col-2-inner {
        border: 0px;
    }
    .col-2-brands .col-3-wrap .col-3 {
        font-size: 14px;
    }
    .deatil_catalog_item .catalog_image {
        width: 40%;
    }
    .deatil_catalog_item .catalog_image .catalog_image_inner {
        margin-right: 20px;
    }
    .deatil_catalog_item .catalog_description {
        width: 60%;
    }
    /* .deatil_catalog_links_block a {
	  display: block;
	  text-align: right;
	} */

    .deatil_catalog_links_block .right {
        width: 220px;
    }
    .tovar_description_text.tovar_availability b {
        display: block;
    }
    /* end 10_04_2015*/

    .block-main-col-inner > a .block-services {
        display: none;
    }
    #leave_comment.comment_work_link,
    #leave_comment.comment_shop_link {
        margin-top: 0px;
        top: 32px;
        position: absolute;
        right: 10px;
    }

    #footer_phones_mobile {
        display: block;
    }

    .OfficeShippingInfo{
        width: 100%;
        margin: 0;
    }

}
@media screen and (max-width: 950px) {
    .contact_phones,
    #logo {
        display: none;
    }
    .display_option_g #content.content_cat .right-content, .right-content{
        width: 550px;
    }
    .display_option_g #content.content_cat.blocks .catalog_item{
        margin-left: 7px;
        margin-right: 7px;
    }
    /*.detail_availability{*/
    /*top: -104px;*/
    /*float: unset;*/
    /*}*/
    .detail_page.num_of_items{
        display: flex;
        justify-content: center;
    }
}

@media screen and (max-width: 1140px) and (min-width: 766px) {

    .grey-center{
        height: auto;
    }

    .top-per-page,.top-sort{
        width: 100%;
        text-align: center;
    }
    .top-per-page{
        width: 200px;
        float: right;
    }

    .action-new-top-block{
        width: 100%;
    }
    .top-sort{
        float: unset;
    }

    .action-new-top-block{
        width: 200px;
    }
    .view-tile-list{
        clear: both;
    }

    .action-new-top-block{
        float: left;
        margin-left: 20px;
        margin-right: unset;
    }
    .label-img1{
        width: 62px;
        height: 22px;
    }

}
@media screen and (max-width: 900px) and (min-width: 751px) {
    .lg-view-detail .common-block-retail-price, .lg-view-detail .common-block-your-price{
        margin-left: unset;
        margin-right: unset;
    }
}
@media screen and (max-width: 855px) {
    /*    .news-1 .item_news{
        height: 190px;
    }*/
    .display_option_g #content.content_cat .right-content, .right-content{
        width: 450px;
    }
    .display_option_g #content.content_cat .right-content{
        width: 65%;
    }
    .display_option_g #content.content_cat.blocks .catalog_item{
        margin-left: 95px;
        margin-right: 95px;
    }


    .catalog_main_first .block,
    .catalog_main_first .block.actions {
        width: 100%;
    }
    .footer_left {
        width: auto;
    }

    .grey-right,
    .grey-left {
        background: none;
        /*overflow: hidden;*/

        height: auto;
    }
    .grey-center {
        height: auto;
        /*overflow: hidden;*/

        padding: 5px 10px;
        clear: both;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    .top-sort {
        margin-right: 0px;
    }
    #map_canvas {
        width: 100% !important;
    }
    .last-news .slides_container .item .item_news {
        width: 350px;
    }
    /* #main_slider .item img {
		width: 30%;
	} */

    .wishlist-description {
        width: 56%;
    }
    .block_for_delivery {
        margin: 20px 0px 20px 5px;
    }
    /* start 10_04_2015*/
    /* .lg-view .largepage  {
		width: 60%;
	} */

    .largepage .img-100-sm {
        width: 90%;
        margin: 0 auto;
    }
    #formCourier {
        width: 98%;
    }
    .deatil_catalog_item {
        margin: 20px 10px;
    }
    /* end 10_04_2015*/

    #fancy_comment .faq_btn,
    #fancy_faq .faq_btn {
        margin: 20px;
    }
    /*.in-waitlist {*/
    /*margin-left: 35px;*/
    /*float: left;*/
    /*}*/
}
@media screen and (max-width: 815px) {

    .catalog_text>span {
        display: block;
        margin-top: 3px;
    }
    .display_option_l .waitlist-text{
        top:-7px;
        margin-left: 30px;
    }
}
@media screen and (max-width: 800px) {

    .comment-block-col-1:nth-child(1),
    .comment-block-col-1:nth-child(2) {
        width: 50%;
    }
    .comment-block-col-1:nth-child(3) {
        display: none;
    }
}
@media screen and (max-width: 500px){
    .lg-view-detail .deatil_catalog_links_block.conditions-info-block{
        display: flex !important;
    }
    .review_clients{
        display: none !important;
    }
}
@media screen and (max-width: 765px) {
    .catalog_line {
        display: none;
    }
    .right-content {
        margin-bottom: 0;
    }
    .hide-mobile {
        display: none;
    }
    .catalog_main .page_menu.page-menu-bottom {
        position: relative;
        display: table;
        margin-left: auto;
        top: -10px;
        left: 0;
        right: 0;
        margin-right: 1em;
        z-index: 2;
    }
    .grey-left-second {
        position: relative;
        bottom: 55px;
    }
    .grey-left-second  .grey-center:not(.empty-pagination) .top-per-page {
        top: 0;
    }
    .grey-left-second  .top-per-page {
        z-index: 1;
    }

    .display_option_l .price_title_your{
        display: inline-block;
        position: relative;
        float: left;
        left: unset;
        margin-left: 15px;
        margin-right: 15px;
    }
    .display_option_l .current_price,
    .display_option_l .price_title_your,
    .display_option_l .no_price{
        color: #0985ce;
    }
    .display_option_l .price_title_your{
        line-height: unset;
    }


    .display_option_l .catalog_item .price_wrap2 a{
        width: 50%;
        box-shadow: unset;
        margin-left: unset;
        margin-right: unset;
        border-radius: unset;
    }

    .display_option_l #content.content_cat .catalog_item_custom{
        padding: unset;
        height: auto;
    }
    .display_option_l .catalog_title{
        margin-bottom: 20px;
    }
    .display_option_l .price_wrap2{
        top: 55px;
    }
    /*.display_option_l #availability{*/
    /*left: 280px;*/
    /*top: -70px;*/
    /*}*/
    .display_option_l .availability-and-num-items #availability,.display_option_l .num_of_items-block{
        margin-top: unset;
    }
    .display_option_l .retail_price{
        clear: unset;
    }
    .display_option_l #content.content_cat .catalog_item {
        overflow: hidden;
    }
    .display_option_l #content.content_cat .catalog_line{
        margin-bottom: -115px;
    }
    .display_option_g #content.content_cat .right-content, .right-content{
        width: auto;
        display: flex;
        flex-direction: column;
    }
    .display_option_g .price_wrap1{
        margin-top: 0;
    }
    .display_option_g #content.content_cat.blocks .catalog_item{
        margin-left: auto;
        margin-right: auto;
    }
    .display_option_l #content.content_cat .catalog_image img {
        margin-left: 10px;
    }
    .display_option_l .catalog_item .price_wrap2 a.order{
        float: unset;
        margin-left: unset;
        top:unset;
    }
    .display_option_l .waitlist-text,.display_option_l .waitlist-img{
        top:unset;
    }
    .display_option_l .price_title_your{
        margin-top: unset;
        font-size: unset;
        display: none;
    }
    .display_option_l .old-price{
        color:gray;
    }
    .display_option_l .catalog_description .catalog_title,.display_option_l .catalog_description .catalog_title_mobile{
        height: 48px;
        margin-bottom: 20px;
    }


    .per-page-options{
        height: 0;
        display: none;
        z-index: 1;
        background-color: rgb(205,205,205);
        text-align: center;
    }
    .per-page-options a{
        position: relative;
        display: block;
        background-color: rgb(205,205,205);
    }



    .catalog_item .price_title,.search-form,.top-sort,.left-content,
    .wrap-menu-mobile .available-filters-text, .wrap-menu-mobile .menu-partially-hidden-show,
    .wrap-menu-mobile .types-tree-link, .wrap-menu-mobile .filter-tree-current-link,
    .wrap-menu-mobile ul.left-menu-list.selected-values li,.wrap-menu-mobile .nested-menu-item-empty,
    .view-tile-list,.per-page-options,.lg-view-detail .pagepath,.content_cat .pagepath,
    .lg-view-detail .deatil_catalog_links_block,.lg-view-detail .detail_title,.catalog-page-name,#header .menu_wrap,
    .catalog-drop-down-detail .catalog-drop-down-images{
        display: none;
    }
    /*.display_option_g .catalog_item .price_title,*/
    .display_option_g  .catalog_item .old-price,.catalog-drop-down,
    .top-sort-link-for-mob,img.btn-refinement-mobile-img,.wrap-menu-mobile .categories-link,.per-page-number,
    .per-page-options-arr,.per-page-opt-block-is-open,.lg-view-detail .deatil_catalog_links_block.conditions-info-block{
        display: block;
    }
    .order-options-mobile,.wrap-menu-mobile{
        display: block!important;
    }

    .per-page-number,.per-page-options-arr{
        display: inline-block;
    }

    .top-per-page{
        /*background-color: #bfbebe;*/
        top: -4px;
        position: relative;
        z-index: 10;
    }
    .top-per-page .per-page-options a.selected{
        border-bottom: unset;
        background-color: #d6d6d6;
    }


    .display_option_l #content.content_cat .catalog_item_custom {
        overflow: unset;
        margin-bottom: 40px;
        border-radius: unset;
    }

    .page_menu{
        position: relative;
        top: -40px;
        margin-top: unset!important;
        float: right;
        margin-right: 25px;

        position: absolute;
        top: 110px;
        right: 0px;

    }
    .page_menu ul li span{
        color:white;
        border-radius: 50%;
        background-color: rgb(12,115,218);
    }
    .grey-center{
        position: relative;
    }

    .price_wrap2 {
        float: none;
        width: auto;
    }



    .top-per-page-center{
        float: unset;
    }




    .product-color span.text-color-text{
        display: none;
    }
    .product-color{
        margin-left: 20px;
        margin-right: 20px;
    }

    #cartMessage{
        height: 100%;
        width: 100%;
        top:0;
        left: 0;
        margin: unset;
    }
    #cart-message a.cart-link-close,#cart-message a.cart-link{
        position: absolute;
        bottom: 0;

        margin-bottom: 20px;

    }
    #cart-message a.cart-link-close{
        left: 0;
        margin-left: 20px;
    }
    #cart-message a.cart-link{
        right: 0;
        margin-right: 20px;
    }

    .cart-msg-basket-container{
        display: none;
    }

    .cart-msg-container{
        display: flex;
        height: 100%;
        justify-content: center;
        align-items: center;
    }
    .cart-message-title-container #cart-message-title{
        position: absolute;
        top: 30%;
        width: 100%;
    }

    .display_option_l .in-waitlist{
        float:right;
    }

    #cartMessage{
        border-radius:0;
    }
    .show-elem-class{
        display: flex;
    }

    .display_option_l #cartMessage.cart-msg-type-standard:not(.cart-msg-type-waitlist){
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .link-toggle a,
    .link-toggle div a {
        color:gray;
        text-decoration: none;
        display: block;
        margin: 10px;
        font-size: 20px;
        font-family: roboto;
    }
    .display_option_g #content.content_cat.blocks .catalog_item_custom{
        z-index: unset;
    }
    .display_option_g #content.content_cat.blocks .catalog_item_custom:first-child{
        margin-top: 30px;
    }

    .drop-down-main-menu,.drop-down-available-product,.drop-down-sorting,.drop-down-view{
        z-index: 5;
    }


    .AddToWaitlistForm .error_phone,.AddToWaitlistForm .success_phone{
        float: unset!important;
        margin-right: unset;
    }


    .left-link-wrap a:before,.drop-down-sorting a:before,.drop-down-view a:before,#wrap-menu.wrap-menu-mobile #active-filters a:not(.delete-filter-link):before,.wrap-menu-mobile .categories-link a:before{
        content : "";
        position: absolute;
        left    : 0;
        height  : 1px;
        width: 100%;
        border-bottom: 1px solid white;
        margin-top: 22px;
    }
    .top-per-page .per-page{
        font-size: 13px;
    }



    .page_menu ul li span{
        padding: 1px 6px 0px 6px;
    }
    .payment-type-message{
        width: auto;
    }



















    .form-control,
    .combo-select.form-control {
        width: 90% !important;
    }
    .dropdown-toggle {
        position: relative;
        display: inline-block;
        top: 0px;
        overflow: visible;
        width: auto;
        height: 30px;
        padding: 0 8px;
        border: 1px solid #979797;
        border-radius: 3px;
        border-color: #979797;
        margin: 0;
        background: 0 0;
        background-color: #ced3d6;
        color: #666;
        text-transform: none;
        text-align: left;
        line-height: 2.14286;
        vertical-align: middle;
        cursor: pointer;
        white-space: nowrap;
        touch-action: manipulation;
        -webkit-appearance: button;
        -webkit-user-select: none;
        outline: none;
    }
    #wrap-menu {
        max-height:  calc(100% - 100px);
        position: absolute;
        /*position:relative;*/

        z-index: 11000;
        display: none;
        float: left;
        top: auto;
        left: 0;
        right: 0;
        overflow-x: hidden;
        overflow-y: auto;
        box-sizing: border-box;
        min-width: 0;
        margin: -1px 10px 0;
        padding: 0;
        border: 1px solid #979797;
        /*border-radius: 3px;*/
        border-top-left-radius: 0;
        background-color: #fff;
        background-clip: padding-box;
        font-size: 14px;
        text-align: left;
        line-height: 1;
        list-style: none;
        -webkit-transform: translate3d(0, 0, 0);
    }
    #wrap-menu.wrap-menu-mobile {
        background-color: unset;
        margin: unset;
        border:unset;
    }
    #wrap-menu.wrap-menu-mobile a {
        font-family: roboto!important;
    }
    #wrap-menu.wrap-menu-mobile .nested-menu-heading{
        text-align: center;
        font-weight: normal!important;
    }
    #wrap-menu.wrap-menu-mobile a.btn-refinement{
        width: 100%;
    }
    .dropdown-menu-open {
        content: '';
        border-radius: 3px 3px 0 0;
        bottom: -6px;
        left: 0px;
        display: block;
        background-color: #fff;
        z-index: 11100;
        border-right: 1px solid #979797;
        border-left: 1px solid #979797;
        border-bottom: none;
        outline: none;
    }
    .nested-menu-heading,
    .nested-menu-item-empty,
    .left-menu-title,
    .left-menu-list li {
        display: block;
        overflow: hidden;
        /*width: 100%;*/

        border-bottom: 1px solid #979797;
        padding: 10px;
        margin: 0;
        font-family: roboto;
        font-size: 20px;
        line-height: 1.71429;
        color: #666;
        text-decoration: none;
        vertical-align: middle;
        text-overflow: ellipsis;
        white-space: nowrap;
        clear: both;
        opacity: 1;
        -webkit-transition: opacity .3s;
        -moz-transition: opacity .3s;
        -o-transition: opacity .3s;
        transition: opacity .3s;
    }

    #title_details.hide-item,#title_model.hide-item{
        display: none;
    }

    .wrap-menu-mobile .left-menu-title{
        background-color: #ccc;
        color: white;
        font-weight: normal!important;
    }
    .wrap-menu-mobile .left-menu-title-active{
        background-color: #0c73db;
        color: white;
    }
    .left-menu-title:after {
        content: "\f078";
        display: inline-block;
        float: right;
        font-family: FontAwesome;
        box-sizing: border-box;
    }
    .nested-menu-heading {
        font-weight: 700;
    }
    .left-menu-title {
        cursor: pointer;
    }
    .left-menu-list li a {
        padding-left: 0.5em;
        font-size: 12px;
        font-style: normal;
        color: #666;
        text-decoration: none;
        max-width: 85%;
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .left-menu-list li[id*=brand] span {
        display: block;
    }

    .left-menu-list.selected-values,
    /*.left-menu-list-wrap,*/
    #brand_305 .fa {
        display: none;
    }
    #wrap-menu.wrap-menu-mobile .left-menu-list.selected-values{
        display: block;
    }
    .show-elem{
        display: block;
    }
    a.btn-refinement {
        position: relative;
        display: inline-block;
        margin-bottom: 10px;
        /*margin-right: 15px;*/
        /*margin: 0;*/

        padding-left: 7px;
        padding-right: 25px;
        font-size: 14px;
        line-height: 1.78571;
        color: #fff;
        font-weight: 400;
        background-color: #0096d9;
        border-radius: 3px;
        text-align: center;
        text-decoration: none;
        white-space: nowrap;
        vertical-align: middle;
        touch-action: manipulation;
        cursor: pointer;
        background-image: none;
        border: 1px solid transparent;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    a.btn-refinement::after {
        content: 'x';
        display: inline-block;
        position: absolute;
        top: 0;
        right: 6px;
        padding-left: 6px;
        font-family: FontAwesome;
        border-left: 1px solid #fff;
    }
    #wrap-menu.wrap-menu-mobile a.btn-refinement{
        all:initial;
    }
    #wrap-menu.wrap-menu-mobile a.btn-refinement::after {
        content: '';
        display: inline-block;
        position: relative;
        top: 0;
        float: right;
        background-image: url(/img/close.svg);
        background-repeat: no-repeat;
        background-size: contain;
    }
    #available-filters {
        display: block;
    }
    #active-filters .selected-values {
        margin-bottom: 0px;
        padding: 10px 10px 5px 10px;
    }
    .wrap-menu-mobile #active-filters .selected-values{
        padding: 0px 10px 10px 10px;
    }
    .type_style {
        margin: 10px;
        font-weight: 600;
        font-size: 14px;
        font-style: normal;
        color: #666;
    }
    .left-link-with-icon {
        display: none;
    }
    #leave_comment_long_other,
    #leave_comment.comment_work_link,
    #leave_comment.comment_shop_link {
        display: none;
    }
    .mobile-icon-new,
    .mobile-icon-sale,
    .mobile-icon-top {
        display: block;
        width: 49%;
        float: left;
        background-color: #cdcdcd;
        color: #2069BF !important;
        font-size: 12px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        cursor: pointer;
        margin-left: 2px;
    }
    .mobile-icon-top {
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px;
    }


    .link-toggle .toggle-right {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0px;
        margin-left: 2px;
    }
    #available-product-toggle.catalog-main .toggle-right {
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px;
    }

    .catalog_text>span {
        display: inline-block;
        margin-top: 3px;
    }
    .footer_time {
        margin: 17px 0 0px 0;
    }
    /*.waitlist {*/
    /*margin-top: 0px;*/
    /*margin-left: 26px;*/
    /*position: absolute;*/
    /*}*/
    .deatil_catalog_item .waitlist,
    .deatil_catalog_item .one_click_buy
    {
        position: relative;
    }
    .catalog_main_first .block,
    .catalog_main_first .block.actions {
        width: 100%;
    }
    #content.content_cat .left-content,
    #content.content_cat .right-content,
    .left-content,
    .right-content,
    .largepage {
        width: auto;
        float: none;
        /*padding: 0 10px;*/
    }
    .right-content,
    .content_cat h1 {
        margin-top: 10px;
    }
    #logo {
        margin: 21px 0px 0px 8px;
    }
    .left-link-wrap {
        text-align: left;
    }
    .left-link {
        display: inline-block;
    }
    /*.left-menu-list li {
		width: 47%;
		display: inline-block;
		margin: 0px 0px 0px 10px;
		}*/

    .header_phone {
        margin: 8px 0px 0px 0px;
    }
    .menu_wrap {
        width: 70%;
    }
    .search-form .email_input {
        width: 63%;
    }
    .sh_btn_right_center {
        display: none;
    }

    #leave_comment {
        position: absolute;
        right: 10px;
        font-size: 12px;
        text-align: right;
    }
    .search-string {
        /*height: 0;*/

        margin-left: 10px !important;
    }
    .search-string table td {
        font-size: 12px !important;
        padding: 0 0 0 5px !important;
    }
    .search-form {
        margin: 0px 0px 0px 25px;
    }
    .accumulator {
        margin: 10px 25px 10px 5%;
    }
    .cost-wrap {
        display: none;
    }
    .column_table .col-4 {
        width: 45%;
        padding: 10px 12px;
    }

    .last-news .slides_container .item .item_news {
        float: none;
    }
    .last-news .slides_container {
        height: 75px;
    }

    .grey-center {
        margin: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }
    .deatil_catalog_item a.order {
        display: block;
        /*width: 134px;*/
        /*width: 100%;*/

        height: 40px;
        /*background: #0D77B8;*/

        background: url(../img/zakaz_small.png) no-repeat left top;
        text-decoration: none;
        color: #fff;
        font-size: 18px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
    .deatil_catalog_item a.buy {
        display: block;
        width: 134px;
        width: 100%;
        height: 40px;
        background: url(../img/buy_d_small.png) no-repeat left top;
        text-decoration: none;
        color: #fff;
        font-size: 18px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
    /*    a.cart-link {
            display: block;
            width: 165px;
            height: 40px;
            line-height: 40px;
            background: #0D77B8;
            text-decoration: none;
            color: #fff !important;
            font-size: 18px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            margin-top: 7px;
        }*/
    .deatil_catalog_item .buy:after,
    .deatil_catalog_item .order:after
    {
        display: block;
        height: 40px;
        line-height: 40px;
        text-align: center;
    }

    .deatil_catalog_item .favorite,
    .deatil_catalog_item .wish-button-delete {
        display: block;
        width: 120px;
        height: 40px;
        background: #929292;
        text-decoration: none;
        color: #fff;
        font-size: 18px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
    .deatil_catalog_item a.wish-button-delete {
        background: #3A3A3A;
        color: #fff;
    }
    .deatil_catalog_item .favorite:after {
        content: "В Избранное";
        display: block;
        height: 40px;
        line-height: 40px;
        text-align: center;
    }
    .deatil_catalog_item .wish-button-delete:after {
        content: "Удалить";
        display: block;
        height: 40px;
        line-height: 40px;
        text-align: center;
    }

    .left-menu-list li a {
        text-decoration: none;
    }
    .left-menu-list li a:hover {
        text-decoration: none;
    }
    .left-pages-menu {
        display: none;
    }
    .largepage h1 ,.largepage h2{
        font-size: 25px;
        line-height: 1;
    }
    .block_for_delivery {
        text-align: center;
        /*width: 100%;*/

        margin: 10px auto;
        float: none;
    }
    .send_submit {
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }
    /* start 10_04_2015*/

    .lg-view .largepage,
    .lg-view .right-content {
        width: auto;
        padding: 0px 10px;
        margin-left: 0px;
    }
    .lg-view .largepage .rt-content-inner,
    .lg-view .right-content .rt-content-inner {
        padding-left: 0px;
    }
    .lg-view .right-content .rt-content-inner {
        padding-right: 0px;
    }
    .largepage .img-80 {
        width: 100%;
    }
    .hide-sm {
        display: none;
    }
    /* end 10_04_2015*/

    .block-main-col-1,
    .block-main-col-2 {
        width: 100%;
        float: none;
    }
    .news-1 {
        background: none;
    }
    .block-main-2 {
        margin-top: 30px;
    }
    .block-main-col-inner > a {
        width: 100%;
        margin: 30px 0px;
    }
    .block-main-1 p {
        font-size: 15px;
    }
    #header .menu_wrap {
        width: 81%;
    }
    .map-1 {
        margin: 20px 18px 30px;
    }
    .deatil_catalog_item .waitlist,
    .deatil_catalog_item .one_click_buy{
        margin-top: -10px;
    }
    .order-form,
    .service-block .total{
        width: 100%;
    }
    .order-form .form-control,
    .order-form div[class*="-block"]{
        width: 100% !important;
    }
    .pay-block .payment-container{
        width:180px;
        height: auto;
        margin: 20px auto 10px auto;
    }
    .OfficeShippingSelect, .AdressShippingSelect{
        margin-left:0;
    }

    .a2a_button_viber{
        display: block;
    }
    .rate_table input[type="radio"]{
        margin: 2px 3px;
    }


    .lg-view-detail .right-content,.lg-view-detail .deatil_catalog_item{
        margin: unset;
        padding: unset;
    }

    .display_option_l .catalog_item_custom .add-to-waitlist-form-main-inputs{
        display: flex;
        flex-direction: column;
    }

    .display_option_l .catalog_item_custom .add_waitlist_form_class.show-elem-class{
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: fixed;
        left: 0;
        border-radius: unset;
        height: 100%;
        right: 0;
        margin-left: unset;
        width: unset;
    }
    .display_option_l .add_waitlist_form_class input:not(.waitlist_delete), .display_option_l .add_waitlist_form_class textarea{
        width: 100%;
        height: 30px;
        margin-left: unset;
        margin-right: unset;
    }
    .display_option_l .catalog_item_custom .add_waitlist_form_class input.search_button, .display_option_l .catalog_item_custom .add_waitlist_form_class input.submit_button111{
        height: 40px;
    }
    .display_option_l .catalog_item_custom .add_waitlist_form_class .outer-img-block{
        display: none;
    }
    .display_option_l .catalog_item_custom .waitlist-megaphone-img-container{
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }

}

@media screen and (max-width: 700px) {

    .buy-with-install-block{
        width: 100%;
        margin-left: 0px;
        left:0px;
    }
    .catalog_text form{
        width: 215px;
    }
    .display_option_g .catalog_text form{
        width: unset;
    }
    .slide-login-form{
        display: none;
    }

}

@media screen and (max-width: 670px) {
    .block-services {
        display: none;
    }

}
@media screen and (max-width: 590px) {
    .comment-block{
        height: 250px;
    }
    /*.login_register_link {*/
    /*display: block;*/
    /*}*/
    .login,
    .registration {
        display: none;
    }
    /*.login_links_mobile {*/
    /*display: block;*/
    /*}*/
    .login_links {
        display: none;
    }
    #login_form {
        top: -80px;
        left: 0;
        right: 0;
    }
}
@media screen and (max-width: 580px) {
    .header_logo {
        margin: 10px 0px 0px 10px;
        width: 120px;
    }
    .login_form_submit {
        float: none;
    }
    /*.basket {
		padding: 20px 8px 8px 45px;
	}*/

    .header_phone {
        display: none;
    }
    #logo {
        display: none;
    }
    /*.left-menu-list li {
		width: 100%;
	}*/

    .footer_icons {
        float: left;
    }
    /* .search-string table {
		display: none;
	} */

    #leave_comment {
        display: none;
    }
    .search-string {
        height: 0;
        /*margin-top: 20px;*/
    }
    .search-form {
        /* margin: 28px 0px 0px 25px; */

        margin: 0px 0px 0px 10px;
    }
    .search-form .email_input {
        width: 85%;
    }
    .services-tbl {
        text-align: center;
    }
    .services-tbl .srv-wrap {
        width: 200px;
    }
    /* start 10_04_2015 */

    .col-2-wrap.col-2-news,
    .col-2-wrap.col-2-delivery {
        margin-left: 0px;
        margin-bottom: 15px;
    }
    .col-2-wrap.col-2-news .col-2,
    .col-2-wrap.col-2-delivery .col-2 {
        text-align: center;
        display: block;
    }
    .col-2-wrap.col-2-news .col-2:first-child {
        width: 160px;
        height: 160px;
        margin: 0px auto 20px auto;
    }
    .col-2-wrap.col-2-news .col-2.col-2-lg,
    .col-2-wrap.col-2-delivery .col-2.col-2-lg {
        /*width: 100%;*/

        margin: 0px auto;
    }
    .col-2-wrap.col-2-news .col-2.col-2-lg .col-2-inner,
    .col-2-wrap.col-2-delivery .col-2.col-2-lg .col-2-inner {
        padding-right: 0px;
    }
    .col-2-wrap .NewsTitle {
        font-size: 16px;
    }
    .col-2-wrap.col-2-delivery .col-2:first-child {
        width: 180px;
        margin: 0px auto 20px auto;
    }
    .col-2-brands .col-3-wrap .col-3:first-child {
        display: none;
    }
    .col-2-brands .col-3-wrap .col-3 {
        width: 48%;
    }
    .catalog_main_first .block,
    .catalog_main_first .block.actions {
        width: 100%;
    }
    /* end 10_04_2015 */

    #header .menu_wrap {
        width: auto;
    }
    /*	#comment_options {
		display: none;
	}*/
    .display_option_l .waitlist-img.in-waitlist-img{
        top:unset;
    }
}
@media screen and (max-width: 550px) {

    .recommend-wrap .recommend-item {
        flex: 0 0 45%;
        max-width: 50%;
    }
    .waitlist,
    .order,
    .one_click_buy,
    .buy
    {
        position: relative;
        clear: both;
    }
    .display_option_g #content.content_cat .catalog_description,
    .display_option_g #content.content_cat.blocks .catalog_description {
        width: auto;
    }

    .display_option_g .buy {
        margin-top: 0px;
        margin-left: 0px!important;
    }

    .display_option_l .waitlist-text{
        top: -7px;
        width: 75%;
        margin-left: 25px;
        display: block;
    }
    .display_option_l .in-waitlist .waitlist-text{
        top:unset;
    }
    .user_no_logged.display_option_g .price_wrap2 {
        margin-top: 0px;
    }

    .catalog_description .catalog_title_back {
        display: inline-block;
    }
    .catalog_main_first .block,
    .catalog_main_first .block.actions {
        width: 100%;
    }
    .visa_master {
        margin-top: 10px;
    }
    .f,
    .v,
    .t{
        margin: 7px 9px 0px 0px;
    }
    .i {
        margin: 7px 24px 0px 0px;
    }
    .serv_links_down b:first-child {
        float: none;
        margin-top: -22px;
    }
    .serv_links_down b {
        float: none;
        display: block;
    }
    /* start 10_04_2015*/

    .largepage .list_works {
        float: none;
        width: 100%;
        margin: 0px;
    }
    #bg_grey_list_wrap {
        width: auto;
    }
    .bg_grey_list {
        background: none repeat scroll 0% 0% rgb(230, 230, 230);
        width: 98%;
        height: 60px;
        float: none;
        margin-top: 2px;
    }
    .largepage .title_article {
        font-size: 18px;
    }
    #formCourier,
    #formComments {
        margin: 0 auto;
    }
    #formComments .label-styled {
        margin-left: 0px;
    }
    /* end 10_04_2015*/

    #wishlist .catalog_item {
        padding: 0;
    }
    /*#wishlist .catalog_image,*/
    /*#content.content_cat .catalog_image {*/
    /*margin: 0px auto;*/
    /*float: none;*/
    /*}*/
    #wishlist .wishlist-description,
    #content.content_cat .catalog_description {
        width: auto;
    }
    #wishlist .wishlist-description {
        padding-right: 0px;
    }
    /*#wishlist .catalog_price,*/
    /*#content.content_cat .catalog_price {*/
    /*width: 130px;*/
    /*}*/
    /*.display_option_l .one_click_buy_logged.buttonOne,.display_option_l .add_waitlist_logged.buttonOne{*/
    /*margin-left: 0!important;*/
    /*}*/
    #wishlist .catalog_price {
        margin-left: 0px;
    }
    #wishlist .price_wrap2 {
        width: 100%;
        float: left;
        margin: 10px 0px 0px 3px;
    }
    #wishlist .buy,
    #wishlist .order {
        float: left;
    }


    #content.content_cat .showcase .buy
    {
        float: none;
    }

    .display_option_l #content.content_cat.blocks .price_wrap2 {
        position: relative;
        margin-top: 10%;
    }

    .accumulator{
        width: 110px;
    }

    .auth-block .col-xs-6{
        width:100%;
    }


    .faq_btn_new{
        display: block;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    .sale_new_top_position{
        left: 32%;
        top:-40px;
    }

    #cartMessage a.cart-link-close,#cartMessage a.cart-link{
        font-size:14px;
    }

}
@media screen and (max-width: 515px){

    .grey-center:not(.empty-pagination){
        height: 70px;
    }
    .page_menu{
        float: unset;
        top:-75px;
        width: 100%;
    }
    .grey-center:not(.empty-pagination) .top-per-page{
        top:30px;
        float: unset;
        text-align: center;
    }
    .display_option_l .availability-and-num-items #availability, .display_option_l .num_of_items-block{
        margin-top: 19px;
    }

}
@media screen and (max-width: 500px) {

    .comments_page .comment-inner{
        display: block;
    }
    .comments_page .comment-item{
        width: 100%;
        text-align: justify;
        margin-left: 0;
    }
    .display_option_l #content.content_cat .catalog_description{
        width: auto;
    }
    .display_option_l .catalog_description .catalog_title,.display_option_l .catalog_description .catalog_title_mobile,
    .catalog_description .catalog_title_back{
        width: 225px;
        /*margin-bottom: 10px;*/
    }
    .display_option_l .catalog_text.item_code{
        width: 225px;
    }
    .showcase .price_wrap1{
        float:none;
    }
    .catalog_main_first .block,
    .catalog_main_first .block.actions {
        width: 100%;
    }
    .top-sort {
        float: left;
    }
    .cols-wrap {
        margin: 30px 0px 0px !important;
    }
    .cols-wrap div {
        width: 100% !important;
        margin: 0px 0px 20px;
    }
    .column_table .col-4 {
        width: auto;
    }
    /*#cartMessage {*/
    /*width: auto;*/
    /*left: 0px;*/
    /*margin-left: 0px;*/
    /*height: auto;*/
    /*}*/
    .tovar_table th,
    .tovar_table td {
        padding: 2px;
        font-size: 12px;
    }
    .tovar_table td:first-child {
        padding: 30px 0;
    }
    .tovar_table tr td:first-child a {
        font-size: 11px;
    }
    /* start 10_04_2015*/

    #formCourier .col-2-wrap .col-2,
    #formComments .col-2-wrap .col-2 {
        display: block;
        width: 100%;
        padding: 10px 0px 0px 0px;
        margin: 0px;
    }
    #formCourier .col-2-wrap .col-2:first-child img,
    #formComments .col-2-wrap .col-2:first-child img {
        margin-right: 15px;
    }
    #formComments .rate_table {
        width: 100%;
        background: #0D77B8;
        padding: 10px 0px;
    }
    #formComments .rate_table .col-2-wrap .col-2:first-child {
        width: 100%;
    }
    #formComments .rate_table .col-2-wrap .col-2 {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    .comment_answer .comment-item img {
        margin-left: -41px;
        width: 40px;
    }
    .comment_answer .comment-item {
        margin-left: 61px;
    }
    /* end 10_04_2015*/

    .lg-view-detail #formComments .col-2-wrap .col-2 img {
        margin: 0px 15px 0px 0px;
    }
    #fancy_comment,
    #fancy_faq {
        width: 245px;
        margin: 0 auto 20px auto;
        text-align: center;
    }
    #fancy_comment .faq_btn,
    #fancy_faq .faq_btn {
        margin: 0;
    }
    #fancybox-wrap #data , #fancybox-wrap #terms{
        margin-left: 0px !important;
        margin-right: 5px;
        font-size: 12px;
    }
    #fancybox-wrap #mainarea {
        font-size: 12px;
    }
    #fancybox-wrap #mainarea > div {
        padding: 0px !important;
    }
    #client_login_form.active,
    #client_forgot-pass.active ,
    #client_reg_form.active
    {
        height: 300px;
        width: auto;
    }
    #client_forgot-pass.active{
        height: 155px;
    }
    #client_reg_form.active{
        height: auto;
    }
    #client_login_form .login_input,
    #client_forgot-pass .login_input,
    #client_reg_form .login_input{
        display: block;
    }
    #client_login_form .login_input input,
    #client_forgot-pass .login_input input,
    #client_reg_form .login_input input,
    #client_wrap-remeber,
    #client_forgot-password,
    #client_login_form .login_input.wrap-submit
    {
        /*display: block;*/
        width: 100%;
        margin: 5px auto;
        float: none;
    }
    #client_login_form .login_input input.login_form_submit,
    #client_forgot-pass .login_input #client_forgot_submit,
    #client_forgot-pass .login_input #client_close-forgot,
    #client_reg_form .login_input #client_close-forgot,
    #client_reg_form .login_input.wrap-submit{
        width: 100%;
        -webkit-appearance: none;
    }
    .login_input.login_form_hide.wrap-submit {
        margin-bottom: 10px;
    }
    #client_login_form .social_auth,
    #client_reg_form .social_auth{
        width: 100%;
        text-align: center;
        margin: 60px auto 0px auto;
    }
    #client_reg_form .social_auth{
        margin: 10px 0;
    }
    #client_login_submit{
        -webkit-appearance: none;
    }
    .clients-login-form .login_input.registration_link{
        margin: 30px auto;
        width: 100%;
        font-weight: bold;
    }


    .g-recaptcha{
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
    .mnr,.mnrs{
        padding: 0!important;
    }
    div#mainarea{
        min-width: unset;
    }
    .mnr{
        overflow: hidden;
    }
    div#fancybox-content,.mnrs{
        width: 100%!important;
    }
    div#fancybox-wrap{
        left: unset!important;
        width: 100%!important;
        height: 90%!important;
    }
    .form-group label,.form_group label{
        display: inline;
    }
    /*select.iti-mobile-select{*/
    /*    display: none;*/
    /*}*/
    div.grey-center.in-cart{
        text-align: center;
    }

    #phone{
        width: 100%!important;
        margin-top: unset;
        float: none;
    }

    .star_rate input[type="radio"]{
        margin: 0px 3px 0px 0px;
    }

    .brand_visible_main_container{
        text-align: center;
    }
    .brand_visible_main{
        text-align: left;
    }
}
/*select.iti-mobile-select{*/
/*    display: none;*/
/*}*/

@media screen and (max-width: 498px) {
    .footer_time {
        margin: -10px 0 0 90px;
    }

    a.cart-link, a.cart-link-close{
        width: 40%;
    }
    .cart-msg-arrow-left-container{
        left: 10px;
    }
    .cart-msg-arrow-right-container{
        right: 10px;
    }
}
@media screen and (max-width: 450px) {
    #cour {
        width: 100%;
    }

    .display_option_l .without-articul .catalog_price {
        top: -120px;
    }
    /*.display_option_l .num_of_items{*/
    /*top: -65px;*/
    /*}*/
    /*.display_option_l #availability{*/
    /*left: 150px;*/
    /*}*/
    .display_option_l .availability-and-num-items{
        margin-left: 45px;
        width: min-content;
        justify-content: center;
    }
    .detail_page.num_of_items, .display_option_l .catalog_item_custom .num_of_items{
        margin-left: 81px;
    }
    .display_option_l #availability span{
        text-align: left;
    }
    .display_option_l .batery_availability{
        margin-bottom: -7px;
        width: 60px;
    }

    .display_option_l .catalog_text>span{
        display: flex;
        flex-direction: column-reverse;
        line-height: 11px;
    }

    .display_option_l #content.content_cat .catalog_line{
        margin-bottom: -67px;
    }
    .display_option_l #content.content_cat .catalog_item_custom{
        height: auto;
    }
    .display_option_l .catalog_text.item_code{
        margin-top: 15px;
    }
    .display_option_l .price_wrap2{
        top: 103px;
    }
    .display_option_l .price_wrap1{
        top: 115px;
        margin-bottom: 30px;
    }
    .display_option_l .catalog_item .price_wrap2 a img{
        margin-right: unset;
    }
    .display_option_l .buy_one_click_img{
        margin-left: 20px;
    }
    .display_option_l .waitlist-text{
        margin-left: 25px;
    }
    .display_option_l .in-waitlist .waitlist-text{
        top:-7px;
    }
    /*.display_option_l .waitlist-img.in-waitlist-img{*/
        /*top:-40px;*/
    /*}*/
    .in-cart-text {
        float: right;
        margin-right: 0px;
    }
    .menu_wrap {
        width: auto;
    }
    .deatil_catalog_item .waitlist,
    .deatil_catalog_item .one_click_buy{
        margin-left: auto;
        float: right;
    }
    .deatil_catalog_item .order,
    .deatil_catalog_item .buy
    {
        margin-left: auto;
        width: 100%;
    }
    #header .menu_wrap {
        min-height: auto;
    }
    #logo img {
        width: 50%;
    }
    .search-form {
        /* margin: 28px 0px 0px;
		position: absolute;
		left: 10px; */

        margin: 0px 0px 0px 13px;
    }
    .search-form .email_input {
        width: 164px;
    }
    .recommend-item {
        margin: 0px auto;
        float: none;
    }
    /*#content.content_cat .catalog_image,*/
    /*.deatil_catalog_item .catalog_image {*/
    /*margin: 0px auto;*/
    /*float: none;*/
    /*}*/



    .recommend-wrap {
        margin-left: 0px;
    }
    .recommend-wrap .recommend-item {
        width: 180px;
        height: auto;
        margin: 0px auto 20px auto;
    }
    .recommend-title {
        text-align: center;
    }
    #content.content_cat.blocks .catalog_description,
    .deatil_catalog_item .catalog_description {
        width: auto;
    }

    /*#content.content_cat .catalog_price,*/
    /*#content.content_cat.blocks .catalog_price {*/
    /*width: 120px;*/
    /*}*/
    #content.content_cat.blocks .price_title,
    #content.content_cat.blocks .retail_price,
    #content.content_cat.blocks .price_title,
    #content.content_cat.blocks .your_price {
        text-align: right;
    }
    .display_option_g #content.content_cat.blocks .price_title{
        text-align: left;
    }

    /*.price_wrap1{*/
    /*float: left;*/
    /*margin: 10px 0px 0px 10px;*/
    /*}*/

    /*.display_option_l .price_wrap2 {*/
    /*float: right;*/
    /*margin: 10px 0px 0px 10px;*/
    /*}*/
    .user_no_logged.display_option_g .price_wrap2 {
        margin-top: 0px;
    }
    .payment-table {
        border-spacing: 0px;
        border-collapse: collapse;
    }
    .payment-table td {
        padding: 1px;
    }
    .delivery-table {
        width: auto !important;
    }
    .delivery-table img {
        padding: 0px 10px 0px 0px;
    }
    .input_form {
        width: 133px !important;
        background: #fff;
        border: 1px solid #999;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
    #login_form {
        width: auto;
        margin: 0px;
        padding: 0px 0px 0px 12px;
    }
    #login_form .login_input {
        width: 114px;
        background: #000;
    }
    #login_form .login_input input {
        width: 114px;
    }
    #leave_comment_long {
        width: 158px;
    }
    .header_logo {
        margin: 15px 0px 0px 10px;
        width: 92px;
        font-size: 10px;
    }
    #footer_logo {
        margin: 15px 0px 0px 10px;
    }
    .footer_icons {
        margin: 0px 0px 0px 10px;
    }
    .accumulator {
        margin: 10px 10px 10px 0px;
        width: 110px;
    }
    .t {
        margin: 7px 5px 0px 0px;
    }
    .column_table .col-4 {
        text-align: center;
    }
    .list_brends > li img {
        width: 72%;
    }
    .list_brends > li {
        display: inline-block;
        margin: 4px;
        text-align: center;
        height: 40px;
        line-height: normal;
        width: 94px;
    }
    .payment-container {
        float: none;
        margin: 20px auto 10px auto;
    }


    .buy
    {
        float: left;
        margin-left: auto;
        margin-top: 0px;
    }
    .display_option_l .waitlist,
    .display_option_l .one_click_buy
    {
        margin-top: 0px;
        margin-left: auto;
        float: left;
    }
    .showcase .one_click_buy{
        float: none;
    }
    .display_option_g .waitlist,
    .display_option_g .order,
    .display_option_g .buy,
    .display_option_g .one_click_buy
    {
        margin-top: 5px;
    }

    .left-link {
        display: block;
        padding: 2px 10px;
        width: 75px;
        text-align: center;
        height: 37px;
        margin-bottom: 10px;
        margin-right: 2px;
        margin-left: 2px;
        float: left;
    }
    .delete-all {
        display: none;
    }
    .delete-all-wrap {
        padding: 15px 0 0 0;
    }
    .tovar_table th.availability_th,
    .tovar_table th.quantity_th {
        font-size: 0px;
    }
    .tovar_table th,
    .tovar_table tr td {
        text-align: center;
    }
    .tovar_table tr td:first-child {
        text-align: left;
    }
    /*    .tovar_table th:last-child,
        .tovar_table tr td:last-child {
            width: 15%;
        }*/
    .tovar_table th.quantity_th {
        width: 23%;
        text-align: center;
    }
    .availability_th:after {
        content: "Наличие";
        font-size: 12px;
    }
    .quantity_th:after {
        content: "Кол-во";
        font-size: 12px;
    }
    /*    .delete_tovar {
            font-size: 0px;
            background: url('../img/delete.png') no-repeat scroll 0% 0% transparent;
            display: block;
            width: 12px;
            height: 12px;
        }*/
    /* start 10_04_2015*/

    .col-4-wrap .col-4,
    .col-2-wrap .col-2 {
        width: 90%;
        margin: 0px auto;
        padding: 20px 0px;
        display: block;
    }
    .largepage h1,.largepage h2 {
        font-size: 25px;
        text-align: center;
    }
    .largepage .acc-dropdown-text-list {
        margin-left: 30px;
    }
    .largepage .rt-content-inner h3 {
        font-size: 16px;
    }
    .col-2-wrap.col-2-repair .col-2 {
        padding: 20px 2%;
    }
    .largepage .img-100-sm {
        width: 100%;
    }
    .col-3-wrap .col-3 {
        padding: 20px 0%;
        display: block;
        margin-left: 0px;
        width: 100%;
    }
    .col-3-wrap .col-3.custom_image_gallery_item {
        width: 29%;
        display: inline-block;
    }
    .col-2-warranty .col-2 {
        text-align: center;
        width: 100%;
    }
    .col-2-brands .col-3-wrap .col-3 {
        display: inline-block;
        margin-left: -4px;
        padding: 10px 1%;
    }
    .catalog_main_first .block,
    .catalog_main_first .block.actions {
        width: 100%;
    }
    /* end 10_04_2015*/

    .block-main-col-inner .block-main-col-1 {
        width: 50%;
        float: none;
        text-align: center;
        margin: 0px auto;
    }
    .block-main-col-inner .block-main-col-2 {
        float: none;
        margin: 0px auto;
        width: 90%;
        text-align: center;
    }
    .block-main-1 h3 {
        margin-bottom: 12px;
        text-align: center;
        margin-top: 12px;
    }
    .b-company-info,
    .b-schedule {
        font-size: 12px;
    }
    #content.content_cat.blocks .price_wrap2 {
        position: relative;
    }
    /*.display_option_g #content.content_cat.blocks .price_wrap2 {*/
    /*position: absolute;*/
    /*}*/
    /*.in-waitlist {*/
    /*margin-left: 5px;*/
    /*float: left;*/
    /*}*/
    .mobile-icon-top a span {
        display: none;
    }
    .btn-group {
        white-space: normal;
    }
    .btn-group>.btn {
        width: 100%;
    }
    .comment-block .comment-body {
        font-size: 13px;
    }
    .comment-block .comment-name,
    .comment-block .date {
        font-size: 14px;
    }


    .sle{
        margin-right: 8%!important;
    }
    #reg a{
        font-size: 14px;
    }
    #enter a{
        font-size: 14px;
    }
    .sale_new_top_position{
        left: 28%;
    }

    .cart-msg-arrow-left-container,.cart-msg-arrow-right-container{
        display: none;
    }




}

@media screen and (max-width: 400px) {
    .enter_form .login_input {
        width: 200px;
    }
    .service-block{
        width:355px;
    }

    .display_option_l .waitlist-text,.display_option_l .in-waitlist .waitlist-text{
        top:unset;
    }

}


@media screen and (max-width: 385px) {
    .display_option_l .catalog_description .catalog_title,.display_option_l .catalog_description .catalog_title_mobile,
    .catalog_description .catalog_title_back,.display_option_l .catalog_text.item_code{
        width: 170px;
    }
    .display_option_l .catalog_description .catalog_title{
        margin-bottom: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .display_option_l .price_wrap1{
        margin-bottom: 25px;
    }
    .display_option_l #content.content_cat .catalog_item_custom.without-articul {
        height: 550px;
    }
    .display_option_l .price_wrap2 {
        top: 166px;
    }
    .display_option_l .without-articul .price_wrap2 {
        top:117px;
    }
    .display_option_l #content.content_cat .catalog_item_custom{
        height: auto;
    }
    .display_option_l #content.content_cat .catalog_line{
        margin-bottom: -53px;
    }
    .display_option_l #content.content_cat .catalog_image img.img-catalog-small{
        height: 165px;
        width:165px;
    }
    .display_option_l .maint-text-block{
        height: 300px;
    }
    .display_option_l #availability{
        top:-70px;
        margin: unset;
        left: unset;
        right: unset;
        float: unset;
    }
    .display_option_l .num_of_items{
        top:-65px;
        width: 100%;
        margin: unset;
        left: unset;
        right: unset;
        display: flex;
        justify-content: center;
    }
    .display_option_l .my-rating{
        top:-190px;
    }
    .display_option_l .price_wrap1{
        top:120px;
        margin-left: 25%;
    }
    .display_option_l .catalog_item_custom:not(.without-articul) .price_wrap1{
        top:180px;
    }
    .display_option_l .block-info-mob{
        position: relative;
        top: 100px;
        left: 30px;
    }
    .display_option_l .catalog_description .catalog_title,.display_option_l .catalog_description .catalog_title_mobile,
    .display_option_l .catalog_description .catalog_title_back,
    .display_option_l .catalog_text.item_code,.display_option_l #content.content_cat .catalog_image{
        width: 100%;
        text-align: center;
    }
    .display_option_l .label-img{
        left: calc(50% - 73px)!important;
    }
    .display_option_l .catalog_text form{
        width: auto;
    }
    a.cart-link, a.cart-link-close{
        width: 43%;
    }
    #cartMessage a.cart-link-close, #cartMessage a.cart-link{
        font-size: 13px;
    }

    .display_option_l .catalog_text>span{
        display: flex;
        flex-direction: row-reverse;
    }
    .display_option_l .batery_availability{
        padding-left: unset;
    }
    .display_option_l .availability-and-num-items{
        display: flex;
        width: 100%;
        margin-left: -15%;
        margin-right: unset;
        justify-content: center;
        align-items: center;
    }
    .display_option_l #availability>span{
        display: flex;
        align-items: baseline;
    }
    .display_option_l .catalog_text>span{
        line-height: unset;
    }
    .display_option_l .availability-and-num-items #availability{
        margin-left: -11px;
    }

    .display_option_l .num_of_items-block .minus,.display_option_l .num_of_items-block .plus{
        z-index: 2;
    }

    .display_option_l .applicability-item,
    .display_option_l .catalog-det-articul {
        text-align: center;
        position: relative;
        top: 30px;
    }



}
@media screen and (max-width: 360px) {
    .last-news .slides_container {
        height: 85px;
    }
    .last-news .slides_container .item .item_news {
        width: 280px;
    }
    .catalog_main_first .block,
    .catalog_main_first .block.actions {
        width: 100%;
    }
    .display_option_g .order,
    .display_option_g .buy{
        width: 100%;
    }
    .display_option_g .waitlist,
    .display_option_g .order,
    .display_option_g .buy,
    .display_option_g .one_click_buy
    {
        margin-top: -2px;
    }
    #content.content_cat.blocks .price_wrap2 {
        position: relative;
    }
    .mobile-icon-new,
    .mobile-icon-sale,
    .mobile-icon-top,
    .link-toggle .toggle-left,
    .link-toggle .toggle-right {
        font-size: 10px;
    }
    #available-product-toggle.catalog-main .toggle-right,
    #available-product-toggle.catalog-main .toggle-left {
        font-size: 12px;
    }
    .news-1 {
        padding: 0 10px;
    }
    .block-main-3 .comments-1 {
        padding: 0px;
    }
    .btn-chs{
        width: 70%;
        display: inline-block;
        margin-bottom: 15px;
    }
    #fancybox-wrap.response_sm_width{
        height: 800px!important;
    }
    .sale_new_top_position{
        left: 23%;
    }
    .display_option_l .buy_one_click_text,.display_option_l .catalog_cart_text,.display_option_l .fix_good{
        font-size: 11px;
    }
    #cartMessage a.cart-link-close, #cartMessage a.cart-link{
        font-size: 12px;
    }
    .display_option_l .waitlist-text{
        margin-left: 5px;
    }

    .wishlist-description .catalog_text,.wishlist-description .catalog_title{
        text-align: center;
    }
    .catalog_item,.catalog_text form,.wishlist-description{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .faq_fancybox #fancybox-content{
        overflow: hidden;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
    #waitlist .catalog_item{
        margin-bottom: 30px;
    }

    @supports (-webkit-overflow-scrolling: touch) {
        /* CSS specific to iOS devices */
        .body_clients .header__mobile .main_search_input.mobSearchInput_show{
            position: absolute;
            left: 0px;
            max-width: 140px!important;
            margin-left: 60px;
            border-radius: unset;
        }

    }




}
@media screen and (max-width: 335px) {
    .display_option_l .order-in-cart-text{
        position: relative;
        /*top: -20px;*/
        left: 5px;
        display: block;
    }

    .display_option_l .in-order-img{
        position: relative;
        /*left: -66px;*/
    }




}
@media screen and (max-width: 325px) {
    #fancybox-wrap.response_sm_width{
        height: 1180px!important;
    }
    #fancybox-wrap.faq_sm_width{
        height: 780px!important;
    }
    #fancybox-content{
        height: 100%!important;
    }
    .scalefaq{
        transform:scale(0.85);
        -webkit-transform:scale(0.85);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
        overflow:scroll!important
    }
    .scalecomment{
        transform:scale(0.83);
        -webkit-transform:scale(0.83);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
        overflow:scroll!important;
    }
    /*.fix_view , .catalog_item_custom .add_waitlist_form_class{*/
        /*left:-115%;*/
        /*top:-199px;*/
    /*}*/
}

@media screen and (max-width: 240px) {
    /*.black_line .basket,*/

    .login_register_link,
    #login_form {
        display: none;
    }
}
/*iphone queries*/
/*iPhone 6 in portrait & landscape*/

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
    .header_logo {
        width: 140px;
    }
}
/*iPhone 6 plus in portrait & landscape*/

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {
    .header_logo {
        width: 140px;
    }
}
/*iPhone 5 & 5S in portrait & landscape*/

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    /*    .item_block#basket a {
            11px 0 6px 45px;
        }*/
    .header_logo {
        width: 140px;
    }
    /*.black_line .basket,*/

    .login_register_link,
    #login_form {
        display: none;
    }
}
/*iPhone 2G-4S in portrait & landscape*/

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .header_logo {
        width: 140px;
    }
    /*.black_line .basket,*/

    .login_register_link,
    #login_form {
        display: none;
    }
}
/*end iphone queries*/
/* custom */


@media (min-width: 856px) and (max-width: 1140px) {
    .page_menu:not(.page-menu-bottom){
        margin-top: 100px;
        position: absolute;
        width: 65%;
    }
}

@media (max-width: 856px) {
    .page_menu:not(.page-menu-bottom){
        margin-top: 100px;
        position: absolute;
        width: 65%;
    }

}
/*@media (max-width: 856px) and (min-width: 750px) {*/

/*    .display_option_l #content.content_cat .catalog_item_custom{*/
/*        margin-top: 60px;*/
/*    }*/
/*}*/

@media screen and (max-width: 820px) {
    #update-live-search .live_div_item {
        width: 70%;
        padding-left: 5px;
    }
}
@media screen and (max-width: 750px) {
    #update-live-search li img {
        margin-left: 5px;
        height: 64px;
    }
    #update-live-search li div {
        width: 75%;
    }
    #update-live-search span {
        margin-top: 1px;
    }
    #update-live-search .live__title {
        font-size: 12px;
    }
    #update-live-search .live__availability {
        font-size: 10px;
    }
    #update-live-search .live__price {
        font-size: 11px;
    }
    .block_for_delivery input {
        margin-top: 5px;
    }
    .block_for_delivery #Street3 {
        margin-top: 10px !important;
    }
    .catalog_main_first {
        display: block;
    }

    .display_option_l .price_wrap2{
        margin-left: unset;
    }
    .display_option_l #content.content_cat .price_wrap2{
        padding: 0 20px;
    }
    .display_option_g .price_wrap1{
        margin-left: unset;
    }


    .display_option_l #content.content_cat .catalog_description {
        padding-left: 10px;
        padding-right: 10px;
    }

    .display_option_l #content.content_cat .catalog_item_custom{
        padding-top: 10px;
    }

    .deatil_catalog_item .catalog_image .catalog_detail_image_big {
        margin-top: 104px;
    }
    .deatil_catalog_item .gallery-custom-desktop-container{
        display: none;
    }
    .catalog_image .detail-zoom-img {
        height: 25px;
        width: 25px;
        position: relative;
        top: -108px;
        float: right;
    }
    .detail-zoom-link{
        position: absolute;
        top: 99%;
        left: 90%;
    }
    .recommended_mobile .catalog_item_custom .catalog_image img.img-catalog-small,.catalog_item_last_viewed img.img-catalog-small{
        width: 150px!important;
        height: 150px!important;
    }
    .recommended_mobile .catalog_item_custom .label-img{
        left: 37%!important;
        top: 10%;
    }
    .recommend-title{
        float: unset;
    }

    .autocomplete-items{
        left: 0!important;
        right: 0;
        width: unset!important;
    }
    .main_list_items_fixed{
        position: fixed!important;
    }
    .main_search.search-btn{
        outline: none;
    }
    .catalog-no-items-msg{
        margin-bottom: 56px;
    }
    .search_no_items .catalog-drop-down{
        display: none;
    }
    .search_no_items .catalog-no-items-msg{
        visibility: visible;
    }
    .search-title{
        margin-top: 50px;
        display: flex;
        justify-content: center;
        align-items: center;

    }
    .page_menu.page_menu_search_template,.page_menu.ctlg_srch_pag_class{
        top:140px!important;
    }
    .success_phone{
        margin-top:unset;
        width: 100%;
    }
    .pagepath{
        left: unset;
    }
    .notify_me_btn{
        display: block;
    }

    #waitlist .catalog_title{
        height: auto;
    }


    #mainarea{
        background-size: cover;
        -webkit-background-size: cover;
    }
    .catalog_main h1.catalog-page-name{
        display: block;
        margin-top: 24px;
    }
    .catalog_main .catalog-page-name-margin-block{
        margin-left: unset;
        display: flex;
         font-size: 20px;
        justify-content: center;
        text-align: center;
    }


    .page_menu:not(.page-menu-bottom){
        position: relative;
        width: 50%;
        margin: unset;
        padding: unset;
        top: 0px!important;
        padding: 5px 10px;
    }

    .body_catalog-detail .catalog_item:not(.item_isset){
        display: none;
    }



}


@media screen and (max-width: 500px) {
    #update-live-search li img {
        margin-left: 5px;
        height: 58px;
    }
    #update-live-search .live__title {
        font-size: 12px;
    }
    #update-live-search .live__availability {
        font-size: 10px;
    }
    #update-live-search .live__price {
        font-size: 11px;
    }
}
@media screen and (min-width: 600px) {
    .top-per-page-small-inner{
        display: none;
    }
}
/*@media screen and (min-width: 766px) and (max-width: 800px){
    .page_menu.page-menu-bottom,
    .grey-left-second {
       display: none;
    }
}*/
@media screen and (max-width: 600px) {
    .search-form #live-search {
        width: 50%;
    }
    .search-form .close_search {
        right: calc(100% - 50% + 10px);
    }
    .top-per-page .per-page{
        font-size: 11px;
    }

    .grey-center:not(.empty-pagination){
        height: 70px;
    }
    .page_menu{
        float: unset;
        top:-75px;
        width: 100%;
    }
    .grey-center:not(.empty-pagination) .top-per-page{
        top:30px;
        float: unset;
        text-align: center;
    }

    .catalog_main .top-per-page.top-per-page-md{
        display: none;
    }

    .catalog_main .top-per-page-text{
        width: 75px;
    }
    .catalog_main .per-page{
        display: flex;
        align-items: center;
        margin-left: 10px;
        margin-top: 6px;
    }
    .catalog_main .page_menu{
        font-size: 16px;
        float: right;
        width: fit-content;
        margin-right: 10px;
        margin-top: 72px!important;

        position: absolute;
        top: 90px;
        right: 15px;
    }

    .page_menu:not(.page-menu-bottom){
        position: relative;
        float: right;
        width: 51%;
        /*top: -40px!important;*/
        margin: unset!important;
        right: 0px;
    }

    /*.page_menu.page_menu_search_template{*/
        /*top:95px!important;*/
    /*}*/
    .catalog_main .page_menu ul li{
        margin: unset;
    }
    .catalog_main .top-per-page .per-page-options a.selected{
        color: white;
        border-radius: 50%;
        background-color: #0866d5;
        padding: 5px;
    }
    .catalog_main .per-page-opt-block-is-open{
        position: absolute;
        height: 50px;
        width: 100%;
        top: -28px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .grey-left-second .per-page-opt-block-is-open{
        top: 35px;
    }
    .catalog_main .per-page-number{
        font-size: 20px;
    }
    .catalog_main .grey-center{
        padding-left: unset;
        padding-right: unset;
        height: 50px;
    }
    .catalog_main .top-per-page .per-page-options a{
        font-size: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }

}
.combo-select select {
    height: 5px !important;
}
/* ******************** */


#Address3 #delivery_select>input,
#Address5 #delivery_select>input,
#delivery_select .combo-select{
    margin-left: 19px;
    width: 180px;
}



.comment-block .comment-body>a{
    word-break: break-word;
    display: block;
}


#main_slider>.next,#main_slider>.prev{
    display: block;
    width: 10%;
    /*height: 100%;*/
    opacity: 0;
    position: absolute;
    top: 0px;
    right:0px;
    z-index: 999999;

}

#main_slider>.prev{
    top: 0px;
    left:0px;
}

#main_slider>.next:hover,#main_slider>.prev:hover{
    background-color: #1c7bd3;
    opacity: 0.001;
}

/* one_click_buy */


.CatalogDetail_one_click_buy_logged{
    height: unset!important;
}

.hide {
    display: none!important;
}

/*img.oneWaitlist{
    float: left;
}*/
/*span.oneWaitlist{
    margin-left: -100px;
    width: 180px;
    margin-top: -1px;
}*/
/*.buy_fast_detail.buttonOne,.waitlist_detail.buttonOne
{
    height: 43px;
}
.waitlist.buttonOne{
    height: 26px;
}*/
.buttonOne:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #00c34c;
}
/*.buy_fast_detail.buttonOne:before {
    background-color: green;
}*/
.waitlist_detail.buttonOne:before,.waitlist.buttonOne:before
{
    background-color: gray;
}
/*.buttonOne span {
    position: absolute;
}*/
.buttonOne span.waitlist-text {
    position: relative;
}
.buttonOne span i {
    transform-origin: center center;
}
.buttonOne span.submitOne {
    top: 50%;
    transform: translateY(-50%);
}
.buttonOne span.loadingOne {
    top: 100%;
    transform: translateY(0%);
    font-size: 24px;

}
.buttonOne:not(.activeOne) span.loadingOne {
    display: none;

}
.buttonOne span.checkOne {
    display: none;
}
.one_click_buy.activeOne,.buy_fast_detail.activeOne{
    background-color: #00c34c;
}
.activeOne:before {
    width: 100%;
    transition: width 3s linear;
}
.activeOne span.submitOne {
    top: -100%;
    /*transform: translateY(-50%);*/
}
.activeOne span.loadingOne {
    top: 50%;
    transform: translateY(-50%);
}

.display_option_l .activeOne span.loadingOne {
    top: 0;
    transform:none;
    margin-top: auto;
}
.buy_fast_detail .loadingOne,.waitlist_detail .loadingOne,.waitlist .loadingOne{
    margin-left: -5%;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
    .one_click_buy .loadingOne,.waitlist .loadingOne{
        margin-left: 14px;
        width: 55px;
    }
}

@media screen and (max-width: 600px)
{
    @media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm)
    {
        .one_click_buy .loadingOne,.waitlist .loadingOne{
            margin-left: -14px;
        }
    }

}

.activeOne span.loadingOne i {
    animation: loadingOne 500ms linear infinite;
}
.activeOne span.checkOne {
    display: none;
}
.one_click_buy .finished,.buy_fast_detail .finished {
    background-color: #00c34c;
}
.finished .submitOne {
    display: none;
}
.finished .loadingOne {
    display: none;
}
.finished .checkOne {
    display: block !important;
    font-size: 24px;
    animation: scale 0.5s linear;
}
.buy_fast_detail.finished .checkOne ,.waitlist_detail.finished .checkOne,.waitlist.finished .checkOne,.in-waitlist .checkOne{
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.finished .checkOne i {
    transform-origin: center center;
}
@keyframes loadingOne {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes scale {
    0% {
        transform: scale(10);
    }
    50% {
        transform: scale(0.2);
    }
    70% {
        transform: scale(1.2);
    }
    90% {
        transform: scale(0.7);
    }
    100% {
        transform: scale(1);
    }
}

#content.content_cat.blocks .catalog_price a.buttonOne{
    /*text-align: center!important;*/
}
#navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1.5rem;
}


.dropdown:hover .drop_menu {
    display: block;
}


.img-responsive {
    display: block;
    max-width: 100%;
    height: auto; }

.img-rounded {
    border-radius: 6px; }

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto; }

.img-circle {
    border-radius: 50%; }
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto; }

[role="button"] {
    cursor: pointer; }


.text-left {
    text-align: left; }

.text-right {
    text-align: right; }

.text-center {
    text-align: center; }

.text-justify {
    text-align: justify; }

.text-nowrap {
    white-space: nowrap; }

.text-lowercase {
    text-transform: lowercase; }

.text-uppercase {
    text-transform: uppercase; }

.text-capitalize {
    text-transform: capitalize; }

.text-muted {
    color: #777777; }

.text-primary {
    color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
    color: #286090; }

.text-success {
    color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
    color: #2b542c; }

.text-info {
    color: #31708f; }

a.text-info:hover,
a.text-info:focus {
    color: #245269; }

.text-warning {
    color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
    color: #66512c; }

.text-danger {
    color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
    color: #843534; }

.bg-primary {
    color: #fff;
    background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #286090; }

.bg-success {
    background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3; }

.bg-info {
    background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee; }

.bg-warning {
    background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5; }

.bg-danger {
    background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9; }

.page-header {
    padding-bottom: 10px;
    margin: 44px 0 22px;
    border-bottom: 1px solid #eeeeee; }


.list-unstyled {
    padding-left: 0;
    list-style: none; }

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px; }

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

.viber_phone {
    position: relative;
    left: -27px;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
    .dl-horizontal dd {
        margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777777; }

.initialism {
    font-size: 90%;
    text-transform: uppercase; }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll; }

.row {
    margin-left: -15px;
    margin-right: -15px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left; }

.col-xs-12 {
    width: 100%; }

.col-xs-11 {
    width: 91.66666667%; }

.col-xs-10 {
    width: 83.33333333%; }

.col-xs-9 {
    width: 75%; }

.col-xs-8 {
    width: 66.66666667%; }

.col-xs-7 {
    width: 58.33333333%; }

.col-xs-6 {
    width: 50%; }

.col-xs-5 {
    width: 41.66666667%; }

.col-xs-4 {
    width: 33.33333333%; }

.col-xs-3 {
    width: 25%; }

.col-xs-2 {
    width: 16.66666667%; }

.col-xs-1 {
    width: 8.33333333%; }

.col-xs-pull-12 {
    right: 100%; }

.col-xs-pull-11 {
    right: 91.66666667%; }

.col-xs-pull-10 {
    right: 83.33333333%; }

.col-xs-pull-9 {
    right: 75%; }

.col-xs-pull-8 {
    right: 66.66666667%; }

.col-xs-pull-7 {
    right: 58.33333333%; }

.col-xs-pull-6 {
    right: 50%; }

.col-xs-pull-5 {
    right: 41.66666667%; }

.col-xs-pull-4 {
    right: 33.33333333%; }

.col-xs-pull-3 {
    right: 25%; }

.col-xs-pull-2 {
    right: 16.66666667%; }

.col-xs-pull-1 {
    right: 8.33333333%; }

.col-xs-pull-0 {
    right: auto; }

.col-xs-push-12 {
    left: 100%; }

.col-xs-push-11 {
    left: 91.66666667%; }

.col-xs-push-10 {
    left: 83.33333333%; }

.col-xs-push-9 {
    left: 75%; }

.col-xs-push-8 {
    left: 66.66666667%; }

.col-xs-push-7 {
    left: 58.33333333%; }

.col-xs-push-6 {
    left: 50%; }

.col-xs-push-5 {
    left: 41.66666667%; }

.col-xs-push-4 {
    left: 33.33333333%; }

.col-xs-push-3 {
    left: 25%; }

.col-xs-push-2 {
    left: 16.66666667%; }

.col-xs-push-1 {
    left: 8.33333333%; }

.col-xs-push-0 {
    left: auto; }

.col-xs-offset-12 {
    margin-left: 100%; }

.col-xs-offset-11 {
    margin-left: 91.66666667%; }

.col-xs-offset-10 {
    margin-left: 83.33333333%; }

.col-xs-offset-9 {
    margin-left: 75%; }

.col-xs-offset-8 {
    margin-left: 66.66666667%; }

.col-xs-offset-7 {
    margin-left: 58.33333333%; }

.col-xs-offset-6 {
    margin-left: 50%; }

.col-xs-offset-5 {
    margin-left: 41.66666667%; }

.col-xs-offset-4 {
    margin-left: 33.33333333%; }

.col-xs-offset-3 {
    margin-left: 25%; }

.col-xs-offset-2 {
    margin-left: 16.66666667%; }

.col-xs-offset-1 {
    margin-left: 8.33333333%; }

.col-xs-offset-0 {
    margin-left: 0%; }

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left; }
    .col-sm-12 {
        width: 100%; }
    .col-sm-11 {
        width: 91.66666667%; }
    .col-sm-10 {
        width: 83.33333333%; }
    .col-sm-9 {
        width: 75%; }
    .col-sm-8 {
        width: 66.66666667%; }
    .col-sm-7 {
        width: 58.33333333%; }
    .col-sm-6 {
        width: 50%; }
    .col-sm-5 {
        width: 41.66666667%; }
    .col-sm-4 {
        width: 33.33333333%; }
    .col-sm-3 {
        width: 25%; }
    .col-sm-2 {
        width: 16.66666667%; }
    .col-sm-1 {
        width: 8.33333333%; }
    .col-sm-pull-12 {
        right: 100%; }
    .col-sm-pull-11 {
        right: 91.66666667%; }
    .col-sm-pull-10 {
        right: 83.33333333%; }
    .col-sm-pull-9 {
        right: 75%; }
    .col-sm-pull-8 {
        right: 66.66666667%; }
    .col-sm-pull-7 {
        right: 58.33333333%; }
    .col-sm-pull-6 {
        right: 50%; }
    .col-sm-pull-5 {
        right: 41.66666667%; }
    .col-sm-pull-4 {
        right: 33.33333333%; }
    .col-sm-pull-3 {
        right: 25%; }
    .col-sm-pull-2 {
        right: 16.66666667%; }
    .col-sm-pull-1 {
        right: 8.33333333%; }
    .col-sm-pull-0 {
        right: auto; }
    .col-sm-push-12 {
        left: 100%; }
    .col-sm-push-11 {
        left: 91.66666667%; }
    .col-sm-push-10 {
        left: 83.33333333%; }
    .col-sm-push-9 {
        left: 75%; }
    .col-sm-push-8 {
        left: 66.66666667%; }
    .col-sm-push-7 {
        left: 58.33333333%; }
    .col-sm-push-6 {
        left: 50%; }
    .col-sm-push-5 {
        left: 41.66666667%; }
    .col-sm-push-4 {
        left: 33.33333333%; }
    .col-sm-push-3 {
        left: 25%; }
    .col-sm-push-2 {
        left: 16.66666667%; }
    .col-sm-push-1 {
        left: 8.33333333%; }
    .col-sm-push-0 {
        left: auto; }
    .col-sm-offset-12 {
        margin-left: 100%; }
    .col-sm-offset-11 {
        margin-left: 91.66666667%; }
    .col-sm-offset-10 {
        margin-left: 83.33333333%; }
    .col-sm-offset-9 {
        margin-left: 75%; }
    .col-sm-offset-8 {
        margin-left: 66.66666667%; }
    .col-sm-offset-7 {
        margin-left: 58.33333333%; }
    .col-sm-offset-6 {
        margin-left: 50%; }
    .col-sm-offset-5 {
        margin-left: 41.66666667%; }
    .col-sm-offset-4 {
        margin-left: 33.33333333%; }
    .col-sm-offset-3 {
        margin-left: 25%; }
    .col-sm-offset-2 {
        margin-left: 16.66666667%; }
    .col-sm-offset-1 {
        margin-left: 8.33333333%; }
    .col-sm-offset-0 {
        margin-left: 0%; } }

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left; }
    .col-md-12 {
        width: 100%; }
    .col-md-11 {
        width: 91.66666667%; }
    .col-md-10 {
        width: 83.33333333%; }
    .col-md-9 {
        width: 75%; }
    .col-md-8 {
        width: 66.66666667%; }
    .col-md-7 {
        width: 58.33333333%; }
    .col-md-6 {
        width: 50%; }
    .col-md-5 {
        width: 41.66666667%; }
    .col-md-4 {
        width: 33.33333333%; }
    .col-md-3 {
        width: 25%; }
    .col-md-2 {
        width: 16.66666667%; }
    .col-md-1 {
        width: 8.33333333%; }
    .col-md-pull-12 {
        right: 100%; }
    .col-md-pull-11 {
        right: 91.66666667%; }
    .col-md-pull-10 {
        right: 83.33333333%; }
    .col-md-pull-9 {
        right: 75%; }
    .col-md-pull-8 {
        right: 66.66666667%; }
    .col-md-pull-7 {
        right: 58.33333333%; }
    .col-md-pull-6 {
        right: 50%; }
    .col-md-pull-5 {
        right: 41.66666667%; }
    .col-md-pull-4 {
        right: 33.33333333%; }
    .col-md-pull-3 {
        right: 25%; }
    .col-md-pull-2 {
        right: 16.66666667%; }
    .col-md-pull-1 {
        right: 8.33333333%; }
    .col-md-pull-0 {
        right: auto; }
    .col-md-push-12 {
        left: 100%; }
    .col-md-push-11 {
        left: 91.66666667%; }
    .col-md-push-10 {
        left: 83.33333333%; }
    .col-md-push-9 {
        left: 75%; }
    .col-md-push-8 {
        left: 66.66666667%; }
    .col-md-push-7 {
        left: 58.33333333%; }
    .col-md-push-6 {
        left: 50%; }
    .col-md-push-5 {
        left: 41.66666667%; }
    .col-md-push-4 {
        left: 33.33333333%; }
    .col-md-push-3 {
        left: 25%; }
    .col-md-push-2 {
        left: 16.66666667%; }
    .col-md-push-1 {
        left: 8.33333333%; }
    .col-md-push-0 {
        left: auto; }
    .col-md-offset-12 {
        margin-left: 100%; }
    .col-md-offset-11 {
        margin-left: 91.66666667%; }
    .col-md-offset-10 {
        margin-left: 83.33333333%; }
    .col-md-offset-9 {
        margin-left: 75%; }
    .col-md-offset-8 {
        margin-left: 66.66666667%; }
    .col-md-offset-7 {
        margin-left: 58.33333333%; }
    .col-md-offset-6 {
        margin-left: 50%; }
    .col-md-offset-5 {
        margin-left: 41.66666667%; }
    .col-md-offset-4 {
        margin-left: 33.33333333%; }
    .col-md-offset-3 {
        margin-left: 25%; }
    .col-md-offset-2 {
        margin-left: 16.66666667%; }
    .col-md-offset-1 {
        margin-left: 8.33333333%; }
    .col-md-offset-0 {
        margin-left: 0%; } }

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left; }
    .col-lg-12 {
        width: 100%; }
    .col-lg-11 {
        width: 91.66666667%; }
    .col-lg-10 {
        width: 83.33333333%; }
    .col-lg-9 {
        width: 75%; }
    .col-lg-8 {
        width: 66.66666667%; }
    .col-lg-7 {
        width: 58.33333333%; }
    .col-lg-6 {
        width: 50%; }
    .col-lg-5 {
        width: 41.66666667%; }
    .col-lg-4 {
        width: 33.33333333%; }
    .col-lg-3 {
        width: 25%; }
    .col-lg-2 {
        width: 16.66666667%; }
    .col-lg-1 {
        width: 8.33333333%; }
    .col-lg-pull-12 {
        right: 100%; }
    .col-lg-pull-11 {
        right: 91.66666667%; }
    .col-lg-pull-10 {
        right: 83.33333333%; }
    .col-lg-pull-9 {
        right: 75%; }
    .col-lg-pull-8 {
        right: 66.66666667%; }
    .col-lg-pull-7 {
        right: 58.33333333%; }
    .col-lg-pull-6 {
        right: 50%; }
    .col-lg-pull-5 {
        right: 41.66666667%; }
    .col-lg-pull-4 {
        right: 33.33333333%; }
    .col-lg-pull-3 {
        right: 25%; }
    .col-lg-pull-2 {
        right: 16.66666667%; }
    .col-lg-pull-1 {
        right: 8.33333333%; }
    .col-lg-pull-0 {
        right: auto; }
    .col-lg-push-12 {
        left: 100%; }
    .col-lg-push-11 {
        left: 91.66666667%; }
    .col-lg-push-10 {
        left: 83.33333333%; }
    .col-lg-push-9 {
        left: 75%; }
    .col-lg-push-8 {
        left: 66.66666667%; }
    .col-lg-push-7 {
        left: 58.33333333%; }
    .col-lg-push-6 {
        left: 50%; }
    .col-lg-push-5 {
        left: 41.66666667%; }
    .col-lg-push-4 {
        left: 33.33333333%; }
    .col-lg-push-3 {
        left: 25%; }
    .col-lg-push-2 {
        left: 16.66666667%; }
    .col-lg-push-1 {
        left: 8.33333333%; }
    .col-lg-push-0 {
        left: auto; }
    .col-lg-offset-12 {
        margin-left: 100%; }
    .col-lg-offset-11 {
        margin-left: 91.66666667%; }
    .col-lg-offset-10 {
        margin-left: 83.33333333%; }
    .col-lg-offset-9 {
        margin-left: 75%; }
    .col-lg-offset-8 {
        margin-left: 66.66666667%; }
    .col-lg-offset-7 {
        margin-left: 58.33333333%; }
    .col-lg-offset-6 {
        margin-left: 50%; }
    .col-lg-offset-5 {
        margin-left: 41.66666667%; }
    .col-lg-offset-4 {
        margin-left: 33.33333333%; }
    .col-lg-offset-3 {
        margin-left: 25%; }
    .col-lg-offset-2 {
        margin-left: 16.66666667%; }
    .col-lg-offset-1 {
        margin-left: 8.33333333%; }
    .col-lg-offset-0 {
        margin-left: 0%; } }

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 22px; }

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #dddddd; }

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #dddddd; }

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 0; }

.table > tbody + tbody {
    border-top: 2px solid #dddddd; }

.table .table {
    background-color: #ffffff; }

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px; }

.table-bordered {
    border: 1px solid #dddddd; }

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #dddddd; }

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5; }

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell; }

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc; }

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%; }

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 16.5px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #dddddd; }
    .table-responsive > .table {
        margin-bottom: 0; }
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap; }
    .table-responsive > .table-bordered {
        border: 0; }
    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0; }
    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0; }
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0; } }

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
    content: " ";
    display: table; }

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after {
    clear: both; }

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto; }

.pull-right {
    float: right !important; }

.pull-left {
    float: left !important; }

.hide {
    display: none !important; }

.show {
    display: block !important; }

.invisible {
    visibility: hidden; }

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0; }

.hidden {
    display: none !important; }

.affix {
    position: fixed; }

@-ms-viewport {
    width: device-width; }

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important; }

@media (max-width: 767px) {
    .visible-xs {
        display: block !important; }
    table.visible-xs {
        display: table !important; }
    tr.visible-xs {
        display: table-row !important; }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important; } }

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important; } }

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important; } }

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important; }
    table.visible-sm {
        display: table !important; }
    tr.visible-sm {
        display: table-row !important; }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important; }
    table.visible-md {
        display: table !important; }
    tr.visible-md {
        display: table-row !important; }
    th.visible-md,
    td.visible-md {
        display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important; } }

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important; }
    table.visible-lg {
        display: table !important; }
    tr.visible-lg {
        display: table-row !important; }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important; } }

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important; } }

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important; } }

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important; } }

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important; } }

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important; } }

.visible-print {
    display: none !important; }

@media print {
    .visible-print {
        display: block !important; }
    table.visible-print {
        display: table !important; }
    tr.visible-print {
        display: table-row !important; }
    th.visible-print,
    td.visible-print {
        display: table-cell !important; } }

.visible-print-block {
    display: none !important; }

@media print {
    .visible-print-block {
        display: block !important; } }

.visible-print-inline {
    display: none !important; }

@media print {
    .visible-print-inline {
        display: inline !important; } }

.visible-print-inline-block {
    display: none !important; }

@media print {
    .visible-print-inline-block {
        display: inline-block !important; } }

@media print {
    .hidden-print {
        display: none !important; } }

.w-25 {
    width: 25% !important; }

.w-50 {
    width: 50% !important; }

.w-75 {
    width: 75% !important; }

.w-100 {
    width: 100% !important; }

.w-auto {
    width: auto !important; }

.h-25 {
    height: 25% !important; }

.h-50 {
    height: 50% !important; }

.h-75 {
    height: 75% !important; }

.h-100 {
    height: 100% !important; }

.h-auto {
    height: auto !important; }

.mw-100 {
    max-width: 100% !important; }

.mh-100 {
    max-height: 100% !important; }

.m-0 {
    margin: 0 !important; }

.mt-0,
.my-0 {
    margin-top: 0 !important; }

.mr-0,
.mx-0 {
    margin-right: 0 !important; }

.mb-0,
.my-0 {
    margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
    margin-left: 0 !important; }

.m-1 {
    margin: 0.25rem !important; }

.mt-1,
.my-1 {
    margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important; }

.m-2 {
    margin: 0.5rem !important; }

.mt-2,
.my-2 {
    margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important; }

.m-3 {
    margin: 1rem !important; }

.mt-3,
.my-3 {
    margin-top: 1rem !important; }

.mr-3,
.mx-3 {
    margin-right: 1rem !important; }

.mb-3,
.my-3 {
    margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
    margin-left: 1rem !important; }

.m-4 {
    margin: 1.5rem !important; }

.mt-4,
.my-4 {
    margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important; }

.m-5 {
    margin: 3rem !important; }

.mt-5,
.my-5 {
    margin-top: 3rem !important; }

.mr-5,
.mx-5 {
    margin-right: 3rem !important; }

.mb-5,
.my-5 {
    margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
    margin-left: 3rem !important; }

.p-0 {
    padding: 0 !important; }

.pt-0,
.py-0 {
    padding-top: 0 !important; }

.pr-0,
.px-0 {
    padding-right: 0 !important; }

.pb-0,
.py-0 {
    padding-bottom: 0 !important; }

.pl-0,
.px-0 {
    padding-left: 0 !important; }

.p-1 {
    padding: 0.25rem !important; }

.pt-1,
.py-1 {
    padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
    padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
    padding-left: 0.25rem !important; }

.p-2 {
    padding: 0.5rem !important; }

.pt-2,
.py-2 {
    padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
    padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
    padding-left: 0.5rem !important; }

.p-3 {
    padding: 1rem !important; }

.pt-3,
.py-3 {
    padding-top: 1rem !important; }

.pr-3,
.px-3 {
    padding-right: 1rem !important; }

.pb-3,
.py-3 {
    padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
    padding-left: 1rem !important; }

.p-4 {
    padding: 1.5rem !important; }

.pt-4,
.py-4 {
    padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
    padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
    padding-left: 1.5rem !important; }

.p-5 {
    padding: 3rem !important; }

.pt-5,
.py-5 {
    padding-top: 3rem !important; }

.pr-5,
.px-5 {
    padding-right: 3rem !important; }

.pb-5,
.py-5 {
    padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
    padding-left: 3rem !important; }

.m-auto {
    margin: auto !important; }

.mt-auto,
.my-auto {
    margin-top: auto !important; }

.mr-auto,
.mx-auto {
    margin-right: auto !important; }

.mb-auto,
.my-auto {
    margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
    margin-left: auto !important; }

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important; }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important; }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important; }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important; }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important; }
    .m-sm-1 {
        margin: 0.25rem !important; }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important; }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important; }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important; }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important; }
    .m-sm-2 {
        margin: 0.5rem !important; }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important; }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important; }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important; }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important; }
    .m-sm-3 {
        margin: 1rem !important; }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important; }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important; }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important; }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important; }
    .m-sm-4 {
        margin: 1.5rem !important; }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important; }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important; }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important; }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important; }
    .m-sm-5 {
        margin: 3rem !important; }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important; }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important; }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important; }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important; }
    .p-sm-0 {
        padding: 0 !important; }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important; }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important; }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important; }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important; }
    .p-sm-1 {
        padding: 0.25rem !important; }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important; }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important; }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important; }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important; }
    .p-sm-2 {
        padding: 0.5rem !important; }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important; }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important; }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important; }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important; }
    .p-sm-3 {
        padding: 1rem !important; }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important; }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important; }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important; }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important; }
    .p-sm-4 {
        padding: 1.5rem !important; }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important; }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important; }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important; }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important; }
    .p-sm-5 {
        padding: 3rem !important; }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important; }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important; }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important; }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important; }
    .m-sm-auto {
        margin: auto !important; }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important; }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important; }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important; }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important; } }

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important; }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important; }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important; }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important; }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important; }
    .m-md-1 {
        margin: 0.25rem !important; }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important; }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important; }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important; }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important; }
    .m-md-2 {
        margin: 0.5rem !important; }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important; }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important; }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important; }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important; }
    .m-md-3 {
        margin: 1rem !important; }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important; }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important; }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important; }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important; }
    .m-md-4 {
        margin: 1.5rem !important; }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important; }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important; }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important; }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important; }
    .m-md-5 {
        margin: 3rem !important; }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important; }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important; }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important; }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important; }
    .p-md-0 {
        padding: 0 !important; }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important; }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important; }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important; }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important; }
    .p-md-1 {
        padding: 0.25rem !important; }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important; }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important; }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important; }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important; }
    .p-md-2 {
        padding: 0.5rem !important; }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important; }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important; }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important; }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important; }
    .p-md-3 {
        padding: 1rem !important; }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important; }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important; }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important; }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important; }
    .p-md-4 {
        padding: 1.5rem !important; }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important; }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important; }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important; }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important; }
    .p-md-5 {
        padding: 3rem !important; }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important; }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important; }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important; }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important; }
    .m-md-auto {
        margin: auto !important; }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important; }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important; }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important; }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important; } }

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important; }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important; }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important; }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important; }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important; }
    .m-lg-1 {
        margin: 0.25rem !important; }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important; }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important; }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important; }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important; }
    .m-lg-2 {
        margin: 0.5rem !important; }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important; }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important; }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important; }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important; }
    .m-lg-3 {
        margin: 1rem !important; }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important; }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important; }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important; }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important; }
    .m-lg-4 {
        margin: 1.5rem !important; }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important; }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important; }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important; }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important; }
    .m-lg-5 {
        margin: 3rem !important; }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important; }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important; }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important; }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important; }
    .p-lg-0 {
        padding: 0 !important; }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important; }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important; }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important; }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important; }
    .p-lg-1 {
        padding: 0.25rem !important; }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important; }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important; }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important; }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important; }
    .p-lg-2 {
        padding: 0.5rem !important; }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important; }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important; }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important; }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important; }
    .p-lg-3 {
        padding: 1rem !important; }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important; }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important; }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important; }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important; }
    .p-lg-4 {
        padding: 1.5rem !important; }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important; }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important; }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important; }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important; }
    .p-lg-5 {
        padding: 3rem !important; }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important; }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important; }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important; }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important; }
    .m-lg-auto {
        margin: auto !important; }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important; }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important; }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important; }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important; } }

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important; }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important; }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important; }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important; }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important; }
    .m-xl-1 {
        margin: 0.25rem !important; }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important; }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important; }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important; }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important; }
    .m-xl-2 {
        margin: 0.5rem !important; }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important; }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important; }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important; }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important; }
    .m-xl-3 {
        margin: 1rem !important; }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important; }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important; }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important; }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important; }
    .m-xl-4 {
        margin: 1.5rem !important; }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important; }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important; }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important; }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important; }
    .m-xl-5 {
        margin: 3rem !important; }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important; }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important; }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important; }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important; }
    .p-xl-0 {
        padding: 0 !important; }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important; }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important; }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important; }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important; }
    .p-xl-1 {
        padding: 0.25rem !important; }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important; }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important; }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important; }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important; }
    .p-xl-2 {
        padding: 0.5rem !important; }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important; }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important; }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important; }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important; }
    .p-xl-3 {
        padding: 1rem !important; }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important; }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important; }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important; }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important; }
    .p-xl-4 {
        padding: 1.5rem !important; }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important; }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important; }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important; }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important; }
    .p-xl-5 {
        padding: 3rem !important; }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important; }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important; }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important; }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important; }
    .m-xl-auto {
        margin: auto !important; }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important; }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important; }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important; }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important; } }

/**
 * Swiper 4.3.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 31, 2018
 */
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
    float: left; }

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto; }

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform; }

.swiper-invisible-blank-slide {
    visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto; }

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform; }

/* 3D Effects */
.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y; }

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x; }

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto; }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
    display: none; }

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms opacity;
    -o-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33); }

.swiper-pagination-bullet {
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 3px;
    background-color: #BDBDBD;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer; }

.swiper-pagination-bullet-active {
    background: #757575; }

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 200ms top, 200ms -webkit-transform;
    transition: 200ms top, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms left, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms right, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #ffffff; }

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #ffffff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000000; }

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000000; }

.swiper-pagination-lock {
    display: none; }

/* Scrollbar */
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%; }

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0; }

.swiper-scrollbar-cursor-drag {
    cursor: move; }

.swiper-scrollbar-lock {
    display: none; }

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
    text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain; }

.swiper-slide-zoomed {
    cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto; }

.swiper-container-cube {
    overflow: visible; }

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0; }

.swiper-container-flip {
    overflow: visible; }

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
    /* Windows 8 IE 10 fix */
    -ms-perspective: 1200px; }

@font-face {
    font-family: 'Roboto';
    src: url("../includes/fonts/Roboto-MediumItalic.eot");
    src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url("../includes/fonts/Roboto-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../includes/fonts/Roboto-MediumItalic.woff") format("woff"), url("../includes/fonts/Roboto-MediumItalic.ttf") format("truetype");
    font-weight: 500;
    font-style: italic; }

@font-face {
    font-family: 'Roboto';
    src: url("../includes/fonts/Roboto-Italic.eot");
    src: local("Roboto Italic"), local("Roboto-Italic"), url("../includes/fonts/Roboto-Italic.eot?#iefix") format("embedded-opentype"), url("../includes/fonts/Roboto-Italic.woff") format("woff"), url("../includes/fonts/Roboto-Italic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic; }

@font-face {
    font-family: 'Roboto';
    src: url("../includes/fonts/Roboto-Bold.eot");
    src: local("Roboto Bold"), local("Roboto-Bold"), url("../includes/fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../includes/fonts/Roboto-Bold.woff") format("woff"), url("../includes/fonts/Roboto-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal; }

@font-face {
    font-family: 'Roboto';
    src: url("../includes/fonts/Roboto-Regular.eot");
    src: local("Roboto"), local("Roboto-Regular"), url("../includes/fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../includes/fonts/Roboto-Regular.woff") format("woff"), url("../includes/fonts/Roboto-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal; }

@font-face {
    font-family: 'Roboto';
    src: url("../includes/fonts/Roboto-Medium.eot");
    src: local("Roboto Medium"), local("Roboto-Medium"), url("../includes/fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../includes/fonts/Roboto-Medium.woff") format("woff"), url("../includes/fonts/Roboto-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal; }

@font-face {
    font-family: 'Roboto';
    src: url("../includes/fonts/Roboto-BoldItalic.eot");
    src: local("Roboto Bold Italic"), local("Roboto-BoldItalic"), url("../includes/fonts/Roboto-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../includes/fonts/Roboto-BoldItalic.woff") format("woff"), url("../includes/fonts/Roboto-BoldItalic.ttf") format("truetype");
    font-weight: bold;
    font-style: italic; }

@font-face {
    font-family: 'Roboto';
    src: url("../includes/fonts/Roboto-ThinItalic.eot");
    src: local("Roboto Thin Italic"), local("Roboto-ThinItalic"), url("../includes/fonts/Roboto-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../includes/fonts/Roboto-ThinItalic.woff") format("woff"), url("../includes/fonts/Roboto-ThinItalic.ttf") format("truetype");
    font-weight: 100;
    font-style: italic; }

/*@font-face {
    font-family: 'Roboto';
    src: url('../includes/fonts/Roboto-Black.eot');
    src: local('Roboto Black'), local('Roboto-Black'),
        url('../includes/fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'),
        url('../includes/fonts/Roboto-Black.woff') format('woff'),
        url('../includes/fonts/Roboto-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}*/
@font-face {
    font-family: 'Roboto';
    src: url("../includes/fonts/Roboto-Light.eot");
    src: local("Roboto Light"), local("Roboto-Light"), url("../includes/fonts/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../includes/fonts/Roboto-Light.woff") format("woff"), url("../includes/fonts/Roboto-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal; }

@font-face {
    font-family: 'Roboto';
    src: url("../includes/fonts/Roboto-LightItalic.eot");
    src: local("Roboto Light Italic"), local("Roboto-LightItalic"), url("../includes/fonts/Roboto-LightItalic.eot?#iefix") format("embedded-opentype"), url("../includes/fonts/Roboto-LightItalic.woff") format("woff"), url("../includes/fonts/Roboto-LightItalic.ttf") format("truetype");
    font-weight: 300;
    font-style: italic; }

/*@font-face {
    font-family: 'Roboto';
    src: url('../includes/fonts/Roboto-BlackItalic.eot');
    src: local('Roboto Black Italic'), local('Roboto-BlackItalic'),
        url('../includes/fonts/Roboto-BlackItalic.eot?#iefix') format('embedded-opentype'),
        url('../includes/fonts/Roboto-BlackItalic.woff') format('woff'),
        url('../includes/fonts/Roboto-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}*/
@font-face {
    font-family: 'Roboto';
    src: url("../includes/fonts/Roboto-Thin.eot");
    src: local("Roboto Thin"), local("Roboto-Thin"), url("../includes/fonts/Roboto-Thin.eot?#iefix") format("embedded-opentype"), url("../includes/fonts/Roboto-Thin.woff") format("woff"), url("../includes/fonts/Roboto-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal; }

:root {
    font-size: 12px; }

@media (min-width: 992px) {
    :root {
        font-size: 14px; } }

@media (min-width: 1200px) {
    :root {
        font-size: 16px; } }

a {
    transition: all 0.2s ease; }

.img-fixed {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.d-flex {
    display: flex; }

.flex-wrap {
    flex-wrap: wrap; }

.align-items-center {
    align-items: center; }

.justify-content-center {
    justify-content: center; }

.flex-column {
    flex-direction: column; }

.color-white {
    color: #fff; }

.font-italic {
    font-style: italic; }

main {
    background-image: url("../images/assets/png/main-bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%; }
@media screen and (max-width: 991px) {
    main {
        background: #f3f3f3; }
    .mob_store_link_disabled{
        pointer-events: none;
    }
}

section, header, footer {
    overflow-x: hidden;
    overflow-y: auto; }

.header__top {
    background-color: #0c73db; }

.header__bottom {
    background-color: #d1d1d1; }

.top-header {
    padding: 11px 0;
    display: flex; }
.top-header__left {
    width: calc(40% - 1.5rem);
    display: flex; }
.top-header__right {
    width: calc(50% - 1.5rem); }
.top-header__list {
    display: flex;
    justify-content: space-around;}

.top-header__btn {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 14px;
    text-align: left;
    margin-left: 1em;}
.top-header__btn span {
    margin-left: 8px; }
.top-header__btn img {
    max-width: 35px; }
.top-header__btn:hover {
    color: #fff;
    opacity: .8;
    text-decoration: none; }
@media screen and (max-width: 991px) {
    .header {
        position: fixed;
        right: 0;
        left: 0;
        z-index: 30;
    }
    .top-header {
        justify-content: space-between;
 }
    .top-header__left, .top-header__right {
        display: none; } }
@media screen and (max-width: 1200px) {
    .top-header * {
        font-size: 12px; }
}
@media screen and (max-width: 1100px) and (min-width: 1023px) {
    .top-header * {
        font-size: 10px;
    }
}

.bottom-header {
    display: flex;
    padding: 8px 0;
    justify-content: center;
}
.bottom-header__left, .bottom-header__right {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
}
/*@media screen and (min-width: 1500px) {*/
    /*.bottom-header__left, .bottom-header__right{*/
        /*padding-left: 5%; */
    /*} */
/*}*/
/*.bottom-header__left {*/
    /*background-image: url("../images/assets/png/screwdriver.png");*/
/*}*/
/*.bottom-header__right {*/
    /*background-image: url("../images/assets/png/scheme.png");*/
/*}*/
.bottom-header__left img{
    max-width:  50px;
    max-height: 50px;
}
.bottom-header__left img.bottom-header-main-img{
    margin-right: 25px;
}
.bottom-header-label{
    left: 140px;
    position: relative;
}
.bottom-header__left{
    font-weight: bold;
    font-size: 17px;
    color: #434343;
    white-space: nowrap;
}
/*.bottom-header__list {*/
    /*margin-top: 8px; */
/*}*/
.bottom-header__list span {
    font-weight: bold;
    font-size: 17px; }
.bottom-header__list a {
    margin-right: 15px;
    color: #434343;
    font-weight: bold;
    font-size: 17px;
    vertical-align: middle;
}
.bottom-header__list a:hover {
    text-decoration: none;
    color: #000; }
.bottom-header__list img {
    width: 17px;
    vertical-align: middle;
}

@media screen and (max-width: 1500px) and (min-width: 991px) {
    .top-header__right {
        width: 60%;
    }
    .bottom-header__left{
        font-size: 15px;
    }
    .bottom-header-label{
        left: 135px;
    }
}

@media screen and (max-width: 1200px) {
    .bottom-header__list a {
        font-size: 12px;
        margin-right: 5px; }
    .bottom-header-address{
        margin-left: 20px;
    }
    .bottom-header__left{
        font-size: 12px;
    }
    .bottom-header__left img{
        max-width: 40px;
        max-height: 40px;
    }
    .bottom-header-label{
        left: 110px;
    }
}
@media screen and (max-width: 991px) {
    .bottom-header {
        display: none;
    }
}

.cart-btn {
    position: relative; }
.cart-btn span {
    position: absolute;
    top: 10px;
    right: -5px;
    padding: 4px 6px;
    font-size: 10px;
    color: #fff;
    border-radius: 16px;
    background-color: #fb5e49;
    line-height: 0.9; }
@media screen and (max-width: 768px) {
    .cart-btn span {
        font-size: 8px; } }

.search-btn, .menu-btn {
    display: none;
    padding: 0;
    border: none;
    background-color: transparent; }
@media screen and (max-width: 991px) {
    .search-btn, .menu-btn {
        display: block; } }

.search-btn {
    width: 25px;
    height: 30px;
    margin-right: 20px; }

.menu-btn {
    width: 30px;
    height: 30px; }

.menu-btn-new {
    height: 35px;
}

.banner-slider {
    margin: 20px 0;
    display: none; }

.banner-slider .swiper-pagination {
    bottom: 0 !important; }
@media screen and (max-width: 991px) {
    .banner-slider {
        display: block; } }

@media screen and (max-width: 1020px) {
    #bingc-phone-button {
        display: none !important; } }


@media screen and (min-width: 1020px) {
    .menu-btn-new {
        display: none !important; } }

.navigation {
    display: flex;
    align-items: center;
    justify-content: space-between; }
.navigation__link {
    font-weight: bold;
    color: #434343; }
.navigation__link:hover {
    text-decoration: none;
    color: #000; }
@media screen and (max-width: 991px) {
    .navigation {
        display: none; } }

.top-cta__inner {
    display: flex;
    align-items: center;
    margin: 48px 0;
    padding: 0 10px;
    z-index: 1; }
@media screen and (max-width: 991px) {
    .top-cta__inner {
        flex-direction: column;
        align-items: center;
        padding: 32px 15px 32px 15px;
        margin: 48px -15px; }
    .top-cta__inner:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 50vw;
        max-height: 100%;
        border-radius: 15px;
        background-image: linear-gradient(to top, #f3f3f3 62%, #d3d3d3);
        z-index: -1; } }

.top-cta__title {
    margin: 0;
    font-size: 28px;
    font-weight: 300;
    font-style: italic;
    color: #434343; }
@media screen and (max-width: 570px) {
    .top-cta__title {
        font-size: 28px; } }

.top-cta__input {
    flex: 1;
    padding: 14px 12px 17px 11px;
    margin: 0 24px;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    background-color: transparent;
    color: #a1a1a1;
    text-align: center;
    border: none;
    border-bottom: 1px solid #b1b1b1;}
.top-cta__input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #707173; }
.top-cta__input::-moz-placeholder {
    /* Firefox 19+ */
    color: #707173; }
.top-cta__input:-ms-input-placeholder {
    /* IE 10+ */
    color: #707173; }
.top-cta__input:-moz-placeholder {
    /* Firefox 18- */
    color: #707173; }
@media screen and (max-width: 991px) {
    .top-cta__input {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 6px 20px;
        margin: 20px 0 15px;
    } }

.top-cta__btn {
    padding: 10px 2em 11px 2em;
    background-color: #3b4252;
    color: #fff;
    border-radius: 10px;
    text-transform: capitalize;
    font-size: 28px;
    font-weight: 300;
    font-style: italic;
    position: relative;
    border: none;}
.top-cta__btn:hover {
    cursor: pointer; }
@media screen and (max-width: 991px) {
    .top-cta__btn {
        width: 50%;
        padding: 10px 0 11px 0;
        background-color: #3b4252;
        color: #fff;
        text-decoration: underline;
        font-size: 16px;
        border-radius: 3px;
        text-transform: capitalize; }
    .top-cta__btn:after {
        display: none; } }
@media screen and (max-width: 768px) {
    .top-cta__btn {
        width: 80%; } }

.main-banner {
    position: relative;
    overflow: hidden;}

.services__index {
    margin-top: 38px; }
.services__title {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    z-index: 1; }
.services__title:after {
    content: '';
    position: absolute;
    left: 0;
    top: calc(50% - 2px);
    width: 100%;
    height: 3px;
    background-color: #d1d1d1;
    z-index: -1; }
.services__title h2 {
    padding: 0 42px;
    background-color: #f3f3f3;
    font-size: 72px;
    font-weight: 100;
    font-style: italic;
    z-index: 1;
    color: #838383;
    margin: 0; }

@media screen and (max-width: 768px) {
    h2 {
        font-size: 28px !important; } }

.service-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
    font-style: italic;
    color: #000; }
.service-link:hover {
    text-decoration: none; }
.service-link img {
    margin-bottom: 32px;
    max-width: 100%;
    height: auto;
    display: block; }
@media screen and (max-width: 768px) {
    .service-link {
        flex: 0 0 50%; } }

.trademarks {
    margin-bottom: 30px; }
@media screen and (min-width: 769px) {
    .trademarks__swiper .trademarks__wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap; } }
@media screen and (min-width: 769px) {
    .trademarks__swiper .trademarks__slide {
        margin: 24px 30px;
        width: auto;
        height: fit-content;} }
@media screen and (max-width: 768px) {
    .trademarks__swiper .trademarks__slide {
        display: flex;
        justify-content: center;
        align-items: center;
        height: auto;
        padding: 24px 0;
        text-align: center; } }
@media screen and (max-width: 768px) {
    .trademarks .swiper-pagination {
        bottom: 0 !important; } }
@media screen and (max-width: 768px) {
    .trademarks .swiper-pagination {
        bottom: 0 !important; } }

.accessories {
    padding: 52px 35px;
    background-color: #dedede; }
@media screen and (max-width: 991px) {
    .accessories {
        padding-left: 0;
        padding-right: 0; } }
.accessories__title {
    margin-bottom: 20px;
    text-align: center;
    font-style: italic; }
.accessories__title h5 {
    margin: 0 0 10px 0;
    font-weight: 500; }
.accessories__title span {
    margin: 0 0 10px 0;
    font-weight: 300;
    font-size: 24px;
}
.accessories__list {
    display: flex;
    justify-content: center; }
@media screen and (max-width: 991px) {
    .accessories__list {
        flex-wrap: wrap; } }
.accessories__link {
    flex: 1;
    margin: 0 20px; }
@media screen and (max-width: 991px) {
    .accessories__link {
        width: 50%;
        margin: 10px 0;
        flex: 0 0 50%; } }
@media screen and (max-width: 570px) {
    .accessories__link {
        padding: 0 15px; } }
.accessories__btn {
    background-color: #3b4252;
    color: #fff;
    border-radius: 10px;
    text-transform: capitalize;
    font-weight: 300;
    font-style: italic;
    border: none;
    width: 33%;
    margin-top: 30px;
    padding: 18px 10px;
    text-align: center;
    font-size: 18px;}
.accessories__btn:hover {
    cursor: pointer; }
@media screen and (max-width: 768px) {
    .accessories__btn {
        width: 80%;
        font-weight: bold;
        border-width: 2px; } }

.service-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;}
.service-link img {
    margin-bottom: 30px; }
.service-link span {
    font-size: 18px;
    font-style: italic; }

.advantages {
    margin-bottom: 60px; }
.advantages__title {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
    margin: 48px 0 60px 0;
    z-index: 1; }
.advantages__title:after {
    content: '';
    position: absolute;
    left: 0;
    top: calc(50% - 2px);
    width: 100%;
    height: 3px;
    background-color: #d1d1d1;
    z-index: -1; }
.advantages__title h2 {
    padding: 0 42px;
    background-color: #f3f3f3;
    font-size: 72px;
    font-weight: 100;
    font-style: italic;
    z-index: 1;
    color: #838383;
    margin: 0; }

@media screen and (max-width: 768px) {
    .advantages-card {
        margin-bottom: 50px; }
    .advantages-card * {
        text-align: center; } }

.advantages-card__top {
    display: flex;
    align-items: center;
    margin-bottom: 40px; }
.advantages-card__top h4 {
    margin: 0 0 0 20px; }
@media screen and (max-width: 768px) {
    .advantages-card__top {
        flex-direction: column;
        margin-bottom: 20px; }
    .advantages-card__top h4 {
        margin: 10px 0 0 0; } }
@media screen and (max-width: 570px) {
    .advantages-card__top h4 {
        font-size: 24px; } }

.gradient-section {
    padding: 43px 34px;
    background-image: linear-gradient(320deg, #0065e1, #7dfea1); }
.gradient-section__title {
    margin-bottom: 50px;
    text-align: center; }
.gradient-section__title h5 {
    margin: 0 auto;
    width: 80%;
    font-weight: 300;
    font-style: italic;
    text-align: center; }
@media screen and (max-width: 768px) {
    .gradient-section {
        padding: 43px 0; }
    .gradient-section .container {
        padding: 0; } }

.check-list {
    list-style-type: none; }
.check-list__item {
    padding-left: 50px;
    padding-bottom: 30px;
    position: relative;
    font-style: italic; }
.check-list__item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 27px;
    height: 26px;
    background-image: url("../images/assets/png/shape-28.png"); }
.check-list__item:after {
    content: '';
    position: absolute;
    left: 13px;
    top: 26px;
    width: 2px;
    height: calc(100% - 26px);
    background-color: #fff; }
.check-list--mobile {
    display: none !important; }
@media screen and (min-width: 769px) {
    .check-list {
        display: flex;
        justify-content: center; }
    .check-list__left {
        width: 33%;
        margin-right: 7%; }
    .check-list__right {
        width: 50%; } }
@media screen and (min-width: 769px) {
    .check-list__item:last-child:after {
        display: none; } }
@media screen and (max-width: 768px) {
    .check-list--pc {
        display: none; }
    .check-list--mobile {
        display: block !important;
        position: relative; }
    .check-list__item {
        padding: 50px 15px 30px 15px;
        text-align: center;
        color: #fff;
        min-width: 168px; }
    .check-list__item:before {
        top: 0;
        left: calc(50% - 13px);
        border-radius: 50%; }
    .check-list__item:after {
        top: 13px;
        left: calc(50% + 13px);
        width: calc(100% - 26px);
        height: 3px; }
    .check-list__item:last-child:after {
        display: none; }
    .check-list__control {
        width: 48px;
        height: 46px;
        padding: 0;
        position: absolute;
        top: -9px;
        background-color: transparent;
        border: none;
        z-index: 10;
        outline: none !important; }
    .check-list__control img {
        max-width: 100%;
        height: auto;
        padding: 0 10px; }
    .check-list__control.swiper-button-disabled {
        opacity: 0.7;
        pointer-events: none; }
    .check-list__next {
        right: 0; }

    .check-list__prev {
        left: 0; }
}
.testimonial__photo {
    margin-right: 16px;
}

.testimonials {
    padding: 62px 0 42px 0; }

.no-link:link,.no-link:hover, .no-link:active, .no-link:visited {
    color: inherit;
    text-decoration: none;}
.testimonials__title {
    margin-bottom: 100px; }
.testimonials__title h3 {
    font-size: 49.5px;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 1.2375px;
    text-align: center;
    color: #85daa1;
    margin-top: 0; }
.testimonials__swiper {
    padding-bottom: 90px; }
@media screen and (max-width: 768px) {
    .testimonials {
        padding: 24px 0; }
    .testimonials__title {
        margin-bottom: 40px; }
    .testimonials__title h3 {
        font-size: 32px; }
    .testimonials .swiper-slide {
        display: flex;
        justify-content: center; } }

.testimonial__bottom {
    display: flex;
    margin-top: 20px; }
.testimonial__bottom .hexagon {
    margin-right: 16px; }

.testimonial__rating {
    margin-bottom: 16px; }
.testimonial__rating .star-rate {
    margin-right: 5px; }

.testimonial__name {
    text-transform: uppercase;
    position: relative;
    padding-bottom: 14px; }
.testimonial__name:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 36px;
    height: 5px;
    background-color: #5ea2da;
    border-radius: 5px; }

@media screen and (max-width: 768px) {
    .testimonial {
        width: 80%; } }

.testimonial__rating img {
    width: 24px;
    height: 22px; }

#map {
    display: none;
    width: 100%;
    padding-top: 40%;
    overflow: hidden;
    z-index: 0; }
@media screen and (max-width: 768px) {
    #map {
        padding-top: 100%; } }

.footer {
    padding: 66px 0 55px 0;
    background-color: #4a545c; }
@media screen and (max-width: 768px) {
    .footer {
        padding: 40px 0; } }
.footer .brands-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px; }
@media screen and (max-width: 991px) {
    .footer .brands-list {
        flex-wrap: wrap; } }
@media screen and (max-width: 768px) {
    .footer .brands-list {
        display: none; } }
.footer .brands-list__item {
    margin: 0 15px; }
.footer .brands-list__item img {
    display: block;
    max-width: 100%;
    height: auto; }
.footer__left {
    display: flex; }
.footer__left .list-unstyled:first-child {
    margin-right: 30px; }
@media screen and (max-width: 768px) {
    .footer__left {
        flex-direction: column;
        align-items: center; }
    .footer__left img {
        margin-bottom: 20px; } }
.footer__logo {
    margin-right: 25px; }
@media screen and (max-width: 768px) {
    .footer__logo {
        margin: 0; } }
.footer li, .footer p, .footer a {
    color: #fff;
    font-weight: 300; }
.footer__right {
    align-items: flex-start; }
.footer__right img {
    margin-right: 25px; }
@media screen and (max-width: 768px) {
    .footer__right {
        flex-direction: column;
        align-items: center; }
    .footer__right img {
        margin-right: 0;
        margin-bottom: 20px; } }
.footer .social-list a {
    margin: 0 10px; }
@media screen and (max-width: 768px) {
    .footer .social-list {
        display: flex;
        justify-content: center;
        margin-bottom: 20px; } }
.footer__cards, .footer__accum {
    display: flex;
    justify-content: center; }
.footer__cards img {
    margin: 0 10px; }
@media screen and (max-width: 768px) {
    .footer__address .d-flex {
        justify-content: center; } }

.location-buttons__inner {
    display: flex;
    flex-direction: column; }

.location-btn-title {
    margin-bottom: 14px;
    font-size: 34px;
    font-weight: 100;
    font-style: italic;
    text-align: center;
    color: #838383; }

.location-btn {
    display: flex;
    align-items: center;
    flex: 1;
    width: 100%;
    height: 60px;
    margin-bottom: 10px;
    padding: 10px 20px;
    border-radius: 8px;
    background-color: #fff;
    border-color: transparent;
    outline: none !important; }
.location-btn img {
    margin-right: 35px; }
.location-btn span {
    text-transform: uppercase;
    font-size: 8px;
    text-align: left; }
.location-btn--mservice img {
    width: 38px;
    height: 38px; }
.location-btn--levsha img {
    width: 50px;
    height: 18px; }
.location-btn.active {
    border-color: #0c73db; }

.info-panel {
    transition: all 0.4s ease-out;
    will-change: max-height;
    overflow: hidden;
    max-height: 200px; }
.info-panel__inner {
    margin-top: 30px;
    background-color: #74f5a5;
    border-radius: 10px;
    position: relative;
    display: flex;
    align-items: center;
    padding: 20px 0; }
.info-panel__text {
    text-transform: uppercase;
    font-weight: bold; }
.info-panel__link {
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #333333;
    text-decoration: underline; }
.info-panel__link:hover {
    text-decoration: none;
    color: #333333; }
.info-panel__close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: calc(50% - 17px);
    font-size: 32px;
    background-color: transparent;
    border: none;
    line-height: 1;
    outline: none !important; }
.info-panel__close:hover {
    cursor: pointer;
    color: #000; }
.info-panel.closed {
    max-height: 0px; }
@media screen and (max-width: 768px) {
    .info-panel {
        max-height: 300px; }
    .info-panel__inner {
        padding-top: 30px;
        margin: 30px 15px 0 15px;
        flex-direction: column; }
    .info-panel__close {
        top: 5px; } }
@media screen and (max-width: 570px) {
    .info-panel__inner {
        padding-top: 45px; }
    .info-panel__close {
        top: 5px; } }


.my-ml-4,
.my-mx-4 {
    margin-left: 1.5rem !important; }

@media screen and (min-width: 1500px) {
    .my-ml-4,
    .my-mx-4 {
        margin-left: 3.5rem !important; }}

@media screen and (max-width: 991px) and (min-width: 769px){
    footer .social-list {
        margin-bottom: 40px;
    }
}
.header__mobile {
    display:none;
}

@media screen and (max-width: 991px) {
    .header__mobile {
        display: flex;
        align-items: center; }
    /* Mobile main search*/
    .header__mobile .main_search_input {
        width:0px;
        border: none;
        background-color: transparent;
        font-size: 18px;
        color: #ffffff;
        font-style: italic;
        font-weight: 300;
        text-indent: 0px;
        caret-color: white!important;
    }
    .header__mobile .main_search_input {
        border-bottom: 1px solid #ffffff;
    }
    .header__mobile .main_search_input::placeholder {
        color:  #ffffff;
        opacity: 0.8;
    }
}
/*@media screen and (min-width: 400px) {*/
/*    .main_search_input .mobSearchInput_show {*/
/*        width: 293px !important;*/
/*    }*/
/*}*/


.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    max-height: 300px;
    overflow: scroll;
    overflow-x: hidden;
}
.autocomplete-items div {
    padding: 0 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
    /*when hovering an item:*/
    background-color: #e9e9e9;
}
.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #ffffff;
}

a.nolink:hover, a.nolink:active, a.nolink:visited, a.nolink:link  {
    color: inherit;
    text-decoration: inherit;
}

div#content:not(.lg-view-detail) .callback-form{
    background: #20329e;
    padding: 20px;
    border-radius: 15px;
    width: 70%;
    margin: 50px auto;
}
.callback-form form{
    display: block;
    margin: 0 auto;
    width: 100%;

}
.callback-form input{
    padding: 10px;
    font-size: 1em;
    width: 30%;
    border-radius: 5px;
    margin: 0 10px;
}
.callback-form input[name="name"]{
    margin-left: 0;
}

.callback-form #submit{
    float: right;
    cursor: pointer;
    -webkit-appearance: none;
    /*-webkit-border-radius: 0;*/
}


.deatil_catalog_comment_form #formComments .blue-button{
    -webkit-appearance: none;
    z-index: 2;
}
.product-service table,.product-service .table-border th{
    border:unset!important;
}


.callback-form input[type="button"]{
    margin-right: 0;
    background: #3a87eb;
    color: #fff;
}

.callback-form p{
    text-align: center;
    color: #fff;
    font-size: 1.2em;
    margin-bottom: 20px;
    margin-top: 0px;
}

.callback-form #submit.img-spin{
    background: url(/img/spin_small.gif) center no-repeat rgb(58, 135, 235);
    background-size: 25px;
    background-position-x: 92%;
}

.service-link img {
    height:125px;
}

@media screen and (max-width: 768px) {
    .service-link img {
        height:80px;
    }
}
@media screen and (max-width: 975px){
    .callback-form input{
        width: 150px;
    }
}

@media screen and (max-width: 825px){
    .callback-form input{
        width: 100%!important;
        display: block!important;
        margin: 10px auto!important;
    }
    .callback-form #submit {
        float: none!important;
    }
}
.container.main_menu, header .container, footer .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px; }

@media screen and (max-width:769px) and (min-width:767px) {
    .recommend-wrap{
        width: 100%;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .recommend-wrap .recommend-item{
        max-width: unset;
        margin: 20px;
        width: 200px;
    }
}

@media (min-width: 768px) {
    .container.main_menu, header .container, footer .container  {
        width: 750px; } }

@media (min-width: 992px) {
    .container.main_menu, header .container, footer .container  {
        width: 970px; } }

@media (min-width: 1200px) {
    .container.main_menu, header .container, footer .container  {
        width: 1170px; } }

@media (min-width: 1500px) {
    .container.main_menu, header .container, footer .container  {
        width: 1300px; } }

header .container-fluid, footer .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px; }

.main_menu a, footer a, header a {
    text-decoration: none;
}
@media (min-width: 769px) and (max-width: 991px)  {
    footer .social-list {
        text-align: center;
    }
    .footer__left, .footer__right {
        justify-content: center;
    }
}
.cart-count-value {
    position: relative;
    padding: 4px 6px;
    color: #fff;
    border-radius: 16px;
    background-color: #fb5e49;
    line-height: 0.9;
}
.display_option_l .retail_price {
    position: relative;
    top: 40px;
}
.display_option_l .old-price {
    padding-right: 0px;
    display: block;
    white-space: nowrap;
}
.term {
    color: #00dd96;
    float: left;
    margin-left: 10px;
    padding-right: 20px;
    font-size: 16px;
    font-weight: normal;
}
.term:before {
    content: url('/images/assets/svg/term.svg');
    width: 14px;
    height: 14px;
    margin-right: 5px;
    position: relative;
    display: inline-block;
    top: 2px;
}
@media (max-width: 991px) {
    .search-form, .search-string, .search-wrap {
        display: none;
    }

}
@media (min-width: 516px) and (max-width: 750px){
    .display_option_l .catalog_text.item_code {
        margin-bottom: 100px!important;
    }
}
.item-available #availability span>span {
    color: #00dd96;
}

.item-not-available  #availability span>span {
    color: #FF3600;
}

.display_option_g .item-not-available .retail_price.with-term .current_price,
.display_option_g .item-not-available .retail_price.with-term .old-price,
.display_option_l .item-not-available .retail_price.with-term .no_price{
    display: block;
    text-align: right;
}
.display_option_g .retail_price {
    text-align: center!important;
    margin-bottom: 5px;
}
.display_option_g .item-not-available .retail_price.with-term {
    bottom: 40px;
    margin-bottom: 0;
}

.display_option_g .retail_price .term {
    transform: translateY(-100%);
}
.display_option_g .retail_price {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
}
#content.content_cat.blocks .price_wrap2  {
    margin-top: 0;
}
@media (max-width:1140px) {
    .display_option_g #content.content_cat.blocks .catalog_item,
    .display_option_g #content.content_cat.blocks .catalog_item_custom {
        height: 510px;
    }
    .display_option_l .price_wrap1{
        display: flex;
        justify-content: center;
        margin-left: unset;
        margin-right: unset;
    }
}
.with-fixed-buttons .waitlist_detail {

}
.display_option_g .catalog_title,
.display_option_g .catalog_title_back {
    min-width: 225px;
}

@media screen and (max-width: 750px) {
    .display_option_l .catalog_text.item_code {
        margin-bottom: 80px;
    }
    .display_option_l .catalog_text.item_code {
        top: 35px;
    }
    .display_option_l .retail_price {
        margin-left: 10px;
    }
}

@media screen and (max-width: 750px) and (min-width: 386px)  {
    .display_option_l .catalog_text.item_code {
        margin-bottom: 120px;
    }
}
.display_option_g .num_of_items-block {
    position: relative;
    top: 30px;
}
.display_option_g .item_code {
    margin-left: 5px;
    margin-right: auto;
}
.display_option_g .applicability-item,
.display_option_g  .catalog-det-articul {
    display: none!important;
}
.display_option_l .applicability-item,
.display_option_l  .catalog-det-articul {
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
}
@media (min-width: 386px) and (max-width: 500px){
    .display_option_l #content.content_cat .catalog_description {
        width: 50%;
    }
}
.num_of_items-block .minus, .num_of_items-block .plus {
    z-index: 4;
}
#availability span>span {
    white-space: nowrap;
}
.display_option_g .one_click_buy {
    display: none!important;
}

@media screen and (max-width: 1140px) and (min-width: 766px) {
    .display_option_l #content.content_cat .catalog_item_custom {
        height: 400px;
    }
    .display_option_l #content.content_cat .catalog_item_custom.without-articul {
        height: 330px;
    }
}
@media screen and (max-width: 385px){
    .display_option_l .applicability-item,
    .display_option_l .catalog-det-articul {
        width: 100%;
        text-align: center;
        margin: auto;
    }
    .display_option_l #content.content_cat .catalog_item_custom {
        height: 655px;
    }
}
.displa_option_l .applicability-articul-wrap {
    height: 64px;
}
@media (max-width: 991px)  {
    #content {
        padding-top: 60px;
    }
}
@media (max-width: 765px)  {
    #content.content_cat {
        padding-top: 90px;
    }
}
@media (max-width: 991px)  {
    #sh_button {
        display: none;
    }
}
#content.content_cat .label-img {
    /*right: -9px !important;*/
    left: 5px;
    top: 10px;
}
.catalog-drop-down-wrap {
    padding: 0!important;
}
@media (max-width: 610px){
    .add_waitlist_form_class, .add_one_click_form_class {
        width: 100%;
        left: 0;
        margin: 0;
        height: 100%;
        border-radius: unset;
    }
}
@media (min-width: 1141px) {
    .display_option_l .catalog_text.item_code {
        margin-bottom: 12px !important;
        margin-left: 0 !important;
    }
    .display_option_l .applicability-item,
    .display_option_l  .catalog-det-articul {
        max-width: 65%;
    }
}
/*.num_of_items:not(.detail_page) .tovar_num {
    text-indent: 10px;
}*/
@media (max-width: 385px){
    .display_option_l .without-articul .availability-and-num-items {
        top: 35px;
    }
    .display_option_l .without-articul .catalog_price {
        top: -150px;
    }
}
#content.content_cat.blocks .catalog_item_custom {
    font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.product-color .colors li:hover:after, .product-color .colors li.checked-color:after {
    border: 2px solid #2093ec;
}
.product-color .colors li:after {
    content: "";
    position: absolute;
    background: #e9eaeb;
    border-radius: 100%;
    margin: -28px 0px 0px -3px;
    width: 31px;
    height: 31px;
    z-index: -1;
    border: 2px solid transparent;
}
.product-color span.text-color-text {
    font-size: 16px;
    font-weight: bold;
}
#availability span {
    font-weight: normal!important;
}




.recommend-item .block_for_image {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(199,199,199,1);
    -moz-box-shadow: 0px 1px 2px 0px rgba(199,199,199,1);
    box-shadow: 0px 1px 2px 0px rgba(199,199,199,1);
}
.recommend-item .recommed-title {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-bottom: 5px;
}

.recommend-item {
    background: white;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(199,199,199,1);
    -moz-box-shadow: 0px 1px 2px 0px rgba(199,199,199,1);
    box-shadow: 0px 1px 2px 0px rgba(199,199,199,1);
}
#wrap-menu.wrap-menu-mobile a,
span.catalog-drop-down-text {
    font-size: 20px!important;
}
/*@media screen and (min-width: 600px){*/
/*    #viber_phone_button{*/
/*        display: none;*/
/*    }*/
/*}*/
@media (max-width: 550px){
    .display_option_l .retail_price {
        display: flex;
        justify-content: space-between;
        width: 70%;
    }
}

@media screen and (max-width: 1366px) and (min-width: 766px){

    #content.content_cat .left-content{
    width: 246px;
    }

    .left-content{
        margin-right: 15px;
    }
}

@media  (max-width: 765px) {
    .display_option_l  .catalog_description .catalog_title,
    .display_option_l  .catalog_description .catalog_title_mobile,
    .display_option_l  .catalog_description .catalog_title_back {
        font-size: 18px!important;
    }
    .display_option_l  .catalog_description .catalog_title {
        height: 65px;
    }
    .display_option_l  .catalog_description .item_code {
        font-size: 16px!important;
    }
    .display_option_l .current_price,
    .display_option_l .retail_price {
        font-size: 24px!important;
    }
    .display_option_l .no_price {
        font-size: 22px!important;
    }
    .display_option_l .applicability-item, .display_option_l .catalog-det-articul {
        max-height: 60px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 16px!important;
    }

    .availability-and-num-items span {
        font-size: 16px!important;
    }
    .display_option_l  .price_wrap2 a span {
        font-size: 18px!important;
    }
}
@media  (max-width: 450px){
    #wrap-menu.wrap-menu-mobile .nested-menu-item-wrap a{
        font-size: 15px!important;
    }
}
@media  (max-width: 360px){
    #wrap-menu.wrap-menu-mobile .nested-menu-item-wrap a{
        font-size: 11px!important;
    }
}


@media  (max-width: 765px) and (min-width: 451px) {
    .display_option_l .catalog_item_custom:not(.without-articul) .catalog_price {
        top: 0px;
    }
    .display_option_l .catalog_item_custom.without-articul .catalog_price {
        top: -10px;
        width: 100%;
    }
    .display_option_l #content.content_cat .catalog_item_custom {
        height: 485px;
    }

    .display_option_l #content.content_cat .catalog_item_custom.without-articul {
        height: 375px;
    }
}
@media screen and (max-width: 450px) and (min-width: 386px) {
    .display_option_l .catalog_price {
        top: -90px!important;
    }
    .display_option_l #content.content_cat .catalog_item_custom {
        height: 520px;
    }
    .display_option_l #content.content_cat .catalog_item_custom.without-articul {
        height: 385px;
    }
}
@media screen and (min-width: 1141px) {
    .display_option_l #content.content_cat .catalog_price * {
        position: initial;
    }
    .display_option_l #content.content_cat .catalog_price .add_waitlist_form_class,
    .display_option_l #content.content_cat .catalog_price .waitlist_delete
    {
        position: fixed;
    }
    .display_option_l #content.content_cat .catalog_item_custom {
        position: relative;
    }
    .display_option_l #content.content_cat .catalog_price {
        position: absolute;
        bottom: 5px;
        right: 10px;
    }
}
/* only on desktop */
@media (min-width: 1200px) {
    #content.content_cat .num_of_items-block .tovar_num {
        text-indent: 10px;
    }
}
.item-available .term,
.item-available .waitlist_detail {
    display: none!important;
}
.item-not-available .term {
    display: block;
}
.initial-position {
    position: initial;
}

.out_of_production  .plus,
.out_of_production  .minus,
.out_of_production  .tovar_num
{
    pointer-events: none;
    filter: grayscale(100%);
    opacity: 0.5;
}
.out_of_production  .buy_detail,
.out_of_production  .buy_catalog {
    pointer-events: none;
    filter: grayscale(100%) brightness(1.5) invert();
}
a[id^=add-to-buyoneclick] {
    display: none!important;
}
/*.catalog-drop-down-wrap .drop-down-main-block.drop-down-block-is-open {*/
/*    -webkit-overflow-scrolling: touch;*/
/*}*/
.negative_z-index {
    z-index: -1;
}
§
.faq_fancybox {
    width: 80%!important;
    height: 80%!important;
    top: 0!important;
    left: 50%!important;
    transform: translateX(-50%);
}
.faq_fancybox #fancybox-content {
    /*width: 100%!important;*/
    height: 865px !important;
}

#mainarea.clear_page_mainarea {
    background: unset;
}
/*@media screen and (max-width: 500px){*/
    /*div#fancybox-wrap.faq_fancybox {*/
        /*left: 50%!important;*/
    /*}*/
/*}*/
@media screen and (max-width: 380px){
    .recommended_mobile .catalog_item_custom .label-img{
        left: 29%!important;
    }
}


.catalog_item_custom.item-not-available .term {
    display: block!important;
}
.body_internet-magazin .drop-down-sorting-img{
    display: none;
}
.body_internet-magazin .catalog-drop-down-images{
    text-align: center;
}
.body_internet-magazin .tab-arrow-drop1{
    margin-left: 40px;
}

.largepage-repairs-h1{
    display: block;
    clear: both;
    width: 100%;
    margin-top: 50px!important;
    margin-bottom: 50px!important;
    text-align: center;
}
.hideFilter {
    transition: ease 1s;
    opacity: 0;
    max-height: 0;
    z-index: 0;
}
.showFilter {
    transition: ease 1.3s;
    opacity: 1!important;
    max-height: 32px;
    z-index: unset;
}
@media (min-width: 1025px) {
    [data-tooltip]::before {
        /* needed - do not touch */
        content: attr(data-tooltip) !important;
        position: absolute !important;
        top: 0;
        left: 20% !important;
        opacity: 0;
        display: block;
        width: 250px;
        height: auto;
        /* customizable */
        transition: all 0.15s ease;
        padding: 10px;
        color: #333;
        border-radius: 10px;
        box-shadow: 2px 2px 1px silver;
        z-index: -1;
        -webkit-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
        transform: translate(0, -100%);
        font-size: 10px;
    }
}
@media (min-width: 1025px) {
    [data-tooltip]:hover::before {
        /* needed - do not touch */
        opacity: 1;
        /* customizable */
        /*background: #3498DB;*/
        background-color: gainsboro;
        color: black;
        z-index: 100;
        text-transform: initial !important;
    }
}

.SpanBrand {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    color: black;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-style: italic;
}

.container_slider {
    padding-bottom: 20px;
}

.pointerRefactor {
    cursor: pointer;
}
.pointerRefactor:hover {
    cursor: pointer;
    text-decoration: underline;
}
@media screen and (max-width: 500px){
    .slick-arrow{
        display: none !important;
    }
}
@media screen and (min-width: 991px){
    .lang-button-mobile, #langDropdown {
        display: none;
    }
    .lang-button{
        display: block;
    }
}
@media screen and (max-width: 990px){
    #headline_block{
        display: flex;
        align-items: center;
        padding: 10px;
    }
    .mobile-logo {
        display: flex !important;
        align-items: center !important;
        gap: 10px !important;
        text-decoration: none !important;
        color: inherit !important;
        flex-grow: 1 !important;
    }
    #langMenu a{
        position: relative !important;
        color: white;
        border: 2px solid #2d2d2d00;
        border-radius: 0px 0px 4px 4px;
        padding: 6px 10px 6px 10px;
        font-weight: bold;
        align-items: center;
        cursor: pointer;
        gap: 5px;
    }
    .lang-dropdown {
        margin-left: auto;
        position: relative;
        flex-shrink: 0;
    }
    .lang-dropdown {
        display: inline-block;
        font-family: sans-serif;
    }
    .lang-button:hover{
        outline: 2px solid white;
        outline-offset: 2px;
    }
    .lang-button {
        background-color: #2d2d2d00;
        color: white;
        border: 2px solid #2d2d2d00;
        border-radius: 6px;
        padding: 6px 10px;
        font-weight: bold;
        display: flex;
        align-items: center;
        cursor: pointer;
        gap: 5px;
    }

    .lang-button.open {
        background-color: #3a3a3a;
        border-radius: 4px 4px 0px 0px;

    }

    .lang-dropdown-menu {
        position: absolute;
        display: none;
        left: 0;
        height: 35px;
        background-color: #3a3a3a;
        border-radius: 0px 0px 4px 4px;
        min-width: 100%;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
        z-index: 1000;
    }

    .lang-current {
        padding: 8px 10px;
        color: gray;
        font-size: 14px;
        pointer-events: none;
        border-bottom: 1px solid #555;
    }

    .lang-option {
        padding: 8px 10px;
        cursor: pointer;
        color: white;
        font-size: 15px;
    }

    .lang-option:hover {
        background-color: #555;
    }

}
.contact-fab {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.fab-trigger {
    background-color: #0c73db;
    border: none;
    border-radius: 50%;
    color: white;
    font-size: 24px;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    animation: pulse 1.8s infinite;
    transition: background-color 0.3s;
}

.fab-options {
    position: absolute;
    bottom: 70px;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.contact-fab.open .fab-options {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

#bingc-phone-button.bingc-show{
    display: none !important;
}
#click_form_phone, #viber_phone_button{
    display: none;
}
.fab-option {
    background-color: #fff;
    color: #333;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-decoration: none;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.fab-option:hover {
    transform: scale(1.1);
    background-color: #f5f5f5;
    text-decoration: none;
}

.fab-option i {
    pointer-events: none;
}

.fab-option.viber { background-color: #995aca; color: white; }
.fab-option.telegram { background-color: #2fc6f6; color: white; }
.fab-option.menu-btn-new {background-color: #4b7bec; color: white !important;}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(64, 109, 255, 0.7);
    }
    50% {
        box-shadow: 0 0 0 15px rgba(255, 64, 129, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 64, 129, 0);
    }
}





.SpanBrandCard{
    margin: 0;
    position: absolute;
    top: 85%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    color: black;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    text-transform: uppercase;
}
input.bwc-form-input.bwc-empty {
    background: transparent !important;
    border-color: transparent !important;
}
/*#click_form_phone, #viber_phone_button{*/
/*    display: none !important;*/
/*}*/

#faq-form .form-group, #formComments .form-group{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    justify-content: space-between;
}

#faq-form .form-group label, #formComments .form-group label{
    margin-right: 15px;
}

#faq-form{
    width: 60%;
}
#formComments{
    width: 50% !important;
}

#formComments .rate_table{
   background: transparent !important;
}

#faq-form .form-group input#phone, #faq-form .form-group input#name, #faq-form .form-group input#model{
    border: 1px solid #c6c9cc;
    border-radius: 5px;
    color: #5d5d5d;
    display: block;
    margin: 5px 0 10px 0;
    padding: 10px 10px;
    font-size: .8em;
    width: 50%;
    -webkit-appearance: none;
}

#formComments .form-group input#name, #formComments .form-group input#phone{
    border: 1px solid #c6c9cc;
    border-radius: 5px;
    color: #5d5d5d;
    display: block;
    margin: 5px 0 10px 0;
    padding: 10px 10px;
    font-size: .8em;
    width: 80%;
    -webkit-appearance: none;
}
.logo_services{
    display: flex;
    justify-content: space-around;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}
.logo_services img{
    width: 60px;
}
.info.smarttest{
    display: flex;
    justify-content: space-around;
}
.info.smarttest p{
    max-width: 40%;
    font-size: 20px;
    font-family: 'Roboto';
    font-weight: 300;
    color: black;
    line-height: 25px;
}
.info.smarttest img{
    width: 65px;
}
.info.smarttest span{
    font-size: 35px;
    max-width: 245px;
    font-family: 'Roboto';
    font-weight: 300;
    color: black;
}

.brands-wrap.smarttest ul.ul-brands li{
    width: 12%;
    font-family: 'Roboto';
    text-transform: capitalize;
    font-weight: 300;
}
.smarttest-conditions p{
    font-family: 'Roboto';
    font-weight: 300;
    width: 360px;
    font-size: 20px;
}
.smarttest-conditions .clock img{
    width: 90px;
    margin-left: 30%;
}
.smarttest-conditions{
    display: flex;
}
.smarttest-conditions .info.smarttest p{
    max-width: 100%;
}
.smarttest-conditions .clock{
    margin-right: 10%;
}
div.smarttest-conditions{
    margin: 50px 100px !important;
}
.info.smarttest h2{
    color: #20329e;
    font-style: initial;
    font-weight: 300;
    font-family: 'Roboto';
}
.next.smarttest div{
    background: #20329e;
    padding: 20px;
    border-radius: 15px;
    width: 100%;
    margin: 50px auto;
    color: white;
    height: auto;
    padding: 30px 50px;
    font-family: 'Roboto';
    font-weight: 300;
}
.next.smarttest h1, .video.examples h1{
    color: #20329e;
    /* font-style: oblique; */
    font-weight: 300;
    text-align: center;
    font-family: 'Roboto';
}
.videos .video.iOS, .videos .video.android{
    display: flex;
    flex-direction: column;
}
.video.iOS video, .video.android video{
    width: 95%;
    border-radius: 15px;
}
.video.iOS img, .video.android img{
    width: 60px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}
.video.examples .videos{
    display: flex;
}
.next.smarttest img{
    margin-bottom: -90px;
    margin-left: 95%;
}
.info.smarttest p.info_smarttest_p{
    width: 515px;
}
@media screen and (max-width: 750px){
    button.repair-btn.iphone{
        border: 2px solid white;
    }
    .container.mobile.type img.image-mobile-type{
        width: 100%;
        margin-top: 25px;
    }
    p.text-info{
        color: #000000;
    }
    h2.title-info{
        margin-top: 25px;
    }
    .container.main-info .laser-text span{
        font-family: Roboto;
        font-size: 1em !important;
        font-weight: bold !important;
        line-height: 20px;
        letter-spacing: 0em;
        color: #000000;
        text-align: center;
    }
    .tablet-info-price h2, .price-repair-info2 h2, .price-repair-info1 h2{
        margin-top: 30px;
    }
    .tablet-info-price .info-tablet-info-price{
        display: flex;
        justify-content: space-around;
    }
    .tablet-info-price img{
        width: 100%;
    }
    .tablet-info-price .service-wrap .service-list.table-border td{
        text-align: center !important;
    }
}
@media screen and (min-width: 750px){
    .tablet-info-price .service-wrap{
        width: 100% !important;
    }
    .tablet-info-price .service-wrap .service-list.table-border td{
        text-align: center !important;
    }
    .img-wrap.smarttest{
        width: 50%;
        height: auto
    }
    .description span{
        display: inline-block;
        vertical-align: middle;
        font-weight: 300;
        width: 65%;
        font-family: 'Roboto' !important;
        font-style: initial !important;
        font-size: 40px;
        color: black;
    }
    .block.main-banner.repaire .description span{
        display: inline-block;
        vertical-align: middle;
        font-weight: 400;
        width: 85%;
        font-family: Roboto Condensed !important;
        font-size: 40px;
        font-style: italic !important;
    }
    .block.main-banner.repaire .description sup{
        font-family: Roboto Condensed;
        font-size: 20px;
        font-style: italic;
        font-weight: 700;
        line-height: 18px;
        text-align: left;
        color: #535353;
    }
    .repair-page.title div, .repair-page.title h2{
        font-family: Roboto Condensed;
        font-size: 40px;
        font-weight: 400;
        line-height: 47px;
        letter-spacing: 0em;
        font-style: inherit;
        text-align: center;
        margin-bottom: 50px !important;
        text-transform: inherit;
        color: black;
    }
    .repair-page.title span{
        font-family: Roboto Condensed;
        font-size: 15px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0em;
        text-align: left;
        color: #000000;
    }
    .container.mobile.type{
        text-align: center;
        margin-top: 20px;
    }
    .container.mobile.type .title-info{
        font-family: Roboto Condensed;
        font-size: 24px;
        font-weight: 400;
        line-height: 36px;
        letter-spacing: 0em;
        text-align: center;
        color: #000000;
    }
    .container.main-info .title-info{
        text-align: center;
        font-style: inherit;
        margin-top: 40px;
        text-transform: inherit;
    }
    .container.mobile.type .image-mobile-type{
        margin-top: 50px;
    }
    .container.main-info span{
        font-family: Roboto;
        font-size: 18px !important;
        font-weight: 400 !important;
        line-height: 28px;
        letter-spacing: 0em;
        color: #000000;
        text-align: center;
    }
    .container.main-info .laser-text span{
        font-family: Roboto;
        font-size: 18px !important;
        font-weight: bold !important;
        line-height: 28px;
        letter-spacing: 0em;
        color: #000000;
        text-align: center;
    }
    button.repair-btn.iphone{
        width: auto;
        padding-right: 15px;
        border: 2px solid white;
    }
    button.repair-btn.iphone p {
        width: 350px !important;
    }
    .container.main-info p{
        font-family: Roboto Condensed;
        font-size: 18px;
        font-weight: 100;
        line-height: 21px;
        letter-spacing: 0em;
        text-align: left;
        color: #000000;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .container.main-info ul{
        font-family: Roboto Condensed;
        font-size: 18px;
        font-weight: 100;
        line-height: 21px;
        letter-spacing: 0em;
        text-align: left;
        color: #000000;
        margin-top: 40px;
        margin-bottom: 0px;
    }
    .container.main-info li{
        font-family: Roboto Condensed;
        font-size: 18px;
        font-weight: 100;
        line-height: 21px;
        letter-spacing: 0em;
        text-align: left;
        color: #000000;
    }
    .machine-info{
        display: flex;
        margin-top: 20px;
    }
    .machine-info.text{
        margin-left: 45px;
        display: block;
    }
    .machine-info.text .title-info{
        font-family: Roboto Condensed;
        font-size: 40px;
        font-weight: 400;
        line-height: 47px;
        letter-spacing: 0em;
        text-align: left;
        font-style: inherit;
    }
    .title-info.h2{
        font-family: Roboto Condensed;
        font-size: 35px;
        font-weight: 400;
        line-height: 47px;
        letter-spacing: 0em;
        text-align: center;
        text-transform: inherit;
    }
    .title-info{
        font-family: Roboto Condensed;
        font-size: 24px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 0em;
        text-align: center;
    }
    .machine-info.text .machine-text{
        font-family: Roboto Condensed;
        font-size: 18px;
        font-weight: 400;
        line-height: 21px;
        letter-spacing: 0em;
        text-align: left !important;
    }
    .laser-container.info{
        display: flex;
        margin-top: 40px;
    }
    .laser-info .title-info{
        text-align: left !important;
    }
    .laser-info{
        margin-top: 60px;
        margin-right: 55px;
    }
    .laser-info .laser-text{
        font-family: Roboto Condensed;
        font-size: 18px !important;
        font-weight: 700 !important;
        line-height: 21px !important;
        letter-spacing: 0em;
        text-align: left;
    }
    .price-repair.container{
        display: flex;
        margin-top: 60px;
    }
    .price-repair-info1 h2, .price-repair-info2 h2{
        font-family: Roboto Condensed;
        font-size: 24px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 0em;
        text-align: left !important;
        font-style: revert !important;
    }
    .price-repaire-text{
        font-family: Roboto Condensed;
        font-size: 18px !important;
        font-weight: 400 !important;
        line-height: 21px !important;
        letter-spacing: 0em;
        text-align: left !important;
    }
    .price-repair-info2{
        margin-top: 40px;
    }
    .price-repair-info{
        width: 55%;
        margin-right: 100px;
    }
    .tablet-info-price h2{
        font-family: Roboto Condensed;
        font-size: 23px !important;
        font-weight: 400 !important;
        line-height: 26px !important;
        letter-spacing: 0em;
        text-align: left;
        font-style: initial !important;
    }
    .info-tablet-info-price{
        display: flex;
        justify-content: space-around;
    }
}
@media screen and (max-width: 750px){

    .info.smarttest{
        display: flex;
        justify-content: space-around;
        flex-direction: column;
    }
    .description span{
        width: auto;
        display: inline-block;
        vertical-align: middle;
        font-weight: 300;
        font-family: 'Roboto' !important;
        font-style: initial !important;
        font-size: 40px;
        color: black;
    }
    .info.smarttest p, .info.smarttest span{
        max-width: 100%;
    }
    .info.smarttest img{
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
    }
    .smarttest-conditions{
        flex-direction: column;
        align-items: center;
    }
    .smarttest-conditions .clock{
        margin-right: 0;
        margin-bottom: 20px;
    }
    .smarttest-conditions .clock img{
        margin-left: 33%;
        margin-right: 50%;
    }
    .next.smarttest img{
        margin-bottom: -45px;
        margin-left: 85%;
    }
    .next.smarttest{
        margin: -35px auto;
    }
    .next.smarttest div{
        margin: 0 auto;
    }
    .video.examples .videos{
        flex-direction: column;
    }
    .video.examples .videos .video.iOS{
        margin-bottom: 15px;
    }
    .brands-wrap.smarttest .ul-brands li{
        width: 90% !important;
    }
    .video.iOS video, .video.android video {
        width: 100%;
    }
}
@media screen and (max-width: 450px) {
    .description span {
        font-size: 30px !important;
    }
    .info.smarttest p.info_smarttest_p {
        width: 350px;
    }
    .brands-wrap.smarttest .ul-brands li{
        margin-bottom: -20px;
    }
}
.homepage_mainarea .testimonials__swiper .swiper-slide {
    height: auto;
}
.homepage_mainarea .testimonials__swiper .swiper-wrapper {
    align-items: stretch;
}

