.int {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    color: #343F33;
}

/* == fonts == */

.int .f-ab {
    font-family: "Anybody", sans-serif;
}

/* == | elements | == */
.int input, .int textarea {
    font-family: 'Open Sans', sans-serif;
}

/* == | anm | == */
.int .anm.off {
    bottom: -30px;
    opacity: 0;
    transition-delay: 0.5s;
    transition: all 0.5s ease-in-out;
}
.int .anm.on {
    bottom: 0;
    opacity: 1;
}

/* == | colors | == */
.int .dark {
  background-color: #123A3A;
  color: #fff;
}
.int .green {
  background-color: #2A848B;
  color: #fff;
}
.int .white {
  background-color: #fff;
}
.int .light {
  background-color: #f3f3f3;
}
.int .f-dark {
  color: #123A3A;
}
.int .f-green {
  color: #2A848B;
}
.int .f-white {
  color: #fff;
}
.int .f-light {
  color: #f3f3f3;
}

/* == | colors | links | == */
.int .white a, .int .light a {
  color: #2A848B;
}
.int .green a {
  color: #fff;
}

/* == | flex | == */
.int .no-flex-child {
   align-self: flex-start;
}

/* == | logo | == */
.int .logo {
    background: #fff;
    border-radius: 5px 0 0 5px;
}
.int .logo .inner {
    position: relative;
    width: 100%;
    padding: 16% 0 0 0;
}
.int .logo::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 5.5%;
    width: 41%;
    padding: 7.5% 0 0 0;
    background-image: url(../image/logo-vitalife.svg);
    background-size: 100% 100%;
    background-position: 50% 50%;
    transform: translate(0, -50%);
    content: '';
    z-index: 2;
    transition: all 0.3s ease-in-out;
}
.int .logo::after {
    display: block;
    position: absolute;
    top: 50%;
    right: -3%;
    width: 53.1%;
    padding: 22.5% 0 0 0;
    background-image: url(../image/logo-kids.svg);
    background-size: 100% 100%;
    background-position: 50% 50%;
    transform: translate(0, -50%);
    content: '';
    z-index: 2;
    transition: all 0.3s ease-in-out;
}
.int .logo a {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

/* == | lines - top-menu - logo | == */
.int .line .top-menu .logo {
    position: absolute;
    top: 80px;
    left: 80px;
    width: 15%;
    max-width: 400px;
    z-index: 30;
    transition: all 0.3s ease-in-out;
}
.int .line .top-menu .logo.on {
    position: fixed;
}
@media screen and (max-width: 1600px) {
    .int .line .top-menu .logo {
        width: 20%;
        top: 50px;
        left: 50px;
    }
}
@media screen and (max-width: 1000px) {
    .int .line .top-menu .logo {
        top: 30px;
        left: 30px;
        width: 30%;
        min-width: 200px;
    }
}

/* == | lines - top-menu - language | == */
.int .line .top-menu .language {
    display: none;
}

/* == | lines - top-menu - info-bar | == */
.int .line .top-menu .info-bar {
    position: relative;
    float: right;
    clear: both;
    height: 32px;
    border-radius: 5px;
    font-size: 1em;
    line-height: 32px;
    z-index: 2;
    margin: 0;
}
.int .line .top-menu .info-bar strong {
    font-weight: 900;
}
.int .line .top-menu .info-bar.dark {
    color: #fff;
}
.int .line .top-menu .info-bar .open {
    position: relative;
    float: left;
    padding: 0 40px 0 15px;
}
.int .line .top-menu .info-bar a {
    position: relative;
    display: block;
    color: #fff;
    float: left;
    margin: 0 15px 0 0;
    z-index: 2;
}
@media screen and (max-width: 1000px) {
    .int .line .top-menu .info-bar {
        position: absolute;
        float: none;
        bottom: 30px;
        left: 30px;
        width: calc(100% - 100px);
        height: auto;
        padding: 20px;
        background-color: #123A3A;
    }
    .int .line .top-menu .info-bar::before {
        position: absolute;
        display: block;
        width: 80px;
        height: 7px;
        left: 60px;
        top: 0;
        background: #fff;
        border-radius: 4px;
        transform: translate(-50%, -50%);
        content: '';
    }
    .int .line .top-menu .info-bar::after {
        position: absolute;
        display: block;
        width: 30px;
        height: 30px;
        left: 60px;
        top: 0;
        background-image: url(../image/ico-marker.svg);
        background-size: 100% 300%;
        background-position: 0 0;
        transform: translate(-50%, -100%);
        content: '';
    }
    .int .line .top-menu .info-bar .open {
        position: relative;
        float: left;
        padding: 0 0 10px 0;
        clear: both;
        line-height: normal;
    }
    .int .line .top-menu .info-bar .open + .open {
        padding: 0 0 30px 0;
    }
    .int .line .top-menu .info-bar a {
        position: relative;
        float: left;
        clear: both;
        font-size: 1.7em;
        margin: 0;
    }
}
@media screen and (max-width: 700px) {
    .int .line .top-menu .info-bar {
        position: absolute;
        float: none;
        bottom: 30px;
        left: 30px;
        width: calc(100% - 100px);
        height: auto;
        padding: 20px;
        background-color: #123A3A;
    }
    .int .line .top-menu .info-bar::before {
        left: calc(100% - 60px);
    }
    .int .line .top-menu .info-bar::after {
        left: calc(100% - 60px);
    }
    .int .line .top-menu .info-bar .open {
        float: right;
        padding: 0 0 10px 0;
    }
    .int .line .top-menu .info-bar .open + .open {
        padding: 0 0 30px 0;
    }
    .int .line .top-menu .info-bar a {
        float: right;
        font-size: 1.7em;
    }
}

/* == | menu | == */
.menu {
    position: relative;
    float: right;
    clear: both;
    margin: 30px 70px 0 0;
    transition: all 0.3s ease-in-out;
}
.menu ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 0 0 0;
    list-style: none;
    transition: all 0.3s ease-in-out;
    clear: both;
    float: right;
}
.menu ul li {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.menu ul li a {
    position: relative;
    display: block;
    padding: 0 20px;
    color: #fff;
    font-size: 18px;
    line-height: 60px;
    white-space: nowrap;
    transition: all 0.2s ease-in-out;
}
.menu ul li::before {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: calc(100% - 20px);
    height: 30px;
    border-radius: 5px;
    background: #fff;
    transform: translate(-50%, -50%);
    content: '';
    transition: all 0.2s ease-in-out;
    opacity: 0;
}
.menu ul li:hover a {
    color: #123A3A;
}
.menu ul li:hover::before {
    opacity:1;
}
.menu ul li.parent::after {
    position: absolute;
    display: block;
    top: calc(50% + 18px);
    left:50%;
    width: 20px;
    height: 20px;
    background-image: url(../image/ico-nav.svg);
    background-size: 600% 300%;
    background-position: 100% 100%;
    transform: translate(-50%, -50%) rotate(90deg);
    content: '';
    transition: all 0.2s ease-in-out;
}
.menu ul li.parent:hover::after {
    top: calc(50% + 20px);
    opacity: 0;
}
.menu ul ul {
    position: absolute;
    display: flex;
    top: calc(100% - 15px);
    left: 50%;
    border-radius:5px;
    transform: translate(-50%, 0);
    background-color: #fff;
    z-index: 30;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    pointer-events:none;
    padding: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.menu ul li:hover ul {
    top: calc(100% - 8px);
    opacity: 1;
    visibility: visible;
    pointer-events:auto
}
.menu ul ul::before {
    position: absolute;
    display: block;
    bottom: 0;
    left: 50%;
    width: 100%;
    padding: 13.9% 0 0 0;
    transform: translate(-50%, 0%);
    background-image: url(../image/ico-triangle-dark-green.svg);
    background-size: 100% 100%;
    background-position: 0 0;
    transition: all 0.3s ease-in-out;
    content: '';
    z-index: 1;
}
.menu ul li:hover ul::before {
    bottom: -20px;
}
.menu ul ul::after {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius:5px;
    background: #fff;
    content: '';
    z-index: 1;
}
.menu ul ul li {
    position: relative;
    display: block;
    min-width: 100%;
    float: none;
    z-index: 3;
}
.menu ul ul li::before {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius:10px;
    overflow: hidden;
    transform: translate(-50%, -50%);
    background-color: #f3f3f3;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    content: '';
}
.menu ul ul li:hover::before {
    width: calc(100% + 40px);
    border-radius:3px;
    opacity: 1;
}
.menu ul ul li a {
    position: relative;
    width: calc(100% - 60px);
    padding: 0 30px;
    font-size: 16px;
    line-height: 40px;
    color: #343F33;
    text-transform: lowercase;
    z-index: 2;
}
.menu ul ul li:hover a {
    color: #343F33;
}
.menu ul ul li a::before {
    position: absolute;
    display: block;
    top: 50%;
    left:15px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #2A848B;
    transform: translate(-50%, -50%) scale(0.5);
    content: '';
    transition: all 0.2s ease-in-out;
    opacity: 0;
}
.menu ul ul li:hover a::before {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}
@media screen and (max-width: 1600px) {
    .menu {
        margin: 30px 50px 0 0;
    }
}
@media screen and (max-width: 1350px) {
    .menu ul li a {
        font-size: 18px;
        line-height: 80px;
    }
    .menu ul ul {
    }
    .menu ul ul li a {
        font-size: 16px;
    }
}
@media screen and (max-width: 1000px) {
    .menu {
        display: none;
    }
}
@media screen and (max-width: 700px) {

}

/* == | menu - mobile | == */
.int .menu-mobile {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 100%;
    background-color: #2A848B;
    z-index: 19;
    transition: all 0.4s ease-in-out;
    pointer-events:none;
}
.int .menu-mobile .arrow {
    position: absolute;
    display: block;
    width: 35px;
    height: 35px;
    top: 100px;
    left: 50%;
    background-image: url(../image/ico-nav.svg);
    background-size: 600% 300%;
    background-position: 60% 100%;
    transform: translate(-50%, -50%) rotate(-90deg);
    pointer-events:none;
    content: '';
    z-index: 4;
    transition: all 0.2s ease-in-out;
    opacity: 0;
}
.int .menu-mobile .arrow.on {
    opacity: 1;
}
.int .menu-mobile.on {
    left: 0;
    pointer-events:auto;
}
.int .menu-mobile .m-elm {
    visibility: visible;
}
.int .menu-mobile .m-elm.off {
    visibility: hidden;
    pointer-events:none;
    opacity: 0;
}
.int .menu-mobile .m-elm::before {
    opacity: 1!important;
    transition-delay: 0.2s;
}
.int .menu-mobile .m-elm.off::before {
    display: none!important;
}
.int .menu-mobile .outer {
    position: absolute;
    width: 100%;
    height: calc(100% - 100px);
    top: 100px;
    left: 0px;
    overflow-y: auto;
}
.int .menu-mobile .inner {
    position: relative;
    width: calc(100% - 60px);
    margin: 0 30px;
    padding: 0 0 10px 0;
    float: left;
}
.int .menu-mobile .inner .link {
    position: relative;
    display: block;
    width: calc(50% - 60px);
    padding: 0 60px 0 0;
    float: right;
    border-radius: 5px;
    background-color: #fff;
    line-height: 60px;
    margin: 0 0 20px 0;
    text-align: right;
    font-size: 1.5em;
    color: #123A3A;
    transition: all 0.2s ease-in-out;
}
.int .menu-mobile .inner .link.full {
    width: calc(100% - 60px);
    float: left;
}
.int .menu-mobile .inner .link::before, .int .menu-mobile .inner .link::after {
    position: absolute;
    display: block;
    transform: translate(-50%, -50%);
    content: '';
}
.int .menu-mobile .inner .link::before {
    width: 90%;
    height: 30%;
    top: 75%;
    left: 50%;
    border-radius: 100%;
    background-color: #000;
    filter: blur(10px);
    z-index: -1;
}
.int .menu-mobile .inner .link::after {
    width: 35px;
    height: 35px;
    top: 50%;
    left: calc(100% - 30px);
    background-image: url(../image/ico-nav.svg);
    background-size: 600% 300%;
    background-position: 100% 200%;
}
.int .menu-mobile .inner .link .ico {
    position: absolute;
    display: block;
    transform: translate(-50%, -50%);
    background-size: 100% 100%;
}
.int .menu-mobile .inner .link .ico.doc {
    height: calc(100% + 8px);
    aspect-ratio: 1/0.88;
    top: 50%;
    left: 50px;
    background-image: url(../image/ico-stethoscope.svg);
}
.int .menu-mobile .inner .link .ico.diag {
    width: 30%;
    aspect-ratio: 1/0.13;
    top: 50%;
    left: 10px;
    background-image: url(../image/ico-thermometer.svg);
    transform: translate(0%, -50%);
}
.int .menu-mobile .inner .registration {
    position: relative;
    display: block;
    width: calc(100% - 62px);
    padding: 20px 60px 20px 0;
    float: left;
    border-radius: 5px;
    border:1px solid #90B7BA;
    background-color: #2A848B;
    margin: 0 0 20px 0;
    text-align: right;
    font-size: 1.5em;
    line-height: 30px;
    color: #fff;
}
.int .menu-mobile .inner .registration::before, .int .menu-mobile .inner .registration::after {
    position: absolute;
    display: block;
    transform: translate(-50%, -50%);
    content: '';
}
.int .menu-mobile .inner .registration::before {
    width: 90%;
    height: 30%;
    top: 75%;
    left: 50%;
    border-radius: 100%;
    background-color: #000;
    filter: blur(10px);
    z-index: -1;
    transition: all 0.2s ease-in-out;
}
.int .menu-mobile .inner .registration::after {
    width: 35px;
    height: 35px;
    top: 50%;
    left: calc(100% - 30px);
    background-image: url(../image/ico-nav.svg);
    background-size: 600% 300%;
    background-position: 100% 0%;
}
.int .menu-mobile .inner .registration .ico {
    position: absolute;
    display: block;
    width: 40%;
    top: 10%;
    left: 20px;
    aspect-ratio: 1/1.21;
    background-image: url(../image/ico-registration.svg);
    background-size: 100% 100%;
    transform: translate(0, -50%);
}
.int .menu-mobile .inner .contact {
    position: relative;
    display: block;
    width: 100%;
    float: left;
    border-radius: 5px;
    background-color: #1A5156;
    margin: 0 0 20px 0;
    text-align: right;
    font-size: 1.1em;
    color: #fff;
}
.int .menu-mobile .inner .contact::before {
    position: absolute;
    display: block;
    width: 90%;
    height: 30%;
    top: 75%;
    left: 50%;
    border-radius: 100%;
    background-color: #000;
    filter: blur(10px);
    z-index: -1;
    transform: translate(-50%, -50%);
    content: '';
    transition: all 0.2s ease-in-out;
}
.int .menu-mobile .inner .contact .title {
    position: relative;
    display: block;
    width: calc(100% - 60px);
    float: left;
    padding: 0 60px 0 0;
    margin: 20px 0;
    font-size: 1.5em;
}
.int .menu-mobile .inner .contact .title::after {
    position: absolute;
    display: block;
    width: 35px;
    height: 35px;
    top: 50%;
    left: calc(100% - 30px);
    background-image: url(../image/ico-nav.svg);
    background-size: 600% 300%;
    background-position: 100% 0%;
    transform: translate(-50%, -50%);
    content: '';
}
.int .menu-mobile .inner .contact .time {
    position: relative;
    display: block;
    width: calc(100% - 40px);
    float: left;
    padding: 0 20px;
    margin: 0 0 10px 0;
    font-size: 1.1em;
    line-height: 30px;
}
.int .menu-mobile .inner .contact .time strong {
    font-weight: 700;
}
.int .menu-mobile .inner .contact .address {
    position: relative;
    display: block;
    width: calc(100% - 40px);
    float: left;
    padding: 0 20px;
    margin: 0 0 20px 0;
    font-size: 1.1em;
    line-height: 30px;
}
.int .menu-mobile .inner .mail {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    float: left;
    border-radius: 5px;
    background-color: #fff;
    margin: 0 20px 20px 0;
}
.int .menu-mobile .inner .mail::before {
    position: absolute;
    display: block;
    width: 90%;
    height: 30%;
    top: 75%;
    left: 50%;
    border-radius: 100%;
    background-color: #000;
    filter: blur(10px);
    z-index: -1;
    transform: translate(-50%, -50%);
    content: '';
    transition: all 0.2s ease-in-out;
}
.int .menu-mobile .inner .mail::after {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    background-image: url(../image/ico-contact.svg);
    background-size: 400% 300%;
    background-position: 0 50%;
    transform: translate(-50%, -50%);
    content: '';
}
.int .menu-mobile .inner .phone {
    position: relative;
    display: block;
    width: calc(100% - 142px);
    padding: 0 60px 0 0;
    float: left;
    border-radius: 5px;
    border:1px solid #90B7BA;
    background-color: #2A848B;
    text-align: right;
    font-size: 1.5em;
    line-height: 60px;
    color: #fff;
}
.int .menu-mobile .inner .phone::before {
    position: absolute;
    display: block;
    width: 90%;
    height: 30%;
    top: 75%;
    left: 50%;
    border-radius: 100%;
    background-color: #000;
    filter: blur(10px);
    z-index: -1;
    transform: translate(-50%, -50%);
    content: '';
    transition: all 0.2s ease-in-out;
}
.int .menu-mobile .inner .phone::after {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    top: 50%;
    left: calc(100% - 30px);
    background-image: url(../image/ico-contact.svg);
    background-size: 400% 300%;
    background-position: 33.33% 0%;
    transform: translate(-50%, -50%);
    content: '';
}
@media screen and (max-width: 1000px) {
    .int .menu-mobile {
        display: block;
        width: 450px;
        height: auto;
        top: 10px;
        border-radius: 5px;
    }
    .int .menu-mobile.on {
        left: calc(100% - 460px);
    }
    .int .menu-mobile .outer {
        position: relative;
        width: 100%;
        height: auto;
        top: 70px;
        left: 0px;
        overflow-y: auto;
        background-color: #2A848B;
        border-radius: 5px;
    }
}
@media screen and (max-width: 700px) {
    .int .menu-mobile {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 100%;
        border-radius: 0px;
    }
    .int .menu-mobile .outer {
        position: absolute;
        width: 100%;
        height: calc(100% - 100px);
        top: 100px;
        left: 0px;
        overflow-y: auto;
        border-radius: 0px;
    }
    .int .menu-mobile.on {
        left: 0;
    }
}


/* == | menu-button | == */
.int .menu-button {
    position: fixed;
    display: none;
    top: 30px;
    right:30px;
    width: 50px;
    height: 50px;
    z-index: 30;
    cursor: pointer;
}
.int .menu-button.off {
    display: none;
}
.int .menu-button::before, .int .menu-button::after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../image/ico-nav.svg);
    background-size: 600% 300%;
    background-position: 0% 0%;
    transition: all 0.3s ease-in-out;
    opacity: 1;
    content: '';
}
.int .menu-button::after {
    background-position: 20% 0%;
}
.int .menu-button.on::before, .int .menu-button::after {
    transform: translate(-50%, -50%) scale(0.5) rotate(25deg);
    opacity: 0;
}
.int .menu-button::before, .int .menu-button.on::after {
    transform: translate(-50%, -50%) scale(1) rotate(0deg);
    opacity: 1;
}
@media screen and (max-width: 1000px) {
    .int .menu-button {
        display: block;
    }
    .int .menu-button {

        width: 35px;
        height: 35px;
    }
}
@media screen and (max-width: 700px) {
    .int .menu-button {

        width: 35px;
        height: 35px;
    }
}
@media screen and (max-width: 500px) {
    .int .menu-button {
        width: 35px;
        height: 35px;
    }
}

