body.hidden {
    height: 100vh !important
}

.proopen {
    height: 234px !important;
}

.humanopen {
    height: 105px !important;
}

.hasopen {
    height: 330px !important;
}

.burger {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    overflow: hidden;
    cursor: pointer;
}

.burger .bar {
    width: 27px;
    height: 2px;
    background-color: black;
    -webkit-transition: background-color 300ms linear 500ms, transform 500ms ease, opacity 200ms ease 100ms;
    -moz-transition: background-color 300ms linear 500ms, transform 500ms ease, opacity 200ms ease 100ms;
    -ms-transition: background-color 300ms linear 500ms, transform 500ms ease, opacity 200ms ease 100ms;
    -o-transition: background-color 300ms linear 500ms, transform 500ms ease, opacity 200ms ease 100ms;
    transition: background-color 300ms linear 500ms, transform 500ms ease, opacity 200ms ease 100ms;
}

.burger.active .bar {
    background-color: #5e716f
}

.burger .bar:nth-child(1) {
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.burger .bar:nth-child(2) {
    position: absolute;
    top: 6.5px;
    -webkit-transform: translateX(-25%);
    -moz-transform: translateX(-25%);
    -ms-transform: translateX(-25%);
    -o-transform: translateX(-25%);
    transform: translateX(-25%);
}

.burger .bar:nth-child(3) {
    position: absolute;
    bottom: 0;
    -webkit-transform: translateX(-75%);
    -moz-transform: translateX(-75%);
    -ms-transform: translateX(-75%);
    -o-transform: translateX(-75%);
    transform: translateX(-75%);
}

.burger.active .bar:nth-child(1) {
    top: 50%;
    transform: rotate(-135deg);
    width: 60%;
}

.burger.active .bar:nth-child(2) {
    top: 50%;
    transform: rotate(135deg);
    width: 60%;
}

.burger.active .bar:nth-child(3) {
    transform: rotate(-360deg);
    opacity: 0;
    top: 50%;
    width: 60%;
}

.burger-wrap {
    position: relative;
    width: 27px;
    height: 15px;
}

.nav-mobile {
    justify-content: center;
    flex-wrap: wrap;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: #b0d5d0;

    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);

    -webkit-transition: transform 500ms ease;
    -moz-transition: transform 500ms ease;
    -ms-transition: transform 500ms ease;
    -o-transition: transform 500ms ease;
    transition: transform 500ms ease;
}

