.int {
    font-family: "Open Sans", serif;
    font-weight: 300;
    color: #464459;
}
@media screen and (max-width: 700px) {
     .int {
      }
}

/* == fonts == */
.int .f-pps {
    
}
.int .f-rubik {
    font-family: "Rubik", sans-serif;
}

/* == elements == */
.int a {
    text-decoration: none;
    color: #464459;
}
.int p {
    padding: 0;
    margin: 0;
}
.int img {
    border: 0;
}
.int input, .int textarea {
    font-family: 'Open Sans', sans-serif;
}
.int .contain {
    overflow: hidden;
}
.int .clear {
    clear: both;
}
.int .desktop {
}
.int .mobile {
    display: none!important;
}
#home-screen {
  position: relative;
  width: 100%;
  height: 1px;
  float: left;
  margin: -1px 0 0 0;
}
@media screen and (max-width: 700px) {
    .int .desktop {
        display: none!important;
    }
    .int .mobile {
        display: block!important;
    }
}

/* == colors == */
.int .dark {
  background-color: #464459;
  background-image: url(../image/noise.png);
  background-repeat: repeat;
  background-position: 50% 50%;
  color: #fff;
}
.int .white {
  background-color: #fff;
}
.int .light {
  background-color: #f0f0f0;
  background-image: url(../image/noise.png);
  background-repeat: repeat;
  background-position: 50% 50%;
}
.int .green {
  background-color: #D9DE4C;
  background-image: url(../image/noise.png);
  background-repeat: repeat;
  background-position: 50% 50%;
}
.int .green-light {
  background-color: #F5EEC7;
  background-image: url(../image/noise.png);
  background-repeat: repeat;
  background-position: 50% 50%;
}
.int .green-yellow {
  background-color: #FCED9F;
  background-image: url(../image/noise.png);
  background-repeat: repeat;
  background-position: 50% 50%;
}
.int .f-dark {
  color: #464459;
}
.int .f-white {
  color: #fff;
}
.int .f-light {
  color: #f0f0f0;
}
.int .f-green {
  color: #D9DE4C;
}
.int .f-green-light {
  color: #F5EEC7;
}
.int .f-yellow {
  color: #FCED9F;
}

/* == ico == */
.int .ico {
}
.int .ico::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    transform-origin: 50% 50%;
    content: '';
}
.int .ico.white::before {
    filter: invert(1) brightness(1.5);
}
.int .ico.nav::before {
    background-image: url('../image/ico-nav.svg');
    background-size: 400% 200%;
}
.int .ico.contact::before {
    background-image: url('../image/ico-contact.svg');
    background-size: 400% 200%;
}
.int .ico.hamburger::before {
    background-position: 0 0;
}
.int .ico.close::before {
    background-position: 33.33% 0;
}
.int .ico.plus::before {
    background-position: 66.66% 0;
}
.int .ico.minus::before {
    background-position: 100% 0;
}
.int .ico.direction::before {
    background-position: 66.66% 0;
}
.int .ico.direction.right::before {
    transform: translate(-50%, -50%) rotate(180deg);
}
.int .ico.arrow::before {
    background-position: 33.33% 100%;
}
.int .ico.arrow.left::before {
    transform: translate(-50%, -50%) rotate(180deg);
}
.int .ico.blocked::before {
    background-position: 66.66% 100%;
}
.int .ico.resize::before {
    background-position: 100% 100%;
}
.int .ico.file::before {
    background-position: 66.66% 100%;
}
.int .ico.link::before {
    background-position: 100% 100%;
}

/* == logo == */
.int .logo {
    position: absolute;
    top: 50%;
    left: 0%;
    width: 250px;
    transform: translate(-50%, -50%);
    z-index: 30;
    transition: all 0.3s ease-in-out;
}
.int .logo.left {
    left: 0%;
    transform: translate(0%, -50%);
}
.int .logo.off {
    opacity: 0;
}
.int .logo.on {
    opacity: 1;
}
.int .logo::before {
    display: block;
    position: relative;
    width: 100%;
    padding: 36.9% 0 0 0;
    background-image: url(../image/logo.svg);
    background-size: 100% 100%;
    background-position: 50% 50%;
    content: '';
    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;
}

@media screen and (max-width: 1500px) {
    .int .logo {
        left: 0px;
        transform: translate(0, -50%);
    }
}
@media screen and (max-width: 1350px) {
    .int .logo {
        width: 150px;
    }
}
@media screen and (max-width: 1000px) {
    
}
@media screen and (max-width: 700px) {
    .int .logo.left {
        width: 130px;
        left:20px;
    }
    .int .logo.on {
        
    }
}
@media screen and (max-width: 500px) {
    .int .logo.left {
        width: 100px;
    }
}


/* == social == */
.int .top-menu .social {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.int .top-menu .menu.centered .social {
    
}
.int .top-menu .social::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0%;
    width: 1px;
    height: 18px;
    background: #fff;
    transform: translate(-50%, -50%);
    content: '';
}
.int .top-menu .social a {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 0 0 20px;
    float: left;
    transform-origin: 50% 50%;
    transition: all 0.2s ease-in-out;
}
.int .top-menu .social a::before {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    background-size:100%;
    background-position: 50% 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    content: '';
}
.int .top-menu .social a.fb::before {
    background-image: url('../image/ico-social-fb.svg');
}
.int .top-menu .social a.insta::before {
    background-image: url('../image/ico-social-insta.svg');
}
@media screen and (max-width: 1350px) {
    .int .top-menu .social {
    }
    .int .top-menu .social a {
        width: 20px;
        height: 20px;
    }
}
@media screen and (max-width: 1000px) {
    .int .top-menu .social {
        position: absolute;
        right: 90px;
        margin: 0;
        padding: 0;
    }
    .int .top-menu .social.on {
        position: fixed;
        right: auto;
        top: auto;
        left: calc(50% + 40px);
        bottom: 20px;
        z-index: 31;
    }
    .int .top-menu .social::before {
        display: none;
    }
    .int .top-menu .social a {
        width: 30px;
        height: 30px;
        margin: 0 0 0 10px;
    }
}
@media screen and (max-width: 700px) {
    .int .top-menu .social.on {
        right: 30px;
        top: auto;
        left: auto;
    }
}

/* == menu-button == */
.int .menu-button {
    position: fixed;
    display: none;
    top: 50px;
    right:50px;
    width: 50px;
    height: 50px;
    z-index: 30;
    cursor: pointer;
}
.int .menu-button.off {
    display: none;
}
.int .menu-button .ico {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    opacity:0;
    transition: all 0.3s ease-in-out;
    
}
.int .menu-button .ico.on {
    opacity:1;
    transform: translate(-50%, -50%) scale(1);
    
}
.int .menu-button .ico.nav.close.on {
}

@media screen and (max-width: 1000px) {
    .int .menu-button {
        display: block;
    }
    .int .menu-button {
        top: 21px;
        right:25px;
        width: 40px;
        height: 40px;
    }
}
@media screen and (max-width: 700px) {
    .int .menu-button {
        top: 22.5px;
        right:20px;
        width: 35px;
        height: 35px;
    }
}

/* == menu == */
.menu {
    position: absolute;
    float: none;
    top: 50%;
    left:calc(50% + 10px);
    transform: translate(0, -50%);
    z-index: 10;
    transition: all 0.5s ease-in-out;
}
.menu.centered {
    position: absolute;
    float: none;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 10;
    transition: all 0.5s ease-in-out;
}
.menu ul {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    padding: 0 100px 0 0;
    margin: 0;
    list-style: none;
    float: left;
    transition: all 0.3s ease-in-out;
}
.menu.centered ul {
    padding: 0 100px 0 0;
}
.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: #464459;
    font-size: 24px;
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    line-height: 50px;
    white-space: nowrap;
    transition: all 0.2s ease-in-out;
}
.menu ul li a:hover {
    color: #464459;
}
.menu ul li a::before {
    position: absolute;
    display: block;
    width: 0;
    height: 3px;
    top: 100%;
    left: 20px;
    border-radius: 3px;
    background: #D9DE4C;
    transform: translate(0, -50%);
    content: '';
    z-index: 31;
    transition: all 0.2s ease-in-out;
}
.menu ul li:hover a::before {
    width: calc(100% - 40px);
}
.menu ul li.mark a {
}
.menu ul ul {
    position: absolute;
    display: block;
    top: 100%;
    left: 50%;
    padding: 20px;
    border-radius: 4px;
    margin: 0;
    transform: translate(-50%, 0);
    background-color: #F5EEC7;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    pointer-events:none;
    z-index: 30;
}
.menu ul li:hover ul {
    opacity: 1;
    pointer-events:auto!important;
    visibility: visible;
}
.menu ul ul li {
    float: none;
}
.menu ul ul li a {
    position: relative;
    display: block;
    color: #464459;
    font-size: 18px;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    text-transform: none;
    line-height: 40px;
    border-radius: 2px;
    padding: 0 20px!important;
}
.menu ul ul li a::before, .menu ul li.mark ul li a::before {
    display: none;
}
.menu .contact {
    display: none;
}

@media screen and (max-width: 1350px) {
    .menu ul li a {
        font-size: 16px;
        line-height: 80px;
    }
    .menu ul ul {
    }
    .menu ul ul li a {
        font-size: 16px;
    }
}
@media screen and (max-width: 1200px) {
    .menu ul {
        flex-wrap: nowrap;
    }
    .menu ul li a {
        font-size: 16px;
    }
}
@media screen and (max-width: 1000px) {
    .menu {
        position: fixed;
        width: 50%;
        height: 100%;
        top: 0;
        left:100%;
        float: none;
        background-color: #FCED9F;
        background-image: url(../image/noise.png);
        background-repeat: repeat;
        z-index: 29;
    }
    .menu, .menu.centered {
        position: fixed;
        width: 50%;
        height: 100%;
        top: 0;
        left:100%;
        float: none;
        transform: none;
        z-index: 29;
    }
    .menu.on {
        left:50%;
    }
    .menu.on::before {
        height: calc(100% - 100px);
        opacity:1;
        transition-delay: 0.2s;
    }
    .menu ul {
        position: absolute;
        display: block;
        top: calc(50% - 100px);
        margin: 0;
        left:40px;
        flex-wrap: wrap;
        padding: 0;
        transform: translateY(-50%);
    }
    .menu.centered ul {
        padding: 0;
    }
    .menu ul li {
        float: none;
        width: 100%;
    }
    .menu ul li a {
        color: #464459;
        line-height: 50px;
        font-size: 18px;
    }
    .menu ul li.mark a {
        padding: 0 20px;
    }
    .menu ul li.mark a::before {
        width: 100%;
        left: 50%;
    }
    .menu ul ul {
        display: none;
    }
    .menu .contact {
        display: block;
        position: absolute;
        width: 100%;
        bottom: 72px;
        padding: 20px 0;
    }
    .menu .contact .mail {
        position: relative;
        display: block;
        margin: 0 0 15px 40px;
        font-size: 18px;
        color: #464459;
    }
    .menu .contact .phone {
        position: relative;
        display: block;
        margin: 0 0 0 40px;
        font-size: 24px;
        color: #464459;
    }
    .menu .contact .quote {
        position: relative;
        display: block;
        margin: 20px 0 0 40px;
        float: left;
        background-color: #fff;
        background-image: url(../image/noise.png);
        background-repeat: repeat;
        color: #464459;
        z-index: 5;
    }
    .menu .contact .quote:hover {
        position: relative;
        display: block;
        margin: 20px 0 0 40px;
        float: left;
        background-color: #fff;
        background-image: url(../image/noise.png);
        background-repeat: repeat;
        color: #464459;
        z-index: 5;
    }
    .menu .contact .quote::before {
        background-color: #D9DE4C;
        background-image: url(../image/noise.png);
        background-repeat: repeat;
    }
    .menu .contact .social {
        position: relative;
        width: calc(100% - 80px);
        margin: 20px 0 0 40px;
        display: block;
        float: left;
        left: auto!important;
        bottom: auto!important;
        right: auto!important;
        top: auto!important;
    }
    .menu .contact .social a {
        float: left;
        margin: 0 10px 0 0;
        background-color: #464459;
    }
    .menu .contact .social a::before {
        filter: none;
    }
}
@media screen and (max-width: 700px) {
    .menu {
        width: 100%;
        left: 100%;
    }
    .menu.centered {
        width: 100%;
        left: 100%;
    }
    .menu.on {
        left: 0%;
    }
    .menu::before {
        display: none;
    }
    .menu ul {
        top: calc(50% - 100px);
        left:auto;
        right: 30px;
    }
    .menu ul li a {
        text-align: right;
        padding: 0;
    }
    .menu .contact {
        width: calc(100% - 30px);
        text-align: right;
    }
    .menu .contact .mail {
        font-size: 18px;
    }
    .menu .contact .phone {
        font-size: 24px;
    }
    .menu .contact .quote {
        margin: 0 40px 0 0;
        float: right;
    }
    .menu .contact .quote:hover {
        margin: 0 40px 0 0;
        float: right;
    }
    .menu .contact .social {
        position: absolute;
        bottom: 30px!important;
        left: 30px!important;
        width: auto;
        float: none;
        opacity: 1;
        pointer-events:auto;
        margin: 0;
    }
}


