

.pop_outer{
    display: none;
    opacity: 1;
    overflow: visible;
    background: #f2f2f2;
    padding: 15px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -200px 0 0 -120px;
    width: 360px;
    z-index: 102;
    border-radius: 7px;
    -webkit-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
    box-shadow: 0 10px 25px rgba(0,0,0,0.5);
}

.pop_outer h3{
    color: #fff;
}
.pop_outer .error_input{
    border:none!important;
}
.pop_outer{
    display: none;
    background-color: #282828;
    float: left;
    opacity: 1;
    overflow: visible;
    padding: 6px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -200px 0 0 -185px;
    width: 480px;
    z-index: 10000;
}

.pop_close{
    position: absolute;
    display: block;
    right: -30px;
    top: -30px;
    width: 40px;
    height: 40px;
    color: #fff;
    text-decoration: none;
    font-size: 30px;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 100%;
    line-height: 36px;
}
.pop_close:hover{
    color:#ED1B23;
}
.pop_feedback_main #success{
    display:none;
}
#overflow{
    background: rgba(40, 40, 40, 0.7);
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    overflow: hidden;
    z-index: 9999;
    overflow: auto;
    overflow-y: scroll;
}
.pop_feedback_main .error_input{
    border: 2px solid #ED1B23!important;
}


#overflow{
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    overflow: hidden;
    z-index: 101;
    background: url(../../images/fancybox_overlay.png);
    overflow: auto;
    overflow-y: scroll;
}
.over_hidden{
    overflow: hidden;
}


.forms_but .to_registration,
.forms_but .to_forget_pass{
    display: block;
}

.registration_form{
    display: none;
}
.forget_form{
    display: none;
}

.to_login{
    display: none;
}
.thanks_text_registration{
    display: none;
        font-size: 16px;
    color: #fff;
    text-align: center;
}
.thanks_text_forget{
    display: none;   
     font-size: 16px;
    color: #fff;
    text-align: center;
}
.thanks_text{
    display: none;

}
.subscribe_thanks_text{
    display: none;
    width: 100%;
}

.enter_link{
}
.reg_link{
}

.error_input input,
.error_input textarea{
    border: 1px solid red!important;
}





.pop_outer input,
.pop_outer textarea {
    background-color: rgba(255,255,255,0.15);
    font-size: 0.889em !important;
}


.pop_outer input.name,
.pop_outer input.email {
    padding-left: 3em;
}

.pop_outer input{
    max-width: 100%;
    width: 100%;
    color: #fff;
}

.pop_outer input[type="submit"]{
    float: right;
    margin-right: 0px;
    width: 150px;
}
.to_forget_pass,
.to_login,
.to_registration{
    color: #fff;
}
.pop_outer p,
.pop_outer h3{
    color: #fff!important;
    text-align: center!important;
}

nav > ul > li > span.username{
    text-align: center;
    background-color: rgba(237,27,35,1);
    color: #fff;
    padding: 5px;
    border-radius: 3px;
        display: block;
    margin: 20px 0px;
}
.login_buttons{
        margin-left: 10px;
}

.pop_anketa{
    display: none;
    position: fixed;
    width: 800px;
    background: #fff;
    padding: 20px 20px;
    z-index: 200;
    top: 100px;
    left: 50%;
    margin-left: -400px;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
}
.header_pop_anketa{
    text-align: center;
    font-size: 26px;
    margin-bottom: 15px;
    display: block;
}
.pop_anketa .anketa_input_block{
    width: 33%;
    display: inline-block;
    vertical-align: top;
}
.pop_anketa .pop_close{
    background: #a9a9a9;
    cursor: pointer;
}
.anketa_input_title{
    font-size: 15px;
    display: block;
    text-align: left;
    min-height: 40px;
    line-height: 20px;
    margin: 5px auto;
}
.anketa_input_block textarea{
    display: block;
    width: 100%;
    max-height: 70px;
    min-width: 70%;
    min-height: 70px;
    background: #fff;
    outline: none;
    padding: 3px 5px;
}
.anketa_input_block textarea:hover,
.anketa_input_block textarea:focus{
    border: 2px solid #9d7e47!important;
}
.anketa_input_block > span{
    display: block;
    line-height: 24px;
}
.anketa_bottom input[type="text"]{
    border: 2px solid #d8d8d8;
    font-size: 16px;
    padding: 7px 10px;
    width: 60%;
    display: inline-block;
    max-width: 60%;
}

