@charset "UTF-8";
/* CSS Document */

.basic_form .button_line{
    position: relative;
    margin-top:20px;
}

.basic_form .button_line input[type=submit]{
    display:inline-block;
    vertical-align: top;
    float: right;
    margin:0;
    font-size:14px;
}

.basic_form .button_line input[type=checkbox]{
    display:inline-block;
    vertical-align: top;
    width:20px;
    height:20px;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 2;
    opacity: 0;
    top: 10px;
    cursor: pointer;
}

.basic_form .button_line label{
    display:inline-block;
    vertical-align: top;
    height:20px;
    line-height:20px;
    font-size: 14px;
    position: relative;
    top:10px;
    color: #777;
}

.basic_form .button_line .false_checkbox{
    width:20px;
    height:20px;
    position: absolute;
    top:10px;
    left:0;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35) inset;
    border-radius: 3px;
    cursor: pointer;
}

.block4 .user_box a{
    color:#666;    
}

.basic_form .button_line .false_checkbox:before{
    content:"";
    position: absolute;
    width:8px;
    height:8px;
    background: #999;
    border-radius: 2px;
    top:50%;
    left:50%;
    margin:-4px 0 0 -4px;
    display:none;
}

.basic_form .button_line input[type=checkbox]:checked + .false_checkbox:before{
    display: block;
}

.block4 .user_box .photo_container img{
    width:110px;
    height:110px;
}

header .calendar .month, header .calendar .year {
    font-size: 20px;
}

header .calendar .day {
    margin: 0 -1px 0 0;
}

.block5 .bx-wrapper{
    min-width:100%;
}

.form_box .user_list .flag{
    display:inline-block;
    vertical-align: top;
    margin-right:3px;
    width:16px;
    height:11px;
    position: relative;
    top:3px;
}

.form_box .user_list .flag img{
    display: block;
}

/*-------------------------------------------------------*/
.fast_land {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.fast_land .top_panel{
    display: flex;
    justify-content: space-between;
    width:100%;
    background: rgba(0, 0, 0, 0.85);
    padding:7px 20px;
    color:#ddd;
    font-size:16px;
}


.fast_land .top_panel .name {
    display:inline-block;
    vertical-align: top;
    height:20px;
    line-height:20px;
}

.fast_land .top_panel .right,
.fast_land .top_panel .timer,
.fast_land .top_panel .delete {
    display:inline-block;
    vertical-align: top;
}


.fast_land .top_panel .timer {
    padding-right:12px;
    border-right:1px solid #666;
    margin-right:10px;
}

.fast_land .top_panel .delete {
    cursor:pointer;
}

.panel{
    position: relative;
    display:block;
    width:100%;
    max-width:800px;
    margin: 0 auto 20px;
    text-align: center;
    padding: 40px 10px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0px 2px 2px rgba(255, 255, 255, 0.3) inset; 
}

.panel .title{
    font-size:30px;
    line-height:30px;
    margin-bottom:10px;
    color:#ddd;
    text-transform: uppercase;
    font-family: "extrabold";
    text-shadow:0 1px 0 rgba(0, 0, 0, 0.5);
}

.panel .sub_title{
    font-size:18px;
    line-height:24px;
    margin-bottom:20px;
    color:#ddd;
    text-transform: uppercase;
    font-family: "extrabold";
    text-shadow:0 1px 0 rgba(0, 0, 0, 0.5);
}

.panel .decor{
    height:24px;
    width:240px;
    margin:0 auto;
    text-align: center;
    position: relative;
    margin-bottom:20px;
}


.panel .decor .line{
    height: 1px;
    width: 70px;
    position: absolute;
    top: 50%;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.9);
}


.panel .decor .line.left{
    left:0;
}

.panel .decor .line.right{
    right:0;
}

.panel .decor .circle{
    display:inline-block;
    vertical-align: top;
    width:18px;
    height:18px;
    position: relative;
    top:3px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.9);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 0 rgba(255, 255, 255, 0.25) inset;
}

.panel .decor .circle.big{
    width:24px;
    height:24px;
    top:0;
    margin:0 3px;
}

.confirm_date .combo.mini{
    width:80px;
    margin-right:5px;
}

.confirm_date .combo.midi{
    width:180px;
}

.confirm_date .control_point{
    margin-bottom:20px;
}

.panel .my_video{
    margin:20px 0;
}

