body{
    max-width: 100%;
    font-size: 2rem;
    
}
a{
    text-decoration: none !important;
}
ul{
    font-size: 2rem;
}

.header--infobar {
    height: 100px;
    padding: 0 0 0 30px;
    position: relative;
    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;
    z-index: 100000
}

@media screen and (max-width: 1000px) {
    .header--infobar {
        height: 60px;
        padding: 12px 3%
    }
}

@media screen and (max-width: 560px) {
    .header--infobar {
        padding: 14px 3%
    }
}

.header--logo {
    line-height: 1
}

@media screen and (max-width: 1000px) {
    .header--logo {
        height: 100%
    }
}

.header--logo a img {
    vertical-align: top
}

@media screen and (max-width: 1000px) {
    .header--logo a img {
        height: 100%
    }
}

@media screen and (max-width: 1000px) {
    .header--nav {
        display: none
    }
}

.header--nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
    position: absolute;
    top: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media screen and (max-width: 1300px) {
    .header--nav ul {
        gap: 0
    }
}

.header--nav--item {
    width: 100px;
    height: 100px
}

@media screen and (max-width: 1000px) {
    .header--nav--item {
        width: 60px;
        height: 60px
    }
}

.header--nav--item a {
    width: 100%;
    height: 100%;
    padding-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .1em
}

@media screen and (max-width: 1000px) {
    .header--nav--item a {
        padding-top: 0
    }
}

.header--nav--item a p {
    margin-top: 10px
}

@media screen and (max-width: 1000px) {
    .header--nav--item a p {
        display: none
    }
}

.header--nav--item a img {
    height: 28px;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.header--nav--item a:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.header--nav-02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0px;
    right: 0px
}
.cmn--nav>ul {
    line-height: 1.2;
    list-style: none;
}

.cmn--nav>ul>li {
    font-size: 1.6rem;
    font-weight: bold
}

.cmn--nav>ul>li:nth-of-type(n+2) {
    margin-top: 15px
}

.cmn--nav>ul>li a {
    color: #142864
}

.cmn--nav>ul>li a:hover {
    opacity: .7
}

.cmn--nav>ul>li>a {
    padding-left: 1em;
    background-image: url(/assets/img/cmn_arr_blue_r.svg);
    background-repeat: no-repeat;
    background-size: .5em auto;
    background-position: left center
}

.cmn--nav>ul>li>ul {
    padding-left: 1em
}

.cmn--nav>ul>li>ul>li {
    margin-top: 15px
}

.cmn--nav>ul>li>ul>li>a {
    padding-left: 1em;
    background-image: url(/assets/img/cmn_arr_blue_02_r.svg);
    background-repeat: no-repeat;
    background-size: .375em auto;
    background-position: left center
}
@media screen and (max-width: 1000px) {
    /* .header--nav-02 {
        right: 60px
    } */

}

@media screen and (max-width: 360px) {
    /* .header--nav-02 .header--nav--item.contact {
        display: none
    } */
    .header--nav--item {
        width: 35px;
        height: 35px;
    }
    .header--nav--item a img{
        width: 20px;
        height: 20px;
    }
    .header--logo a img{
        width: 100%;
    }
    .header--logo{
        width: 50%;
        height: auto;
    }
    .header--infobar{
        height: 35px;
    }
}
@media screen and (max-width: 360px) {

}
.header--nav-02--phone {
    width: 270px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (max-width: 1300px) {
    .header--nav-02--phone {
        display: none
    }
}

.header--nav-02--phone a {
    padding-left: .5em;
    background-image: url(/assets/img/tel_number/cmn_ico_phone_black.svg);
    background-repeat: no-repeat;
    background-size: auto .714em;
    background-position: left center;
    font-size: 2.8rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    font-family: "Be Vietnam Pro", sans-serif;
    color: black;
}

.header--nav-02--phone a:hover {
    opacity: .7
}

.header--nav-02--phone p {
    padding-left: 20px;
    font-size: 1.2rem;
    letter-spacing: .05em
}

.header--nav-02 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
}

.header--nav-02 ul .header--nav--item.phone {
    background-color: #333;
    display: none
}

@media screen and (max-width: 1300px) {
    .header--nav-02 ul .header--nav--item.phone {
        display: block
    }
}

.header--nav-02 ul .header--nav--item.contact {
    background-color: #c81e1e
}

.header--nav-02 ul .header--nav--item.support {
    background-color: #0064c8
}

.header--nav-02 ul .header--nav--item a {
    font-size: 1.2rem;
    letter-spacing: .05em;
    color: #fff
}

.modalmenu-btn {
    width: 60px;
    height: 60px;
    background-color: #142864;
    position: fixed;
    top: 0;
    right: 0;
    display: none;
    cursor: pointer;
    z-index: 90000
}

@media screen and (max-width: 1000px) {
    .modalmenu-btn {
        display: block
    }
}

.modalmenu-btn--line {
    display: block;
    width: 30px;
    height: 1px;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - .5px);
    background-color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s
}

