#template_form1 { width: 912px; padding: 0 !important;}
#template_form1 .F_h1{ font-size: 24px !important; padding-bottom: 29px !important;}
#template_form1 .F_h1 strong{color: #00A357 !important;}

#template_form2 { width: 912px; padding: 0 !important;}
#template_form2 .F_h1{ font-size: 24px !important; padding-bottom: 29px !important;}
#template_form2 .F_h1 strong{color: #00A357 !important;}

#template_form3 { width: 912px; padding: 0 !important;}
#template_form3 .F_h1{ font-size: 24px !important; padding-bottom: 29px !important;}
#template_form3 .F_h1 strong{color: #00A357 !important;}

#template_form4 { width: 912px; padding: 0 !important;}
#template_form4 .F_h1{ font-size: 24px !important; padding-bottom: 29px !important;}
#template_form4 .F_h1 strong{color: #00A357 !important;}

#template_form5 { width: 912px; padding: 0 !important;}
#template_form5 .F_h1{ font-size: 24px !important; padding-bottom: 29px !important;}
#template_form5 .F_h1 strong{color: #00A357 !important;}

#template_contact { width: 912px; padding: 24px !important;}
#template_contact .F_h1{ font-size: 24px !important; padding-bottom: 29px !important;}
#template_contact .F_h1 strong{color: #00A357 !important;}

#template_doc_online { width: 912px; padding: 24px !important;}
#template_doc_online .F_h1{ font-size: 24px !important; padding-bottom: 29px !important;}
#template_doc_online .F_h1 strong{color: #00A357 !important;}
#template_doc_online .dog_ label { display: block}
.al_ch { flex-wrap: wrap }
.Online__ch { width: 20px; height: 20px; margin: 4px 0 0 0}
.ch_label { font-size: 12px; line-height: 1.3em}

.F_form input[type="text"], .F_form  textarea { width: 100%; }

.F_error {
    border-bottom: 1px solid red !important;
    border-radius: 0 !important;
}

.F_error_text label {
    color: red !important;
}
.F_form {

 position: relative;
 padding: 0 30px 30px 30px
}

/* style for generat_re*/

.f_text_ input[type="text"]::placeholder,
.f_textarea_ textarea::placeholder {
    font-size: 18px;
    color: #666;
    font-family: 'Open Sans', "Arial Narrow", Arial, Helvetica, sans-serif;

}

.F_h1 {
    font-size: 30px;
    color: #00398c;
    text-align: center;
    padding: 40px 0 20px 0;
    font-family: 'OpenSansBold',  "Arial Narrow", Arial, Helvetica, sans-serif;;
}

.F_desc {
    font-size: 18px;
    line-height: 1.4em;
    padding: 10px 0 20px 0;
}
.F_desc.F_desc_bottom {
    padding: 20px 0 10px 0;
}

.f_text_ {
    min-height: 50px;

    border-radius: 7px;
    padding: 2px 0px 0 0px;
    margin-bottom: 16px;
}

.f_text_ label {
    display: none;
    font-family: 'Open Sans', "Arial Narrow", Arial, Helvetica, sans-serif;
}

.f_text_ input[type="text"] {
    border: 1px solid #7eaac8;
    border-radius: 1px;
    padding: 0 10px;
    width: 100%;
    height: 43px;
    line-height: 43px;
    font-size: 16px;
    background: #fff;
    font-family: 'OpenSansLight';
}

.f_textarea_ {
    min-height: 80px;
    border-radius: 7px;
    padding: 5px 0px 0 0px;
    margin: 16px 0;
    font-family: 'Open Sans', "Arial Narrow", Arial, Helvetica, sans-serif;

}

.f_textarea_ label {
    display: none;
}

.f_textarea_ textarea {
    border: 1px solid #7eaac8;
    border-radius: 1px;
    min-height: 80px;
    padding: 10px;
    font-size: 16px;
    background: #fff;
    font-family: 'OpenSansLight';
}