/* == | quote-button | == */
.int .top .quote-button {
    position: relative;
    float: right;
    line-height: 35px;
    padding: 0 20px;
    margin: 33px 0 0 0;
    color: #fff;
    border-radius: 3px;
    background-color: #343F33;
    background-image: url(../image/noise.png);
    background-repeat: repeat;
    background-position: 50% 50%;
    transition: all 0.3s ease-in-out;
}
.int .top .quote-button .no {
    position: absolute;
    display: block;
    line-height: 25px;
    width: 25px;
    top: 0;
    left: 0;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    background-color: #2A848B;
    font-size: 14px;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.2s ease-in-out;
}
.int .top .quote-button .no.on {
    opacity: 1;
}
@media screen and (max-width: 1000px) {
    .int .top .quote-button {
        position: fixed;
        float: none;
        line-height: 35px;
        padding: 0 20px;
        margin:0;
        top: 20px;
        left: calc(50% + 40px);
        z-index: 30;
        opacity: 0;
        background-color: #fff;
        color: #343F33;
        pointer-events:none;
    }
    .int .top .quote-button.on {
        opacity: 1;
        pointer-events:auto;
    }
}
@media screen and (max-width: 700px) {
    .int .top .quote-button {
        top: auto;
        bottom: 125px;
        left: auto;
        right: 100px;
    }
}

/* == | ico | == */
.int .ico {
    border-radius: 3px;
}
/* == | ico - nav | == */
.int .ico.nav::before {
    background-image: url(../image/ico/ico-nav.svg);
    background-size: 600% 200%;
    filter: invert(100%) brightness(200%);
}
.int .ico.nav.zoom::before {
    background-position: 0% 0%;
}
.int .ico.nav.zoom-small::before {
    background-position: 0% 100%;
}
.int .ico.nav.arrow-right::before {
    background-position: 20% 0%;
}
.int .ico.nav.arrow-right-small::before {
    background-position: 20% 100%;
}
.int .ico.nav.arrow-left::before {
    background-position: 20% 0%;
    transform: translate(-50%, -50%) rotate(180deg);
}
.int .ico.nav.arrow-left-small::before {
    background-position: 20% 100%;
    transform: translate(-50%, -50%) rotate(180deg);
}
.int .ico.nav.dash::before {
    background-position: 40% 0%;
}
.int .ico.nav.dash-small::before {
    background-position: 40% 100%;
}
.int .ico.nav.plus::before {
    background-position: 60% 0%;
}
.int .ico.nav.plus-small::before {
    background-position: 60% 100%;
}
.int .ico.nav.close::before {
    background-position: 60% 0%;
    transform: translate(-50%, -50%) rotate(45deg);
}
.int .ico.nav.close-small::before {
    background-position: 60% 100%;
    transform: translate(-50%, -50%) rotate(45deg);
}
.int .ico.nav.swipe-right::before {
    background-position: 80% 0%;
}
.int .ico.nav.swipe-right-small::before {
    background-position: 80% 100%;
}
.int .ico.nav.swipe-left::before {
    background-position: 80% 0%;
    transform: translate(-50%, -50%) rotate(180deg);
}
.int .ico.nav.swipe-left-small::before {
    background-position: 80% 100%;
    transform: translate(-50%, -50%) rotate(180deg);
}
.int .ico.nav.refresh::before {
    background-position: 100% 0%;
}
.int .ico.nav.refresh-small::before {
    background-position: 100% 100%;
}

/* == | ico - button | == */
.int .ico.links::before {
    background-size: 500% 200%;
    background-image: url(../image/ico/ico-button.svg);
}
.int .ico.links.list::before {
    background-position: 0% 0%;
}
.int .ico.links.list.fat::before {
    background-position: 0% 100%;
}
.int .ico.links.file::before {
    background-position: 25% 0%;
}
.int .ico.links.file.fat::before {
    background-position: 25% 100%;
}
.int .ico.links.movie::before {
    background-position: 50% 0%;
}
.int .ico.links.movie.fat::before {
    background-position: 50% 100%;
}
.int .ico.links.infos::before {
    background-position: 75% 0%;
}
.int .ico.links.infos.fat::before {
    background-position: 75% 100%;
}
.int .ico.links.catalog::before {
    background-position: 0% 0%;
}
.int .ico.links.catalog.fat::before {
    background-position: 0% 100%;
}

/* == | ico - installation | == */
.int .ico.installation::before {
    background-size: 100% 100%;
}
.int .ico.installation.concrete::before {
    background-image: url(../image/ico/installation/ico-installation-concrete.svg);
}
.int .ico.installation.screw::before {
    background-image: url(../image/ico/installation/ico-installation-screw.svg);
}
.int .ico.installation.socket-metal::before {
    background-image: url(../image/ico/installation/ico-installation-socket-metal.svg);
}
.int .ico.installation.socket-plastic::before {
    background-image: url(../image/ico/installation/ico-installation-socket-plastic.svg);
}

/* == | ico - feature | == */
.int .ico.feature::before {
    background-size: 100% 100%;
}
.int .ico.feature.certificate::before {
    background-image: url(../image/ico/features/ico-feature-certificate.svg);
}
.int .ico.feature.collision::before {
    background-image: url(../image/ico/features/ico-feature-collision.svg);
}
.int .ico.feature.eco::before {
    background-image: url(../image/ico/features/ico-feature-eco.svg);
}
.int .ico.feature.foundation::before {
    background-image: url(../image/ico/features/ico-feature-foundation.svg);
}
.int .ico.feature.installation::before {
    background-image: url(../image/ico/features/ico-feature-installation.svg);
}
.int .ico.feature.longevity::before {
    background-image: url(../image/ico/features/ico-feature-longevity.svg);
}
.int .ico.feature.protection::before {
    background-image: url(../image/ico/features/ico-feature-protection.svg);
}
.int .ico.feature.size::before {
    background-image: url(../image/ico/features/ico-feature-size.svg);
}
.int .ico.feature.speed::before {
    background-image: url(../image/ico/features/ico-feature-speed.svg);
}
.int .ico.feature.weather::before {
    background-image: url(../image/ico/features/ico-feature-weather.svg);
}
.int .ico.feature.weight::before {
    background-image: url(../image/ico/features/ico-feature-weight.svg);
}

