.int {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    color: #2B2A29;
}
@media screen and (max-width: 700px) {
     .int {
          font-weight: 400;
      }
}

/* == fonts == */
.int .f-pps {
    
}
.int .f-qs {
    font-family: 'Quicksand', sans-serif;
}

/* == elements == */
.int a {
    text-decoration: none;
}
.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: #2B2A29;
  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 .yellow {
  background-color: #E6CB49;
  background-image: url(../image/noise.png);
  background-repeat: repeat;
  background-position: 50% 50%;
}
.int .f-dark {
  color: #2B2A29;
}
.int .f-white {
  color: #fff;
}
.int .f-light {
  color: #f0f0f0;
}
.int .f-yellow {
  color: #E6CB49;
}

/* == 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: 50%;
    width: 206px;
    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::before {
    display: block;
    position: relative;
    width: 100%;
    padding: 21.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;
}
.int .logo.on {
    filter: invert(100);
}
@media screen and (max-width: 1500px) {
    .int .logo {
        left: 0px;
        transform: translate(0, -50%);
    }
}
@media screen and (max-width: 1350px) {
    .int .logo {
        width: 170px;
    }
}
@media screen and (max-width: 700px) {
    .int .logo.left {
        left:20px;
    }
}

/* == social == */
.int .top-menu .quote {
    position: relative;
    float: right;
    margin: 30px 0;
    line-height: 35px;
    padding: 0 15px;
    background-color: #2B2A29;
    background-image: url(../image/noise.png);
    background-repeat: repeat;
    color: #fff;
    font-size: 18px;
    transition: all 0.2s ease-in-out;
}
.int .top-menu .quote:hover {
    position: relative;
    float: right;
    margin: 30px 0;
    line-height: 35px;
    padding: 0 15px;
    background-color: #E6CB49;
    color: #2B2A29;
    font-size: 18px;
}
.int .top-menu .quote::before {
    position: absolute;
    display: block;
    top: 100%;
    left: 100%;
    width: 15px;
    height: 15px;
    background: #fff;
    transform: translate(-50%, -50%) rotate(45deg);
    content: '';
}
.int .top-menu .phone-float {
    display: none;
}
.int .top-menu .menu.centered + .phone-float {
    position: relative;
    display: block;
    float: right;
    margin: 30px 10px 30px 0;
    line-height: 35px;
    padding: 0 15px;
    color: #2B2A29;
    font-size: 18px;
    transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 1350px) {
    .int .top-menu .quote {
        margin: 22.5px 0;
    }
    .int .top-menu .menu.centered + .phone-float {
        margin: 22.5px 10px 22.5px 0;
    }
}
@media screen and (max-width: 1200px) {
    .int .top-menu .menu.centered + .phone-float {
        display: none;
    }
}
@media screen and (max-width: 1000px) {
    .int .top-menu .quote {
        display: none;
    }
}

/* == social == */
.int .social {
    position: fixed;
    display: block;
    bottom: 40px;
    right: 40px;
    width: 50px;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    pointer-events:none;
    transition: all 0.2s ease-in-out;
}
.int .social.on {
    opacity: 1;
    pointer-events:auto;
    z-index: 31;
}
.int .top-menu .social {
}
.int .social a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    float: left;
    border-radius: 2px;
    background: #2B2A29;
    margin: 15px 0 0 0;
    transform-origin: 50% 50%;
    transition: all 0.2s ease-in-out;
}
.int .social.on a {
}
.int .social a::before {
    position: absolute;
    display: block;
    width: 70%;
    height: 70%;
    top: 50%;
    left: 50%;
    background-size:100%;
    background-position: 50% 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    content: '';
}
.int .social a::after {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    background-color: #2B2A29;
    transform-origin: 50% 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    z-index: 1;
    content: '';
    transition: all 0.2s ease-in-out;
}
.int .social a.on::after {
    left: 5px;
    background-color: #E6CB49;
}
.int .social a.fb::before {
    background-image: url('../image/ico-social-fb.svg');
}
.int .social a.insta::before {
    background-image: url('../image/ico-social-insta.svg');
}
.int .social a.mail::before {
    width: 90%;
    height: 90%;
    background-image: url('../image/ico-social-mail.svg');
}
.int .social a.mail.on {
    background-color: #E6CB49;
}
@media screen and (max-width: 1350px) {
    .int .social {
        width: 35px;
    }
    .int .social a {
        width: 35px;
        height: 35px;
    }
}
@media screen and (max-width: 1000px) {
    .int .social {
        display: none;
    }
}

