﻿* {
    margin: 0;
    font-size: 100%;
}


body {
    margin: 0;
    padding: 0;
    background-color: #f1f1f1;
}

/* Шрифты */

@font-face {
    font-family: 'Lato-Regular';
    src: url('../fonts/Lato/Lato-Regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Lato/Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Lato/Lato-Regular.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/Lato/Lato-Regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/Lato/Lato-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'Lato-Semibold';
    src: url('../fonts/Lato/Lato-Semibold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Lato/Lato-Semibold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Lato/Lato-Semibold.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/Lato/Lato-Semibold.woff') format('woff'), /* Modern Browsers */
         url('../fonts/Lato/Lato-Semibold.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'Lato-Medium';
    src: url('../fonts/Lato/Lato-Medium.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Lato/Lato-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Lato/Lato-Medium.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/Lato/Lato-Medium.woff') format('woff'), /* Modern Browsers */
         url('../fonts/Lato/Lato-Medium.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'Lato-Bold';
    src: url('../fonts/Lato/Lato-Bold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Lato/Lato-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Lato/Lato-Bold.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/Lato/Lato-Bold.woff') format('woff'), /* Modern Browsers */
         url('../fonts/Lato/Lato-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'Lato-Heavy';
    src: url('../fonts/Lato/Lato-Heavy.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Lato/Lato-Heavy.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Lato/Lato-Heavy.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/Lato/Lato-Heavy.woff') format('woff'), /* Modern Browsers */
         url('../fonts/Lato/Lato-Heavy.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

.content {
    width: 932px;
    margin: 0 auto;
    background-color: #fff;
    padding-top: 1px;
    padding-bottom: 1px;
}

.new_h2 {
    font-family: 'Lato-regular';
    font-size: 36px;
    margin-left: 32px;
    position: relative;
    background-color: #fee900;
    float: left;
    margin-bottom: 40px;
    margin-top: 50px;
    width: 215px;
    height: 28px;
}

.new_h2_two {
    font-family: 'Lato-regular';
    font-size: 36px;
    margin-left: 32px;
    position: relative;
    background-color: #fee900;
    float: left;
    margin-bottom: 40px;
    margin-top: 50px;
    width: 340px;
    height: 28px;
}

.new_h2 h2 {
    font-size: 36px;
    width: 400px;
    position: absolute;
    bottom: 7px;
    left: 12px;
    
}

.new_h2_two h2 {
    font-size: 36px;
    width: 400px;
    position: absolute;
    bottom: 7px;
    left: 12px;
    
}


/*
.new_h2::after {
    content: ' ';
    width: 229px;
    height: 36px;
    background-color: #fee900;
    position: absolute;
    left: -10px;
    top: 50%;
}
*/

.new_form_field {
    width: 100%;
    border-left: 3px solid #00adde;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    page-break-inside: avoid;
}

.new_form_field .item {
    width: 370px;
    height: auto;
    
}

.new_form_field .item  h3{
    width: 370px;
    height: auto;
    font-size: 20px;
    font-family: 'Lato-semibold';
    margin-bottom: 15px;
    margin-top: 20px;
}

.new_form_field .item input,
.new_form_field .item select{
    height: 50px;
    width: 100%;
    border: 1px solid #e6e6e6;
    box-shadow: inset 0px 3px 8px 0px rgba(243, 241, 241, 0.6);
    font-size: 20px;
    box-sizing: border-box;
    padding: 10px;
    background: none;
    border-radius: 0;
    
}

.new_form_field .item select option {
    color: #00000;
}

.agreement {
    margin-top: 60px;
    margin-bottom: 30px;
}

.agreement label {
    font-size: 18px;
    font-family: 'Lato-regular';
    text-align: center;
    display:block;
    width: 100%;
}

.agreement label input {
    margin-right: 16px;
}

.agreement label span {
    cursor: pointer;
    color: #01addf;
    text-decoration: underline;
    text-underline-position: 20px;
}

.agreement-letter {
    background-color: #fff;
    padding: 35px;
    width: 850px;

}

.agreement-letter button {
    position: absolute;
    background: none;
    border: none;
    background-image: url(../img/close_btn_letter.png);
    width: 25px;
    height: 25px;
    right:  35px;
    top: 35px;
}

.agreement-letter h2 {
    font-size: 34px;
    font-family: 'Lato-regular';
    text-align: left;
}

.agreement-letter p {
    font-size: 18px;
    font-family: 'Lato-regular';
    line-height: 1.5;
    text-align: left;
}

.agreement-letter .blue_bar {
    margin-top: 23px;
    margin-bottom: 38px;
    width: 95px;
    height: 2px;
    background-color: #01addf;
    border-bottom: 1px solid #ddf4fb;
}


.accept_bar {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.accept {
    background: none;
    border: none;
    background-color: #00bef2;
    border-bottom: 2px solid #00a8d7;
    width: 290px;
      height: 55px;
    box-shadow: 0px 2px 7px 0px rgba(0, 173, 222, 0.41),inset 0px -2px 0px 0px rgba(0, 168, 215, 0.6);
    color: #fff;
    font-family: 'Lato-semibold';
    margin-top: 50px;
    margin-bottom: 50px;
}


header{
    width: 100%;
    height: 75px;
    background: #1c2842;
    position: relative;
}
.logo{
    max-width: 367px;   
    display: block;
    margin: auto;
}

footer{
    height: 306px;
    background: #1c2842;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-family: 'Lato-semibold';
}
footer .about_co{
    max-width: 360px;
    font-size: 18px;
    color: #fff;
}
footer .about_co .company{
    text-align: center;
    margin-bottom: 23px;
}
footer .about_co .company .company_text{
    display: block;
}
footer .about_co .company .company_text_gray{
    color: #717d96;
}
footer .about_co a{
    text-decoration: none;
    color: #fff;
}
footer .about_co .offer_contract{
    display: block;
    margin: auto;
    box-sizing: border-box;
    width: 210px;
    height: 50px;
    border-radius: 50px;
    border: 2px solid #fff;
    line-height: 50px;
    cursor: pointer;
    padding-left: 50px;
    background: url(../img/sign_info.png) no-repeat 25px 13px;
    margin-bottom: 23px;
}
.payment_systems{
    margin: auto;
    width: 160px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
 .datepicker table, .datepicker table {
    border-spacing: 0
}

 .datepicker thead tr:nth-child(3) th, .datepicker thead tr:nth-child(3) th {
    padding-top: 51px !important;
    height: 35px
}

 .datepicker thead tr:nth-child(3) th:nth-child(6), .datepicker thead tr:nth-child(3) th:nth-child(6),
 .datepicker thead tr:nth-child(3) th:nth-child(7), .datepicker thead tr:nth-child(3) th:nth-child(7) {
    color: #ffc939
}
.datepicker{
    padding-top:0px !important; 
    height: 275px;
    width: 248px;
}
.datepicker td,
.datepicker th {
    font-size: 14px
}
 .datepicker table tr td, .datepicker table tr td{
    padding:0;
}
 .datepicker table tr td div, .datepicker table tr td div{
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 30px;
    margin: 0 auto
}

 .datepicker table tr td.active div, .datepicker table tr td.active div  {
    background-color: #ffe88d
}
_container {
    position: relative
}


.datepicker {
    width: 248px;
    background-color: #fff
}

.datepicker{
    position: absolute;
    z-index: 10;
}

.datepicker {
    height: 275px;
    border: solid 1px #dbdbdb;
    margin: 0;
    padding: 0 10px 15px;
    box-sizing: border-box;
    -webkit-box-shadow: 0 7px 35px 0 rgba(0, 0, 0, .16);
    -moz-box-shadow: 0 7px 35px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 7px 35px 0 rgba(0, 0, 0, .16);
    border-radius: 0
}

 .datepicker-days, .datepicker-days {
    width: 100%;
    height: 100%
}

 .table-condensed {
    width: 100%;
    min-height: 244px
}

 .datepicker .datepicker-switch, .datepicker .datepicker-switch {
    height: 45px;
    font-size: 18px;
    text-align: left;
    padding: 0;
    padding-left: 17px !important;
    line-height: 45px
}

 .datepicker thead tr:nth-child(3), .datepicker thead tr:nth-child(3) {
    text-transform: uppercase;
    color: #9c9c9c;
    height: 35px
}

 .datepicker thead tr:nth-child(2), .datepicker thead tr:nth-child(2)  {
    background-color: #f6f6f6;
    position: absolute;
    left: 1px;
    top: 1px;
    width: 246px
}

 .datepicker table tr td:nth-child(6), .datepicker table tr td:nth-child(6),
 .datepicker table tr td:nth-child(7), .datepicker table tr td:nth-child(7) {
    color: #f2b000
}

.datepicker table tr td.disabled:nth-child(6),
.datepicker table tr td.disabled:nth-child(7) {
    color: #ffe293
}

 .datepicker table tr td.active, .datepicker table tr td.active,
 .datepicker table tr td.active:hover, .datepicker table tr td.active:hover  {
    height: 30px;
    width: 30px;
    border-radius: 30px;
    background: 0 0;
    background-image: none;
    color: #3c3c3c
}

 .datepicker table tr td:hover, .datepicker table tr td:hover  {
    background: 0 0
}
.print_logo {
    display: none;
}

 .next,
 .prev {
    position: absolute;
    right: 17px;
    top: 10px;
    display: block;
    height: 23px;
    width: 23px;
    border: solid 1px;
    border-radius: 0;
    background-color: #fff;
    color: #e6e6e6;
    cursor: pointer;
    background-repeat: no-repeat;
    background-image: url(../img/arrow_calendar.png);
    background-position: 50% 50%;
    font-size: 0 !important;
}

 .prev {
    right: 41px;
    transform: scale(-1, 1)
}
.print_bg{
    display: none;
}
.next_page {
    display: none;
}
.child_form_block {
    min-height: 160px;
    background-color: #f0f6f8;
    position: relative;
    display: none;
}
.have_child > label {
    font-family: 'Lato-Regular';
    margin-left: 115px;
    margin-top: 31px;
    margin-bottom: 24px;
    display: block;

}
.have_child label input{
    margin-right: 15px;
}
.add_child {
    position: absolute;
    height: 20px;
    width: 20px;
    background-color: #00adde;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    color: #fff;
    font-family: 'Lato-regular';
    font-weight: 600;
    top: 34px;
    left: 72px;
    cursor: pointer;
}
.child_form {
    width: 100%;
    padding-left: 115px;
    padding-right: 61px;
    padding-top: 1px;
    box-sizing: border-box;
}
.child_form .textfield {
    height: 50px;
    width: 100%;
    border: 1px solid #e6e6e6;
    box-shadow: inset 0px 3px 8px 0px rgba(243, 241, 241, 0.6);
    font-size: 20px;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 0;
    background-color: #fff;
}
.child_birthday.textfield {
    width: 329px;
    margin-right: 45px;
}
.child_form .bottom_form {
    display: flex;
    align-items: center;
}
.child_form label {
    font-family: 'Lato-Regular';
    margin-right: 23px;
}
.child_form .top_form {
    margin-top: 20px;
}
.child_form .bottom_form {
    margin-top: 19px;
}
.child_form_block .child_form:last-child {
    padding-bottom: 20px;
}

@media print {
    * { -webkit-print-color-adjust: exact; }
    header, footer, button, .agreement {
        display: none;
    }
    .new_form_field {
        border: none;
    }

    .new_h2 h2, .new_h2_two h2 {
        background: #fee900;
    }
    .new_h2, .new_h2_two {
        background: transparent;
        margin-left: 0;
    }
    .new_form_field .item h3 {
        font-family: 'Lato-regular';
    }
    .print_logo {
        display:block;
        margin: 0 auto;
        width: 1000px;
    }
    .content {
        width: 900px;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .new_form_field {
        justify-content: space-between;
    }

    .new_form_field .item {
        width: 400px;
    }

    .print_bg {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;     
        z-index: 0;
    }
    .print_bg img {
        width: 400px;
    }
    .new_h2_two h2 {
        width: 349px;
        margin-left: -13px;
    }
    .new_h2 h2 {
        width: 229px;
        margin-left: -13px;
    }
    select {
        -webkit-appearance: none;
    }
    .next_page {
        display: block;
        position: absolute;
        bottom: 70px;
        right: 50px;
        font-family: 'Lato-regular';
        color: #21b8e3;
        font-size: 24px;
    }
    .add_child {
        display: none;
    }
    .child_form {
        padding: 0;
    }
    .child_form_block {
        background: transparent;
    }
    a[href]:after { content: none !important; }
    .have_child > label {
        display: none;
    }
    .additional_from {
        padding-bottom: 20mm;
    }
}
@page {
    size: auto;   /* auto is the initial value */
    /* margin: 0;  /* this affects the margin in the printer settings */
    margin:5mm 0;
}