.modalmenu-btn--line__top {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px)
}

.modalmenu-btn--line__bottom {
    -webkit-transform: translateY(7px);
    transform: translateY(7px)
}

.modalmenu-area {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: none;
    z-index: 80000
}

@media screen and (max-width: 1000px) {
    .modalmenu-area {
        display: block
    }
}

.modalmenu-area__inner {
    background-color: #fff;
    background-image: url(/assets/img/cmn_bg_deco_02.svg);
    background-repeat: no-repeat;
    background-size: 1400px auto;
    background-position: right bottom;
    padding: 120px 0 120px;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.modalmenu-area__bg {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    opacity: .6;
    z-index: -1
}

@media screen and (max-width: 1000px) {
    .modalmenu-area__bg {
        display: block
    }
}

#modalmenu-check {
    display: none
}

#modalmenu-check:checked~.modalmenu-btn {
    background-color: #fff
}

#modalmenu-check:checked~.modalmenu-btn .modalmenu-btn--line {
    background-color: #142864
}

#modalmenu-check:checked~.modalmenu-btn .modalmenu-btn--line__top {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

#modalmenu-check:checked~.modalmenu-btn .modalmenu-btn--line__center {
    opacity: 0
}

#modalmenu-check:checked~.modalmenu-btn .modalmenu-btn--line__bottom {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

#modalmenu-check:checked~.modalmenu-area {
    opacity: 1;
    pointer-events: all
}

#modalmenu-check:checked~.modalmenu-area .modalmenu-area__inner {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.modalmenu-nav {
    width: 190px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
}

footer{
    background-color: black;
    padding: 10px;
}
footer h1{
    font-size: 3rem;
    text-align: center;
    color: white;
}
footer p{
    color: white;
    text-align: center;
    font-size: 1.5rem;
}
footer hr.seperator{
    border-bottom: 2px solid white;
}
main{
    margin-top: 10px;
    z-index: 0;
}

h1{
    font-weight: bold;
    text-align: center;
    font-size: 5rem;
    padding-bottom: 20px;
}

h2{
    font-weight: bold;
    font-size: 5rem;
    padding-bottom: 20px;
    text-align: center;
}
h3{
    font-weight: bold;
    font-size: 3rem;
    text-align: center;
}
.fadeInEffect{
    opacity: 0;
}
#prices p{
    text-align: center;
}
hr.half-width{
    border-bottom: 2px solid green; 
    width: 50%;
}
.banner{
    position: relative;
    height: 120vh;
    width: 100vw;
    max-width: 100% !important;
    background-image: url(/assets/img/banner.png);
    background-position: center;
    background-size: cover;
}
.banner img{
    position: relative;
    width: 100vw;
    max-width: 100%;
    height: 100vh;
    filter: brightness(40%);
    object-fit: cover;
}
.banner .text{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    color: white;
    z-index: 1;
    
}
.banner h1{
    font-size: 8vw;
    font-weight: bold;
}
.banner p{
    font-size: 5vw;
    text-align: center;
}
section[id^="section"]{
    display: block;
    margin: 0 auto 150px;
}

#section1 img{
    float: left;
    width: 50%;
    margin-right: 10px;
    border: 1px solid black;
}
#section2 img{
    float: left;
    width: 150px;
    margin-right: 10px;
}

hr.seperator{
    border: none;
    border-bottom: 2px solid green;
}
section{
    background: url('./assets/img/section-decor.svg');
    background-position: center;
}
#section2 {
    clear: left;
}
main > section{
    padding: 10px 0px;
}

span.green{
    color: green;
    font-size: 6rem;
}
span.red{
    color: red;
}

#section3 fieldset{
    display: inline-block;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 10px auto !important;
    border-start-end-radius: 10px;
    border-start-start-radius: 10px;
    transition: all .5s;
    cursor: pointer;
    font-weight: bold !important;
}
#section3 fieldset:nth-child(1n){
    border: 3px solid #7CFC00 !important;    
}
#section3 fieldset:nth-child(2n){
    border: 3px solid rgb(255, 106, 106) !important;    
}
#section3 fieldset:nth-child(3n){
    border: 3px solid rgb(115, 115, 253) !important;    
}
#section3 fieldset:nth-child(4n){
    border: 3px solid yellowgreen !important;    
}
#section3 fieldset:nth-child(5n){
    border: 3px solid pink !important;    
}
#section3 fieldset:nth-child(6n){
    border: 3px solid darkgray !important;    
}
#section3 fieldset:hover{
    transform: translateY(20px);
}
#section3 fieldset:nth-child(1n):hover{
    background-color: #7CFC00;    
}
#section3 fieldset:nth-child(2n):hover{
    background-color: rgb(255, 106, 106);    
}
#section3 fieldset:nth-child(3n):hover{
    background-color: rgb(115, 115, 253);       
}
#section3 fieldset:nth-child(4n):hover{
    background-color: yellowgreen;       
}
#section3 fieldset:nth-child(5n):hover{
    background-color: pink;      
}
#section3 fieldset:nth-child(6n):hover{
    background-color: darkgray;       
}
#section3 legend{
    font-size: 0.7em !important;
    font-weight: bold !important;
    text-align: left !important;
    border-bottom:none;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}