/* == 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 {
    filter:invert(1);
}

@media screen and (max-width: 1000px) {
    .int .menu-button {
        display: block;
    }
    .int .menu-button {
        top: 30px;
        right:30px;
        width: 35px;
        height: 35px;
    }
}
@media screen and (max-width: 700px) {
    .int .menu-button {
        top: 22.5px;
        right:20px;
        width: 35px;
        height: 35px;
    }
}

/* == menu == */
.menu {
    position: relative;
    float: right;
    transition: all 0.3s ease-in-out;
}
.menu.centered {
    position: absolute;
    float: none;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 10;
}
.menu ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 17px 0 0;
    list-style: none;
    transition: all 0.3s ease-in-out;
}
.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 17px;
    color: #2B2A29;
    font-size: 18px;
    line-height: 95px;
    white-space: nowrap;
    transition: all 0.2s ease-in-out;
}
.menu ul li a:hover {
    color: #E6CB49;
}
.menu ul li.parent::before {
    position: absolute;
    display: block;
    top: calc(100% - 20px);
    left:50%;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #2B2A29 transparent;
    transform: translate(-50%, -50%) rotate(180deg);
    content: '';
    transition: all 0.3s ease-in-out;
}
.menu ul li.parent:hover::before {
    top: calc(100% + 10px);
    transform: translate(-50%, -50%) rotate(180deg) scale(0.5);
}
.menu ul ul {
    position: absolute;
    display: block;
    top: 100%;
    left: 50%;
    padding: 20px;
    margin: 0;
    transform: translate(-50%, 0);
    background-color: #2B2A29;
    background-image: url(../image/noise.png);
    background-repeat: repeat;
    background-position: 50% 50%;
    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::before {
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    top: 0%;
    left:50%;
    transform: translate(-50%, -50%) rotate(45deg) scale(0.5);
    background-color: #2B2A29;
    background-image: url(../image/noise.png);
    background-repeat: repeat;
    content: '';
    transition: all 0.3s ease-in-out;
}
.menu ul li:hover ul::before {
    transform: translate(-50%, -50%) rotate(45deg) scale(1);
}
.menu ul ul li {
    float: none;
}
.menu ul ul li a {
    position: relative;
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
}
.menu ul li ul li:hover a {
    color: #2B2A29;
    background: #E6CB49;
}
.menu .contact {
    display: none;
}

@media screen and (max-width: 1350px) {
    .menu ul li a {
        font-size: 18px;
        line-height: 80px;
    }
    .menu ul ul {
    }
    .menu ul ul li a {
        font-size: 16px;
    }
}
@media screen and (max-width: 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: #2B2A29;
        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;
        background-color: #2B2A29;
        background-image: url(../image/noise.png);
        background-repeat: repeat;
        transform: none;
        z-index: 29;
    }
    .menu.on {
        left:50%;
    }
    .menu ul {
        position: absolute;
        top: calc(50% - 100px);
        margin: 0;
        left:40px;
        flex-wrap: wrap;
        transform: translateY(-50%);
    }
    .menu ul li {
        float: none;
        width: 100%;
    }
    .menu ul li a {
        color:#fff;
        line-height: 50px;
        font-size: 18px;
    }
    .menu ul ul {
        display: none;
    }
    .menu .contact {
        display: block;
        position: absolute;
        width: 100%;
        bottom: 0;
        padding: 40px 0;
        background-color: #E6CB49;
        background-image: url(../image/noise.png);
        background-repeat: repeat;
    }
    .menu .contact .dots {
        position: absolute;
        top: 0;
        left: 40px;
        width: 50%;
        transform: translateY(-50%);
    }
    .menu .contact .dots .dot {
        position: relative;
        width: 15px;
        height: 15px;
        float: left;
        background: #fff;
        border-radius: 100%;
        margin: 0 5px;
    }
    .menu .contact .mail {
        position: relative;
        display: block;
        margin: 0 0 15px 40px;
        font-size: 18px;
        color: #2B2A29;
    }
    .menu .contact .phone {
        position: relative;
        display: block;
        margin: 0 0 0 40px;
        font-size: 24px;
        color: #2B2A29;
    }
    .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: #2B2A29;
        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: #2B2A29;
        z-index: 5;
    }
    .menu .contact .quote::before {
        background-color: #E6CB49;
        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: #2B2A29;
    }
    .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 ul {
        width: calc(100% - 60px);
        top: calc(50% - 100px);
        left:30px;
    }
    .menu ul li a {
        text-align: right;
        padding: 0;
    }
    .menu .contact {
        padding: 30px 0;
    }
    .menu .contact .mail {
        position: relative;
        display: block;
        margin: 0 30px 15px 0;
        text-align: right;
        font-size: 18px;
        color: #2B2A29;
    }
    .menu .contact .phone {
        position: relative;
        display: block;
        margin: 0 30px 15px 0;
        text-align: right;
        font-size: 24px;
        color: #2B2A29;
    }
    .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: 50px;
    height: 50px;
    display: flex;
    flex-wrap: wrap;
    top: 40px;
    right: 120px;
    cursor: pointer;
    z-index: 30;
}
.int .language::before {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0%;
    left: 0%;
    background-image:url('../image/ico-lang.svg');
    background-position: 50% 50%;
    background-size: 100% 100%;
    content: '';
    z-index: 10;
}
.int .language::after {
    position: absolute;
    width: 10px;
    height: 10px;
    top: 100%;
    left: 50%;
    background-image:url('../image/ico-nav.svg');
    background-position: 66.66% 0%;
    background-size: 400% 200%;
    transform: translate(-50%, -50%) rotate(-90deg);
    content: '';
    z-index: 11;
}
.int .language .box {
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    font-weight: 800;
    border-radius: 3px;
    float: left;
    order: 2;
    opacity: 0;
    pointer-events:none;
    color: #fff;
    background: #333;
    transition: all 0.2s ease-in-out;
}
.int .language:hover .box {
    opacity: 1;
    pointer-events:auto;
}
.int .language .box:hover {
    background: #EC008C;
    color: #fff;
}
.int .language .box.on {
    order: 1;
    opacity: 1;
    background: #fff;
    color: #333;
}
@media screen and (max-width: 700px) {
    .int .language {
      width: 40px;
      height: 40px;
      top: 30px;
      right: 90px;
    }
    .int .language .box {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}

/* == line == */
.int .line {
    position: relative;
    width: calc(100% - 40px);
    margin: 0 20px;
    float: left;
}
.int .line.backg-left {
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 50% auto;
}
.int .line.backg-right {
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: 50% auto;
}
.int .line.backg-center {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.int .line.backg-down-center {
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: contain;
}
.int .at-top {
    overflow: visible;
    position: fixed;
}
.int .at-top + .line {
    margin: 95px 20px 0 20px;
}
.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% - 95px);
}
.int .at-top + .line.full-height + .line.full-height {
    height: calc(100% - 95px);
}
.int .line.negative-top {
    margin: -150px 20px 0 20px;
}
.int .line.panel {
    position: absolute;
    width: 600px;
    left: 60px;
    top: 50%;
    transform: translateY(-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);
  }
  .int .at-top + .line {
      margin: 80px 20px 0 20px;
  }
}
@media screen and (max-width: 1000px) {
  .int .line.negative-top {
      margin: -45px 20px 0 20px;
  }
}
@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.yellow {
      width: 100%;
      margin: 0;
  }
  .int .line.backg-left {
      background-image: none!important;
  }
  .int .line.backg-right {
      background-image: none!important;
  }
  .int .line.backg-down-center {
      background-repeat: no-repeat;
      background-position: 50% 100%;
      background-size: cover;
  }
  .int .line.negative-top {
      margin: 30px 20px 0 20px;
  }
  
}


/* == line - backg == */
.int .line .backg {
    position: absolute;
    top: 5%;
    height: 90%;
}
.int .line .backg.half {
    width: 50%;
}
.int .line .backg.left {
    left:0;
}
.int .line .backg.right {
    right:0;
}
.int .line.backg-left {
    background-position: 0 50%;
    background-size: cover;
}
.int .line.backg-right {
    background-position: 100% 50%;
    background-size: cover;
}
.int .line.backg-center {
    background-position: 50% 50%;
    background-size: cover;
}
.int .line.backg-down-center {
    background-position: 50% 100%;
    background-size: cover;
}
@media screen and (max-width: 700px) {
}

/* == line - bar == */
.int .line .bar {
    position: absolute;
    height: 8px;
    width: 15%;
    z-index: 10;
    pointer-events:none;
    background-color: #2B2A29;
    background-image: url(../image/noise.png);
    background-repeat: repeat;
    background-position: 50% 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}
.int .line .bar.top {
    top:0;
}
.int .line .bar.bottom {
    top:100%;
}
.int .line.first .bar.bottom {
    top:calc(100% - 20px);
}
.int .line .bar.left {
    left:25%;
}
.int .line .bar.right {
    left:75%;
}
.int .line .bar.left, .int .line .bar.right {
    opacity:1;
}
@media screen and (max-width: 1000px) {
    .int .line .bar {
        transform: translate(0%, -50%);
}
    .int .line .bar.left {
        left:0px;
        
    }
    .int .line .bar.right {
        left:75%;
    }
}
@media screen and (max-width: 700px) {

}