/* == language == */
.int .language {
    position: absolute;
    width: 40px;
    height: 40px;
    display: flex;
    flex-wrap: wrap;
    top: 35px;
    right: 0;
    cursor: pointer;
    z-index: 30;
}
.int .language::before {
    position: absolute;
    width: 38px;
    height: 38px;
    top: 0%;
    left: 0%;
    border:1px solid #fff;
    border-radius: 5px;
    content: '';
    z-index: 10;
}
.int .language::after {
    display: block;
    position: absolute;
    top: 50%;
    left: -20px;
    width: 1px;
    height: 18px;
    background: #fff;
    transform: translate(-50%, -50%);
    content: '';
}
.int .language .box {
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    border-radius: 3px;
    float: left;
    order: 2;
    opacity: 0;
    pointer-events:none;
    color: #464459;
    background-color: #fff;
    background-image: url(../image/noise.png);
    background-repeat: repeat;
    transition: all 0.2s ease-in-out;
}
.int .language:hover .box {
    opacity: 1;
    pointer-events:auto;
}
.int .language:hover .box + .box {
    z-index: 12;
}
.int .language .box:hover {
    background-color: #D9DE4C;
    color: #fff;
}
.int .language .box.on {
    order: 1;
    opacity: 1;
    color: #fff;
    background:none;
}
@media screen and (max-width: 1350px) {
    .int .language {
        top: 20px;
    }
}
@media screen and (max-width: 1000px) {
    .int .language {
        right:65px;
    }
    .int .language::after {
        display: none;
    }
}
@media screen and (max-width: 700px) {
    .int .language {
      width: 40px;
      height: 40px;
      top: 20px;
      right: 70px;
    }
    .int .language .box {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}

/* == line == */
.int .line {
    position: relative;
    width: calc(100% - 60px);
    margin: 0 30px;
    float: left;
}
.int .at-top {
    overflow: visible;
    position: absolute;
    top: 0;
    transition: all 0.5s ease-in-out;
}
.int .at-top.on {
    position: fixed;
}
.int .at-top + .line {
    margin: 160px 30px 0 30px;
}
.int .line.in-front {
    z-index: 30;
}
.int .line.in-back {
    z-index: -1;
}
.int .line.fixed {
    position: fixed;
}
.int .line.full-height {
    height: 100%;
}
.int .at-top + .line.full-height {
    height: calc(100% - 160px);
}
.int .at-top + .line.full-height + .line.full-height {
    height: calc(100% - 95px);
}
.int .line.half-height {
    height: 50%;
}
@media screen and (max-width: 1600px) {
  .int .line.negative-top {
      margin: -70px 20px 0 20px;
  }
}
@media screen and (max-width: 1350px) {
  .int .at-top + .line.full-height {
      height: calc(100% - 80px);
  }
  .int .at-top + .line.full-height + .line.full-height {
      height: calc(100% - 80px);
      margin: 80px 30px 0 30px;
  }
  .int .at-top + .line {
      margin: 80px 30px 0 30px;
  }
}
@media screen and (max-width: 1000px) {
  .int .at-top {
      position: fixed;
  }
}
@media screen and (max-width: 700px) {
  .int .at-top + .line {
      margin: 80px 0 0 0;
      width: 100%;
  }
  .int .line, .int .line.light, int .line.dark, int .line.green {
      width: 100%;
      margin: 0;
  }
  .int .at-top + .line.full-height + .line.full-height {
      height: calc(100% - 80px);
      margin: 80px 0 0 0;
  }
}


/* == line - background == */
.int .line .background {
    position: absolute;
    width: 100%;
    height: 100%;
}
.int .line .background.v-25 {
    height: 25%;
}
.int .line .background.v-50 {
    height: 50%;
}
.int .line .background.v-75 {
    height: 75%;
}
.int .line .background.half {
    width: 50%;
}
.int .line .background.left {
    left:0;
}
.int .line .background.right {
    right:0;
}
.int .line .background.top {
    top: 0;
}
.int .line .background.bottom {
    bottom: 0;
}

@media screen and (max-width: 700px) {
}

/* == line - bar == */
.int .line .bar {
    display: none;
    position: absolute;
    width: 3px;
    z-index: 10;
    left: 50%;
    pointer-events:none;
    background-color: #fff;
    border-radius: 3px;
    transform: translate(-50%, -50%);
}
.int .line .bar.top {
    top:0;
    display: block;
}
.int .line .bar.top.placement-25 {
    transform: translate(-50%, -25%);
}
.int .line .bar.top.placement-50 {
    transform: translate(-50%, -50%);
}
.int .line .bar.top.placement-75 {
    transform: translate(-50%, -75%);
}
.int .line .bar.bottom {
    top:100%;
    display: block;
}
.int .line .bar.bottom.placement-25 {
    transform: translate(-50%, -25%);
}
.int .line .bar.bottom.placement-50 {
    transform: translate(-50%, -50%);
}
.int .line .bar.bottom.placement-75 {
    transform: translate(-50%, -75%);
}
.int .line .bar.big {
    height: 233px;
}
.int .line .bar.medium {
    height: 141px;
}
.int .line .bar.small {
    height:100px;
}
.int .line .bar .circle {
    display: none;
    position: absolute;
    width: 15px;
    height: 15px;
    left: 50%;
    background-color: #fff;
    border-radius: 100%;
    transform: translate(-50%, -50%);
}
.int .line .bar .circle.placement-0 {
    top: 0%;
}
.int .line .bar .circle.placement-25 {
    top: 25%;
}
.int .line .bar .circle.placement-50 {
    top: 50%;
}
.int .line .bar .circle.placement-75 {
    top: 75%;
}
.int .line .bar .circle.placement-100 {
    top: 100%;
}
.int .line .bar .circle.placement-0, .int .line .bar .circle.placement-25, .int .line .bar .circle.placement-50, .int .line .bar .circle.placement-75, .int .line .bar .circle.placement-100 {
    display: block;
}
@media screen and (max-width: 1600px) {
    .int .line .bar.big {
        height: 154px;
    }
    .int .line .bar.medium {
        height: 103px;
    }
    .int .line .bar.small {
        height:47px;
    }
}
@media screen and (max-width: 1000px) {
    .int .line .bar.big {
        height: 123px;
    }
    .int .line .bar.medium {
        height: 83px;
    }
    .int .line .bar.small {
        height:43px;
    }
    .int .line .bar .circle {
        width: 10px;
        height: 10px;
    }
}
@media screen and (max-width: 700px) {
    .int .line .bar.big {
        height: 115px;
    }
    .int .line .bar.medium {
        height: 75px;
    }
    .int .line .bar.small {
        height:35px;
    }
}

/* == line - top == */
.int .line .top-menu {
    position: relative;
    display: block;
    width: 100%;
    height: 160px;
    margin: auto;
    background: #fff;
}
.int .line.at-top.on .top-menu {
    background-color: #464459;
    background-image: url(../image/noise.png);
    background-repeat: repeat;
    background-position: 50% 50%;
}
.int .line .top-menu::before {
    position: absolute;
    display: block;
    width: calc(100% + 40px);
    height: 100%;
    left: -20px;
    top: 0;
    content: '';
}
@media screen and (max-width: 1350px) {
    .int .line .top-menu {
        height: 80px;
    }
}


/* == line - content == */
.int .line .content {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    flex-wrap: wrap;
    z-index: 3;
}
.int .line .content.padding-small {
    padding: 50px 0;
}
.int .line .content.padding-medium {
    padding: 100px 0;
}
.int .line .content.padding-big {
    padding: 150px 0;
}
.int .line .content.padding-top {
    padding: 150px 0 0 0;
}
.int .line .content .box {
    position: relative;
    float: left;
    margin: 30px;
    padding: 0px 0;
    text-align: justify;
}
.int .line .content .box.no-padding {
    padding: 0!important;
}
.int .content .box.backg {
    padding: 30px;
    border-radius: 4px;
}
.int .content .box.one-one {
    width: calc(100% - 40px);
    float: none;
    max-width: 1000px;
    margin: 30px auto;
}
.int .content .box.one-one.backg {
    width: calc(100% - 120px);
}
.int .content .box.one-one.full {
    max-width:100%;
}
.int .content .box.one-two {
    width: calc(50% - 60px);
}
.int .content .box.one-two.backg {
    width: calc(50% - 120px);
}
.int .content .box.one-three {
    width: calc(33.33% - 60px);
}
.int .content .box.one-three.backg {
    width: calc(33.33% - 120px);
}
.int .content .box.two-three {
    width: calc(66.66% - 60px);
}
.int .content .box.one-four {
    width: calc(25% - 60px);
}
.int .content .box.one-four.backg {
    width: calc(25% - 120px);
}
.int .line .content .box.right {
}
.int .line .content .box.left h1, .int .line .content .box.left h2, .int .line .content .box.left h3, .int .line .content .box.left h4 {
    text-align: left;
}
.int .line .content .box.right h1, .int .line .content .box.right h2, .int .line .content .box.right h3, .int .line .content .box.right h4 {
    text-align: right;
}
.int .line .content .box .bar {
    width: 8px;
    height: 40%;
    top: 50%;
}
.int .line .content .box .bar.left {
    left:0;
}
.int .line .content .box .bar.right {
    left:100%;
}
@media screen and (max-width: 1600px) {
    .int .line .content.padding-small {
        padding: 40px 0;
    }
    .int .line .content.padding-medium {
        padding: 80px 0;
    }
    .int .line .content.padding-big {
        padding: 120px 0;
    }
    .int .line .content.padding-top {
        padding: 120px 0 80px 0;
    }
    .int .line .content .box {
        margin: 20px;
        padding: 0px 0;
    }
    .int .line .content .box.backg {
        padding: 20px;
    }
    .int .content .box.one-one {
        width: calc(100% - 40px);
        margin: 20px auto;
    }
    .int .content .box.one-one.backg {
        width: calc(100% - 100px);
    }
    .int .content .box.one-two {
        width: calc(50% - 40px);
    }
    .int .content .box.one-two.backg {
        width: calc(50% - 100px);
    }
    .int .content .box.one-three {
        width: calc(33.33% - 40px);
    }
    .int .content .box.one-three.backg {
        width: calc(33.33% - 100px);
    }
    .int .content .box.one-four {
        width: calc(25% - 40px);
    }
    .int .content .box.one-four.backg {
        width: calc(25% - 100px);
    }
}
@media screen and (max-width: 1400px) {
    .int .line .content {
        width: calc(100% - 40px);
    }
    .int .line .content .box {
        margin: 20px;
        padding: 0px 0;
    }
    .int .line .content .box.backg {
        padding: 20px;
    }
    .int .content .box.one-one {
        width: calc(100% - 40px);
        margin: 20px auto;
    }
    .int .content .box.one-one.backg {
        width: calc(100% - 80px);
    }
    .int .content .box.one-two {
        width: calc(50% - 40px);
    }
    .int .content .box.one-two.backg {
        width: calc(50% - 80px);
    }
    .int .content .box.one-three {
        width: calc(33.33% - 40px);
    }
    .int .content .box.one-three.backg {
        width: calc(33.33% - 80px);
    }
    .int .content .box.one-four {
        width: calc(25% - 40px);
    }
    .int .content .box.one-four.backg {
        width: calc(25% - 80px);
    }
}
@media screen and (max-width: 1000px) {
    .int .line .content {
        width: calc(100% - 30px);
    }
    .int .line .content.padding-small {
        padding: 30px 0;
    }
    .int .line .content.padding-medium {
        padding: 60px 0;
    }
    .int .line .content.padding-big {
        padding: 90px 0;
    }
    .int .line .content .box {
        margin: 15px;
        padding: 0px 0;
    }
    .int .line .content .box.backg {
        padding: 20px;
    }
    .int .content .box.one-one {
        width: calc(100% - 30px);
        margin: 15px auto;
    }
    .int .content .box.one-one.backg {
        width: calc(100% - 70px);
    }
    .int .content .box.one-two {
        width: calc(50% - 30px);
    }
    .int .content .box.one-two.backg {
        width: calc(50% - 70px);
    }
    .int .content .box.one-three {
        width: calc(50% - 30px);
    }
    .int .content .box.two-three {
        width: calc(50% - 30px);
    }
    .int .content .box.one-three.backg {
        width: calc(50% - 70px);
    }
    .int .content .box.one-four {
        width: calc(25% - 30px);
    }
    .int .content .box.one-four.backg {
        width: calc(25% - 70px);
    }
    .int .line .content .box .bar {
       transform: translate(-50%, -50%);
    }
}
@media screen and (max-width: 700px) {
    .int .line .content {
        width: calc(100% - 20px);
    }
    .int .line .content .box {
        margin: 10px;
        padding: 0px 0;
    }
    .int .line .content.padding-top {
        padding: 120px 0 60px 0;
    }
    .int .content .box.one-one {
        width: calc(100% - 20px);
        margin: 15px auto;
    }
    .int .content .box.one-one.backg {
        width: calc(100% - 60px);
    }
    .int .content .box.one-two {
        width: calc(100% - 20px);
    }
    .int .content .box.one-two.backg {
        width: calc(100% - 60px);
    }
    .int .content .box.one-three {
        width: calc(50% - 20px);
    }
    .int .content .box.two-three {
        width: calc(100% - 20px);
    }
    .int .content .box.one-three.backg {
        width: calc(100% - 60px);
    }
    .int .content .box.one-four {
        width: calc(25% - 20px);
    }
    .int .content .box.one-four,backg {
        width: calc(25% - 60px);
    }
}
@media screen and (max-width: 700px) {
    
}


/* == line - content - box - heading == */
.int .white h1,
.int .white h2,
.int .white h3,
.int .white h4,
.int .white h5 {
    color:#303030;
}
.int .line .content .box h1,
.int .line .content .box h2,
.int .line .content .box h3,
.int .line .content .box h4,
.int .line .content .box h5,
.int .line .content .box .heading {
    position: relative;
    display: block;
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: 300;
    text-align: left;
    clear: both;
}
.int .line .content .box h1 a,
.int .line .content .box h2 a,
.int .line .content .box h3 a,
.int .line .content .box h4 a,
.int .line .content .box h5 a,
.int .line .content .box .heading a {
    color: inherit;
}
.int .line .content .box h1.bold,
.int .line .content .box h2.bold,
.int .line .content .box h3.bold,
.int .line .content .box h4.bold,
.int .line .content .box h5.bold,
.int .line .content .box .heading.bold {
    font-weight: 800;
}
.int .line .content .box h1.underline,
.int .line .content .box h1.underline,
.int .line .content .box h2.underline,
.int .line .content .box h2.underline,
.int .line .content .box h3.underline,
.int .line .content .box h3.underline,
.int .line .content .box h4.underline,
.int .line .content .box h4.underline,
.int .line .content .box h5.underline,
.int .line .content .box .heading.underline {
    padding: 0 0 60px 0; 
}
.int .line .content .box h1.indent-left.underline, .int .line .content .box h1.indent-right.underline,
.int .line .content .box h2.indent-left.underline, .int .line .content .box h2.indent-right.underline,
.int .line .content .box h3.indent-left.underline, .int .line .content .box h3.indent-right.underline,
.int .line .content .box h4.indent-left.underline, .int .line .content .box h4.indent-right.underline,
.int .line .content .box h5.indent-left.underline, .int .line .content .box h5.indent-right.underline,
.int .line .content .box .heading.indent-left.underline, .int .line .content .box .heading.indent-right.underline {
    padding: 0; 
}
.int .line .content .box h1.indent-left,
.int .line .content .box h1.indent-left,
.int .line .content .box h2.indent-left,
.int .line .content .box h2.indent-left,
.int .line .content .box h3.indent-left,
.int .line .content .box h3.indent-left,
.int .line .content .box h4.indent-left,
.int .line .content .box h4.indent-left,
.int .line .content .box h5.indent-left,
.int .line .content .box .heading.indent-left {
    width: calc(50% - 20px);
    left: calc(50% + 20px);
    text-align: left!important;
}
.int .line .content .box h1.indent-right,
.int .line .content .box h1.indent-right,
.int .line .content .box h2.indent-right,
.int .line .content .box h2.indent-right,
.int .line .content .box h3.indent-right,
.int .line .content .box h3.indent-right,
.int .line .content .box h4.indent-right,
.int .line .content .box h4.indent-right,
.int .line .content .box h5.indent-right,
.int .line .content .box .heading.indent-right {
    width: calc(50% - 20px);
    left: 0%;
    text-align: right!important;
}
.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  {
    position: absolute;
    display: block;
    width: 250px; 
    height: 3px;
    border-radius: 3px;
    bottom: 15px;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #FCED9F;
    content: '';
    z-index: 5;
}
.int .line.light .content .box h1.underline::before,
.int .line.light .content .box h2.underline::before,
.int .line.light .content .box h3.underline::before,
.int .line.light .content .box h4.underline::before,
.int .line.light .content .box h5.underline::before  {
    background-color: #D9DE4C;
}
.int .line .content .box.green-light h1.underline::before,
.int .line .content .box.green-light h2.underline::before,
.int .line .content .box.green-light h3.underline::before,
.int .line .content .box.green-light h4.underline::before,
.int .line .content .box.green-light h5.underline::before  {
    background-color: #D9DE4C;
}
.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  {
    bottom: 15px;
}
.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  {
    border-top-color: #D9DE4C;
}
.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 {
    left: calc(90% + 80px)
}
.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 {
    left:calc(0% + 10px);
}
.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 {
    position: absolute;
    display: block;
    width: 13px; 
    height: 13px;
    border-radius: 13px;
    bottom: 6px;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #FCED9F;
    content: '';
    z-index: 5;
}
.int .line.light .content .box h1.underline::after,
.int .line.light .content .box h2.underline::after,
.int .line.light .content .box h3.underline::after,
.int .line.light .content .box h4.underline::after,
.int .line.light .content .box h5.underline::after {
    background-color: #D9DE4C;
}
.int .line .content .box.green-light h1.underline::after,
.int .line .content .box.green-light h2.underline::after,
.int .line .content .box.green-light h3.underline::after,
.int .line .content .box.green-light h4.underline::after,
.int .line .content .box.green-light h5.underline::after {
    background-color: #D9DE4C;
}
.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 {
    left: calc(90% + 205px);
}
.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 {
    left:-113px;
}
.int .line .content .box h1.indent-right.underline,
.int .line .content .box h2.indent-right.underline,
.int .line .content .box h3.indent-right.underline,
.int .line .content .box h4.indent-right.underline,
.int .line .content .box h5.indent-right.underline,
.int .line .content .box h1.indent-left.underline,
.int .line .content .box h2.indent-left.underline,
.int .line .content .box h3.indent-left.underline,
.int .line .content .box h4.indent-left.underline,
.int .line .content .box h5.indent-left.underline  {
    margin:0 0 60px 0;
}
.int .line .content .box h1.indent-left.underline::before,
.int .line .content .box h2.indent-left.underline::before,
.int .line .content .box h3.indent-left.underline::before,
.int .line .content .box h4.indent-left.underline::before,
.int .line .content .box h5.indent-left.underline::before  {
    position: absolute;
    display: block;
    width: 33.33%; 
    height: 50px;
    top:calc(100% + 15px);
    left: -22px;
    transform: translate(0%, 0%);
    border-top:3px solid #FCED9F;
    border-left:3px solid #FCED9F;
    background: none;
    content: '';
}
.int .line.light .content .box h1.indent-left.underline::before,
.int .line.light .content .box h2.indent-left.underline::before,
.int .line.light .content .box h3.indent-left.underline::before,
.int .line.light .content .box h4.indent-left.underline::before,
.int .line.light .content .box h5.indent-left.underline::before  {
    border-top:3px solid #D9DE4C;
    border-left:3px solid #D9DE4C;
}
.int .line .content .box h1.indent-right.underline::before,
.int .line .content .box h2.indent-right.underline::before,
.int .line .content .box h3.indent-right.underline::before,
.int .line .content .box h4.indent-right.underline::before,
.int .line .content .box h5.indent-right.underline::before  {
    position: absolute;
    display: block;
    width: 33.33%; 
    height: 50px;
    top:calc(100% + 15px);
    right: -22px;
    left: auto;
    transform: translate(0%, 0%);
    border-top:3px solid #FCED9F;
    border-right:3px solid #FCED9F;
    background: none;
    content: '';
}
.int .line.light .content .box h1.indent-right.underline::before,
.int .line.light .content .box h2.indent-right.underline::before,
.int .line.light .content .box h3.indent-right.underline::before,
.int .line.light .content .box h4.indent-right.underline::before,
.int .line.light .content .box h5.indent-right.underline::before  {
    border-top:3px solid #D9DE4C;
    border-right:3px solid #D9DE4C;
}
.int .line .content .box h1.indent-right.underline::after,
.int .line .content .box h2.indent-right.underline::after,
.int .line .content .box h3.indent-right.underline::after,
.int .line .content .box h4.indent-right.underline::after,
.int .line .content .box h5.indent-right.underline::after  {
    left: calc(100% + 20px);
    top: calc(100% + 62px);
}
.int .line .content .box h1.indent-left.underline::after,
.int .line .content .box h2.indent-left.underline::after,
.int .line .content .box h3.indent-left.underline::after,
.int .line .content .box h4.indent-left.underline::after,
.int .line .content .box h5.indent-left.underline::after  {
    left: -20px;
    top: calc(100% + 62px);
}
.int .line .content .box.left h1,
.int .line .content .box.left h2,
.int .line .content .box.left h3,
.int .line .content .box.left h4,
.int .line .content .box.left h5,
.int .line .content .box.left .heading {
    text-align: left;
}
.int .line .content .box.right h1,
.int .line .content .box.right h2,
.int .line .content .box.right h3,
.int .line .content .box.right h4,
.int .line .content .box.right h5,
.int .line .content .box.right .heading {
    text-align: right;
}
.int .line .content .box.center h1,
.int .line .content .box.center h2,
.int .line .content .box.center h3,
.int .line .content .box.center h4,
.int .line .content .box.center h5,
.int .line .content .box.center .heading {
    text-align: center;
}
.int .line .content .box h1.biggest,
.int .line .content .box h2.biggest,
.int .line .content .box h3.biggest,
.int .line .content .box h4.biggest,
.int .line .content .box h5.biggest,
.int .line .content .box .heading.biggest {
    font-size: 62px;
    line-height: 62px;
}
.int .line .content .box h1.big,
.int .line .content .box h2.big,
.int .line .content .box h3.big,
.int .line .content .box h4.big,
.int .line .content .box h5.big,
.int .line .content .box .heading.big {
    font-size: 52px;
    line-height: 52px;
}
.int .line .content .box h1.medium,
.int .line .content .box h2.medium,
.int .line .content .box h3.medium,
.int .line .content .box h4.medium,
.int .line .content .box h5.medium,
.int .line .content .box .heading.medium {
    font-size: 32px;
    line-height: 32px;
}
.int .line .content .box h1.small,
.int .line .content .box h2.small,
.int .line .content .box h3.small,
.int .line .content .box h4.small,
.int .line .content .box h5.small,
.int .line .content .box .heading.small {
    font-size: 24px;
    line-height: 24px;
}
.int .line .content .box h1.tiny,
.int .line .content .box h2.tiny,
.int .line .content .box h3.tiny,
.int .line .content .box h4.tiny,
.int .line .content .box h5.tiny,
.int .line .content .box .heading.tiny {
    font-size: 18px;
}
.int .line .content .box h1.big small,
.int .line .content .box h2.big small,
.int .line .content .box h3.big small,
.int .line .content .box h4.big small,
.int .line .content .box h5.big small,
.int .line .content .box h1.medium small,
.int .line .content .box h2.medium small,
.int .line .content .box h3.medium small,
.int .line .content .box h4.medium small,
.int .line .content .box h5.medium small,
.int .line .content .box h1.small small,
.int .line .content .box h2.small small,
.int .line .content .box h3.small small,
.int .line .content .box h4.small small,
.int .line .content .box h5.small small,
.int .line .content .box h1.tiny small,
.int .line .content .box h2.tiny small,
.int .line .content .box h3.tiny small,
.int .line .content .box h4.tiny small,
.int .line .content .box h5.tiny small {
    text-transform: lowercase;
    font-size: 18px;
}
@media screen and (max-width: 1600px) {
    .int .line .content .box h1.biggest,
    .int .line .content .box h2.biggest,
    .int .line .content .box h3.biggest,
    .int .line .content .box h4.biggest,
    .int .line .content .box h5.biggest,
    .int .line .content .box .heading.biggest {
        font-size: 52px;
        line-height: 52px;
    }
}
@media screen and (max-width: 1450px) {
    .int .line .content .box h1.biggest,
    .int .line .content .box h2.biggest,
    .int .line .content .box h3.biggest,
    .int .line .content .box h4.biggest,
    .int .line .content .box h5.biggest,
    .int .line .content .box .heading.biggest {
        font-size: 52px;
        line-height: 52px;
    }
    .int .line .content .box h1.big,
    .int .line .content .box h2.big,
    .int .line .content .box h3.big,
    .int .line .content .box h4.big,
    .int .line .content .box h5.big,
    .int .line .content .box .heading.big {
        font-size: 32px;
        line-height: 32px;
    }
    .int .line .content .box h1.medium,
    .int .line .content .box h2.medium,
    .int .line .content .box h3.medium,
    .int .line .content .box h4.medium,
    .int .line .content .box h5.medium,
    .int .line .content .box .heading.medium {
        font-size: 24px;
        line-height: 24px;
    }
    .int .line .content .box h1.small,
    .int .line .content .box h2.small,
    .int .line .content .box h3.small,
    .int .line .content .box h4.small,
    .int .line .content .box h5.small,
    .int .line .content .box .heading.small {
        font-size: 18px;
        line-height: 18px;
    }
    .int .line .content .box h1.tiny,
    .int .line .content .box h2.tiny,
    .int .line .content .box h3.tiny,
    .int .line .content .box h4.tiny,
    .int .line .content .box h5.tiny,
    .int .line .content .box .heading.tiny {
        font-size: 18px;
    }
    .int .line .content .box h1.underline,
    .int .line .content .box h1.underline,
    .int .line .content .box h2.underline,
    .int .line .content .box h2.underline,
    .int .line .content .box h3.underline,
    .int .line .content .box h3.underline,
    .int .line .content .box h4.underline,
    .int .line .content .box h4.underline,
    .int .line .content .box h5.underline,
    .int .line .content .box h5.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  {
        bottom:5px;
    }
    .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  {
        bottom:5px;
    }
    .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  {
        bottom:-4px;
    }
}
@media screen and (max-width: 1200px) {
    .int .line .content .box h1.biggest,
    .int .line .content .box h2.biggest,
    .int .line .content .box h3.biggest,
    .int .line .content .box h4.biggest,
    .int .line .content .box h5.biggest,
    .int .line .content .box .heading.biggest {
        font-size: 50px;
        line-height: 50px;
    }
}
@media screen and (max-width: 1000px) {
    
}
@media screen and (max-width: 700px) {
  .int .line .content .box h1.biggest,
  .int .line .content .box h2.biggest,
  .int .line .content .box h3.biggest,
  .int .line .content .box h4.biggest,
  .int .line .content .box h5.biggest,
  .int .line .content .box .heading.biggest {
      font-size: 42px;
      line-height: 42px;
  }
  .int .line .content .box h1.big,
  .int .line .content .box h2.big,
  .int .line .content .box h3.big,
  .int .line .content .box h4.big,
  .int .line .content .box h5.big,
  .int .line .content .box .heading.big {
      font-size: 32px;
      line-height: 32px;
  }
  .int .line .content .box h1.medium,
  .int .line .content .box h2.medium,
  .int .line .content .box h3.medium,
  .int .line .content .box h4.medium,
  .int .line .content .box h5.medium,
  .int .line .content .box .heading.medium {
      font-size: 24px;
      line-height: 24px;
  }
  .int .line .content .box h1.small,
  .int .line .content .box h2.small,
  .int .line .content .box h3.small,
  .int .line .content .box h4.small,
  .int .line .content .box h5.small,
  .int .line .content .box .heading.small {
      font-size: 18px;
      line-height: 18px;
  }
  .int .line .content .box h1.tiny,
  .int .line .content .box h2.tiny,
  .int .line .content .box h3.tiny,
  .int .line .content .box h4.tiny,
  .int .line .content .box h5.tiny,
  .int .line .content .box .heading.tiny {
      font-size: 16px;
  }
  .int .right h1,
  .int .right h2,
  .int .right h3,
  .int .right h4,
  .int .right h5 {
      text-align: left!important;
  }
  .int .line .content .box h1.underline,
    .int .line .content .box h1.underline,
    .int .line .content .box h2.underline,
    .int .line .content .box h2.underline,
    .int .line .content .box h3.underline,
    .int .line .content .box h3.underline,
    .int .line .content .box h4.underline,
    .int .line .content .box h4.underline,
    .int .line .content .box h5.underline,
    .int .line .content .box h5.underline {
        padding: 0 0 20px 0; 
    }
  .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 {
      width: 80%;
    }
    .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.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 {
        left: 0;
        bottom:0;
        transform: translate(0, -50%);
    }
    .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 {
      left: 50%;
      bottom: -2px;
      width: 10px;
      height: 10px;
    }
    .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.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 {
        left: 0;
        bottom: -9px;
    }
    .int .line .content .box h1.indent-left.underline,
    .int .line .content .box h2.indent-left.underline,
    .int .line .content .box h3.indent-left.underline,
    .int .line .content .box h4.indent-left.underline,
    .int .line .content .box h5.indent-left.underline,
    .int .line .content .box h1.indent-right.underline,
    .int .line .content .box h2.indent-right.underline,
    .int .line .content .box h3.indent-right.underline,
    .int .line .content .box h4.indent-right.underline,
    .int .line .content .box h5.indent-right.underline {
        margin: 0 0 40px 0;
    }
    .int .line .content .box h1.indent-left,
    .int .line .content .box h2.indent-left,
    .int .line .content .box h3.indent-left,
    .int .line .content .box h4.indent-left,
    .int .line .content .box h5.indent-left,
    .int .line .content .box h1.indent-right,
    .int .line .content .box h2.indent-right,
    .int .line .content .box h3.indent-right,
    .int .line .content .box h4.indent-right,
    .int .line .content .box h5.indent-right {
        width: 100%;
        left: auto;
        text-align: left!important;
    }
    .int .line .content .box h1.indent-left::before,
    .int .line .content .box h2.indent-left::before,
    .int .line .content .box h3.indent-left::before,
    .int .line .content .box h4.indent-left::before,
    .int .line .content .box h5.indent-left::before,
    .int .line .content .box h1.indent-right::before,
    .int .line .content .box h2.indent-right::before,
    .int .line .content .box h3.indent-right::before,
    .int .line .content .box h4.indent-right::before,
    .int .line .content .box h5.indent-right::before {
        position: absolute;
        display: block;
        width: 250px!important;
        height: 3px!important;
        border-radius: 3px!important;
        border: 0!important;
        left: 0!important;
        right: auto!important;
        background-color: #FCED9F!important;
    }
    .int .line.light .content .box h1.indent-left::before,
    .int .line.light .content .box h2.indent-left::before,
    .int .line.light .content .box h3.indent-left::before,
    .int .line.light .content .box h4.indent-left::before,
    .int .line.light .content .box h5.indent-left::before,
    .int .line.light .content .box h1.indent-right::before,
    .int .line.light .content .box h2.indent-right::before,
    .int .line.light .content .box h3.indent-right::before,
    .int .line.light .content .box h4.indent-right::before,
    .int .line.light .content .box h5.indent-right::before {
        background-color: #D9DE4C!important;
    }
    .int .line .content .box h1.indent-left::after,
    .int .line .content .box h2.indent-left::after,
    .int .line .content .box h3.indent-left::after,
    .int .line .content .box h4.indent-left::after,
    .int .line .content .box h5.indent-left::after,
    .int .line .content .box h1.indent-right::after,
    .int .line .content .box h2.indent-right::after,
    .int .line .content .box h3.indent-right::after,
    .int .line .content .box h4.indent-right::after,
    .int .line .content .box h5.indent-right::after {
        left: 0!important;
        top: calc(100% + 16px)!important;
    }
    
}
@media screen and (max-width: 500px) {
    .int .line .content .box h1.biggest,
    .int .line .content .box h2.biggest,
    .int .line .content .box h3.biggest,
    .int .line .content .box h4.biggest,
    .int .line .content .box h5.biggest,
    .int .line .content .box .heading.biggest {
        font-size: 40px;
        line-height: 40px;
    }
  .int .line .content .box h1.big,
  .int .line .content .box h2.big,
  .int .line .content .box h3.big,
  .int .line .content .box h4.big,
  .int .line .content .box h5.big {
      font-size: 32px;
      line-height: 32px;
  }
  .int .line .content .box h1.medium,
  .int .line .content .box h2.medium,
  .int .line .content .box h3.medium,
  .int .line .content .box h4.medium,
  .int .line .content .box h5.medium {
      font-size: 24px;
      line-height: 24px;
  }
  .int .line .content .box h1.small,
  .int .line .content .box h2.small,
  .int .line .content .box h3.small,
  .int .line .content .box h4.small,
  .int .line .content .box h5.small {
      font-size: 18px;
      line-height: 24px;
  }
  .int .line .content .box h1.tiny,
  .int .line .content .box h2.tiny,
  .int .line .content .box h3.tiny,
  .int .line .content .box h4.tiny,
  .int .line .content .box h5.tiny {
      font-size: 16px;
  }
  .int .right h1,
  .int .right h2,
  .int .right h3,
  .int .right h4,
  .int .right h5 {
      text-align: left!important;
  }
}


/* == line - content - banner == */
.int .line .slide {
    position: relative;
    width: 100%;
    z-index: 2;
    border-radius: 3px;
    overflow: hidden;
    opacity:0;
    pointer-events:none;
    transition: all 0.5s ease-in-out;
}
.int .line.full-height .slide, .int .line.half-height .slide {
    position: absolute;
    width: 100%;
    height: calc(100% - 20px);
    left: 0;
    top: 0;
    transition: all 0.5s ease-in-out;
}
.int .line .slide.on {
    opacity:1;
    pointer-events:auto;
}
.int .line .slide .image {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    overflow: hidden;
    border-radius:4px;
    pointer-events:none;
}
.int .line .slide.left .image, .int .line .slide.right .image {
    position: absolute;
    width: calc(50% - 30px);
    height: calc(100% - 150px);
}
.int .line .slide.right .image {
    left: 0;
}
.int .line .slide.left .image {
    left: calc(50% + 30px);
}
.int .line .slide img {
    position: absolute;
    display: block;
    top: 50%;
    display: block;
    transform: translate(-50%, -50%);
    max-height: 70%;
    max-width: 35%;
}
.int .line .slide img.left {
    left: 25%;
}
.int .line .slide img.right {
    left: 75%;
}
.int .line .slide img.center {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: cover;
    left:50%;
}
.int .line .slide .backg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
}
.int .line .slide .backg.half-horizontal {
    width: 50%;
}
.int .line .slide .backg.left {
    left: 0;
}
.int .line .slide .backg.right {
    right: 0;
}
.int .line .slide .content.banner {
    position: relative;
    padding: 100px 0;
}
.int .line.full-height .slide .content.banner, .int .line.half-height .slide .content.banner {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    padding: 0;
    transform: translate(-50%, -50%);
}
.int .line .slide.right .content.banner {
    width: calc(50% - 30px);
    max-width: 650px;
    top: calc(50% - 75px);
    left:calc(50% + 30px);
    transform: translate(0, -50%);
}
.int .line .slide.left .content.banner {
    width: calc(50% - 30px);
    max-width: 650px;
    top: calc(50% - 75px);
    left:auto;
    right: calc(50% + 30px);
    transform: translate(0, -50%);
}
.int .line .slide .content.banner .box.one-one {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
}
.int .line .slide.left .content.banner .box,
.int .line .slide.left .content.banner .box h1,
.int .line .slide.left .content.banner .box h2,
.int .line .slide.left .content.banner .box h3,
.int .line .slide.left .content.banner .box h4,
.int .line .slide.left .content.banner .box h5 {
    text-align: right;
}
.int .line .slide.right .content.banner .box,
.int .line .slide.right .content.banner .box h1,
.int .line .slide.right .content.banner .box h2,
.int .line .slide.right .content.banner .box h3,
.int .line .slide.right .content.banner .box h4,
.int .line .slide.right .content.banner .box h5 {
    text-align: left;
}
.int .line .slide .content.banner .box.image::before {
    display: none;
}
.int .line .slide .content.banner .image {
    margin: 0 auto 30px auto;
    position: relative;
    pointer-events:auto;
}
.int .line .slide .content.banner .image img {
    position: relative;
    display: block;
    width: 90%;
    margin: auto;
    max-height: 50%;
    top: auto;
    left: auto;
    transform: none;
    box-shadow: none;
}
.int .line .slide .content.banner .box .buttons {
    padding: 50px 0 0 0;
}
.int .line .slide .content.banner .box .logo {
    position: relative;
    width: 45%;
    top: auto;
    margin: 0 auto 100px auto;
    transform: none;
}
.int .line .slide .content.banner .box .logo::after {
    position: absolute;
    display: block;
    width: 33.33%;
    height: 3px;
    border-radius: 3px;
    background: #D9DE4C;
    left: 50%;
    top: calc(100% + 50px);
    transform: translate(-50%, -50%);
    content: '';
}
.int .line .slide .arrow {
    display: block;
    position: absolute;
    width: 35px;
    height: 50px;
    left: 50%;
    top:calc(100% - 60px);
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 6;
}
.int .line .slide .arrow::before {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    background-image: url('../image/ico-mouse.svg');
    background-position: 50% 50%;
    background-size: 100% 100%;
    transform: translate(-50%, -50%);
    content: '';
    pointer-events:none;
}
.int .line .slide .arrow a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.int .line .pages {
    position: absolute;
    top:50%;
    left: 20px;
    width: 20px;
    transform: translateY(-50%);
    z-index: 28;
}
.int .line .pages .page {
    position: relative;
    float: left;
    width: 20px;
    height: 20px;
    margin: 0 0 10px 0;
    cursor: pointer;
    z-index: 20;
}
.int .line .pages .page::before {
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    background: #464459;
    background-image: url(../image/noise.png);
    background-repeat: repeat;
    background-position: 50% 50%;
    width: 20px;
    height: 20px;
    content: '';
    transition: all 0.3s ease-in-out;
}
.int .line .pages .page::after {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    background: #464459;
    width: 14px;
    height: 14px;
    transform: translate(-50%, -50%) rotate(45deg);
    content: '';
    transition: all 0.3s ease-in-out;
}
.int .line .pages .page.on::before {
    background: #D9DE4C;
    width: 40px;
}
.int .line .pages .page.on::after {
    background: #D9DE4C;
    left: 200%;
}


