@media (min-width: 500px) {
    .ctnEditDates > div:not(:last-child) {
        width: calc(50% - 40px);
        float: left
    }

    .ctnEditDates > div:nth-child(1) {
        margin-right: 5px;
    }

    .ctnEditDates > div:nth-child(2) {
        margin-left: 5px;
    }

    .ctnEditDates > div:nth-child(3) {
        float: right;
        top: 10px;
    }

    .btnSaveDates > i {
        right: 0;
        top: 2px
    }
}

@media (max-width: 499px) {
   .ctnEditDates > div:not(:last-child) {
        margin-bottom: 10px;
    }

    .ctnEditDates > div:last-child {
        text-align: center;
    }
}

.btnSaveDest > i {
    right: 0;
    top: 2px
}

.ctnEditDest > div:first-child {
    width: calc(100% - 70px);
    margin-right: 5px;
    float: left;
}

.ctnEditDest > div:last-child {
    margin-left: 5px;
    float: right;
    top: 10px;
}

.ctnEditDates > div:last-child > span,
.ctnEditDest > div:last-child > span {
    text-decoration: underline;
}

.btnSaveDates,
.btnSaveDest {
    cursor: pointer;
}

.ctnPersonList > .ctnPerson:first-child {
    margin-top: 10px;
}

.ctnPersonList > .ctnPerson:not(:first-child) {
    border-top: 1px solid #dddfe3;
    padding-top: 5px;
    margin-top: 10px;
}

.ctnPerson label,
.ctnBelarus label {
    margin: 0;
}

.ctnPersonBirthday {
    width: calc(100% - 155px);
}

.ctnPersonSex {
    width: 155px;
    top: 10px;
}

.ctnPersonSex > div > div:first-child {
    margin: 0 10px;
}

.btnPersonAdd > .addIcon {
    margin-right: 10px;
    cursor: pointer;
    margin-left: 0;
    top: -3px;
}

.btnPersonAdd > div:last-child {
    text-decoration: underline;
    cursor: pointer;
}

.btnPersonRemove {
    cursor: pointer;
    width: 12px;
}

.tblPriceList tr:first-child td:not(:first-child) {
    padding: 0 !important;
}
.tblPriceList tr:first-child td[data-company='travel_roaming'] img { height: 60px!important; }
.tblPriceList tr:first-child td[data-company='ifcurl'] img { height: 35px!important; }
.tblPriceList tr:first-child td[data-company='compensa'] img { height: 28px!important; }
.tblPriceList tr:first-child td[data-company='ergo'] img { height: 21px!important; }
.tblPriceList tr:first-child td[data-company='balcia'] img { height: 30px!important; }
.tblPriceList tr:first-child td[data-company='bta'] img { height: 32px!important; }
.tblPriceList tr:first-child td[data-company='gjensidige'] img { height: 23px!important; }

.tblPriceList tr:first-child td:not(.active):not(.hovered) img {
    filter: grayscale(100%);
    opacity: 0.6;
}

.btnCovidReminder {
    display: block;
    text-decoration: underline;
}

.imgMinus {
    width: 15px;
}

.btnBuy {
    margin-bottom: 10px;
    width: 150px;
    right: 5px;
}

.imgBottomAdvertBanner {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}
.imgBottomAdvertBanner img {
    width: 100%; 
    padding-bottom: 20px;
}
