@font-face {
    font-family: AGAalenBold;
    src: url(../fonts/AGAalenBold.woff2);
}
@font-face {
    font-family: CooperBlackNr;
    src: url(../fonts/CooperBlackNr.woff2);
}
@font-face {
    font-family: BighausTitulBrk;
    src: url(../fonts/BighausTitulBrk.woff2);
}
.visibility-hidden {
    /*    visibility: hidden;*/
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
}
#wrapper {
    max-width: 1280px;
    margin: 0 auto;
    background-color: #d6e6ef;
    font-family: Arial, sans-serif;
    color: #fff;
    font-size: 14px;
    overflow: hidden;
    min-width: 320px;
}
/*start header*/

#menue-call,
.small-booking-baner {
    display: none;
}
.header-main {
    background-color: #4cb2e7;
    transform: rotate(-2deg);
    width: 80%;
    margin: 0 auto;
    margin-top: -20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 0 10px 0 280px;
    box-sizing: border-box;
    min-height: 100px;
    position: relative;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
    z-index: 5;
}
.header-logo {
    background-color: #e1ecf2;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 7px solid #fdfeff;
    border-top: none;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.6);
    display: inline-block;
    text-align: center;
    color: rgb(41, 159, 202);
    padding: 32px 15px 20px;
    position: absolute;
    left: 25px;
    top: -12px;
    transform: rotate(-5deg);
}
.header-logo p {
    font-size: 15px;
}
.header-logo h1 {
    font-size: 33px;
    line-height: 1.6;
    font-family: AGAalenBold, Georgia, serif;
}
.nav-main {
    height: 100px;
    overflow: hidden;
}
.nav-main ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    transform: rotate(2deg);
}
.nav-main li {
    display: inline-block;
}
.nav-main a {
    font-size: 17px;
    color: rgb(255, 255, 255);
    display: block;
    padding: 50px 25px 0;
    margin: 0 2px;
    height: 120px;
    outline: none;
    box-sizing: border-box;
}
.nav-main a:hover,
.nav-main a:focus {
    background-color: #299fca;
    box-shadow: 0 0 0 1px #ffffff;
    outline: none;
}
/*finish header*/

/*start section booking*/

.booking {
    margin-top: -20px;
    padding-top: 40px;
    background: url(../images/bg_sun.png) no-repeat;
    background-position: top center;
    background-size: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    text-align: center;
}
.booking::before {
    content: "";
    width: 100%;
    height: 210px;
    display: block;
    bottom: 0px;
    position: absolute;
    background: url(../images/cloud_2.png) no-repeat;
    background-position: top center;
    background-size: cover;
    z-index: 1;
}
.booking::after {
    content: "";
    width: 100%;
    height: 150px;
    display: block;
    bottom: 0px;
    position: absolute;
    background: url(../images/cloud_1.png) no-repeat;
    background-position: bottom center;
    background-size: cover;
    z-index: 3;
}
.booking-form {
    background: url(../images/ladder.png) no-repeat, #299fca;
    border: 4px solid #7ebee0;
    border-bottom: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    z-index: 3;
    background-position: 25px bottom;
    box-sizing: border-box;
    position: relative;
    padding: 30px 30px 0 30px;
    margin-right: 10px;
    text-align: right;
    display: inline-block;
}
.booking-form label span {
    vertical-align: top;
    line-height: 2;
}
.booking-form>[type="submit"] {
    margin-bottom: 150px;
    width: 100px;
    background-color: #f2e60a;
    border: 1px solid #b5ae0c;
    color: #299fca;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
}
.booking-form>[type="submit"]:hover,
.button-form-map:hover,
.map-search:hover {
    color: black;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.7)
}
.booking-form input,
.booking-form select,
.booking-form textarea,
.booking-form option {
    width: 170px;
    height: 30px;
    border: 3px solid #7ebee0;
    border-radius: 5px;
    box-sizing: border-box;
    outline: none;
    padding: 3px 3px 3px 6px;
    color: #299fca;
    font-size: 14px;
}
.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus,
.booking-form option:focus,
.country-up:focus,
.country-to:focus {
    box-shadow: 0 0 0 1px #ffffff, 0 0 5px 2px #127ea5;
}
.booking-form input::placeholder {
    color: #299fca;
}
.booking-form textarea {
    height: 60px;
    resize: none;
}
.booking-form label {
    display: block;
    margin-bottom: 10px;
}
.booking-form h3 {
    margin-bottom: 30px;
    background: url(../images/bg_online_booking.png) no-repeat;
    background-size: cover;
    height: 48px;
    width: 234px;
    font-size: 20px;
    line-height: 2.3;
    padding-left: 15px;
    box-sizing: border-box;
    text-align: left;
    position: relative;
    left: -43px;
}
.booking-baner {
    text-align: center;
    background: url(../images/cloud_0.png) no-repeat;
    background-size: contain;
    background-position: center;
    position: relative;
    z-index: 2;
    margin: 0 10px 0 60px;
    display: inline-block;
    padding: 115px 65px 90px 125px;
}
.booking-baner::after {
    content: "";
    width: 280px;
    height: 100px;
    display: block;
    background: url(../images/aeroplane.png) no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    left: -55px;
    top: 20px;
    z-index: 2;
}
.booking-baner h3 {
    color: #127ea5;
    font-size: 51px;
    font-family: BighausTitulBrk, Arial, sans-serif;
    margin-bottom: 10px;
    max-width: 440px;
}
.booking-baner h4 {
    color: #f2e60a;
    font-size: 25px;
    font-family: CooperBlackNr, Arial, sans-serif;
}
/*finish section booking*/