.anketa_bottom input[type="text"]:focus,
.anketa_bottom input[type="text"]:hover{
    border: 2px solid #9d7e47!important;
}
.anketa_bottom input[type="submit"]{
    transition:0.5s;
    background: #ed1b23;
    outline: none;
    border: 0px;
    color: #fff;
    padding: 6px 10px;
    font-size: 20px;
    float: right;
    min-width: 230px;
    border-radius: 5px;
    border: 2px solid #ed1b23;
    vertical-align: top;
}
.anketa_bottom input[type="submit"]:focus,
.anketa_bottom input[type="submit"]:hover{
    background: #fff;
    color: #000;
    border: 2px solid #ed1b23!important;
}
.anketa_form_thanks{
    display: none;
    text-align: center;
    font-size: 24px;
    margin: 20px auto;
    background: #ed1b23;
    color: #fff;
    padding: 10px 10px;
}





/* Base for label styling */
.pop_anketa [type="radio"]:not(:checked),
.pop_anketa [type="radio"]:checked {
  position: absolute;
  left: -9999px;
}
.pop_anketa [type="radio"]:not(:checked) + label,
.pop_anketa [type="radio"]:checked + label {
  position: relative;
  padding-left: 22px;
  cursor: pointer;
}

/* checkbox aspect */
.pop_anketa [type="radio"]:not(:checked) + label:before,
.pop_anketa [type="radio"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 15px;
    height: 15px;
    border: 2px solid #ed1b23;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: none;
}
/* checked mark aspect */
.pop_anketa [type="radio"]:not(:checked) + label:after,
.pop_anketa [type="radio"]:checked + label:after {
    content: '•';
    position: absolute;
    top: -6px;
    left: 2px;
    font-size: 34px;
    line-height: 1;
    color: #ed1b23;
    transition: all .2s;
}
/* checked mark aspect changes */
.pop_anketa [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.pop_anketa [type="radio"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.profile_form{
  margin-bottom: 20px;
  text-align: center;
}
.profile_form input{
  display: inline-block;
  width: auto;
}
.profile_form table{
  margin: 10px auto;
  width: 400px;
}

.pwd_form input{
  display: inline-block;
  width: auto;
}
.pwd_form table{
  margin: 10px auto;
  width: 400px;
}

.profile_form th,
.profile_form td,
.pwd_form th, 
.pwd_form td{
    padding: 1px;
}
.cabinet_selector{
  margin: 10px auto;
  overflow: hidden;
}
.cabinet_selector .cabinet_link{
  color: #444;
  width: 33%;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  display: inline-block;
  transition: 1s;
  text-decoration: none;
  font-size: 24px;
  font-weight: 300;
}
.cabinet_selector .cabinet_link:hover{
  text-decoration: underline;
}
.cabinet_selector .cabinet_link.active{
  color: #6D2937;
}
.cabinet_tab{
  display: none;
}
.cabinet_tab.active{
  display: block;
}
.cabinet_body{
  text-align: center;
}
.pwd_thanks_text,
.profile_thanks_text,
.thanks_text{
  text-align: center;
  font-size: 20px;
  display: none;
  color: #6D2937;
}
.cabinet_body label{
    font-size: 12px;
    line-height: 48px;
}
.cabinet_body input{
    color: #444;
    background: #fff;
    border: 1px solid #ccc;
    font-size: 16px;
    padding: 0px 15px 0px 15px;
    border-radius: 2px;
    line-height: 32px;
    width: 100%;
    margin: 8px auto;
}
.pwd_form{
  display: none;
}
.cabinet_body .light_button {
    position: relative;
    display: block;
    margin-right: 1em;
    text-align: center;
    margin-bottom: 1.34em;
    padding: 0.667em 2em;
    border-bottom: none;
    -webkit-border-radius: 0.333em;
    -moz-border-radius: 0.333em;
    border-radius: 20px;
    background-color: rgba(84,87,102,1);
    color: #FFFFFF !important;
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: 0.778em !important;
    font-family: 'Montserrat', sans-serif !important;
    line-height: 1.714em !important;
    cursor: pointer;
    background-color: #c5003e;
    margin: 0px auto;
    font-weight: 600;
}
.cabinet_body .light_button:hover{
    background-color: #c5003e;
    opacity: 0.8;
}
.cabinet_body .light_button.change_pas{
    max-width: 400px;
    width: 100%;
}

.orders_history{
  width: 100%;
}

.orders_history thead tr{
   background: #f1f4f8!important;
}
.orders_history thead tr td{
  color: #474b4c;
}
.orders_history tr:nth-child(odd){
  background: #fdf2ee;
}
.orders_history tr:nth-child(even){
  background: #f1f4f8;
}
.orders_history tr td{
  text-align: center;
  padding: 10px 5px;
  color: #444;
  font-size: 16px;
  font-weight: bold;
}
.orders_history tr:hover{
    background: #D6E3F1;
}
.orders_history .btnn{
      padding: 4px 8px;
}

.status_delivered{
  color: #089a05;
  font-weight: bold;
  font-size: 18px;
}
.status_cancel{
  color: #bd0f0f;
  font-weight: bold;
  font-size: 18px;
}
.status_wait{
  color: #474b4c;
  font-weight: bold;
  font-size: 18px;
}
.status_new{
  color: #3a6796;
  font-weight: bold;
  font-size: 18px;
}


#order_info {
  background: #fff;
  display: none;
  padding: 15px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -200px 0 0 -350px;
  width: 700px;
  z-index: 2002;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #444;
}
#order_info .order_products{
  max-height: 400px;
  overflow-y: auto;
  overflow-x: auto;
}
#order_info .order_products thead tr:first-child{
  border-bottom: 2px solid #444;
}
#order_info .order_products tbody tr{
  border-bottom: 1px solid #444;
}
#order_info .order_products tbody tr:last-child{
  border-bottom: 2px solid #444;
}
#order_info .order_products .td_1{
  width: 75px;
  height: 75px;
}
#order_info .order_products .td_1 a{
  width: 75px;
  height: 75px;
}
#order_info .order_products .td_2{
  width: 300px;
}
#order_info .order_products .td_2 a{
    font-size: 15px;
    color: #444;
}
#order_info .price_op{
    text-align: center;
    color: #444;
    font-size: 15px;
    padding: 0px 0px;
    margin: 0 auto;
    overflow: hidden;
    display: block;
}
#order_info thead tr td{
    font-size: 15px;
    color: #444;
}
#order_info tr td{
  text-align: center;
  padding: 5px 10px;
}
#order_info tr .tfoot_1{
  text-align: left;
    font-size: 24px;
    color: #444;
}
#order_info .quantity{
    font-size: 17px;
    color: #444;
}
#order_info .sum_price{
    text-align: center;
    color: #444;
    font-size: 17px;
}
#order_info .td_5{
  width: 220px;
}
#order_info tfoot p{
  font-weight: bold;
  font-size: 20px;
}
.subscribe_box{
  background: #e6e6e6;
  padding: 30px 0px;
  position: relative;
  z-index: 1;
}
.subscribe_left{
  display: inline-block;
  width: 33%;
  vertical-align: top;
}
.subscribe_left p{
  margin: 0px;
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 1px;
  color: #000;
}
.subscribe_right{
  display: inline-block;
  width: 65%;
  vertical-align: top;
}
.subscribe_right .input{
  width: 60%;
  display: inline-block;
  margin: 0px;
  vertical-align: top;
}
.subscribe_right .input input{
  width: 100%;
  max-width: 100%;
  border-radius: 20px;
  height: 40px;
  padding: 20px 20px;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 0px;
  vertical-align: top;
  border: 2px solid #fff;
}
.subscribe_right .input input:focus{
  border-color: #cfcfcf !important;
}
.subscribe_right > input{
    display: inline-block;
    width: 28%;
    background: transparent;
    box-shadow: none;
    outline: none;
    border: 2px solid #fff;
    height: 38px;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 20px;
    margin-left: 3%;
    vertical-align: top;
}
.subscribe_right > input:hover{
    background: #6D2937;
    color: #fff;
}