@media screen and (max-width: 1600px) {
}
@media screen and (max-width: 1450px) {
    .int .line .slide .content.banner {
        max-width: 80%;
    }
    .int .line .slide .content.banner .box .logo {
        width: 45%;
        margin: 0 auto 70px auto;
        transform: none;
    }
    .int .line .slide .content.banner .box .logo::after {
        top: calc(100% + 35px);
    }
}
@media screen and (max-width: 1000px) {
    .int .line .slide .backg {
        width: 100%;
        height: 50%;
        top: 50%;
    }
    .int .line .slide .backg.half-horizontal {
        width: 100%;
    }
    .int .line .slide .content.banner {
        margin: 0;
        padding: 70px 0;
    }
    .int .line.full-height .slide .content.banner, .int .line.half-height .slide .content.banner {
        top: 50%;
        left: 50%;
        margin: 0;
        transform: translate(-50%, -50%);
    }
    .int .line .slide .content.banner {
        top: calc(50% + 30px);
        left: 50%;
        transform: translate(-50%, 0%);
    }
    .int .line .slide.left .content.banner, .int .line .slide.right .content.banner {
        width: 100%;
        max-width: 100%;
        top: calc(50% + 50px);
        left: 50%;
        right: auto;
        transform: translate(-50%, 0%);
    }
    .int .line .slide.left .image, .int .line .slide.right .image {
        height: 50%;
        width: 100%;
        left: 0;
    }
     .int .line .slide img {
    }
    .int .line .slide img.left, .int .line .slide img.right {
        position: absolute;
        display: block;
        top: 25%;
        display: block;
        transform: translate(-50%, -50%);
        max-height: 35%;
        max-width: 70%;
        left:50%;
    }
    .int .line .slide .arrow {
        position: absolute;
        width: 50px;
        height: 50px;
        top:90%;
    }
    .int .line .slide.white .arrow {
        border:7px solid #fff;
    }
    .int .line .slide.light .arrow {
        border:7px solid #f0f0f0;
    }
    .int .line .slide.dark .arrow {
        background: #D9DE4C;
        border:7px solid #464459;
    }
    .int .line .slide.green .arrow {
        border:7px solid #D9DE4C;
    }
}
@media screen and (max-width: 700px) {
    .int .line .slide {
        height: 100%;
    }
    .int .line .slide .image, .int .line .slide.left .image, .int .line .slide.right .image {
        width: calc(100% - 40px);
        margin: 0 20px;
    }
    .int .line .slide .content.banner {
        width: calc(100% - 80px);
        max-width: 100%;
        padding: 50px 40px;
    }
    .int .line .slide.left .content.banner, .int .line .slide.right .content.banner {
        width: calc(100% - 40px);
        max-width: 100%;
        padding: 0px 20px;
        top: calc(50% + 20px);
    }
    .int .line.full-height .slide .content.banner, .int .line.half-height .slide .content.banner {

    }
    .int .line .slide .content.banner::before, .int .line .slide .content.banner::after {
        height: 80px;
    }
    .int .line .slide .content.banner::before {
        top:calc(100% - 50px);
    }
    .int .line .slide .content.banner::after {
        bottom:calc(80% - 50px);
    }
    
    .int .line .slide .content.banner .box.txt {

    }
    .int .line .slide.left .content.banner .box.txt, .int .line .slide.right .content.banner .box.txt {
        text-align: left;
    }
    .int .line .slide .content.banner .box .logo {
        width: 70%;
        margin: 0 auto 70px auto;
    }
    .int .line .slide .content.banner .box .logo::after {
        top: calc(100% + 35px);
    }
    .int .line .slide .content.banner .box .buttons {
        padding:20px 0 0 0;
    }
    .int .line .slide .arrow {
        display: none;
        position: absolute;
        width: 45px;
        height: 45px;
        top:93%;
    }
    .int .line .slide.white .arrow {
        border:5px solid #fff;
    }
    .int .line .slide.light .arrow {
        border:5px solid #f0f0f0;
    }
    .int .line .slide.dark .arrow {
        background: #D9DE4C;
        border:5px solid #464459;
    }
    .int .line .slide.green .arrow {
        border:5px solid #D9DE4C;
    }
    .int .line .pages {
        position: absolute;
        top: 20px;
        left: 20px;
        transform: none;
    }
   
}
@media screen and (max-width: 500px) {
    .int .line.full-height .slide, .int .line.half-height .slide {
        height: 100%;
    }
    .int .line .slide .content.banner .box .logo {
        width: 90%;
        margin: 0 auto 70px auto;
    }
}

