body {
    font-family: Helvetica, sans-serif;
    background: url(/media/img/ukraine.png) no-repeat center 100px;
    font-size: small;
    color: #555555 !important;
}
.wrapper {
    width: 100%;
    margin: 0;
}
.center_block {
    font-size: 22px;
    margin: 300px auto;
    color: #30384D;
    font-family: Geometria600;
    text-align: center;
    margin-bottom: 0px !important;
}
.main_input {
    padding: 14px;
    margin-top: 9px;
    border: 5px solid #111155;
    background-color: #ffa;
    width: 584px;
    color: #111155 !important;
    font-size: 20px;
    height: 50px;
}
.main_logo {
    font-size: 64px;
    font-weight: bold;
}
.main_submit {
    background-image: -webkit-gradient(linear,left top,left bottom,from(#111155),to(#111199));
    background-image: -webkit-linear-gradient(top,#111155,#111199);
    -webkit-border-radius: 2px;
    -webkit-user-select: none;
    background-color: #111155;
    border: 1px solid #111199;
    border-radius: 2px;
    color: #ffff99 !important;
    cursor: pointer;
    font-family: arial,sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin: 11px 4px;
    min-width: 54px;
    padding: 0 16px;
    text-align: center;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0em 0em 0em 0em;
    font: 13.3333px Arial;
    height: 36px;
    line-height: 27px;
    border: 1px solid #111199;
}
.main_submit:hover {
    border: 1px solid #a2a2f2;
    background-color: #f0f0f0;
}

.flags_container {
    position: absolute;
    right: 50%;
    z-index: 1;
    width: 180px;
    top: 0px;
    margin-right: -90px;
}
.flags_container .uk {border:0; width: 20px; height: 14px; background: transparent url(/media/img/flags.gif) -167px -439px no-repeat; margin-left: 10px; float: left;}
.flags_container .ru {border:0; width: 20px; height: 14px; background: transparent url(/media/img/flags.gif) -10px -366px no-repeat; margin-left: 10px; float: left;}
.flags_container .en {border:0; width: 20px; height: 14px; background: transparent url(/media/img/flags.gif) -325px -439px no-repeat; margin-left: 10px; float: left;}
.flags_container .es {border:0; width: 20px; height: 14px; background: transparent url(/media/img/flags.gif) -325px -113px no-repeat; margin-left: 10px; float: left;}
.flags_container .por {border:0; width: 20px; height: 14px; background: transparent url(/media/img/flags.gif) -720px -330px no-repeat; margin-left: 10px; float: left;}
.flags_container .ge {border:0; width: 20px; height: 14px; background: transparent url(/media/img/flags.gif) -720px -77px no-repeat; margin-left: 10px; float: left;}
.flags_container .fr {border:0; width: 20px; height: 14px; background: transparent url(/media/img/flags.gif) -800px -113px no-repeat; margin-left: 10px; float: left;}
.flags_container .it {border:0; width: 20px; height: 14px; background: transparent url(/media/img/flags.gif) -562px -185px no-repeat; margin-left: 10px; float: left;}
.flags_container .cn {border:0; width: 20px; height: 14px; background: transparent url(/media/img/flags2.gif) -32px -116px no-repeat; margin-left: 10px; float: left;}
.flags_container .jp {border:0; width: 20px; height: 14px; background: transparent url(/media/img/flags.gif) -800px -185px no-repeat; margin-left: 10px; float: left;}
.flags_container .ind {border:0; width: 20px; height: 14px; background: transparent url(/media/img/flags.gif) -246px -185px no-repeat; margin-left: 10px; float: left;}
.flags_container .arab {border:0; width: 20px; height: 14px; background: transparent url(/media/img/flags.gif) -167px -366px  no-repeat; margin-left: 10px; float: left;}
.flags_container .gr {border:0; width: 20px; height: 14px; background: transparent url(/media/img/flags.gif) -562px -149px no-repeat; margin-left: 10px; float: left;}
.flags_container .kz {border:0; width: 20px; height: 14px; background: transparent url(/media/img/flags.gif) -325px -222px no-repeat; margin-left: 10px; float: left;}
.flags_container .tr {border:0; width: 20px; height: 14px; background: transparent url(/media/img/flags.gif) -1036px -403px  no-repeat; margin-left: 10px; float: left;}

.flags_container .lang {
    border: 2px transparent solid;
}

.flags_container .selected {
    box-shadow: 0 0 10px rgba(0,0,0,1);
}
.top_trip {
    height: 30px;
    width: 100%;
}

a {
    color: #e7a61a;
    text-decoration: none;
}
a:visited {
    color: #1111aa;
}
a:hover, a:active {
    text-decoration: underline;
}
.float_right {
    float: right;
}
.float_left {
    float: left;
}


a.tooltips {
    position: relative;
    display: inline;
}
a.tooltips span {
    position: absolute;
    width:400px;
    color: #FFFFFF;
    background: #000000;
    height: 250px;
    line-height: 15px;
    text-align: left;
    visibility: hidden;
    border-radius: 6px;
    padding: 10px;
}
a.tooltips span:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -100px;
    width: 0; height: 0;
    border-bottom: 8px solid #000000;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
a:hover.tooltips span {
    visibility: visible;
    opacity: 0.8;
    top: 30px;
    left: 50%;
    margin-left: -100px;
    z-index: 999;
}
.extra_div {
    position: fixed;
    right: 0px;
    top: 90px;
    width: 0px;
    height: 350px;
    border-radius: 9px 0px 0px 9px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    z-index: 1000px;
    background: #fefefe url(/media/img/wm.png?v2) left center no-repeat;
    display: none;
    padding: 10px;
    font-size: 20px;
    font-weight: normal;
}
.close {cursor:pointer;}
.extra_div_data {display: none; width: 100%;}

.pay_input {
    padding: 5px 9px 0;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    height: 38px;
    width: 400px;
}
.yellow_a {
    font-size: 16px;
    color: #326CFF;
    margin: 0;
    font-family: Geometria400;
    text-decoration: none;
    line-height: 100%;
    margin: 10px 0;
}
.blue_a {
    font-size: 18px;
    color: #326CFF;
    margin: 0;
    font-family: Geometria600;
    text-decoration: none;
    line-height: 100%;
}

#back-top {
    position: fixed;
    bottom: 10px;
    left: 100%;
    margin-left: -120px;
}

#back-top a {
    width: 108px;
    display: block;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #bbb;

    /* замедление */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

#back-top a:hover {
    color: #000;
}

/* изображение со стрелкой (тег span) */
#back-top span {
    width: 108px;
    height: 108px;
    display: block;
    margin-bottom: 7px;
    background: #ddd url(/media/img/up-arrow.png?v5) no-repeat center center;

    /* закругленные углы */
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;

    /* замедление */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

#back-top a:hover span {
    background-color: #777;
}

