@import url(./media_style_modal.css);
* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    box-sizing: border-box;
    font-family: "Arial-Regular";
    outline: none;
    user-select: none;
    -webkit-user-select: none;
    cursor: default;
}

input {
    cursor: text;
}

a {
    cursor: pointer;
}

html {
    height: 100%;
}

body {
    /* //background-image: linear-gradient(90deg, #FF7701 50%, #877E6F 50%);
  //background: #FF7701; */
    height: 100%;
    width: 100%;
}

.img_container {
    position: fixed;
    right: 0;
    z-index: -1;
    width: 50%;
    background: #877E6F;
    top: 0;
    bottom: 0;
    height: 100%;
}

.up_corner,
.lower_corner {
    display: block;
    margin: 0 auto;
    padding-left: 39%;
}

.up_corner {
    margin-top: 1rem;
    padding-left: 55%;
}

.lower_corner {
    position: absolute;
    left: 25%;
    bottom: 0;
    z-index: -2;
}

.Layout {
    width: 960px;
    height: auto;
    background-color: #fff;
    margin: 0 auto;
}

.header {
    width: 100%;
    height: 170px;
    font-size: 0;
    margin-bottom: 1.5rem;
    padding: 0 1.8rem;
}

.logo_container {
    width: 50%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.logo_container a {
    display: block;
    width: 90%;
    height: 100%;
}

.logo_container img {
    position: absolute;
    margin: auto 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
}

.contacts_container {
    width: 50%;
    height: 100%;
    display: inline-block;
}

.contacts {
    padding: 0.9rem 0;
}

.contacts p,
.contacts a {
    display: inline-block;
    font-size: 0.8rem;
    color: #9C9587;
    font-family: "Arial-Regular";
    text-decoration: none;
}

.input_container {
    font-size: 0;
    position: relative;
}

.input_container input {
    display: none !important;
    border: 2px solid #FF7701;
    width: 100%;
    height: 23px;
    display: block;
    margin: 0.34rem 0;
    padding: 0.2rem 0 0.2rem 0.8rem;
    font-family: "Arial-Regular";
    text-overflow: ellipsis;
}

.input_container .phone,
.input_container .password {
    margin-bottom: 1.1rem;
}

.input_container .title {
    color: #FF7701;
    font-weight: bold;
    font-family: "Arial-Bold";
    font-size: 1.09rem;
}

.input_container a {
    color: #9C9587;
    font-size: 0.95rem;
    text-decoration: underline;
    font-family: "Arial-Regular";
}

.feedback,
.authorization {
    display: inline-block;
    width: 36%;
    font-size: 0.75rem;
    padding-top: 0.2rem;
    position: absolute;
    top: 0;
}

.feedback {
    left: 0;
}

.authorization {
    right: 0;
}

.content .container_table:nth-child(2n) {
    background-color: #f5f5ef;
}

.title_promotion {
    font-size: 1.77rem;
    height: 2.3rem;
    text-align: center;
    padding-bottom: 3rem;
}

.title_promotion p {
    color: #FF7701;
    font-family: "Trebuchet-MS-Bold";
}

.promotion {
    overflow: hidden;
    padding: 0 1.8rem;
}

.content_promotion {
    border-top: 1.5px solid #877E6F;
    border-bottom: 1.5px solid #877E6F;
}

.unslider {
    position: relative;
    margin: 5px 0;
}

.my-slider {
    height: 410px;
}

.my-slider.transition_to_anchor a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: none;
}

.my-slider.transition_to_anchor .unslider-active a {
    display: block;
}