/* == | ico - category | == */
.int .ico.cat::before {
    width: 70%;
    background-size: 100% 100%;
}
.int .ico.cat.quickflex::before {
    background-image: url(../image/ico/products/ico-cat-bollard-quickflex.svg);
}
.int .ico.cat.ret::before {
    background-image: url(../image/ico/products/ico-cat-bollard-ret.svg);
}
.int .ico.cat.x-last::before {
    background-image: url(../image/ico/products/ico-cat-bollard-x-last.svg);
}
.int .ico.cat.antiterrorist::before {
    background-image: url(../image/ico/products/ico-cat-bollard-x.svg);
}
.int .ico.cat.curb::before {
    background-image: url(../image/ico/products/ico-cat-curb.svg);
}
.int .ico.cat.flanged-pipe::before {
    background-image: url(../image/ico/products/ico-cat-flanged-pipe.svg);
}
.int .ico.cat.flow-meter::before {
    background-image: url(../image/ico/products/ico-cat-flow-meter.svg);
}
.int .ico.cat.pipe-clamp::before {
    background-image: url(../image/ico/products/ico-cat-pipe-clamp.svg);
}
.int .ico.cat.post::before {
    background-image: url(../image/ico/products/ico-cat-post.svg);
}
.int .ico.cat.pylon::before {
    background-image: url(../image/ico/products/ico-cat-pylon.svg);
}
.int .ico.cat.separator::before {
    background-image: url(../image/ico/products/ico-cat-separator.svg);
}
.int .ico.cat.socket-metal::before {
    background-image: url(../image/ico/products/ico-cat-socket-metal.svg);
}
.int .ico.cat.socket-plastic::before {
    background-image: url(../image/ico/products/ico-cat-socket-plastic.svg);
}
.int .ico.cat.well::before {
    background-image: url(../image/ico/products/ico-cat-well.svg);
}

/* == | lines | == */
.int .line {
    border-radius: 1px;
}

/* == | lines - bar | == */
.int .line .bar.bf::before, .int .line .bar.af::after {
    position: absolute;
    display: block;
    width: 22px;
    height: 22px;
    background-image: url(../image/bar-mrk.svg);
    background-size: 100% 100%;
    background-position: 0 0;
    content: '';
}
.int .line .bar.white.bf::before, .int .line .bar.white.af::after {
    filter: invert(100) brightness(200%);
}
.int .line .bar::before {
    top: -1px;
}
.int .line .bar::after {
    bottom: -1px;
    right: 0;
    transform: rotate(90deg);
}
@media screen and (max-width: 1000px) {
    .int .line .bar.bf::before, .int .line .bar.af::after {
        width: 15px;
        height: 15px;
    }
}

/* == | lines - home-screen | == */
.int .line.home-screen {
    min-height: 80%;
}
.int .line.home-screen .char {
    position: absolute;
    top: 50%;
    left: 75%;
    width: 35%;
    transform: translate(-50%, -50%);
}
.int .line.home-screen .char.big {
    position: relative;
    top: auto;
    left: auto;
    width: 50%;
    transform: none;
    margin: 0 25% 50px 25%;
}
.int .line.home-screen .content .box .heading.wide {
    position: relative;
    width: 100%;
}
.int .line.home-screen .wide .txt {
    width: 10%;
    text-align: center;
    position: relative;
    float: left;
    margin: 0 0 0 5%;
}
.int .line.home-screen .content .box .wide .liner {
    position: absolute;
    display: block;
    height: 6px;
    border-radius: 3px;
    top: 50%;
    transform: translate(0, -50%);
}
.int .line.home-screen .content .box .wide .liner:nth-of-type(1) {
    left: 0%;
    width: 5%;
}
.int .line.home-screen .content .box .wide .liner:nth-of-type(3) {
    left: 15%;
    width: 40%;
}
.int .line.home-screen .content .box .wide .liner:nth-of-type(5) {
    right: 0%;
    width: 5%;
}
@media screen and (max-width: 1000px) {
    .int .line.home-screen {
        min-height: 80%;
    }
    .int .line.home-screen .char.big {
        width: 35%;
        margin: 0 32.5% 50px 32.5%;
    }
    .int .line.home-screen .wide .txt {
        width: 10%;
        text-align: center;
        position: relative;
        float: left;
        margin: 0 0 0 15%;
    }
    .int .line.home-screen .content .box .wide .liner:nth-of-type(1) {
        left: 0%;
        width: 12%;
    }
    .int .line.home-screen .content .box .wide .liner:nth-of-type(3) {
        left: 29%;
        width: 62%;
    }
    .int .line.home-screen .content .box .wide .liner:nth-of-type(5) {
        display: none;
    }
}
@media screen and (max-width: 700px) {
    .int .line.home-screen .char.big {
        width: 50%;
        margin: 0 25% 50px 25%;
    }
}

/* == | lines - content - box - offer | == */
.int .content .box.offer {
}
.int .content .box.offer .icon {
    position: relative;
    width: 60%!important;
    height: auto!important;
    aspect-ratio: 1/1;
    margin: 0 20% 50px 20%;
}
.int .content .box.offer .icon::before {
    position: absolute;
    display: block;
    width: 80%;
    aspect-ratio: 1/1;
    top: 50%;
    left: 50%;
    border-radius: 100%;
    transform: translate(-50%, -50%);
    background-color: #f3f3f3;
    content: '';
}
.int .content .box.offer .icon img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    float: left;
    z-index: 2;
}

/* == | lines - content - box - info | == */
.int .content .box.info {
    margin: 15px;
    border-radius: 10px;
    background-color: #DAAF67;
}
.int .content .box.info.one-one {
    width: calc(100% - 30px);
    margin: 15px auto;
}
.int .content .box.one-one.backg {
    width: calc(100% - 80px);
}
.int .content .box.info.one-two {
    width: calc(50% - 30px);
}
.int .content .box.info.one-two.backg {
    width: calc(50% - 80px);
}
.int .content .box.info.one-three {
    width: calc(33.33% - 30px);
}
.int .content .box.info.one-three.backg {
    width: calc(33.33% - 80px);
}
.int .content .box.info.two-three {
    width: calc(66.66% - 30px);
}
.int .content .box.info.one-four {
    width: calc(25% - 30px);
}
.int .content .box.info.one-four.backg {
    width: calc(25% - 80px);
}
.int .content .box.info.one-five {
    width: calc(20% - 30px);
}
.int .content .box.info.one-five.backg {
    width: calc(20% - 80px);
}
.int .content .box.info.two-five {
    width: calc(40% - 30px);
}
.int .content .box.info.two-five.backg {
    width: calc(40% - 80px);
}
.int .content .box.info.three-five {
    width: calc(60% - 30px);
}
.int .content .box.info.three-five.backg {
    width: calc(60% - 80px);
}
.int .content .box.info .ico {
    position: relative;
    width: 80px;
    height: 80px;
    float: left;
    clear: both;
    margin: 0 0 20px 0;
}
.int .content .box.info .check {
    position: absolute;
    width: 45px;
    height: 45px;
    top: 30px;
    right: 30px;
    background-image: url(../image/ico/ico-check-mark.svg);
    background-size: 100% 100%;
    background-position: 0 0;
}
.int .content .box.info .nav {
    position: absolute;
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 20px;
    margin: 0;
}
.int .content .box.info a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
}
@media screen and (max-width: 1600px) {

}
@media screen and (max-width: 1400px) {
    
}
@media screen and (max-width: 1000px) {
    .int .content .box.info {
        margin: 10px;
    }
    .int .content .box.info.one-one {
        width: calc(100% - 20px);
        margin: 10px auto;
    }
    .int .content .box.one-one.backg {
        width: calc(100% - 80px);
    }
    .int .content .box.info.one-two {
        width: calc(50% - 20px);
    }
    .int .content .box.info.one-two.backg {
        width: calc(50% - 80px);
    }
    .int .content .box.info.one-three {
        width: calc(50% - 20px);
    }
    .int .content .box.info.one-three.backg {
        width: calc(50% - 80px);
    }
    .int .content .box.info.two-three {
        width: calc(66.66% - 20px);
    }
    .int .content .box.info.one-four {
        width: calc(25% - 20px);
    }
    .int .content .box.info.one-four.backg {
        width: calc(25% - 80px);
    }
    .int .content .box.info.one-five {
        width: calc(20% - 20px);
    }
    .int .content .box.info.one-five.backg {
        width: calc(20% - 80px);
    }
    .int .content .box.info.two-five {
        width: calc(40% - 20px);
    }
    .int .content .box.info.two-five.backg {
        width: calc(40% - 80px);
    }
    .int .content .box.info.three-five {
        width: calc(60% - 20px);
    }
    .int .content .box.info.three-five.backg {
        width: calc(60% - 80px);
    }
}
@media screen and (max-width: 700px) {
    .int .line .content .box.info {
        margin: 10px;
    }
    .int .content .box.info.one-one {
        width: calc(100% - 20px);
        margin: 10px auto;
    }
    .int .content .box.info.one-one.backg {
        width: calc(100% - 60px);
    }
    .int .content .box.info.one-two {
        width: calc(100% - 20px);
    }
    .int .content .box.info.one-two.backg {
        width: calc(100% - 60px);
    }
    .int .content .box.info.one-three {
        width: calc(100% - 20px);
    }
    .int .content .box.info.two-three {
        width: calc(100% - 20px);
    }
    .int .content .box.info.one-three.backg {
        width: calc(100% - 60px);
    }
    .int .content .box.info.one-four {
        width: calc(25% - 20px);
    }
    .int .content .box.info.one-four.backg {
        width: calc(25% - 60px);
    }
    .int .content .box.info.one-five {
        width: calc(20% - 20px);
    }
    .int .content .box.info.one-five.backg {
        width: calc(20% - 60px);
    }
    .int .content .box.info.two-five {
        width: calc(40% - 20px);
    }
    .int .content .box.info.two-five.backg {
        width: calc(40% - 60px);
    }
    .int .content .box.info.three-five {
        width: calc(60% - 20px);
    }
    .int .content .box.info.three-five.backg {
        width: calc(60% - 60px);
    }
}
@media screen and (max-width: 700px) {
    
}