.overflow_class {
    white-space: normal;
    overflow: hidden;
    text-overflow: clip;
    width: 1000px;
    color: #30384D;
    font-family: Geometria400;
    font-size: 14px;
    border-bottom: 1px solid #EAF0FF;
    padding-top: 10px;
    padding-bottom: 10px;
}

.supermain_a {text-decoration: none !important; color: #e7a61a;}

.download_div {
    position: fixed;
    left: 0px;
    top: 90px;
    width: 128px;
    height: 200px;
    z-index: 1000px;
    background: #fefefe url(/media/img/download.png?v2) no-repeat;
    display: block;
    cursor: pointer;
    vertical-align: bottom;
}
.do_download_text {
    text-align: center;
}
.fine_text_1 {font-weight: bold; font-size: 25px; display: none;}
.fine_text_2 {font-weight: bold; font-size: 25px; display: none;}

.outputed_img {
    border: 0px;
    max-height: 140px !important;
    max-width: 180px !important;
    margin: 0 auto;
    min-height: 50px;
    background: transparent;
    /*-webkit-box-shadow: 0px 0px 14px 1px rgba(0,0,0,0.82);
    -moz-box-shadow: 0px 0px 14px 1px rgba(0,0,0,0.82);
    box-shadow: 0px 0px 14px 1px rgba(0,0,0,0.82);*/
}
.outputed_img:hover {opacity: 0.5;}
.img_output_span {
    -webkit-box-shadow: 14px 10px 14px 1px rgba(0,0,0,0.82);
    -moz-box-shadow: 14px 10px 14px 1px rgba(0,0,0,0.82);
    box-shadow: 0px 0px 14px 7px rgb(0 0 0 / 82%);
    width: 186px;
    height: 200px;
    background: #ffffff;
    display: table;
    float: left;
    margin: 15px;
    border: 0px;
    padding-left: 7px;
    padding-right: 7px;
}
.img_output_span_inner {
    display: table-cell;
    vertical-align: middle;
    color: #555555 !important;
    font-size: 11px;
}

.inner_data_div_a {width: 930px;; margin: 0 auto; display:table;}
.footer_data_div_a {width: 100%; margin: 0 auto;}