.unslider-nav {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.unslider-nav li {
    width: 24px !important;
    height: 24px !important;
    border-radius: 50% !important;
    border: 2px solid #877E6F !important;
    margin: 5px 20px !important;
    display: inline-block !important;
}

.unslider-nav li div {
    width: 8px;
    background: #877E6F;
    height: 8px;
    border-radius: 50%;
    margin: 6px auto;
    cursor: pointer;
    font-size: 0;
}

.unslider-nav .unslider-active {
    background: transparent !important;
}

.unslider-nav .unslider-active div {
    width: 8px;
    background: #FF7701;
    height: 8px;
    border-radius: 50%;
    margin: 6px auto;
    cursor: default;
}

.submit_your_application {
    display: block;
    text-align: right;
    padding-top: 0rem;
}

.submit_your_application img {
    padding-right: 0.5rem;
}

.submit_your_application a {
    color: #FF7701;
    text-decoration: underline;
    font-family: "Trebuchet-MS-Bold";
    font-weight: bold;
    font-size: 1.55rem;
    vertical-align: top;
}

.container_table {
    padding: 0 10% 2.5rem 10%;
    width: 100%;
    position: relative;
}

.table_name {
    font-size: 1.4rem;
    font-weight: bold;
    padding-bottom: 0.4rem;
    margin-bottom: 1rem;
    border-bottom: 1.5px solid #877E6F;
    padding-top: 1rem;
}

.table {
    text-align: center;
    width: 97%;
    margin: 0 auto;
}

.table tbody tr:first-child th {
    font-family: "Arial-Bold";
}

.table th {
    font-size: 1.07rem;
    padding: 0.85rem 0;
}

.table tr th:first-of-type {
    background-color: #FF7701;
    width: 24%;
}

.table tr:first-child th {
    background-color: #FF7701;
    padding: 0.75rem 0.3rem;
}

.table tr:first-child th:nth-child(3) {
    width: 10%;
}

.table tr:first-child th:nth-child(4) {
    width: 23%;
}

.table tr:first-child th:nth-child(5) {
    width: 19%;
}

.table a {
    text-decoration: underline;
    color: black;
}

.table_sum {
    display: block;
    font-size: 1.1rem;
    font-weight: bold;
    padding: 1rem 0 0 0.8rem;
}

.table_two {
    padding: 2rem 0 0 0;
}

.table_two .table_name {
    border: none;
    font-size: 1.25rem;
    font-weight: normal;
    margin-bottom: 0.5rem;
}

.table_two .table {
    width: 80%;
    margin-left: 12px;
}

.table_two tr th:first-of-type {
    background-color: #C1BCB3;
}

.table_two tr:first-child th {
    background-color: #C1BCB3;
}

.table_two tr:first-child th:first-child {
    width: 24%;
}

.table_two tr:first-child th:nth-child(2) {
    width: 15%;
}

.content_payment {
    font-size: 1rem;
}

.content_payment h1 {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
}

.mainword {
    color: #FF7701;
}

.table-payment-system {
    padding: 0.8rem 0;
}

.table-payment-system td:first-child {
    line-height: 0.9;
    vertical-align: top;
}

.email-site {
    color: #666666;
}

td img {
    cursor: auto;
}

.table-channel>div {
    display: inline-table;
    width: 111px;
    text-align: center;
    vertical-align: top;
    margin: 0 0.4rem;
    height: 68px;
}

.table-channel>div div {
    display: table-row;
    font-size: 0.79rem;
    width: 100%;
}

.table-channel>div img {
    display: block;
    margin: 0 auto;
}

.settings_channels {
    display: block;
    position: absolute;
    right: 0;
    bottom: 1rem;
    width: 49%;
    font-size: 0;
    margin-right: 10%;
}

.settings_channels div {
    display: inline-block;
    width: 60%;
}

.settings_channels div:last-child {
    width: 40%;
}

.settings_channels a {
    color: #000;
    font-size: 0.9rem;
    font-weight: bold;
    line-height: 2;
}

.content_information {
    text-align: justify;
    line-height: 1.4;
}

.operator_info {
    font-size: 0.75rem;
    padding-top: 1rem;
    line-height: 1.25;
}

.operator_info a {
    color: black;
}

.footer {
    font-family: "Arial-Regular";
    font-size: 0.75rem;
    line-height: 1.7;
    padding-bottom: 1rem;
    /* margin: 0 1.8rem; */
}

.footer_ {
    padding: 1rem 0;
    border: none;
}

.footer_info p {
    /**/
}

.footer_info .footer_content {
    padding-top: 1rem;
    border-top: 1.5px solid #877E6F;
}

.footer_info .footer_content p {
    text-align: justify;
    line-height: 1.4;
    width: 100%;
}

.footer_info {
    /*padding-top: 1rem;*/
    padding: 0 10% 2.5rem 10%;
}

.footer_info span {
    color: #FF7701;
    text-decoration: underline;
}

.footer_info p,
.footer_info a {
    display: inline-block;
    line-height: 1.5;
}

.footer_info .footer_copyright {
    padding-top: 0.5rem;
    display: block;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background-color: rgba(135, 126, 111, 0.8);
}

.modal form {
    text-align: center;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.help {
    height: 100%;
    width: 0;
    display: inline-block;
    vertical-align: middle;
}

.modal-dialog {
    width: 600px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    padding: 15px;
    text-align: left;
    pointer-events: auto;
}

.form_information {
    display: none;
    width: 90%;
    height: auto;
    border: 1px solid #DDDDDD;
    text-align: center;
    color: red;
    padding: 1rem;
    margin: 6px auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.form_information.valid {
    display: block;
}

.modal-content {
    font-size: 0;
    position: relative;
}

.modal-content div {
    display: inline-block;
    width: 40%;
    font-size: 1rem;
}

.modal-content input:focus,
.modal-content select:focus {
    border: 1px solid #FF7701;
}

.modal-content input,
.modal-content select {
    border: 1px solid #DDDDDD;
    width: 60%;
    height: 35px;
    display: inline-block;
    margin: 0.34rem 0;
    padding: 0.2rem 0 0.2rem 0.8rem;
    font-family: "Arial-Regular";
    text-overflow: ellipsis;
    font-size: 1rem;
}

.modal-content option {
    height: 1rem;
}

.modal-content .notValid {
    border: 1px solid red !important;
    box-shadow: 0 0 5px rgba(255, 0, 0, 0.5);
}

.modal-content .no_valid_email {
    display: none;
    position: absolute;
}

.modal-content .no_valid_email.novalid {
    display: block;
    right: 62%;
    width: 20px;
    height: 20px;
    top: 103px;
    text-align: center;
    color: #fff;
    background: red;
    border-radius: 50%;
    vertical-align: middle;
    line-height: 22px;
    font-weight: bold;
    font-size: 0.8rem;
}

.modal-content .no_valid_email.novalid>div {
    display: none;
}

.modal-content .no_valid_email.novalid:hover>div {
    display: block;
    color: red;
    background: #fff;
    border: 1px solid red;
    width: 200px;
    border-radius: 4px;
    padding: 5px;
}

.modal-footer {
    display: table;
    width: 100%;
    height: 90px;
}

.modal-footer button:hover {
    background: #f17001;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.modal-footer button:active {
    background: #c75c00;
    -moz-outline: none;
}

.modal-footer button::-moz-focus-inner {
    border: none;
}

.modal-footer button {
    display: inline-table;
    vertical-align: middle;
    font-size: 1rem;
    padding: 0.7rem 0;
    width: 105px;
    border-radius: 0.3rem;
    background-color: #FF7701;
    outline: none;
    color: #fff;
    margin: 0 0.2rem;
}

.modal-footer .g-recaptcha {
    display: inline-table;
    vertical-align: middle;
    padding: 8px 0 4px 0;
    margin-right: 32px;
}


/*# sourceMappingURL=style.css.map */

.top-banner {
    background-image: url('/images/banner_winter.png');
    /*banner_all_included_1.jpg*/
    background-repeat: no-repeat;
    height: 100px;
    margin-bottom: 30px;
    background-position-x: 0px;
}

.top-banner .button {
    float: right;
    margin: 8px 12px 0px 0px;
    clear: both;
}

.top-banner .button img {
    cursor: pointer;
    margin-top: 20px;
}

.operator_info a {
    font-size: 150%;
}


/*
.bg-fl {
	background: transparent url('/images/bg.jpg') left top;
}
*/

.bg-flowers {
    width: 50%;
    position: fixed;
    top: 0px;
    height: 100%;
    z-index: -1;
    background: transparent url('/images/bg-winter.png?t=3') left top;
    background-size: auto 100%;
    background-attachment: fixed;
}

.bg-autumn {
    width: 50%;
    position: fixed;
    top: 0px;
    height: 100%;
    z-index: -1;
    background: transparent url('/images/bg-winter.png?t=1') left top;
    background-size: auto 100%;
    background-attachment: fixed;
}

.bg-autumn.left {
    left: 0px;
}

.bg-autumn.right {
    right: 0px;
    background-position: right top;
}

.bg-flowers.left {
    left: 0px;
}

.bg-flowers.right {
    right: 0px;
    background-position: right top;
}

.multiplex_header {
    white-space: nowrap;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 2em;
    min-width: 238px;
    text-align: left !important;
}

.bg-autumn18 {
    width: 50%;
    position: fixed;
    top: 0px;
    height: 100%;
    z-index: -1;
    background: transparent url('/images/bg-spring2019.jpg') left top;
    background-size: auto 100%;
    /*background-attachment: fixed;*/
}

.bg-autumn18.left {
    left: 0px;
}

.bg-autumn18.right {
    right: 0px;
    background-position: right top;
}

.bg-winter19 {
    width: 50%;
    position: fixed;
    top: 0px;
    height: 100%;
    z-index: -1;
    background: transparent url('/images/bg-spring2019.jpg') left top;
    background-size: auto 100%;
    /*background-attachment: fixed;*/
}

.bg-winter19.left {
    left: 0px;
}

.bg-winter19.right {
    right: 0px;
    background-position: right top;
}

.bg-spring19 {
    width: 50%;
    position: fixed;
    top: 0px;
    height: 100%;
    z-index: -1;
    background: transparent url('/images/bg-spring-2019.jpg') left top;
    background-size: auto 100%;
    /*background-attachment: fixed;*/
}

.bg-spring19.left {
    left: 0px;
}

.bg-spring19.right {
    right: 0px;
    background-position: right top;
}

.bg-winter20 {
    width: 50%;
    position: fixed;
    top: 0px;
    height: 100%;
    z-index: -1;
    background: transparent url('/images/bg_winter20.jpg') left top;
    background-size: auto 100%;
}

.bg-spring20 {
    width: 50%;
    position: fixed;
    top: 0px;
    height: 100%;
    z-index: -1;
    background: transparent url('/images/bg_spring20.jpg') left top;
    background-size: auto 100%;
}

.bg-winter20.left {
    left: 0px;
}

.bg-winter20.right {
    right: 0px;
    background-position: right top;
}

.bg-spring20.left {
    left: 0px;
}

.bg-spring20.right {
    right: 0px;
    background-position: right top;
}