/* == line - top == */
.int .line .top-menu {
    position: relative;
    display: block;
    width: 100%;
    height: 95px;
    float: left;
}
.int .line .top-menu::before {
    position: absolute;
    display: block;
    width: calc(100% + 40px);
    height: 100%;
    left: -20px;
    top: 0;
    background: #fff;
    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: 100px 0;
}
.int .line .content.padding-medium {
    padding: 150px 0;
}
.int .line .content.padding-big {
    padding: 200px 0;
}
.int .line .content.panel {
    position: relative;
    display: flex;
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
    z-index: 3;
}
.int .line .content.padding-top {
    padding: 150px 0 0 0;
}
.int .line .content .box {
    position: relative;
    float: left;
    margin: 30px;
    padding: 30px 0;
    text-align: justify;
}
.int .content .box.backg {
    padding: 30px;
}

.int .content .box.one-one {
    width: calc(100% - 60px);
    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: 25px;
        padding: 0px 0;
    }
    .int .line .content .box.backg {
        padding: 25px;
    }
    .int .content .box.one-one {
        width: calc(100% - 50px);
        margin: 25px auto;
    }
    .int .content .box.one-one.backg {
        width: calc(100% - 100px);
    }
    .int .content .box.one-two {
        width: calc(50% - 50px);
    }
    .int .content .box.one-two.backg {
        width: calc(50% - 100px);
    }
    .int .content .box.one-three {
        width: calc(33.33% - 50px);
    }
    .int .content .box.one-three.backg {
        width: calc(33.33% - 100px);
    }
    .int .content .box.one-four {
        width: calc(25% - 50px);
    }
    .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(100% - 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 - margins == */
.int .content .box.margin-top::before {
    position: relative;
    display: block;
    width: 100%;
    float: left;
    content: '';
}
.int .content .box.margin-bottom::after {
    position: relative;
    display: block;
    width: 100%;
    float: left;
    content: '';
}
.int .content .box.margin-top.m-big::before,
.int .content .box.margin-bottom.m-big::after {
    height: 200px;
}
.int .content .box.margin-top.m-medium::before,
.int .content .box.margin-bottom.m-medium::after {
    height: 120px;
}
.int .content .box.margin-top.m-small::before,
.int .content .box.margin-bottom.m-small::after {
    height: 60px;
}
@media screen and (max-width: 1600px) {
    .int .content .box.margin-top.m-big::before,
    .int .content .box.margin-bottom.m-big::after {
        height: 150px;
    }
    .int .content .box.margin-top.m-medium::before,
    .int .content .box.margin-bottom.m-medium::after {
        height: 100px;
    }
    .int .content .box.margin-top.m-small::before,
    .int .content .box.margin-bottom.m-small::after {
        height: 50px;
    }
}
@media screen and (max-width: 1000px) {
    .int .content .box.margin-top.m-big::before,
    .int .content .box.margin-bottom.m-big::after {
        height: 120px;
    }
    .int .content .box.margin-top.m-medium::before,
    .int .content .box.margin-bottom.m-medium::after {
        height: 80px;
    }
    .int .content .box.margin-top.m-small::before,
    .int .content .box.margin-bottom.m-small::after {
        height: 40px;
    }
}
@media screen and (max-width: 700px) {
    .int .content .box.margin-top.m-big::before,
    .int .content .box.margin-bottom.m-big::after,
    .int .content .box.margin-top.m-medium::before,
    .int .content .box.margin-bottom.m-medium::after,
    .int .content .box.margin-top.m-small::before,
    .int .content .box.margin-bottom.m-small::after {
        height: 0;
    }
}


/* == line - content - box - dots == */
.int .content .box .dots {
    position: absolute;
    width: 17px;
    overflow: hidden;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}
.int .content .box .dots.on {
    display: block;
}
.int .content .box.right .dots {
    left: 100%;
}
.int .content .box.left .dots {
    left: 17px;
}
.int .content .box.margin-top.m-big .dots {
    top:100px;
}
.int .content .box.margin-top.m-medium .dots {
    top:60px;
}
.int .content .box.margin-top.m-small .dots {
    top:30px;
}
.int .content .box.margin-bottom.m-big .dots {
    top:calc(100% - 100px);
}
.int .content .box.margin-bottom.m-medium .dots {
    top:calc(100% - 60px);
}
.int .content .box.margin-bottom.m-small .dots {
    top:calc(100% - 30px);
}
.int .content .box .dots .dot {
    position: relative;
    width: 17px;
    height: 17px;
    margin: 4px 0 4px 0;
    border-radius: 100%;
    background: #2B2A29;
    float: left;
}
@media screen and (max-width: 1400px) {
    .int .content .box .dots {
        width: 15px;
    }
    .int .content .box .dots .dot {
        position: relative;
        width: 15px;
        height: 15px;
        margin: 3px 0 3px 0;
    }
}
@media screen and (max-width: 1000px) {
    .int .content .box .dots {
        width: 15px;
    }
    .int .content .box .dots .dot {
        position: relative;
        width: 10px;
        height: 10px;
        margin: 2px 0 2px 0;
    }
}
@media screen and (max-width: 700px) {
    .int .content .box.txt .dots {
        display: none;
    }
}


/* == line - content - box - call == */
.int .line .content .box .call {
    position: relative;
    display: block;
    font-size: 24px;
    margin: 0 0 30px 0;
}
.int .line .content .box.center .call {
    text-align: center;
}



/* == 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;
}
.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 h5.underline {
    padding: 0 0 40px 0; 
}
.int .line .content .box h1.underline::before,
.int .line .content .box h2.underline::before,
.int .line .content .box h3.underline::before,
.int .line .content .box h4.underline::before,
.int .line .content .box h5.underline::before  {
    position: absolute;
    display: block;
    width: 0; 
    height: 0; 
    bottom: 15px;
    left: 50%;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #2B2A29;
    transform: translate(-50%, 0);
    content: '';
}
.int .line .content .box.center h1.underline::before,
.int .line .content .box.center h2.underline::before,
.int .line .content .box.center h3.underline::before,
.int .line .content .box.center h4.underline::before,
.int .line .content .box.center h5.underline::before  {
    bottom: 7px;
}
.int .line.dark .content .box h1.underline::before,
.int .line.dark .content .box h2.underline::before,
.int .line.dark .content .box h3.underline::before,
.int .line.dark .content .box h4.underline::before,
.int .line.dark .content .box h5.underline::before  {
    border-top-color: #E6CB49;
}
.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 {
    
    right: -9px;
    left: auto;
    transform: translate(0, 0) rotate(-135deg);
}
.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: -9px;
    transform: translate(0, 0) rotate(135deg);
}
.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 {
    width: 15px;
    height: 15px;
    bottom:11px;
    border-radius: 100%;
}

.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 {
    right:-17px;
    left: auto;
}
.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:0px;
}

.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.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: 62px;
    line-height: 62px;
}
.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: 42px;
    line-height: 42px;
}
.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: 32px;
    line-height: 32px;
}
.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) {
    
}
@media screen and (max-width: 1350px) {
    .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.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: 12px;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 12px solid #2B2A29;
    }
    .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;
    }
}
@media screen and (max-width: 700px) {

  .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: 42px;
      line-height: 42px;
  }
  .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: 28px;
      line-height: 28px;
  }
  .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 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: 4px;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #2B2A29;
  }
  .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: 3px;
  }
}
@media screen and (max-width: 500px) {

  .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: 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 {
      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: absolute;
    width: 100%;
    height: calc(100% - 20px);
    left: 0;
    top: 0;
    z-index: 2;
    overflow: hidden;
    opacity:0;
    pointer-events:none;
    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;
    pointer-events:none;
}
.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 {
    left:50%;
    transform: translateX(-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 .dots {
    position: absolute;
    width: 17px;
    overflow: hidden;
    top: 15%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
}
.int .line .slide .dots .dot {
    position: relative;
    width: 17px;
    height: 17px;
    margin: 4px 0 4px 0;
    border-radius: 100%;
    background: #2B2A29;
    float: left;
}
.int .line .slide .content.banner {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.int .line .slide .content.banner.right {
    width: calc(50% - 50px);
    max-width: 650px;
    left:calc(50% + 50px);
    transform: translate(0, -50%);
}
.int .line .slide .content.banner.left {
    width: calc(50% - 50px);
    max-width: 650px;
    left:auto;
    right: calc(50% + 50px);
    transform: translate(0, -50%);
}
.int .line .slide .content.banner .box.one-one {
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
}
.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: 20px 0 0 0;
}
.int .line .slide .arrow {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius:100%;
    background: #2B2A29;
    left: 50%;
    top:85%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 6;
}
.int .line .slide.white .arrow {
    border:10px solid #fff;
}
.int .line .slide.light .arrow {
    border:10px solid #f0f0f0;
}
.int .line .slide.dark .arrow {
    background: #E6CB49;
    border:10px solid #2B2A29;
}
.int .line .slide.yellow .arrow {
    border:10px solid #E6CB49;
}
.int .line .slide .arrow::before {
    position: absolute;
    display: block;
    width: 40%;
    height: 40%;
    top: 50%;
    left: 50%;
    background-image: url('../image/ico-arrow.svg');
    background-position: 50% 50%;
    background-size: 100% 100%;
    transform: translate(-50%, -50%);
    content: '';
}
.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: #2B2A29;
    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: #2B2A29;
    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: #E6CB49;
    width: 40px;
}
.int .line .pages .page.on::after {
    background: #E6CB49;
    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 .dots {
        width: 15px;
    }
    .int .line .slide .dots .dot {
        width: 15px;
        height: 15px;
        margin: 3px 0 3px 0;
    }
}
@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 .dots {
        top: 50%;
        left: 50%;
        height: 10px;
        width: auto;
    }
    .int .line .slide .dots .dot {
        width: 10px;
        height: 10px;
        margin: 0 3px;
    }
    .int .line .slide .content.banner {
        top: calc(50% + 30px);
        left: 50%;
        transform: translate(-50%, 0%);
    }
    .int .line .slide .content.banner.right, .int .line .slide .content.banner.left {
        width: calc(100% - 40px);
        max-width: 100%;
        left:20px;
        transform: translate(0, 0);
        right: auto;
    }
     .int .line .slide img {
        position: absolute;
        display: block;
        top: 25%;
        display: block;
        transform: translate(-50%, -50%);
        max-height: 35%;
        max-width: 70%;
    }
    .int .line .slide img.left, .int .line .slide img.right, .int .line .slide img.center {
        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: #E6CB49;
        border:7px solid #2B2A29;
    }
    .int .line .slide.yellow .arrow {
        border:7px solid #E6CB49;
    }
}
@media screen and (max-width: 700px) {
    .int .line .slide .content.banner {
        width: calc(100% - 40px);
        max-width: 100%;
        transform: translate(-50%, -50%);
    }
    .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 .image {

    }
    .int .line .slide .content.banner .image img {
        width: 200%;
        left: -20%;
    }
    .int .line .slide .content.banner .box.txt {

    }
    .int .line .slide .content.banner .box .buttons {
        padding:20px 0 0 0;
    }
    .int .line .slide .content.banner .box.txt.center .buttons .button {
        display: block;
        margin: 0 auto 20px auto;
        width: 80%;
        padding: 0;
        height: 31px;
        line-height: 35px;
        font-size: 16px;
        min-height: 35px;
    }
    .int .line .slide .content.banner .box.txt.left .buttons .button {
        padding: 0;
        text-align: center;
        width: 100%;
        float: left;
    }
    .int .line .slide .content.banner .box.txt.right .buttons .button {
        padding: 0 30px 0 80px;
        width: auto!important;
        float: right;
    }
    .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: #E6CB49;
        border:5px solid #2B2A29;
    }
    .int .line .slide.yellow .arrow {
        border:5px solid #E6CB49;
    }
    .int .line .pages {
        position: absolute;
        top: 20px;
        left: 20px;
        transform: none;
    }
   
}

/* == line - content - txt == */
.int .line .content .box.txt {
    font-size: 18px;
    color: #727272;
}
.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 0l {
    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: 10px;
    height: 10px;
    left: 0;
    top: 8px;
    border-radius:4px;
    background-color: #E6CB49;
    content: '';
}
.int .line .content .box.txt ul li .ico {
    position: relative;
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    margin: 0 10px 0 0;
}
.int .line .content .box.txt ul li .ico::before {
   position: absolute;
   display: block;
   width: 100%;
   height: 100%;
   top: 50%;
   left: 50%;
   background-image: url(../image/ico-engine.svg);
   background-size:400% 100% ;
   transform: translate(-50%, -50%);
   content: '';
}
.int .line .content .box.txt ul li .ico.transmission::before {
   background-position: 0 0;
}
.int .line .content .box.txt ul li .ico.engine::before {
   background-position: 33.33% 0;
}
.int .line .content .box.txt ul li .ico.seats::before {
   background-position: 66.66% 0;
}
.int .line .content .box.txt ul li .ico.gas::before {
   background-position: 100% 0;
}
.int .line .content .box.txt .modification {
  position: relative;
  margin: 30px 30px 0 0;
  float: left;
}
.int .line .content .box.txt .modification::after {
  position: absolute;
  display: block;
  width: 156px;
  height: 4px;
  left: 0;
  bottom: -40px;
  background-image: url('../image/ico-car-dashed.svg');
  background-size: 100% 100%;
  background-position: 50% 50%;
  content: '';
}
.int .line .content .box.txt .modification .graph {
  position: absolute;
  display: block;
  width: 88px;
  height: 60px;
  top: 50%;
  left: calc(100% + 30px);
  transform: translate(0, -50%);
}
.int .line .content .box.txt .modification .graph::before {
  position: absolute;
  display: block;
  width: 100%;
  padding: 68% 0 0 0;
  top: 0;
  left: 0;
  background-image: url('../image/ico-car-graph.svg');
  background-size: 100% 100%;
  background-position: 50% 50%;
  content: '';
}
.int .line .content .box.txt .modification .row {
  position: relative;
  width: 100%;
  line-height: 40px;
}
.int .line .content .box.txt .modification .row span {
  position: relative;
  display: block;
  float: left;
  width: 160px;
  text-align: right;
  padding: 0 20px 0 0;
}
.int .line .content .box.txt .contact-box {
    position: relative;
    display: block;
    width:100%;
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 30px 0;
}
.int .line .content .box.txt .contact-box a {
    position: relative;
    display: block;
    float: left;
    color: #303030;
    width:100%;
    font-size: 18px;
    line-height: 30px;
    margin: 10px 0 10px 0;
}
.int .line .content .box.txt.right .contact-box {
    text-align: right;
}
.int .line .content .box.txt .contact-box .ico {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
    border-radius: 3px;
    background-image: url(../image/noise.png);
    background-repeat: repeat;
    background-position: 50% 50%;
}
.int .line .content .box.txt .contact-box .ico::after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background-position: 50% 50%;
    background-size: 100% 100%;
    filter:invert(0.9);
    content:'';
}
.int .line .content .box.txt .contact-box .ico.map::after {
    background-image:url(../image/ico-contact-map.svg);
    top: 50%;
    left: 50%;
}
.int .line .content .box.txt .contact-box .ico.clock::after {
    background-image:url(../image/ico-contact-clock.svg);
    top: 50%;
    left: 50%;
}
.int .line .content .box.txt .contact-box .ico.phone::after {
    background-image:url(../image/ico-contact-phone.svg);
    top: 50%;
    left: 50%;
}
.int .line .content .box.txt .contact-box .ico.email::after {
    background-image:url(../image/ico-contact-mail.svg);
    top: 50%;
    left: 50%;
}
.int .line .content .box.txt .contact-box .title {
    position: relative;
    display: block;
    width: calc(100% - 40px);
    float: left;
    font-size: 24px;
    padding: 0 0 0 40px;
    margin: 0 0 10px 0;
}
@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: 50px;
    min-height: 50px;
    padding: 0 50px 0 25px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    float: left;
}
.int .line .content .box.txt.center .buttons .button {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 50px;
    min-height: 50px;
    padding: 0 25px 0 25px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    float: left;
}
.int .line .content .box.txt .buttons .button::after {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    top: 0;
    background-image: url(../image/noise.png);
    background-repeat: repeat;
    background-position: 50% 50%;
    transition: all 0.2s ease-in-out;
    content: '';
    z-index: -1;
}
.int .line .content .box.txt.left .buttons .button::after {
    left: calc(100% - 25px);
}
.int .line .content .box.txt.center .buttons .button::after {
    left: calc(100% - 40px);
}
.int .line .content .box.txt.right .buttons .button::after {
    right: calc(100% - 25px);
}
.int .line .content .box.txt.left .buttons .button::after, .int .line .content .box.txt.center .buttons .button::after {
    clip-path: polygon(0 0, 100% 0, 100% 80%, 80% 100%, 0 100%);
}
.int .line .content .box.txt.right .buttons .button::after {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%, 0 80%);
}
.int .line .content .box.txt .buttons .button.dark {
    color: #fff;
}
.int .line .content .box.txt .buttons .button.white, .int .line .content .box.txt .buttons .button.yellow {
    color: #2B2A29;
}
.int .line .content .box.txt .buttons .button.white::after {
    background-color: #fff;
}
.int .line .content .box.txt .buttons .button.white:hover::after {
    background-color: #E6CB49;
}
.int .line .content .box.txt .buttons .button.light::after {
    background-color: #f0f0f0;
}
.int .line .content .box.txt .buttons .button.light:hover::after {
    background-color: #E6CB49;
}
.int .line .content .box.txt .buttons .button.dark::after {
    background-color: #2B2A29;
}
.int .line .content .box.txt .buttons .button.dark:hover::after {
    background-color: #E6CB49;
}
.int .line .content .box.txt .buttons .button.yellow::after {
    background-color: #E6CB49;
}
.int .line .content .box.txt .buttons .button.yellow:hover::after {
    background-color: #2B2A29;
}
.int .line .content .box.txt.left .buttons .button {
    padding: 0 60px 0 20px;
}
.int .line .content .box.txt.right .buttons .button {
    padding: 0 20px 0 60px;
}
.int .line .content .box.txt .buttons .button.dark:hover {
    color: #2B2A29;
    background-color: #E6CB49;;
}
.int .line .content .box.txt .buttons .button.yellow:hover {
    color: #fff;
    background-color: #2B2A29;
}
.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 .buttons .button {
        float: left;
        text-align: center;
        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, .int .line .content .box.txt.center .buttons .button {
        padding: 0 20px 0 20px;
    }
    .int .line .content .box.txt .buttons .button::after {
        width: 40px;
        height: 40px;
    }
    .int .line .content .box.txt.left .buttons .button::after,
    .int .line .content .box.txt.right .buttons .button::after{
        left: calc(100% - 30px);
        clip-path: polygon(0 0, 100% 0, 100% 80%, 80% 100%, 0 100%);
    }
}

