/* MAIN TITLE */

.main-title {
    padding: 50px 15px 25px 15px;
}

.main-title h1 {
    text-align: left;
    color: #1D2D53;
    font-size: 35px;
    line-height: 40px;
    font-family: "Proxima Nova";
    font-weight: 700;
}

@media (max-width: 1140px) {
    .main-title h1 {
        font-size: 33px;
    }
}
@media (max-width: 890px) {
    .main-title h1 {
        font-size: 31px;
    }
}
@media (max-width: 810px) {
    .main-title h1 {
        font-size: 29px;
    }
}
@media (max-width: 550px) {
    .main-title {
        padding: 40px 15px 15px 15px;
    }
    .main-title h1 {
        font-size: 27px;
        line-height: 32px;
    }
}

/* new index services catalog */
.company-services {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: -15px;
    margin-right: -15px;
}

.company-services__item {
    display: block;
    position: relative;
    width: 30%;
    max-width: 340px;
    height: 400px;
    margin: 25px 15px 0px 15px;
    border-radius: 8px;
    cursor: pointer;
}


/* .company-services__item.fourth {
    width: 440px;
    height: 300px;
} */


/* .company-services__item.five {
    max-width: none;
    width: 60%;
    height: 300px;
} */

.company-services__item:hover {
    transform: scale(1.05);
    transition-duration: 200ms;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06);
}

.company-services__item.nine {
    cursor: default;
    filter: grayscale(0.25);
    -webkit-filter: grayscale(0.25);
}

.company-services__item.nine:hover {
    transform: none;
}

.company-services__item__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.company-services__item__image.first {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 90%), url(../images/index/tickets-bg.jpg) no-repeat center center;
    background-size: cover;
}

.company-services__item__image.second {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 100%), url(../images/index/boattour-bg.jpg) no-repeat center center;
    background-size: cover;
}

.company-services__item__image.third {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.25) 100%), url(../images/index/transport-bg.jpg) no-repeat center center;
    background-size: cover;
}

.company-services__item__image.fourth {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 100%), url(../images/index/meteor-bg.jpg) no-repeat center center;
    background-size: cover;
}

.company-services__item__image.five {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.25) 100%), url(../images/index/radioguide-bg.jpg) no-repeat center center;
    background-size: cover;
}

.company-services__item__image.six {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%), url(../images/index/excursion-bg.jpg) no-repeat center center;
    background-size: cover;
}
.company-services__item__image.seven {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.4) 100%), url(../images/index/сhild.jpg) no-repeat center center;
    background-size: cover;
}
.company-services__item__image.eight {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 100%), url(../images/index/catamaran2.jpg) no-repeat center center;
    background-size: cover;
}
.company-services__item__image.nine {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, rgba(0, 0, 0, 0.8) 100%), url(../images/index/vip.png) no-repeat center center;
    background-size: cover;
}

.company-services__item__title {
    color: white;
    position: absolute;
    bottom: 25px;
    left: 22px;
}

.company-services__item__subtitle {
    position: absolute;
    top: 245px;
    left: 25px;
    right: 25px;
    z-index: 10;
    border-bottom: 1px solid rgb(170, 170, 170);
}

.company-services__item__subtitle span {
    font-family: Proxima Nova;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 20px;
    color: rgb(255, 255, 255);
}

.company-services__item__title span {
    font-family: Proxima Nova;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 38px;
    color: rgb(255, 255, 255);
}


/*
.company-services__item__title span.first {
    background-color: rgba(27, 131, 62, 0.9);
}

.company-services__item__title span.second {
    background-color: rgba(29, 45, 83, 1);
}

.company-services__item__title span.third {
    background-color: #8b8e92;
}

.company-services__item__title span.fourth {
    background-color: #60a68a;
    background-color: #518b88;
}

.company-services__item__title span.five {
    background-color: #60a68a;
    background-color: #8b5151;
} */

.company-services__item--icon {
    position: absolute;
    padding-left: 25px;
    padding-top: 25px;
    filter: brightness(0) invert(1);
    width: 60px;
    height: 60px;
}

.company-services__item--icon img {
    width: 50px;
    height: 50px;
}

@media (max-width: 1140px) {
    .company-services__item {
        width: 45%;
        max-width: 520px;
        height: 400px;
    }
}