/* == line - content - txt == */
.int .line .content .box.txt {
    font-size: 18px;
    padding: 30px 0;
}
.int .line .content .box.txt b, .int .line .content .box.txt strong {
    font-weight:600;
}
.int .line .content .box.txt p {
    margin: 20px 0 0 0;
}
.int .line .content .box.txt .block {
    position: relative;
    float: left;
    width: 100%;
}
.int .line .content .box.txt ul {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}
.int .line .content .box.txt ol {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}
.int .line .content .box.txt ul li {
    position: relative;
    display: block;
    margin: 0;
    width: calc(100% - 20px);
    padding: 0 0 10px 20px;
}
.int .line .content .box.txt ol li {
    position: relative;
    margin: 0 0 10px 0;
}
.int .line .content .box.txt ul li::before {
    position: absolute;
    display: block;
    width: 7px;
    height: 10px;
    left: 0;
    top: 8px;
    background-image: url(../image/ico-li-marker.svg);
    background-size: 100% 100%;
    background-position: 100% 0;
    content: '';
}

@media screen and (max-width: 1500px) {
    .int .line .content .box.txt {
        font-size: 16px;
    }
}
@media screen and (max-width: 700px) {
    .int .line .content .box.txt {
        font-size: 16px;
    }
}
@media screen and (max-width: 600px) {
    .int .line .content .box.txt {
        font-size: 14px;
    }
}