/* == line - content - image - show more == */
.int .line .content .box .show-more {
    position: absolute;
    display: block;
    width: auto;
    height: 50px;
    top: 20px;
    right: 20px;
    left: auto;
    border-radius: 2px;
    z-index: 6;
    opacity: 0;
    pointer-events:none;
    transition: all 0.3s ease-in-out;
}
.int .line .content .box:hover .show-more.on {
    opacity: 1;
    pointer-events:auto;
}
.int .line .content .box .show-more .ico {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
    border-radius: 2px;
    background-position: 50% 50%;
    background-size: 100% 100%;
    background-color: #2B2A29;
    z-index: 2;
    transition: all 0.2s ease-in-out;
}
.int .line .content .box .show-more .ico.eye {
    background-image: url(../image/ico-eye.svg);
}
.int .line .content .box .show-more .ico.directions {
    background-image: url(../image/ico-directions.svg);
}
.int .line .content .box .show-more:hover .ico {
    background-color: #E6CB49;
}
.int .line .content .box .show-more .title {
    position: absolute;
    max-width: 0;
    height: 48px;
    top: 1px;
    right: 2px;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    padding: 0 48px 0 0;
    border-radius: 2px;
    overflow: hidden;
    background-color: #2B2A29;
    white-space: nowrap;
    transition: all 0.3s ease-in-out;
}
.int .line .content .box .show-more:hover .title {
    position: absolute;
    max-width: 150px;
    top: 1px;
    right: 0;
    line-height: 48px;
    color: #fff;
    font-size: 16px;
    padding: 0 70px 0 60px;
    background-color: #2B2A29;
    transition: all 0.3s ease-in-out;
}
.int .line .content .box .show-more .title::before {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 14px;
    left: 14px;
    background-image: url(../image/ico-arrow.svg);
    background-position: 50% 50%;
    background-size: 100% 100%;
    transform: rotate(90deg);
    content: '';
}