/* == | lines - content - box - heading | == */
.int .line .content .box h1.underline,
.int .line .content .box h2.underline,
.int .line .content .box h3.underline,
.int .line .content .box h4.underline,
.int .line .content .box h5.underline,
.int .line .content .box .heading.underline {
    padding: 0 0 40px 0; 
}
.int .line .content .box h1.underline::before,
.int .line .content .box h2.underline::before,
.int .line .content .box h3.underline::before,
.int .line .content .box h4.underline::before,
.int .line .content .box h5.underline::before,
.int .line .content .box .heading.underline::before {
    position: absolute;
    display: block;
    width: 30px; 
    height: 6px;
    border-radius: 3px;
    bottom: 15px;
    transform: translate(-50%, -50%) rotate(-45deg);
    background: #2A848B;
    content: '';
}
.int .line .content .box.center h1.underline::before,
.int .line .content .box.center h2.underline::before,
.int .line .content .box.center h3.underline::before,
.int .line .content .box.center h4.underline::before,
.int .line .content .box.center h5.underline::before,
.int .line .content .box.center .heading.underline::before {
    bottom: 7px;
}
.int .line.dark .content .box h1.underline::before,
.int .line.dark .content .box h2.underline::before,
.int .line.dark .content .box h3.underline::before,
.int .line.dark .content .box h4.underline::before,
.int .line.dark .content .box h5.underline::before,
.int .line.dark .content .box .heading.underline::before {
    background: #2A848B;
}
.int .line .content .box.center h1.underline::before,
.int .line .content .box.center h2.underline::before,
.int .line .content .box.center h3.underline::before,
.int .line .content .box.center h4.underline::before,
.int .line .content .box.center h5.underline::before,
.int .line .content .box.center .heading.underline::before {
    left: calc(50% - 10px);
}
.int .line .content .box.right h1.underline::before,
.int .line .content .box.right h2.underline::before,
.int .line .content .box.right h3.underline::before,
.int .line .content .box.right h4.underline::before,
.int .line .content .box.right h5.underline::before,
.int .line .content .box.right .heading.underline::before {
    left: calc(100% - 10px);
    transform: translate(-50%, -50%) rotate(45deg);
}
.int .line .content .box.left h1.underline::before,
.int .line .content .box.left h2.underline::before,
.int .line .content .box.left h3.underline::before,
.int .line .content .box.left h4.underline::before,
.int .line .content .box.left h5.underline::before,
.int .line .content .box.left .heading.underline::before {
    left: 12px;
}
.int .line .content .box h1.underline::after,
.int .line .content .box h2.underline::after,
.int .line .content .box h3.underline::after,
.int .line .content .box h4.underline::after,
.int .line .content .box h5.underline::after,
.int .line .content .box .heading.underline::after {
    position: absolute;
    display: block;
    width: 30px; 
    height: 6px;
    border-radius: 3px;
    bottom: 15px;
    transform: translate(-50%, -50%) rotate(-45deg);
    background: #2A848B;
    content: '';
}
.int .line .content .box.center h1.underline::after,
.int .line .content .box.center h2.underline::after,
.int .line .content .box.center h3.underline::after,
.int .line .content .box.center h4.underline::after,
.int .line .content .box.center h5.underline::after,
.int .line .content .box.center .heading.underline::after {
    left: calc(50% + 10px);
    bottom: 7px;
}
.int .line .content .box.right h1.underline::after,
.int .line .content .box.right h2.underline::after,
.int .line .content .box.right h3.underline::after,
.int .line .content .box.right h4.underline::after,
.int .line .content .box.right h5.underline::after,
.int .line .content .box.right .heading.underline::after {
    left: calc(100% - 32px);
    transform: translate(-50%, -50%) rotate(45deg);
}
.int .line .content .box.left h1.underline::after,
.int .line .content .box.left h2.underline::after,
.int .line .content .box.left h3.underline::after,
.int .line .content .box.left h4.underline::after,
.int .line .content .box.left h5.underline::after,
.int .line .content .box.left .heading.underline::after {
    left:32px;
}
.int .line .content .box h1.backg,
.int .line .content .box h2.backg,
.int .line .content .box h3.backg,
.int .line .content .box h4.backg,
.int .line .content .box h5.backg,
.int .line .content .box .heading.backg {
    border-radius: 5px;
    padding: 0 10px;
}
.int .line .content .box h1.icon-container,
.int .line .content .box h2.icon-container,
.int .line .content .box h3.icon-container,
.int .line .content .box h4.icon-container,
.int .line .content .box h5.icon-container,
.int .line .content .box .heading.icon-container{
    line-height: 60px;
}
@media screen and (max-width: 1600px) {
    
}
@media screen and (max-width: 1350px) {
    .int .line .content .box h1.underline,
    .int .line .content .box h2.underline,
    .int .line .content .box h3.underline,
    .int .line .content .box h4.underline,
    .int .line .content .box h5.underline,
    .int .line .content .box .heading.underline {
        padding: 0 0 30px 0; 
    }
    .int .line .content .box h1.underline::before,
    .int .line .content .box h2.underline::before,
    .int .line .content .box h3.underline::before,
    .int .line .content .box h4.underline::before,
    .int .line .content .box h5.underline::before,
    .int .line .content .box .heading.underline::before,
    .int .line .content .box h1.underline::after,
    .int .line .content .box h2.underline::after,
    .int .line .content .box h3.underline::after,
    .int .line .content .box h4.underline::after,
    .int .line .content .box h5.underline::after,
    .int .line .content .box .heading.underline::after {
        bottom: 5px;
    }
}
@media screen and (max-width: 700px) {

  .int .line .content .box h1.underline,
    .int .line .content .box h1.underline,
    .int .line .content .box h2.underline,
    .int .line .content .box h3.underline,
    .int .line .content .box h4.underline,
    .int .line .content .box h5.underline,
    .int .line .content .box .heading.underline {
        padding: 0 0 20px 0; 
    }
  .int .line .content .box h1.underline::before,
  .int .line .content .box h2.underline::before,
  .int .line .content .box h3.underline::before,
  .int .line .content .box h4.underline::before,
  .int .line .content .box h5.underline::before,
  .int .line .content .box .heading.underline::before,
  .int .line .content .box h1.underline::after,
  .int .line .content .box h2.underline::after,
  .int .line .content .box h3.underline::after,
  .int .line .content .box h4.underline::after,
  .int .line .content .box h5.underline::after,
  .int .line .content .box .heading.underline::after {
      width: 20px;
      bottom: 0;
      transform: translate(-50%, -50%) rotate(-45deg)!important;
  }
  .int .line .content .box.right h1.underline::before,
  .int .line .content .box.right h2.underline::before,
  .int .line .content .box.right h3.underline::before,
  .int .line .content .box.right h4.underline::before,
  .int .line .content .box.right h5.underline::before,
  .int .line .content .box.right .heading.underline::before {
      left: 10px;
  }
  .int .line .content .box.right h1.underline::after,
  .int .line .content .box.right h2.underline::after,
  .int .line .content .box.right h3.underline::after,
  .int .line .content .box.right h4.underline::after,
  .int .line .content .box.right h5.underline::after,
  .int .line .content .box.right .heading.underline::after {
      left: 30px;
  }
  .int .line .content .box.center h1.underline::before,
  .int .line .content .box.center h2.underline::before,
  .int .line .content .box.center h3.underline::before,
  .int .line .content .box.center h4.underline::before,
  .int .line .content .box.center h5.underline::before,
  .int .line .content .box.center .heading.underline::before {
      bottom: -3px;
  }
  .int .line .content .box.center h1.underline::after,
  .int .line .content .box.center h2.underline::after,
  .int .line .content .box.center h3.underline::after,
  .int .line .content .box.center h4.underline::after,
  .int .line .content .box.center h5.underline::after,
  .int .line .content .box.center .heading.underline::after {
      bottom: -3px;
  }
}
@media screen and (max-width: 500px) {
  .int .right h1,
  .int .right h2,
  .int .right h3,
  .int .right h4,
  .int .right h5,
  .int .right .heading {
      text-align: left!important;
  }
}

/* == | lines - content - box - heading - ico | == */
.int .line .content .box h1 .ico,
.int .line .content .box h2 .ico,
.int .line .content .box h3 .ico,
.int .line .content .box h4 .ico,
.int .line .content .box h5 .ico,
.int .line .content .box .heading .ico {
    position: relative;
    width: 40px;
    height: 40px;
    float: left;
    margin: 0 20px 0 0;
}
.int .line .content .box h1 .ico::before,
.int .line .content .box h2 .ico::before,
.int .line .content .box h3 .ico::before,
.int .line .content .box h4 .ico::before,
.int .line .content .box h5 .ico::before,
.int .line .content .box .heading .ico::before {
    width: 70%;
}

/* == | lines - content - box - txt - block | == */
.int .line .content .box.txt .block.white, .int .line .content .box.txt .block.light, .int .line .content .box.txt .block.red, .int .line .content .box.txt .block.dark  {
    width: calc(100% - 40px);
    padding: 20px;
    border-radius: 3px;
}
.int .line .content .box.txt .block.white p, .int .line .content .box.txt .block.light p, .int .line .content .box.txt .block.red p, .int .line .content .box.txt .block.dark p  {
    margin: 0;
}
.int .line .content .box.txt .block.white::before, .int .line .content .box.txt .block.light::before, .int .line .content .box.txt .block.red::before, .int .line .content .box.txt .block.dark::before  {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    transform: translate(-50%, -50%) rotate(45deg);
    border-radius: 3px;
    content: '';
    z-index: -1;
}
.int .line .content .box.txt.left .block::before {
    top: 50%;
    left: 5px;
}
.int .line .content .box.txt.right .block::before {
    top: 50%;
    left: calc(100% - 5px);
}
.int .line .content .box.txt.center .block::before {
    top: 5px;
    left: 50%;
}
.int .line .content .box.txt .block.white::before  {
    background-color: #fff;
}
.int .line .content .box.txt .block.light::before  {
    background-color: #f3f3f3;
}
.int .line .content .box.txt .block.red::before  {
    background-color: #2A848B;
}
.int .line .content .box.txt .block.dark::before  {
    background-color: #123A3A;
}
.int .line .content .box.txt.center .block ul.horizontal {
    text-align: center;
}

.int .line .content .box.txt .block ul.horizontal li {
    display: inline-block;
    width: auto;
    float: left;
    margin: 0 5px;
}
.int .line .content .box.txt.center .block ul.horizontal li {
    float: none;
}
.int .line .content .box.txt .block.selectable  {
    width: calc(100% - 40px);
    padding: 20px;
    border-radius: 3px;
    cursor: pointer;
}
.int .line .content .box.txt .block.selectable.on  {
    background-color: #2A848B;
    background-image: url(../image/noise.png);
    background-repeat: repeat;
    background-position: 50% 50%;
    color: #fff;
}
.int .line .content .box.txt .block.selectable.on p  {
    margin: 0;
}
.int .line .content .box.txt .block.selectable.on::before  {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    border-radius: 3px;
    content: '';
    z-index: -1;
    background-color: #2A848B;
    background-image: url(../image/noise.png);
    background-repeat: repeat;
    background-position: 50% 50%;
}
.int .line .content .box.txt.left .block.selectable.on::before  {
    left: calc(100% - 5px);
}
.int .line .content .box.txt.right .block.selectable.on::before  {
    left: 5px;
}
@media screen and (max-width: 1400px) {
    .int .line .content .box.txt .block.white, .int .line .content .box.txt .block.light, .int .line .content .box.txt .block.red, .int .line .content .box.txt .block.dark  {
        width: calc(100% - 30px);
        padding: 15px;
    }
    .int .line .content .box.txt .block.white::before, .int .line .content .box.txt .block.light::before, .int .line .content .box.txt .block.red::before, .int .line .content .box.txt .block.dark::before  {
        position: absolute;
        display: block;
        width: 30px;
        height: 30px;
        transform: translate(-50%, -50%) rotate(45deg);
        border-radius: 3px;
        content: '';
        z-index: -1;
    }
    .int .line .content .box.txt.left .block::before {
        top: 50%;
        left: 5px;
    }
    .int .line .content .box.txt.right .block::before {
        top: 50%;
        left: calc(100% - 5px);
    }
    .int .line .content .box.txt.center .block::before {
        top: 5px;
        left: 50%;
    }
}
@media screen and (max-width: 1400px) {
    .int .line .content .box.txt .block.white, .int .line .content .box.txt .block.light, .int .line .content .box.txt .block.red, .int .line .content .box.txt .block.dark  {
        width: calc(100% - 30px);
        padding: 15px;
    }
    .int .line .content .box.txt .block.white::before, .int .line .content .box.txt .block.light::before, .int .line .content .box.txt .block.red::before, .int .line .content .box.txt .block.dark::before  {
        position: absolute;
        display: block;
        width: 30px;
        height: 30px;
        transform: translate(-50%, -50%) rotate(45deg);
        border-radius: 3px;
        content: '';
        z-index: -1;
    }
    .int .line .content .box.txt.left .block::before {
        top: 50%;
        left: 5px;
    }
    .int .line .content .box.txt.right .block::before {
        top: 50%;
        left: calc(100% - 5px);
    }
    .int .line .content .box.txt.center .block::before {
        top: 5px;
        left: 50%;
    }
}
@media screen and (max-width: 1000px) {
    .int .line .content .box.txt .block.white, .int .line .content .box.txt .block.light, .int .line .content .box.txt .block.red, .int .line .content .box.txt .block.dark  {
        width: calc(100% - 20px);
        padding: 10px;
    }
    .int .line .content .box.txt .block.white::before, .int .line .content .box.txt .block.light::before, .int .line .content .box.txt .block.red::before, .int .line .content .box.txt .block.dark::before  {
        width: 20px;
        height: 20px;
    }
    .int .line .content .box.txt.left .block::before {
        left: 5px;
    }
    .int .line .content .box.txt.right .block::before {
        left: calc(100% - 5px);
    }
    .int .line .content .box.txt.center .block::before {
        top: 5px;
        left: 50%;
    }
}
@media screen and (max-width: 700px) {
    .int .line .content .box.txt.left .block::before, .int .line .content .box.txt.right .block::before, .int .line .content .box.txt.center .block::before {
        top: 5px;
        left: 50%;
    }
}
@media screen and (max-width: 600px) {
}

/* == | lines - content - box - txt - icon | == */
.int .line .content .box.txt .icon  {
    position: relative;
    width: 50px;
    height: 50px;
    float: left;
    clear: both;
}
.int .line .content .box.txt .icon .ico  {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 3px;
}


/* == | lines - content - box - txt - buttons | == */
.int .line .content .box .buttons .button {
    font-size: 18px;
    line-height: 60px;
    min-height: 50px;
    padding: 0 70px 0 20px;
    border-radius:5px;
    color: #fff;
    transition: all 0.2s ease-in-out;
    float: left;
}
.int .line .content .box.green .buttons .button {
    color: #123A3A;
}
.int .line .content .box .buttons .button + .button {
    margin: 0 0 0 20px;
}
.int .line .content .box .buttons .button::before {
    position: absolute;
    display: block;
    top: 50%;
    width: 40px;
    height: 40px;
    transform: translateY(-50%);
    background-image: url(../image/ico-nav.svg);
    background-position: 80% 0%;
    background-size: 600% 300%;
    content: '';
}
.int .line .content .box.green .buttons .button::before {
    background-position: 80% 100%;
}
.int .line .content .box.left .buttons .button::before, .int .line .content .box.center .buttons .button::before, .int .line .content .box.right .buttons .button::before {
    right: 15px;
}

