/* NAVIGATION */
.main-header__wrapper {
    flex-wrap: nowrap;
}
.main-header__navigation {
    width: 100%;
}
.navigation__list {
    -webkit-box-pack: start;
    justify-content: flex-start;
}
.navigation__item:last-child .navigation__link {
    padding-right: 0;
}
.navigation__link {
    padding-right: 20px;
}
@media (max-width: 1280px) {
    .navigation__link {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
.main-header__setting {
    width: auto;
}
/* N-INTRO */
.n-intro {
    background-color: #000;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    min-height: 476px;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}
@media (max-width: 1024px) {
    .n-intro {
        min-height: 376px;
    }
}
@media (max-width: 575px) {
    .n-intro {
        min-height: 0;
    }
}
.n-intro__container {
    -webkit-box-flex: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.n-intro__body {
    max-width: 580px;
}
.n-intro__title {
    color: inherit;
    text-align: left;
    line-height: 1.2;
    font-size: 60px;
}
.txt-color {
    color: #EA6908;
}
/* N-SECTION */
.n-section {
    background-color: #F5F5F5;
    padding-top: 80px;
    padding-bottom: 80px;
}
@media (max-width: 575px) {
    .n-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
.n-section__offset {
    margin-bottom: -90px;
}
/* N-GRID */
.n-grid {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px 32px;
}
@media (max-width: 991px) {
    .n-grid {
        margin-left: 0;
        margin-right: 0;
    }
}
.n-grid:last-child {
    margin-bottom: 0;
}
.n-grid__col {
    width: 50%;
    padding: 0 20px;
    margin-bottom: 28px;
}
@media (max-width: 991px) {
    .n-grid__col {
        width: 100%;
        padding: 0;
    }
}
/* N-BOX */
.n-box {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    background-color: #fff;
    padding: 25px 25px 25px 30px;
    color: #000;
    -webkit-transition: all .3s;
    transition: all .3s;
    height: 100%;
}
@media (max-width: 420px) {
    .n-box {
        padding: 15px 15px 15px 20px;
    }
}
.n-box:hover {
    box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.1);
    color: #000;
    text-decoration: none;
}
.n-box:hover .n-box__icon {
    background-color: #EA6908;
    color: #fff;
    border-color: #EA6908;
}
.n-box__content {
    margin-right: 20px;
}
.n-box__caption {
    display: block;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
    line-height: 1.1666;
    margin-bottom: 3px;
}
.n-box__title {
    font-size: 19px;
    line-height: 1.21;
}
@media (max-width: 420px) {
    .n-box__title {
        font-size: 16px;
    }
}
.n-box__icon {
    flex-shrink: 0;
    margin-left: auto;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border: 1px solid;
    color: #d7d7d7;
    -webkit-transition: all .3s;
    transition: all .3s;
}
@media (max-width: 420px) {
    .n-box__icon {
        width: 30px;
        height: 30px;
    }
}
/* N-CONTENT */
.n-content {
    padding-top: 60px;
    padding-bottom: 35px;
}
@media (max-width: 991px) {
    .n-content {
        padding-top: 35px;
        padding-bottom: 0;
    }
}
/* N-TITLE */
.n-title {
    text-align: left;
    font-size: 38px !important;
    margin-bottom: 1.316em;
}
@media (max-width: 767px) {
    .n-title {
        font-size: 33px !important;
    }
}
@media (max-width: 575px) {
    .n-title {
        font-size: 30px !important;
    }
}
/* N-COLUMN */
.n-column {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}
@media (min-width: 992px) {
    .n-column {
        margin: 0 -35px;
    }
}
.n-column__item {
    width: 33.333%;
    padding: 0 35px;
    border-right: 1px solid #D7D7D7;
}
@media (max-width: 1100px) {
    .n-column__item {
        width: 50%;
        margin-bottom: 70px;
    }
    .n-column__item:last-child {
        margin-bottom: 0;
    }
}
@media (max-width: 991px) {
    .n-column__item {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #D7D7D7;
        padding: 0 0 50px;
        margin-bottom: 45px;
    }
    .n-column__item:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none;
    }
}
@media (max-width: 575px) {
    .n-column__item {
        padding-bottom: 35px;
        margin-bottom: 30px;
    }
}
.n-column__item:last-child {
    border-right: none;
}
.n-column__size {
    width: 100%;
    max-width: 520px;
}
/* N-CAPTION */
.n-caption {
    color: #000;
    font-size: 19px;
    line-height: 1.21;
    margin: 0 0 40px;
}
.n-caption_mb {
    margin-bottom: 10px;
}
/* N-FORM */
.n-form {
    margin-bottom: 27px;
}
.n-form:last-child {
    margin-bottom: 0;
}
.n-form__row {
    margin-bottom: 30px;
}
.n-form__row:last-child {
    margin-bottom: 0;
}
.n-form__label {
    font-size: 14px;
    line-height: 1.21;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 5px;
}
.n-form__txt {
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    line-height: 1.21;
}
/* N-CONTROL */
.n-control {
    height: 2.8235em;
    border: 1px solid #d7d7d7;
    padding: 0 15px;
    width: 100%;
    display: block;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
    font-size: 17px;
}
.n-control:focus {
    border: 3px solid #EA6908;
}
/* N-BUTTON */
.n-button {
    outline: none;
    border: none;
    text-decoration: none;
    font: bold 14px/1.2 'Kelson Sans';
    color: #fff;
    background-color: #EA6908;
    padding: 17px 30px 15px;
    cursor: pointer;
    -webkit-transition: background .3s;
    transition: background .3s;
    min-width: 180px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.n-button:hover {
    background-color: #1a1a1a;
}
.n-button_outline {
    background-color: transparent;
    color: #000;
    border: 1px solid;
    min-width: 140px;
}
.n-button_outline:hover {
    color: #fff;
}
.n-button_mt {
    margin-top: 10px;
}
/* N-RESULT */
.n-result {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    position: relative;
    z-index: 0;
    line-height: 1.2;
}
.n-result:after {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.5);
}
.n-result__title,
.n-result__val {
    background-color: #fff;
}
.n-result__title {
    padding-right: 5px;
}
.n-result__val {
    color: #000;
    font-size: 32px;
    padding-left: 5px;
    line-height: 1;
    margin-left: auto;
}
@media (max-width: 400px) {
    .n-result__val {
        font-size: 28px;
    }
}
/* N-TABLE */
@media (min-width: 401px) {
    .n-table {
        display: table;
        width: 100%;
    }
}
@media (min-width: 401px) {
    .n-table__row {
        display: table-row;
    }
}
@media (max-width: 400px) {
    .n-table__row {
        margin-bottom: 15px;
    }
    .n-table__row:last-child {
        margin-bottom: 0;
    }
}
.n-table__row:last-child .n-table__cell {
    padding-bottom: 0;
}
@media (min-width: 401px) {
    .n-table__cell {
        display: table-cell;
        vertical-align: middle;
        padding-bottom: 20px;
    }
    .n-table__cell:first-child {
        width: 120px;
        padding-right: 7px;
    }
}
@media (max-width: 401px) {
    .n-table__cell {
        padding-bottom: 5px;
    }
}
@media (min-width: 401px) {
    .n-table_styled .n-table__cell:first-child {
        width: 90px;
    }
}
/* N-HEADING */
.n-heading {
    padding-bottom: 25px;
    margin-bottom: 22px;
    position: relative;
}
.n-heading:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 1px;
    background-color: #000;
}
.n-heading .n-caption {
    margin-bottom: 13px;
}
.n-heading__txt {
    font-size: 12px;
    line-height: 1.25;
    color: rgba(0, 0, 0, 0.5);
}
/* N-GROUP */
.n-group {
    position: relative;
}
.n-group__input {
    padding-right: 125px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.n-group .n-select {
    width: 117px;
    position: absolute;
    top: 6px;
    bottom: 6px;
    right: 3px;
}
.n-select {
    position: relative;
}
.n-select:after {
    content: '';
    pointer-events: none;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 9px;
    border: 3px solid transparent;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.n-select select {
    width: 100%;
    border: none;
    border-left: 1px solid #D7D7D7;
    background-color: transparent;
    outline: none;
    padding-left: 7px;
    padding-right: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none!important;
}
.n-select select::-ms-expand {
    display: none;
}
.n-lg {
    font-size: 25px;
}

#error{color: red;}

.n-form__row label {
    display: block;
    margin-bottom: 0;
}