@charset "UTF-8";

html {
    font-size: 10px;
}

body {
    font-family: "HyundaiSansHead", sans-serif;
    color: #000000;
    font-size: 1.6rem;
}

h1,
.h1 {
    font-family: "HyundaiSansHead", sans-serif;
    font-weight: 500;
    margin: 0;
    font-size: 5.5rem;
    line-height: 1.23;
}

h2,
.h2 {
    font-family: "HyundaiSansHead", sans-serif;
    font-weight: 500;
    margin: 0;
    font-size: 4.2rem;
    line-height: 1.14;
}

h3,
.h3 {
    font-family: "HyundaiSansHead", sans-serif;
    font-weight: 500;
    margin: 0;
    font-size: 3rem;
    line-height: 1.2;
}

h4,
.h4 {
    font-family: "HyundaiSansHead", sans-serif;
    font-weight: 500;
    margin: 0;
    font-size: 2rem;
    line-height: 1.2;
}

h5,
.df-table thead,
.df-label,
.df-submenu__button,
.df-list__item,
.h5 {
    font-family: "HyundaiSansHead", sans-serif;
    font-weight: 500;
    margin: 0;
    font-size: 1.6rem;
    line-height: 1.5;
}

h6,
.h6 {
    font-family: "HyundaiSansHead", sans-serif;
    font-weight: 500;
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.5;
    color: #B7B7B7;
}

.df-banner-subline {
    font-family: "HyundaiSansHead", sans-serif;
    font-size: 3rem;
    line-height: 1.06;
}

.df-lead-text-22px {
    font-family: "HyundaiSansHead", sans-serif;
    font-size: 2.2rem;
    line-height: 1.45;
}

.df-text-main-16px {
    font-family: "HyundaiSansText", sans-serif;
    font-size: 1.6rem;
    line-height: 1.5;
}

.df-text-small-12px {
    font-family: "HyundaiSansText", sans-serif;
    font-size: 1.2rem;
    line-height: 1.5;
}

.df-text-input-14px,
.df-range__from input,
.df-range__to input,
body .df-select .option,
body .df-select-bordered .option,
body .df-search .option {
    font-family: "HyundaiSansHead", sans-serif;
    font-size: 1.4rem;
    line-height: 1.14;
}

.df-text-radio-button-14px,
.df-checkbox__description,
.df-radiobutton__description,
.df-range__from,
.df-range__to,
.df-tabs__button {
    font-family: "HyundaiSansHead", sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.5;
}

.df-text-button-16px,
.df-button,
.df-input,
.df-input-bordered,
.df-datepicker__body,
.df-datepicker-range__body,
.df-search-simple__body,
body .df-select .selectize-input,
body .df-select-bordered .selectize-input,
body .df-search .selectize-input {
    font-family: "HyundaiSansHead", sans-serif;
    font-size: 1.6rem;
    line-height: 1.5;
}

.df-link,
.df-link-1 {
    font-family: "HyundaiSansHead", sans-serif;
    font-size: 1.6rem;
    line-height: 1.25;
    color: #00AAD2;
    text-decoration: underline;
}

.df-link:hover,
.df-link-1:hover {
    color: #00AAD2;
    text-decoration: underline;
}

.df-link-1 {
    font-family: "HyundaiSansText", sans-serif;
}

.df-icon {
    width: 34px;
    height: 34px;
}

