
@font-face {
    font-family: 'ArialBlack';
    src: url('arial_black.ttf') format('truetype'), 
        url('arial_black-webfont.woff2') format('woff2'),
        url('arial_black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.k_main-header {
    background-color: rgb(255 255 255 / 70%);
    width: 90%;
    border-radius: 20px;
    backdrop-filter: blur(4px);
    padding: 27px 0;
}
.k_main-header.k_tlrb-0 {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.width-fc {
    width: fit-content;
}
.k_nfs-18 {
    font-size: 18px;
}
.k_main-banner-adapt {
    background-image: url(../img/nmbanner.jpg);
}
@media(max-width: 768px){
    .k_main-banner-adapt {
        background-image: url(../img/nmbanner_mobile.jpg);
    }
    .k_m-fix-size {
        width: 12px;
        height: 12px;
    }
    .k_m-flex-centered {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .k_main-header {
        background-color: transparent;
        backdrop-filter: unset;
        text-align: center;
        max-width: 320px;
    }
    .k_main-header.k_tlrb-0 {
        background-color: rgb(255 255 255 / 70%);
        backdrop-filter: blur(4px);
        padding: 10px 0;
        width: 100%;
        max-width: unset;
    }
    .k_nfs-18 {
        font-size: 12px;
    }
}
.k_text-brown, a.k_text-brown, a.k_text-brown:visited, a.k_text-brown:active, a.k_text-brown:hover {
    color: #644D3B;
}
.k_no-decor {
    text-decoration: none;
}
.m-0-auto{
    margin: 0 auto;
}
.k_mr-16{
    margin-right: 16px;
}
.k_bg-image-top {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
.modal-info {
    background-color: white;
    padding: 50px;
    border-radius: 15px;
    text-align: center;
    max-width: 850px;
}
.k_bg-image-bottom {
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
}
.k_text-left {
    text-align: left;
}
.k_main-banner {
    height: 100vh;
    padding-top: 40px;
}
@media(max-width: 992px){
    .k_main-banner {
        height: calc(97vh - 180px);
    }
}
body{
    font-family: Arial;
    font-weight: 400;
    font-size: 22px;
}
.k_main-banner h1 {
    color: #644D3B;
    font-size: 12px;
    margin: 0;
}
.k_fixed-head {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}
.m0-lh-20 {
    margin: 0;
    line-height: 20px;
}
.k_main-banner h2 {
    color: #644D3B;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 30px;
}
.mw-827{
    width: 90%;
    max-width: 827px;
}
.k_main-banner-footer {
    padding: 20px 1%;
    border-radius: 20px;
}
.k_pl-med {
    padding-left: 50px;
}
.k_font-16 {
    font-size: 16px;
}
.k_p-med {
    padding: 40px;
}
.k_mi-w {
    min-width: 130px;
}
.k_modal-big {
    font-size: 28px;
}
@media(max-width: 768px){
    .k_align-cm-nd{
        align-items: center;
    }
    .k_modal-big{
        font-size: 20px;
        max-width: 290px;
    }
    .k_modal-small{
        font-size: 14px;
        max-width: 290px;
    }
    .modal-info {
        padding: 40px 10px;
    }
    .k_p-med{
        padding: 40px 10px;
    }
}
.k_slider-container {
    position: relative;
}
.k_form {
    position: relative;
}
.a_text-center-m {
    text-align: left;
    padding-left: 20px;
}
.k_mi-w {
    min-width: 100px;
}
.k_w-39-lg-50 {
    margin-bottom: 9px;
}
.k_slider-container .prev, 
.k_slider-container .next {
    position: absolute;
    width:30%;
    top: 0;
    height: 100%;
    cursor: pointer;
    transition: all .5s ease;
    border-radius: 15px;
}
.modal-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.268);
    z-index: 10;
}
.k_slider-container .prev:hover, 
.k_slider-container .next:hover {
    background-color: rgba(0, 0, 0, 0.14);
}
.k_slider-container .prev {
    left: 0;
}
.k_slider-container .next {
    right: 0;
}
.k_slider-container img{
    display: none;
    transition: all .5s ease;
}
.k_slider-container img:first-child{
    display: block;
}
.rounds {
    display: flex;
    justify-content: center;
    margin: 30px 0;
}
.rounds>div{
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: rgb(203, 203, 203);
    margin: 5px;
    cursor: pointer;
}
sup {
    font-size: 16px;
}
@media(max-width: 768px){
    .rounds>div {
        width: 10px;
        height: 10px;
    }
    .rounds {
        margin: 23px 0;
    }
}
.rounds>div.active{
    background-color: grey;
}

.k_orange-item {
    position: relative;
    width: 100%;
    max-width: 260px;
    height: 300px;
    border: 2px solid #E88D46;
    border-radius: 15px;
}
.k_orange-item img {
    height: 90%;
}
.k_link-white a, .k_link-white a:visited, .k_link-white a:active {
    color: white;
    text-decoration: none;
}
.k_small {
    font-size: 18px;
}
.k_fs-28 {
    font-size: 28px;
}
.k_fw-700 {
    font-weight: 700;
}
.k_w-90 {
    width: 90%;
    max-width: 1280px;
}
.k_bor-rad-2 {
    border-radius: 12px;
}
.k_bor-rad-5 {
    border-radius: 26px;
}
.k_w-100 {
    width: 100%;
}
.k_w-60 {
    width: 60%;
}
.k_mw-640 {
    max-width: 640px;
}
.k_w-39 {
    width: 39%;
}
.k_w-29{
    width: 29%;
}
.k_h-500 {
    height: 500px;
}
.k_h-350 {
    height: 350px;
}
.k_h-300 {
    height: 300px;
}
.k_font-transform-uppercase {
    text-transform: uppercase;
}
@media(max-width: 768px){
    .k_pl-med {
        padding-left: 10px;
    }
    .k_pl-med p, .k_pl-med ul {
        margin: 0;
    }
    
}
.k_fs-18 {
    font-size: 17px;
}
.k_main-banner-item {
    /* width:22%; */
    min-width: 170px;
    max-width: 240px;
    text-align: center;
    color: #644D3B;
}
.k_mr-10 {
    margin-right: 10px;
}
.k_fs-12 {
    font-size: 12px;
}
.k_main-banner-footer div.k_main-banner-item:nth-child(1), .k_main-banner-footer div.k_main-banner-item:nth-child(2){

}
.k_main-banner-footer div.k_main-banner-item:nth-child(3){
    padding: 0 2%;
}
.k_g-hr {
    width: 1px;
    height: 80%;
    border-right: 1px solid black;
}
.k_main-banner-footer button {
    background-color: #E88D46;
    border: none;
    padding: 20px 30px;
    border-radius: 8px;
    color: white;
    text-transform: uppercase;
    margin-right: 4%;
    text-wrap: nowrap;
}
.k_bg-grey {
    background-color: #59646E;
}
.k_four-item {
    width: 24%;
    max-width: 300px;
    text-align: center;
}
.k_four-item-t {
    width: 24%;
    max-width: 300px;
    text-align: center;
}
.k_font-king-size {
    font-size: 62px;
}
@media (max-width: 992px){
    .k_font-king-size {
        font-size: 40px;
        font-family: ArialBlack;
    }
    
}
.k_font-normal-cap {
    font-size: 18px;
}
.k_agree-look {
    color: #aaaacd;
    
}
.k_bg-orange {
    background-color: #E88D46;
}

.k_s-controls {
    width: 100%;
    margin-top:30px;
}
.k_orange-but {
    background-color: #E88D46;
    color: white;
    border: none;
    padding: 20px;
    border-radius: 6px;
    max-width: 540px;
}
.k_small-orange-but {
    background-color: #E88D46;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    width: 260px;
    /* max-width: 540px; */
}
.k_ml-20 {
    margin-left: 20px;
}
.k_bg-image-right {
    background-position: right center;
    background-size: 40%;
    background-repeat: no-repeat;

}
a, a:visited, a:active {
    color: inherit;
}
.k_p-70-50 {
    padding: 70px 50px;
}
.k_ml-40 {
    margin-left: 40px;
}
.k_w-50 {
    width: 50%;
}
.k_fs-38 {
    font-size: 38px;
    
}
.k_time {
    line-height: 43.7px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.k_fs-24 {
    font-size: 24px;
}
.k_ml-6-percent {
    margin-left: 6%;
}
.k_br-10 {
    border-radius: 10px;
}
.k_br-15 {
    border-radius: 15px;
}
.k_br-15 iframe{
    border-radius: 15px;
}
.k_no-margin {
    margin: 0;
}
.k_p-40-50 {
    padding: 40px 50px;
}
.k_p-40-0 {
    padding: 40px 0px;
}
.k_round {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #D9D9D9;
    margin-left: 9px;
    margin-right: 9px;
}
.k_round.active {
    background-color: #949494;
}
.k_br-20 {
    border-radius: 20px;
}
.k_w-54 {
    width: 54%;
}
.k_s-img {
    width: 100%;
}
.k_s-img img{
    width: 100%;
}
.k_form {

}
.k_form-m {

}
.k_form-m input{
    padding: 14px;
    border-radius: 6px;
    margin-bottom: 10px;
    border: none;
    font-size: 14px;
    line-height: 16px;
    min-width: 290px;
    width: 80%;
}
.k_font-transform-uppercase-m {
    text-transform: uppercase;
}
.__modal{
    z-index: 10;
    position: relative;
}
.init-modal {
    cursor: pointer;
}
.modal-success {
    position: absolute;
    color: black;
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
    transition: all 1s ease;
    background-color: white;
    min-height: 200px;
    padding: 40px;
    text-align: center;
    display: none;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    opacity: 0;
    z-index: 20;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.138);
}
.k_m-w-80 {
    width: 80%;
}
.k_whs-now {
    white-space: nowrap;
}
.k_form-m button {
    background-color: #E88D46;
    min-width: 290px;
    font-size: 14px;
    line-height: 16px;
    padding: 14px;
    border-radius: 6px;
    border: none;
    color: white;
    width: 80%;
}
.k_form input {
    padding: 14px;
    border-radius: 6px;
    margin-bottom: 10px;
    border: none;
    font-size: 14px;
    line-height: 16px;
    min-width: 290px;
}
.k_form button {
    background-color: #59646E;
    min-width: 290px;
    font-size: 14px;
    line-height: 16px;
    padding: 14px;
    border-radius: 6px;
    border: none;
    color: white;

}
@media(max-width: 768px){
    .k_form input, .k_form button {
        min-width: unset;
    }
    
}
.k_form-agree {
    font-size: 12px;
    cursor: pointer;
}
.k_fs-14 {
    font-size: 14px;
}
.k_form-agree input {
    height: 10px;
    min-width: unset;
    width: 10px;
    margin-bottom: 0;
    margin-right: 10px;
    color: #C7C7C7;
}
.k_form.k_hor-form input {
    min-width: unset;
    margin-bottom: 0;
    margin: 5px;
    /* max-width: 187px; */
}
.k_form.k_hor-form button {
    background-color: #E88D46;
    min-width: 176px;
    margin: 5px;
}
.k_form .k_orange-but {
    background-color: #E88D46;
}
.k_border-orange {
    border: 2px solid #E88D46;
}
.k_slider-container {

}
.k_p-50-70 {
    padding: 50px 70px;
}
.k_mr-30 {
    margin-right: 30px;
}
.k_extra-big {
    font-size: 180px;
    line-height: 1;
}
.k_slider-container img {
    width: 100%;
}
.k_color-grey {
    color: #59646E;
}
.k_w-39-lg-50 {
    width: 39%;
}
.k_w-90-m-96 {
    width: 90%;
    max-width: 1280px;
}
.k_text-center-lg-left {
    text-align: left;
}
.k_font-16-m-12{
    font-size: 16px;
}
.k_w-39-md-50 {
    width: 39%;
}
.k_w-39 iframe {
    width: 100%;
}
.k_w-60-lg-100 {
    width: 60%;
}
.k_fs-22 {
    font-size: 22px;
}
.k_grey-but {
    background-color: #59646E;
    color: white;
    width: 100%;
    padding: 20px 0;
    border: none;
    margin-top: 40px;
    border-radius: 10px;
}
.k_lh-1 {
    line-height: 1.3;
}
@media(min-width: 992px) {
    .k_times {
        margin-top: 50px;
        margin-left: 40px;
    }
    .k_form-agree {
        /* width: 290px; */
    }
    .k_main-banner h1 {

        font-size: 18px;
    }
    .k_main-banner h2 {
        text-transform: uppercase;
        font-size: 38px;
    }
    .k_bg-lg-white {
        background-color: white;
    }
    .k_lg-font-transform-uppercase {
        text-transform: uppercase;
    }
    .k_bg-lg-grey {
        background-color: #59646E;
    }
    .k_text-lg-white {
        color: white
    }
}

@media(max-width: 1132px){
    .k_w-90 {
        width: 94%;
    }
    .k_fs-p5-m {
        font-size: 12px;
    }
}
@media(max-width: 1083px){
    .k_fs-18 {
        font-size:14px;
    }
}
@media(max-width:992px){
    .k_m-fs-16 {
        font-size: 16px;
    }
    .k_text-center-lg-left {
        text-align: center;
    }
    .k_w-90 {
        width: 100%;
    }
    .k_main-banner-footer {
        margin-bottom: -122px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .k_fs-28 {
        font-size: 22px;
    }
    .k_main-banner-item {
        color: white;
    }
    .k_main-banner-item {
        min-width: unset;
        max-width: unset;
        text-align: left;
        width: 94%;
        margin-bottom: 10px;
    }
    .k_main-banner-footer div.k_main-banner-item:nth-child(3) {
        padding: 0;
    }
    .k_main-banner-footer button {
        width: 94%;
        margin: 0;
    }
    .k_four-items {
        margin-top: 140px;
    }
    .k_four-item-t {
        width: 90%;
        max-width: 340px;
    }
    .k_four-item p {
        margin: 0;
    }
    .m_fw-700 {
        font-weight: 700;
    }
    .k_w-39 {
        width: 100%;
    }
    .k_w-29 {
        width: 49%;
    }
    .k_w-39-lg-50 {
        width: 49%;
    }
    .k_w-39-md-50{
        width: 50%;
    }
    .k_w-60-lg-100 {
        width: 100%;
    }
}
.k_mw-290 {
    max-width: 290px;
}
.k_td-unl {
    text-decoration: underline;
}
.k_mw-44 {
    min-width: 44px;
}
.k_fs-towns {
    font-size: 38px;
}
.k_fs-towns>div{
    
    line-height: 43.7px;
}
.k_m-5-0 {
    margin: 5px 0;
}
.k_mb-30 {
    margin-bottom: 30px;
}
.k_fs-16 {
    font-size: 16px;
}
@media(max-width: 768px){
    .k_m-footer {
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
        padding: 0px 20px;
    }
    .k_m-uppercase{
        text-transform: uppercase;
    }
    .k_p-70-50 {
        padding: 50px 20px;
    }
    .k_p-40-0 {
        padding: 28px 0;
    }
    .k_m-fs-28 {
        font-size: 28px;
    }
    .k_p-50-70 {
        padding: 25px 20px;
    }
    .k_m-0-10 {
        margin: 0 10px;
    }
    .k_m-w-60 {
        width: 60%;
    }
    .k_fs-towns {
        font-size: 22px;
    }
    .k_m-fs-12 {
        font-size: 12px;
    }
    .m_text-right {
        text-align: right;
    }
    .k_grey-but {
        margin-top: 20px;
        font-size: 14px;
    }
    .k_form.k_hor-form input[type="text"], .k_form.k_hor-form button {
        min-width: 320px;
    }
    .k_font-transform-uppercase-m {
        text-transform: none;
        text-decoration: underline;
    }
    .k_w-60 {
        width: 100%;
    }
    .k_w-39 {
        width: 100%;
    }
    .k_text-m-center {
        text-align: center;
    }
    .k_fs-m-16 {
        font-size: 16px;
    }
    .k_pl-4 {
        padding-left: 40px;

    }
    .k_fs-38 {
        font-size: 21px;
    }
    .k_h-500 {
        height: 350px;
    }
    .k_pt-40 {
        padding-top: 40px;
    }
    .k_w-90-m-96 {
        width: 96%;
    }
    .k_fs-m-14 {
        font-size: 14px;
    }
    .k_font-16-m-12 {
        font-size: 12px;
    }
    .k_four-item {
        width: 46%;
        min-width: unset;
        margin-right: 10px;
        margin-left: 10px;
        margin-bottom: 16px;
    }
    .k_small-orange-but {
        width: unset;
    }
}
@media(max-width: 768px){
    .k_h-350{
        height: 200px;
    }
}
@media(max-width: 500px){
    .k_four-item {
        max-width: unset;
        width: 44%;
    }
    .k_orange-item {
        height: unset;
        padding: 20px 0;
    }
    .k_orange-item img {
        height: 150px;
    }
    .k_four-item p {
        font-size: 14px;
        margin-top: 14px;
    }
    
    .k_four-item p.k_small {
        font-size: 12px;
        margin-bottom: 14px;
    }
    .k_small-orange-but {
        font-size: 14px;
    }
}

@media(max-width: 768px){
    .a_text-center-m {
        text-align: center;
    }
    .k_ml-40 {
        margin-left: 0;
    }
    .k_form .k_fs-14, .k_form .k_fs-18{
        font-size: 12px;
    }
    .k_m-text-left {
        text-align: left;
    }
}