.f_select_ .f_label {
    padding: 0;
    font-size: 12px;
    color: #6F7893;
    margin: 7px 0 5px 2px;
}

.f_select_ {
    width: 100%;
    min-height: 60px;
    border: 1px solid #C4C4C4;
    border-radius: 7px;
    margin: 16px 0;
}

.f_select_ select {
    width: 96%;
    border: none ;
    margin: 0 12px 0 2px;
    box-sizing: border-box;
    background: #fff;
    font-family: 'Open Sans', "Arial Narrow", Arial, Helvetica, sans-serif;
}

.f_checkbox_ { margin: 16px 0}
.f_checkbox_ .f_label {
    font-size: 18px;
    line-height: 1.4em;
    padding: 0 0 10px 0;
}

.F_checkbox_other {
    display: inline-block;
    padding: 0 20px 16px 0
}

.F_checkbox_other input {
    position: relative;
    margin-right: 16px;
    width: 20px;
    height: 20px;
}

.F_checkbox_other span {
    font-size: 16px
}

.f_radio_ { margin: 16px 0; text-align: center}
.f_radio_ .f_label {
    font-size: 18px;
    line-height: 1.4em;
    padding: 0 0 10px 0;

}
.f_radio_ .f_label label{
display: none;
}

.F_radio_other {
    display: inline-block;
    padding: 0 20px 16px 0
}

.F_radio_other input {
    position: relative !important;
    margin-right: 16px;
    width: 20px;
    height: 20px;
    opacity: 100 !important;
    pointer-events: auto !important;
}

.F_radio_other span {
    font-size: 16px
}

.F_form label {
    color: #6F7893;

}
.F_button_text {
    margin: 34px 0 15px 0;

    text-decoration: none;
    background-color: #ffc001;
    border: 1px solid #ffc001;
    text-align: center;
    letter-spacing: .9px;
    color: #000;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    cursor: pointer;
    height: 46px;
    line-height: 42px;
    font-size: 18px;
    font-family: 'OpenSansLight';

}
.form100_modal .F_button_text {    max-width: 165px;  }
.form100_modal .F_button_text:after {
    right: 0;
    bottom: 42px;
    width: 104px;
    height: 46px;
    content: '';
    float: right;
    display: table;
    background: url(/images/temp/mail__.png) top center no-repeat;
    position: absolute;
}
.F_button_text:hover {
    border: 1px solid #ffc001;
    background-color: white;

}
.F_b {
    width: 100%;
    left: 0;
    height: 100%;
    BACKGROUND: rgba(0, 0, 0, 0.2);
    POSITION: absolute;
    top: 0;
    border-radius: 0;
    display: none;
}
.F_b.active { display: block }
.cssload-thecube {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    margin-top: 100px;
    position: absolute;
    transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    bottom: 39%;
    left: 40%;
}
.cssload-thecube .cssload-cube {
    position: relative;
    transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
}
.cssload-thecube .cssload-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
.cssload-thecube .cssload-cube:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(239,83,63);
    animation: cssload-fold-thecube 4.2s infinite linear both;
    -o-animation: cssload-fold-thecube 4.2s infinite linear both;
    -ms-animation: cssload-fold-thecube 4.2s infinite linear both;
    -webkit-animation: cssload-fold-thecube 4.2s infinite linear both;
    -moz-animation: cssload-fold-thecube 4.2s infinite linear both;
    transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
}
.cssload-thecube .cssload-c2 {
    transform: scale(1.1) rotateZ(90deg);
    -o-transform: scale(1.1) rotateZ(90deg);
    -ms-transform: scale(1.1) rotateZ(90deg);
    -webkit-transform: scale(1.1) rotateZ(90deg);
    -moz-transform: scale(1.1) rotateZ(90deg);
}
.cssload-thecube .cssload-c3 {
    transform: scale(1.1) rotateZ(180deg);
    -o-transform: scale(1.1) rotateZ(180deg);
    -ms-transform: scale(1.1) rotateZ(180deg);
    -webkit-transform: scale(1.1) rotateZ(180deg);
    -moz-transform: scale(1.1) rotateZ(180deg);
}
.cssload-thecube .cssload-c4 {
    transform: scale(1.1) rotateZ(270deg);
    -o-transform: scale(1.1) rotateZ(270deg);
    -ms-transform: scale(1.1) rotateZ(270deg);
    -webkit-transform: scale(1.1) rotateZ(270deg);
    -moz-transform: scale(1.1) rotateZ(270deg);
}
.cssload-thecube .cssload-c2:before {
    animation-delay: 0.53s;
    -o-animation-delay: 0.53s;
    -ms-animation-delay: 0.53s;
    -webkit-animation-delay: 0.53s;
    -moz-animation-delay: 0.53s;
}
.cssload-thecube .cssload-c3:before {
    animation-delay: 1.05s;
    -o-animation-delay: 1.05s;
    -ms-animation-delay: 1.05s;
    -webkit-animation-delay: 1.05s;
    -moz-animation-delay: 1.05s;
}
.cssload-thecube .cssload-c4:before {
    animation-delay: 1.58s;
    -o-animation-delay: 1.58s;
    -ms-animation-delay: 1.58s;
    -webkit-animation-delay: 1.58s;
    -moz-animation-delay: 1.58s;
}