#section3 .pros{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1%;
}
#section3 .pros > *{
    flex: 1 0 30%;
}

.comparision{
    width: 100%;
    cursor: pointer;
}

.comparision .left-image{
    float: left;
    width: 45%;
    height: auto;
    transition: all .5s;
    display: block;
    margin: 0 auto;
}
.comparision .left-image img, .comparision .right-image img{
    width: 100%;
}

.comparision .right-image{
    clear: right;
    float: right;
    width: 45%;
    height: auto;
    transition: all .5s;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
}
.comparision .left-image:hover, .comparision .right-image:hover{
    filter: drop-shadow(15px 15px 20px black);
}
.comparision-table{
    display: block;
    clear: both;
    padding-top: 70px;
    width: 70%;
    margin: 0 auto;
}
.criterias{
    display: flex;
    justify-content: space-between;
    text-align: justify;
    border-bottom: 2px solid black;
    padding: 20px 0px;
}
.criterias#header{
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
}

.criterias .illustration{
    flex: 1 1;
    max-width: 10%;
    text-align: center;
    font-weight: bold;
    padding: 5px;
}
.criterias .illustration img{
    width: 100%;
    padding-bottom: 10px;
}
.criterias .ssd-abilities{
    flex: 1 1;
    max-width: 40%;
    padding-right: 10px;
}
.criterias .hdd-abilities{
    flex: 1 1;
    max-width: 40%;
    padding-left: 10px;
}
.criterias#header .ssd-abilities, .criterias#header .hdd-abilities{
    text-align: center;
    font-weight: bold;
    font-size: 5rem;
}
.criterias#header .ssd-abilities p, .criterias#header .hdd-abilities p{
    font-size: 7.5vw;
}
details{
    margin: 10px 0px;
    transition: all .5s;
}
summary{
    padding: 10px 2%;
    background:linear-gradient(180deg,whitesmoke 99%,rgb(0, 217, 255) 33%);
    background:-webkit-linear-gradient(180deg,whitesmoke 99%,rgb(0, 217, 255) 33%);
    cursor: pointer;
    font-weight: bold;

} 
details p{
    padding: 0px 2%;
    margin: 10px 0px;
    background:linear-gradient(180deg,transparent 99%,red 33%);
    background:-webkit-linear-gradient(180deg,transparent 99%,red 33%);

}



footer h2{
    font-size: 3rem;
    font-weight: bold;
    color: white;
}

.swiper {
    width: 300px;
    height: 420px;
    max-width: 70vw;
    max-height: 90vh;
  }

  .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    padding: 10px;
  }

  .swiper-slide:nth-child(1n) {
    background-color: rgb(206, 17, 17);
  }

  .swiper-slide:nth-child(2n) {
    background-color: rgb(0, 140, 255);
  }

  .swiper-slide:nth-child(3n) {
    background-color: rgb(10, 184, 111);
  }
.ssd-container{
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
    flex-wrap: wrap;
}
.circle-selection{
    display: inline-block;
    width: 100px;
    height: 100px;
    text-align: center;
    border: solid black;
    border-radius: 50%;
    padding-top: 35px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all .5s;
}
.circle-selection[aria-checked=true]{
    background-color: wheat;
}
#ssdinfo{
    margin-top: 50px;
    display: block;
    text-align: center;
    width: 100%;
    height: 100px;
    font-size: 24px;
    font-weight: bold;
}

@media (max-width: 960px){
    header nav{
        height: 30px;
    }
    img.logo{
        height: 80%;
        width: auto;
    }
    #section1 img{
        float: none;
        width: 100%;
        height: auto;
    }
    
    .criterias .illustration{
        max-width: 20%;
    }
    .comparision{
        height: auto;
    }
    .comparision-table{
        width: 100%;
    }
    .criterias#header{
        position: -webkit-sticky;
        top: 60px;
        background-color: white;
        box-sizing: border-box;
    }
    h2{
        font-size: 10vw;
    }
    .swiper {
        width: 50vw;
        height: fit-content;
    }
    #section3 .pros > *{
        flex: 1 0 100%;
    }
    .tel_number{
        display: none;
    }
    .tel_number_icon{
        display:inline;
    }
    .mail{
        font-size: 32px;
    }
    .tel_number_icon{
        font-size: 32px;
    }
}

@media (max-width: 540px){
    #collapse-button{
        display: inline-block;
    }
    header nav{
        height: 38px;
    }
    img.logo{
        width: 50%;
        height: auto;
    }
    .header-right{
        display: none;
        float:none;
    }
    .header-right li{
        display: block;
    }
    .tel_number{
        display: inline;
        text-align: left;
    }
    .tel_number_icon{
        display: none;
    }
    #collapse-button{
        border: none;
        outline: none;
        font-size: 32px;
    }
    .work-time{
        display: none;
    }
    .contact{display: inline;}


}