/* == line - content - image == */
.int .line .content .box.image {
    transform-origin: 50% 50%;
}
.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 - image - category == */
.int .line .content .box.image.category .title {
    position: absolute;
    width: calc(100% - 75px);
    bottom: 20px;
    left: 20px;
    padding: 20px 0px 20px 20px;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    color: #2B2A29;
    background-color: #E6CB49;
    background-image: url(../image/noise.png);
    background-repeat: repeat;
    background-position: 50% 50%;
    z-index: 1;
}
.int .line .content .box.image.category .title b {
    display: block;
    margin: 5px 0 0 0;
    font-weight: 300;
}
.int .line .content .box.image.category .title::after {
    position: absolute;
    display: block;
    width: 20px;
    height: 100%;
    top: 0;
    background: #E6CB49;
    content: '';
    right: calc(0% - 15px);
    clip-path: polygon(70% 0, 100% 0, 100% 100%, 0 100%, 0 20%);
    transform: rotateY(180deg);
    z-index: -1;
}
@media screen and (max-width: 1500px) {
    .int .line .content .box.image.category .title {
        position: absolute;
        width: calc(100% - 75px);
        bottom: 20px;
        left: 20px;
        padding: 20px 0px 20px 20px;
        font-size: 16px;
        font-weight: bold;
        color: #2B2A29;
        background-color: #E6CB49;
        background-image: url(../image/noise.png);
        background-repeat: repeat;
        background-position: 50% 50%;
        z-index: 1;
    }
    .int .line .content .box.image.category .title b {
        display: block;
        margin: 5px 0 0 0;
        font-weight: 300;
    }
}
@media screen and (max-width: 700px) {
    .int .line .content .box.image.category::before {
        padding: 60% 0 0 0!important;
    }
    .int .line .content .box.image.category .title {
        position: absolute;
        width: calc(100% - 45px);
        bottom: 10px;
        left: 10px;
        padding: 10px 0px 10px 10px;
        font-size: 14px;
    }
    .int .line .content .box.image.category::before {
      position: relative;
      display: block;
      width: 100%;
      padding: 100% 0 0 0;
      content: '';
  }
}