.int .line .content .box .buttons .button.ico-list::before {
    background-image: url(../image/ico/ico-buttons.svg);
    background-position: 0% 100%;
    background-size: 500% 200%;
    filter: none;
}
.int .line .content .box .buttons .button.ico-file::before {
    background-image: url(../image/ico/ico-buttons.svg);
    background-position: 25% 100%;
    background-size: 500% 200%;
    filter: none;
}
.int .line .content .box .buttons .button.ico-movie::before {
    background-image: url(../image/ico/ico-buttons.svg);
    background-position: 50% 100%;
    background-size: 500% 200%;
    filter: none;
}
.int .line .content .box .buttons .button.ico-infos::before {
    background-image: url(../image/ico/ico-buttons.svg);
    background-position: 75% 100%;
    background-size: 500% 200%;
    filter: none;
}
.int .line .content .box .buttons .button.ico-catalog::before {
    background-image: url(../image/ico/ico-buttons.svg);
    background-position: 100% 100%;
    background-size: 500% 200%;
    filter: none;
}
@media screen and (max-width: 1400px) {
    .int .line .content .box .buttons .button {
        font-size: 16px;
        line-height: 40px;
        min-height: 40px;
    }
}
@media screen and (max-width: 1000px) {
    .int .line .content .box .buttons .button {
        font-size: 16px;
        line-height: 50px;
        min-height: 50px;
    }
    .int .line .content .box .buttons .button::before {
        width: 40px;
        height: 40px;
    }
}
@media screen and (max-width: 700px) {
    .int .line .content .box .buttons .button {
        font-size: 16px;
        line-height: 35px;
        min-height: 35px;
    }
    .int .line .content .box .buttons .button + .button {
        margin: 20px 0 0 0;
        clear: both;
    }
    .int .line .content .box .buttons .button::before {
        width: 20px;
        height: 20px;
    }
}


/* == | lines - content - box - character| == */
.int .line .content .box .char.e404 {
    position: absolute;
    display: block;
    width: 25%;
    left: 50%;
    transform: translate(-50%, -22%);
}
@media screen and (max-width: 1600px) {
    .int .line .content .box .char.e404 {
        width: 23%;
        transform: translate(-50%, -22%);
    }
}
@media screen and (max-width: 1000px) {
    .int .line .content .box .char.e404 {
        width: 20%;
        transform: translate(-50%, -45%);
    }
}
@media screen and (max-width: 500px) {
    .int .line .content .box .char.e404 {
        width: 50%;
        transform: translate(-50%, -45%);
    }
}

/* == | lines - home-screen | == */
.int .line.home-screen .content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.int .line.home-screen .content .box .heading {
    width: auto;
    clear: both;
}
@media screen and (max-width: 700px) {
    .int .line.home-screen .content {
        position: absolute;
        left: 50%;
        top: 60%;
        transform: translate(-50%, -50%);
    }  
}

/* == | lines - slide | == */
.int .line .slide {
    overflow: hidden;
}
.int .line .slide img.parallax {
    height: 120%;
}
.int .line .slide.transparent img {
    opacity: 0.1;
    filter: grayscale(100%);
}
.int .line .slide.transparent::before {
    position: absolute;
    display: block;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../image/background-cover-dark.png);
    background-position: 0 100%;
    background-repeat: repeat-x;
    content: '';
    z-index: 2;
}
.int .line .slide.transparent::after {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../image/noise.png);
    background-position: 0 0;
    background-repeat: repeat;
    content: '';
    z-index: 2;
}
.int .line .slide .arrow {
    position: absolute;
    top: 90%;
    left: 50%;
    width: 85px;
    height: 35px;
    border-radius: 3px;
    transform: translate(-50%, -50%);
    background-color: #2A848B;
    background-image: url(../image/noise.png);
    background-repeat: repeat;
    background-position: 50% 50%;
    z-index: 3;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    transition: all 0.2s ease-in-out;
}
.int .line .slide .arrow:hover {
    width: 85px;
    height: 40px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.int .line .slide .arrow::before {
    position: absolute;
    display: block;
    top: 25%;
    left: 50%;
    width: 70px;
    height: 70px;
    background-image: url(../image/ico-nav.svg);
    background-size: 600% 200%;
    background-position: 60% 0%;
    transform: translate(-50%, -50%) rotate(90deg);
    filter: invert(100%) brightness(200%);
    content: '';
    transition: all 0.2s ease-in-out;
    pointer-events:none;
}
.int .line .slide .arrow:hover::before {
    top: 75%;
}
@media screen and (max-width: 1000px) {
    .int .line .slide .arrow {
        width: 50px;
        height: 25px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    }
    .int .line .slide .arrow:hover {
        height: 30px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    }
    .int .line .slide .arrow::before {
        width: 40px;
        height: 40px;
    }
    .int .line .slide .arrow:hover::before {
        top: 80%;
    }
}


/* == | lines - content - banner | == */
.int .line .content.banner {
}
.int .line.full-height .content.banner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media screen and (max-width: 1000px) {
    .int .line.full-height .content.banner {
        top: 40%;
    }
}

/* == | lines - content - box - txt - icons | == */
.int .line .content .box.txt .ico {
    position: relative;
    width: 60px;
    height: 60px;
    float: left;
    margin: 0 20px 0 0;
}
.int .line .content .box.txt .ico.news {
    background-image: url(../image/ico-news.svg);
    background-size: 100% 100%;
    background-position: 0 0;
}
@media screen and (max-width: 1000px) {

}

/* == | lines - content - box - image | == */
.int .line .content .box.image .buttons {
    position: absolute;
    z-index: 3;
    bottom: 30px;
}
.int .line .content .box.image.extended .buttons {
    width: 80%;
    left: 10%;
}
.int .line .content .box.image.right .buttons .button {
    float: right;
}
.int .line .content .box.image.left .buttons .button {
    float: left;
}

/* == | lines - content - box - image - selactable | == */
.int .line .content .box.image.selectable-image img {
    opacity: 0;
    transition: all 0.2s ease-in-out;
}
.int .line .content .box.image.selectable-image img.on {
    opacity: 1;
}

/* == | lines - content - doc | == */
.int .line .content .box.doc {
    aspect-ratio:1/1.35;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 25px 20px -20px, rgba(0, 0, 0, 0.05) 0px -30px 10px -20px;
}
.int .line .content .box.doc::before {
    position: absolute;
    display: block;
    top: 49.5%;
    left: 50%;
    width: 65%;
    transform: translate(-50%, -50%);
    aspect-ratio:1/1;
    background: #f3f3f3;
    border-radius: 100%;
    content: '';
}
.int .line .content .box.doc::after {
    position: absolute;
    display: none;
    bottom: 20px;
    right: 20px;
    width: 50px;
    background-image: url(../image/ico-nav.svg);
    background-size: 600% 300%;
    background-position: 80% 50%;
    aspect-ratio:1/1;
    content: '';
    transition: all 0.2s ease-in-out;
}
.int .line .content .box.doc:hover::after {
    transform: scale(1.3);
}
.int .line .content .box.doc img {
    position: absolute;
    display: block;
    top: 40%;
    left: 50%;
    width: 81.8%;
    transform: translate(-50%, -50%);
    aspect-ratio:1/1.1083;
    content: '';
}
.int .line .content .box.doc a {
    position: absolute;
    display: block;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: 6;
}
.int .line .content .box.doc .data {
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: calc(100% - 60px);
}
.int .line .content .box.doc .data .pos {
    position: relative;
    width: 100%;
    color: #2A848B;
    font-size: 1.2em;
    font-weight: 900;
}
.int .line .content .box.doc .data .pos small {
    font-weight: 300;
}
.int .line .content .box.doc .data .name {
    position: relative;
    width: 100%;
    color: #123A3A;
    font-size: 1.3em;
    text-align: left;
}
.int .line .content .box.doc .data .spec {
    position: relative;
    width: 100%;
    color: #123A3A;
    font-size: 1em;
    font-weight: 700;
}


/* == | lines - content - box - registartion - box | == */
.int .line .content .box.registration-box {
 
}
.int .line .content .box.registration-box .char {
    position: absolute;
    left: 30%;
    bottom: calc(100% - 1px);
    width: 27%;
    transform: translate(-50%, 0);
    z-index: 5;
}
.int .line .content .box.registration-box .titles {
    position: relative;
    width: 100%;
    margin: 0;
    float: left;
}
.int .line .content .box.registration-box .titles .left, .int .line .content .box.registration-box .titles .right {
    position: relative;
    width: calc(50% - 40px);
    padding: 0 20px;
    float: left;
    line-height: 60px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 2.5em;
}
.int .line .content .box.registration-box .titles .left {
    text-align: right;
    font-weight: 300;
}
.int .line .content .box.registration-box .titles .right {
    text-align: left;
    font-weight: 900;
}
.int .line .content .box.registration-box .frame {
    position: relative;
    width: calc(100% - 52px);
    float: left;
    margin: 25px;
    border-radius: 5px;
    border: 1px solid #899D9D;
}
.int .line .content .box.registration-box .frame .mark {
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    width: 100px;
    height: 7px;
    background-color: #fff;
    transform: translate(-50%, -50%);
}
.int .line .content .box.registration-box .frame .mark::before {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 7px;
    border-radius: 4px;
    background-color: #123A3A;
    transform: translate(-50%, -50%);
    content: '';
}
.int .line .content .box.registration-box .frame .mark::after {
    position: absolute;
    display: block;
    top: -17px;
    left: 50%;
    width: 20px;
    height: 20px;
    background-image: url(../image/ico-marker.svg);
    background-size: 100% 300%;
    background-position: 0 100%;
    transform: translate(-50%, 0%);
    content: '';
}
.int .line .content .box.registration-box .wrap {
    position: relative;
    width: calc(100% + 50px);
    left: -50px;
    padding: 20px 0;
    background-color: #fff;
    float: left;
    margin: 25px;
}
.int .line .content .box.registration-box .selector .title {
    position: relative;
    width: 100%;
    float: left;
    border-radius: 5px;
    background: #f3f3f3;
    text-indent: 50px;
    line-height: 60px;
    font-size: 1.5em;
    color: #123A3A;
    cursor: pointer;
    z-index: 10;
}
.int .line .content .box.registration-box .selector .title::before {
    position: absolute;
    display: block;
    width: 35px;
    height: 35px;
    top: 50%;
    right: 0px;
    transform: translate(-50%, -50%) rotate(90deg);
    background-image: url(../image/ico-nav.svg);
    background-size: 600% 300%;
    background-position: 100% 100%;
    content: '';
    transition: all 0.3s ease-in-out;
}
.int .line .content .box.registration-box.on .selector .title::before {
    transform: translate(-50%, -50%) rotate(-90deg);
}
.int .line .content .box.registration-box .selector ul {
    position: absolute;
    width: 100%;
    top: 70px;
    left: 0;
    list-style: none;
    padding: 10px 0 0 0;
    max-height: 0;
    pointer-events:none;
    opacity: 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    background: #f3f3f3;
    z-index: 9;
}
.int .line .content .box.registration-box.on .selector ul {
    pointer-events:auto;
    max-height: 1000px;
    opacity: 1;
}
.int .line .content .box.registration-box .selector ul li {
    position: relative;
    width: calc(100% - 50px);
    line-height: 50px;
    padding: 0 25px;
    cursor: pointer;
    color: #123A3A;
}
.int .line .content .box.registration-box .selector ul li::before {
    display: none;
}
.int .line .content .box.registration-box .buttons {
    position: relative;
    width: calc(100% - 50px);
    float: left;
    margin: 25px;
}
.int .line .content .box.registration-box .buttons .button {
    width: calc(100% - 40px);
    padding: 0 20px;
    text-align: left;
}
.int .line .content .box.registration-box .buttons::before {
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    left: 50%;
    top: -25px;
    transform: translate(-50%, -50%);
    border-top: 1px solid #899D9D;
    content: '';
}
@media screen and (max-width: 1000px) {
     .int .line .content .box.registration-box .titles .left, .int .line .content .box.registration-box .titles .right {
      }
      .int .line .content .box.registration-box .frame {
          width: calc(100% - 42px);
          margin: 20px;
      }
      .int .line .content .box.registration-box .wrap {
          position: relative;
          width: calc(100% + 40px);
          left: -40px;
          padding: 15px 0;
          background-color: #fff;
          float: left;
          margin: 20px;
      }
      .int .line .content .box.registration-box .selector .title {
          text-indent: 40px;
          line-height: 50px;
          font-size: 1.5em;
      }
}
@media screen and (max-width: 700px) {
     .int .line .content .box.registration-box .char {
          display: none;
      }
     .int .line .content .box.registration-box .titles .left, .int .line .content .box.registration-box .titles .right {
          line-height: 40px;
          font-size: 2em;
      }
      .int .line .content .box.registration-box .selector .title {
          text-indent: 40px;
          line-height: 40px;
          font-size: 1.2em;
      }
}
@media screen and (max-width: 500px) {
     .int .line .content .box.registration-box .titles .left, .int .line .content .box.registration-box .titles .right {
          line-height: 40px;
          font-size: 2em;
      }
      .int .line .content .box.registration-box .selector .title {
          font-size: 1.1em;
      }
}

/* == | lines - content - box - news - box | == */
.int .line .content .box.news-box .image {
    position: relative;
    width: calc(100% + 50px);
    left: -25px;
    top: -25px;
    float: left;
    aspect-ratio: 1/0.6;
    overflow: hidden;
    margin: 0 0 30px 0;
    border-radius: 10px 10px 0 0;
}
.int .line .content .box.news-box .image img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}
@media screen and (max-width: 1000px) {
     .int .line .content .box.news-box .image {
          width: calc(100% + 60px);
          left: -30px;
          top: -30px;
          margin: 0 0 30px 0;
      }
}
@media screen and (max-width: 700px) {
     .int .line .content .box.news-box .image {
          width: calc(100% + 40px);
          left: -20px;
          top: -20px;
          margin: 0 0 20px 0;
      }
}