@media (max-width: 890px) {
    .company-services {
        margin-top: 0px;
    }
    .company-services__item {
        width: 42%;
        height: 300px;
    }
    .company-services__item__subtitle {
        top: 120px;
    }
    .company-services__item__title {
        margin-top: 140px;
    }
    .company-services__item__title span {
        font-size: 32px;
        line-height: 40px;
    }
}

@media (max-width: 810px) {
    .company-services__item__subtitle {
        top: 200px;
    }
    .company-services__item {
        width: 90%;
        height: 350px;
        max-width: none;
    }
}

@media screen and (max-width: 420px) {
    .company-services {
        margin-top: 0px;
        /* margin-bottom: 40px; */
    }
    .company-services__item {
        width: 100%;
        height: 340px;
    }
    .company-services__item--icon img {
        width: 40px;
        height: 40px;
    }
    .company-services__item__title span {
        font-size: 30px;
        line-height: 40px;
    }
}

@media (max-width: 400px) {
    .company-services__item__title span {
        font-size: 28px;
        line-height: 38px;
    }
}

@media (max-width: 375px) {
    .company-services__item__subtitle {
        top: 190px;
    }
    .company-services__item__subtitle span {
        font-size: 16px;
    }
    .company-services__item__title span {
        font-size: 25px;
        line-height: 34px;
    }
}

@media (max-width: 320px) {
    .company-services__item {
        width: 100%;
        height: 300px;
    }
    .company-services__item__subtitle {
        top: 170px;
    }
    .company-services__item__subtitle span {
        font-size: 16px;
    }
    .company-services__item__title span {
        font-size: 22px;
        line-height: 32px;
    }
}


/*
.company-services__item--filter {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.9) 100%);
} */


/* Benefits */

.benefits,
.benefits__item {
    display: grid;
    grid-auto-flow: column;
}

.benefits {
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    padding: 50px 15px;
}

.benefits__item {
    grid-template-columns: 80% 20%;
    grid-template-rows: max-content max-content;
    padding: 20px;
    border-radius: 10px;
    background-color: #edeff2;
}

.benefits__item--title {
    font-size: 20px;
    color: #1d2d53;
    font-family: 'GTEestiProDisplay';
    font-weight: 600;
}

.benefits__item--description {
    padding-top: 10px;
    line-height: 18px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    font-family: "Proxima Nova";
}

.benefits__item--img {
    grid-row: span 3;
    align-self: center;
    justify-self: end;
    width: 50px;
    height: 50px;
}

@media (max-width: 900px) {
    .benefits {
        grid-auto-flow: row;
        grid-template-columns: 100%;
    }
    .benefits__item {
        margin: 8px 0;
    }
}

@media (max-width: 420px) {
    .benefits {
        padding: 20px 20px;
    }
    .benefits__item {
        padding: 18px;
    }
    .benefits__item--title {
        font-size: 15px;
        line-height: 15px;
    }
    .benefits__item--description {
        font-size: 13px;
        line-height: 16px;
    }
    .benefits__item--img {
        width: 45px;
        height: 45px;
    }
}



/* Banner */

.banner {
    height: 177px;
}

.banner__block {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 103px;
    width: 100%;
    background: rgba(215, 235, 238, 1);
    border-radius: 8px;
    overflow: hidden;
}

.banner__block--text p {
    text-align: center;
    font-family: 'Pacifico';
    letter-spacing: 1px;
    color: rgba(29, 45, 83, 1);
    font-size: 32px;
}

.banner__block--image {
    width: 185px;
    min-width: 185px;
    height: 103px;
}