/* == line - content - image - link == */
.int .line .content .box.image.link .titles {
    position: absolute;
    max-width: calc(100% - 75px);
    bottom: 20px;
    left: 20px;
    padding: 20px 20px 20px 20px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background-color: #E6CB49;
    background-image: url(../image/noise.png);
    background-repeat: repeat;
    background-position: 50% 50%;
    pointer-events:none;
    z-index: 3;
}
.int .line .content .box.image.link .titles h2 {
    display: block;
    margin: 5px 0 0 0;
    font-weight: 300;
    color: #2B2A29;
    width: auto;
    float: none;
}
.int .line .content .box.image.link .titles::after {
    position: absolute;
    display: block;
    width: 20px;
    height: 100%;
    top: 0;
    background: #E6CB49;
    content: '';
    right: calc(0% - 15px);
    clip-path: polygon(70% 0, 100% 0, 100% 100%, 0 100%, 0 20%);
    transform: rotateY(180deg);
    z-index: 0;
}
@media screen and (max-width: 1500px) {
    .int .line .content .box.image.link .titles h2 {
        font-size: 16px;
    }
}
@media screen and (max-width: 700px) {
    .int .line .content .box.image.link::before {
        padding: 60% 0 0 0!important;
    }
    .int .line .content .box.image.link .titles {
        position: absolute;
        width: calc(100% - 45px);
        bottom: 10px;
        left: 10px;
        padding: 10px 0px 10px 10px;
        font-size: 14px;
    }
    .int .line .content .box.image.link::before {
      position: relative;
      display: block;
      width: 100%;
      padding: 100% 0 0 0;
      content: '';
  }
}

