@media screen and (max-width: 1200px) {
    body {
        font-size: 10px;
    }
    p {
        font-size: 10px;
        line-height: 2;
        margin-bottom: 10px;
    }
    .h1 {
        font-size: 28px;
        margin-bottom: 10px;
    }
    .btn {
        font-size: 10px;
    }
    .menu-direction {
        height: 30px;
        padding: 0 25px;
    }
    .menu-direction a,
    .contact-menu a {
        margin: 0 10px;
        font-size: 10px;
    }
    .contact-menu {
        right: 20px;
        height: 30px;
    }
    .menu-lang {
        height: 30px;
    }
    .menu-lang__dropdown {
        height: 30px;
    }
    .menu-lang__dropdown a {
        font-size: 0;
    }
    .menu-lang__dropdown-menu {
        padding-bottom: 10px;
    }
    .menu-lang__dropdown-menu li {
        padding: 5px 0;
    }
    .menu-lang__dropdown a .icon-lang svg {
        width: 15px;
        height: 15px;
    }
    .main-header .logo {
        width: 295px;
        height: 65px;
    }
    .main-header .logo a {
        font-size: 15px;
    }
    .main-header .logo a:first-child {
        width: 85px;
        margin-left: 35px;
    }
    .main-header .logo a:last-child {
        width: 155px;
        margin-left: 20px;
    }
    .main-header .logo a:last-child img {
        width: 48px;
    }
    .main-header .logo a span {
        margin-left: 10px;
    }
    .main-nav {
        top: 35px;
    }
    .main-menu__link {
        top: 60px;
        right: 20px;
    }
    .main-menu__link .icon--menu {
        width: 9px;
        height: 9px;
        padding: 4px;
    }
    .main-menu .icon-close,
    .contact-form .icon-close {
        width: 55px;
        top: 60px;
    }
    .main-menu__list {
        height: 65px;
    }
    .main-menu__list a {
        margin: 0 10px;
        font-size: 16px !important;
    }
    .main-menu__list--dropdown a {
        padding-top: 10px;
    }
    .write-us {
        width: 290px;
        left: 35px;
        bottom: 20px;
    }
    .write-us p {
        margin-bottom: 5px;
        padding-right: 50px;
        font-size: 9px;
    }
    .scroll {
        right: 10px;
        font-size: 12px;
    }
    .header-slide__content {
        width: 40%;
        margin-top: 0;
        margin-left: 13%;
        padding-right: 15px;
    }
    .newsletter-slide__list a {
        font-size: 10px;
    }
    .main-footer__p {
        width: 25%;
        font-size: 10px;
    }
}

@media screen and (min-width: 1101px) {
    .main-nav button.menu-icon {
        display: none;
    }
}

