.tour {
    width: 85%;
    margin: auto;
}

.tour .css-tour-small-title {
    /**
    Before increasing fonts sizes to "14pt" that was "0.7em"
    **/
    font-size: 14pt;
    text-align: center;
    color: #37a4c5;

    margin-bottom: 10px;
    margin-top: 20px;
}

.tour .css-tour-title {
    /** Убрано по желанию М. Д. */
    /**font-family: ProximaNova-Extrabld, serif;*/
    font-family: Verdana, sans-serif;
    font-size: 2.5em;
    text-align: center;
    color: #37a4c5;
    margin-bottom: 10px;
    margin-top: 10px;
}

.tour .css-tour-route {
    /** Убрано по желанию М. Д. */
    /**font-family: ProximaNova-Extrabld, serif;*/
    font-family: Verdana, sans-serif;
    /**
    Before increasing fonts sizes to "14pt" that was "0.8em"
    **/
    font-size: 14pt;
    line-height: 1;
    text-align: center;
    color: #37a4c5;

    margin-top: 0;
}

.tour .css-tour-date,
.tour .css-tour-guaranty,
.tour .css-tour-days,
.tour .css-tour-drive,
.tour .css-tour-avia-join {
    /**
    Before increasing fonts sizes to "14pt" that was "0.8em"
    **/
    font-size: 14pt;
    text-align: center;
}

.tour .css-tour-description {
    /**
    Before increasing fonts sizes to "14pt" that was "0.8em"
    **/
    font-size: 14pt;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.tour .css-tour-top-gallery {
    /*
    max-width: 90%;
    */
    max-width: 900px;
    margin: 15px auto;
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    align-items: center;
    align-content: center;
    width: fit-content;
    justify-content: center;
}

.tour .css-tour-top-gallery img {
    margin: 10px 2px;
}

.tour .tour-slider {
    width: 100%;
    max-width: 1000px;
    margin: 15px auto 30px auto;
}

.tour .tour-slider .slick-slide {
    display: flex;
    justify-content: center;
    margin-right: 15px;
    margin-left: 15px;
    outline: none;
}

.tour .tour-slider .slick-slide img {
    border-radius: 5%;
}

.tour .tour-slider-source {
    display: flex;

    margin-bottom: 20px;
}

.tour .tour-slider-source .slick-track {
    display: flex;
    align-items: center;
}

.tour .tour-slider .slick-slide.slick-active:nth-child(4) img {
    margin-right: 0;
}

.tour .tour-slider .slick-slide {
    opacity: 0.6;
}

.tour .tour-slider .slick-slide.slick-active.slick-current {
    opacity: 1;
}

.tour .css-tour-program-table-wrap {
    overflow-x: auto;
}

.tour .css-tour-program-table {
    /**
    Before increasing fonts sizes to "14pt" that was "0.8em"
    **/
    font-size: 14pt;

    /**
    МД попросила увеличить ширину колонки

    Изначально было:
    width: 90%;
     */
    width: 95%;

    min-width: 600px;
    margin: 20px auto;
}

.tour .css-tour-program-table > tbody > tr > td:first-child {
    /**
    МД попросила уменьшить ширину колонки

    Изначально было:
    width: 100px;
     */
    width: 60px;
    text-align: center;
}

/** Days column **/
.tour .css-tour-program-table > tbody > tr:nth-child(even) > td:first-child {
    background-color: #ebebeb;
    color: #37a4c5;
}

/** Programs column **/
.tour .css-tour-program-table > tbody > tr:nth-child(even) > td:last-child {
    background-color: rgba(235,235,235,0.33);
    color: #5e5e5e;
}

/** Days column **/
.tour .css-tour-program-table > tbody > tr:nth-child(odd) > td:first-child {
    background-color: #37a4c5;
    color: white;
}

/** Programs column **/
.tour .css-tour-program-table > tbody > tr:nth-child(odd) > td:last-child {
    background-color: rgba(89,201,235,0.33);
    color: #5e5e5e;
    text-align: left;
    padding-left: 10px;
}

.tour .css-tour-price-line,
.tour .css-tour-price-table-line,
.tour .css-tour-hotel-info-line,
.tour .css-tour-price-course {
    text-align: center;
}

.tour .css-tour-price-line,
.tour .css-tour-price-table-line,
.tour .css-tour-price-course {
    /**
    Before increasing fonts sizes to "14pt" that was "0.8em"
    **/
    font-size: 14pt;
    margin-top: 10px;
}

.tour .css-tour-hotel-info-line {
    /**
    Before increasing fonts sizes to "12pt" that was "0.7em"
    **/
    font-size: 12pt;
    margin-top: -10px;
}

.tour .css-tour-price-table {
    /**
    Before increasing fonts sizes to "14pt" that was "0.8em"
    **/
    font-size: 14pt;
    width: 50%;
    margin: auto;
}

.tour .css-tour-price-table td {
    text-align: center;
}

.tour .css-additional-info {
    /**
    Before increasing fonts sizes to "14pt" that was "0.8em"
    **/
    font-size: 14pt;
    margin-top: 20px;
}

.tour .css-additional-info ol,
.tour .css-additional-info ul {
    margin-left: 0;
}

.tour .css-tour-order {
    font-size: 1.1em;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 40px;
    color: white;
    background-image: linear-gradient(to top, #ee5643, #fa9168);
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    transition: .5s all;
    cursor: pointer;

    margin: 30px auto;
}

@media(max-width: 600px) {

    .tour .tour-slider .slick-slide {
        display: flex;
        justify-content: center;
        margin-right: 6px;
        margin-left: 6px;
    }

    .tour .css-tour-program-table {
        width: 100%;
        min-width: initial;
    }

    .tour .css-tour-title {
        font-size: 1.8em;
    }
}