._disabled { pointer-events: none; -webkit-pointer-events: none; opacity: 0.5; }
/*
textarea.error { background: rgb(251, 227, 228); border: 1px solid #fbc2c4; color: #8a1f11; }
input.error { background: rgb(251, 227, 228); border: 1px solid #fbc2c4; color: #8a1f11; }
*/
textarea.error { background: rgb(251, 227, 228); border: 1px solid #dc4335; color: #8a1f11; }
input.error { background: rgb(251, 227, 228); border: 1px solid #dc4335; color: #8a1f11; }
.err-message { color: #cc0000; text-align: left; margin-bottom: 5px; }
textarea.input_text.no_hover_border:focus, textarea.input_text.no_hover_border:hover { border: 1px solid #dee8ed; }
select.country_select {
    padding: 0 3%;
    width: 100% !important;
    margin: 0;
    display: inline-block;
    width: 72px;
    height: 42px;
    position: relative;
    z-index: 100;
    display: inline-block;
    width: 70px;
    position: relative;
    height: 40px;
    border-radius: 3px;
    border: solid 1px #dee8ed;
    background-color: #ebf1f4;
    color: #272727;
    cursor: pointer;
    overflow: hidden;
    text-align: left;
}
select.country_select.errr { border-color: #8c2c34; background-color: #ffe6e8; }
.row_form_popup span.js-show-popup {
    cursor: pointer;
    display: inline-block;
    text-decoration: underline;
    color: #1b8ff1;
    font-size: 11px;
}
.row_form_popup span.js-show-popup:hover { text-decoration: none; }
.play_thumb { 
    width: 40px;
    height: 40px;
    line-height: 40px;
    left: auto; 
    margin-left: 15px;
    top: auto; 
    margin-top: 15px;
}
.play_preview { 
    width: 200px;
    height: 200px;
    line-height: 200px;
    left: auto; 
    margin-left: 150px;
    top: auto; 
    margin-top: 150px;
}
.h3_title_block { margin-bottom: 3px; font-size: 20px; }
.align_left { text-align: left !important; }

.product_video_image { width:500px; height:512px; }
@media screen and (max-width: 1030px) {
    .product_video_image { width: 295px; height: 300px; }
    .play_preview { 
        width: 120px;
        height: 120px;
        line-height: 120px;
        left: auto; 
        margin-left: 90px;
        top: auto; 
        margin-top: 90px;
    }
}
.js-show-popup { cursor: pointer; }
/*.callBackForm label span { top: -7px !important; }*/


   /* кнопки*/
.window_popup_but{
    position: absolute;
    opacity: 1;
    z-index: 11000;
    left: 50%;
    margin-left: -366px !important;
    top: 200px;
        -webkit-border-radius: 15px;
    overflow: hidden;
       padding: 40px;
}        
.window_popup_but .wrap_window_popup{
    display: inline-block;
}     
.popup_row_but{
    display: inline-block;
    border-color: #fff;
    background: #A82A33;
    border-radius: 57px;
    text-align: center;
    border: 2px solid;
    color: #fff;
    text-transform: uppercase;
    width: 300px;
    margin: 0px 9px;
}   
.popup_row_but .popup_row_wrapp    {
    padding: 0 !important;
}
.popup_row_but .popup_row_wrapp span{
        padding: 20px 0px 17px 0px;
    display: block;
}

.popup_row_but .popup_row_wrapp span:active{
     color: #fff;
}
  .popup_row_but:hover{
    background: #8c2c34;
    border-radius: 100px;
    cursor: pointer;
}
.title_popup_but{
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}
@media screen and (max-width: 720px) {
     .window_popup_but .wrap_window_popup, .popup_row_but{
    display: block;
}  
.popup_row_but{
    margin: 20px 0;
}
.window_popup_but{
    height: 100%;
    margin: -192px !important;
}

  }
    

    
@media screen and (max-width: 460px) {
    .window_popup_but, .window_popup_reg {top:100px;}
    .popup_row_but {float:none; max-width: 298px;}
    .popup_row_but .popup_row_wrapp {
        padding: 0;
    }
    .window_popup_but .close_popup {
        margin-right: 30px !important;
    }
}
  
    
 .window_popup_but .close_popup{
    margin-top: -20px;
    margin-right: -10px;
    width: 10px;
    height: 10px;
    z-index: 3000;
    display: block;
    text-decoration: none;
    cursor: pointer;
    float: right;
    background: #fff;
    border-radius: 100px;
    padding: 10px;
 }
 /*Формы регистрации\авторизации*/
 .popup_back_wrap{
    margin-bottom: 15px;
     
 }
 .popup_back{
    color: #3d697a;
    font-size: 16px;
 }
 .popup_row_reg {
    position: relative;
    z-index: 2;
}
.window_popup_reg{
    position: absolute;
    z-index: 3300;
    top: 170px;
    left: 50%;
    margin-left: -143px;
    background-color: #fff;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    border: 2px solid #e1312f;
    width: 300px;
    overflow: hidden;
} 

.bg_popup .popup_row_wrapp .input_text {
    background: #fff;
}
.popup_row_reg .row_form_popup{
    margin-top: 18px;
}
        
/* аккордеон в текстовых страницах */
.tit{
    width: 90%;
    float: left;
    line-height: 1.6 !important;
    padding-bottom: 20px;
}
.parent{
    display: grid;

    border-radius: 2px;
    transition: all 0.5s ease;
    cursor: pointer;
    margin-bottom: 20px;
    border: 5px solid rgba(0,0,0,.050);
    list-style-type: none;
}
.wrap{
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
}
.parent:hover{
    border-color: rgba(185,55,65,.340);
}
.parent.uk-open{
    border-color: rgba(185,55,65,.340);
}
.parent h2{
    display: inline;
    font-family: 'NeoBold';
        text-transform: uppercase;
}
.uk-open .tit{
    border-bottom: 2px solid;
    line-height: 1.6;
    width: 90%;
    border-color: #b93741;
}
.parent a{
    text-decoration: none !important;
    display: block;
    color: initial;
}
.parent.uk-open img {
    transform: rotate(180deg);
    margin-top: 5px;
}
.parent img {
    transition: all 0.7s ease;
    float: right;
    width: 22px;
    height: 22px;
    margin-top: 5px;
}
.uk-accordion-content{
        padding: 0 40px 35px 40px;
}
/**Табы на странице товара**/
.uk-switcher {
    margin: 0;
    padding: 0;
    list-style: none;
}
.uk-subnav {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
        margin-bottom: 20px;
        background-color: #313131;
}
.uk-subnav a{
        text-transform: uppercase;
    text-decoration: none;
    color: #fff;
}
.uk-subnav>* {
    flex: none;
    margin: 20px 0 18px 0;
    position: relative;
    display: contents;
}
.uk-subnav-pill>*>:first-child {
    padding: 21px 10px 19px 10px;
    color: #fff;
}
.uk-switcher>:not(.uk-active) {
    display: none;
}
.uk-subnav .uk-active a{
    background-color: #a82a33;
}
.marbot{
    margin-bottom: 25px;
}
@media screen and (max-width: 380px) {
    .uk-subnav>* {
        padding-right: 0px;
    }
}
@media screen and (max-width: 420px) {
    .wrap{
        padding-left: 10px;
        padding-right: 10px;
        font-size: 12px;
    }
    .uk-subnav-pill>*>:first-child {
        font-size: 12px;
    }
    .uk-open .tit {
        width: 80%;
    }
    .uk-accordion-content {
        padding: 0px 10px 0px 10px;
    }
}
/* fixes */
.uk-accordion-content { margin-top: 15px; padding-bottom: 20px; }
.uk-accordion-content h3:first-child { margin-top: 5px; }
.marbot { margin-top: 40px; margin-bottom: 60px; }
