.f-bottom {
    border-top: 1px solid #c4cbd8;
    padding: 20px 30px;
}
.f-bottom-row .f-lang {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.f-lang {
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 15px;
    background-color: #fff;
    cursor: pointer;
}
.f-top {
    padding: 0 0 20px;
}
.f-bottom .f__inner {
    align-items: center;
}
.f-lang-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
.f-lang-arrow {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    line-height: 0;
    -webkit-transition: -webkit-transform .3s ease-in-out 0s;
    transition: -webkit-transform .3s ease-in-out 0s;
    -o-transition: transform .3s ease-in-out 0s;
    transition: transform .3s ease-in-out 0s;
    transition: transform .3s ease-in-out 0s, -webkit-transform .3s ease-in-out 0s;
}
.f-lang-item-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    line-height: 0;
}
.f-lang-item-label {
    font-family: "Open Sans Regular";
    font-size: 18px;
    line-height: 1.3;
    color: #0f1622;
}
.f-lang-item-icon img {
    width: 30px;
}
ul.f-lang-list.dd-drop.dd-list {
    width: 150px;
}
ul.f-lang-list.dd-drop.dd-list li {
    display: inline-block;
    width: 195px;
}
.f-lang-list .f-lang-item {
    padding: 10px 15px;
    -webkit-transition: background-color .1s ease-in-out 0s;
    -o-transition: background-color .1s ease-in-out 0s;
    transition: background-color .1s ease-in-out 0s;
}
.f-lang-list {
    left: auto;
    right: 0;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 0px 15px 30px rgba(26,25,37,.25);
    box-shadow: 0px 15px 30px rgba(26,25,37,.25);
}
.dd.active .dd-drop {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    z-index: 20;
}
.dd-drop._up {
    top: auto;
    bottom: calc(100% + 10px);
}
.h-nav-dd__list.dd-list {
    width: 300px;
}
.f-links a {
    width: 170px;
}
.packages__wrapper {
    padding: 100px 0;
}
.packages__wrapper .lban {
    margin-bottom: 50px;
}
.start {
    margin-bottom: 100px;
}