@media (min-width: 640px) {
  html.font-size--s .menu__mobile {
    display: none;
  }
}
@media (min-width: 960px) {
  html.font-size--m .menu__mobile {
    display: none;
  }
}
@media (min-width: 1280px) {
  html.font-size--l .menu__mobile {
    display: none;
  }
}
@media (min-width: 2560px) {
  html.font-size--xl .menu__mobile {
    display: none;
  }
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, 
address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, 
tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, 
output, ruby, section, summary, time, mark, audio, video{
    direction: ltr;
    margin: 0;
    padding: 0;
    border: none;
    font-size: 100%;
    vertical-align: top;
    cursor: default;
}
html{
    width: 100%;
    min-width: 720px;
    height: 100%;
    max-height: 10000px;
}
body{ 
    direction: ltr;
    margin:0;
    padding:0;
    min-width: 720px;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}
.unselect{
    webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
#container{
    position: relative;
    min-width: 980px;
    width: 100%;
    min-height: 500px;
    top: 120px;
}
*.hiden{
    display: none !important;
}
.right{
    text-align: right;
}
.form{
    position: relative;
    box-sizing: border-box;
    width: 80%;
    min-width: 480px;
    max-width: 1000px;
    top: 10px;
    padding: 10px;
    margin: 0 auto 10px;
}
.tabBody .form{
    width: 100% !important;
    top: 0;
}
.form .form_elment{
    display: inline-block;
    box-sizing: border-box;
    padding: 3px 10px;
}
.form .form_elment.full.noPadding,
.form .form_elment.half.noPadding{
    padding: 0 !important;
}
.form .form_elment.singleLine{
    padding-top: 32px !important;
}
.form .form_elment > button{
    display: block;
    margin: 22px auto 0;
}
.form .form_elment.third{
    width: 33%;
}
.form .form_elment.half{
    width: 49.4%;
}
.form .form_elment.full{
    width: 100%;
    padding-right: 15px;
}
.form .form_elment a{
    cursor: pointer;
    text-decoration: none;
}
.form .form_elment h2{
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}
h1{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
h2, h2 > i.fa{
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}
h2 > i.fa{
    margin: 3px 5px 0 0 !important;
    font-size: 36px !important;
}
h3{
    font-size: 20px;
    font-weight: bold;
    padding-left: 100px;
}
.operation{
    margin: 15px auto !important;
    padding: 0 !important;
    text-align: center;
    border-bottom: none;
}
.operation > button.small{
    margin: 0 80px;
}
.operation > button.medium{
    margin: 0 70px;
}
.operation > button.larg{
    margin: 0 45px;
}
.operation > button.very_large{
    margin: 0 25px;
}
div.separator{
    width: 90%;
    margin: 25px auto;
    border-bottom: solid 1px;
}
/*------------- error 404 -------------*/
.error404{
    position: relative;
    display: block;
    width: 50%;
    min-width: 500px;
    top: 50px;
    margin: 0 auto 50px;
}
.error404 h1.title{
    font-size: 32px;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    color: #f00;
}
.error404 h1.title i{
    font-size: 40px;
    text-align: center;
    color: #f00;
}
.error404 p.message{
    font-size: 22px;
    text-align: right;
    padding: 10px 50px 0 0;
    margin-bottom: 100px;
}
/*------------- input -------------*/
input[type="text"], 
input[type="search"], 
input[type="email"], 
input[type="date"], 
input[type="time"], 
input[type="datetime"], 
input[type="password"], 
input[type="number"], 
input[type="tel"], 
input[type="url"], 
textarea, 
select{
    display: inline-block;
    box-sizing: border-box;
    width: auto;
    height: 30px;
    padding: 0 5px;
    margin: 5px 0;
    font-size: 14px;
    line-height: 25px;
    border: solid 1px;
    border-radius: 2px;
    -webkit-transition: box-shadow 0.3s, border 0.3s;
    -moz-transition: box-shadow 0.3s, border 0.3s;
    -o-transition: box-shadow 0.3s, border 0.3s;
    -ms-transition: box-shadow 0.3s, border 0.3s;
    transition: box-shadow 0.3s, border 0.3s;
}
.form .form_elment input[type="text"]:only-child, 
.form .form_elment input[type="search"]:only-child, 
.form .form_elment input[type="email"]:only-child, 
.form .form_elment input[type="date"]:only-child, 
.form .form_elment input[type="time"]:only-child, 
.form .form_elment input[type="datetime"]:only-child, 
.form .form_elment input[type="password"]:only-child, 
.form .form_elment input[type="number"]:only-child, 
.form .form_elment input[type="tel"]:only-child, 
.form .form_elment input[type="url"]:only-child, 
.form .form_elment textarea:only-child, 
.form .form_elment select:only-child{
    margin-top: 27px;
}
input[type="text"]:active, 
input[type="search"]:active, 
input[type="email"]:active, 
input[type="date"]:active, 
input[type="time"]:active, 
input[type="datetime"]:active, 
input[type="password"]:active, 
input[type="number"]:active, 
input[type="tel"]:active, 
input[type="url"]:active, 
textarea:active, 
select:active{
    /*box-shadow: 1px 1px 3px rgba(51,51,51,0.5);*/
}
input[type="text"].small_font, 
input[type="search"].small_font, 
input[type="email"].small_font, 
input[type="date"].small_font, 
input[type="time"].small_font, 
input[type="datetime"].small_font, 
input[type="password"].small_font, 
input[type="number"].small_font, 
input[type="tel"].small_font, 
input[type="url"].small_font, 
textarea.small_font, 
select.small_font{
    font-size: 14px !important;
}
input[type="text"].normal_font, 
input[type="search"].normal_font, 
input[type="email"].normal_font, 
input[type="date"].normal_font, 
input[type="time"].normal_font, 
input[type="datetime"].normal_font, 
input[type="password"].normal_font, 
input[type="number"].normal_font, 
input[type="tel"].normal_font, 
input[type="url"].normal_font, 
textarea.normal_font, 
select.normal_font{
    font-size: 16px !important;
}
input[type="text"].big_font, 
input[type="search"].big_font, 
input[type="email"].big_font, 
input[type="date"].big_font, 
input[type="time"].big_font, 
input[type="datetime"].big_font, 
input[type="password"].big_font, 
input[type="number"].big_font, 
input[type="tel"].big_font, 
input[type="url"].big_font, 
textarea.big_font, 
select.big_font{
    font-size: 18px !important;
}
input[type="checkbox"] {
    display: none;
}
input[type="checkbox"] + label {
    position: relative;
    display: inline-block;
    width: 16px !important;
    height: 16px !important;
    padding: 8px;
    margin-top: 2px;
    border: solid 1px;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
}
input[type="checkbox"] + label:active, 
input[type="checkbox"]:checked + label:active {
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}
input[type="checkbox"]:checked + label:after {
    position: absolute;
    content: '\2714';
    font-size: 12px !important;
    top: -1px;
    right: 3px;
}
input[type="checkbox"].false:checked + label:after {
    position: absolute;
    content: '\2716';
    font-size: 12px !important;
    top: -1px;
    right: 3px;
}
input[type="checkbox"]:checked:disabled + label:after{
    position: absolute;
    content: '\2714';
}
input[type="radio"] {
    display: none;
}
input[type="radio"] + label {
    display: inline-block;
    position: relative;
    -webkit-appearance: none;
    width: 16px !important;
    height: 16px !important;
    padding: 8px;
    margin-left: 3px;
    border: solid 1px;
    border-radius: 50%;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
}
input[type="radio"] + label:active, 
input[type="radio"]:checked + label:active {
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}
input[type="radio"]:checked + label:after {
    position: absolute;
    content: ' ';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    right: 3px;
    top: 3px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1);
}
input[type="radio"]:checked:disabled + label:after{
    position: absolute;
    content: ' ';
}
input[type="checkbox"] + label + label, 
input[type="radio"] + label + label{
    text-align: left !important;
    margin-right: 5px !important;
    font-weight: bold;
}
input[type="text"].auto, 
input[type="search"].auto, 
input[type="email"].auto, 
input[type="date"].auto, 
input[type="time"].auto, 
input[type="datetime"].auto, 
input[type="password"].auto, 
input[type="number"].auto, 
input[type="tel"].auto, 
input[type="url"].auto{
    width: 100% !important;
}
input[type="text"].small, 
input[type="search"].small, 
input[type="email"].small, 
input[type="date"].small, 
input[type="time"].small, 
input[type="datetime"].small, 
input[type="password"].small, 
input[type="number"].small, 
input[type="tel"].small, 
input[type="url"].small{
    width: 200px !important;
}
input[type="text"].medium, 
input[type="search"].medium, 
input[type="email"].medium, 
input[type="date"].medium, 
input[type="time"].medium, 
input[type="datetime"].medium, 
input[type="password"].medium, 
input[type="number"].medium, 
input[type="tel"].medium, 
input[type="url"].medium{
    width: 350px !important;
}
input[type="text"].large, 
input[type="search"].large, 
input[type="email"].large, 
input[type="date"].large, 
input[type="time"].large, 
input[type="datetime"].large, 
input[type="password"].large, 
input[type="number"].large, 
input[type="tel"].large, 
input[type="url"].large{
    width: 565px !important;
}
input[type="text"].very_large, 
input[type="search"].very_large, 
input[type="email"].very_large, 
input[type="date"].very_large, 
input[type="time"].very_large, 
input[type="datetime"].very_large, 
input[type="password"].very_large, 
input[type="number"].very_large, 
input[type="tel"].very_large, 
input[type="url"].very_large{
    width: 865px !important;
}
input[type="file"]{
    margin-top: 5px;
}
select{
    box-sizing: border-box;
    width: auto;
    height: 29px;
    margin-left: -2px;
    padding: 0 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select.auto{
    width: 100% !important;
}
select.small{
    width: 210px !important;
}
select.medium{
    width: 360px !important;
}
select.large{
    width: 575px !important;
}
select.very_large{
    width: 875px !important;
}
textarea{
    resize: none;
    width: 350px;
    height: 100px;
}
textarea.auto{
    width: 100%;
}
textarea.small{
    width: 200px !important;
    height: 50px !important;
}
textarea.medium{
    width: 350px !important;
    height: 100px !important;
}
textarea.large{
    width: 565px !important;
    height: 150px !important;
}
textarea.very_large{
    width: 865px !important;
    height: 200px !important;
}
label{
    display: inline-block;
    box-sizing: border-box;
    width: auto;
    padding: 0 5px 0 0;
    font-size: 16px;
    text-align: left;
    overflow: auto;
}
label::first-letter{
    text-transform: uppercase;
}
label.inline{
    display: inline !important;
}
label.small_font{
    font-size: 13px;
    line-height: 22px;
}
label.normal_font{
    font-size: 15px;
    line-height: 22px;
}
label.normal_font::first-letter{
    font-size: 17px;
}
label.big_font{
    font-size: 17px;
    line-height: 26px;
}
label.big_font::first-letter{
    font-size: 20px;
}
label.small{
    width: 150px !important;
}
label.medium{
    width: 200px !important;
}
label.large{
    width: 300px !important;
}
label.very_large{
    width: 500px !important;
}
label.half{
    width: 50%;
}
label.full{
    width: 100%;
}
label.required::after{
    content: " *";
}
/*------------- select --------------*/
.select{
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    height: 29px;
    padding: 0;
    margin: 5px 0;
    border: 1px solid;
    border-radius: 2px;
}
.select.auto{
    width: 100% !important;
}
.select.small{
    width: 200px !important;
}
.select.medium{
    width: 350px !important;
}
.select.large{
    width: 565px !important;
}
.select.very_large{
    width: 865px !important;
}
.select:after{
    content: "";
    position: absolute;
    padding: 5px;
    right: 10px;
    top: 20%;
    border-left: 2px solid;
    border-top: 2px solid;
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.select select{
    height: 27px !important;
    margin: 0 !important;
    border: none !important;
    background: none !important;
}
/*------------- dropdown list --------------*/
.dropdown_list{
    display: inline-block;
    position: relative;
    margin: 0 !important;
}
.dropdown_list.auto{
    width: 100% !important;
}
.dropdown_list.small{
    width: 200px !important;
}
.dropdown_list.medium{
    width: 350px !important;
}
.dropdown_list.large{
    width: 565px !important;
}
.dropdown_list.very_large{
    width: 865px !important;
}
.dropdown_list .list_title{
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 29px;
    position: relative;
    padding: 5px 50px 5px 10px;
    border: 1px solid;
    border-radius: 2px;
    cursor: pointer;
}
.dropdown_list input.list_title{
    padding: 0 5px;
    border-radius: 2px;
    cursor: auto !important;
}
.dropdown_list .list_title:after{
    content: "";
    position: absolute;
    padding: 5px;
    right: 10px;
    top: 20%;
    border-left: 2px solid black;
    border-top: 2px solid black;
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.dropdown_list ul.list_items{
    padding: 2px;
    display: none;
    margin: 0;
    border: 1px solid;
    border-top: none;
}
.dropdown_list ul.list_items li{
    list-style: none;
}
.dropdown_list input+ul.list_items li{
    font-size: 15px;
    font-weight: 300;
    padding: 5px 2px;
    cursor: pointer;
    transition: all ease-in-out 0.1s;
}
.dropdown_list ul.list_items li input[type="checkbox"] + label,
.dropdown_list ul.list_items li input[type="radio"] + label{
    margin-top: 5px !important;
}
.dropdown_list ul.list_items li label:last-of-type{
    padding: 0 !important;
    margin-top: 5px !important;
}
.dropdown_list ul.list_items li label::first-letter{
    text-transform: uppercase;
}
.dropdown_list.visible .list_items{
    display: block;
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    background-color: #fff;
    z-index: 100;
}
/*------------- button --------------*/
.button{
    display: inline-block;
    box-sizing: border-box;
    width: auto;
    width: 140px;
    height: 40px;
    padding: 0 10px;
    margin: 15px;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    border: solid 3px;
    border-radius: 5px;
    cursor: pointer;
}
.button.small{
    width: 100px !important;
    height: 38px !important;
    line-height: 34px;
}
.button.medium{
    width: 140px !important;
    height: 40px !important;
    line-height: 36px;
}
.button.large{
    width: 200px !important;
    height: 42px !important;
    line-height: 38px;
}
.button.very_large{
    width: 300px !important;
    height: 46px !important;
    line-height: 40px;
}
.button.small_font{
    font-size: 16px;
}
.button.normal_font{
    font-size: 18px;
}
.button.big_font{
    font-size: 22px;
}
.button:disabled{
    cursor: default;
}
.button:disabled:hover{
    background-image: none;
    text-shadow: none;
}
.button > i{
    margin: 0 0 0 5px;
    font-size: 20px;
    line-height: 25px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.button.small > i{
    line-height: 32px;
}
.button.medium > i{
    line-height: 34px;
}
.button.large > i{
    line-height: 36px;
}
.button.very_large > i{
    line-height: 38px;
}
.button:disabled > i, 
.button:disabled:hover > i{
    text-shadow: none;
    cursor: default;
}
/*------------- hover button --------------*/
.hoverButton{
    display: inline-block;
    box-sizing: border-box;
    width: auto;
    width: 140px;
    height: 40px;
    padding: 0 10px;
    margin: 15px;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    border: solid 3px;
    border-radius: 5px;
    cursor: pointer;
}
.hoverButton.small{
    width: 100px !important;
    height: 38px !important;
    line-height: 34px;
}
.hoverButton.medium{
    width: 140px !important;
    height: 40px !important;
    line-height: 36px;
}
.hoverButton.large{
    width: 200px !important;
    height: 42px !important;
    line-height: 38px;
}
.hoverButton.very_large{
    width: 300px !important;
    height: 46px !important;
    line-height: 40px;
}
.hoverButton.small_font{
    font-size: 16px;
}
.hoverButton.normal_font{
    font-size: 18px;
}
.hoverButton.big_font{
    font-size: 22px;
}
.hoverButton:disabled{
    cursor: default;
}
.hoverButton:disabled:hover{
    background-image: none;
    text-shadow: none;
}
.hoverButton > i{
    margin: 0 0 0 5px;
    font-size: 20px;
    line-height: 25px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.hoverButton.small > i{
    line-height: 32px;
}
.hoverButton.medium > i{
    line-height: 34px;
}
.hoverButton.large > i{
    line-height: 36px;
}
.hoverButton.very_large > i{
    line-height: 38px;
}
.hoverButton:disabled i, 
.hoverButton:disabled:hover i{
    text-shadow: none;
    cursor: default;
}
/*------------- fill Button --------------*/
.fillButton{
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    width: 140px;
    height: 40px;
    margin: 15px auto;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    text-align: center;
    border: solid 3px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    overflow: hidden;
    vertical-align: middle;
}
.fillButton.small{
    width: 100px !important;
    height: 38px !important;
    line-height: 34px;
}
.fillButton.medium{
    width: 140px !important;
    height: 40px !important;
    line-height: 36px;
}
.fillButton.large{
    width: 200px !important;
    height: 42px !important;
    line-height: 38px;
}
.fillButton.very_large{
    width: 300px !important;
    height: 46px !important;
    line-height: 40px;
}
.fillButton.small_font{
    font-size: 16px;
}
.fillButton.normal_font{
    font-size: 18px;
}
.fillButton.big_font{
    font-size: 22px;
}
.fillButton::after{
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}
.fillButton:hover::after{
    height: 101%;
}
.fillButton > i{
    font-size: 20px;
    line-height: 25px;
    margin: 0 0 0 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.fillButton.small > i{
    line-height: 32px;
}
.fillButton.medium > i{
    line-height: 34px;
}
.fillButton.large > i{
    line-height: 36px;
}
.fillButton.very_large > i{
    line-height: 38px;
}
.fillButton:disabled, 
.fillButton:disabled > i{
    box-shadow: none;
}
.fillButton:disabled:hover, 
.fillButton:disabled:hover > i{
    text-shadow: none;
    background-image: none;
    cursor: default;
}
.fillButton:disabled:hover::after{
    height: 0;
}
/*--------------- linke -----------------*/
.link{
    font-size: 15px;
    line-height: 20px;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
}
.link:hover{
    /*text-decoration: underline;*/
}
/*------------- captcha --------------*/
.captcha{
    float: right;
    width: 190px !important;
    height: 120px !important;
    margin: 5px !important;
    border: solid 2px !important;
}
/*------------- notificationBox --------------*/
#notificationBox{
    display: none;
    position: absolute;
    box-sizing: border-box;
    width: 400px;
    max-width: 400px;
    height: 70px;
    left: 253px;
    top: 275px;
    border: solid 1px #444;
    background-color: rgba(255, 255, 255, 0.8);
    color: #222;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    z-index: 100;
}
#notificationBox:before{
    display: block;
    position: absolute;
    box-sizing: border-box;
    content: "";
    width: 30px;
    height: 30px;
    margin-top: -30px;
    border-color: transparent transparent #444 transparent;
    border-width: 15px;
    border-style: solid;
    z-index: 100;
    border-bottom-color: rgba(255,255,255,0.8);
}
#notificationBox b.fas{
    position: absolute;
    font-size: 24px;
    right: 5px;
    color: #444;
    cursor: pointer;
}
#notificationBox #notificationMessage{
    padding: 0 5px;
    line-height: 29px;
    font-size: 1rem;
    width: 100%;
    height: 58px;
    margin-top: 10px;
    overflow: hidden;
}