@charset "UTF-8";
body {
    font-family: "Roboto-Regular", sans-serif;
}

html,
body {
    font-size: 10px !important;
}

h1 {
    font-weight: 700;
    line-height: calc(3vw + 2rem);
    font-size: calc(1.5vw + 3.5rem);
}

h3 {
    font-size: 28px;
}

h2 {
    font-size: 32px;
    font-weight: 500;
}


/* h4 {
    font-size: calc(0.8vw + 0.5rem);
} */

.parts-title h1 {
    font-size: 36px;
    line-height: 42px;
    font-family: "Roboto-Regular";
}

p {
    font-size: 16px;
}

p1 {
    font-size: 18px;
}

.container-v {
    max-width: 1540px;
    margin: 0 auto;
    padding: 0px 20px;
}

.main__full-screen.transform {
    -webkit-transform: translateY(calc(-0.5vw - 2rem));
    -ms-transform: translateY(calc(-0.5vw - 2rem));
    transform: translateY(calc(-0.5vw - 2rem));
    margin: 0 0 calc(-0.5vw - 2rem) 0;
}

.main__full-screen {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    height: calc(38vw + 3.5rem);
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.main__full-screen img {
    position: absolute;
    z-index: 1;
    top: calc(1vw + 4rem);
    left: 0px;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.content {
    position: relative;
    background: #f8f8f8;
    padding: 100px 0px;
}

.phone-call,
.media-imagine {
    position: fixed;
    bottom: 50px;
    cursor: pointer;
    z-index: 9;
}

.phone-call svg,
.media-imagine svg {
    width: 70px;
    height: 70px;
}

.phone-call {
    left: 70px;
}

.media-imagine {
    right: 70px;
}

.main-button {
    font-size: 1.6em;
    padding: 0.75em 1.88em;
    text-transform: uppercase;
    border: 1px solid black;
    background-color: white;
    font-weight: 700;
}

input#radio5 {
    display: none;
}

input#radio5:checked+label:after {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 1;
}

label {
    cursor: pointer;
    padding-left: calc(0.3vw + 2.5rem);
    display: inline-block;
    position: relative;
    font-size: 14px;
}

label #agree {
    color: #099D9D;
}

label #agree:hover {
    text-decoration: underline;
}

label:before {
    width: 20px;
    height: 20px;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    background: #C4C4C4;
    margin-top: -10px;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
}

label:after {
    background: #099D9D;
    left: 0;
    top: 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(3.4);
    -ms-transform: scale(3.4);
    transform: scale(3.4);
    opacity: 0;
    margin-top: -7px;
    width: 14px;
    height: 14px;
    content: "";
    position: absolute;
    left: 3px;
}

.border-title {
    height: 2px;
    background-color: #006363;
    max-width: 250px;
}

.agreement .container-v {
    max-width: 1440px;
}

.agreement-text {
    margin-top: 20px;
}

.agreement-text p,
.agreement-text li {
    font-size: 18px;
    color: #606060;
    line-height: 21px;
}

.agreement-text li span {
    color: transparent;
}

@media (max-width: 1920px) {
    h3 {
        font-size: calc(18px + 0.5208333333vw);
    }
    h2 {
        font-size: calc(0px + 1.6666666667vw);
    }
    p {
        font-size: calc(0.5vw + 0.64rem);
    }
    p1 {
        font-size: calc(12px + 0.3125vw);
    }
    .content {
        padding: 100px calc(25px + 5.9895833333vw);
    }
    .phone-call svg,
    .media-imagine svg {
        width: calc(30px + 2.0833333333vw);
        height: calc(30px + 2.0833333333vw);
    }
    .phone-call {
        left: calc(20px + 2.6041666667vw);
    }
    .media-imagine {
        right: calc(20px + 2.6041666667vw);
    }
    .main-button {
        font-size: calc(1em + 0.3125vw);
    }
}

@media (max-width: 1600px) {
    /* h4 {
        font-size: calc(0.7vw + 0.7rem);
    } */
    h1 {
        font-size: calc(4vw);
        line-height: calc(4.8vw + 0.2rem);
    }
}

@media (max-width: 768px) {
    p1 {
        font-size: calc(12px + 1.25vw);
    }
    .parts-title h1 {
        font-size: 20px;
        line-height: 22px;
    }
    .content {
        padding: 50px 0px;
    }
    .phone-call,
    .media-imagine {
        display: none;
    }
}

@media (max-width: 640px) {
    .media-imagine {
        display: none;
    }
    .phone-call {
        bottom: 20px;
    }
    h2 {
        font-size: 16px;
    }
    /* h4 {
        font-size: calc(0.5vw + 0.8rem);
    } */
    .main__full-screen {
        height: 80%;
    }
    .main__full-screen img {
        top: calc(11vw + 0rem);
        -o-object-fit: cover;
        object-fit: cover;
    }
}

@supports (-webkit-appearance:none) {}

@media (max-width: 1920px) {
    @supports (-webkit-appearance: none) {}
}

@media (max-width: 1600px) {
    @supports (-webkit-appearance: none) {}
}

@media (max-width: 1024px) {
    @supports (-webkit-appearance: none) {}
}

@media (max-width: 768px) {
    @supports (-webkit-appearance: none) {}
}

@media (max-width: 640px) {
    @supports (-webkit-appearance: none) {}
}