body {
    font-family: 'ubuntu', sans-serif;
    font-weight: 400;
	color: #201b2d;
	font-size: 15px;
	padding: 0;
	margin: 0;
}

div, p, input, button, form, span, a, ul, li {
	box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: 700;
}

h1 {
    font-size: 37px;
    letter-spacing: 0.02em;
    line-height: 1.4em;
}

h2 {
    font-size: 30px;
    letter-spacing: 0.02em;
}

.container {
	width: 1170px;
	margin: 0 auto;
}

.header {
    background: rgba(78,189,253,1);
    background: -moz-linear-gradient(-45deg, rgba(78,189,253,1) 0%, rgba(55,144,217,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(78,189,253,1)), color-stop(100%, rgba(55,144,217,1)));
    background: -webkit-linear-gradient(-45deg, rgba(78,189,253,1) 0%, rgba(55,144,217,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(78,189,253,1) 0%, rgba(55,144,217,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(78,189,253,1) 0%, rgba(55,144,217,1) 100%);
    background: linear-gradient(135deg, rgba(78,189,253,1) 0%, rgba(55,144,217,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ebdfd', endColorstr='#3790d9', GradientType=1 );
    color: #fff;
    padding: 62px 0 71px;
}

.wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.offer {
    width: 560px;
}

.title-dream {
    font-size: 59px;
    line-height: 1.3em;
}

.travel-img {
    margin-top: 8px;
    margin-right: -63px;
}

.offer-text {
    font-family: 'Open Sans';
    font-weight: 400;
    margin-top: 25px;
    margin-bottom: 38px;
    line-height: 1.8em;
    width: 402px;
    letter-spacing: 0.06em;
}

.btn {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    width: 222px;
    padding: 18px 0;
    background: #ffd429;
    color: #2e2a1b;
    display: block;
    text-align: center;
    text-decoration: none;
    transition: all 0.5s ease;
}

.btn:hover {
    background: #ffb629;
}

.future {
    padding-top: 100px;
    color: #201b2d;
    text-align: center;
    padding-bottom: 103px;
}

.future-title {
    margin-bottom: 81px;
}

.advantages {
    display: flex;
    justify-content: space-between;
}

.advantage {
    background: url(../img/icon1.png) no-repeat top;
    width: 308px;
    padding-top: 88px;
}

.advantage-title {
    letter-spacing: 0.07em;
}

.advantage-txt {
    letter-spacing: 0.03em;
    line-height: 1.4em;
}

.advantage-travel {
    background: url(../img/icon2.png) no-repeat top;
}

.advantage-creature {
    background: url(../img/icon3.png) no-repeat top;
    width: 327px;
}

.ticket {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 101px;
    background: #ecf3f8;
}

.ticket-title {
    margin-bottom: 55px;
}

.form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.input {
    width: 343px;
    height: 48px;
    margin-bottom: 15px;
    padding-left: 23px;
    padding-bottom: 4px;
    font-family: 'ubuntu', sans-serif;
    font-size: 15px;
    border-radius: 3px;
    border: 1px solid#bbbbbb;
    color: #9c9b9f;
}

.input-btn {
    width: 343px;
    height: 56px;
    letter-spacing: 0.1em;
    cursor: pointer;
}

.footer {
    background: #164d7a;
    text-align: center;
    padding-top: 44px;
    padding-bottom: 48px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

/*Responsive*/


/* 992px - 1200px */
@media screen and (max-width: 1200px) {
	.container {
		width: 960px;
    }
    
    .travel-img {
        margin-right: -16px;
        width: 530px;
    }
}

/* 768px - 992px */
@media screen and (max-width: 992px) {
	.container {
		width: 720px;
    }
    
    .wrapper {
        flex-direction: column;
    }

    .logo {
        display: block;
        margin: auto;
        margin-bottom: 30px;
    }

    .offer {
        margin: auto;
        text-align: center;
    }

    .title {
        line-height: 1.2em;
    }

    .offer-text {
        margin: 8px auto 19px;
    }

    .btn {
        margin: auto;
    }
	
}

/* 576px - 768px */
@media screen and (max-width: 768px) {
	.container {
		width: 540px;
    }
    
    .offer {
        width: 100%;
    }

    .advantages {
        flex-direction: column;
        align-items: center;
    }

    .advantage-txt {
        margin-bottom: 36px;
    }
	
}

/* 320px - 576px */
@media screen and (max-width: 576px) {
	.container {
		width: 90%;
    }
    
    .travel-img {
        width: 100%;
    }

    h1 {
        font-size: 25px;
    }

    .title-dream {
        font-size: 43px;
    }

    body {
        font-size: 11px;
    }

    h2 {
        font-size: 21px;
    }

    .input {
        width: 100%;
    }

    .input-btn {
        width: 100%;
    }

    .offer-text {
        width: 100%;
    }

    .advantage-txt {
        width: 100%;
    }

    .advantage-creature {
        width: 100%;
    }

    .future-title {
        margin-bottom: 33px;
    }

    .future {
        padding: 40px 0;
    }

    .ticket {
        padding: 40px 0 60px;
    }
}