/* == line - content - staff == */
.int .line .content .box.staff {
    transition: all 0.2s ease-in-out;
    color: #2B2A29;
    text-align: left;
}
.int .line .content .box.staff:hover {
    background: #E6CB49;
}
.int .line .content .box.staff .name {
    position: relative;
    width: 100%;
    font-size: 24px;
    text-transform: uppercase;
    padding: 0 0 8px 0;
}
.int .line .content .box.staff .job {
    position: relative;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 25px 0;
    margin: 0 0 30px 0;
    color:#E6CB49;
    transition: all 0.2s ease-in-out;
}
.int .line .content .box.staff:hover .job {
    color:#fff;
}
.int .line .content .box.staff .job::before {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    bottom: 0;
    left: -9px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #2B2A29;
    transform: translate(0, 0) rotate(135deg);
    content: '';
}
.int .line .content .box.staff a {
    color: inherit;
    line-height: 30px;
}
@media screen and (max-width: 1400px) {
    .int .line .content .box.staff .name {
      position: relative;
      width: 100%;
      font-size: 20px;
      text-transform: uppercase;
      padding: 0 0 8px 0;
  }
  .int .line .content .box.staff .job {
      font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
    .int .line .content .box.staff .name {
      font-size: 18px;
  }
  .int .line .content .box.staff .job {
      font-size: 14px;
  }
}


/* == 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 - 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);
  }
}


/* == list == */
.int .content.list {
    display: block!important;
    overflow: hidden;
}
.int .content.list .box {
    padding: 0!important;
}
.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 {
    position: relative;
    width: auto;
    display: block;
    float: none;
    margin: 10px 0 0 0;
    z-index: 2;
}
.int .content.list .box::before {
    position: relative;
    display: block;
    width: 100%;
    content: '';
}
.int .content.list .box.h-35::before {
    padding: 35% 0 0 0;
}
.int .content.list .box.h-45::before {
    padding: 45% 0 0 0;
}
.int .content.list .box.h-65::before {
    padding: 65% 0 0 0;
}
.int .content.list .box.h-100::before {
    padding: 100% 0 0 0;
}
.int .content.list .box.margin-top.m-big {
    margin: 200px 30px 30px 30px!important;
}
.int .content.list .box.margin-top.m-medium {
    margin: 120px 30px 30px 30px!important;
}
.int .content.list .box.margin-top.m-small {
    margin: 60px 30px 30px 30px!important;
}
.int .content.list .box.margin-bottom.m-big {
    margin: 30px 30px 200px 30px!important;
}
.int .content.list .box.margin-bottom.m-medium {
    margin: 30px 30px 120px 30px!important;
}
.int .content.list .box.margin-bottom.m-small {
    margin: 30px 30px 60px 30px!important;
}
.int .content.list .box.margin-top::after, .int .content.list .box.margin-bottom::after {
    height: auto;
}
.int .content.list .box.margin-top.m-big .dots  {
    top: 100px;
}
.int .content.list .box.margin-top.m-medium .dots  {
    top: 60px;
}
.int .content.list .box.margin-top.m-small .dots  {
    top: 30px;
}
.int .content.list .box.margin-bottom.m-big .dots  {
    top: calc(100% + 100px);
}
.int .content.list .box.margin-bottom.m-medium .dots  {
    top: calc(100% + 60px);
}
.int .content.list .box.margin-bottom.m-small .dots  {
    top: calc(100% + 30px);
}
.int .content.list .box.backg {
    top: auto;
    height: auto;
    position: relative;
}
.int .content.list .box .icon {
    position: relative;
    display: block;
    width: 30%;
    float: left;
    margin: 50px 35%;
}
.int .content.list .box .icon::before {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0.3;
    filter: blur(70px);
    border-radius: 100%;
    content:'';
    transition: all 0.2s ease-in-out;
    pointer-events:none;
    z-index: 1;
}
.int .content.list .box .icon::after {
    position: relative;
    display: block;
    width: 100%;
    padding: 100% 0 0 0;
    float: left;
    content: '';
}
.int .content.list .box .lnk::before {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: #2B2A29;
    background-image: url(../image/noise.png);
    background-repeat: repeat;
    background-position: 50% 50%;
    content: '';
    transition: all 0.3s ease-in-out;
    opacity: 0;
}
.int .content.list .box:hover .lnk::before {
    opacity:0.7;
}
.int .content.list .box .icon img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: none;
    object-fit: contain;
    z-index: 2;
}
.int .content.list .box img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: none;
    object-fit: cover;
    z-index: 1;
    filter: grayscale(0);
    transition: all 0.3s ease-in-out;
}
.int .content.list .box:hover img {
    filter: grayscale(100%);
}
.int .content.list .box .block {
    position: relative;
    display: block;
    width: 100%;
    float: left;
    text-align: justify;
    font-size: 18px;
}
.int .content.list .box a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
}
.int .content.list .box .titles {
    position: absolute;
    display: block;
    width: auto;
    bottom:0;
    padding: 15px 0 40px 0;
    background: #E6CB49;
    pointer-events:none;
    z-index: 5;
}
.int .content.list .box .titles::before {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: 0;
    
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #2B2A29;
    transform: translate(0, 0) rotate(45deg);
    content: '';
}
.int .content.list .box.left .titles::before {
    left: 34px;
    transform: translate(0, 0) rotate(45deg);
}
.int .content.list .box.right .titles::before {
    right: 34px;
    transform: translate(0, 0) rotate(-45deg);
}
.int .content.list .box .titles::after {
    position: absolute;
    display: block;
    width: 50px;
    height: 100%;
    top: 0;
    background: #E6CB49;
    content: '';
    z-index: 0;
}
.int .content.list .box.left .titles::after {
    left: calc(100% - 25px);
    clip-path: polygon(66% 0, 100% 8%, 100% 100%, 0 100%, 1% 0);
}
.int .content.list .box.right .titles::after {
    right: calc(100% - 25px);
    clip-path: polygon(29% 0, 100% 0, 100% 100%, 0 100%, 0 7%);
}
.int .content.list .box.left .titles {
    left: 0;
    text-align: left;
    padding: 15px 1px 40px 40px;
}
.int .content.list .box.right .titles {
    right: 0;
    text-align: right;
    padding: 15px 40px 40px 1px;
}
.int .content.list .box .buttons {
    margin: 30px 0 0 0;
}
.int .content.list .box.center .buttons {
    text-align: center;
}
.int .content.list .box.center .buttons .button {
    display: inline-block;
    width: auto;
}
@media screen and (max-width: 1600px) {
    .int .content.list .box.margin-top.m-big {
        margin: 150px 25px 25px 25px!important;
    }
    .int .content.list .box.margin-top.m-medium {
        margin: 100px 25px 25px 25px!important;
    }
    .int .content.list .box.margin-top.m-small {
        margin: 50px 25px 25px 25px!important;
    }
    .int .content.list .box.margin-bottom.m-big {
        margin: 25px 25px 150px 25px!important;
    }
    .int .content.list .box.margin-bottom.m-medium {
        margin: 25px 25px 100px 25px!important;
    }
    .int .content.list .box.margin-bottom.m-small {
        margin: 25px 25px 50px 25px!important;
    }
    .int .content.list .box.txt.full .buttons .button {
        padding: 0!important;
        width: calc(33% - 30px);
    }
}
@media screen and (max-width: 1400px) {
    .int .content.list .box.margin-top.m-big {
        margin: 120px 20px 20px 20px!important;
    }
    .int .content.list .box.margin-top.m-medium {
        margin: 80px 20px 20px 20px!important;
    }
    .int .content.list .box.margin-top.m-small {
        margin: 40px 20px 20px 20px!important;
    }
    .int .content.list .box.margin-bottom.m-big {
        margin: 20px 20px 120px 20px!important;
    }
    .int .content.list .box.margin-bottom.m-medium {
        margin: 20px 20px 80px 20px!important;
    }
    .int .content.list .box.margin-bottom.m-small {
        margin: 20px 20px 40px 20px!important;
    }
}
@media screen and (max-width: 1000px) {
    
    .int .content.list .box.margin-top.m-big {
        margin: 120px 15px 15px 15px!important;
    }
    .int .content.list .box.margin-top.m-medium {
        margin: 80px 15px 15px 15px!important;
    }
    .int .content.list .box.margin-top.m-small {
        margin: 40px 15px 15px 15px!important;
    }
    .int .content.list .box.margin-bottom.m-big {
        margin: 15px 15px 120px 15px!important;
    }
    .int .content.list .box.margin-bottom.m-medium {
        margin: 15px 15px 80px 15px!important;
    }
    .int .content.list .box.margin-bottom.m-small {
        margin: 15px 15px 40px 15px!important;
    }
    .int .content.list .box.one-two {
        width: calc(50% - 30px);
    }
    .int .content.list .box.one-three {
        width: calc(33.33% - 30px);
    }
    .int .content.list .box.one-four {
        width: calc(50% - 30px);
    }
    .int .content.list .box.one-five {
        width: calc(50% - 30px);
    }
    .int .content.list .box .titles {
        padding: 10px 0 20px 0;
    }
    .int .content.list .box.left .titles {
        padding: 10px 1px 20px 20px;
    }
    .int .content.list .box.right .titles {
        padding: 10px 20px 20px 1px;
    }
    .int .content.list .box .titles::before {
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #2B2A29;
    }
    .int .content.list .box.left .titles::before {
        left: 17px;
    }
    .int .content.list .box.right .titles::before {
        right: 17px;
    }
}
@media screen and (max-width: 700px) {
    .int .content.list .box {
    }
    .int .content.list .box.h-35::before, .int .content.list .box.h-45::before, .int .content.list .box.h-65::before, .int .content.list .box.h-100::before {
        padding: 50% 0 0 0;
    }
    .int .content.list .box.margin-top.m-big,
    .int .content.list .box.margin-top.m-medium,
    .int .content.list .box.margin-top.m-small,
    .int .content.list .box.margin-bottom.m-big,
    .int .content.list .box.margin-bottom.m-medium,
    .int .content.list .box.margin-bottom.m-small {
        margin: 10px!important;
    }
    .int .content.list .box.one-two {
        width: calc(100% - 20px);
    }
    .int .content.list .box.one-three {
        width: calc(50% - 20px);
    }
    .int .content.list .box.one-four {
        width: calc(100% - 20px);
    }
    .int .content.list .box.one-five {
        width: calc(100% - 20px);
    }
    .int .content.list .box .icon {
        width: 50%;
        margin: 50px 25%;
    }
    .int .content.list .box.left .titles, .int .content.list .box.right .titles {
        left: 0;
        right: auto;
        padding: 10px 1px 20px 20px;
    }
    .int .content.list .box.left .titles::before, .int .content.list .box.right .titles::before {
        left:17px;
        transform: translate(0, 0) rotate(-45deg);
    }
    .int .content.list .box .titles::after {
        width: 30px;
    }
    .int .content.list .box.left .titles::after, .int .content.list .box.right .titles::after {
        left: calc(100% - 15px);
        clip-path: polygon(66% 0, 100% 8%, 100% 100%, 0 100%, 1% 0);
    }
}
@media screen and (max-width: 500px) {
    .int .content.list .box .icon {
        width: 50%;
        margin: 30px 25%;
    }
    .int .content.list .box .title .block {
      font-size: 14px;
    }
}