/* == | lines - content - box - select | == */
.int .line .content .box .select {
    position: relative;
    width: 100%;
    float: left;
}
.int .line .content .box .select .title {
    position: relative;
    width: calc(100% - 50px);
    padding: 0 25px;
    line-height: 60px;
    border-radius: 5px;
    font-size: 1.2em;
    background-color: #fff;
    float: left;
    z-index: 5;
    color: #123A3A;
    cursor: pointer;
}
.int .line .content .box .select .title::before {
    position: absolute;
    display: block;
    width: 35px;
    height: 35px;
    top: 50%;
    right: 0px;
    transform: translate(-50%, -50%) rotate(90deg);
    background-image: url(../image/ico-nav.svg);
    background-size: 600% 300%;
    background-position: 100% 100%;
    content: '';
}
.int .line .content .box .select.on .title::before {
    transform: translate(-50%, -50%) rotate(-90deg);
}
.int .line .content .box .select ul {
    position: absolute;
    width: 100%;
    top: 55px;
    left: 0;
    list-style: none;
    padding: 10px 0 0 0;
    max-height: 0;
    pointer-events: none;
    opacity: 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    background: #fff;
    border-radius: 0 0 5px 5px;
    z-index: 4;
}
.int .line .content .box .select.on ul {
    pointer-events: auto;
    max-height: 1000px;
    opacity: 1;
}
.int .line .content .box .select ul li {
    position: relative;
    width: calc(100% - 50px);
    line-height: 50px;
    padding: 0 25px;
    cursor: pointer;
    color: #123A3A;
}
.int .line .content .box .select ul li::before {
    display: none;
}


/* == | lines - content - box - prices | == */
.int .line .content .box.prices .frame {
    position: relative;
    width: calc(100% - 52px);
    float: left;
    margin: 25px;
    border-radius: 5px;
    border: 1px solid #899D9D;
}
.int .line .content .box.prices .frame .head {
    position: absolute;
    display:block;
    top: 0%;
    left: 25px;
    width: 70%;
    padding: 0 20px;
    font-size: 2em;
    font-weight: 900;
    background-color: #fff;
    color: #123A3A;
    transform: translate(0, -50%);
}
.int .line .content .box.prices .frame .head::before {
    position: absolute;
    display:block;
    top: 50%;
    left: 25px;
    width: calc(100% - 50px);
    height: 7px;
    border-radius:4px;
    background-color: #123A3A;
    transform: translate(0, -50%);
    content: '';
}
.int .line .content .box.prices .frame .head span {
    position: relative;
    display:block;
    background: #fff;
    padding: 0 30px 0 0;
    z-index: 2;
    float: left;
}
.int .line .content .box.prices .frame .head span::before {
    position: absolute;
    display:block;
    top: 50%;
    left: calc(100% - 5px);
    width: 50px;
    height: 7px;
    border-radius:4px;
    background-color: #123A3A;
    transform: translate(0, -50%);
    content: '';
}
.int .line .content .box.prices .frame .head span + span {
    background: #ccc;
}
.int .line .content .box.prices .frame .price-box-wrap {
    position: relative;
    width: calc(100% + 50px);
    left: -25px;
    float: left;
    background-color: #fff;
    margin: 5px 0;
}
.int .line .content .box.prices .frame .price-box-wrap:last-of-type {
    margin: 5px 0 25px 0;
}
.int .line .content .box.prices .frame .price-box-wrap:nth-of-type(2) {
    margin: 25px 0 5px 0;
}

.int .line .content .box.prices .frame .cat-title {
    position: relative;
    width: 100%;
    float: left;
    margin: 25px 0 5px 0;
    font-size: 1.4em;
    color: #123A3A;
    font-weight: 700;
}
.int .line .content .box.prices .frame .cat-title:nth-of-type(2) {
    margin: 50px 0 5px 0;
}
.int .line .content .box.prices .frame .cat-title::before {
    position: relative;
    height: 1.4em;
    aspect-ratio: 1/1;
    float: left;
    margin: 0 20px 0 25px;
    background-color: #227076;
    border-radius: 5px;
    content: '';
}
.int .line .content .box.prices .frame .price-box {
    position: relative;
    width: 100%;
    float: left;
    background-color: #f3f3f3;
    border-radius: 5px;
    margin: 5px 0;
}
.int .line .content .box.prices .frame .price-box.more::before {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    top: 30px;
    left: calc(100% - 25px);
    transform: translate(-50%, -50%) rotate(90deg);
    background-image: url(../image/ico-nav.svg);
    background-size: 600% 300%;
    background-position: 100% 100%;
    content: '';
    transition: all 0.3s ease-in-out;
}
.int .line .content .box.prices .frame .price-box.on::before {
    transform: translate(-50%, -50%) rotate(-90deg);
}
.int .line .content .box.prices .frame .price-box .title {
    position: relative;
    width: calc(100% - 210px);
    float: left;
    line-height: 60px;
    padding: 0 0 0 50px;
    font-size: 1.2em;
    color: #123A3A;
}
.int .line .content .box.prices .frame .price-box .price {
    position: relative;
    width: 80px;
    float: right;
    line-height: 40px;
    padding: 0 15px;
    font-size: 1.1em;
    color: #fff;
    background-color: #227076;
    border-radius: 5px;
    margin: 10px 50px 0 0;
    text-align: right;
}
.int .line .content .box.prices .frame .price-box .price span {
    margin: 0 0 0 5px;
    font-size: 0.9em;
}
.int .line .content .box.prices .frame .price-box .desc {
    position: relative;
    width: calc(100% - 100px);
    float: left;
    padding: 0 50px;
    max-height: 0;
    font-size: 1em;
    color: #123A3A;
    opacity:0;
    transition: all 0.3s ease-in-out;
}
.int .line .content .box.prices .frame .price-box.on .desc {
    padding: 50px;
    max-height: 500px;
    opacity: 1;
}
@media screen and (max-width: 1000px) {
    .int .line .content .box.prices .frame .price-box::before {
        top: 25px;
    }
    .int .line .content .box.prices .frame .price-box .title {
        width: calc(100% - 155px);
        line-height: 50px;
        padding: 0 0 0 20px;
        font-size: 1.2em;
    }
    .int .line .content .box.prices .frame .price-box .price {
        width: 50px;
        line-height: 30px;
        padding: 0 15px;
        font-size: 1.1em;
        margin: 10px 40px 0 0;
    }
}
@media screen and (max-width: 700px) {
    .int .line .content .box.prices .frame .price-box::before {
        top: 55px;
    }
    .int .line .content .box.prices .frame .price-box .title {
        width: calc(100% - 40px);
        line-height: 18px;
        padding: 10px 0 10px 20px;
    }
    .int .line .content .box.prices .frame .price-box .price {
        width: 50px;
        line-height: 30px;
        padding: 0 15px;
        font-size: 1.1em;
        float: left;
        margin: 0 0 10px 20px;
    }
}
@media screen and (max-width: 500px) {
    .int .line .content .box.prices .frame .head {
        width: auto;
        left: 15px;
        font-size: 1.5em;
    }
    .int .line .content .box.prices .frame .head span {
        padding: 0;
    }
    .int .line .content .box.prices .frame .head span::before {
        display: none;
    }
    .int .line .content .box.prices .frame .price-box .title {
        font-size: 1.0em;
    }
}


/* == | lines - content - box - doc-info | == */
.int .line .content.doc-info {
}
.int .line .content.doc-info.start {
    padding: 250px 0 0 0;
}
.int .line .content.doc-info .box .image {
    position: relative;
    width: 45%;
    float: left;
}
.int .line .content.doc-info .box .image .circle {
    position: relative;
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 100%;
    float: left;
    left: -30px;
}
.int .line .content.doc-info .box .image img {
    position: absolute;
    width: 125%;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    aspect-ratio: 1/1.08;
}
.int .line .content.doc-info .box .title {
    position: relative;
    width: 55%;
    float: left;
    color: #fff;
}
.int .line .content.doc-info .box .title .func {
    font-size: 1.4em;
    font-weight: 700;
}
.int .line .content.doc-info .box .title .func small {
    font-weight: 300;
}
.int .line .content.doc-info .box .title .name {
    font-size: 2.2em;
    text-align: left;
}
.int .line .content.doc-info .box .title .spec {
    font-size: 1.4em;
    font-weight: 700;
}
.int .line .content.doc-info .box .title .types {
    font-size: 1.2em;
    color: #123A3A;
    padding: 140px 0 0 0;
}
.int .line .content.doc-info .box .title .types strong {
    font-weight: 700;
}
.int .line .content.doc-info .box .title .rate {
    padding: 10px 0 0 0;
}
.int .line .content.doc-info .box .title .rate .stars {
    font-size: 2em;
    color: #DAAF67;
}
.int .line .content.doc-info .box .title .rate .nr {
    font-size: 1.2em;
    color: #123A3A;
}
.int .line .content.doc-info .box .buttons {
    display: none;
}
.int .line .content.doc-info .box .info {
    position: relative;
    width: 100%;
    padding: 80px 0 80px 0;
    float: left;
}
@media screen and (max-width: 1350px) {
    .int .line .content.doc-info .box .image {
        width: 45%;
    }
    .int .line .content.doc-info .box .image .circle {
        width: 80%;
        left: auto;
    }
    .int .line .content.doc-info .box .title .types {
        font-size: 1em;
    }
}
@media screen and (max-width: 1000px) {
    .int .line .content.doc-info.start {
        padding: 200px 0 0 0;
    }
    .int .line .content.doc-info .box .image {
        width: 100%;
    }
    .int .line .content.doc-info .box .image .circle {
        width: 75%;
        left: 15%;
    }
    .int .line .content.doc-info .box .title {
        width: 100%;
        color: #123A3A;
    }
    .int .line .content.doc-info .box .title .types {
        padding: 30px 0 0 0;
    }
    .int .line .content.doc-info .box .info {
        padding: 30px 0 100px 0;
    }
}
@media screen and (max-width: 700px) {
    .int .line .content.doc-info.start {
        padding: 200px 0 0 0;
    }
    .int .line .content.doc-info .box .image {
        width: 100%;
    }
    .int .line .content.doc-info .box .image .circle {
        width: 60%;
        left: 20%;
    }
    .int .line .content.doc-info .box .title {
        width: 100%;
    }
    .int .line .content.doc-info .box .title .types {
        padding: 10px 0 0 0;
    }
    .int .line .content.doc-info .box .buttons {
        display: block;
        padding: 30px 0 0 0;
    }
    .int .line .content.doc-info .box .info {
        padding: 50px 0 100px 0;
    }
} 
  

/* == | lines - content - box - zl | == */
.int .line .content .box.zl iframe {
    position: relative;
    width: 100%;
    height: 100%!important;
    border-radius: 10px;
}
.int .line .content .box.zl .char {
    position: absolute;
    right: calc(100% - 3px);
    top: 38%;
    width: 20%;
    z-index: 2;
}
.int .line .content .box .zl-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    cursor: pointer;
    background-color: #2A848B;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1500px) {
    .int .line .content .box.zl .char {
        width: 15%;
    }   
}
@media screen and (max-width: 1100px) {
    .int .line .content .box.zl .char {
        display: none;
    }   
}
@media screen and (max-width: 700px) {
    .int .line .content .box.zl {
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        opacity: 0;
        left: 100%;
        background-color: #2A848B;
        pointer-events:none;
        transition: all 0.3s ease-in-out;
        z-index: 31;
    }
    .int .line .content .box.zl.on {
        left: 0;
        opacity: 1;
        pointer-events:auto;
    }
    .int .line .content .box.zl iframe {
        position: absolute;
        width: calc(100% - 60px)!important;
        height: calc(100% - 120px)!important;
        top: 90px;
        left: 50%;
        transform: translate(-50%, 0%);
        border-radius: 5px;
    }
}