/* == line - content - txt - button == */
.int .line .content .box.txt .buttons {
    position: relative;
    display: block;
    width: 100%;
    float: left;
}
.int .line .content .box.txt.center .buttons {
    text-align: center;
}
.int .line .content .box.txt .buttons .button {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 60px;
    min-height: 60px;
    padding: 0 60px 0 60px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    float: left;
}
.int .line .content .box.txt.right .buttons .button {
    border-radius: 4px 4px 4px 20px;
}
.int .line .content .box.txt.left .buttons .button {
    border-radius: 4px 4px 20px 4px;
}
.int .line .content .box.txt.center .buttons .button {
    position: relative;
    display: block;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    float: left;
}
.int .line .content .box.txt .buttons .button.dark {
    color: #fff;
    background-color: #464459;
}
.int .line .content .box.txt .buttons .button.dark:hover {
    color: #fff;
    background-color: #D9DE4C;
}
.int .line .content .box.txt .buttons .button.green {
    color: #464459;
    background-color: #D9DE4C;
}
.int .line .content .box.txt .buttons .button.green:hover {
    color: #fff;
    background-color: #464459;
}
.int .line .content .box.txt.right .buttons .button {
    float: right;
}
.int .line .content .box.txt.center .buttons .button {
    float: none;
    display: inline-block;
}
@media screen and (max-width: 700px) {
    .int .line .content .box.txt p {
        margin: 20px 0 0 0;
    }
    .int .line .content .box.txt .buttons {
        text-align: center;
    }
    .int .line .content .box.txt.center .buttons .button {
        font-size: 16px;
        line-height: 40px;
        min-height: 40px;
    }
    .int .line .content .box.txt.left .buttons .button, .int .line .content .box.txt.right .buttons .button {
        float: left;
        font-size: 16px;
        line-height: 40px;
        min-height: 40px;
    }
    .int .line .content .box.txt.left .buttons .button, .int .line .content .box.txt.right .buttons .button {
        padding: 0 50px 0 50px;
    }
    .int .line .content .box.txt .buttons .button::after {
        width: 30px;
        height: 30px;
        top: 5px;
        right: 5px;
    }
}