/* == 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% - 60px);
    float:left;
    margin:30px;
    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: #2B2A29;
    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:0px solid #fff;
    border-radius: 100%;
    z-index: 3;
    background-color: #E6CB49;
    background-position: 50% 50%;
    background-size: 100% 100%;
    background-image: url(../image/ico-magnify.svg);
    transform: translate(-50%, -50%) scale(0.5);
    content: '';
    transition: all 0.3s ease-in-out;
    opacity: 0;
}
.int .line .content.gallery .box:hover .lnk::after {
    border:5px solid #fff;
    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%);
}
@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 {
        border:5px solid #fff;
    }
}
@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.yellow .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 20px 0;
    margin: 0 auto;
}
.int .line .content .box.price-list .block {
    display: block;
    width: 100%;
    font-size:16px;
    margin: 10px 0 0 0;
}
.int .line .content .box.price-list .block p {
    margin: 0;
}
.int .line .content .box.price-list .block.title {
    width: calc(100% - 50px);
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    line-height: 24px;
}
.int .line .content .box.price-list .block.title::before {
    position: absolute;
    display: block;
    width: calc(100% - 50px);
    height: 1px;
    border-bottom:1px dashed #303030;
    top: 11px;
    left: 50px;
    transform: translateY(-50%);
    content: '';
    opacity: 0.5;
    z-index: -1;
}
.int .line .content .box.price-list .block.title span {
    display: block;
    float: left;
    padding: 0 50px 0 0;
    background: #fff;
}
.int .line .content .box.price-list .block.price {
    position: absolute;
    width: auto;
    top: 0;
    right: 0;
    background: #fff;
    padding: 0 15px 0 30px;
    font-size: 24px;
    font-weight: bold;
    text-align: right;
    float: right;
    margin: 0;
    line-height: 24px;
}
.int .line .content .box.price-list .block.price::after {
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    content: 'zł';
}
@media screen and (max-width: 700px) {
    .int .line .content .box.price-list .block.title, .int .line .content .box.price-list .block.title p {
        font-size: 16px;
        line-height: 18px;
        text-align: left;
    }
    .int .line .content .box.price-list .block.title span {
        padding: 0 20px 0 0;
    }
    .int .line .content .box.price-list .block.price {
        padding: 0 15px 0 20px;
        font-size: 18px;
        line-height: 18px;
    }
    .int .line .content .box.price-list .block p {
        font-size: 14px;
        line-height: 16px;
        text-align: left;
    }
}
@media screen and (max-width: 500px) {
    .int .line .content .box.price-list .block.title, .int .line .content .box.price-list .block.title p {
        font-size: 14px;
        line-height: 16px;
    }
    .int .line .content .box.price-list .block.title span {
        padding: 0 10px 0 0;
    }
    .int .line .content .box.price-list .block.price {
        padding: 0 15px 0 10px;
        font-size: 16px;
        line-height: 16px;
    }
}


/* == line - content - form == */
.int .line .content .box.form {
    padding: 0;
    margin: 0 30px;
}
.int .line .content .box.form .heading {
    width: auto;
    display: inline;
    float: none;
}
.int .line .content .box.form hr {
    width: 100%;
    position: relative;
    border: 0;
    height: 0;
    float: left;
    margin: 0;
}
.int .line .content .box.form .row {
    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 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;
    background: #f3f3f3;
    font-size: 16px;
}
.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;
}
.int .line .content .box.form .row label::before {
    position: relative;
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    margin: 10px 20px 0 0;
    background: #f3f3f3;
    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:#E6CB49;
    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 #2B2A29;
    border-bottom:3px solid #2B2A29;
    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 #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: #2B2A29;
    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;
    transition: all 0.3s ease-in-out;
}
.int .line .content .box.form .success.on {
    max-height: 3000px;
    opacity: 1;
}
@media screen and (max-width: 700px) {
  .int .line .content .box.form .row {
      margin: 0 5px 10px 5px;
  }
  .int .line .content .box.form .row.one-one {
      width: calc(100% - 10px);
  }
  .int .line .content .box.form .row.one-two {
      width: calc(100% - 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 0;
  }
  .int .line .content .box.form .row label::after {
      top: 13px;
      left: 18px;
      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 .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;
    background-color: #2B2A29;
    background-image: url(../image/noise.png);
    background-repeat: repeat;
}
.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: #2B2A29;
    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: #2B2A29;
    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 {
    position: relative;
    font-size: 18px;
    line-height: 50px;
}
.footer .cpr {
    float: left;
}
.footer .spacer {
    display: block;
    float: left;
    margin: 0 15px 0 40px;
}
.footer a {
    position: relative;
    float: left;
    display: block;
    color: #303030;
    padding: 0 25px;
    transition: all 0.2s ease-in-out;
}
.footer a:hover {
    color: #E6CB49;
}
.footer a::before {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    bottom: 10px;
    left: calc(100% - 5px);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #2B2A29;
    transform: translate(0, 0) rotate(-45deg);
    pointer-events: none;
    content: '';
}
.footer .contact {
    position: relative;
    float: right;
}
.footer .contact a .ico {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    float: left;
    margin: 0 10px 0 0;
}
.footer .contact a .ico::after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background-position: 50% 50%;
    background-size: 100% 100%;
    content: '';
}
.footer .contact a .ico.email::after {
    background-image: url(../image/ico-footer-mail.svg);
    top: 50%;
    left: 50%;
}
.footer .contact a .ico.phone::after {
    background-image: url(../image/ico-footer-phone.svg);
    top: 50%;
    left: 50%;
}
.footer .contact a::before {
    display: none;
}
@media screen and (max-width: 1350px) {
    .footer {
        text-align: center;
    }
    .footer .cpr {
        width: 100%;
        text-align: center;
        padding: 0 0 40px 0;
    }
    .footer .spacer {
        display: none;
    }
    .footer a {
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .footer a::before {
        display: none;
    }
    .footer .contact {
        display: none;
    }
}
@media screen and (max-width: 700px) {
    .footer {
        text-align: center;
    }
    .footer .cpr {
        width: 100%;
        text-align: center;
        padding: 0 0 50px 0;
    }
    .footer .spacer {
        display: none;
    }
    .footer a {
        width: 100%;
        text-align: center;
        padding: 0 0 25px 0;
        font-size: 16px;
        line-height: 30px;
    }
}

/* == 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: #E6CB49;
    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: #E6CB49;
    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: #E6CB49!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: #E6CB49!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;
  }
}