.banner__block--image.banner-group {
    background: url("../images/index/group-tickets.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.banner__block--image.banner-help {
    margin-left: 20px;
    width: 103px;
    min-width: 103px;
    height: 103px;
    background: url("../images/index/help-icon.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

@media screen and (max-width: 965px) {
    .banner__block--text p {
        width: 580px;
        font-size: 33px;
    }
}

@media screen and (max-width: 850px) {
    .banner__block--text p {
        width: 350px;
        padding-left: 25px;
        font-size: 31px;
    }
}

@media screen and (max-width: 550px) {
    .banner__block--text p {
        width: 270px;
        font-size: 28px;
    }
}

@media screen and (max-width: 470px) {
    .banner__block--text p {
        width: 220px;
        font-size: 23px;
        padding-left: 30px;
    }
}

@media screen and (max-width: 400px) {
    .banner__block--text p {
        padding-left: 0px;
        width: 100%;
        font-size: 26px;
    }
}

@media screen and (max-width: 376px) {
    .banner__block--image {
        display: none;
    }
    .banner__block--text p {
        padding: 5px;
        width: 100%;
        font-size: 27px;
    }
}


#mobile {
    max-width: 100%;
    width: 100%;
    height: 647px;
    display: block;
    overflow: hidden;
    background: rgba(202, 236, 205, 0.17000000178813934);
    opacity: 1;
    overflow: hidden;
    margin-bottom: 5em;
}

#mobile .content {
    max-width: 1170px;
    height: 100%;
    display: block;
    margin: 0px auto;
    overflow: hidden;
    padding: 75px 15px;
}

#mobile .content .left_block {
    display: inline-block;
    width: 700px;
}

#mobile .content .right_block {
    display: inline-block;
    width: 100px;
}

#mobile .content .left_block .title {
    margin-bottom: 50px;
}

#mobile .content .left_block .title h1 {
    width: 771px;
    font-family: "GTEestiProDisplay";
    font-weight: 600;
    text-align: left;
    font-size: 32px;
    /*letter-spacing: 1px;*/
}

#mobile .content .left_block h1 .green_title {
    color: #1B833E;
    font-size: 31px;
    font-weight: 600;
}

#mobile .content .left_block .description {
    display: block;
    margin-bottom: 50px;
    width: 700px;
}

#mobile .content .left_block .description p {
    margin-bottom: 50px;
    font-family: "Proxima Nova";
    font-weight: 300;
    opacity: 1;
    text-align: left;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.5px;
}

#mobile .content .left_block .description p .green_title {
    color: #1B833E;
    font-weight: 500;
}

span.green_title {
    font-family: "GTEestiProDisplay";
}

#mobile .content .left_block .labels .appstore {
    width: 140px;
    padding-bottom: 40px;
    padding-right: 20px;
}

#mobile .content .left_block .labels .googleplay {
    width: 140px;
    padding-bottom: 40px;
    padding-right: 20px;
}

#mobile .content .left_block .labels .qr {
    width: 140px;
    display: inline;
}

#mobile .content .left_block .labels {
    margin-bottom: 50px;
}

#mobile .content .left_block .counter {
    font-size: 20px;
    font-family: "Proxima Nova";
    font-weight: 300;
}

#mobile .content .left_block .counter .star {
    width: 18px;
}

#mobile .content .right_block .phone .phone_image {
    width: 251px;
    height: 474px;
    padding-left: 100px;
}

#mobile .mobile_content {
    display: none;
}

#mobile .content .right_block .phone img {
    -webkit-filter: drop-shadow(5px 7px 6px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(5px 7px 6px rgba(0, 0, 0, 0.25));
}

@media screen and (max-width: 1080px) {
    #mobile {
        height: 850px;
    }
    #mobile .content {
        display: none;
    }
    #mobile .mobile_content {
        display: block;
        max-width: 1170px;
        height: 100%;
        margin: 0px auto;
        overflow: hidden;
        padding: 75px 15px;
    }
    #mobile .mobile_content .title {
        margin-bottom: 50px;
        margin: 0px auto;
        max-width: 600px;
    }
    #mobile .mobile_content .title h1 {
        font-family: "Roboto";
        font-weight: 500;
        font-size: 32px;
        text-align: center;
    }
    #mobile .mobile_content .title .green_title {
        color: #1B833E;
        font-size: 31px;
        font-weight: 500;
    }
    #mobile .mobile_content .labels_container {
        display: block;
        margin: 0px auto;
        max-width: 600px;
    }
    #mobile .mobile_content .labels_container .labels {
        display: inline-block;
        padding-left: 150px;
        padding-bottom: 70px;
    }
    #mobile .mobile_content .labels_container .labels .qr,
    .googleplay,
    .appstore {
        width: 120px;
        display: block;
        padding: 10px 0;
    }
    #mobile .mobile_content .labels_container .phone {
        display: inline-block;
        width: 45%;
        padding-left: 40px;
        padding-top: 40px;
    }
    #mobile .mobile_content .labels_container .phone img {
        width: 200px;
    }
    #mobile .mobile_content .description {
        margin: 0px auto;
        width: 600px;
    }
    #mobile .mobile_content .description p {
        margin-top: 30px;
        margin-bottom: 30px;
        font-family: "Roboto";
        font-weight: 300;
        opacity: 1;
        text-align: center;
        font-size: 20px;
        line-height: 25px;
    }
    #mobile .mobile_content .description .green_title {
        color: #1B833E;
    }
    #mobile .mobile_content .counter {
        display: block;
        width: 600px;
        margin: 0px auto;
        text-align: center;
        font-family: "Roboto";
        font-weight: 400;
    }
    #mobile .mobile_content .counter .star {
        width: 18px;
    }
}