/*start section map*/

#worldmap {
    display: block;
    margin: 0 auto;
}
.worldmap {
    fill: #d7e6ef;
    stroke: black;
    stroke-width: 0.5px;
}
#worldmap g:hover {
    fill: #299fca;
    ;
    stroke: black;
    stroke-width: 0.5px;
    transition: 0.2s;
}
#worldmap > svg {
    margin: 0 auto;
    display: block;
}
.find-tripp {
    min-height: 75px;
    background: url(../images/cloud_3.png) no-repeat;
    background-position: center top;
    background-size: cover;
}
.section-map {
    background-color: #add2e5;
}

.fill-map {
    fill: #127ea5;
}
.map-form {
    text-align: center;
    position: relative;
    z-index: 5;
    height: 100px;
}
.select {
    display: inline-block;
}
.map-search,
.country-up-list,
.country-to-list {
    display: none;
}
.find-tripp h2 {
    color: #f2e60a;
    font-size: 51px;
    font-family: BighausTitulBrk, Arial, sans-serif;
    max-width: 390px;
    margin: 0 auto;
    text-shadow: 0 0px 6px #000;
    text-align: center;
}
.read-up,
.read-to {
    cursor: pointer;
    text-decoration: underline;
    padding: 10px 5px;
    font-size: 12px;
    visibility: hidden;
    color: #127ea5;
    font-size: 12px;
    font-family: BighausTitulBrk, Arial, sans-serif;
}
.hidden {
    visibility: hidden;
}
.unhidden {
    visibility: visible;
}
.mape-up,
.mape-to {
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.country-up,
.country-to {
    max-width: 150px;
    margin-top: 5px;
    box-sizing: border-box;
    border: 3px solid #7ebee0;
    border-radius: 5px;
    outline: none;
    color: #299fca;
    font-size: 14px;
    padding: 5px;
}
.country-up-list,
.country-to-list {
    position: absolute;
    width: 140px;
    background-color: #add2e5;
    margin-top: 5px;
    margin-left: 5px;
}
.new-up-list,
.new-to-list {
    border-radius: 5px;
    border: 2px solid #7ebee0;
    padding: 3px;
    margin-bottom: 3px;
    color: #127ea5;
    cursor: pointer;
    background-color: #dceaf1;
}
.new-up-list:hover,
.new-to-list:hover {
    color: black;
    box-shadow: 0 0 3px 1px rgba(18, 126, 165, 0.7);
}
.new-up-list:last-child,
new-to-list:last-child {
    margin-bottom: 0;
}
.button-form-map,
.map-search {
    border-radius: 5px;
    width: 100px;
    background-color: #f2e60a;
    border: 1px solid #b5ae0c;
    color: #299fca;
    font-weight: bold;
    cursor: pointer;
    height: 25px;
    box-sizing: border-box;
    line-height: 25px;
    margin: 3px 25px 0;
}
.map-search input {
    display: none;
}

/*start section footer-------------------*/

.footer-main h5{
    font-size: 24px;
    margin: 15px 0;
}

.footer-main{
    min-height: 100px;
    background-color: #127ea5;
    padding: 10px 10px 20px;
    text-align: center;
}

.footer-main-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.footer-main-content div{
    margin-bottom: 20px;
    padding: 0 10px;
}

.footer-main-info{
    text-align: center;
}

.footer-main-info p{
    display: inline-block;
}


.footer-main input, 
.footer-main textarea{
    width: 195px;
    height: 30px;
    border: none;
    border-radius: 3px;
    background-color: #0f6686;
    padding: 0 10px;
    box-shadow:  
    inset 0px 1px 1px 1px #0000008c,
    0px 1px 1px 0px #56adcd;
    margin-bottom: 10px;
}

.footer-contact-form input, .footer-contact-form textarea{
    display: block;
}


.footer-main textarea{
    height: 60px;
}

.footer-main input::placeholder,
.footer-main textarea::placeholder{
    color: white;
    opacity: 0.6;
}

.footer-main button{
    background-color: #d6e6ef;
    width: 90px;
    height: 30px;
    border: none;
    border-radius: 3px;
    padding: 0 10px;
    box-shadow: 0px 0px 1px 1px #0a3e51;
    color: #127ea5;
    font-weight: bold;
    cursor: pointer;
}

.footer-social li{
    display: inline-block;
    vertical-align: top;
   
}

.footer-social li a{
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #3bb3de;
    text-align: center;
    box-sizing: border-box;
    padding: 7px;
    display: inline-block;
    box-shadow:  
    inset 0px 1px 1px 1px #0000008c,
    0px 1px 1px 0px #56adcd;
    margin: 0 10px;
     cursor: pointer;
}

.footer-social li a:hover{
    background-color: #0f6686;
}


.footer-social li img{
    display: block;
    margin: 0 auto;

}
.footer-main-info{
    margin-top: 20px;
}

.footer-main-info p{
    margin: 0 10px 10px;
}

.footer-contacts ul{
    line-height: 1.7;
    font-size: 16px;
    text-align: left;
}


/*finish section footer-------------------*/

@media screen and (max-width: 1200px) {
    .header-main {
        width: 85%;
    }
    .nav-main a {
        font-size: 17px;
        padding: 50px 10px 0;
    }
}
@media screen and (max-width: 900px) {
    .header-main {
        width: 90%;
    }
    .nav-main a {
        font-size: 14px;
        padding: 50px 4px 0;
    }
    .booking-baner {
        padding: 105px 40px 90px 40px;
        margin: 0 10px 0 30px;
    }
    .booking-baner h3 {
        font-size: 46px;
    }
    .booking-baner h4 {
        font-size: 14px;
        margin-left: 25px;
    }
    .booking-baner::after {
        width: 175px;
        height: 85px;
        left: -30px;
        top: 25px;
    }
}
@media screen and (max-width: 768px) {
    .header-main {
        width: 95%;
        padding: 0 10px 0 220px;
        min-height: 80px;
    }
    .header-logo {
        left: 17px;
    }
    .nav-main {
        height: 80px;
    }
    .nav-main a {
        font-size: 14px;
        padding: 42px 2px 0;
        height: 90px;
    }
    .booking-baner {
        padding: 105px 40px 90px 40px;
        margin: 0 10px 0 10px;
    }
    .booking-baner h3 {
        font-size: 38px;
    }
    .booking-baner h4 {
        font-size: 14px;
        margin-left: 25px;
    }
    .booking-baner::after {
        width: 175px;
        height: 85px;
        left: 0px;
        top: 25px;
    }
    .header-logo h1 {
        font-size: 24px;
    }
    .header-logo p {
        font-size: 10px;
    }
    .booking-form {
        padding: 30px 15px 0 15px;
    }
    .booking-form input,
    .booking-form select,
    .booking-form textarea,
    .booking-form option {
        width: 150px;
    }
    .booking-form h3 {
        margin-bottom: 30px;
        height: 40px;
        width: 200px;
        line-height: 40px;
        left: -32px;
    }
}
@media screen and (max-width: 600px) {
    .header-main {
        width: 98%;
        padding: 0 10px 0 180px;
    }
    .header-logo {
        left: 10px;
    }
    .booking-baner {
        padding: 98px 25px 90px 25px;
    }
    .booking-baner::after {
        width: 140px;
        height: 65px;
        left: 10px;
        top: 15px;
    }
    .header-logo {
        padding: 37px 8px 15px;
    }
    .header-logo h1 {
        font-size: 22px;
    }
    .booking-baner h3 {
        font-size: 26px;
        margin-bottom: 5px;
    }
    .booking-baner h4 {
        font-size: 10px;
        margin-left: 25px;
    }
}
@media screen and (max-width: 480px) {
    .header-main {
        padding: 0px 5px 0 150px;
    }
    .header-logo {
        padding: 35px 5px 10px;
    }
    .nav-main a {
        padding: 38px 2px 0;
        height: 80px;
    }
    .header-logo h1 {
        font-size: 18px;
    }
    .booking-baner h3 {
        font-size: 20px;
    }
    .booking-baner h4 {
        font-size: 6px;
        margin-left: 5px;
    }
    .header-main {
        min-height: 70px;
    }
    .nav-main {
        height: 70px;
    }
    .header-logo p {
        font-size: 8px;
    }
    .booking-baner {
        padding: 94px 20px 90px 20px;
        margin-left: 0;
    }
    .booking-baner::after {
        left: 15px;
    }
    .booking-form {
        padding: 15px 15px 0 15px;
        margin-right: 0;
    }
    .booking-form h3 {
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 460px) {
    .nav-main ul {
        display: flex;
        flex-direction: column;
    }
    .nav-main {
        position: absolute;
        overflow: initial;
        height: auto;
        /*        width: calc(100% - 28px);*/
        width: 100%;
        margin-left: -18px;
        top: -250px;
        transform: rotate(2deg);
        text-align: center;
        transition: 0.3s all;
    }
    #menue-call:checked ~ .nav-main {
        display: block;
        transition: 0.3s all;
        top: 70px;
    }
    .main-burger-menue span {
        width: 100%;
        height: 2px;
        background-color: white;
        position: absolute;
        top: 10px;
    }
    .main-burger-menue::before {
        content: "";
        width: 100%;
        height: 2px;
        background-color: white;
        display: block;
        position: absolute;
        top: 3px;
        transition: 1s all;
    }
    .main-burger-menue::after {
        content: "";
        width: 100%;
        height: 2px;
        background-color: white;
        display: block;
        position: absolute;
        bottom: 5px;
        transition: 1s all;
    }
    #menue-call:checked + .main-burger-menue span {
        display: none;
    }
    #menue-call:checked + .main-burger-menue::before {
        transform: rotate(45deg);
        top: 10px;
        transition: 1s all;
    }
    #menue-call:checked + .main-burger-menue::after {
        transform: rotate(-45deg);
        top: 10px;
        transition: 1s all;
    }
    .nav-main ul {
        transform: rotate(0deg);
        width: 90%;
        margin: 0 auto;
    }
    .nav-main a {
        padding: 10px 5px;
        height: auto;
        margin: 4px 0;
        background-color: #127ea5;
        border-radius: 5px;
        border: 4px solid #7ebee0;
        box-sizing: border-box;
        box-shadow: 0 0 2px 2px #00000082;
    }
    
    .header-main {
        padding: 0px 10px;
    }
    .header-logo {
        z-index: 2;
    }
    .booking-baner {
        padding: 40px 20px 30px 20px;
        margin: 30px 0 0;
    }
    .booking-baner::after {
        left: 5px;
        top: -40px;
    }
    .booking {
        margin-top: -20px;
        padding-top: 40px;
        background: url(../images/bg_sun.png) no-repeat;
        background-position: top center;
        background-size: auto;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        flex-wrap: wrap;
        text-align: center;
    }
    .menue-call {
        display: block;
    }
    .main-burger-menue {
        width: 25px;
        height: 25px;
        display: block;
        transform: rotate(2deg);
        position: absolute;
        top: 35px;
        right: 10px;
    }
    .booking-baner {
        display: none;
    }
    .small-booking-baner {
        display: block;
        height: 90px;
        width: 100%;
        background: url(../images/aeroplane.png) no-repeat;
        background-position: center;
        background-size: contain;
        margin: 10px 0 20px;
    }
}
@media screen and (max-width: 320px) {}