.nav-mobile.active {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.nav-mobile .menu-container {
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: left;
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.nav-mobile .menu {
    width: fit-content;
    text-align: center;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.nav-mobile .menu-item.has-submenu {
    margin-right: 0;
    height: 24px;
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.nav-mobile .submenu-item {
    height: var(--menu-item-height);
    -webkit-transition: background-color 500ms ease;
    -moz-transition: background-color 500ms ease;
    -ms-transition: background-color 500ms ease;
    -o-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
}

.nav-mobile .submenu-item a {
    -webkit-transition: transform 300ms ease;
    -moz-transition: transform 300ms ease;
    -ms-transition: transform 300ms ease;
    -o-transition: transform 300ms ease;
    transition: transform 300ms ease;
}

.nav-mobile .submenu-item a:hover {
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);
}

.nav-mobile .menu-item.has-submenu:after {
    right: 0;
    top: 0;
    -webkit-transition: transform 300ms ease-in-out;
    -moz-transition: transform 300ms ease-in-out;
    -ms-transition: transform 300ms ease-in-out;
    -o-transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
}

.nav-mobile .menu-item.has-submenu.menu-opened:after {
    -webkit-transform: rotate(180deg);
    transition: all 0.5s ease-in-out;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.nav-mobile .menu {
    width: fit-content;
    text-align: center;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.nav-mobile .logo-container {
    margin-top: 16px;
    width: fit-content;
    display: flex;
    justify-content: center;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.nav-mobile .menu {
    width: fit-content;
    margin-top: 8%;
    margin-left: 21px;
    text-align: left;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.even .text-container {
    position: absolute;
    margin-top: 0;
    margin-right: 0;
    bottom: 0;
    left: calc(var(--content-press) / 2);
}

[class^="circle-wave-"] {
    position: absolute;
    top: -80px;
    left: -80px;
    bottom: -80px;
    right: -80px;
    height: calc(120% + 80px);
    overflow: visible;
    background-repeat: no-repeat;
    background-size: cover;
}

.arrow-top, .arrow-bottom {
    height: 2px;
}


.nav-mobile .menu-item a {
    height: var(--menu-item-height) !important;
    display: block;
    font-weight: inherit;
}

.even .content-container {
    flex-direction: row-reverse
}

@media only screen and (max-width: 1188px) and (orientation: portrait) {
    :root {
        --content-press: 25px;
        --circle-bottom: 48px;
        --rc5: calc(100vw - 32px);
        --rc4: calc(var(--rc5) - 24px / 1.5);
        --rc3: calc(var(--rc4) - 64px / 1.5);
        --rc2: calc(var(--rc3) - 48px / 1.5);
        --rc1: calc(var(--rc2) - 40px / 1.5);
        --rev-w: 100vw;
        --rcf: calc(var(--rc5) / 2.5);
        --st-top: calc(var(--rcf) / 1.5);
        --rcfb: -192px;
        --stamp-size: 36px;
        --stamp-icon-size: 30px;
        --circle-image-scale: .325;
        --hl-font-size: 16px;
        --text-font-size: 11px;
        --menu-item-height: 24px;
        --showcase-movie: 73px;
        --showcase-icon-width: 30px;
        --continer: 140vh;
    }

    .scroll-trigger {
        display: none !important;
    }

    .katagori-container > ul {
        position: relative;
        width: 50%;
        margin-left: unset;
        margin-right: unset;
        height: 237px;
        border-bottom: 1px solid #bfbcbc;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-left: 1%;
    }

    .katagori-container {
        height: 170px;
    }

    .text-container-profuct {
        height: 260px;
    }

    .text-container-profuct p {
        width: 400px;
    }

    .menu-scroll-menu-bg {
        width: 100%;
        height: 65px;
        opacity: 0;
        background-color: white;
        position: fixed;
        z-index: 36;
        transition: all 0.5s ease-in-out;
        -webkit-box-shadow: -1px 1px 21px -4px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: -1px 1px 21px -4px rgba(0, 0, 0, 0.75);
        box-shadow: -1px 1px 21px -4px rgba(0, 0, 0, 0.75);
    }

    .katagori-container ul li {
        position: relative;
        list-style-type: none;
        width: 150px;
        height: 94px;
        transition: all 0.5s ease-in-out;
        display: flex;
        justify-content: center;
    }

    .mobile-logo-container {
        transition: all 0.5s ease-in-out;
        opacity: 0;
        margin-top: 16px;
        width: fit-content;
        display: flex;
        justify-content: center;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
        position: fixed;
        left: 50%;
        z-index: 99;
        margin-left: -76px;
    }

    .mobile-logo-container .logo > h1 {
        font-size: 1.5em;
        position: relative;
        vertical-align: middle;
        display: inline-block;
        color: #798987;
    }

    .mobile-logo-container #logo {
        display: inline-block;
        width: 30px !important;
        height: auto !important;
        vertical-align: middle;
    }

    .arrow {
        width: 13px;
        height: 0px;
    }

    .urun {
        width: 250px;
        height: 375px;
    }

    .header-text {
        font-size: 23px;
        width: auto;
        text-align: center;
    }

    .rigth-text {
        font-size: 20px;
        width: auto;
        text-align: center;
        margin-left: 0%;
    }

    .slider-header .h1 {
        font-size: 20px !important;
    }

    .department-detay-button {
        width: 30px;
        height: 30px;
    }

    .department-detay-button img {
        width: 17px;
        margin: 7px;
    }

    .slider-header-span {
        font-size: 32px;
    }

    .slider-header {
        top: -46px;
        height: 100px;
        width: 278px;
    }

    .slider-rigth-text {
        font-size: 20px;
        text-align: center;
        width: auto;
        margin-left: 2%;
        margin-bottom: 40px;
    }

    .news-container {
        width: 100%;
    }

    .news-paper-left {
        margin-bottom: 50px;
        width: 100%;
        height: auto;
        display: block;
    }

    .contact-text {
        font-family: 'centuria-regular', Arial, Helvetica, sans-serif;
        width: 90%;
    }

    .news-header-text-detay .h1 {
        font-size: 1.3rem !important;
    }

    #rigth {
        display: none;
    }

    .paylas {
        width: 100%;
    }

    .geridon a {
        font-size: 6px !important;
    }

    .geridon img {
        width: 10px;
    }

    a.paylas-text {
        font-size: 8px;
    }

    .paylas a {
        font-size: 11px;
    }

    .news-container-text {
        width: 100%;
        height: 60%;
        margin-bottom: 30px;
    }

    .news-img-detay, .news-text-detay {
        width: 90%;
    }

    .news-img-detay img {
        margin-top: 0;
    }

    .news-text-detay p {
        padding-left: 10px;
        font-size: 0.6rem;
        padding-right: 10px;
    }

    .news-header-detay-alt-text {
        font-size: 0.8rem;
    }

    .news-header-text-detay {
        width: 100%;
        height: auto;
    }

    .wrap {
        flex-direction: row;
    }

    .news-container-img {
        width: 100%;
        height: 50%;
    }

    .human-resource h2 {
        margin: 0px;
    }

    .news-header-text {
        font-size: 9px;
        width: 84%;
    }

    .news, .date {
        width: 80%;
    }

    .detay {
        width: 82%;
    }

    .submenu .menu-item:before {
        content: "";
        /* color: #d8a911; */
        /* position: relative; */
        /* top: -2px; */
        /* font-size: 30px; */
    }

    .submenu .menu-item a {
        padding: 8px;
        font-weight: inherit;
        color: black;
    }

    .text-slider-container {
        width: 100%;
    }

    .submenu .submenu-item a {
        color: black;
    }


    .rigth-slider {
        display: none;
    }

    .left-slider {
        width: 100%;
    }

    .product .h1 {
        font-size: 26px;
    }

    .departmen-name .h1 {
        font-size: 1rem;
    }

    .department {
        height: 100px;
    }

    .kvk .contact-text p {
        font-size: 12px;
    }

    .sozlesme {
        font: 13px 'avenir-next-regular', Helvetica, sans-serif;
        margin-top: 0px;
    }

    .sozlesme .madde {
        font: 12px 'avenir-next-regular', Helvetica, sans-serif;
        padding: 0px;
        padding-top: 10px;
    }

    .force .contact-text {
        font-size: 11px;
    }

    .swiper-slide .contact-text {
        width: 100%;
        float: none;
    }

    .burs .swiper-slide .contact-text {
        width: 90%;
        float: none;
    }

    .mrg-inp {
        margin-left: auto !important;
    }

    .burs input, .burs select, .burs textarea {
        font: 11px 'avenir-next-regular', Helvetica, sans-serif;
        font-weight: bold;
    }

    .mg-l {
        margin-left: 0%;
    }

    .continer-rigth {
        position: relative;
        margin-left: unset;
        width: 100%;
        float: none;
    }

    .continer-left {
        width: 100%;
        height: 700px;
    }

    .aircorsy-logo-continer {
        width: 89%;
        margin-top: 20px;
    }

    .success-continer {
        width: 70%;
    }

    .success-daire span {
        font-size: 9px;
    }

    .content h1 {
        font-size: 17px;
    }

    .contact2 {
        background-color: #d7e7e5;
        margin: 12px;
        width: 170px;
        height: 50px;
        border-radius: 50px;
        margin-right: auto;
        margin-left: auto;
        position: relative;
    }

    .contact2 a {
        position: absolute;
        top: 14px;
        left: 12px;
        color: black;
        font-size: 14px;
        text-decoration: none;
    }

    .mobile {
        display: block!important;
        top: 0px;
        z-index: 20;
        width: 40px;
        margin: 90px;
        margin-top: 76px;
        height: 40px;
        position: fixed;
    }

    .about body .container {
        font-size: 0.7rem;
    }

    #showcase-movie {
        width: 20px;
        height: 20px;
        margin: 10px;
        margin-top: -5px;
    }

    .showcase-movie p {
        font: 9px 'centuria-bold', Helvetica, sans-serif;
        color: white;
        text-align: center;
    }

    .footer-left, .footer-right {
        width: 100%
    }

    .footer-left {
        text-align: center
    }

    .dotted-curve, .dotted-curve-mask {
        display: none
    }

    .header {
        height: 384px
    }

    .about .section {
        padding-top: 2rem;
        padding-bottom: 0;
    }

    .content-introduction {
        width: 100%;
    }

    .list-third {
        display: block;
    }

    .list-third li {
        width: 100%;
    }

    .about blockquote p {
        font-size: 1rem;
    }

    .h2 {
        margin-left: 0px;
    }

    .about .header {
        height: 76px;
    }

    .contact-page .header {
        height: 76px;
    }

    .scroll-trigger {
        display: none !important;
    }

    .override, .scroll-trigger {
        display: none;
    }

    .homepage .header {
        height: 384px
    }

    .burger {
        display: block
    }

    /* .burger.active .bar:nth-child(1) { transform: translate3d(0, 300%, 0) rotate(45deg) }
    .burger.active .bar:nth-child(2) { transform: translateX(25%); opacity: 0; }
    .burger.active .bar:nth-child(3) { transform: translate3d(0, -300%, 0) rotate(-45deg) } */
    .nav {
        display: flex;
        justify-content: center;
        padding-top: 16px
    }

    .nav-mobile {
        display: flex
    }

    .nav-footer {
        position: relative;
        bottom: 16px;
        text-align: center;
        font: 11px 'montserrat-light', 'Helvetica', sans-serif;
        color: #5e716f;
    }

    .technoone {
        width: 100%
    }

    .nav-footer p {
        line-height: 1.5
    }

    .nav-mobile .copyright-container {
        margin-top: 32px;
        height: auto
    }

    .nav-mobile .logo svg, .header .logo svg {
        width: 48px
    }

    .nav-mobile .logo {
        width: fit-content
    }

    .nav-mobile .menu-item {
        font-size: 15px;
        margin-bottom: 8px;
        height: var(--menu-item-height);
        overflow: hidden;
        font-weight: inherit;
    }

    .nav-mobile .menu-item.has-submenu {
        padding-right: 16px;
        transition: all 0.5s ease-in-out;
    }

    .nav-mobile .menu > .menu-item {
        position: absolute;
        top: 0;
        margin-top: -10px;
        opacity: 0;
        margin-bottom: 10px;
    }

    .nav-mobile .menu-active > .menu-item {
        position: relative;
    }

    .nav-mobile .menu-active > .menu-item {
        transition: all 0.5s ease-in-out !important;
        margin-top: 20px;
        opacity: 1;
        font-weight: inherit;
    }

    .nav-mobile .menu > .menu-item:hover {
        margin-top: 4px;
        margin-bottom: 4px;
    }

    .nav-mobile .menu > .menu-item:hover > a {
        color: #5e716f;
    }

    .nav-mobile .menu > .menu-item:hover:after {
        background-image: url('../img/svg/chevron-down-dark.svg')
    }

    .nav-mobile .submenu {
        list-style: none;
        margin-left: 7px;
        margin-top: 20px;
    }

    .nav-mobile .submenu-item {
        font-size: 13px;
        margin-bottom: 9px;
    }

    .nav-mobile .submenu-item:hover a:before {
        content: '';
        height: 2px;
        width: 8px;
        border-radius: 2px;
        background-color: #fff;
        position: relative;
        left: -8px;
        top: -4px;
        display: inline-block;
    }

    .header .menu-container {
        display: none
    }

    .nav, .header .logo-container, .logo, .logo svg {
        height: 64px;

    }

    ul.menu {
        display: block;
        width: 50%
    }

    .rc-5 {
        left: calc((100vw - var(--rc5)) / 2)
    }

    .rc-stamp span {
        display: none
    }

    .review {
        width: var(--rev-w);
        height: 332px;
        margin-top: calc(-480px + 140px + 32px)
    }

    .standard {
        padding: 0 5px;
    }

    .standard img {
        height: 16px
    }

    .header .logo-container {
        width: fit-content;
        display: flex;
        justify-content: center
    }

    .logo > h1 {
        font-size: 20px;
    }

    #logo {
        width: 80px;
        height: calc(56px * 1.27631579)
    }

    #logo svg image {
        width: 56px;
        height: calc(56px * 1.27631579)
    }

    .content-container {
        padding-bottom: 144px
    }

    .odd .text-container {
        margin-top: 0;
        bottom: 0
    }

    .image-container, .text-container {
        margin-top: 0
    }

    .text-container {
        width: 55%
    }

    .content-no-right {
        top: 432px;
    }

    [class^="content-no"] span {
        font-size: 14px
    }

    .pins {
        height: 160px;
        top: calc((880px * var(--circle-image-scale) - 160px) / 2)
    }

    .pin {
        left: calc(-6px + 0.5px);
        height: 12px;
        width: 12px;
        border-radius: 12px;
    }

    .pin.active:before {
        height: 8px;
        width: 8px;
        top: 2px;
        left: 2px;
        border-radius: 8px;
    }

    .pin:nth-child(2) {
        top: calc((160px - 12px - 1px) / 2)
    }

    .deco-gold, .deco-gray {
        width: 64px
    }

    .footer-right {
        float: none;
        display: flex;
        flex-direction: column-reverse;
        margin: 0 16px
    }

    .footer-container {
        padding: var(--content-press) var(--content-press) 0 var(--content-press)
    }

    .footer .logo-container {
        width: 100%;
        display: flex;
        justify-content: center;
        height: 55px
    }

    .footer ul {
        width: 100%;
        margin-right: 0
    }

    .social {
        justify-content: center;
        height: 48px
    }

    .link-container {
        margin-left: 0;
        padding: 32px 0px
    }

    .footer .links {
        flex-wrap: nowrap
    }

    .copyright-container {
        padding: 0 var(--content-press);
        height: 64px
    }

    .copyright-container span {
        display: block;
        width: 100%;
        text-align: center
    }

    .technoone {
        left: 0
    }

    .odd, .even {
        margin-top: 64px
    }

    .die-cutting .image-container,
    .fabric .image-container {
        margin-right: 8%
    }

    .dotted-circle-map img {
        top: 5vh;
        right: 5vh;
        width: 432px;
    }

}

@media only screen and (width: 360px) and (orientation: portrait) {
    :root {
        --rcf: calc(var(--rc5) / 2.5);
        --rcfb: -172px;
        --st-top: 48px;
        --circle-image-scale: 0.275;

        --rc4: calc(var(--rc5) - 24px / 3);
        --rc3: calc(var(--rc4) - 64px / 1);
        --rc2: calc(var(--rc3) - 48px / 3);
        --rc1: calc(var(--rc2) - 40px / 3);
    }

    .content-no-right {
        top: 272px
    }

    .focus li p {
        font-weight: bold;
    }

    .text-container {
        width: 62.5%
    }

    .aircorsy-logo-continer {
        width: 89%;
        margin-top: 50px;
    }

    .content h1 {
        font-size: 10px;
    }

    .contact2 {
        background-color: #d7e7e5;
        margin: 12px;
        width: 90px;
        height: 27px;
        border-radius: 50px;
        margin-right: auto;
        margin-left: auto;
        position: relative;
    }

    .contact2 a {
        position: absolute;
        top: 8px;
        left: 5px;
        color: black;
        font-size: 8px;
        text-decoration: none;
    }

}

@media only screen and (max-width: 425px) and (orientation: portrait) {
    .text-container {
        width: 90%;
    }

    .swiper-container .swiper-notification {
        display: none;
    }

    .image-circle img {
        transform: scale(1.2);
    }

    .mobile {
        display: block !important;
        top: 0px;
        z-index: 20;
        width: 40px;
        margin: 9px;
        margin-top: 76px;
        height: 40px;
        position: fixed;
    }

    .showcase-movie {
        display: none;
    }

    .eng {
        position: fixed;
        z-index: 90;
        left: 0;
        right: unset;
        height: 34px;
        margin: 17px;
        padding: 10px;
        font-size: 10px;
        margin-left: 5px;
    }

    .kalu {
        display: block;
    }

    .kalu img {
        width: 23px;
        position: relative;
        top: 4px;
        transition: all 0.5s ease-in-out;
        left: 7px;
    }

    .openerd img {
        transform: rotate(180deg);
        transition: all 0.5s ease-in-out;
    }

    .openerd {
        height: 667px !important;
        transition: all 0.5s ease-in-out;
    }

    .katagori-container {
        transition: all 0.5s ease-in-out;
        height: 93px;
        overflow: hidden;
    }

    .katagori-container ul li {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .mobilkata {
        display: none !important;
    }

    .blablaok {
        left: 129%;
        top: 88%;
    }

    #scroll-container {
        display: none;
    }

    .mobilehome {
        display: block;
    }

    .news-img-detay img {
        -webkit-box-shadow: unset;
        -moz-box-shadow: unset;
        box-shadow: unset;
    }

    .geridon img {
        width: 12px;
        top: 3px;
    }

    .geridon a {
        font-size: 8px !important;
    }

    input[type="submit"] {
        background-color: #ffd55c;
        color: #ffffff;
        border: unset;
    }

    section.odd .image-container {
        margin-left: unset;
    }

    .content-container {
        padding-bottom: 327px;
    }

    input[type="submit"] {
        margin-top: 160px;
        cursor: pointer !important;
        border: none !important;
        outline: none !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    .link-container {
        display: none;
    }

    .footer .logo-container {
        display: none;
    }

    .footer-right {
        margin-top: 17px;
    }

    .text-container-profuct p {
        width: 300px;
    }

    .katagori-container > ul {
        position: relative;
        width: 320px;
        margin-left: unset;
        margin-right: unset;
        height: 379px;
        border-bottom: 1px solid #bfbcbc;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .footer-container .tel, .footer-container .fax {
        width: 116px;
        margin-left: auto;
        margin-right: auto;
    }

    .text-container-profuct {
        height: 280px;
    }

    .footer-container .mail {
        width: 144px;
        margin-left: auto;
        margin-right: auto;
    }

    .product-container-mother {
        width: 90%;
        margin-left: unset;
    }

    .about .container {
        padding: 0px;
    }

    .h1 {
        font-size: 2.2rem;
    }

    .list-third li {
        padding-right: 0px;
    }

    .working .btn-center {
        width: 100%;
    }

    .focus p {
        font-size: 14px;
        font-weight: bold;
    }

    .content {
        text-align: left;
    }

    .branch-position .branch-content {
        left: -23px;
    }

    .frame:last-child .branch-content {
        right: -23px;
    }

    .h1 {
        font-size: 30px;
    }

    .base-padding-lg {
        padding: 2rem;
    }

    .branch-content {
        left: -26px;
    }

    .text-center p {
        font-size: 10px;
        padding: 10px;
        letter-spacing: 0.6px;
    }

    .branch-date span {
        font-family: 'montserrat-light';
        font-size: 7px;
        letter-spacing: 1px;
        white-space: nowrap;
    }

    .year {
        font-weight: bold;
        font-size: 6px;
        left: 0px;
    }

    .product .override {
        width: 100%;
        height: 82px;
        top: 76px;
        display: block;
    }

    .product-pragraf {
        font-size: 0.7rem;
    }

    .product-text {
        font-size: 0.9rem;
    }

    .product .override ul {
        margin-left: unset;
    }

    .branch-position span {
        position: relative;
        font-size: 7px;
        font-weight: bold;
    }

    .marker:before {
        content: '';
        display: block;
        position: relative;
        height: 10px;
        width: 10px;
        top: -3.5px;
        left: -4.5px;
        z-index: 2;
        border-radius: 12px;
        background-color: #0b2026;
    }

    .large .branch-date, .large .branch-position {
        height: 134px;
    }

    .large .branch-date {
        top: -133px;
    }
}

/* Mobile (horizontal) -- start */
@media (max-width: 1188px) and (orientation: landscape) {
    :root {
        --content-press: 50px;
        --stamp-icon-size: 43px;
        --circle-bottom: 48px;

        --rc5: calc(82vw - 256px);
        --rc4: calc(var(--rc5) - 24px / 1.25);
        --rc3: calc(var(--rc4) - 64px / 1.25);
        --rc2: calc(var(--rc3) - 48px / 1.25);
        --rc1: calc(var(--rc2) - 40px / 1.25);

        --showcase-movie: 156px;
        --showcase-icon-width: 26px;
        --rev-w: 100vw;
        --rcf: calc(var(--rc5) / 2.25);
        --st-top: calc(var(--rcf) / 1.5);
        --rcfb: -256px;
        --stamp-size: 45px;

        --circle-image-scale: .5;
        --hl-font-size: 24px;
        --text-font-size: 12px;

        --menu-item-height: 24px;
    }

    .scroll-trigger {
        display: none !important;
    }

    section.odd .image-container {
        margin-left: 0;
    }

    .eng {
        position: fixed;
        z-index: 90;
        left: 0;
        right: unset;
        height: 76px;
        margin: 0px;
        padding: 30px;
        font-size: 10px;
        margin-left: 0px;
        padding-left: 13px;
    }

    .scren {
        height: 65px !important;
    }

    .vi {
        height: 66px !important;
        z-index: 50 !important;
    }

    .text-container > .headline {
        font-family: 'Martel', Arial, Helvetica, sans-serif;
        transition-delay: 800ms;
        font-size: 25px;
    }

    .text-container > .foggy-headline {
        transition-delay: 400ms;
        font-family: 'Martel', Arial, Helvetica, sans-serif;
        font-size: 25px;
    }

    #showcase-movie {
        width: 51px;
        height: 30px;
        margin: 10px;
        margin-top: 7px;
    }

    .burger {
        position: fixed;
        top: 25px;
        right: 82px;
        z-index: 9999;
        overflow: hidden;
        cursor: pointer;
    }

    .mobile {
        display: block!important;
        top: 0px;
        z-index: 20;
        width: 70px;
        margin: 0px;
        margin-top: 0px;
        height: 76px;
        position: fixed;
    }

    .showcase-movie-wrap {
        position: relative;
        top: calc((var(--showcase-movie) - var(--showcase-icon-width) * 1.25) / 8);
    }

    .footer-left, .footer-right {
        width: 100%
    }

    .footer-left {
        text-align: center
    }

    .dotted-curve, .dotted-curve-mask {
        display: none
    }

    .header {
        height: 384px
    }

    .homepage .header {
        height: 384px
    }

    .burger {
        display: block
    }

    /* .burger.active .bar:nth-child(1) { transform: translate3d(0, 300%, 0) rotate(45deg) }
    .burger.active .bar:nth-child(2) { transform: translateX(25%); opacity: 0; }
    .burger.active .bar:nth-child(3) { transform: translate3d(0, -300%, 0) rotate(-45deg) } */
    .nav {
        display: flex;
        justify-content: center;
        padding-top: 16px
    }

    .nav-mobile {
        display: flex
    }

    .nav-footer {
        position: relative;
        bottom: 16px;
        text-align: center;
        font: 11px 'montserrat-light', 'Helvetica', sans-serif;
        color: #5e716f;
    }

    .technoone {
        width: 100%
    }

    .nav-footer p {
        line-height: 1.5
    }

    .nav-mobile .copyright-container {
        margin-top: 32px;
        height: auto
    }

    .nav-mobile .logo svg, .header .logo svg {
        width: 48px !important;
        height: 60px !important;
    }

    .nav-mobile .logo {
        width: fit-content
    }

    .nav-mobile .menu-item {
        font-size: 22px;
        height: var(--menu-item-height);
        overflow: hidden;
        text-align: center;
        margin-bottom: 10px;
    }

    .nav-mobile .menu-item.has-submenu {
        padding-right: 16px;
        transition: all 0.5s ease-in-out;
    }

    .nav-mobile .menu {
        margin-left: auto;
        margin-right: auto;
    }

    .nav-mobile .menu > .menu-item {
        margin-top: 4px;
        margin-bottom: 24px;
        text-align: center;
    }

    .submenu .menu-item:before {
        content: "";
    }

    .nav-mobile .menu > .menu-item:hover {
        margin-top: 4px;
        margin-bottom: 4px;
    }

    .nav-mobile .menu > .menu-item:hover > a {
        color: #5e716f;
    }

    .nav-mobile .menu > .menu-item:hover:after {
        background-image: url('../img/svg/chevron-down-dark.svg')
    }

    .nav-mobile .submenu {
        list-style: none;
        margin-top: 11px;
    }

    .nav-mobile .submenu-item {
        font-size: 15px
    }

    .submenu .menu-item a {
        padding: 8px;
        font-weight: inherit;
        color: black;
        font-size: 15px;
    }


    .menu-scroll-menu-bg {
        width: 100%;
        height: 65px;
        opacity: 0;
        background-color: white;
        position: fixed;
        z-index: 36;
        transition: all 0.5s ease-in-out;
        -webkit-box-shadow: -1px 1px 21px -4px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: -1px 1px 21px -4px rgba(0, 0, 0, 0.75);
        box-shadow: -1px 1px 21px -4px rgba(0, 0, 0, 0.75);
    }

    .mobile-logo-container {
        transition: all 0.5s ease-in-out;
        opacity: 0;
        margin-top: 16px;
        width: fit-content;
        display: flex;
        justify-content: center;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
        position: fixed;
        left: 50%;
        z-index: 99;
        margin-left: -76px;
    }

    .nav, .header .logo-container, .logo, .logo svg {
        height: 64px;
    }

    .mobile-logo-container #logo {
        display: inline-block;
        width: 30px !important;
        height: auto !important;
        vertical-align: middle;
    }


    .mobile-logo-container .logo > h1 {
        font-size: 1.5em;
        position: relative;
        vertical-align: middle;
        display: inline-block;
        color: #798987;
    }

    .nav-mobile .submenu-item:hover a:before {
        content: '';
        display: inline-block;
        width: 8px;
        height: 2px;
        position: relative;
        left: -8px;
        top: -4px;
        border-radius: 2px;
        background-color: #fff;
    }

    .header .menu-container {
        display: none
    }

    .nav, .header .logo-container, .logo, .logo svg {
        height: 64px
    }

    ul.menu {
        display: block;
        width: 50%
    }

    .rc-5 {
        left: calc((100vw - var(--rc5)) / 2)
    }

    .rc-stamp span {
        display: none
    }

    .review {
        width: var(--rev-w);
        height: 496px;
        margin-top: calc(-480px + 140px + 32px)
    }

    .standard img {
        height: 36px
    }

    .header .logo-container {
        width: fit-content;
        display: flex;
        justify-content: center
    }

    .logo > h1 {
        font-size: 20px;
        top: -8px
    }

    #logo {
        width: 80px;
        height: calc(56px * 1.27631579)
    }

    #logo svg image {
        width: 56px;
        height: calc(56px * 1.27631579)
    }

    .content-container {
        padding-bottom: 248px;
    }

    .odd .text-container {
        margin-top: 0;
        bottom: 208px;
    }

    .image-container, .text-container {
        margin-top: 0
    }

    .text-container {
        width: 35%
    }

    .content-no-right {
        top: 448px
    }

    .content-no-left {
        top: 272px
    }

    [class^="content-no"] span {
        font-size: 14px
    }

    .pins {
        height: 160px;
        top: calc((880px * var(--circle-image-scale) - 160px) / 2)
    }

    .pin {
        left: calc(-6px + 0.5px);
        height: 12px;
        width: 12px;
        border-radius: 12px;
    }

    .pin.active:before {
        height: 8px;
        width: 8px;
        top: 2px;
        left: 2px;
        border-radius: 8px;
    }

    .pin:nth-child(2) {
        top: calc((160px - 12px - 1px) / 2)
    }

    .deco-gold, .deco-gray {
        width: 64px
    }

    .footer-right {
        float: none;
        display: flex;
        flex-direction: column-reverse;
        margin: 0 16px
    }

    .footer-container {
        padding: var(--content-press) var(--content-press) 0 var(--content-press)
    }

    .kalu {
        display: none !important;
    }

    .text-container-profuct {
        margin-top: 191px;
    }

    .katagori-container > ul {
        width: 600px;
        flex-wrap: wrap;
    }

    .katagori-container > ul {
        height: 175px;
    }

    .katagori-container {
        width: 100%;
    }

    .text-container-profuct p {
        width: 90%;
    }

    .slider-header {
        width: 90%;
    }

    .rigth-text {
        width: 33%;
    }

    .product-text-page {
        width: 100%;
    }

    .header-text {
        width: 60%;
    }

    .slider-rigth-text {
        width: 44%;
    }
    .product-text-page {
        margin-top: 247px;
    }
    .continer-rigth{

        margin-bottom: 92px;
    }
    .continer-rigth , .continer-left{
        margin-top: 20%;
    }
    .contact-text, .forms {
        margin-top: 210px;
    }


    .news-paper-left {
        overflow: hidden;
    }

    .footer .logo-container {
        width: 100%;
        display: flex;
        justify-content: center;
        height: 48px
    }

    .footer ul {
        width: 100%;
        margin-right: 0
    }

    .social {
        justify-content: center;
        height: 48px
    }

    .link-container {
        margin-left: 0;
        padding: 32px 0px
    }

    .footer .links {
        flex-wrap: nowrap
    }

    .copyright-container {
        padding: 0 var(--content-press);
        height: 64px
    }

    .copyright-container span {
        display: block;
        width: 100%;
        text-align: center
    }

    .even .text-container {
        bottom: 205px;
    }

    .technoone {
        left: 0
    }

    .odd, .even {
        margin-top: 44px;
    }

    .die-cutting .image-container,
    .fabric .image-container {
        margin-right: 8%
    }

    .dotted-circle-map img {
        top: 5vh;
        right: 5vh;
        width: 432px;
    }

}