/* == line - content - image == */
.int .line .content .box.image {
    transform-origin: 50% 50%;
    border-radius:4px 4px 4px 20px;
    overflow: hidden;
}
.int .line .content .box.image img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: contain;
    transform-origin: 50% 50%;
}
.int .line .content .box.image.align-top img {
    height: auto;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
}
.int .line .content .box.image.align-bottom img {
    height: auto;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
}
.int .line .content .box.image.expand img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (max-width: 1500px) {

}
@media screen and (max-width: 700px) {
    .int .line .content .box.image::before {
      position: relative;
      display: block;
      width: 100%;
      padding: 100% 0 0 0;
      content: '';
  }
}


/* == line - content - movie == */
.int .line .content .box.movie {
}
.int .line .content .box.movie::after {

}
.int .line .content .box.movie::before {
    padding: 56.3% 0 0 0!important;
}
.int .line .content .box.movie iframe {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius:3px;
    transform-origin: 50% 50%;
    z-index: 2;
}

/* == line - content - image == */
.int .line .content .box.news {
    width: calc(100% - 40px);
    transform-origin: 50% 50%;
    border-radius:3px;
    overflow: hidden;
    margin: 20px;
}
.int .line .content .box.news .pic {
    position: absolute;
    width: calc(50% - 40px);
    height: 100%;
    left: 20px;
    top: 0;
    border-radius: 3px;
    overflow: hidden;
}
.int .line .content .box.news:nth-of-type(even) .pic {
    right: 20px;
    left: auto;
}
.int .line .content .box.news img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    transform-origin: 50% 50%;
}
.int .line .content .box.news .desc {
    position: relative;
    width: calc(50% - 40px);
    margin: 0 0 20px calc(50% + 20px);
    font-size: 16px;
}
.int .line .content .box.news:nth-of-type(even) .desc {
    margin: 0 0 0 20px;
}
.int .line .content .box.news:nth-of-type(even) .desc .buttons .button {
    float:right;
}
.int .line .content .box.news .desc .title {
    position: relative;
    width: 100%;
    padding: 100px 0 50px 0;
    font-size: 24px;
    text-transform: uppercase;
    text-align: left;
}
.int .line .content .box.news:nth-of-type(even) .desc .title {
    text-align: right;
}
.int .line .content .box.news .desc .title .date {
    position: relative;
    width: 100%;
    margin: 0 0 10px 0;
    font-size: 18px;
    color: #D9DE4C;
}
.int .line .content .box.news .desc .title::before {
    position: absolute;
    display: block;
    width: 150px;
    height: 3px;
    border-radius: 3px;
    bottom: 25px;
    left: 0%;
    transform: translate(-50%, -50%);
    background-color: #D9DE4C;
    content: '';
}
.int .line .content .box.news:nth-of-type(even) .desc .title::before {
    left: 100%;
}
.int .line .content .box.news .desc .title::after {
    position: absolute;
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 3px;
    bottom: 25px;
    left: 85px;
    transform: translate(-50%, -50%);
    background-color: #D9DE4C;
    content: '';
}
.int .line .content .box.news:nth-of-type(even) .desc .title::after {
    left: calc(100% - 85px);
}
@media screen and (max-width: 700px) {
     .int .line .content .box.news .pic, .int .line .content .box.news:nth-of-type(even) .pic {
          position: relative;
          width: calc(100% - 20px);
          height: auto;
          margin: 10px;
          left: auto;
          right: auto;
          top: auto;
          float: left;
      }
      .int .line .content .box.news .pic::before {
          position: relative;
          display: block;
          width: 100%;
          padding: 66% 0 0 0;
          content: '';
          float: left;
      }
      .int .line .content .box.news .desc, .int .line .content .box.news:nth-of-type(even) .desc {
          width: calc(100% - 20px);
          margin: 0 0 50px 10px;
          font-size: 14px;
      }
      .int .line .content .box.news .desc .title, .int .line .content .box.news:nth-of-type(even) .desc .title {
          position: relative;
          width: 100%;
          padding: 0 0 50px 0;
          font-size: 18px;
          text-align: left;
      }
      .int .line .content .box.news:nth-of-type(even) .desc .title::before {
          left: 0%;
      }
      .int .line .content .box.news:nth-of-type(even) .desc .title::after {
          left: 85px;
      }
      .int .line .content .box.news .desc .title .date {
          position: relative;
          width: 100%;
          float: left;
      }
      .int .line .content .box.news .desc .buttons .button, .int .line .content .box.news:nth-of-type(even) .desc .buttons .button {
          float: left;
          font-size: 16px;
          line-height: 40px;
          min-height: 40px;
          padding: 0 50px 0 20px;
      }
}

/* == line - content - list == */
.int .line .content.list .box {
    padding: 30px 30px 60px 30px
}
.int .line .content.list .box::before {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    top: calc(100% - 30px);
    left: calc(100% - 60px);
    transform: translate(50%, -50%);
    background-image: url(../image/ico-nav.svg);
    background-size: 400% 200%;
    background-position: 100% 0;
    content: '';
}
.int .line .content.list .box a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.int .line .content.list .box a::before {
    position: absolute;
    display: block;
    width: 33.33%;
    height: 3px;
    border-radius: 3px;
    top: calc(100% - 30px);
    left: 0;
    background: #464459;
    transform: translate(0, -50%);
    content: '';
}
.int .line .content.list .box a::after {
    position: absolute;
    display: block;
    width: 13px;
    height: 13px;
    border-radius: 100%;
    top: calc(100% - 30px);
    left: 0;
    background: #464459;
    transform: translate(-50%, -50%);
    content: '';
}
.int .line .content.list .box h1,
.int .line .content.list .box h2,
.int .line .content.list .box h3,
.int .line .content.list .box h4,
.int .line .content.list .box h5 {
    width: 66.66%;
    float: left;
    clear: none;
}
.int .line .content.list .box .icon {
    position: relative;
    width: 33.33%;
    float: left;
    overflow: hidden;
}
.int .line .content.list .box .icon::before {
    position: relative;
    display: block;
    width: 100%;
    padding:100% 0 0 0;
    float: left;
    content: '';
}
.int .line .content.list .box .icon img {
    position: absolute;
    width: 60%;
    top: 50%;
    left: calc(50% - 10px);
    transform: translate(-50%, -50%);
}
.int .line .content.list .box .block {
    width: 66.66%;
    float: left;
    font-size: 18px;
    text-align: left;
    margin: 10px 0 0 0;
}
.int .line .content.list .box .block p {
    margin: 0;
}
.int .line .content.list .box .block ul {
    margin: 20px 0 0 0;
}
@media screen and (max-width: 1400px) {
     .int .line .content.list .box {
          padding: 20px 20px 40px 20px
      }
      .int .line .content.list .box .block {
        font-size: 16px;
      }
}
@media screen and (max-width: 700px) {
      .int .line .content.list .box .icon {
          width: 25%;
      }
      .int .line .content.list .box h1,
      .int .line .content.list .box h2,
      .int .line .content.list .box h3,
      .int .line .content.list .box h4,
      .int .line .content.list .box h5,
      .int .line .content.list .box .block {
          width: 75%;
      }
}


/* == 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::before {
    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:3px;
    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);
}
@media screen and (max-width: 1600px) {
  .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);
  }
}
@media screen and (max-width: 700px) {
    .int .line .content .box.map::before {
      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 - gallery == */
.int .line .content.gallery {
   display: block;
   overflow: hidden;
}
.int .line .content.gallery .box {
    padding: 0;
}
.int .line .content.gallery .box.one-one {
    width: calc(100% - 40px);
    float:left;
    margin:20px;
    max-width: 100%;
}
.int .line .content.gallery .box::before {
    position: relative;
    display: block;
    width: 100%;
    padding: 100% 0 0 0;
    float: left;
    content: '';
}
.int .line .content.gallery .box.txt::before {
    display: none;
}
.int .content.gallery .box.h-65::before {
    padding: 65% 0 0 0;
}
.int .content.gallery .box.h-100::before {
    padding: 100% 0 0 0;
}
.int .line .content.gallery .box .lnk {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.int .line .content.gallery .box.one-one .lnk {
    left: 50%;
    max-width:1000px;
    transform: translate(-50%, 0%);
}
.int .line .content.gallery .box.one-one.full .lnk {
    left: 0%;
    max-width:100%;
    transform: none;
}
.int .line .content.gallery .box .lnk::before {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: #464459;
    background-image: url(../image/noise.png);
    background-repeat: repeat;
    background-position: 50% 50%;
    content: '';
    transition: all 0.3s ease-in-out;
    opacity: 0;
}
.int .line .content.gallery .box:hover .lnk::before {
    opacity:0.7;
}
.int .line .content.gallery .box .lnk::after {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    border-radius: 100%;
    z-index: 3;
    background-position: 33.33% 100%;
    background-size: 400% 200%;
    background-image: url(../image/ico-nav.svg);
    transform: translate(-50%, -50%) scale(0.5);
    filter: invert(100%) brightness(200%);
    content: '';
    transition: all 0.3s ease-in-out;
    opacity: 0;
}
.int .line .content.gallery .box.portfolio .lnk::after {
    background-position: 66.66% 0%;
}
.int .line .content.gallery .box:hover .lnk::after {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}
.int .line .content.gallery .box.link .lnk::after {
    display: none;
}
.int .line .content.gallery .box img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    transition: all 0.3s ease-in-out;
    filter: grayscale(0%);
}
.int .line .content.gallery .box:hover img {
    filter: grayscale(100%);
}
.int .line .content.gallery .box .title {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    z-index: 3;
    font-size: 24px;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}