.panel .button{
    border-radius:23px;
    color:#444;
    height:46px;
    line-height:42px;
    padding:0 25px;   
    display:inline-block;
    text-shadow:0 1px 0 #eee;
    font-family: "bold";
    font-size:16px;
    background: -webkit-linear-gradient(top, #ddd, #ccc);
    background: linear-gradient(to bottom, #ddd, #ccc);
    box-shadow: 0 1px 2px rgba(255, 255, 255, 0.9) inset;
}

.panel .button.no_active{
    opacity:0.5;
    cursor: default;
}

.panel .button.grey{
    color:#444;
    text-shadow:0 1px 0 #eee;
    background: -webkit-linear-gradient(top, #ddd, #ccc);
    background: linear-gradient(to bottom, #ddd, #ccc);
    box-shadow: 0 1px 2px rgba(255, 255, 255, 0.9) inset;
}

.panel .button.yellow{
    color:#444;
    text-shadow:0 1px 0 #ccc;
    background: -webkit-linear-gradient(top, #ffd94f, #ff984f);
    background: linear-gradient(to bottom, #ffd94f, #ff984f);
    box-shadow: 0 1px 2px rgba(255, 255, 255, 0.6) inset;
}

.panel .button.orange{
    color:#ddd;
    text-shadow:0 1px 0 rgba(0, 0, 0, 0.35);
    background: -webkit-linear-gradient(top, #FF5722, #d63428);
    background: linear-gradient(to bottom, #FF5722, #d63428);
    box-shadow: 0 1px 2px rgba(255, 255, 255, 0.4) inset;
}

.panel .button.red{
    color:#ddd;
    text-shadow:0 1px 0 rgba(0, 0, 0, 0.35);
    background: -webkit-linear-gradient(top, #cc2929, #8a0b0b);
    background: linear-gradient(to bottom, #cc2929, #8a0b0b);
    box-shadow: 0 1px 2px rgba(255, 255, 255, 0.4) inset;
}

.panel .button.light_green{
    color:#f4f3f4;
    text-shadow:0 1px 0 rgba(0, 0, 0, 0.3);
    background: -webkit-linear-gradient(top, #8BC34A, #4CAF50);
    background: linear-gradient(to bottom, #8BC34A, #4CAF50);
    box-shadow: 0 1px 2px rgba(255, 255, 255, 0.4) inset;
}


.panel .button.blue{
    color:#ddd;
    text-shadow:0 1px 0 rgba(0, 0, 0, 0.35);
    background: -webkit-linear-gradient(top, #0099cc, #014e96);
    background: linear-gradient(to bottom, #0099cc, #014e96);
    box-shadow: 0 1px 2px rgba(255, 255, 255, 0.4) inset;
}

.panel .button.pink{
    color:#f4f3f4;
    text-shadow:0 1px 0 rgba(0, 0, 0, 0.3);
    background: -webkit-linear-gradient(top, #ef89a5, #e04786);
    background: linear-gradient(to bottom, #ef89a5, #e04786);
    box-shadow: 0 1px 2px rgba(255, 255, 255, 0.4) inset;
}

.panel .button.purple{
    color:#eee;
    text-shadow:0 1px 0 rgba(0, 0, 0, 0.3);
    background: -webkit-linear-gradient(top, #9C27B0, #673AB7);
    background: linear-gradient(to bottom, #9C27B0, #673AB7);
    box-shadow: 0 1px 2px rgba(255, 255, 255, 0.4) inset;
}

.panel .button.turquoise{
    color:#ddd;
    text-shadow:0 1px 0 rgba(0, 0, 0, 0.3);
    background: -webkit-linear-gradient(top, #00BCD4, #009688);
    background: linear-gradient(to bottom, #00BCD4, #009688);
    box-shadow: 0 1px 2px rgba(255, 255, 255, 0.6) inset;
}


.panel .button.brown{
    color:#eee;
    text-shadow:0 1px 0 rgba(0, 0, 0, 0.3);
    background: -webkit-linear-gradient(top, #b36d53, #795548);
    background: linear-gradient(to bottom, #b36d53, #795548);
    box-shadow: 0 1px 2px rgba(255, 255, 255, 0.4) inset;
}




/*------------------------------------------------------------------------------------------- */
/*-------------------------------------  COMBO ---------------------------------------------- */
/*------------------------------------------------------------------------------------------- */
.combo {    
  text-align: left;  
  height: 40px;
  display: inline-block;
  vertical-align: top;
  width: 200px;
  max-width: 100%;
  border-radius: 3px;
  background: #f4f3f4;
  background: -webkit-linear-gradient(top, #ddd, #ccc);
  background: linear-gradient(to bottom, #ddd, #ccc);
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.9) inset;
  cursor: pointer;
  position: relative; }
  .combo .current {
    height: 40px;
    line-height: 38px;
    border-radius: 3px;
    font-family: 'regular';
    font-size: 18px;
    color: #444;
    text-shadow: 0 1px 0 #eee;
    padding: 0 22px 0 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
  .combo .arrow {
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 2;
    margin-top: -3px;
    border-top: 6px solid rgba(0, 0, 0, 0.5);
    border-left: 4px solid transparent;
    border-right: 4px solid transparent; }
  .combo input[type=text] {
    display: none; }
  .combo ul {
    position: absolute;
    top: 39px;
    left: 0;
    z-index: 5;
    width: 100%;
    display: none;
    border: 1px solid #eee;
    border-top: 0 none;
    background-color: #f4f3f4;
    max-height: 200px;
    overflow: auto;
    padding: 5px 0;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35); }
    .combo ul li {
      line-height: 26px;
      display: block;
      padding: 0 10px;
      width: 100%;
      text-overflow: ellipsis;
      overflow: hidden;
      text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
      white-space: nowrap;
      font-size: 14px; }
      .combo ul li:hover {
        color: #0099cc; }
      .combo ul li.delim {
        background: rgba(0, 0, 0, 0.05);
        color: #989898; }
        .combo ul li.delim:first-of-type {
          position: relative;
          top: -5px;
          margin-bottom: -5px; }

/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- MY VIDEO ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
.my_video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .my_video iframe, .my_video object, .my_video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    
/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- MODAL ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
.modal {
  max-width: 100%;
  position: relative;
  border-radius: 5px;
  background: #fff; }
  .modal .close {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 2;
    cursor: pointer; }
    .modal .close i {
      width: 20px;
      height: 20px;
      line-height: 20px;
      text-align: center;
      font-size: 18px;
      color: #626262; }
    .modal .close:hover i {
      color: #0099cc; }
  .modal .modal_title {
    padding: 30px 30px 0;
    margin-bottom: 0; }
  .modal .modal_body {
    position: relative;
    padding: 30px; }
  .modal .blue_button {
    display: inline-block;
    vertical-align: top; }

/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- TECH MODAL ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
.tech_modal {
  text-align: center; }
  .tech_modal .blue_button {
    margin: 0 5px; }
    
    
.blue_title_center{
    color:#0099cc;
    text-align: center;
    margin-bottom: 40px;
    font-size: 30px;
}


.block2 .text_box .text{
    color:#333;
    font-size:18px;
}

.form_box .user_list .user {
    margin-bottom:15px;
}


.block4 .column .video_box {
    width:100%;
}

.block4 .column iframe,
.block4 .column embed {
    width:100%;
}

.block4 .column .video_box .title{
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    font-family: bold;
    margin-bottom:7px;
}

.disclaimer_text{
    font-family: bold;
    text-transform: uppercase;
    font-size:13px;
    text-align: center;
    color:#444;
    line-height:20px;
}

.intl-tel-input.allow-dropdown input {
    height: 32px;
    line-height: 32px;
    width: 100%;
    padding: 0 10px;
    font-size: 14px;
    font-family: "regular";
    color: #444;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35) inset;
    border-radius: 3px;    
    outline: none;
    max-width: 100%;
    display: block;
    vertical-align: baseline;    
    border: 0 none !important;
    background: rgba(255, 255, 255, 0.5) !important;
}

.intl-tel-input .country-list .country {
    display: block;
}

.intl-tel-input {
    display: block!important;
}

/*---------------------------*/
.panel{
    max-width: 80%;
}
/*___________ кнопка смены языка _______________*/
.lang {
    color: #fff;
    font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;

}

.lang li + li {
  margin-left: 1px;
}

.lang__link {
  display: inline-block;
  padding: 0.15em 0.75em;
  text-transform: uppercase;
  color: inherit;
  border: 1px solid transparent;
  color: #fff;
  -webkit-border-radius: 50px;
          border-radius: 50px;
}

.lang__link:hover, .lang__link_active {
  border-color: inherit;
}
@media (max-width: 700px){
    .fast_land .top_panel {
        flex-direction: column;
        align-items: center;
    }

    .lang{
        margin-top: 5px;
    }
    .lang__link {
        padding: .25em 1em;
    }
}