/* Mobile (horizontal) -- end */

/* Mobile Special Fixes -- start */
@media (min-width: 720px) and (max-width: 1188px) {
    :root {
        --st-top: 288px;
    }

    .review {
        height: 512px;
    }

    .scroll-trigger {
        display: none !important;
    }

    .aysu-container {
        margin-left: auto;
        margin-right: auto;
        width: 26%;
    }

    .scroll-trigger {
        display: none !important;
    }

    .showcase-movie {
        display: none;
    }

    .mobile {
        display: block !important;
    }

    .override {
        width: 100%;
    }

    .content-introduction {
        width: 100%;
    }

    .h2 {
        font-size: 10px;
    }

    .focus li h3:before {
        top: 9px;
    }

    .list-third li {
        width: 100%;
    }

    .about body .container {
        font-size: 0.6rem;
    }

    .rigth-slider-text p {
        font-size: 12px;
    }

    .contact-page .header {
        height: 79px;
    }

    .product-container-mother {
        width: 982px;
    }

    .news-img-detay, .news-text-detay {
        width: 580px;
    }

    .news-header-text-detay {
        margin-top: 0px;
    }

    #rigth {
        top: -5px;
    }

}

/* Mobile Special Fixes -- end */

/* iPad (vertical) -- start */
@media only screen
and (device-width: 768px)
and (device-height: 1024px)
and (orientation: portrait) {

    :root {
        --content-press: 50px;
        --circle-bottom: 48px;

        --rc5: calc(100vw - 64px);
        --rc4: calc(var(--rc5) - 24px);
        --rc3: calc(var(--rc4) - 64px);
        --rc2: calc(var(--rc3) - 48px);
        --rc1: calc(var(--rc2) - 40px);

        --rev-w: 100vw;
        --rcf: calc(var(--rc5) / 2.25);
        --st-top: calc(var(--rcf) / 1.5);
        --rcfb: -300px;
        --stamp-size: 54px;
        --stamp-icon-size: 30px;

        --circle-image-scale: .6;
        --hl-font-size: 24px;
        --text-font-size: 16px;

        --menu-item-height: 32px;
    }

    .footer-left, .footer-right {
        width: 100%
    }

    .footer-left {
        text-align: center
    }

    .dotted-curve, .dotted-curve-mask {
        display: none
    }

    .header {
        height: 400px
    }

    .homepage .header {
        height: 400px
    }

    .burger-wrap {
        position: relative;
        height: 15px;
        width: 27px;
    }

    .burger {
        display: block;
        position: absolute;
        top: 40px;
        left: 32px;
        overflow: hidden;
        cursor: pointer;
        z-index: 9999;
    }

    /* .burger.active .bar:nth-child(1) { transform: translate3d(0, 300%, 0) rotate(45deg) }
    .burger.active .bar:nth-child(2) { transform: translateX(25%); opacity: 0; }
    .burger.active .bar:nth-child(3) { transform: translate3d(0, -300%, 0) rotate(-45deg) } */
    .nav {
        display: flex;
        justify-content: center;
        padding-top: 16px
    }

    .nav-mobile {
        display: flex
    }

    .nav-footer {
        position: relative;
        bottom: 16px;
        text-align: center;
        font: 13px 'montserrat-light', 'Helvetica', sans-serif;
        color: #5e716f;
    }

    .technoone {
        width: 100%
    }

    .nav-footer p {
        line-height: 1.5
    }

    .nav-mobile .copyright-container {
        margin-top: 32px;
        height: auto
    }

    .nav-mobile .logo svg, .header .logo svg {
        width: 64px
    }

    .nav-mobile .logo {
        width: fit-content
    }

    .nav-mobile .menu-container {
        height: 100vh;
        width: 100%;
        display: flex;
        justify-content: center;
        transition: height 500ms ease-in-out
    }

    .nav-mobile .menu-item {
        font-size: 24px;
        height: var(--menu-item-height);
        overflow: hidden
    }

    .nav-mobile .menu-item.has-submenu {
        margin-left: 24px;
        padding-right: 24px;
        margin-right: 0;
        transition: height 500ms ease-in-out
    }

    .nav-mobile .menu > .menu-item {
        margin-top: 4px;
        margin-bottom: 4px;
    }

    .nav-mobile .menu > .menu-item:hover {
        margin-top: 4px;
        margin-bottom: 4px;
    }

    .nav-mobile .menu > .menu-item:hover > a {
        color: #5e716f;
    }

    .nav-mobile .menu-item.has-submenu:after {
        width: 24px;
        height: 24px
    }

    .nav-mobile .menu > .menu-item:after {
        background-image: url('../img/svg/chevron-down-24.svg')
    }

    .nav-mobile .menu > .menu-item:hover:after {
        background-image: url('../img/svg/chevron-down-dark-24.svg')
    }

    .nav-mobile .submenu {
        list-style: none;
    }

    .nav-mobile .submenu-item {
        font-size: 18px
    }

    .nav-mobile .submenu-item a {
        padding-top: 4px;
        transition: transform 300ms ease
    }

    .nav-mobile .submenu-item:hover a:before {
        content: '';
        height: 2px;
        width: 8px;
        border-radius: 2px;
        background-color: #fff;
        position: relative;
        left: -8px;
        top: -4px;
        display: inline-block;
    }

    .nav-mobile .menu-item.has-submenu:after {
        top: 3px
    }

    .header .menu-container {
        display: none
    }

    .nav, .header .logo-container, .logo, .logo svg {
        height: 80px
    }

    ul.menu {
        display: block;
        width: 50%
    }

    .rc-5 {
        left: calc((100vw - var(--rc5)) / 2)
    }

    .rc-stamp span {
        display: none
    }

    .review {
        width: var(--rev-w);
        height: 640px;
        margin-top: calc(-480px + 140px + 32px)
    }

    .standard img {
        height: 42px
    }

    .header .logo-container {
        width: fit-content;
        display: flex;
        justify-content: center
    }

    .logo > h1 {
        font-size: 24px;
        top: -8px
    }

    #logo {
        width: 80px;
        height: calc(56px * 1.27631579)
    }

    #logo svg image {
        width: 56px;
        height: calc(56px * 1.27631579)
    }

    .content-container {
        padding-bottom: 160px
    }

    .odd .text-container {
        margin-top: 0;
        bottom: 0
    }

    .image-container, .text-container {
        margin-top: 0
    }

    .text-container {
        width: 55%
    }

    .content-no-right {
        top: 536px
    }

    .content-no-left {
        top: 360px
    }

    [class^="content-no"] span {
        font-size: 14px
    }

    .pins {
        height: 176px;
        top: calc((880px * var(--circle-image-scale) - 176px) / 2)
    }

    .pin {
        left: calc(-8px + 0.5px);
        height: 16px;
        width: 16px;
        border-radius: 16px;
    }

    .pin.active:before {
        height: 12px;
        width: 12px;
        top: 2px;
        left: 2px;
        border-radius: 12px;
    }

    .pin:nth-child(2) {
        top: calc((176px - 16px - 1px) / 2)
    }

    .deco-gold, .deco-gray {
        width: 64px
    }

    .footer-right {
        float: none;
        display: flex;
        flex-direction: column-reverse;
        margin: 0 16px
    }

    .footer-container {
        padding: var(--content-press) var(--content-press) 0 var(--content-press)
    }

    .footer .logo-container {
        width: 100%;
        display: flex;
        justify-content: center;
        height: 48px
    }

    .footer ul {
        width: 100%;
        margin-right: 0
    }

    .social {
        justify-content: center;
        height: 48px
    }

    .link-container {
        margin-left: 0;
        padding: 32px 0px
    }

    .footer .links {
        flex-wrap: nowrap
    }

    .copyright-container {
        padding: 0 var(--content-press);
        height: 64px
    }

    .copyright-container span {
        display: block;
        width: 100%;
        text-align: center
    }

    .technoone {
        left: 0
    }

    .odd, .even {
        margin-top: 144px
    }

    .die-cutting .image-container,
    .fabric .image-container {
        margin-right: 8%
    }

    .dotted-circle-map img {
        top: 5vh;
        right: 5vh;
        width: 432px;
    }

}