.ac_city{
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 3;
}
.ac_depart{
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 2;

}
.ac_depart.ac_filed:after,
.ac_city.ac_filed:after{
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 11px;
  right: 10px;
  background: #7cb743;
  border-radius: 50%;
  background-image: url(../../images/checkbox_tick_w.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.ac_depart_result,
.ac_city_result{
  display: none;
  width: 100%;
  position: absolute;
  top: 45px;
  background: #fff;
  z-index: 2;
}
.ac_depart_result ul,
.ac_city_result ul{
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 5px 0px;
  border-radius: 8px;
  border: 1px solid #C1C1C1;
  max-height: 285px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0px;
}
.ac_depart_result ul li,
.ac_city_result ul li{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.ac_depart_result ul li a,
.ac_city_result ul li a{
  display: flex;
  width: 100%;
  padding: 10px 10px;
  font-size: 15px;
  color: #000;
  text-decoration: none;
}
.ac_depart_result ul li a:hover,
.ac_city_result ul li a:hover{
  color: #fff;
  text-decoration: none;
  background-color: #6a2636;
}
.tpl_characteristics_in_marks{
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 10px;
    flex-wrap: wrap;
    margin: 10px auto;
}
.tpl_characteristics_in_marks .mark_holder{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: calc(50% - 8px);
    gap: 5px;
    align-items: center;
}
.tpl_characteristics_in_marks .mark_in{
    display: flex;
    flex-direction: row;
    width: calc(50% - 5px);
    gap: 3px;
}
.tpl_characteristics_in_marks .mark_name{
    display: flex;
    flex-direction: row;
    width: calc(50% - 5px);
    font-size: 14px;
    color: #6D2937;
    font-weight: 500;
}
.tpl_characteristics_in_marks .mark_in .mark{
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 50%;
    border: 1px solid #6D2937;
}
.tpl_characteristics_in_marks .mark_in .mark.marked{
    background: #6D2937;
}
/*
.tpl_characteristics_in_marks .mark_holder.mark_g .mark_in .mark.marked{
    background:#c58e00;
}
.tpl_characteristics_in_marks .mark_holder.mark_s .mark_in .mark.marked{
    background:#00c5a1;
}
.tpl_characteristics_in_marks .mark_holder.mark_p .mark_in .mark.marked{
    background:#008ec5;
}
.tpl_characteristics_in_marks .mark_holder.mark_k .mark_in .mark.marked{
    background:#c51b00;
}
*/

.tpl_characteristics_c_marks{
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 5px;
    flex-wrap: wrap;
    margin: 5px auto;
}
.tpl_characteristics_c_marks .mark_holder{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: calc(50% - 8px);
    gap: 5px;
    align-items: center;
    position: relative;
    background: #f7f7f7;
}
.tpl_characteristics_c_marks .mark_in{
    display: flex;
    flex-direction: row;
    gap: 2px;
    position: absolute;
    width: 100%;
}
.tpl_characteristics_c_marks .mark_name{
    display: flex;
    flex-direction: row;
    font-size: 12px;
    color: #000000;
    font-weight: 500;
    width: 100%;
    text-align: center;
    z-index: 2;
    background: #ffffffab;
    align-items: center;
    padding: 0px 5px;
}
.tpl_characteristics_c_marks .mark_in .mark{
    width: calc(100% / 5 - 2px);
    height: 16px;
    display: block;
    background: #999;
    border-radius: 0px;
}
.tpl_characteristics_c_marks .mark_in .mark.marked{
    background: #6D2937;
}
.tpl_characteristics_c_marks .mark_holder.mark_g .mark_in .mark.marked{
    background:#c58e00;
}
.tpl_characteristics_c_marks .mark_holder.mark_s .mark_in .mark.marked{
    background:#00c5a1;
}
.tpl_characteristics_c_marks .mark_holder.mark_p .mark_in .mark.marked{
    background:#008ec5;
}
.tpl_characteristics_c_marks .mark_holder.mark_k .mark_in .mark.marked{
    background:#c51b00;
}











@media (max-width: 1200px){
    .tpl_characteristics_in_marks .mark_holder{
        flex-direction: column;
        align-items: flex-start;
    }
    .tpl_characteristics_in_marks .mark_in,
    .tpl_characteristics_in_marks .mark_name{
        width: 100%;
    }
}
@media (max-width: 992px){

}

@media (max-width: 768px){

    .pop_anketa{
        width: 300px;
        margin-left: -150px;
        position: absolute;
        top: 100px;
    }
    .header_pop_anketa{
        font-size: 18px;
    }
    .pop_anketa .anketa_input_block{
        width: 100%;
    }
    .anketa_input_title{
        min-height: auto;
    }
    .over_hidden{
        overflow: auto;
    }
}