/* == | lines - content - box - appointment link | == */
.int .line .content .box.zl .appointment-link {
    position: absolute;
    width: calc(100% - 60px);
    height: calc(50% - 60px)!important;
    min-height: 240px;
    padding: 30px;
    border-radius: 10px;
    background-color: #fff;
}
.int .line .content .box.zl .appointment-link::before {
    position: absolute;
    display: block;
    width: 4px;
    height: calc(100% - 280px);
    top: calc(50% + 26px);
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #2A848B;
    border-radius: 4px;
    content: '';
}
.int .line .content .box.zl .appointment-link .logo-booksy {
    position: relative;
    width: 70%;
    aspect-ratio: 1/0.228;
    margin: 0 auto 30px auto;
    background-image: url(../image/logo-booksy.svg);
    background-position: 0 0;
    background-size: 100% 100%;
}
.int .line .content .box.zl .appointment-link .buttons {
    position: absolute;
    display: block!important;
    left: 50%;
    bottom: 30px;
    width: max-content;
    transform: translate(-50%, 0%);
    z-index: 2;
}


/* == | line - content - contact | == */
.int .line .content .box.contact {
    line-height: 30px;
}
.int .line .content .box.contact .social-accounts {
    position: relative;
    display: block;
    padding: 0 0 0 40px;
    margin: 0 0 20px 0;
}
.int .line .content .box.contact .social-accounts .ico {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
    background-color: #1A5156;
}
.int .line .content .box.contact .social-accounts .ico::before {
    position: absolute;
    display: block;
    width: 70%;
    height: 70%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: 100%;
    background-position: 50% 50%;
    transform: translate(-50%, -50%);
    content: '';
}
.int .line .content .box.contact .social-accounts.fb .ico::before {
    background-image: url(../image/ico-social-fb.svg);
}
.int .line .content .box.contact .social-accounts.insta .ico::before {
    background-image: url(../image/ico-social-insta.svg);
}
.int .line .content .box.contact .social-accounts.linkedin .ico::before {
    background-image: url(../image/ico-social-linkedin.svg);
}


/* == | line - content - map | == */
.int .line .content .box.map {
    transform-origin: 50% 50%;
}
.int .line .slide .content .box.map {
    position: absolute;
    height: calc(100% - 120px);
    right: 0;
}
.int .line .content .box.map::after {
    position: relative;
    display: block;
    width: 100%;
    padding: 0% 0 0 0;
    content: '';
}
.int .line .content .box.map iframe {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: contain;
    border-radius:10px;
    border: 0;
    transform-origin: 50% 50%;
    box-shadow:2px 3px 8px rgba(0, 0, 0, 0.1);
    filter: grayscale(100%);
}
.int .line .content .box.map.big iframe {
    width: 100%;
    height: 100%;
}
.int .line .content .box.map.left iframe {
    transform: translate(-50%, -60%) rotate(-3.7deg);
}
.int .line .content .box.map.right iframe {
    transform: translate(-50%, -60%) rotate(3.7deg);
}
.int .line .content .box.map.extend-both iframe {
    height: calc(100% + 180px);
    top: calc(50% - 25px);
}
.int .line .content .box.map.extend-top iframe {
    height: calc(100% + 90px);
    top:auto;
    bottom: 0;
    transform: translate(-50%, 0%);
}
.int .line .content .box.map.extend-bottom iframe {
    height: calc(100% + 90px);
    top: 0;
    transform: translate(-50%, 0%);
}
@media screen and (max-width: 700px) {
    .int .line .content .box.map::after {
      position: relative;
      display: block;
      width: 100%;
      padding: 100% 0 0 0;
      content: '';
  }
  .int .line .content .box.map.big iframe {
      width: 80%;
      height: 80%;
  }
  .int .line .content .box.map.left iframe {
      transform: translate(-50%, -50%) rotate(-3.7deg);
  }
  .int .line .content .box.map.right iframe {
      transform: translate(-50%, -50%) rotate(3.7deg);
  }
}