/* iPad (vertical) -- end */

/* iPad (horizontal) -- start */
@media only screen
and (device-width: 1024px)
and (device-height: 768px)
and (orientation: landscape) {

    :root {
        --content-press: 50px;
        --circle-bottom: 108px;

        --rc5: calc(100vw - 320px);

        --rev-w: 100vw;
        --rcf: calc(var(--rc5) / 2.25);
        --st-top: calc(var(--rcf) / 1.5);
        --rcfb: -360px;
        --stamp-size: 54px;
        --stamp-icon-size: 30px;

        --circle-image-scale: .75;
        --hl-font-size: 32px;
        --text-font-size: 21px;

        --menu-item-height: 32px;
    }

    .footer-left, .footer-right {
        width: 100%
    }

    .footer-left {
        text-align: center
    }

    .rc-center {
        font-size: 18px
    }

    .dotted-curve, .dotted-curve-mask {
        display: none
    }

    .header {
        height: 400px
    }

    .homepage .header {
        height: 400px
    }

    .burger {
        display: block
    }

    .nav {
        display: flex;
        justify-content: center;
        padding-top: 16px
    }

    .nav-mobile {
        display: flex;
    }

    .nav-mobile.active {
        transform: translateX(0)
    }

    .nav-footer {
        position: relative;
        bottom: 16px;
        text-align: center;
        font: 13px 'montserrat-light', 'Helvetica', sans-serif;
        color: #5e716f;
    }

    .technoone {
        width: 100%
    }

    .nav-footer p {
        line-height: 1.5
    }

    .nav-mobile .copyright-container {
        margin-top: 32px;
        height: auto
    }

    .nav-mobile .logo svg, .header .logo svg {
        width: 64px
    }

    .nav-mobile .logo {
        width: fit-content
    }

    .nav-mobile .menu-container {
        height: 100vh;
        width: 100%;
        display: flex;
        justify-content: center;
        transition: height 500ms ease-in-out
    }

    .nav-mobile .menu-item {
        font-size: 24px;
        height: var(--menu-item-height);
        overflow: hidden
    }

    .nav-mobile .menu-item.has-submenu {
        margin-left: 24px;
        padding-right: 24px;
        margin-right: 0;
        transition: height 500ms ease-in-out
    }

    .nav-mobile .menu > .menu-item {
        margin-top: 4px;
        margin-bottom: 4px;
    }

    .nav-mobile .menu > .menu-item:hover {
        margin-top: 4px;
        margin-bottom: 4px;
    }

    .nav-mobile .menu > .menu-item:hover > a {
        color: #5e716f;
    }

    .nav-mobile .menu-item.has-submenu:after {
        width: 24px;
        height: 24px
    }

    .nav-mobile .menu > .menu-item:after {
        background-image: url('../img/svg/chevron-down-24.svg')
    }

    .nav-mobile .menu > .menu-item:hover:after {
        background-image: url('../img/svg/chevron-down-dark-24.svg')
    }

    .nav-mobile .submenu {
        list-style: none;
    }

    .nav-mobile .submenu-item {
        font-size: 18px
    }

    .nav-mobile .submenu-item a {
        padding-top: 4px;
        transition: transform 300ms ease
    }

    .nav-mobile .submenu-item:hover a:before {
        content: '';
        height: 2px;
        width: 8px;
        border-radius: 2px;
        background-color: #fff;
        position: relative;
        left: -8px;
        top: -4px;
        display: inline-block;
    }

    .nav-mobile .menu-item.has-submenu:after {
        top: 3px
    }

    .header .menu-container {
        display: none
    }

    .nav, .header .logo-container, .logo, .logo svg {
        height: 80px
    }

    ul.menu {
        display: block;
        width: 50%
    }

    .rc-5 {
        left: calc((100vw - var(--rc5)) / 2)
    }

    .review {
        width: var(--rev-w);
        height: 664px;
        margin-top: calc(-480px + 140px + 32px)
    }

    .standard img {
        height: 56px
    }

    .header .logo-container {
        width: fit-content;
        display: flex;
        justify-content: center
    }

    .logo > h1 {
        font-size: 24px;
        top: -8px
    }

    #logo {
        width: 80px;
        height: calc(56px * 1.27631579)
    }

    #logo svg image {
        width: 56px;
        height: calc(56px * 1.27631579)
    }

    .content-container {
        padding-bottom: 160px
    }

    .odd .text-container {
        margin-top: 0;
        bottom: 0
    }

    .image-container, .text-container {
        margin-top: 0
    }

    .text-container {
        width: 55%
    }

    .content-no-right {
        top: 536px
    }

    .content-no-left {
        top: 360px
    }

    [class^="content-no"] span {
        font-size: 14px
    }

    .pins {
        height: 176px;
        top: calc((880px * var(--circle-image-scale) - 176px) / 2)
    }

    .pin {
        left: calc(-8px + 0.5px);
        height: 16px;
        width: 16px;
        border-radius: 16px;
    }

    .pin.active:before {
        height: 12px;
        width: 12px;
        top: 2px;
        left: 2px;
        border-radius: 12px;
    }

    .pin:nth-child(2) {
        top: calc((176px - 16px - 1px) / 2)
    }

    .deco-gold, .deco-gray {
        width: 64px
    }

    .footer-right {
        float: none;
        display: flex;
        flex-direction: column-reverse;
        margin: 0 16px
    }

    .footer-container {
        padding: var(--content-press) var(--content-press) 0 var(--content-press)
    }

    .footer .logo-container {
        width: 100%;
        display: flex;
        justify-content: center;
        height: 48px
    }

    .footer ul {
        width: 100%;
        margin-right: 0
    }

    .social {
        justify-content: center;
        height: 48px
    }

    .link-container {
        margin-left: 0;
        padding: 32px 0px
    }

    .footer .links {
        flex-wrap: nowrap
    }

    .copyright-container {
        padding: 0 var(--content-press);
        height: 64px
    }

    .copyright-container span {
        display: block;
        width: 100%;
        text-align: center
    }

    .technoone {
        left: 0
    }

    .odd, .even {
        margin-top: 144px
    }

    .die-cutting .image-container,
    .fabric .image-container {
        margin-right: 8%
    }

    .dotted-circle-map img {
        top: 5vh;
        right: 5vh;
        width: 432px;
    }

}