@media screen and (max-width: 1100px) {
    .h2 {
        font-size: 27px;
        margin-bottom: 20px;
    }
    .h3 {
        font-size: 17px;
        margin-bottom: 15px;
    }
    input,
    textarea {
        margin: 0 0 5px;
        padding: 8px 10px;
    }
    .write-us,
    .scroll,
    .menu-direction,
    .main-menu .main-menu__list,
    .contact-menu > a,
    .main-header .logo a:first-child {
        display: none;
    }
    .main-header {
        position: fixed;
        height: 60px;
        padding: 0 25px;
        background-color: #27277c;
    }
    .main-nav button.menu-icon {
        position: fixed;
        top: 13px;
        right: 20px;
        width: 30px;
        height: 30px;
        padding: 5px 7px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                -webkit-flex-direction: column;
                   -moz-box-orient: vertical;
                   -moz-box-direction: normal;
                flex-direction: column;
        -ms-flex-pack: distribute;
            -webkit-justify-content: space-around;
                justify-content: space-around;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                -webkit-align-items: stretch;
                   -moz-box-align: stretch;
                align-items: stretch;
        background-color: transparent;
        border: none;
        z-index: 10;
        cursor: pointer;
    }
    .main-nav button.menu-icon .hidden {
        width: 1px;
        height: 1px;
        font-size: 0;
    }
    .main-nav button.menu-icon .line {
        width: 100%;
        height: 2px;
        background-color: #ffffff;
    }
    .contact-menu {
        right: 50px;
        height: 60px;
    }
    .main-header .logo {
        position: relative;
        height: 60px;
    }
    .main-header .logo a:last-child {
        margin-left: 0;
    }
    .main-header .logo a span {
        color: #ffffff;
    }
    .main-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                -webkit-flex-direction: column;
                   -moz-box-orient: vertical;
                   -moz-box-direction: normal;
                flex-direction: column;
        width: 100vw;
        background-attachment: fixed;
        overflow-x: hidden;
    }
    .newsletter-slide__left .h2,
    .newsletter-slide__left p,
    .newsletter-slide__right .h3,
    .newsletter-slide__right label,
    .newsletter-slide__right .btn-form,
    .newsletter-slide__direction {
        opacity: 1;
        -webkit-transform: none;
            -ms-transform: none;
                -moz-transform: none;
                  -o-transform: none;
             transform: none;
    }
    .product-slide .h2,
    .product-item,
    .product-slide .btn {
        -webkit-transform: none;
            -ms-transform: none;
                -moz-transform: none;
                  -o-transform: none;
             transform: none;
    }
    .slider {
        height: 500px;
    }
    .slider .owl-nav {
        display: none;
    }
    .slider .owl-dots {
        bottom: 30px;
    }
    .slider .owl-dot {
        margin: 0 10px;
        font-size: 15px;
    }
    .main-slide {
        position: relative;
        height: auto;
        opacity: 1;
        z-index: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                -webkit-flex-direction: column;
                   -moz-box-orient: vertical;
                   -moz-box-direction: normal;
                flex-direction: column;
        overflow: visible;
        pointer-events: auto;
        padding-bottom: 50px;
    }
    #earth_div {
        position: absolute;
        top: 105%;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                -moz-transform: translateX(-50%);
                  -o-transform: translateX(-50%);
             transform: translateX(-50%);
        width: 50%;
        height: 100%;
        margin-top: 0;
    }
    .slider-inner--bg {
        display: none;
    }
    .product-slide__content {
        background-image: none;
    }
    .newsletter-slide::after {
        content: none;
    }
    .slider .owl-nav {
        width: 0;
        height: 0;
    }
    .header-slide__content {
        height: auto;
        margin-left: auto;
        margin-right: auto;
        padding-top: 130px;
        padding-right: 0;
        padding-bottom: 0;
        -webkit-transform: none;
            -ms-transform: none;
                -moz-transform: none;
                  -o-transform: none;
             transform: none;
        opacity: 1;
    }
    .product-slide .h2,
    .product-item,
    .product-slide .btn {
        opacity: 1;
    }
    .product-list {
        margin-top: 0;
        margin-bottom: 40px;
    }
    .product-item .product-link--img {
        width: 165px;
        height: 165px;
        margin: 15px 10px 20px;
    }
    .product-item img {
        width: 170px;
        height: 170px;
    }
    .product-item span {
        font-size: 13px;
    }
    .newsletter-slide {
        padding-bottom: 0;
    }
    .newsletter-slide__content {
        height: auto;
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .newsletter-slide__left {
        padding-right: 20px;
    }
    .newsletter-slide__left .h2 {
        width: auto;
    }
    .newsletter-slide__right .btn-form {
        margin-top: 20px;
    }
    .newsletter-slide__item img {
        width: 100px;
        height: 100px;
    }
    .main-footer {
        position: relative;
        width: 100%;
        height: auto;
        min-height: 150px;
        margin-top: 50px;
        padding: 0;
    }
    .main-footer__p {
        width: 15%;
        min-width: 145px;
        font-size: 10px;
    }
    .main-footer__p:first-child {
        font-size: 10px;
        padding-left: 10px;
    }
    .main-footer__p.copyright {
        width: 50px;
        min-width: 50px;
    }
    .copyright-logo {
        width: 40px;
    }
    .copyright-logo span {
        font-size: 10px;
        left: -75px;
    }
    .copyright-logo svg {
        width: 40px;
    }
    .main-footer {
        -ms-flex-pack: distribute;
            -webkit-justify-content: space-around;
                justify-content: space-around;
    }
    .modal-menu .main-menu__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 100%;
        height: 100%;
        overflow: auto;
        padding: 65px 25px;
    }
    .modal-menu .main-menu__list--dropdown,
    .modal-menu .main-menu__item--dropdown svg {
        display: none;
    }
    .modal .btn-close {
        top: 25px;
        right: 25px;
        z-index: 100;
        font-size: 12px;
        line-height: 1;
    }
    .modal .icon-close svg {
        margin-right: 5px;
    }
    .modal-form__inner {
        -webkit-box-align: start;
            -ms-flex-align: start;
                -webkit-align-items: flex-start;
                   -moz-box-align: start;
                align-items: flex-start;
        max-width: 360px;
        margin: 0 auto;
        padding: 25px 26px;
        padding-top: 65px;
        overflow: auto;
    }
    .modal-form form {
        padding: 0;
    }
    .modal-form label {
        width: 100%;
        margin-bottom: 10px;
    }
    .modal-form input,
    .modal-form textarea {
        width: 100%;
    }
    .modal-form select {
        width: 32%;
        padding: 9px;
        margin-bottom: 5px;
        padding-right: 16px;
        padding-left: 5px;
        font-size: 10px;
    }
    .modal-form input[type="tel"] {
        width: 100%;
        padding: 10px;
    }
    .modal-form .btn-form {
        width: 120px;
        margin-top: 10px;
        padding: 10px;
    }
    .download-list {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                -webkit-justify-content: center;
                   -moz-box-pack: center;
                justify-content: center;
        height: 100%;
        padding: 60px 20px;
        overflow: auto;
    }
    .download-item {
        -ms-flex-negative: 0;
            -webkit-flex-shrink: 0;
                flex-shrink: 0;
        margin: 5px;
    }
    .download-item a {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                -webkit-justify-content: center;
                   -moz-box-pack: center;
                justify-content: center;
        width: 95px;
        padding: 0;
        font-size: 11px;
    }
    .download-item svg {
        width: 82px;
        height: 93px;
        margin-bottom: 10px;
    }
    .modal-content {
        padding: 50px;
    }
    .modal .h4 {
        font-size: 12px;
        margin-bottom: 7px;
    }
    .modal-title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .modal p {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 860px) {
    .header-slide__content {
        width: auto;
        padding-left: 50px;
        padding-right: 50px;
    }
    #earth_div {
        top: 110%;
    }
    .newsletter-slide__content {
        width: auto;
        padding: 0 50px;
    }
    .product-slide__content {
        width: auto;
    }
}