/* == | line - content - staff | == */
.int .line .content .box.staff {
    transition: all 0.2s ease-in-out;
    color: #343F33;
    text-align: left;
}
.int .line .content .box.staff:hover {
    background: #2A848B;
    color: #fff;
}
.int .line .content .box.staff .image {
    position: relative;
    width: calc(100% + 60px);
    left: -30px;
    top: -30px;
}
.int .line .content .box.staff .image img {
    position: relative;
    display: block;
    width: 100%;
}
.int .line .content .box.staff .name {
    position: relative;
    width: 100%;
    font-size: 18px;
    padding: 0 0 8px 0;
}
.int .line .content .box.staff .job {
    position: relative;
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    padding: 0 0 25px 0;
    margin: 0 0 30px 0;
    color:#2A848B;
    transition: all 0.2s ease-in-out;
}
.int .line .content .box.staff:hover .job {
    color:#fff;
}
.int .line .content .box.staff .job::before {
    position: absolute;
    display: block;
    width: 30px;
    height: 6px;
    border-radius: 3px;
    left: 0;
    bottom: -10px;
    transform: translate(0, -50%);
    background: #2A848B;
    content: '';
}
.int .line .content .box.staff a {
    color: inherit;
    line-height: 30px;
}
@media screen and (max-width: 1600px) {
  .int .line .content .box.staff .image {
      width: calc(100% + 50px);
      left: -25px;
      top: -25px;
  }
}
@media screen and (max-width: 1400px) {
    .int .line .content .box.staff .image {
      width: calc(100% + 40px);
      left: -20px;
      top: -20px;
  }
    .int .line .content .box.staff .name {
      position: relative;
      width: 100%;
      font-size: 20px;
      text-transform: uppercase;
      padding: 0 0 8px 0;
  }
  .int .line .content .box.staff .job {
      font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
    .int .line .content .box.staff .name {
      font-size: 18px;
  }
  .int .line .content .box.staff .job {
      font-size: 14px;
  }
}

/* == | char | == */
.int .char {
    background-repeat: no-repeat;
}
.int .char div, .int .char span {
    position: absolute;
    display: block;
    background-position: 0 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.int .char.circle {
    border-radius: 100%;
}
.int .char.circle::before {
    position: relative;
    display: block;
    width: 100%;
    padding: 100% 0 0 0;
    content: '';
}
/* == | char - gal - wave | == */
.int .char.gal.wave {
    
}
.int .char.gal.wave .head {
    top: 29%;
    left: 51%;
    transform-origin: 50.1% 73.5%;
    transform: translate(-50%, -50%) rotate(7deg);
    width: 75.2%;
    aspect-ratio:1/0.901;
    background-image: url(../image/characters/doc/gal/wave/head.svg);
    z-index: 4;
    animation: tint 10s infinite;
}
@keyframes tint {
  0% {
    transform: translate(-50%, -50%) rotate(7deg);
  }
  50% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(7deg);
  }
}
.int .char.gal.wave .head .eyes-open {
    top: 61%;
    left: 50%;
    transform-origin: 50% 50%;
    transform: translate(-50%, -50%);
    width: 41.8%;
    aspect-ratio:1/0.238;
    background-image: url(../image/characters/doc/gal/wave/eyes-open.svg);
    z-index: 4;
    animation: eyes-open 7s infinite;
}
@keyframes eyes-open {
  0% {
    transform: translate(-50%, -50%);
  }
  48% {
    transform: translate(-50%, -50%) scale(1,1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1,0);
  }
  55% {
    transform: translate(-50%, -50%) scale(1,0);
  }
  57% {
    transform: translate(-50%, -50%) scale(1,1);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}
.int .char.gal.wave .head .eyes-closed {
    top: 61%;
    left: 50%;
    transform-origin: 50% 50%;
    transform: translate(-50%, -50%);
    width: 41.8%;
    aspect-ratio:1/0.238;
    background-image: url(../image/characters/doc/gal/wave/eyes-closed.svg);
    z-index: 4;
    animation: eyes-closed 7s infinite;
}
@keyframes eyes-closed {
  0% {
    transform: translate(-50%, -50%) scale(1,0);
  }
  49% {
    transform: translate(-50%, -50%) scale(1,0);
  }
  51% {
    transform: translate(-50%, -50%) scale(1,1);
  }
  54% {
    transform: translate(-50%, -50%) scale(1,1);
  }
  56% {
    transform: translate(-50%, -50%) scale(1,0);
  }
  100% {
    transform: translate(-50%, -50%) scale(1,0);
  }
}
.int .char.gal.wave .body {
    top: 50%;
    left: 23%;
    width: 57.5%;
    aspect-ratio:1/0.878;
    background-image: url(../image/characters/doc/gal/wave/body.svg);
    z-index: 2;
}
.int .char.gal.wave .arm {
    top: 71%;
    left: 22%;
    transform: translate(-50%, -50%) rotate(0deg);
    transform-origin: 80% 20%;
    width: 39.6%;
    aspect-ratio:1/0.728;
    background-image: url(../image/characters/doc/gal/wave/arm.svg);
    z-index: 1;
    animation: arm 10s infinite;
}
@keyframes arm {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  60% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  75% {
    transform: translate(-50%, -50%) rotate(15deg);
  }
  90% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
.int .char.gal.wave .hand {
    top: -2%;
    left: -20%;
    transform:rotate(0deg);
    transform-origin: 62.5% 70.1%;
    width: 48.2%;
    aspect-ratio:1/1.334;
    background-image: url(../image/characters/doc/gal/wave/hand.svg);
    animation: hand 10s infinite;
}
@keyframes hand {
  0% {
    transform:rotate(0deg);
  }
  70% {
    transform:rotate(0deg);
  }
  72% {
    transform:rotate(10deg);
  }
  75% {
    transform:rotate(0deg);
  }
  78% {
    transform:rotate(7deg);
  }
  80% {
    transform:rotate(0deg);
  }
  100% {
    transform:rotate(0deg);
  }
}
/* == | char - gal - 404 | == */
.int .char.gal.e404 {
    
}
.int .char.gal.e404 .head {
    top: 29%;
    left: 51%;
    transform-origin: 50.1% 73.5%;
    transform: translate(-50%, -50%) rotate(7deg);
    width: 78.2%;
    aspect-ratio:1/0.901;
    background-image: url(../image/characters/doc/gal/404/head.svg);
    z-index: 4;
    animation: e404-tint 7s infinite;
}
@keyframes e404-tint {
  0% {
    transform: translate(-50%, -50%) rotate(7deg);
    top: 29%;
  }
  60% {
    top: 29%;
    transform: translate(-50%, -50%) rotate(0deg);
  }
  75% {
    top: 32%;
    transform: translate(-50%, -50%) rotate(0deg);
  }
  90% {
    top: 32%;
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    top: 29%;
    transform: translate(-50%, -50%) rotate(7deg);
  }
  
}
.int .char.gal.e404 .head .eyes-open {
    top: 61%;
    left: 50%;
    transform-origin: 50% 50%;
    transform: translate(-50%, -50%);
    width: 41.8%;
    aspect-ratio:1/0.238;
    background-image: url(../image/characters/doc/gal/wave/eyes-open.svg);
    z-index: 4;
    animation: e404-eyes-open 7s infinite;
}
@keyframes e404-eyes-open {
  0% {
    transform: translate(-50%, -50%);
  }
  48% {
    transform: translate(-50%, -50%) scale(1,1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1,0);
  }
  55% {
    transform: translate(-50%, -50%) scale(1,0);
  }
  57% {
    transform: translate(-50%, -50%) scale(1,1);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}
.int .char.gal.e404 .head .eyes-closed {
    top: 61%;
    left: 50%;
    transform-origin: 50% 50%;
    transform: translate(-50%, -50%);
    width: 41.8%;
    aspect-ratio:1/0.238;
    background-image: url(../image/characters/doc/gal/wave/eyes-closed.svg);
    z-index: 4;
    animation: e404-eyes-closed 7s infinite;
}
@keyframes e404-eyes-closed {
  0% {
    transform: translate(-50%, -50%) scale(1,0);
  }
  49% {
    transform: translate(-50%, -50%) scale(1,0);
  }
  51% {
    transform: translate(-50%, -50%) scale(1,1);
  }
  54% {
    transform: translate(-50%, -50%) scale(1,1);
  }
  56% {
    transform: translate(-50%, -50%) scale(1,0);
  }
  100% {
    transform: translate(-50%, -50%) scale(1,0);
  }
}
.int .char.gal.e404 .arm-l {
    top: 71%;
    left: 19%;
    transform: translate(-50%, -50%) rotate(0deg);
    transform-origin: 80% 20%;
    width: 45.3%;
    aspect-ratio:1/0.593;
    background-image: url(../image/characters/doc/gal/404/arm.svg);
    z-index: 1;
    animation: e404-arm-l 7s infinite;
}
.int .char.gal.e404 .arm-r {
    top: 71%;
    left: 53%;
    transform: translate(-50%, -50%) rotateY(180deg) rotate(0deg);
    transform-origin: 80% 20%;
    width: 45.3%;
    aspect-ratio:1/0.593;
    background-image: url(../image/characters/doc/gal/404/arm.svg);
    z-index: 1;
    animation: e404-arm-r 7s infinite;
}
@keyframes e404-arm-l {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  60% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  75% {
    transform: translate(-50%, -50%) rotate(13deg);
  }
  90% {
    transform: translate(-50%, -50%) rotate(13deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
@keyframes e404-arm-r {
  0% {
    transform: translate(-50%, -50%) rotateY(180deg) rotate(0deg);
  }
  60% {
    transform: translate(-50%, -50%) rotateY(180deg) rotate(0deg);
  }
  75% {
    transform: translate(-50%, -50%) rotateY(180deg) rotate(13deg);
  }
  90% {
    transform: translate(-50%, -50%) rotateY(180deg) rotate(13deg);
  }
  100% {
    transform: translate(-50%, -50%) rotateY(180deg) rotate(0deg);
  }
}
.int .char.gal.e404 .body {
    top: 53%;
    left: 23%;
    width: 54.6%;
    aspect-ratio:1/0.882;
    background-image: url(../image/characters/doc/gal/404/body.svg);
    z-index: 2;
}

/* == | char - gal - reg | == */
.int .char.gal.reg {
    aspect-ratio:1/0.522;
    background-image: url(../image/characters/doc/gal/reg/body.svg);
}
.int .char.gal.reg .hand {
    bottom: -20%;
    left: 20%;
    transform: translate(-50%, 0%);
    width: 19.5%;
    aspect-ratio:1/1;
    background-image: url(../image/characters/doc/gal/reg/hand.svg);
    z-index: 4;
}
.int .char.gal.reg .head {
    top: -57%;
    left: 51%;
    transform-origin: 50.1% 73.5%;
    transform: translate(-50%, -50%) rotate(7deg);
    width: 110%;
    aspect-ratio:1/0.979;
    background-image: url(../image/characters/doc/gal/reg/head.svg);
    z-index: 4;
    animation: reg-head-tilt 10s infinite;
}
@keyframes reg-head-tilt {
  0% {
    transform: translate(-50%, -50%) rotate(7deg);
  }
  50% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(7deg);
  }
}
.int .char.gal.reg .head .eyes-open {
    top: 61%;
    left: 50%;
    transform-origin: 50% 50%;
    transform: translate(-50%, -50%);
    width: 41.8%;
    aspect-ratio:1/0.238;
    background-image: url(../image/characters/doc/gal/reg/eyes-open.svg);
    z-index: 4;
    animation: reg-eyes-open 7s infinite;
}
@keyframes reg-eyes-open {
  0% {
    transform: translate(-50%, -50%);
  }
  48% {
    transform: translate(-50%, -50%) scale(1,1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1,0);
  }
  55% {
    transform: translate(-50%, -50%) scale(1,0);
  }
  57% {
    transform: translate(-50%, -50%) scale(1,1);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}
.int .char.gal.reg .head .eyes-closed {
    top: 61%;
    left: 50%;
    transform-origin: 50% 50%;
    transform: translate(-50%, -50%);
    width: 41.8%;
    aspect-ratio:1/0.238;
    background-image: url(../image/characters/doc/gal/reg/eyes-closed.svg);
    z-index: 4;
    animation: reg-eyes-closed 7s infinite;
}
@keyframes reg-eyes-closed {
  0% {
    transform: translate(-50%, -50%) scale(1,0);
  }
  49% {
    transform: translate(-50%, -50%) scale(1,0);
  }
  51% {
    transform: translate(-50%, -50%) scale(1,1);
  }
  54% {
    transform: translate(-50%, -50%) scale(1,1);
  }
  56% {
    transform: translate(-50%, -50%) scale(1,0);
  }
  100% {
    transform: translate(-50%, -50%) scale(1,0);
  }
}

/* == | char - gal / guy - side | == */
.int .char.gal.side, .int .char.guy.side {
    aspect-ratio:1/1.546;
}
.int .char.gal.side {
    background-image: url(../image/characters/doc/gal/side/body.svg);
}
.int .char.guy.side {
    background-image: url(../image/characters/doc/guy/side/body.svg);
}
.int .char.gal.side .hand, .int .char.guy.side .hand {
    bottom: 5%;
    left: 96%;
    transform: translate(-50%, 0%);
    width: 29%;
    aspect-ratio:1/1.191;
    background-image: url(../image/characters/doc/gal/side/hand.svg);
    z-index: 4;
}
.int .char.gal.side .hand {
    background-image: url(../image/characters/doc/gal/side/hand.svg);
}
.char.guy.side .hand {
    background-image: url(../image/characters/doc/guy/side/hand.svg);
}
.int .char.gal.side .head, .int .char.guy.side .head {
    top: -38%;
    left: 29%;
    transform-origin: 50.1% 73.5%;
    transform: translate(-50%, -50%) rotate(-10deg);
    width: 245.3%;
    aspect-ratio:1/0.934;
    z-index: 4;
    animation: side-head-tilt 10s infinite;
}
.int .char.gal.side .head {
    background-image: url(../image/characters/doc/gal/side/head.svg);
}
.int .char.guy.side .head {
    background-image: url(../image/characters/doc/guy/side/head.svg);
}
@keyframes side-head-tilt {
  0% {
    transform: translate(-50%, -50%) rotate(-10deg);
  }
  50% {
    transform: translate(-50%, -50%) rotate(-4deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-10deg);
  }
}
.int .char.gal.side .head .eyes-open, .int .char.guy.side .head .eyes-open {
    top: 61%;
    left: 50%;
    transform-origin: 50% 50%;
    transform: translate(-50%, -50%);
    width: 41.8%;
    aspect-ratio:1/0.238;
    background-image: url(../image/characters/doc/gal/side/eyes-open.svg);
    z-index: 4;
    animation: side-eyes-open 7s infinite;
}
@keyframes side-eyes-open {
  0% {
    transform: translate(-50%, -50%);
  }
  48% {
    transform: translate(-50%, -50%) scale(1,1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1,0);
  }
  55% {
    transform: translate(-50%, -50%) scale(1,0);
  }
  57% {
    transform: translate(-50%, -50%) scale(1,1);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}
.int .char.gal.side .head .eyes-closed, .int .char.guy.side .head .eyes-closed {
    top: 61%;
    left: 50%;
    transform-origin: 50% 50%;
    transform: translate(-50%, -50%);
    width: 41.8%;
    aspect-ratio:1/0.238;
    background-image: url(../image/characters/doc/gal/side/eyes-closed.svg);
    z-index: 4;
    animation: side-eyes-closed 7s infinite;
}
@keyframes side-eyes-closed {
  0% {
    transform: translate(-50%, -50%) scale(1,0);
  }
  49% {
    transform: translate(-50%, -50%) scale(1,0);
  }
  51% {
    transform: translate(-50%, -50%) scale(1,1);
  }
  54% {
    transform: translate(-50%, -50%) scale(1,1);
  }
  56% {
    transform: translate(-50%, -50%) scale(1,0);
  }
  100% {
    transform: translate(-50%, -50%) scale(1,0);
  }
}









/* == | line - content - image - scroll | == */
.int .line .content.image-scroll .inner {
    width: 100%;
    aspect-ratio: 4 / 1.77;
    overflow: hidden;
}
.int .line .content.image-scroll .inner .box {
}
.int .line .content.image-scroll .inner .box {
    width: 0;
    margin: 0;
    padding: 0;
    transform-origin: 50% 50%;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}
.int .line .content.image-scroll .inner .box.on {
    width: calc(33.33% - 50px);
    margin: 25px;
    opacity: 1;
}
.int .line .content.image-scroll .inner .box.image::before {
    position: relative;
    display: block;
    width: 100%;
    padding: 100% 0 0 0;
    content: '';
}
.int .line .content.image-scroll .inner .box.image img {
    position: absolute;
    display: block;
    max-width: 50%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: grayscale(100%);
    opacity: 0.8;
    transition: all 0.2s ease-in-out;
}
.int .line .content.image-scroll .inner .box.image:hover img {
    filter: grayscale(0%);
    opacity: 1;
}
.int .line .content.image-scroll .directions {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    z-index: 10;
}
.int .line .content.image-scroll .directions div {
    position: absolute;
    top: 0%;
    width: 50px;
    height: 50px;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.int .line .content.image-scroll .directions div.prev {
    left: -50px;
}
.int .line .content.image-scroll .directions div.next {
    left: calc(100% + 50px);
}
.int .line .content.image-scroll .directions div.prev::before, .int .line .content.image-scroll .directions div.next::before {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../image/ico-nav.svg);
    background-size: 600% 300%;
    background-position: 60% 100%;
    content: '';
}
.int .line .content.image-scroll .directions div.prev::before {
    transform: translate(-50%, -50%) rotate(180deg);
}
@media screen and (max-width: 1450px) {
    .int .line .content.image-scroll .directions {
        width: 87%;
    }
}
@media screen and (max-width: 1000px) {
    .int .line .content.image-scroll .inner {
        aspect-ratio: 2 / 1.35;
    }
    .int .line .content.image-scroll .inner .box.on {
        width: calc(50% - 30px);
        margin: 15px 15px 30px 15px;
        opacity: 1;
    }
    .int .line .content.image-scroll .directions {
        width: 84%;
    }
}
@media screen and (max-width: 700px) {
    .int .line .content.image-scroll .inner {
        aspect-ratio: 2 / 1.35;
    }
    .int .line .content.image-scroll .inner .box.on {
        width: calc(50% - 30px);
        margin: 15px 15px 30px 15px;
        opacity: 1;
    }
    .int .line .content.image-scroll .directions {
        width: 78%;
    }
}
@media screen and (max-width: 500px) {
    .int .line .content.image-scroll .inner {
        aspect-ratio: 1 / 1.35;
    }
    .int .line .content.image-scroll .inner .box.on {
        width: calc(100% - 30px);
        margin: 15px 15px 30px 15px;
        opacity: 1;
    }
    .int .line .content.image-scroll .directions {
        width: 67%;
    }
}

/* == cookies == */
.freeprivacypolicy-com---nb {
  z-index: 29!important;
  
}
.freeprivacypolicy-com---nb-simple {
	bottom: 30px!important;
	right: 30px!important;
	width: 450px!important;
	overflow: hidden;
	border-radius: 4px;
}
.freeprivacypolicy-com---nb .cc-nb-main-container {
	padding: 30px!important;
}
.cc-nb-buttons-container button {
	width: 100%!important;
	padding: 0!important;
	line-height: 40px!important;
	color: #fff!important;
  background: #2A848B!important;
	border-radius: 2px!important;
	font-weight: 300!important;
	margin: 0 0 10px 0!important;
}
.cc-nb-buttons-container button:nth-of-type(1) {
	margin: 0 10px 10px 0!important;
}
.cc-nb-buttons-container button:nth-of-type(1), .cc-nb-buttons-container button:nth-of-type(2) {
	width: calc(50% - 5px)!important;
}
.cc-nb-buttons-container button:last-of-type {
	margin: 0!important;
	background: #123A3A!important;
}
.cc-nb-buttons-container button.cc-nb-changep {
	background: #123A3A!important;
}
.cc-cp-foot-button button {
	width: 100%!important;
	padding: 0 20px!important;
	line-height: 40px!important;
	color: #fff!important;
  background: #2A848B!important;
	border-radius: 2px!important;
	font-weight: 300!important;
	margin: 0 10px 0 0!important;
	float: right;
}
.freeprivacypolicy-com---pc-dialog {
	overflow: hidden;
	border-radius: 4px;
}
@media screen and (max-width: 700px) {
  .freeprivacypolicy-com---nb-simple {
    bottom: 0px!important;
    right: 0px!important;
    width: 100%!important;
    max-width: 100%!important;
    border-radius: 0px;
    height: auto!important;
  }
  .freeprivacypolicy-com---nb .cc-nb-main-container {
    padding: 20px!important;
    overflow: hidden;
  }
  .cc-nb-buttons-container button {
    width: 100%!important;
    padding: 0!important;
    line-height: 30px!important;
    margin: 0 0 10px 0!important;
    float: left;
  }
  .cc-nb-title {
    font-size: 16px!important;
  }
  .cc-nb-text {
    font-size: 14px!important;
  }
}