.int .line .content.gallery .box:hover .title {
    opacity:1;
}
@media screen and (max-width: 1000px) {
    .int .line .content.gallery .box .lnk::after {
        width: 35px;
        height: 35px;
    }
    .int .line .content.gallery .box:hover .lnk::after {

    }
}
@media screen and (max-width: 1600px) {
    .int .line .content.gallery .box.one-one {
        width: calc(100% - 50px);
        margin:25px;
    }
}
@media screen and (max-width: 1400px) {
    .int .line .content.gallery .box.one-one {
        width: calc(100% - 40px);
        margin:20px;
    }
}
@media screen and (max-width: 1000px) {
    .int .line .content.gallery .box.one-one {
        width: calc(100% - 30px);
        margin:15px;
    }
}
@media screen and (max-width: 700px) {
    .int .line.light .content.gallery, int .line.dark .content.gallery, int .line.green .content.gallery {
       width: calc(100% - 50px);
    }
    .int .line .content.gallery .box.one-one {
        width: calc(100% - 20px);
        margin:10px;
    }
}

/* == box - price-list == */
.int .line .content .box.price-list {
    padding: 0 0 60px 0;
    margin: 0 auto;
}
.int .line .content .box.price-list .title {
    position: relative;
    width: calc(100% - 80px);
    font-size: 24px;
    float: left;
}
.int .line .content .box.price-list .title::before {
    position: absolute;
    display: block;
    width: calc(100% - 80px);
    height: 1px;
    top: 20px;
    right: 0;
    background: #fff;
    opacity: 0.5;
    transform: translate(0, -50%);
    content: '';
}
.int .line .content .box.price-list .title .msk {
    position: relative;
    padding: 0 20px 0 0;
    float: left;
    background-color: #464459;
    background-image: url(../image/noise.png);
    background-repeat: repeat;
    background-position: 50% 50%;
}
.int .line .content .box.price-list .title .msk span {
    display: block;
    float: left;
}
.int .line .content .box.price-list .icons {
    position: relative;
    width: 100%;
    margin: 10px 0 0 0;
    float: left;
}
.int .line .content .box.price-list .icons .ico {
    display: block;
    position: relative;
    width: 15px;
    height: 25px;
    float: left;
}
.int .line .content .box.price-list .icons .ico::before {
    width: 25px;
    height: 25px;
    background-image: url(../image/ico-food.svg);
    background-size: 200% 100%;
}
.int .line .content .box.price-list .icons .ico.vege::before {
    background-position: 0 0;
}
.int .line .content .box.price-list .icons .ico.hot::before {
    background-position: 100% 0;
}
.int .line .content .box.price-list .price {
    position: absolute;
    width: 80px;
    top: 0;
    right: 0;
    font-size: 24px;
    font-weight: 600;
    text-align: right;
}
.int .line .content .box.price-list .price small {
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 0 5px;
}
.int .line .content .box.price-list .desc {
    position: relative;
    width: calc(100% - 80px);
    font-size: 16px;
    float: left;
    margin: 10px 0 0 0;
}
.int .line .content .box.price-list .desc .allergy {
    position: relative;
    width: 100%;
    font-size: 14px;
    font-style: italic;
    float: left;
    margin: 5px 0 0 0;
}
.int .line .content .box.price-list .nav {
    position: relative;
    width: 100%;
    text-align: center;
}
.int .line .content .box.price-list .nav a {
    position: relative;
    display: inline-block;
    padding: 0 30px;
    font-size: 18px;
    line-height: 40px;
    cursor: pointer;
    color: #fff;
}
.int .line .content .box.price-list .nav a::before {
    position: absolute;
    display: block;
    width:1px;
    height: 20px;
    left: 100%;
    top: 50%;
    background: #fff;
    transform: translate(-50%, -50%);
    content: '';
}
.int .line .content .box.price-list .nav a:last-of-type::before {
    display: none;
}
.int .line .content .box.price-list .nav a::after {
    position: absolute;
    display: block;
    width: calc(100% - 30px);
    height: 30px;
    top: 50%;
    left: 50%;
    border-radius: 4px;
    background-color: #D9DE4C;
    background-image: url(../image/noise.png);
    background-repeat: repeat;
    transform: translate(-50%, -50%);
    transition: all 0.2s ease-in-out;
    content: '';
    opacity: 0;
    z-index: -1;
}
.int .line .content .box.price-list .nav a:hover::after {
    opacity: 1;
}
@media screen and (max-width: 1600px) {
    .int .line .content .box.price-list {
        padding: 0 0 50px 0;
    }
    .int .line .content .box.price-list .title {
        width: calc(100% - 70px);
        font-size: 20px;
    }
    .int .line .content .box.price-list .title::before {
        width: calc(100% - 70px);
        top: 16px;
    }
    .int .line .content .box.price-list .price {
        width: 70px;
        font-size: 20px;
    }
    .int .line .content .box.price-list .price small {
        font-size: 14px;
    }
    .int .line .content .box.price-list .desc {
        width: calc(100% - 70px);
        font-size: 16px;
        
    }
}
@media screen and (max-width: 700px) {
    .int .line .content .box.price-list {
        padding: 0 0 40px 0;
    }
    .int .line .content .box.price-list .title {
        font-size: 18px;
    }
    .int .line .content .box.price-list .price {
        width: 70px;
        font-size: 18px;
    }
    .int .line .content .box.price-list .price small {
        font-size: 12px;
    }
    .int .line .content .box.price-list .desc {
        width: 100%;
        font-size: 14px;
    }
    .int .line .content .box.price-list .desc .allegry {
        font-size: 12px;
    }
}
@media screen and (max-width: 500px) {
    .int .line .content .box.price-list {
        padding: 0 0 20px 0;
    }
    .int .line .content .box.price-list .nav {
        position: relative;
        width: 100%;
        text-align: center;
    }
    .int .line .content .box.price-list .nav a {
        position: relative;
        display: block;
        padding: 0 30px;
        width: calc(100% - 60px);
        font-size: 16px;
        line-height: 40px;
    }
    .int .line .content .box.price-list .nav a::before {
        width: 100%;
        height: 1px;
        top: 100%;
        left: 50%;
        opacity: 0.5;
    }
}