@keyframes cssload-fold-thecube {
    0%, 10% {
        transform: perspective(280px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        transform: perspective(280px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        transform: perspective(280px) rotateY(180deg);
        opacity: 0;
    }
}

@-o-keyframes cssload-fold-thecube {
    0%, 10% {
        -o-transform: perspective(280px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -o-transform: perspective(280px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -o-transform: perspective(280px) rotateY(180deg);
        opacity: 0;
    }
}

@-ms-keyframes cssload-fold-thecube {
    0%, 10% {
        -ms-transform: perspective(280px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -ms-transform: perspective(280px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -ms-transform: perspective(280px) rotateY(180deg);
        opacity: 0;
    }
}

@-webkit-keyframes cssload-fold-thecube {
    0%, 10% {
        -webkit-transform: perspective(280px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(280px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(280px) rotateY(180deg);
        opacity: 0;
    }
}

@-moz-keyframes cssload-fold-thecube {
    0%, 10% {
        -moz-transform: perspective(280px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -moz-transform: perspective(280px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -moz-transform: perspective(280px) rotateY(180deg);
        opacity: 0;
    }
}

.F_responce { padding: 24px; display: none}
.F_responce.active { padding:37px 0 10px 0; display: block}
.F_responce.active .af-message { padding:30px 0px; display: block}
.F_responce.active .af-message b {     font-family: 'OpenSansSemibold', "Arial Narrow", Arial, Helvetica, sans-serif; font-size: 24px; padding-bottom: 14px;
    line-height: 1em;     display: block}
.F_responce.active .af-message p {    font-size: 16px; padding: 10px 0;      line-height: 1.3em;     display: block}
.F_responce h5, .F_responce h1, .F_responce h2, .F_responce h6, .F_responce h4, .F_responce h3 {
    font-size: 26px !important;
    font-weight: inherit !important;
    font-family: 'OpenSansSemibold', "Arial Narrow", Arial, Helvetica, sans-serif;
    padding: 7px 0 7px 0;
}
.logo_F { text-decoration: none !important; display: flex; justify-content:flex-start; align-items: center; padding: 30px 0}


/* макет fly*/
.F_form_fly { width: 334px !important; padding: 24px; background: #fff; box-shadow: 0px 2px 40px rgba(0, 0, 0, 0.08);     border-radius: 12px; margin-top: 15px}
.F_form_fly .F_h1 { font-size: 24px !important; }

.F_form_fly .f_text_ {
    min-height: 47px;
    border: none;
    border-radius: 1px;
    padding: 2px ;
    margin-bottom: 16px;
    border-bottom: 2px solid #E0E0E0;}
.F_form_fly .f_text_ input[type="text"]{
    box-sizing: border-box;

}

.F_form_fly .F_button_text {
    margin: 27px 0 0 0;
}

.F_form_fly .F_b {
    top: 0;
    left: 0;
    border-radius: 12px;

}

.F_form_fly .cssload-thecube {
    width: 108px;
    height: 108px;
    bottom: 39%;
    left: 33%;
}
/* /// макет fly */
/* макет vopros*/
.F_form_vopros{ width: 334px !important; padding: 24px; background: #fff; box-shadow: 0px 2px 40px rgba(0, 0, 0, 0.08);     border-radius: 12px; }
.F_form_vopros .F_h1 { font-size: 24px !important; padding: 7px 0 17px 0; }

.F_form_vopros .f_text_ {
    min-height: 47px;
    border: none;
    border-radius: 1px;
    padding: 2px ;
    margin-bottom: 16px;
    border-bottom: 2px solid #E0E0E0;}
.F_form_vopros .f_text_ input[type="text"]{
    box-sizing: border-box;

}

.F_form_vopros .F_button_text {
    margin: 27px 0 0 0;
}

.F_form_vopros .F_b {
    top: 0;
    left: 0;
    border-radius: 12px;

}

.F_form_vopros .cssload-thecube {
    width: 108px;
    height: 108px;
    bottom: 39%;
    left: 33%;
}
/* /// макет vopros */
/*  макет заказ тура */

.zakaz-tura {}
.zakaz-tura .f_text_ {
    min-height: 47px;
    border: none;
    border-radius: 1px;
    padding: 2px;
    margin-bottom: 16px;
    border-bottom: 2px solid #E0E0E0;}

.zakaz-tura .f_text_ input[type="text"]{
    box-sizing: border-box;
}
.zakaz-tura .f_select_ {
    width: 100%;
    min-height: 56px;
    border: none;
    border-bottom: 2px solid #E0E0E0;
    border-radius: 0;
    margin: 16px 0;
    font-size: 18px;
}
.zakaz-tura .F_button_text {
    margin: 36px 0 0 0;
    height: 48px;
    background: #00A357;
    border: 1px solid #00A357;
}

.zakaz-tura .F_button_text:hover {
    color: #00A357;
    height: 48px;
    background: #ffffff;

}
.zakaz-tura_left {
    background:url("/images/axeld/temp/bg-airplane-form.jpg") top center no-repeat ; background-size: cover;
}
.zakaz-tura_right {
    padding: 24px 34px;
}
.zakaz-tura .f_textarea_ {
    min-height: 80px;
    border: none;
    border-bottom: 2px solid #E0E0E0;
    border-radius: 0;
    padding: 5px 20px 0 2px;
    margin: 16px 0;
    font-family: 'Open Sans', "Arial Narrow", Arial, Helvetica, sans-serif;

}

.zakaz-tura  .F_h1 p{
    display: inline; padding: 0 5px;
    color:#EF533F ;

}
.zakaz-tura  .af-message{
    width: 342px;
}
.font_24 { text-align: center; font-size: 24px !important; padding-top: 0 !important;  padding-bottom: 20px !important;     font-family: 'SourceSansProBold', "Arial Narrow", Arial, Helvetica, sans-serif;  }
.ic_done { text-align: center; padding: 20px 0 60px 0 !important;}
.ccent { text-align: center !important; font-size: 18px !important; }
.F_button_text_close {


    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: 'OpenSansSemibold', "Arial Narrow", Arial, Helvetica, sans-serif;
    font-size: 18px;
    width: 100%;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
    margin: 36px 0 0 0;
    height: 48px;
    background: #00A357;
    border: 1px solid #00A357;
}
.F_button_text_close:hover {
    color:#00A357;
    background: #fff;

}
.Z_green { color: #00A357}




/* ///// макет заказ тура*/




@media screen and (max-width:768px) {

    .F_form {
        width: 100% !important;
    }
}
@media screen and (max-width:468px) {

    .f_select_ select {
        width: 93%;
    }
}