@media screen and (max-width: 700px) {
    #earth_div {
        width: 80%;
    }
    .newsletter-slide__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                -webkit-flex-direction: column;
                   -moz-box-orient: vertical;
                   -moz-box-direction: normal;
                flex-direction: column;
    }
    .newsletter-slide__left,
    .newsletter-slide__right {
        -ms-flex-preferred-size: 100%;
            -webkit-flex-basis: 100%;
                flex-basis: 100%;
    }
}

@media screen and (max-width: 600px) {
    .modal-image {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: -1;
        opacity: 0.1;
    }
    .modal-content {
        width: 100%;
    }
}

@media screen and (max-width: 570px) {
    .main-content {
        -webkit-background-size: contain;
           -moz-background-size: contain;
             -o-background-size: contain;
                background-size: contain;
    }
    .slider-title {
        display: none;
    }
    .product-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                -webkit-flex-direction: column;
                   -moz-box-orient: vertical;
                   -moz-box-direction: normal;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .main-footer {
        -ms-flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                -webkit-justify-content: center;
                   -moz-box-pack: center;
                justify-content: center;
        -webkit-box-align: start;
            -ms-flex-align: start;
                -webkit-align-items: flex-start;
                   -moz-box-align: start;
                align-items: flex-start;
        padding: 30px 0;
    }
    .main-footer__p,
    .main-footer__p.copyright,
    .main-footer__p:first-child {
        width: 35%;
        min-width: 145px;
        padding-left: 20px;
    }
    .main-footer__p.copyright a {
        width: 100%;
        margin-left: 0;
        -webkit-box-align: start;
            -ms-flex-align: start;
                -webkit-align-items: flex-start;
                   -moz-box-align: start;
                align-items: flex-start;
    }
    .copyright-logo span {
        position: relative;
        left: 0;
        -webkit-transform: none;
            -ms-transform: none;
                -moz-transform: none;
                  -o-transform: none;
             transform: none;
        width: auto;
        color: #ffffff;
    }
    .copyright-logo .st1 {
        opacity: 1 !important;
    }
}

@media screen and (max-width: 491px) {
    #earth_div {
        width: 100%;
        top: 100%;
    }
    .newsletter-slide__direction {
        width: 100%;
    }
}

@media screen and (max-width: 390px) {
    .main-slide {
        padding-bottom: 20px;
    }
    .header-slide__content {
        min-width: 240px;
        padding-top: 90px;
        padding-left: 20px;
        padding-right: 20px;
    }
    #earth_div {
        top: 110%;
    }
    .newsletter-slide__content {
        padding-left: 20px;
        padding-right: 20px;
    }
    .newsletter-slide {
        padding-bottom: 0;
    }
    .main-footer__p,
    .main-footer__p.copyright,
    .main-footer__p:first-child {
        width: 50%;
        min-width: 170px;
        padding-left: 25px;
        height: 60px;
    }
    .modal-content {
        padding: 20px;
    }
}

@media screen and (max-width: 317px) {
    #earth_div {
        top: 105%;
    }
}

@media screen and (max-width: 300px) {
    .main-header .logo a span {
        display: none;
    }
}