/* iPad (horizontal) -- end */

/* iPad Pro (vertical) -- start */
@media only screen
and (device-width: 1024px)
and (device-height: 1366px)
and (orientation: portrait) {

    :root {
        --content-press: 50px;
        --circle-bottom: 48px;

        --rc5: calc(100vw - 100px);
        --rc4: calc(var(--rc5) - 24px / .875);
        --rc3: calc(var(--rc4) - 64px / .875);
        --rc2: calc(var(--rc3) - 48px / .875);
        --rc1: calc(var(--rc2) - 40px / .875);

        --rev-w: 100vw;
        --rcf: calc(var(--rc5) / 2.25);
        --st-top: calc(var(--rcf) / 1.5);
        --rcfb: -400px;
        --stamp-size: 72px;
        --stamp-icon-size: 36px;

        --circle-image-scale: .8;
        --hl-font-size: 36px;
        --text-font-size: 24px;

        --menu-item-height: 40px;
    }

    .footer-left, .footer-right {
        width: 100%
    }

    .footer-left {
        text-align: center
    }

    .dotted-curve, .dotted-curve-mask {
        display: none
    }

    .header {
        height: 400px
    }

    .homepage .header {
        height: 400px
    }

    .burger {
        display: block
    }

    .nav {
        display: flex;
        justify-content: center;
        padding-top: 16px
    }

    .nav-mobile {
        display: flex
    }

    .nav-mobile.active {
        transform: translateX(0)
    }

    .nav-footer {
        position: relative;
        bottom: 16px;
        text-align: center;
        font: 13px 'montserrat-light', 'Helvetica', sans-serif;
        color: #5e716f;
    }

    .technoone {
        width: 100%
    }

    .nav-footer p {
        line-height: 1.5
    }

    .nav-mobile .copyright-container {
        margin-top: 32px;
        height: auto
    }

    .nav-mobile .logo svg, .header .logo svg {
        width: 64px
    }

    .nav-mobile .logo {
        width: fit-content
    }

    .nav-mobile .menu-container {
        height: 100vh;
        width: 100%;
        display: flex;
        justify-content: center;
        transition: height 500ms ease-in-out
    }

    .nav-mobile .menu-item {
        font-size: 24px;
        height: var(--menu-item-height);
        overflow: hidden
    }

    .nav-mobile .menu-item.has-submenu {
        margin-left: 24px;
        padding-right: 24px;
        margin-right: 0;
        transition: height 500ms ease-in-out
    }

    .nav-mobile .menu > .menu-item {
        margin-top: 4px;
        margin-bottom: 4px;
    }

    .nav-mobile .menu > .menu-item:hover {
        margin-top: 4px;
        margin-bottom: 4px;
    }

    .nav-mobile .menu > .menu-item:hover > a {
        color: #5e716f;
    }

    .nav-mobile .menu-item.has-submenu:after {
        width: 24px;
        height: 24px
    }

    .nav-mobile .menu > .menu-item:after {
        background-image: url('../img/svg/chevron-down-24.svg')
    }

    .nav-mobile .menu > .menu-item:hover:after {
        background-image: url('../img/svg/chevron-down-dark-24.svg')
    }

    .nav-mobile .submenu {
        list-style: none;
    }

    .nav-mobile .submenu-item {
        font-size: 20px
    }

    .nav-mobile .submenu-item a {
        padding-top: 8px;
        transition: transform 300ms ease
    }

    .nav-mobile .submenu-item:hover a:before {
        content: '';
        height: 2px;
        width: 8px;
        border-radius: 2px;
        background-color: #fff;
        position: relative;
        left: -8px;
        top: -4px;
        display: inline-block;
    }

    .nav-mobile .menu-item.has-submenu:after {
        top: 3px
    }

    .header .menu-container {
        display: none
    }

    .nav, .header .logo-container, .logo, .logo svg {
        height: 80px
    }

    ul.menu {
        display: block;
        width: 50%
    }

    .rc-5 {
        left: calc((100vw - var(--rc5)) / 2)
    }

    .rc-stamp span {
        display: none
    }

    .review {
        width: var(--rev-w);
        height: 800px;
        margin-top: calc(-480px + 140px + 32px)
    }

    .standard img {
        height: 56px
    }

    .header .logo-container {
        width: fit-content;
        display: flex;
        justify-content: center
    }

    .logo > h1 {
        font-size: 24px;
        top: -8px
    }

    #logo {
        width: 80px;
        height: calc(56px * 1.27631579)
    }

    #logo svg image {
        width: 56px;
        height: calc(56px * 1.27631579)
    }

    .content-container {
        padding-bottom: 200px
    }

    .odd .text-container {
        margin-top: 0;
        bottom: 0
    }

    .image-container, .text-container {
        margin-top: 0
    }

    .text-container {
        width: 55%
    }

    .content-no-right {
        top: 688px
    }

    .content-no-left {
        top: 432px
    }

    [class^="content-no"] span {
        font-size: 20px
    }

    .pins {
        height: 240px;
        top: calc((880px * var(--circle-image-scale) - 240px) / 2)
    }

    .pin {
        left: calc(-12px + 0.5px);
        height: 24px;
        width: 24px;
        border-radius: 24px;
    }

    .pin.active:before {
        height: 16px;
        width: 16px;
        top: 4px;
        left: 4px;
        border-radius: 16px;
    }

    .pin:nth-child(2) {
        top: calc((240px - 24px - 1px) / 2)
    }

    .deco-gold, .deco-gray {
        height: 3px
    }

    .footer-right {
        float: none;
        display: flex;
        flex-direction: column-reverse;
        margin: 0 16px
    }

    .footer-container {
        padding: var(--content-press) var(--content-press) 0 var(--content-press)
    }

    .footer .logo-container {
        width: 100%;
        display: flex;
        justify-content: center;
        height: 48px
    }

    .footer ul {
        width: 100%;
        margin-right: 0
    }

    .social {
        justify-content: center;
        height: 48px
    }

    .link-container {
        margin-left: 0;
        padding: 32px 0px
    }

    .footer .links {
        flex-wrap: nowrap
    }

    .copyright-container {
        padding: 0 var(--content-press);
        height: 64px
    }

    .copyright-container span {
        display: block;
        width: 100%;
        text-align: center
    }

    .technoone {
        left: 0
    }

    .odd, .even {
        margin-top: 192px
    }

    .die-cutting .image-container,
    .fabric .image-container {
        margin-right: 8%
    }

    .dotted-circle-map img {
        top: 5vh;
        right: 5vh;
        width: 432px;
    }

}