/* == line - content - form == */
.int .line .content .box.form {
    padding: 0;
}
.int .line .content .box.form .heading {
    
}
.int .line .content .box.form hr {
    width: 100%;
    position: relative;
    border: 0;
    height: 0;
    float: left;
    margin: 0;
}
.int .line .content .box.form .row {
    position: relative;
    width: calc(100% - 30px);
    margin: 0 15px 30px 15px;
    float: left;
}
.int .line .content .box.form .row.chld {
    display: none;
}
.int .line .content .box.form .row.chld.on {
    display: block;
}
.int .line .content .box.form .row.one-two {
    width: calc(50% - 30px);
}
.int .line .content .box.form .row.one-three {
    width: calc(33.33% - 30px);
}
.int .line .content .box.form .row.one-four {
    width: calc(25% - 30px);
}
.int .line .content .box.form .row input, .int .line .content .box.form .row textarea {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    width: calc(100% - 30px);
    height: 20px;
    padding: 15px;
    border: 0;
    border-radius: 3px;
    background: #f3f3f3;
    font-size: 16px;
}
.int .line .content .box.form .row.wi input {
    text-indent: 40px;
}
.int .line .content .box.form .row.input_checkbox {
    margin: 0 15px 15px 15px;
}
.int .line.light .content .box.form .row input, .int .line.light .content .box.form .row textarea {
    background: #fff;
}
.int .line .content .box.form .row span {
    position: relative;
    display: block;
    width: calc(50% - 30px);
    padding: 0 15px;
    line-height: 60px;
    text-align: right;
    float: left;
}
.int .line .content .box.form .row label {
    position: relative;
    display: block;
    width: calc(100% - 30px);
    padding: 0 15px;
    line-height: 50px;
    float: left;
    cursor: pointer;
    font-size: 16px;
    background: #fff;
    border-radius: 3px;
}
.int .line .content .box.form .row label::before {
    position: relative;
    display: block;
    float: left;
    width: 28px;
    height: 28px;
    margin: 10px 20px 0 0;
    background: #fff;
    border: 1px solid #464459;
    border-radius: 2px;
    content: '';
}
.int .line .content .box.form .row label::after {
    position: absolute;
    display: block;
    float: left;
    top: 15px;
    left: 20px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color:#D9DE4C;
    content: 'X';
    transition: all 0.2s ease-in-out;
    opacity: 0;
}
.int .line .content .box.form .row input[type="checkbox"]:checked + label::after {
    opacity: 1;
}
.int .line.light .content .box.form .row label::before {
    background: #fff;
}
.int .line .content .box.form .row input[type="date"] {
    width: calc(50% - 40px);
    float: left;
}
.int .line .content .box.form .row.error input, .int .line .content .box.form .row.error textarea, .int .line .content .box.form .row .select.error .title {
    background: #DC9898!important;
}
.int .line .content .box.form .row textarea {
    min-width: calc(100% - 30px);
    max-width: calc(100% - 30px);
    min-height: 220px;
}
.int .line .content .box.form .row .select {
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    width: calc(100% - 30px);
    height: 20px;
    padding: 15px;
    border: 0;
}
.int .line .content .box.form .row .select .title {
    position: absolute;
    width: calc(100% - 30px);
    height: 20px;
    padding: 15px;
    border: 0;
    background: #f3f3f3;
    top: 0;
    left: 0;
    line-height: 20px;
    text-indent: 25px;
    z-index: 2;
    cursor: pointer;
}
.int .line .content .box.form .row .select .title::before {
    position: absolute;
    display: block;
    top: 23px;
    left: 20px;
    width: 10px;
    height: 10px;
    border-left:3px solid #464459;
    border-bottom:3px solid #464459;
    transform: translate(-50%, -50%) rotate(-45deg);
    transition: all 0.2s ease-in-out;
    content: '';
}
.int .line .content .box.form .row .select.on .title::before {
    top: 29px;
    transform: translate(-50%, -50%) rotate(135deg);
}
.int .line .content .box.form .row .select .title b {
    margin: 0 0 0 10px;
}
.int .line.light .content .box.form .row .select .title {
    background: #fff;
}
.int .line .content .box.form .row .select ul {
    position: absolute;
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: #f3f3f3;
    top: 49px;
    left: 0;
    list-style: none;
    z-index: 2;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-top:1px solid rgba(0, 0, 0, 0.3);
    z-index: 10;
    opacity: 0;
    pointer-events:none;
    transition: all 0.3s ease-in-out;
}
.int .line.light .content .box.form .row .select ul {
    background: #fff;
}
.int .line .content .box.form .row .select.on ul {
    opacity: 1;
    pointer-events:auto;
}
.int .line .content .box.form .row .select ul li {
    display: block;
    position: relative;
    width: calc(100% - 30px);
    line-height: 50px;
    padding: 0 15px;
    margin: 0;
    cursor: pointer;
}
.int .line .content .box.form .row .select ul li::before {
    display: none;
}
.int .line .content .box.form .row .qty {
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #000;
    top: 50%;
    transform: translate(0, -50%);
    cursor: pointer;
    user-select: none
}
.int .line .content .box.form .row .qty.add {
    right: 10px;
}
.int .line .content .box.form .row .qty.sub {
    right: 50px;
}
.int .line .content .box.form .row.wi .ico {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 5px;
    left: 5px;
    background-color: #D9DE4C;
    background-image: url(../image/noise.png);
    background-repeat: repeat;
    background-position: 50% 50%;
    border-radius: 3px;
    pointer-events:none;
}
.int .line .content .box.form .row.wi .ico::before {
    background-image: url(../image/ico-contact.svg);
    background-size: 400% 200%;
    content: '';
}
.int .line .content .box.form .row.wi .ico.phone::before {
    background-position: 0 0;
}
.int .line .content .box.form .row.wi .ico.email::before {
    background-position: 33.33% 0;
}
.int .line .content .box.form .row.wi .ico.time::before {
    background-position: 66.66% 0;
}
.int .line .content .box.form .row.wi .ico.date::before {
    background-position: 100% 0;
}
.int .line .content .box.form .row.wi .ico.people::before {
    background-position: 0% 100%;
}
.int .line .content .box.form #enquiry-nr, .int .line .content .box.form #availability-nr, .int .line .content .box.form #question_enquiry-nr {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 1px;
    height: 1px;
    border: 0;
    background: #464459;
    background-image: url(../image/noise.png);
    background-repeat: repeat;
    background-position: 50% 50%;
}
.int .line .content .box.form .success {
    position: relative;
    width: 100%;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.int .line .content .box.form .success.on {
    max-height: 3000px;
    opacity: 1;
}
@media screen and (max-width: 1300px) {
  .int .line .content .box.form .row label {
      font-size: 14px;
  }
}
@media screen and (max-width: 700px) {
  .int .line .content .box.form .row {
      margin: 0 10px 20px 10px;
  }
  .int .line .content .box.form .row.one-one {
      width: calc(100% - 20px);
  }
  .int .line .content .box.form .row.one-two {
      width: calc(100% - 20px);
  }
  .int .line .content .box.form .row.one-four {
      width: calc(50% - 20px);
  }
  .int .line .content .box.form .row.input_checkbox {
      margin: 0 10px 10px 10px;
  }
  .int .line .content .box.form .row label {
      line-height: 40px;
      font-size: 14px;
      width: 100%;
      padding: 0;
  }
  .int .line .content .box.form .row label::before {
      width: 20px;
      height: 20px;
      margin: 10px 15px 0 10px;
  }
  .int .line .content .box.form .row label::after {
      top: 13px;
      left: 14px;
      width: 15px;
      height: 15px;
      line-height: 15px;
      font-size: 14px;
  }
  .int .line .content .box.form .row .select {
      width: calc(100% - 20px);
      padding: 10px;
  }
  .int .line .content .box.form .row .select .title {
      width: calc(100% - 20px);
      padding: 10px;
      font-size: 14px;
      text-indent: 20px;
  }
  .int .line .content .box.form .row .select .title b {
      margin: 0 0 0 5px;
  }
  .int .line .content .box.form .row .select .title::before {
      width: 7px;
      height: 7px;
      top: 20px;
      left: 15px;
  }
  .int .line .content .box.form .row .select.on .title::before {
      top: 22px;
  }
  .int .line .content .box.form .row input, .int .line .content .box.form .row textarea {
      width: calc(100% - 20px);
      height: 20px;
      padding: 10px;
      font-size: 14px;
  }
  .int .line .content .box.form .row textarea {
      min-width: calc(100% - 20px);
      max-width: calc(100% - 20px);
      min-height: 150px;
  }
  .int .line .content .box.form .row label {
      font-size: 14px;
  }
  .int .line .content .box.form .row.wi .ico {
      position: absolute;
      width: 30px;
      height: 30px;
  }
  .int .line .content .box.form .col {
      width: 100%;
      margin: 0;
      float: left;
  }
  .int .line .content .box.form .col + .col {
      width: 100%;
      margin: 0;
      float: left;
  }
  .int .line .content .box.form .buttons {
      width: 100%;
  }
}
@media screen and (max-width: 450px) {

    .int .line .content .box.form .row span {
        width: calc(40% - 40px);
    }
    .int .line .content .box.form .row input[type="date"] {
        width: calc(60% - 40px);
    }
    .int .line .content .box.form .row .select .title {
        font-size: 12px;
    }
    .int .line .content .box.form .row input, .int .line .content .box.form .row textarea {
        font-size: 12px;
    }
    .int .line .content .box.form .row label {
        font-size: 12px;
    }
}

/* == 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;
}
.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);
}

/* == question == */
.question {
    position: fixed;
    width: 700px;
    height: 100%;
    top: 0%;
    left: calc(100% + 350px);
    transform: translate(-50%, 0%);
    background: #464459;
    background-image: url(../image/noise.png);
    background-repeat: repeat;
    background-position: 50% 50%;
    z-index: 30;
    transition: all 0.4s ease-in-out;
    pointer-events:none;
}
.question.on {
    left: 50%;
    pointer-events:auto;
}
.question::before {
    position: absolute;
    display: block;
    width: 500%;
    height: 100%;
    top: 0%;
    left: 0;
    background: #464459;
    background-image: url(../image/noise.png);
    background-repeat: repeat;
    background-position: 50% 50%;
    z-index: 1;
    content: '';
}
.question .line {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.panel-close {
    position: fixed;
    top: 50px;
    right: 50px;
    width: 50px;
    height: 50px;
    z-index: 30;
    cursor: pointer;
    opacity: 0;
    pointer-events:none;
    transition: all 0.3s ease-in-out;
}
.panel-close.on {
    opacity: 1;
    pointer-events:auto;
}
.panel-close::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background-position: 33.33% 0;
    transform-origin: 50% 50%;
    background-image: url(../image/ico-nav.svg);
    background-size: 400% 200%;
    filter: invert(100);
    content: '';
}
@media screen and (max-width: 1000px) {
    .panel-close {
        position: fixed;
        top: 30px;
        right: 30px;
        width: 35px;
        height: 35px;
        z-index: 30;
    }
}
@media screen and (max-width: 700px) {
    .question {
      width: 100%;
      height: 100%;
      border-radius: 0px;
  }
  .question .line .box {
    width: 100%!important;
    margin: 0!important;
  }
}

/* == bottom == */
.bottoms {
  position: absolute;
  right: 45px;
  bottom: 45px;
}

/* == footer == */
.int .line .content.footer {
    position: relative;
    width: 100%;
    max-width: 100%;
    font-size: 16px;
}
.int .line .content.footer .logo {
    position: relative;
    top: auto;
    left: auto;
    width: 200px;
    margin: 100px auto 50px auto;
    transform: none;
}
.int .line .content.footer .box.txt .row .desc {
    position: relative;
    width: calc(100% - 100px);
    float: left;
}
.int .line .content.footer .bottom-line {
    position: relative;
    width: calc(100% - 60px);
    padding: 30px;
    color: #464459;
}
.int .line .content.footer .bottom-links {
    position: relative;
    float: right;
}
.int .line .content.footer .bottom-links a {
    position: relative;
    display: block;
    padding: 0 40px 0 0;
    float: left;
    color: #464459;
    transition: all 0.2s ease-in-out;
}
.int .line .content.footer .bottom-links a:hover {
    color: #464459;
}
.int .line .content.footer .bottom-links a:last-of-type {
    padding: 0;
}
.int .line .content.footer .bottom-links a::before {
    position: absolute;
    display: block;
    top: 50%;
    left: calc(100% - 20px);
    transform: translate(-50%, -50%);
    color: #464459;
    content: '|';
}
.int .line .content.footer .bottom-links a:hover::before {
    color: #fff;
}
.int .line .content.footer .bottom-links a:last-of-type::before {
    display: none;
}
.int .line .content.footer .cpr {
    position: relative;
    float: left;
}
@media screen and (max-width: 1500px) {
    .int .line .content.footer .box.image .logo {
        width: 30%;
    }
}
@media screen and (max-width: 1200px) {
    .int .line .content.footer .box.image .logo {
        width: 35%;
    }
    .int .line .content.footer .box.image {
        width: calc(50% - 20px);
    }
    .int .line .content.footer .box.txt {
        width: calc(50% - 20px);
        padding: 30px 0 30px 40px;
        margin: 30px 0;
    }
}
@media screen and (max-width: 1000px) {
    .int .line .content.footer .box.image {
        width: calc(50% - 15px);
    }
    .int .line .content.footer .box.txt {
        width: calc(50% - 15px);
        padding: 20px 0 20px 30px;
        margin: 20px 0;
        font-size: 14px
    }
}
@media screen and (max-width: 700px) {
    .int .line .content.footer {
        display: block;
    }

    .int .line .content.footer .bottom-line {
        position: relative;
        float: left;
        width: 100%;
        padding: 0;
    }
    .int .line .content.footer .bottom-links {
        width: 100%;
    }
    .int .line .content.footer .bottom-links a {
        width: 100%;
        padding: 0;
        margin: 0 0 10px 0;
        text-align: center;
    }
    .int .line .content.footer .bottom-links a::before {
        display: none;
    }
    .int .line .content.footer .bottom-line .cpr {
        position: relative;
        width: 100%;
        margin: 40px 0 20px 0;
        text-align: center;
    }
}

/* == warning == */
.warning {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 50;
}
.warning::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #303030;
    background-image: url(../image/noise.png);
    background-repeat: repeat;
    background-position: 50% 50%;
    opacity: 0.8;
    z-index: 1;
    content: '';
}
.warning .inner {
    position: absolute;
    width: 500px;
    max-width: calc(80% - 60px);
    top: 50%;
    left: 50%;
    padding: 30px;
    background: #fff;
    color: #303030;
    font-size: 16px;
    transform: translate(-50%, -50%);
    text-align: justify;
    border-radius: 3px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    z-index: 2;
}
.warning .inner h1 {
    position: relative;
    display: block;
    padding: 0 0 20px 0;
    margin: 0;
    color: #303030;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
}
.warning .inner h2 {
    position: relative;
    display: block;
    padding: 0 0 20px 0;
    margin: 0;
    color: #303030;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.warning .inner ul {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}
.warning .inner ul li {
    position: relative;
    display: block;
    margin: 0;
    width: calc(100% - 20px);
    padding: 0 0 10px 20px;
}
.warning .inner ul li::before {
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    left: 0;
    top: 8px;
    border-radius:4px;
    background-color: #D9DE4C;
    content: '';
}
.warning .inner .buttons {
    position: relative;
    padding: 30px 0 0 0;
    overflow: hidden;
}
.warning .inner .button {
    position: relative;
    display: block;
    float: left;
    width: calc(50% - 15px);
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    background-color: #D9DE4C;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
.warning .inner .button:hover {
    background-color: #303030;
}
.warning .inner .button + .button {
    float: right;
}
.warning .inner .info {
    position: relative;
    width: 100%;
    padding: 30px 0 0 0;
    text-align: center;
    font-size: 18px;
    color: #BC3838;
}
@media screen and (max-width: 550px) {
    .warning .inner {
        max-width: calc(80% - 40px);
        padding: 20px;
        background: #fff;
        color: #303030;
        font-size: 14px;
    }
    .warning .inner h1 {
        padding: 0 0 20px 0;
        font-size: 16px;
    }
    .warning .inner h2 {
        padding: 0 0 20px 0;
        font-size: 14px;
    }
    .warning .inner .button {
        width: 100%;
        font-size: 16px;
        line-height: 35px;
        margin: 0 0 20px 0;
    }
    .warning .inner .button + .button {
        margin: 0;
    }
    .warning .inner .info {
        padding: 20px 0 0 0;
        font-size: 16px;
    }
}

/* == cookies == */
.freeprivacypolicy-com---nb {
  z-index: 32!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: #D9DE4C!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: #303030!important;
}
.cc-nb-buttons-container button.cc-nb-changep {
	background: #303030!important;
}
.cc-cp-foot-button button {
	width: 100%!important;
	padding: 0 20px!important;
	line-height: 40px!important;
	color: #fff!important;
  background: #D9DE4C!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;
  }
}