*,
*::before,
*::after {
    box-sizing: border-box;
}
::-moz-focus-outer, ::-moz-focus-inner {
    border: 0;
    padding: 0;
}
html {
    height: 100%;
    /*font-size: 0.234vw;*/
    font-size: 0.063vw;
}
html, body {
    /*font-size: 18px;*/
    line-height: 25px;
}
body {
    font-family: 'FF DIN Regular';
    margin: 0;
    height: 100%;
    font-size: 10rem;
    color: #1E3740;
}

h1 {
    word-wrap: break-word;
}
input {outline:none;}




input[placeholder] {
    text-overflow: ellipsis;color: #1E3740;opacity: 1;}

input::-moz-placeholder {
    text-overflow: ellipsis;color: #1E3740;opacity: 1;}

input:-moz-placeholder {
    text-overflow: ellipsis;color: #1E3740;opacity: 1; }

input:-ms-input-placeholder {
    text-overflow: ellipsis;color: #1E3740;opacity: 1;
}
header {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    z-index: 1;
    height: 100vh;
    width: 100%;
    position: relative;
}
header img{
    width: 100%;
    display: block;
}
main {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    position: relative;
    z-index: 2;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    background-color: transparent;
    pointer-events: none;
}
.fontop {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    /*height: calc(100vw / 2.332928311057108);*/
    object-fit: cover;
    height: 100%;
}

.section {
    position: relative;
}

@-webkit-keyframes arrowBounce {
    0% {
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
    100% {
        -webkit-transform:translateY(-16px);
        transform:translateY(-16px)
    }
}
@keyframes arrowBounce {
    0% {
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
    100% {
        -webkit-transform:translateY(-16px);
        transform:translateY(-16px)
    }
}
.header__arrow {
    -webkit-animation: 1s infinite alternate arrowBounce;
    animation: 1s infinite alternate arrowBounce;
    display: block;
    position: absolute;
    bottom: 3%;
    left: calc(50% - 1.8%);
    pointer-events: auto;
    width: 3.6%;
    height: 6.9%;
    z-index: 999;
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.5));
}
.header__arrow span {
    display: block;
    width: 100%;
    height: 100%;
    background: no-repeat url("../img/str.svg") center center;
    background-size: contain;
}
.menu_btn {
    position: fixed;
    width: 64px;
    height: 64px;
    background: url("../img/burger.svg") no-repeat center center;
    top: 30rem;
    right: 77rem;
    z-index: 9999;
    cursor: pointer;
    pointer-events: auto;
    display: none;
}
.bt-close {
    position: absolute;
    width: 48rem;
    height: 48rem;
    background: url("../img/close.svg") no-repeat center center;
    top: 40rem;
    right: 40rem;
    z-index: 9999;
    cursor: pointer;
}
.content-box {
    position: relative;
}
.menu-box {
    position: fixed;
    right: 0;
    top: 0;
    width: 25%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: -3px 4px 30px rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    transition: .5s;
    transform: translateX(100%);
    z-index: 99;
}
.menu_active {
    transform: translateX(0);
}
.menu_btn_active {
    display: none !important;
}
.menu_list {
    display: flex;
    justify-content: space-around;
    height: 42%;
    flex-direction: column;
    max-width: 73%;
}
.menu_list a {
    text-decoration: none;
    text-transform: uppercase;
    transition: .3s;
    font-family: 'FF DIN';
    font-size: 34rem;
    font-weight: 700;
    line-height: 37rem;
    letter-spacing: 0em;
    text-align: left;
    color: #01345D;
}
.nav {
    position: fixed;
    z-index: 9;
}
.nav a{
    color: #fff;
}
.nav a.active{
    color: red;
}
.menu {
    display: flex;
    font-family: 'FF DIN';
    font-size: 18rem;
    font-weight: 400;
    line-height: 20rem;
    letter-spacing: 0em;
    text-align: left;

    position: fixed;
    z-index: 9;
    top: 40rem;
    left: 77rem;
}
.menu a{
    margin-right: 24rem;
    color: #305664;
    text-decoration: none;
    background: #FFFFFF;
    border-radius: 23px;
    padding: 6rem 30rem;
    height: 32rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu a:hover{
    color: #000;
}


.menu-dots {
    display: flex;
    flex-direction: column;
    height: 150px;
    width: 35px;
    position: fixed;
    top: calc(50% - 75px);
    right: 64px;
    z-index: 9999;
    cursor: pointer;
    pointer-events: auto;
    justify-content: space-between;
}
.menu-dots a{
   width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 4px solid #FFFFFF;

}
.menu-dots a.active{
    background: #fff;
}

#cookie_note{
    display: none;
    position: fixed;
    bottom: 0px;
    left: 0;
    max-width: 100%;
    background-color: #305664;
    z-index: 999;

    height: 160px;
    width: 100%;
    font-family:'FF DIN Regular';
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    color: #fff;

}
.cookie_note_text {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
    padding: 18px;
}
.cookie_note_text a{
    color: #fff;
}
#cookie_note img{
    margin-right: 20px;
}
.cookie_accept{
    height: 43px;
    background-color: #fff;
    color: #1E3740;
    margin-left: 50px;
    border: none;
    cursor: pointer;
    padding: 10px 30px;
    border-radius: 32px;
}
#cookie_note.show{
    display: flex;
}
.page1 {
    height: 100vh;
    display: flex;
}
.page1_lt {
  width: 60%;
    background: url("../img/Frame.svg") no-repeat center bottom;
    background-size: 100%;
    padding: 7%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.page1_rt {
    width: 40%;
    background: url("../img/IMG(1).jpg") no-repeat center right;
    background-size: cover;
}
.header_text {
    font-family: 'FF DIN';
    font-size: 85rem;
    font-weight: 700;
    line-height: 78rem;
    letter-spacing: -0.03em;
    text-align: left;
    color: #28575D;
    position: absolute;
    top: 126px;
    left: 74px;
    text-transform: uppercase;
}
.nonalk {
   width: 18%;

    position: absolute;
    left: 77px;
    bottom: 60px;
}
.nonalk img{
   display: block;
    width: 100%;
}
.page1_lt_logo {
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page1_lt_tx {
    font-family: 'FF DIN Regular';
    font-size: 24rem;
    font-weight: 400;
    line-height: 31rem;
    letter-spacing: 0em;
    text-align: justify;
    margin-bottom: 24rem;
    color: #1E3740;
}
.btl_1 {
   position: absolute;
    top: calc(50% - 364px);
    left: calc(60% - 102px) ;
}

.page2,.page3 {
    display: flex;
    position: relative;
    height: 100vh;
}
.page2_lt {
    width: 50%;
}
.page2_rt {
    width: 50%;
    padding: 0 7%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.page2_rt_tx {
    font-family: 'FF DIN Regular';
    font-size: 24rem;
    font-weight: 400;
    line-height: 31rem;
    letter-spacing: 0em;
    text-align: justify;
    color: #1E3740;
}
.page_tx {
    font-family: 'FF DIN Regular';
    font-size: 24rem;
    font-weight: 400;
    line-height: 31rem;
    letter-spacing: 0em;
    text-align: justify;
    color: #1E3740;
    margin-bottom: 24rem;
}
.page_tx a {
    font-family: 'FF DIN Regular';
    font-size: 18rem;
    font-weight: 400;
    line-height: 23rem;
    letter-spacing: 0em;
    text-align: left;
    color: #7A939C;
}
.btn-spoiler {
    font-family: 'FF DIN Regular';
    font-size: 18rem;
    font-weight: 400;
    line-height: 23rem;
    letter-spacing: 0em;
    text-align: left;
    color: #7A939C;
    text-decoration: underline;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
}
.h2 {
    font-family: 'FF DIN';
    font-size: 68rem;
    font-weight: 700;
    line-height: 68rem;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 12rem;
    text-transform: uppercase;
}
.h3 {
    font-family: 'FF DIN';
    font-size: 32rem;
    font-weight: 700;
    line-height: 41rem;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 24rem;
    text-transform: uppercase;
}
.Group14 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.page3 {
    padding-top: 130rem;
}
.page3_slider-controll {
    filter: drop-shadow(-6px -6px 15px rgba(0, 0, 0, 0.25));
}
.page3_slider-controll .slick-slide {
    width: 132rem;
    height: 100rem;
    cursor:pointer;
    border:1px solid #fff;
    border-radius: 16px;
    overflow: hidden;
}

.page3_slider-controll .slick-slide img {
    width: 100%;
    height: 100%;
    object-fit:cover;
    display: block;
    filter: grayscale(100%);
}

.page3_slider-controll .slick-slide.slick-current {
    /*border:1px solid #1E3740;*/
}
.page3_slider-controll .slick-slide.slick-current img{
    filter: grayscale(0%);
}
.page3_rt {
    width: 45%;
    position: relative;
    display: flex;
    justify-content: flex-end;
}
.page3_lt {
    width: 55%;
    padding: 0 7%;
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
    position: relative;

}
.page3_lt_box {
    /*overflow-x: auto;*/
    position: relative;
    padding-right: 15px;
}
.page3_slider-controll {
    position: absolute;
    bottom: -40rem;
    left: calc(50% - 225rem);
    width: 450rem;
}
.page3_slider_box {
    position: relative;
    max-width: 680rem;
    height: 610rem;
    width: 100%;
}
.page3_slider-controll_item {

    margin-right: 12rem;
    margin-left: 12rem;
}
.page3_slider {
    border-radius: 16rem 0rem 0rem 16rem;
    overflow: hidden;
}
.page4 {
    padding: 95rem 150rem;
    position: relative;
    height: 100vh;
    background: url("../img/BG.jpg") no-repeat bottom center;
    background-size: 100%;
}
.page4_slider {
    position: relative;

}
.page4 .h2 {
    margin-bottom: 48rem;
    text-align: center;
}
.page4_slider_item_text_title {
    font-family: 'FF DIN';
    font-size: 24rem;
    font-weight: 700;
    line-height: 31rem;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 12rem;
}
.page4_slider_item_text_tx {
    font-family: 'FF DIN Regular';
    font-size: 18rem;
    font-weight: 400;
    line-height: 23rem;
    letter-spacing: 0em;
    text-align: justify;
    margin-bottom: 12rem;
}
.page4_slider_item_text {
    padding: 0 24rem;
    margin: 24rem 0;
    position: relative;
}
.page4_slider_item_text a{
    font-family: 'FF DIN Regular';
    font-size: 18rem;
    font-weight: 400;
    line-height: 23rem;
    letter-spacing: 0em;
    text-align: left;
    color: #7A939C;
}
.page4_slider_item {
    width: 25%;
    height: 590px;
    border-radius: 16px;
    overflow: hidden;
    margin: 0 10rem;
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
}
.page4_slider2 .slick-list{
    border-radius: 0 !important;
}
.page4_slider2_item {
    position: relative;
}
.page4_slider2_item_d {
    position: absolute;
    top: 28rem;
    left: 34rem;
    background: #E92B2B;
    padding: 4rem 10rem;
    color: #FFFFFF;
    font-family: 'DIN Pro';
    font-size: 14rem;
    font-weight: 500;
    line-height: 18rem;
    letter-spacing: 0em;

}
.page4_slider .slick-slide img {
    /*width: 100%;*/
    /*height: 100%;*/
    object-fit:cover;
    display: block;

}
.page4_slider2_item_img {
    width: 100%;
}
.page3_slider_item {
    position: relative;
}
.page3_slider_item_d {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 14rem 60rem;
    background: #305664;
    font-family: 'DIN Pro';
    font-size: 32rem;
    font-weight: 500;
    line-height: 42rem;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
}
.page3_slider_item_d span{
    font-family: 'FF DIN Regular';
    font-size: 24rem;
    font-weight: 400;
    line-height: 31rem;
    letter-spacing: 0em;
    text-align: left;
    display: block;
}
.landing-form-response {
    text-align: center;
    font-size: 25rem;
    font-weight: 700;
    line-height: 28rem;
}
.page3_slider_item.slick-slide img {
   width: 100%;
}
.page4_slider_item_img {
    height: 266px;
    overflow: hidden;
}
.page4_slider_item_text {
    height: calc(324px - 48rem);
    overflow-x: auto;
}
.page4_slider2 .slick-dots{

}
.page4_slider .slick-list {
    border-radius: 16px;
    overflow: hidden;
}
.page5 {
    position: relative;
    height: 500rem;
    display: flex;
}
.page5_lt {
  width: 50%;
    background: url("../img/imag14.jpg") no-repeat center right;
    background-size: cover;
}
.page5_rt {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.btn {
    font-family: 'FF DIN Regular';
    font-size: 18rem;
    font-weight: 400;
    line-height: 23rem;
    letter-spacing: 0em;
    text-align: left;
    height: 43rem;
    padding: 0 30rem;
    background: #305664;
    border-radius: 32px;
    display: flex;
    align-items: center;
    max-width: 340rem;
    color: #FFFFFF;
    justify-content: center;
    cursor: pointer;
}
.page5_rt .h2 {
    max-width: 340rem;
}
.page5_rt .btn {
    margin-top: 24rem;
}
.fontop2 {
    display: none;
}
.input {
    margin-top: 21px;
}
.input input{
   padding: 12px 36px;
    font-family: 'FF DIN Regular';
    font-size: 24px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0em;
    color: #305664;
    max-width: 746px;
    width: 100%;
    text-transform: uppercase;
    background: #FFFFFF;
    box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.15);
    border-radius: 32px;
    border: 0;
}
.popup-content .btn{
   margin: 10px auto 0 auto;
    width: 100%;
    max-width: 100%;
}
.popup-content-box .h2{
   margin-bottom: 12px;
    text-align: center;
    font-size: 58rem;
    font-weight: 700;
    line-height: 55rem;
}
.popup-content-box .h3{
    margin-bottom: 21px;
    text-align: center;
    font-size: 25rem;
    font-weight: 700;
    line-height: 28rem;
}
.opened-menu {
    overflow: hidden;
}
.popup-content-box {
    max-width: 400px;
    margin: 0 auto;
    overflow: auto;
    padding: 20px 16px;
}
.spoiler-text {
    display: none;
}
.ps-scrollbar-y-rail {
    opacity: 0.6 !important;
}
.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    /*display: none;*/
}
.mb24 {
    margin-bottom: 24px;
}

.form-check {
    display: block;
    min-height: 22rem;
    padding-left: 35rem;
    margin-top: 10rem;
}
.form-check-input {
    width: 22rem;
    height: 22rem;
    margin-top: 2rem;
    vertical-align: top;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #305664;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}
.form-check .form-check-input {
    float: left;
    margin-left: -35rem;
}
.form-check-input[type="checkbox"] {
    border-radius: 5px;
}
.form-check label {
    font-family: 'FF DIN Regular';
    font-size: 16rem;
    font-weight: 400;
    line-height: 25rem;
    letter-spacing: 0.04em;
    text-align: left;
    color: #305664;
    display: inline-block;
}
.form-check-input:checked[type="checkbox"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23305664' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.page_tx p,.page4_slider_item_text_tx p, .magic-box p{
  margin: 0;
}
.landing-form .error {
    color: red;
    font-family: 'FF DIN Regular';
    font-size: 18rem;
    font-weight: 400;
    line-height: 23rem;
    margin-top: 10rem;
}
footer {
    display: flex;
    justify-content: center;
    padding: 1em;
    font-size: 24px;
    line-height: 130%;
    background: #488440;
}
footer .link {
    margin: 0 20px;
}
footer .link a {
    color: #FFFFFF;
}

@media screen and (min-width: 2000px) {
    html {
        font-size: 1px;
    }
    .page4_slider_item {
        height: 590px;
    }
    .page4_slider_item_text_title {
        font-size: 24px;
        font-weight: 700;
        line-height: 31px;
    }
    .page4_slider_item_text_tx {
        font-size: 18px;
        font-weight: 400;
        line-height: 23px;
    }
}


@media screen and (min-width: 1920px) {
    .page4 {
        background-size: auto;
        background-repeat: repeat-x;
    }
}
@media screen and (min-width: 1800px) {
    html {
        font-size: 0.05vw;
    }
}
@media screen and (min-width: 1200px) {
    /*.page1_text_title {*/
    /*    height: 14%;*/
    /*    line-height: 22rem;*/
    /*}*/
    /*.page1_text_title2 {*/
    /*    height: 14%;*/
    /*    line-height: 22rem;*/
    /*}*/
    /*.page1_text_title3 {*/
    /*    height: 14%;*/
    /*    line-height: 22rem;*/
    /*}*/

}
@media screen and (max-width: 1440px) {
    .page4, .page2, .page3, .page1 {
        height: auto;
    }

    .page2_lt {
        display: none;
    }

    .Group14 {
        position: relative;
        width: 50%;
    }
}
@media screen and (max-width: 1200px) {
    .landing-form .error {
        font-size: 18px;
        line-height: 23px;
        margin-top: 10px;
    }
    .form-check {
        min-height: 22px;
        padding-left: 35px;
        margin-top: 10px;
    }
    .form-check label {
        font-size: 16px;
        line-height: 25px;

    }
    .form-check .form-check-input {
        margin-left: -35px;
    }
    .form-check-input {
        width: 22px;
        height: 22px;
        margin-top: 2px;
    }
    .popup-content-box .h2{
        margin-bottom: 12px;
        text-align: center;
        font-size: 58px;
        font-weight: 700;
        line-height: 55px;
    }
    .popup-content-box .h3{
        text-align: center;
        font-size: 25px;
        font-weight: 700;
        line-height: 28px;
    }
    .page3_slider_item_d {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 14px 60px;
        background: #305664;
        font-family: 'DIN Pro';
        font-size: 32px;
        font-weight: 500;
        line-height: 42px;
        letter-spacing: 0em;
        text-align: left;
        color: #FFFFFF;
    }
    .page3_slider_item_d span {
        font-family: 'FF DIN Regular';
        font-size: 24px;
        font-weight: 400;
        line-height: 31px;
        letter-spacing: 0em;
        text-align: left;
        display: block;
    }
    .menu_btn {
        top: 32px;
        right: 32px;
    }
    .bt-close {
        width: 48px;
        height: 48px;
    }
    .page1_lt {
        padding: 10% 10% 10% 7%;
    }
    .page2_rt {
        padding: 7%;
    }
    .page3_lt {
        padding: 0 0% 0 7%;
        height: 100vh;
    }
    .menu {
        font-size: 18px;
        font-weight: 400;
        line-height: 20px;

    }
    .menu a {
        padding: 6px 30px;
        height: 32px;
    }
    .bt-close {
        top: 26px;
        right: 26px;
    }
    .menu_list {
        height: 300px;
    }
    .menu_list a {
        font-size: 27px;
        line-height: 30px;
    }
    .menu-box {
        width: 450px;
    }
    .menu-dots {
        right: 30px;
        width: 20px;
        height: 120px;
        top: calc(50% - 60px);
    }
    .menu-dots a {
        width: 20px;
        height: 20px;
        border: 3px solid #FFF;
    }

    .header_text {
        font-size: 69px;
        font-weight: 700;
        line-height: 62px;

    }
    .nonalk {
        width: 200px;
        bottom: 40px;
    }
    .page1_lt_tx {
        font-size: 24px;
        font-weight: 400;
        line-height: 31px;
    }
    .page2_rt_tx {
        font-size: 24px;
        font-weight: 400;
        line-height: 31px;
    }
    .h2 {
        font-size: 68px;
        font-weight: 700;
        line-height: 68px;
    }
    .h3 {
        font-size: 32px;
        font-weight: 700;
        line-height: 41px;
    }
    .page_tx a {
        font-size: 18px;
        font-weight: 400;
        line-height: 23px;
    }
    .btn-spoiler {
        font-size: 18px;
        font-weight: 400;
        line-height: 23px;
    }
    .page4_slider2_item_d {
        position: absolute;
        top: 28px;
        left: 34px;
        background: #E92B2B;
        padding: 4px 10px;
        color: #FFFFFF;
        font-family: 'DIN Pro';
        font-size: 14px;
        font-weight: 500;
        line-height: 18px;
        letter-spacing: 0em;

    }
    .btn {
        font-size: 18px;
        font-weight: 400;
        line-height: 23px;
        height: 43px;
        padding: 0 30px;
        max-width: 340px;
    }
    .slick-arrow {
        width: 40px;
        height: 40px;
    }
    .slick-prev.slick-arrow:before {
        width: 12px;
        height: 16px;
        top: 11px;
        left: 12px;
    }
    .slick-next.slick-arrow:before {
        width: 12px;
        height: 16px;
        top: 11px;
        left: 14px;
    }
    .slick-prev.slick-arrow {
        left: -26px;
    }
    .slick-next.slick-arrow {
        right: -26px;
    }

    .page_tx {
        font-size: 24px;
        font-weight: 400;
        line-height: 31px;
    }
    .page4_slider_item_text_title {
        font-size: 24px;
        font-weight: 700;
        line-height: 31px;
    }
    .page4_slider_item_text_tx {
        font-size: 18px;
        font-weight: 400;
        line-height: 23px;
    }
    .page4_slider_item_text a {
        font-size: 18px;
        font-weight: 400;
        line-height: 23px;
    }
    .page4_slider_item {
        height: 590px;
    }
}


@media screen and (max-width: 992px) {
    .header_text {
        top: 37px;
        left: 48px;
    }
    .page1 {
        flex-direction: column;
    }
    .page1_lt, .page1_rt {
        width: 100%;
    }
    .page1_rt {
        height: 640px;
        order: -1;
    }
    .btl_1 {
        position: absolute;
        top: 98px;
        left: calc(50% - 102px);
    }
    .page1_lt {
        padding-top: 200px;
    }
    .page2 {
        flex-direction: column;
    }
    .page2_lt {
       display: none;
    }
    .page2_rt {
        width: 100%;
    }
    header {
        /*height: 60vh;*/
    }
    .Group14 {
        position: relative;
        top: auto;
        left: auto;
        height: auto;
        width: 100%;
    }
    .page3 {
        flex-direction: column;
    }
    .page3_lt {
        width: 100%;
        height: auto;
    }
    .page3_rt {
        width: 100%;
        order: -1;
    }
    .page3_slider_box {
        max-width: 100%;
        max-height: unset;
        height: auto;
    }
    .page3_slider {
        border-radius: 0;
    }


    .menu_btn {
        width: 32px;
        height: 32px;
        background-size: contain;
    }

    .menu {
        display: none;
    }
    .menu-dots {
        right: 20px;
        width: 15px;
        height: 95px;
    }
    .menu-dots a {
        width: 15px;
        height: 15px;
        border: 2px solid #FFF;
    }

    /*#cookie_note {*/
    /*    height: 60px;*/
    /*}*/
    /*#cookie_note p {*/
    /*    margin: 0;*/
    /*}*/
    #cookie_note {
        background-color: #fff;
        color: #1E3740;
    }
    .cookie_note_text {
        flex-direction: column;
    }
    .cookie_accept {
        max-width: 320px;
        width: 100%;

        margin-left: 0;
        background-color: #1E3740;
        color: #FFFFFF;
    }
    .cookie_note_text a {
        color: #1E3740;
    }
    .page5 {
        flex-direction: column;
        height: auto;
    }
    .page5_lt {
        height: 400px;
        width: 100%;
        background-position: center center;
    }
    .page5_rt {
        width: 100%;
        padding: 5%;
    }
    .page5_rt .h2 {
        max-width: 100%;
    }
    .h2 {
        font-size: 56px;
        font-weight: 700;
        line-height: 58px;
    }
    .h3 {
        font-size: 28px;
        font-weight: 700;
        line-height: 36px;
    }
    .page3_lt {
        padding: 7%;
    }
    .page4 .h2 {
        margin-bottom: 48px;
    }
    .menu_list a {
        text-transform: none;
    }
    .page3_slider-controll .slick-slide {
        width: 132px;
        height: 100px;
    }
    .page3_slider-controll {
        left: calc(50% - 214px);
        width: 428px;
        bottom: -80rem;
    }
    .page4 {
        padding: 95px 55px;

    }
    .page4_slider .slick-list {
        border-radius: 16px 0 0 16px;
    }
    .page4_slider_item {
        height: 650px;
    }
    .page4_slider_item_text {
        height: calc(50% - 20px);
        padding: 20px;
        padding-bottom: 0;
    }
    .page4 {
        background-size: auto;
    }
    .bt-close {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 800px) {
    .slick-arrow {
        top: auto;
        bottom: -80px;
        background: #fff;
    }

    .slick-prev.slick-arrow {
        left: 0;
    }

    .slick-next.slick-arrow {
        right: 0;
    }
    .page3_slider_item_d {
        font-size: 26px;
        font-weight: 500;
        line-height: 30px;
        padding: 11px 31px;
    }
    .page3_slider_item_d span {
        font-size: 18px;
        font-weight: 400;
        line-height: 23px;
    }
}
@media (max-width: 600px) {
    .menu {
        font-size: 11rem;
    }

    .menu-box {
        width: 100%;
    }
    .menu-dots {
        right: 15px;
        width: 15px;
    }
    .menu-dots a {
        width: 15px;
        height: 15px;
        border: 2px solid #FFF;
    }

    #cookie_note img {
        width: 30px;
    }
    #cookie_note {
        height: auto;
    }
    #cookie_note p {
        margin: 10px auto;
    }
    .header_text {
        top: 36px;
        left: 39px;
    }
    .header_text {
        font-size: 38px;
        font-weight: 700;
        line-height: 38px;
        max-width: 199px;
    }
    .fontop2 {
        display: block;
        width: 100%;
    }
    .fontop {
        display: none;
    }
    header {
        height: auto;
    }
    .nonalk {
        width: 78px;
        left: 39px;
    }
    .h2 {
        font-size: 46px;
        font-weight: 700;
        line-height: 49px;
    }
    .h3 {
        font-size: 24px;
        font-weight: 700;
        line-height: 30px;
    }
    .page2_rt .h2 {
      margin-bottom: 10px;
    }
    .page2_rt .h3 {
        margin-bottom: 10px;
    }
    .page2_rt, .page3_lt, .page4 {
        padding: 30px 18px;
    }
    .page4 {
      padding-bottom: 124px;
    }

    .page4_slider_item_text_title {
        font-size: 24px;
        font-weight: 700;
        line-height: 31px;
    }
    .page4_slider_item_text_tx {
        font-size: 18px;
        font-weight: 400;
        line-height: 23px;
    }
    .page4_slider_item_text a {
        font-size: 18px;
        font-weight: 400;
        line-height: 23px;
    }
    .page4_slider_item_img {
        height: 300px;
        overflow: hidden;
    }
}
@media (max-width: 450px) {
    .page3_slider-controll {
        padding-left: 18px;
        width: 100%;
        left: 0;
        bottom: -174rem;
    }
    .page5_rt .h2 {
        max-width: 100%;
        text-align: center;
    }
    .page3_lt {
        padding-top: 67px;
    }
    .page3_slider_item_d {
        font-size: 18px;
        font-weight: 500;
        line-height: 20px;
        padding: 7px 16px;
    }
    .page3_slider_item_d span {
        font-size: 16px;
        font-weight: 400;
        line-height: 21px;
    }
    .page5_lt {
        height: 300px;
    }
    .header_text {
        font-size: 28px;
        font-weight: 700;
        line-height: 28px;
        max-width: 199px;
        width: 100%;
        left: 32px;
        top: 32px;
    }
    .nonalk {
        width: 60px;
        left: 32px;
        bottom: 17px;
    }
}
@media (max-height: 750px) AND (min-width: 1200px){
    .header_text {
        top: 90px;
        left: 58px;
    }
    .btl_1 {
        width: 190px;
        top: calc(50% - 314px);
        left: calc(60% - 87px);
    }
    .page4_slider_item_img {
        height: 210px;
    }
    .page4_slider_item {
        height: 436px;
    }
    .page4_slider_item_text {
        height: calc(226px - 48rem);
    }
}