/* iPad Pro (vertical) -- end */

/* iPad Pro (vertical) -- start */
@media only screen
and (device-width: 1366px)
and (device-height: 1024px)
and (orientation: landscape) {

    :root {
        --content-press: 50px;
        --circle-bottom: 108px;

        --rc5: calc(100vw - 480px);
        --rc4: calc(var(--rc5) - 24px / .875);
        --rc3: calc(var(--rc4) - 64px / .875);
        --rc2: calc(var(--rc3) - 48px / .875);
        --rc1: calc(var(--rc2) - 40px / .875);

        --rev-w: 100vw;
        --rcf: calc(var(--rc5) / 2.25);
        --st-top: calc(var(--rcf) / 1.5);
        --rcfb: -400px;
        --stamp-size: 72px;
        --stamp-icon-size: 36px;

        --circle-image-scale: 1;
        --hl-font-size: 36px;
        --text-font-size: 24px;

        --menu-item-height: 40px;
    }

    .footer-left, .footer-right {
        width: 100%
    }

    .footer-left {
        text-align: center
    }

    .rc-center {
        font-size: 20px
    }

    .dotted-curve, .dotted-curve-mask {
        display: none
    }

    .header {
        height: 400px
    }

    .homepage .header {
        height: 400px
    }

    .burger-wrap {
        position: relative;
        height: 15px;
        width: 27px;
    }

    .burger {
        display: block
    }

    .nav {
        display: flex;
        justify-content: center;
        padding-top: 16px
    }

    .nav-mobile {
        display: flex
    }

    .nav-footer {
        position: relative;
        bottom: 16px;
        text-align: center;
        font: 13px 'montserrat-light', 'Helvetica', sans-serif;
        color: #5e716f;
    }

    .technoone {
        width: 100%
    }

    .nav-footer p {
        line-height: 1.5
    }

    .nav-mobile .copyright-container {
        margin-top: 32px;
        height: auto
    }

    .nav-mobile .logo svg, .header .logo svg {
        width: 64px
    }

    .nav-mobile .logo {
        width: fit-content
    }

    .nav-mobile .menu-container {
        height: 100vh;
        width: 100%;
        display: flex;
        justify-content: center;
        transition: height 500ms ease-in-out
    }

    .nav-mobile .menu-item {
        font-size: 24px;
        height: var(--menu-item-height);
        overflow: hidden
    }

    .nav-mobile .menu-item.has-submenu {
        margin-left: 24px;
        padding-right: 24px;
        margin-right: 0;
        transition: height 500ms ease-in-out
    }

    .nav-mobile .menu > .menu-item {
        margin-top: 4px;
        margin-bottom: 4px;
    }

    .nav-mobile .menu > .menu-item:hover {
        margin-top: 4px;
        margin-bottom: 4px;
    }

    .nav-mobile .menu > .menu-item:hover > a {
        color: #5e716f;
    }

    .nav-mobile .menu-item.has-submenu:after {
        width: 24px;
        height: 24px
    }

    .nav-mobile .menu > .menu-item:after {
        background-image: url('../img/svg/chevron-down-24.svg')
    }

    .nav-mobile .menu > .menu-item:hover:after {
        background-image: url('../img/svg/chevron-down-dark-24.svg')
    }

    .nav-mobile .submenu {
        list-style: none;
    }

    .nav-mobile .submenu-item {
        font-size: 20px
    }

    .nav-mobile .submenu-item a {
        padding-top: 8px;
        transition: transform 300ms ease
    }

    .nav-mobile .submenu-item:hover a:before {
        content: '';
        height: 2px;
        width: 8px;
        border-radius: 2px;
        background-color: #fff;
        position: relative;
        left: -8px;
        top: -4px;
        display: inline-block;
    }

    .nav-mobile .menu-item.has-submenu:after {
        top: 3px
    }

    .header .menu-container {
        display: none
    }

    .nav, .header .logo-container, .logo, .logo svg {
        height: 80px
    }

    ul.menu {
        display: block;
        width: 50%
    }

    .rc-5 {
        left: calc((100vw - var(--rc5)) / 2)
    }

    .review {
        width: var(--rev-w);
        height: 800px;
        margin-top: calc(-480px + 140px + 32px)
    }

    .standard img {
        height: 56px
    }

    .header .logo-container {
        width: fit-content;
        display: flex;
        justify-content: center
    }

    .logo > h1 {
        font-size: 24px;
        top: -8px
    }

    #logo {
        width: 80px;
        height: calc(56px * 1.27631579)
    }

    #logo svg image {
        width: 56px;
        height: calc(56px * 1.27631579)
    }

    .content-container {
        padding-bottom: 200px
    }

    .odd .text-container {
        margin-top: 0;
        bottom: 0
    }

    .image-container, .text-container {
        margin-top: 0
    }

    .text-container {
        width: 55%
    }

    .content-no-right {
        top: 688px
    }

    .content-no-left {
        top: 432px
    }

    [class^="content-no"] span {
        font-size: 20px
    }

    .pins {
        height: 240px;
        top: calc((880px * var(--circle-image-scale) - 240px) / 2)
    }

    .pin {
        left: calc(-12px + 0.5px);
        height: 24px;
        width: 24px;
        border-radius: 24px;
    }

    .pin.active:before {
        height: 16px;
        width: 16px;
        top: 4px;
        left: 4px;
        border-radius: 16px;
    }

    .pin:nth-child(2) {
        top: calc((240px - 24px - 1px) / 2)
    }

    .deco-gold, .deco-gray {
        height: 3px
    }

    .footer-right {
        float: none;
        display: flex;
        flex-direction: column-reverse;
        margin: 0 16px
    }

    .footer-container {
        padding: var(--content-press) var(--content-press) 0 var(--content-press)
    }

    .footer .logo-container {
        width: 100%;
        display: flex;
        justify-content: center;
        height: 48px
    }

    .footer ul {
        width: 100%;
        margin-right: 0
    }

    .social {
        justify-content: center;
        height: 48px
    }

    .link-container {
        margin-left: 0;
        padding: 32px 0px
    }

    .footer .links {
        flex-wrap: nowrap
    }

    .copyright-container {
        padding: 0 var(--content-press);
        height: 64px
    }

    .copyright-container span {
        display: block;
        width: 100%;
        text-align: center
    }

    .technoone {
        left: 0
    }

    .odd, .even {
        margin-top: 192px
    }

    .die-cutting .image-container,
    .fabric .image-container {
        margin-right: 8%
    }

    .dotted-circle-map img {
        top: 5vh;
        right: 5vh;
        width: 432px;
    }

}

/* iPad Pro (vertical) -- end */