.df-icon svg {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.df-icon--small {
    width: 20px;
    height: 20px;
}

.df-icon--large {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background-color: #E4DCD3;
}

.df-iconed-link,
.df-external-link,
.df-back-link,
.df-forward-link {
    display: inline-block;
    position: relative;
    font-family: "HyundaiSansHead", sans-serif;
    font-weight: 500;
    margin: 0;
    font-size: 1.8rem;
    color: #002C5F;
    padding-right: 17px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.df-iconed-link svg,
.df-external-link svg,
.df-back-link svg,
.df-forward-link svg {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 7px;
    height: 12px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.df-iconed-link--small {
    font-size: 1.6rem;
}

.df-iconed-link:hover,
.df-external-link:hover,
.df-back-link:hover,
.df-forward-link:hover {
    color: #103A71;
}

.df-iconed-link:hover svg,
.df-external-link:hover svg,
.df-back-link:hover svg,
.df-forward-link:hover svg {
    -webkit-transform: translate(2px, -50%);
    transform: translate(2px, -50%);
}

.df-external-link {
    padding-right: 23px;
}

.df-external-link svg {
    width: 12px;
    height: 12px;
}

.df-external-link:hover svg {
    -webkit-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
}

.df-back-link,
.df-forward-link {
    display: inline-block;
    position: relative;
    font-size: 1.6rem;
    padding-right: 0;
    padding-left: 30px;
}

.df-back-link svg,
.df-forward-link svg {
    left: 0;
    right: auto;
    width: 24px;
    height: 10px;
}

.df-back-link:hover svg,
.df-forward-link:hover svg {
    -webkit-transform: translate(-5px, -50%);
    transform: translate(-5px, -50%);
}

.df-forward-link {
    padding-left: 0;
    padding-right: 30px;
}

.df-forward-link svg {
    left: auto;
    right: 0;
}

.df-forward-link:hover svg {
    -webkit-transform: translate(5px, -50%);
    transform: translate(5px, -50%);
}

.df-back-arrow,
.df-forward-arrow {
    display: inline-block;
}

.df-back-arrow svg,
.df-forward-arrow svg {
    width: 32px;
    height: 14px;
}

.df-share-link,
.df-download-link,
.df-download-img-link {
    display: inline-block;
    position: relative;
    font-family: "HyundaiSansHead", sans-serif;
    font-weight: 500;
    margin: 0;
    font-size: 1.4rem;
    padding-right: 21px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.df-share-link span,
.df-download-link span,
.df-download-img-link span {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.df-share-link svg,
.df-download-link svg,
.df-download-img-link svg {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 12px;
    height: 18px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.df-share-link:hover span,
.df-download-link:hover span,
.df-download-img-link:hover span {
    opacity: 0.8;
}

.df-share-link:hover svg,
.df-download-link:hover svg,
.df-download-img-link:hover svg {
    color: #00AAD2;
}

.df-download-link,
.df-download-img-link {
    padding-left: 20px;
    padding-right: 0;
}

.df-download-link svg,
.df-download-img-link svg {
    right: auto;
    left: 0;
    width: 10px;
    height: 10px;
}

.df-reset-button,
.df-iconed-button,
.df-prev-button,
.df-next-button,
.df-close-button,
.df-sort-button,
.df-grid-button,
.df-list-button,
.df-play-button,
.df-tabs__button,
.df-submenu__button,
.df-accordion__header,
.df-colors__color,
.df-360 {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    cursor: pointer;
    -webkit-appearance: none;
}

.df-button {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    background-color: #002C5F;
    color: #ffffff;
    text-align: center;
    padding: 16px 50px;
    white-space: nowrap;
    cursor: pointer;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.df-button:hover {
    background-color: #103A71;
}

.df-button:disabled {
    background-color: #777673;
    cursor: default;
}

.df-button--small {
    padding: 8px 37px;
}

.df-iconed-button,
.df-prev-button,
.df-next-button,
.df-close-button,
.df-sort-button,
.df-grid-button,
.df-list-button,
.df-play-button {
    position: relative;
    width: 40px;
    height: 40px;
    background-color: #ffffff;
}

.df-iconed-button svg,
.df-prev-button svg,
.df-next-button svg,
.df-close-button svg,
.df-sort-button svg,
.df-grid-button svg,
.df-list-button svg,
.df-play-button svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.df-prev-button,
.df-next-button {
    background-color: rgba(0, 0, 0, 0.4);
}

.df-close-button {
    background-color: transparent;
    width: 16px;
    height: 16px;
}

.df-close-button--small {
    width: 8px;
    height: 8px;
}

.df-sort-button {
    background-color: transparent;
    width: 14px;
    height: 25px;
}

.df-grid-button,
.df-list-button,
.df-play-button {
    width: 24px;
    height: 24px;
    background-color: transparent;
}

.df-play-button {
    width: 60px;
    height: 60px;
}

.df-point {
    width: 32px;
    height: 40px;
    background-image: url("/images/icons/Point.svg");
    background-repeat: no-repeat;
    background-size: 100%;
}

.df-point--disabled {
    background-image: url("/images/icons/Point_disabled.svg");
}

.df-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    outline: none;
    cursor: pointer;
}

.df-checkbox__input {
    display: none;
}

.df-checkbox__input:checked + .df-checkbox__box {
    background-size: 80%;
    border: 2px solid #00AAD2;
}

.df-checkbox__box {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 16px;
    height: 16px;
    border: 2px solid #B7B7B7;
    margin-right: 12px;
    background-image: url("/images/check.svg");
    background-repeat: no-repeat;
    background-position: 50% 60%;
    background-size: 0;
}

.df-radiobutton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    outline: none;
    cursor: pointer;
}

.df-radiobutton__input {
    display: none;
}

.df-radiobutton__input:checked + .df-radiobutton__box {
    border: 2px solid #00AAD2;
}

.df-radiobutton__input:checked + .df-radiobutton__box::after {
    -webkit-transform: scale(1);
    transform: scale(1);
    background-color: #00AAD2;
}

.df-radiobutton__box {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 16px;
    height: 16px;
    border: 2px solid #B7B7B7;
    border-radius: 50%;
    margin-right: 12px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.df-radiobutton__box::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #B7B7B7;
    margin: auto;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.df-range__header,
.df-range__footer,
.df-range__from,
.df-range__to {
    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;
}

.df-range__header {
    padding-bottom: 24px;
}

.df-range__footer {
    padding-top: 16px;
}

.df-range__from input,
.df-range__to input {
    line-height: 32px;
    width: 56px;
    text-align: center;
    outline: none;
}

.df-range__text--mr {
    margin-right: 10px;
}

.df-range__text--ml {
    margin-left: 10px;
}

.df-range .noUi-target {
    height: 4px;
    background-color: #B7B7B7;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.df-range .noUi-connect {
    background-color: #00AAD2;
}

.df-range .noUi-handle {
    top: -6px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    border: 5px solid #00AAD2;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    outline: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.df-range .noUi-handle::before,
.df-range .noUi-handle::after {
    display: none;
}

.df-range .noUi-handle::after {
    position: absolute;
    display: block;
    top: -250%;
    left: -250%;
    width: 500%;
    height: 500%;
    border-radius: 50%;
    background-color: transparent;
}

.df-range .noUi-handle:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.df-range .noUi-target {
    padding-right: 17px;
}

.df-range .noUi-base:after {
    width: 17px;
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    display: block;
}

.df-range .noUi-base:after {
    left: 100%;
}

.df-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000000;
    color-font-family: "HyundaiSansHead", sans-serif;
}

.df-pagination__first {
    margin-right: 15px;
}

.df-pagination__last {
    margin-left: 15px;
}

.df-pagination__pages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 50px;
    list-style: none;
}

.df-pagination__page:not(:last-of-type) {
    margin-right: 12px;
}

.df-pagination__link,
.df-pagination__link:active,
.df-pagination__link:focus,
.df-pagination__link:visited {
    font-size: 1.6rem;
    font-weight: 500;
    color: #000000;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.df-pagination__link:hover,
.df-pagination__link:active:hover,
.df-pagination__link:focus:hover,
.df-pagination__link:visited:hover {
    opacity: 0.7;
    color: #000000;
}

.df-pagination__link.active,
.df-pagination__link:active.active,
.df-pagination__link:focus.active,
.df-pagination__link:visited.active {
    color: #00AAD2;
    text-decoration: underline;
}

.df-pagination__next,
.df-pagination__prev,
.df-pagination__last,
.df-pagination__first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.df-pagination__next svg,
.df-pagination__prev svg,
.df-pagination__last svg,
.df-pagination__first svg {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 7px;
    height: 18px;
    color: #B7B7B7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.df-pagination__next:hover svg,
.df-pagination__prev:hover svg,
.df-pagination__last:hover svg,
.df-pagination__first:hover svg {
    color: #00AAD2;
}

.df-pagination__next svg,
.df-pagination__last svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.df-pagination-dots__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.df-pagination-dots__item {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.df-pagination-dots__item:not(:last-of-type) {
    margin-right: 10px;
}

.df-pagination-dots__button {
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.df-pagination-dots__button--active {
    background-color: #00AAD2;
}

.df-pagination-dots__button:disabled {
    background-color: #E4DCD3;
}

.df-steps {
    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;
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: "HyundaiSansHead", sans-serif;
}

.df-steps__button {
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 48px;
    line-height: 42px;
    border-radius: 50%;
    border: 2px solid #002C5F;
    background-color: transparent;
    color: #002C5F;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}

.df-steps__button--active {
    background-color: #002C5F;
    color: #ffffff;
}

.df-steps__step {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.df-steps__line {
    width: 100%;
    height: 2px;
    background-color: #002C5F;
}

.df-help {
    position: relative;
    display: inline-block;
}

.df-help__icon {
    position: relative;
    width: 16px;
    height: 16px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 50%;
    border: none;
    background-color: #00AAD2;
    cursor: pointer;
}

.df-help__icon:disabled {
    background-color: #777673;
    cursor: default;
}

.df-help__icon svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 6px;
    height: 10px;
    margin: auto;
}

.df-hint-popup {
    visibility: hidden;
    position: absolute;
    bottom: 40px;
    left: -225px;
    width: 280px;
    padding: 25px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.16);
    z-index: 100;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    font-family: "HyundaiSansHead", sans-serif;
}

.df-hint-popup::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -5px;
    width: 15px;
    height: 15px;
    background-color: #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.df-hint-popup--right {
    visibility: visible;
    opacity: 1;
    left: -25px;
}

.df-hint-popup--right::after {
    left: 25px;
}

.df-hint-popup--left {
    visibility: visible;
    opacity: 1;
    left: -225px;
}

.df-hint-popup--left::after {
    left: 225px;
}

.df-hint-popup__close {
    position: absolute;
    display: block;
    top: 16px;
    right: 16px;
    width: 8px;
    height: 8px;
    background: transparent;
}

.df-hint-popup__close svg {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.df-hint-popup__text {
    margin-top: 10px;
    font-size: 1.2rem;
    line-height: 18px;
    color: #000000;
}

.df-table {
    width: 100%;
    width-font-family: "HyundaiSansHead", sans-serif;
}

.df-table td,
.df-table th {
    border: 1px solid #F1F1F1;
    text-align: center;
    padding: 0 25px;
}

.df-table caption {
    margin-bottom: 35px;
}

.df-table thead {
    background-color: #002C5F;
    color: #fff;
}

.df-table thead tr {
    height: 56px;
}

.df-table tbody {
    background-color: #ffffff;
    font-size: 1.6rem;
}

.df-table tbody tr {
    height: 56px;
}

.df-table tbody tr td:first-of-type {
    background-color: #E4DCD3;
    text-align: center;
    font-weight: 500;
}

.df-table tbody td:not(:first-of-type) {
    border-color: transparent;
    text-align: right;
}

.df-table--left td,
.df-table--left th {
    text-align: left;
    padding: 0 25px;
}

.df-table--left tbody tr td:first-of-type {
    text-align: left;
}

fieldset {
    width: 100%;
    border: none;
    margin: 0;
    padding: 0;
}

.df-label {
    display: block;
    margin-bottom: 7px;
}

.df-input,
.df-input-bordered,
.df-datepicker__body,
.df-datepicker-range__body,
.df-search-simple__body {
    display: block;
    width: 100%;
    padding: 12px 20px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 0 0 0 50px #ffffff;
    box-shadow: inset 0 0 0 50px #ffffff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.df-input::-webkit-input-placeholder,
.df-input-bordered::-webkit-input-placeholder,
.df-datepicker__body::-webkit-input-placeholder,
.df-datepicker-range__body::-webkit-input-placeholder,
.df-search-simple__body::-webkit-input-placeholder {
    font-size: 1.6rem;
    color: #666666;
}

.df-input:-moz-placeholder,
.df-input-bordered:-moz-placeholder,
.df-datepicker__body:-moz-placeholder,
.df-datepicker-range__body:-moz-placeholder,
.df-search-simple__body:-moz-placeholder {
    font-size: 1.6rem;
    color: #666666;
}

.df-input::-moz-placeholder,
.df-input-bordered::-moz-placeholder,
.df-datepicker__body::-moz-placeholder,
.df-datepicker-range__body::-moz-placeholder,
.df-search-simple__body::-moz-placeholder {
    font-size: 1.6rem;
    color: #666666;
}

.df-input:-ms-input-placeholder,
.df-input-bordered:-ms-input-placeholder,
.df-datepicker__body:-ms-input-placeholder,
.df-datepicker-range__body:-ms-input-placeholder,
.df-search-simple__body:-ms-input-placeholder {
    font-size: 1.6rem;
    color: #666666;
}

.df-input:focus,
.df-input-bordered:focus,
.df-datepicker__body:focus,
.df-datepicker-range__body:focus,
.df-search-simple__body:focus {
    -webkit-box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.16);
}

.df-input-bordered {
    border: 1px solid #E4DCD3;
}

.df-input-bordered:focus {
    border-color: transparent;
}

.df-input-bordered.invalid {
    border-color: #C70E0E;
}

body .df-select,
body .df-select-bordered,
body .df-search {
    font-family: "HyundaiSansHead", sans-serif;
}

body .df-select .selectize-input,
body .df-select-bordered .selectize-input,
body .df-search .selectize-input {
    display: block !important;
    padding: 12px 20px;
    padding-right: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
}

body .df-select .selectize-input::after,
body .df-select-bordered .selectize-input::after,
body .df-search .selectize-input::after {
    width: 0 !important;
    height: 0 !important;
    border-left: 6px solid transparent !important;
    border-right: 6px solid transparent !important;
    border-bottom: 6px solid #24375B !important;
    -webkit-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
    cursor: pointer;
}

body .df-select .selectize-input > .item,
body .df-select-bordered .selectize-input > .item,
body .df-search .selectize-input > .item {
    color: #000000;
}

body .df-select .selectize-input input,
body .df-select-bordered .selectize-input input,
body .df-search .selectize-input input {
    font-size: 1.6rem;
}

body .df-select .selectize-input input::-webkit-input-placeholder,
body .df-select-bordered .selectize-input input::-webkit-input-placeholder,
body .df-search .selectize-input input::-webkit-input-placeholder {
    font-size: 1.6rem;
    color: #666666;
}

body .df-select .selectize-input input:-moz-placeholder,
body .df-select-bordered .selectize-input input:-moz-placeholder,
body .df-search .selectize-input input:-moz-placeholder {
    font-size: 1.6rem;
    color: #666666;
}

body .df-select .selectize-input input::-moz-placeholder,
body .df-select-bordered .selectize-input input::-moz-placeholder,
body .df-search .selectize-input input::-moz-placeholder {
    font-size: 1.6rem;
    color: #666666;
}

body .df-select .selectize-input input:-ms-input-placeholder,
body .df-select-bordered .selectize-input input:-ms-input-placeholder,
body .df-search .selectize-input input:-ms-input-placeholder {
    font-size: 1.6rem;
    color: #666666;
}

body .df-select .dropdown-active,
body .df-select-bordered .dropdown-active,
body .df-search .dropdown-active {
    -webkit-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.16);
}

body .df-select .dropdown-active::before,
body .df-select-bordered .dropdown-active::before,
body .df-search .dropdown-active::before {
    display: none;
}

body .df-select .dropdown-active::after,
body .df-select-bordered .dropdown-active::after,
body .df-search .dropdown-active::after {
    -webkit-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
}

body .df-select .selectize-dropdown,
body .df-select-bordered .selectize-dropdown,
body .df-search .selectize-dropdown {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.16);
    border: none;
    border-top: 1px solid #F1F1F1;
}

body .df-select .option,
body .df-select-bordered .option,
body .df-search .option {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    color: #000;
    line-height: 3.4rem;
    padding-left: 20px;
    padding-top: 0;
    padding-bottom: 0;
}

body .df-select .option:hover,
body .df-select-bordered .option:hover,
body .df-search .option:hover {
    background-color: #F8F8F8;
}

body .df-select .option.active,
body .df-select-bordered .option.active,
body .df-search .option.active {
    background-color: #F8F8F8;
}

body .df-select .selectize-dropdown-content,
body .df-select-bordered .selectize-dropdown-content,
body .df-search .selectize-dropdown-content {
    position: relative;
    padding: 10px 0;
}

body .df-select .ps__rail-y,
body .df-select-bordered .ps__rail-y,
body .df-search .ps__rail-y {
    width: 8px;
    background-color: #F1F1F1;
}

body .df-select .ps__thumb-y,
body .df-select-bordered .ps__thumb-y,
body .df-select .ps__thumb-y:hover,
body .df-select-bordered .ps__thumb-y:hover,
body .df-search .ps__thumb-y,
body .df-search .ps__thumb-y:hover {
    right: 0;
    width: 8px;
    background-color: #002C5F;
    border-radius: 0;
}

body .df-select .highlight,
body .df-select-bordered .highlight,
body .df-search .highlight {
    background-color: transparent !important;
    color: #00AAD2;
}

body .df-select-bordered .selectize-input {
    border: 1px solid #E4DCD3;
}

body .df-select-bordered .selectize-input.dropdown-active {
    border-color: transparent;
}

body .df-select-bordered.invalid .selectize-input:not(.dropdown-active) {
    border-color: #C70E0E;
}

body .df-search .selectize-input::after,
body .df-search .selectize-input.dropdown-active::after {
    display: none !important;
}

body .df-search .selectize-input::before,
body .df-search .selectize-input.dropdown-active::before {
    content: '';
    display: block;
    position: absolute;
    left: auto !important;
    bottom: auto !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px !important;
    width: 17px !important;
    height: 17px !important;
    background-color: #fff !important;
    background-image: url("/images/icons/Search.svg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%;
}

body .df-search .highlight {
    background-color: transparent !important;
    color: #00AAD2;
}

/* Календарь */

.df-datepicker,
.df-datepicker-range,
.df-search-simple {
    position: relative;
}

.df-datepicker::after,
.df-datepicker-range::after,
.df-search-simple::after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 16px;
    width: 18px;
    height: 18px;
    background-image: url("/images/icons/calendar.svg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%;
    pointer-events: none;
}

body .ui-datepicker {
    width: auto;
    background-color: #fff;
    color: #000;
    padding: 20px;
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.25);
    z-index: 200 !important;
}

body .ui-datepicker table {
    font-size: 14px;
    width: auto;
}

body .ui-datepicker thead th {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}

body .ui-datepicker tbody td {
    width: 35px;
    height: 30px;
    padding-left: 2px;
    padding-right: 2px;
}

body .ui-datepicker tbody td a {
    line-height: 30px;
    padding: 0;
    text-align: center;
}

body .ui-datepicker .ui-datepicker-title {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

body .ui-datepicker .ui-datepicker-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 5px;
}

body .ui-datepicker .ui-datepicker-prev,
body .ui-datepicker .ui-datepicker-next {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: relative;
    cursor: pointer;
}

body .ui-datepicker .ui-datepicker-prev-hover,
body .ui-datepicker .ui-datepicker-next-hover {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #F8F8F8;
    border-radius: 50%;
}

body .ui-datepicker .ui-datepicker-prev {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: auto;
}

body .ui-datepicker .ui-datepicker-prev .ui-icon {
    display: block;
    background-image: url("/images/icons/Arrow_Right.svg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%;
    width: 15px;
    height: 14px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

body .ui-datepicker .ui-datepicker-next {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

body .ui-datepicker .ui-datepicker-next .ui-icon {
    display: block;
    background-image: url("/images/icons/Arrow_Right.svg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%;
    width: 15px;
    height: 14px;
}

body .ui-datepicker .ui-datepicker-other-month {
    color: #B7B7B7;
}

body .ui-datepicker .ui-datepicker-current-day a {
    background-color: #00AAD2;
    color: #fff;
    border-radius: 50%;
}

body .date-picker-wrapper {
    font-family: "HyundaiSansHead", sans-serif;
    padding: 35px 53px 8px 53px !important;
    border: none;
    background-color: #fff;
    color: #000000;
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.25);
    z-index: 200 !important;
}

body .date-picker-wrapper .footer {
    display: none;
}

body .date-picker-wrapper .prev,
body .date-picker-wrapper .next {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 35%;
    padding: 0 !important;
}

body .date-picker-wrapper .prev:hover,
body .date-picker-wrapper .next:hover {
    background-color: #F8F8F8;
}

body .date-picker-wrapper .prev {
    background-image: url("/images/icons/calendar_prev.svg");
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 10px;
}

body .date-picker-wrapper .next {
    background-image: url("/images/icons/calendar_next.svg");
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

body .date-picker-wrapper .month-wrapper {
    border: none;
    padding: 0;
    background-color: transparent;
}

body .date-picker-wrapper .month-wrapper .caption {
    font-size: 1.4rem;
    font-weight: 500;
    color: #000;
    padding: 0;
}

body .date-picker-wrapper .month-wrapper .caption th {
    text-align: left;
}

body .date-picker-wrapper .month-wrapper .caption th:last-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
}

body .date-picker-wrapper .month-wrapper .month-name {
    padding-bottom: 50px;
    padding-left: 25px;
}

body .date-picker-wrapper .month-wrapper .month-name .month-element {
    text-transform: capitalize;
}

body .date-picker-wrapper .month-wrapper .week-name {
    font-size: 1.4rem;
    color: #666666;
}

body .date-picker-wrapper .month-wrapper .week-name th {
    font-weight: 400;
    padding-bottom: 30px;
}

body .date-picker-wrapper .month-wrapper table td {
    padding: 15px 0;
}

body .date-picker-wrapper .month-wrapper table td:last-of-type .last-date-selected,
body .date-picker-wrapper .month-wrapper table td:last-of-type .first-date-selected {
    text-align: center !important;
}

body .date-picker-wrapper .month-wrapper table td:last-of-type div.hovering.first-date-selected,
body .date-picker-wrapper .month-wrapper table td:last-of-type div.checked.first-date-selected {
    background-color: transparent !important;
}

body .date-picker-wrapper .month-wrapper table td:last-of-type div.hovering.first-date-selected::before,
body .date-picker-wrapper .month-wrapper table td:last-of-type div.checked.first-date-selected::before {
    display: none;
}

body .date-picker-wrapper .month-wrapper table td:last-of-type div.hovering:not(.first-date-selected),
body .date-picker-wrapper .month-wrapper table td:last-of-type div.checked:not(.first-date-selected) {
    position: relative;
    background-color: transparent !important;
}

body .date-picker-wrapper .month-wrapper table td:last-of-type div.hovering:not(.first-date-selected)::before,
body .date-picker-wrapper .month-wrapper table td:last-of-type div.checked:not(.first-date-selected)::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 74%;
    background-color: rgba(0, 170, 210, 0.5);
    z-index: -1;
}

body .date-picker-wrapper .month-wrapper table td:first-of-type .last-date-selected,
body .date-picker-wrapper .month-wrapper table td:first-of-type .first-date-selected {
    text-align: center !important;
}

body .date-picker-wrapper .month-wrapper table td:first-of-type div.hovering.last-date-selected,
body .date-picker-wrapper .month-wrapper table td:first-of-type div.checked.last-date-selected {
    background-color: transparent !important;
    text-align: center;
}

body .date-picker-wrapper .month-wrapper table td:first-of-type div.hovering.last-date-selected::before,
body .date-picker-wrapper .month-wrapper table td:first-of-type div.checked.last-date-selected::before {
    display: none;
}

body .date-picker-wrapper .month-wrapper table td:first-of-type div.hovering:not(.last-date-selected),
body .date-picker-wrapper .month-wrapper table td:first-of-type div.checked:not(.last-date-selected) {
    position: relative;
    background-color: transparent !important;
}

body .date-picker-wrapper .month-wrapper table td:first-of-type div.hovering:not(.last-date-selected)::before,
body .date-picker-wrapper .month-wrapper table td:first-of-type div.checked:not(.last-date-selected)::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 74%;
    background-color: rgba(0, 170, 210, 0.5);
    z-index: -1;
}

body .date-picker-wrapper .month-wrapper table .day {
    font-size: 1.4rem;
    line-height: 34px;
    padding: 0 29px;
}

body .date-picker-wrapper .month-wrapper table .day.nextMonth,
body .date-picker-wrapper .month-wrapper table .day.lastMonth {
    display: block;
    color: #B7B7B7;
}

body .date-picker-wrapper .month-wrapper table .day.nextMonth.hovering,
body .date-picker-wrapper .month-wrapper table .day.lastMonth.hovering {
    background-color: rgba(0, 170, 210, 0.5);
    color: #fff !important;
}

body .date-picker-wrapper .month-wrapper table .day.checked,
body .date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
    background-color: rgba(0, 170, 210, 0.5);
    color: #fff !important;
}

body .date-picker-wrapper .month-wrapper table .day.real-today {
    background-color: transparent;
}

body .date-picker-wrapper .month-wrapper table .day.real-today.checked {
    background-color: #7fd4e8;
}

body .date-picker-wrapper .month-wrapper .last-date-selected.first-date-selected::before {
    display: none;
}

body .date-picker-wrapper .month-wrapper .last-date-selected,
body .date-picker-wrapper .month-wrapper .first-date-selected {
    position: relative;
    background-color: transparent !important;
}

body .date-picker-wrapper .month-wrapper .last-date-selected::after,
body .date-picker-wrapper .month-wrapper .first-date-selected::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #00AAD2;
    z-index: -1;
}

body .date-picker-wrapper .month-wrapper .last-date-selected::before,
body .date-picker-wrapper .month-wrapper .first-date-selected::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    background-color: rgba(0, 170, 210, 0.5);
    z-index: -1;
}

body .date-picker-wrapper .month-wrapper .first-date-selected::before {
    left: auto;
    right: 0;
}

body .date-picker-wrapper.single-month .time {
    display: none;
}

.df-search-simple::after {
    background-image: url("/images/icons/Search.svg");
}

.df-tabs,
.df-submenu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "HyundaiSansHead", sans-serif;
}

.df-tabs__item {
    width: 100%;
}

.df-tabs__button {
    width: 100%;
    padding: 22px 0;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
    background: #444444;
    color: #ffffff;
}

.df-tabs__button--active {
    color: #000000;
    background-color: #ffffff;
}

.df-submenu {
    font-family: "HyundaiSansHead", sans-serif;
}

.df-submenu__item {
    position: relative;
    width: 100%;
}

.df-submenu__item:last-of-type .df-submenu__button {
    background-color: #00AAD2;
    color: #ffffff;
}

.df-submenu__item:not(:last-of-type)::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 7px;
    height: 12px;
    background-image: url("/images/icons/Arrow.svg");
    background-repeat: no-repeat;
    background-size: 100%;
}

.df-submenu__item:nth-last-of-type(2)::after {
    display: none;
}

.df-submenu__button {
    width: 100%;
    padding: 16px 0;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
    background: #ffffff;
}

.df-accordion {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: "HyundaiSansHead", sans-serif;
}

.df-accordion__item {
    border: 1px solid #E4DCD3;
    border-top: none;
}

.df-accordion__item:first-of-type {
    border-top: 1px solid #E4DCD3;
}

.df-accordion__header {
    position: relative;
    width: 100%;
    padding: 16px 32px;
    padding-right: 52px;
    background-color: #ffffff;
    text-align: left;
}

.df-accordion__header::after {
    content: '';
    display: block;
    position: absolute;
    right: 32px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 7px;
    background-image: url("/images/icons/accordion_arrow.svg");
    background-repeat: no-repeat;
    background-size: 100%;
}

.df-accordion__dropgown {
    display: none;
    background-color: #ffffff;
    padding: 32px;
}

.df-colors {
    font-family: "HyundaiSansHead", sans-serif;
}

.df-colors__groups {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.df-colors__group:not(:last-of-type) {
    margin-right: 50px;
}

.df-colors__name {
    font-size: 1.4rem;
    line-height: 17px;
    color: #000000;
}

.df-colors__price {
    font-size: 1.4rem;
    line-height: 17px;
    font-weight: 500;
    color: #000000;
}

.df-colors__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 8px;
}

.df-colors__item:not(:last-of-type) {
    margin-right: 8px;
}

.df-colors__color {
    display: block;
    position: relative;
    width: 32px;
    height: 32px;
}

.df-colors__color--active {
    border: 1px solid #E3E3E3;
}

.df-colors__color--active::after {
    content: '';
    display: block;
    position: absolute;
    top: -10px;
    right: -7px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #00AAD2;
    background-image: url("/images/icons/color_active.svg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 60%;
}

.df-colors__selected {
    font-size: 1.4rem;
    line-height: 1.21;
    font-weight: 500;
    color: #000000;
    margin-top: 19px;
}

.df-credit-banner {
    font-family: "HyundaiSansHead", sans-serif;
    display: block;
    position: relative;
    width: 160px;
    height: 160px;
    border-radius: 50% 50% 50% 0;
    background-color: #E63312;
}

.df-credit-banner::after {
    content: '';
    display: block;
    position: absolute;
    left: 17px;
    bottom: 17px;
    width: 16px;
    height: 16px;
    background-image: url("/images/icons/Plus.svg");
    background-repeat: no-repeat;
    background-size: 100%;
}

.df-credit-banner__center {
    padding-top: 35px;
    padding-right: 30px;
}

.df-credit-banner__name,
.df-credit-banner__price,
.df-credit-banner__credit {
    font-size: 1.6rem;
    font-weight: 500;
    color: #F8F8F8;
    text-align: right;
    line-height: 1;
}

.df-credit-banner__price {
    font-size: 2.4rem;
    margin-top: 15px;
}

.df-360 {
    display: block;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background-image: url("/images/icons/360.svg");
    background-repeat: no-repeat;
    background-size: 100%;
}

.df-info {
    position: relative;
    font-family: "HyundaiSansHead", sans-serif;
    padding-left: 32px;
}

.df-info__icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #C4C4C4;
}

.df-info__icon svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 2px;
    height: 9px;
    margin: auto;
}

.df-info__text {
    font-size: 1.4rem;
    line-height: 1.21;
    color: #000;
}

.df-list {
    padding-left: 20px;
    margin-top: 34px;
}

.df-list__title {
    padding-left: 20px;
}

.df-list__item {
    position: relative;
    padding-left: 20px;
}

.df-list__item::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0.5em;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #000000;
}

.df-list__item:not(:last-of-type) {
    margin-bottom: 7px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input[type="number"]:hover,
input[type="number"]:focus {
    -moz-appearance: number-input;
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.df-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.df-popup__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100vh;
}

.df-popup__center {
    position: relative;
}

.df-popup__close {
    position: absolute;
    display: block;
    padding: 10px;
    top: 7px;
    right: 14px;
    z-index: 10;
}

.df-popup__close svg {
    display: block;
    width: 16px;
    height: 16px;
    fill: #666666;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.df-popup__close:hover svg {
    fill: #B7B7B7;
}

.popup-enter-active {
    overflow: hidden;
    -webkit-animation: enter-popup 0.3s;
    animation: enter-popup 0.3s;
}

.popup-enter-active .df-popup__center {
    -webkit-animation: enter-center 0.3s;
    animation: enter-center 0.3s;
}

.popup-leave-active {
    animation: enter-popup 0.3s reverse;
}

.popup-leave-active .df-popup__center {
    animation: enter-center 0.3s reverse;
}

@-webkit-keyframes enter-popup {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes enter-popup {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes enter-center {
    0% {
        -webkit-transform: translateY(50px) scale(0.95);
        transform: translateY(50px) scale(0.95);
    }

    100% {
        -webkit-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
    }
}

@keyframes enter-center {
    0% {
        -webkit-transform: translateY(50px) scale(0.95);
        transform: translateY(50px) scale(0.95);
    }

    100% {
        -webkit-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
    }
}

.vacancy-popup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.vacancy-popup .df-popup__wrap {
    max-width: 1216px;
    background-color: #fff;
    padding: 64px 48px;
    margin: 32px;
    height: auto;
    min-height: initial;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.vacancy-popup .df-popup__center {
    position: static;
}

.vacancy-popup__title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 32px;
}

.vacancy-popup__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.vacancy-popup__buttons .df-button {
    margin: 0 16px;
}

@media (max-width: 1262px) {
    .vacancy-popup .df-popup__wrap {
        margin: 40px;
    }
}

@media (max-width: 767px) {
    .vacancy-popup .df-popup__wrap {
        margin: 16px;
    }
}

@media (max-width: 640px) {
    .vacancy-popup .df-popup__wrap {
        padding: 48px;
    }

    .vacancy-popup__title {
        margin-bottom: 16px;
    }

    .vacancy-popup__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .vacancy-popup__buttons .df-button {
        margin: 16px 0;
    }
}

@media (max-width: 400px) {
    .vacancy-popup .df-popup__wrap {
        padding: 32px;
    }

    .vacancy-popup__title {
        font-size: 18px;
    }
}

.cookie {
    background-color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 1.2s ease 0s;
    transition: -webkit-transform 1.2s ease 0s;
    transition: transform 1.2s ease 0s;
    transition: transform 1.2s ease 0s, -webkit-transform 1.2s ease 0s;
}

.cookie.is-show {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.cookie-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 21px 32px;
}

.cookie .df-text-input-14px,
.cookie .df-range__from input,
.df-range__from .cookie input,
.cookie .df-range__to input,
.df-range__to .cookie input,
.cookie body .df-select .option,
body .df-select .cookie .option,
.cookie body .df-select-bordered .option,
body .df-select-bordered .cookie .option,
.cookie body .df-search .option,
body .df-search .cookie .option {
    color: #666666;
}

.cookie-more {
    background-color: transparent;
    color: #B7B7B7;
}

.cookie-more:hover {
    background-color: transparent;
}

.cookie-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.cookie-buttons a {
    display: inline-block;
    padding: 7px 50px;
    margin-left: 20px;
}

.cookie-mobile {
    display: none;
}

.cookie-popup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cookie-popup .df-popup__wrap {
    max-width: 800px;
    background-color: #fff;
    padding: 30px 30px 30px 50px;
    margin: 56px;
    max-height: calc(100vh - 112px);
    height: auto;
    min-height: inherit;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.cookie-popup .df-popup__center {
    position: static;
}

.cookie-popup__title {
    font-size: 30px;
    line-height: 36px;
    color: #000;
    text-align: center;
    margin-bottom: 25px;
}

.cookie-popup__info {
    font-size: 14px;
    line-height: 18px;
    font-family: 'HyundaiSansText';
    color: #000;
    position: relative;
    width: 100%;
    padding-right: 25px;
    margin-bottom: 32px;
    max-height: calc(100vh - 112px - 2 * 30px - 36px - 25px - 32px - 48px);
}

.cookie-popup__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.cookie-popup__buttons .df-button {
    width: calc(50% - 16px);
    padding: 12px 50px;
    min-height: 48px;
}

.cookie-popup__buttons .df-button--wh {
    background-color: transparent;
    color: #666;
    border: 2px solid #E4DCD3;
    padding: 10px 50px;
}

.cookie-popup__buttons .df-button--wh:hover {
    background-color: transparent;
}

@media (max-width: 1262px) {
    .cookie-popup .df-popup__wrap {
        margin: 40px;
    }

    .cookie-desktop {
        max-width: 60%;
    }

    .cookie-inner {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 900px) {
    .cookie-buttons a {
        padding: 7px 15px;
        margin-left: 10px;
    }

    .cookie-desktop {
        max-width: 65%;
    }

    .cookie-popup .df-popup__wrap {
        max-height: calc(100vh - 64px);
        padding: 30px 20px 30px 40px;
        margin: 32px;
    }

    .cookie-popup__info {
        max-height: calc(100vh - 64px - 2 * 30px - 36px - 25px - 32px - 48px);
    }
}

@media (max-width: 767px) {
    .cookie-popup .df-popup__wrap {
        margin: 16px;
    }

    .cookie-inner {
        padding: 21px 16px;
    }

    .cookie-mobile {
        display: block;
    }

    .cookie-desktop {
        display: none;
    }
}

@media (max-width: 640px) {
    .cookie-popup .df-popup__wrap {
        padding: 48px;
    }

    .cookie-popup__title {
        margin-bottom: 16px;
    }

    .cookie-mobile {
        width: 100%;
        margin-bottom: 13px;
    }

    .cookie-inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .cookie-buttons {
        width: 100%;
    }

    .cookie-buttons a.cookie-more {
        border: 2px solid #E4DCD3;
        padding: 5px 20px;
    }

    .cookie-popup__buttons .df-button {
        width: 210px;
    }
}

@media (max-width: 480px) {
    .cookie-buttons {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .cookie-buttons a {
        margin-left: 0;
        width: calc(50% - 8px);
    }

    .cookie-popup__buttons .df-button {
        width: 100%;
    }

    .cookie-popup__title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .cookie-popup .df-popup__wrap {
        max-height: calc(100vh - 64px);
        padding: 48px 16px 20px 16px;
    }

    .cookie-popup__info {
        max-height: calc(calc(100vh - 64px) - 48px - 20px - 24px - 10px - 32px - 48px);
    }
}

[class*="ymaps-2-1"][class*="-ground-pane"] {
    -webkit-filter: grayscale(100%) brightness(111%) contrast(90%) invert(0%);
    filter: grayscale(100%) brightness(111%) contrast(90%) invert(0%);
    /* filter: grayscale(100%) brightness(65%) contrast(110%) invert(100%); */
}

[class*="ymaps-2-1"][class*="-balloon__content"] {
    overflow: hidden !important;
    /* width: 220px !important; */
    height: auto !important;
    padding: 25px !important;
    position: relative !important;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin: 0 !important;
}

[class*="ymaps-2-1"][class*="-balloon__layout"] {
    left: -20px !important;
}

[class*="ymaps-2-1"][class*="-balloon_layout_normal"] {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/*==========  Desktop First  ==========*/

/* Large Devices, Wide Screens */

@media only screen and (max-width: 1599px) {
    html {
        font-size: 10px;
    }

    .container,
    .container-fluid {
        padding-left: 32px;
        padding-right: 32px;
    }
}

/* Medium Devices, Desktops */

@media only screen and (max-width: 1262px) {
    .container,
    .container-fluid {
        padding-left: 40px;
        padding-right: 40px;
    }
}

/* Small Devices, Tablets */

@media only screen and (max-width: 767px) {
    .container,
    .container-fluid {
        padding-left: 16px;
        padding-right: 16px;
    }

    h1,
    .h1 {
        font-size: 38px;
    }

    h2,
    .h2 {
        font-size: 30px;
        line-height: 1.06;
    }

    h3,
    .h3 {
        font-size: 20px;
        line-height: 1.2;
    }

    h4,
    .h4 {
        font-size: 18px;
        line-height: 1.125;
    }

    .df-banner-subline {
        font-size: 18px;
        line-height: 1.22;
    }

    body .date-picker-wrapper {
        padding: 35px 27px 8px 27px !important;
    }

    body .date-picker-wrapper .month-wrapper table .day {
        line-height: 17px;
        padding: 0 9px;
    }
}

/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {
    /**/
}

.head {
    background-image: url("/images/service/warranty/fon.jpg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% 440px;
    background-color: #F6F3F2;
}

.head__composition {
    padding: 24px 188px 56px 72px;
    background-color: #ffffff;
}

.head__banner {
    position: relative;
    padding-top: 80px;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: cover;
}

.sitemap__row {
    width: 100%;
    padding-top: 48px;
    padding-bottom: 19px;
    position: relative;
}

.sitemap__row::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #f1f1f1;
}

.sitemap__row:last-child::after {
    display: none;
}

.sitemap__row--models {
    padding-bottom: 48px;
}

.sitemap__row--service {
    padding-top: 88px;
}

.sitemap__row--buy .sitemap__row-list {
    width: 75%;
}

.sitemap__row--buy .sitemap__row-item {
    width: 32.333%;
}

.sitemap__row--media .sitemap__row-list {
    width: 50%;
}

.sitemap__row--media .sitemap__row-item {
    width: 49%;
}

.sitemap__row--models .sitemap__row-link {
    color: #00AAD2;
    margin-bottom: 0;
}

.sitemap__row-title {
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 53px;
    color: #000000;
    font-weight: 500;
}

.sitemap__row-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sitemap__row-item {
    width: 24%;
    margin-right: 1%;
}

.sitemap__row-link {
    display: block;
    text-decoration: underline;
    font-weight: 400;
    font-size: 1.6rem;
    margin-bottom: 2.3em;
    line-height: 1.2;
    color: #000000;
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.sitemap__row-link:hover {
    text-decoration: underline;
    opacity: 0.8;
}

@media (max-width: 1262px) {
    .head__composition {
        padding-right: 15%;
    }
}

@media (max-width: 1200px) {
    .head__composition {
        padding: 0 35px 56px;
    }

    .sitemap__row--models {
        padding-bottom: 17px;
    }

    .sitemap__row--models .sitemap__row-link {
        color: #000000;
        margin-bottom: 2.3em;
    }

    .sitemap__row--service {
        padding-top: 48px;
    }
}

@media (max-width: 1023px) {
    .head {
        background-size: 100% 872px;
    }

    .sitemap__row-title {
        margin-bottom: 37px;
    }

    .sitemap__row-item {
        width: 29.333%;
        margin-right: 4%;
    }

    .sitemap__row--buy .sitemap__row-list {
        width: 66.666%;
    }

    .sitemap__row--buy .sitemap__row-item {
        width: 46%;
    }

    .sitemap__row--media .sitemap__row-list {
        width: 66.666%;
    }

    .sitemap__row--media .sitemap__row-item {
        width: 46%;
    }
}

@media (max-width: 767px) {
    .sitemap__row-item {
        width: 47%;
        margin-right: 3%;
    }

    .sitemap__row--buy .sitemap__row-list {
        width: 100%;
    }

    .sitemap__row--media .sitemap__row-list {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .head {
        background-size: 100% 408px;
    }

    .head__composition {
        padding: 0 16px 24px;
    }

    .head__banner {
        padding-top: 64px;
    }

    .sitemap__row {
        padding-top: 40px;
        padding-bottom: 11px;
    }

    .sitemap__row-title {
        margin-bottom: 27px;
    }

    .sitemap__row-item {
        width: calc(100% - 64px);
        display: block;
        margin-right: 64px;
    }
}

