body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
div,
input,
a,
form,
select,
textarea {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
    font-weight: 400;
}

body,
html {
    overflow-x: hidden;
}

.clear:after {
    width: 100%;
    display: block;
    clear: both;
    content: "";
}

.container {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

header {
    /*background: url(../img/bg-header.png) center center no-repeat;*/
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 35px;
    padding-bottom: 200px;
}

header .carousel-inner {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

header .carousel-inner .item {
    height: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center top !important;
}

.header__logo {
    background: url(../img/top-logo.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    width: 198px;
    height: 110px;
    float: left;
    margin-right: 300px;
}

.modal form {
    text-align: center;
}

.modal input {
    width: 32%;
    height: 40px;
    outline: none;
    border: 2px solid #feae00;
    margin-bottom: 20px;
    padding-left: 15px;
    font-family: 'MyriadPro-CondIt';
    font-size: 20px;
}

.modal input[type="submit"] {
    margin-left: 1%;
    text-align: center;
    background: #feae00;
    color: #2f2f2f;
    box-shadow: none;
    border-radius: 6px;
    border: 2px solid #feae00;
}

.first {
    text-align: center;
    position: relative;
    top: 120px
}

.off {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    background: #feae00;
    font-size: 28px;
    padding: 10px;
    display: inline-block;
    margin: 0 auto;
}

.header__contacts_city {
    height: 110px;
    line-height: 110px;
    color: #fff;
    font-size: 24px;
    margin-right: 35px;
    float: left;
}

.btn-header {
    background: #feae00;
    border-radius: 0;
    color: #fff;
    font-size: 18px;
    float: right;
    margin-top: 20px;
}

.header__contacts_tel {
    color: #fff;
    font-size: 24px;
    float: left;
    margin-top: 20px;
    margin-right: 40px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1.5px;
}

.header__contacts_viber {
    color: #fff;
    font-size: 24px;
    position: relative;
    float: left;
    margin-top: 20px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1.5px;
}

.header__contacts_viber-title {
    position: absolute;
    top: 27px;
    left: 0;
    font-size: 12px;
    line-height: 15px;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0;
}

.header__top {
    margin-bottom: 30px;
}

.responce {
    display: none;
}



h1 {
    font-weight: 500;
    color: #fff;
    font-size: 60px;
    text-transform: uppercase;
    text-align: center;
    line-height: 90%;
}

.header__offer-signature {
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 90px;
    line-height: 90%;
    margin-bottom: 70px;
}

.header__scroll {
    display: block;
    width: 40px;
    height: 40px;
    background: url(../img/header-scroll.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    margin: 0 auto;
    position: relative;
    -webkit-animation: test infinite 1s;
    animation: test infinite 1s;
    margin-top: 30px
}

.best-tours {
    padding-bottom: 45px;
    padding-top: 40px;
    position: relative;
    bottom: 50px;
}

.advantages {
    padding-top: 40px;
    padding-bottom: 40px;
}

.advantages .container {
    position: relative;
}

.advantages__slider_arrows {
    position: absolute;
    width: 100%;
    top: 170px;
}

.advantages-prev-arrow {
    height: 67px;
    width: 40px;
    background: url(../img/advantages-arrows.png) right center no-repeat;
    position: absolute;
    z-index: 50;
    left: 425px;
    top: 0;
    cursor: pointer;
}

.advantages-next-arrow {
    height: 67px;
    width: 40px;
    background: url(../img/advantages-arrows.png) left center no-repeat;
    position: absolute;
    z-index: 50;
    right: 455px;
    top: 0;
    cursor: pointer;
}

.advantages h2,
.tours h2,
.how-work h2,
.our-offer h2 {
    text-transform: uppercase;
    font-size: 36px;
    text-align: center;
    margin-bottom: 40px;
}

.advantages__slider {
    width: 100%;
    margin-bottom: 100px;
}

.advantages__item {
    width: 220px;
    height: 240px;
    margin-left: 17px;
    margin-right: 17px;
    text-align: center;
    outline: none;
    transition: all ease 0.3s;
}

.advantages__item img {
    width: 150px;
    height: 150px;
    transition: all ease 0.3s;
    margin-top: 45px;
    margin-right: 0;
    display: inline-block;
}

.advantages__item.slick-center {
    width: 220px;
    height: 220px;
    transition: all ease 0.3s;
}

.advantages__item.slick-center img {
    width: 220px;
    height: 220px;
    margin-top: 0;
}

.advantages__slider-two {
    width: 100%;
}

.advantages__slider-two .slick-list {
    overflow: visible;
}

.advantages__slider-two_item {
    width: 100%;
    background: #08ABE4;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    outline: none;
}

.advantages__slider-two_item:before {
    display: block;
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -30px;
    width: 0px;
    height: 0px;
    background: #08ABE4;
    border-left: 30px solid #fff;
    border-right: 30px solid #fff;
    border-bottom: 30px solid #08ABE4;
    z-index: 50;
}

.advantages__slider-two_text {
    width: 800px;
    margin: 0 auto;
}

.advantages__slider-two_title {
    color: #fff;
    font-size: 36px;
    text-align: center;
    margin-bottom: 15px;
}

.advantages__slider-two_text p {
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 120%;
}

.popular {
    background: url(../img/bg-popular.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 35px;
    text-align: center;
    padding-bottom: 50px;
}

.popular h2 {
    display: inline-block;
    padding-left: 40px;
    padding-right: 40px;
    height: 70px;
    line-height: 70px;
    color: #fff;
    text-transform: uppercase;
    font-size: 36px;
    background: #FEAE01;
    margin-bottom: 50px;
}

.popular__item {
    width: 275px;
    height: 180px;
    margin-right: 20px;
    float: left;
    line-height: 180px;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-bottom: 20px;
}

.popular__item_title {
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    background: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    font-weight: 700;
    border-radius: 20px;
    text-transform: uppercase;
}

.popular__item-one {
    background-image: url(../img/popular-one.png);
}

.popular__item-two {
    background-image: url(../img/popular-two.png);
}

.popular__item-three {
    background-image: url(../img/popular-three.png);
}

.popular__item-four {
    margin-right: 0!important;
    background-image: url(../img/popular-four.png);
}

.popular__item-five {
    background-image: url(../img/popular-five.png);
}

.popular__item-six {
    background-image: url(../img/popular-six.png);
}

.popular__item-seven {
    background-image: url(../img/popular-seven.png);
}

.popular__left {
    float: left;
    width: 275px;
    margin-right: 20px;
}

.popular__right {
    float: left;
    width: 875px;
    height: 580px;
}

.popular__map {
    width: 875px;
    height: 490px;
    position: relative;
}

.popular__map img {
    width: 100%;
    height: 100%;
}

.popular__mark {
    position: absolute;
    width: 31px;
    height: 59px;
    background: url(../img/popular-mark.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    top: 0;
    left: 0;
    display: none;
}

.popular__mark-turkey {
    top: 157px;
    left: 480px;
}

.popular__mark-egypt {
    top: 190px;
    left: 465px;
}

.popular__mark-thailand {
    top: 213px;
    left: 630px;
}

.popular__mark-cuba {
    top: 200px;
    left: 212px;
}

.popular__mark-vietnam {
    top: 214px;
    left: 642px;
}

.popular__mark-india {
    top: 196px;
    left: 578px;
}

.popular__mark-china {
    top: 164px;
    left: 632px;
}

.popular__form {
    height: 90px;
    width: 875px;
    background: #00A9E0;
    padding-left: 50px;
    padding-right: 50px;
}

.popular__form input[type=text] {
    width: 270px;
    margin-right: 20px;
    height: 60px;
    padding-left: 25px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    border: none;
    outline: none;
    margin-top: 15px;
}

.popular__form input[type=submit] {
    width: 185px;
    height: 60px;
    margin-top: 15px;
    border-radius: 5px;
    background: #FEAE01;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    border: none;
    outline: none;
    text-transform: uppercase;
}

.tours {
    padding-bottom: 50px;
    padding-top: 40px;
}

.testimonials {
    padding-top: 50px;
    padding-bottom: 55px;
    background: #00A9E0;
}

.testimonials h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 36px;
    text-align: center;
    margin-bottom: 40px;
}

.testimonials__slider {
    width: 100%;
}

.testimonials__item {
    margin-right: 10px;
    margin-left: 10px;
    outline: none;
    border-radius: 5px;
    background: #fff;
    padding: 15px 5px;
}

.testimonials__item_top {
    height: 65px;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 15px;
}

.testimonials__item_text {
    color: #585858;
    font-size: 14px;
    line-height: 150%;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 15px;
}

.testimonials__item_photo {
    float: left;
    margin-left: 10px;
    margin-right: 15px;
}

.testimonials__item_name {
    height: 50px;
    line-height: 50px;
    float: left;
    font-size: 24px;
}

.testimonials .container {
    position: relative;
}

.testimonials__slider_arrows {
    position: absolute;
    width: 100%;
    top: 150px;
}

.testimonials-prev-arrow {
    width: 17px;
    height: 28px;
    background: url(../img/testimonials-arrows.png) right center no-repeat;
    position: absolute;
    left: -30px;
    top: 0;
    z-index: 50;
}

.testimonials-next-arrow {
    width: 17px;
    height: 28px;
    background: url(../img/testimonials-arrows.png) left center no-repeat;
    position: absolute;
    right: 0px;
    top: 0;
    z-index: 50;
}

.how-work {
    padding-top: 50px;
    padding-bottom: 60px;
}

.how-work__item {
    float: left;
    width: 250px;
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
    text-align: center;
}

.how-work__item_number {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    background: #FEAE01;
}

.how-work__item_img {
    display: inline-block;
    margin-top: 50px;
    width: 125px;
    height: 106px;
    margin-bottom: 15px;
}

.how-work__item_img-one {
    background: url(../img/how-work-icons.png) 18px center no-repeat;
}

.how-work__item_img-two {
    background: url(../img/how-work-icons.png) -118px center no-repeat;
}

.how-work__item_img-three {
    background: url(../img/how-work-icons.png) -275px center no-repeat;
}

.how-work__item_img-four {
    background: url(../img/how-work-icons.png) -414px center no-repeat;
}

.how-work__item_text {
    font-size: 24px;
}

.our-offer {
    padding-top: 60px;
    padding-bottom: 40px;
}

.our-offer__item {
    width: 380px;
    height: 267px;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    margin-bottom: 10px;
}

.our-offer__item-one {
    background-image: url(../img/offer-one.png);
}

.our-offer__item-two {
    background-image: url(../img/offer-two.png);
}

.our-offer__item-three {
    background-image: url(../img/offer-three.png);
}

.our-offer__item-four {
    background-image: url(../img/offer-four.png);
}

.our-offer__item-five {
    background-image: url(../img/offer-five.png);
}

.our-offer__item-six {
    background-image: url(../img/offer-six.png);
}

.our-offer__item_title {
    font-weight: 700;
    font-size: 24px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    text-transform: uppercase;
    height: 55px;
    line-height: 55px;
    background: rgba(242, 201, 76, 0.9);
    text-align: center;
    color: #fff;
}

.our-offer__more {
    width: 350px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    display: block;
    margin: 20px auto 0;
    background: #F2994A;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 5px;
}

.map {
    padding-top: 40px;
    padding-bottom: 50px;
}

.map__left {
    float: left;
    width: 800px;
}

.map__left iframe {
    width: 100%;
    height: 580px;
}

.map__right {
    width: 370px;
    background: #00A9E0;
    float: left;
    padding: 30px 25px 0;
    height: 580px;
    position: relative;
}

.map__form_title {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.map__right input[type=tel] {
    width: 100%;
    border-radius: 3px;
    background: #fff;
    height: 45px;
    border: none;
    outline: none;
    padding-left: 15px;
    font-size: 11px;
    font-family: 'FontAwesome', 'Roboto', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.map__right i {
    font-size: 11px;
    color: #000;
    position: absolute;
    left: 10px;
}

.map__right input[type=text] {
    font-family: 'FontAwesome', 'Roboto', sans-serif;
    font-weight: 500;
    width: 153px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-left: 15px;
    height: 45px;
    border: none;
    outline: none;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 3px;

}

.map__right input[type=text].map__margin-none-one,
.map__right input[type=text].map__margin-none-two {
    margin-right: 0;
}

.map__right input[type=range] {
    -webkit-appearance: none;
    margin: 18px 0;
    width: 200px;
    margin-top: 20px;
    border-radius: 3px;
    float: left;
    margin-right: 10px;
}

.map__right input[type=range]:focus {
    outline: none;
}

.map__right input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 6px;
    background: #fff;
    border-radius: 3px;
}

.map__right input[type=range]::-webkit-slider-thumb {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background: #F2C94C;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -9px;
}

.map__right input[type=range]:focus::-webkit-slider-runnable-track {
    background: #fff;
}

.map__right input[type=range]::-moz-range-track {
    width: 100%;
    height: 6px;
    background: #fff;
    border-radius: 3px;
}

.map__right input[type=range]::-moz-range-thumb {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background: #F2C94C;
    cursor: pointer;
}

.map__right input[type=range]::-ms-track {
    width: 100%;
    height: 6px;
    background: transparent;
    border-color: transparent;
    border-width: 12px 0;
    color: transparent;
}

.map__right input[type=range]::-ms-fill-lower {
    background: #fff;
    border-radius: 1.5px;
}

.map__right input[type=range]::-ms-fill-upper {
    background: #fff;
    border-radius: 1.5px;
}

.map__right input[type=range]::-ms-thumb {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background: #F2C94C;
    cursor: pointer;
}

.map__right input[type=range]:focus::-ms-fill-lower {
    background: #fff;
}

.map__right input[type=range]:focus::-ms-fill-upper {
    background: #fff;
}

.map__form_price {
    width: 110px;
    float: left;
    height: 45px;
    border-radius: 3px;
    background: #fff;
    text-align: center;
    line-height: 45px;
    color: rgba(0, 0, 0, 0.75);
    font-weight: 500;
    font-size: 14px;
}

.map__right textarea {
    width: 100%;
    resize: none;
    height: 75px;
    border-radius: 3px;
    border: none;
    outline: none;
    margin-top: 20px;
    padding-left: 15px;
    padding-top: 10px;
    font-family: 'FontAwesome', 'Roboto', sans-serif;
}

.map__right input[type=submit] {
    width: 250px;
    margin-top: 20px;
    margin-left: 30px;
    border: none;
    outline: none;
    text-transform: uppercase;
    color: #fff;
    background: #F2994A;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 2px;
    height: 55px;
    border-radius: 3px;
    margin-bottom: 15px;
    cursor: pointer;
}

.map__form_signature {
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px;
}

footer {
    background: #2F80ED;
    padding-top: 20px;
}

.footer__left {
    float: left;
    margin-right: 200px;
}

.footer__logo {
    background: url(../img/top-logo.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    width: 198px;
    height: 110px;
}

.footer__middle {
    width: 420px;
    float: left;
}

.footer__address span {
    display: inline-block;
    height: 21px;
    line-height: 21px;
    background: #F2C94C;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
    margin-top: 15px;
}

.footer__address p {
    color: #fff;
    font-size: 24px;
    margin-bottom: 10px;
}

.footer__tel_item {
    float: left;
}

.footer__tel_item:first-of-type {
    margin-right: 30px;
}

.footer__tel_title {
    font-size: 12px;
    color: #fff;
}

.footer__tel_tel {
    color: #fff;
    font-size: 24px;
}

.footer__right {
    float: right;
    text-align: right;
}

.footer__right_title {
    color: #fff;
    font-size: 18px;
    margin-top: 15px;
}

.footer__right_info {
    font-size: 48px;
    color: #fff;
    margin-top: 10px;
    text-align: left;
}

.footer__right_info sup {
    font-size: 24px;
    position: relative;
    top: -10px;
}

.footer__right span {
    display: inline-block;
    height: 21px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 21px;
    text-align: center;
    background: #F2C94C;
}

.footer__top {
    padding-bottom: 30px;
    position: relative;
}

.footer__top:before {
    height: 1px;
    width: 10000px;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    left: 0;
    margin-left: -5000px;
    bottom: 0;
    display: block;
    content: '';
}

.footer__bottom {
    height: 80px;
}

.footer__bottom_signature {
    height: 80px;
    line-height: 80px;
    color: #fff;
    font-size: 18px;
    float: left;
}

.footer__social {
    float: right;
    margin-top: 24px;
}

.footer__social div {
    float: left;
    margin-left: 7px;
    margin-right: 7px;
    background-image: url(../img/social-icons.png);
    background-repeat: no-repeat;
    width: 40px;
    height: 32px;
    transition: all ease 0.2s;
}

.footer__social div a {
    display: block;
    height: 32px;
    width: 40px;
}

.footer__social div:hover {
    margin-top: -5px;
}

.vk {
    background-position: 0px 0px;
}

.ok {
    background-position: -71px 0px;
}

.instagram {
    background-position: -138px 0px;
}

.facebook {
    background-position: -205px 0px;
}


.testimonials__slider_dots {
    display: none;
}

/* Всплывающее Окно */

.FixZ {
    z-index: 150;
    position: fixed;
    width: 100%;
    height: 100%;
    color: white;
    display: none;
    justify-content: center;
    align-items: center;
    opacity: 0;
}

.divFixZ {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.5;
}

/* Почта */

.headerForm {
    padding: 5% 7% 5% 7%;
    z-index: 5;
    position: absolute;
    width: 70%;
    height: 70%;
    background-image: url("../img/imgOtd.png");
    background-size: 100% auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.headerForm input {
    width: 31%;
    height: 40px;
    outline: none;
    color: black;
    border: 1px solid gray;
    margin: 0 1% 25px 1%;
    padding-top: 2px;
    padding-left: 15px;
    font-size: 25px;
}

#buttonFormN:hover {
    cursor: pointer;
    color: gray;
    border: 1px solid gray;
}

.headerForm input[type=submit] {
    width: 98%;
    border: none;
    padding: 0;
    height: 45px;
    margin-bottom: 40px;
    text-align: center;
    background: #fcb401;
    color: white;
}

.div-js-a {
    color: white;
}

.div-js-a:hover {
    color: gray;
}

.aboutMailMess {
    font: 20px sans-serif;
    text-align: center;
    margin: 30px 15% 50px 15%;
}

.aboutMailMessH {
    font: 40px sans-serif;
    margin-bottom: 30px;
}

.aboutdivCheckBox {
    font: 17px sans-serif;
    text-align: center;
    text-decoration: underline;
}

@-webkit-keyframes test {
    0% {
        top: 0px
    }
    25% {
        top: -5px;
    }
    75% {
        top: 5px;
    }
    100% {
        top: 0px;
    }
}

@keyframes test {
    0% {
        top: 0px
    }
    25% {
        top: -5px;
    }
    75% {
        top: 5px;
    }
    100% {
        top: 0px;
    }
}

.block-form {
    width: 350px;
    background: rgba(255, 255, 255, 0.73);
    text-align: center;
}

.form-title {
    color: #fff;
    font-size: 22px;
    background: rgba(244, 138, 30, 0.6);
    padding: 10px;
}

.block-form form input {
    border: none;
    width: 80%;
    margin: 15px auto;
    font-size: 18px;
    padding: 10px;
    color: #000;
    background: none;
    border-bottom: 2px solid #f48a1e;
}

.block-form form button {
    margin-top: 10px;
    width: 100%;
    border: none;
    background: #f48a1e;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    padding: 15px;
    cursor: pointer;
}

@media (max-width: 768px) {

    .block-form {
        width: 100%;
    }
}