@media screen and (max-width: 640px) {
    #mobile .mobile_content .labels_container .labels {
        display: inline-block;
        padding-left: 70px;
        padding-bottom: 70px;
    }
    #mobile .mobile_content .description {
        margin: 0px auto;
        width: 450px;
    }
    #mobile .mobile_content .title h1 {
        font-size: 28px;
    }
}

@media screen and (max-width: 570px) {
    #mobile .mobile_content .labels_container .labels {
        display: inline-block;
        padding-left: 50px;
        padding-bottom: 70px;
    }
    #mobile .mobile_content .description {
        margin: 0px auto;
        width: 450px;
    }
    #mobile .mobile_content .description p,
    .green_title {
        font-size: 19px;
    }
    #mobile .mobile_content .title h1 {
        font-size: 26px;
    }
    #mobile .mobile_content .title .green_title {
        font-size: 26px;
    }
    #mobile .mobile_content .counter {
        width: 500px;
    }
}

@media screen and (max-width: 450px) {
    #mobile {
        height: 850px;
    }
    #mobile .mobile_content {
        padding-top: 25px;
    }
    #mobile .mobile_content .labels_container .labels {
        display: inline-block;
        padding-left: 20px;
        padding-bottom: 70px;
    }
    #mobile .mobile_content .description {
        margin: 0px auto;
        width: 390px;
    }
    #mobile .mobile_content .description p,
    .green_title {
        font-size: 18px;
    }
    #mobile .mobile_content .title h1 {
        font-size: 24px;
        line-height: 28px;
    }
    #mobile .mobile_content .title .green_title {
        font-size: 24px;
    }
    #mobile .mobile_content .counter {
        width: 390px;
    }
}

@media screen and (max-width: 380px) {
    #mobile {
        height: 780px;
    }
    #mobile .mobile_content {
        padding-top: 25px;
    }
    #mobile .mobile_content .labels_container .labels {
        display: inline-block;
        padding-left: 20px;
        padding-bottom: 70px;
    }
    #mobile .mobile_content .labels_container .phone img {
        width: 170px;
    }
    #mobile .mobile_content .labels_container .labels .qr,
    .googleplay,
    .appstore {
        width: 100px;
        display: block;
        padding: 10px 0;
    }
    #mobile .mobile_content .description {
        margin: 0px auto;
        width: 350px;
    }
    #mobile .mobile_content .description p,
    .green_title {
        font-size: 16px;
    }
    #mobile .mobile_content .title h1,
    .green_title {
        font-size: 22px;
        line-height: 26px;
    }
    #mobile .mobile_content .counter {
        width: 300px;
        font-size: 14px;
    }
    #mobile .mobile_content .counter .star {
        width: 14px;
    }
}

@media screen and (max-width: 330px) {
    #mobile {
        height: 700px;
    }
    #mobile .mobile_content {
        padding-top: 25px;
    }
    #mobile .mobile_content .labels_container .labels {
        display: inline-block;
        padding-left: 20px;
        padding-bottom: 40px;
    }
    #mobile .mobile_content .labels_container .phone img {
        width: 130px;
    }
    #mobile .mobile_content .labels_container .labels .qr,
    .googleplay,
    .appstore {
        width: 80px;
        display: block;
        padding: 10px 0;
    }
    #mobile .mobile_content .description {
        margin: 0px auto;
        width: 300px;
    }
    #mobile .mobile_content .description p,
    .green_title {
        font-size: 14px;
    }
    #mobile .mobile_content .title h1,
    .green_title {
        font-size: 16px;
        line-height: 20px;
    }
    #mobile .mobile_content .counter {
        width: 300px;
        font-size: 13px;
    }
    #mobile .mobile_content .counter .star {
        width: 12px;
    }
}
