@media only screen and (max-width: 1300px) {
    .container {
        max-width: 100%;
        padding: 0 15px;
    }

    .icon {
        width: 45px;
        height: 45px;
        cursor: pointer;
        display: block;
        margin-left: auto;
        position: relative;
        border: 1px solid #DFBB52;
        background: #fff;
    }

    .burger {
        width: 60%;
        height: 2px;
        background-color: #DFBB52;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: 0.5s;
        border-radius: 5px;
    }

    .burger::before,
    .burger::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        background: #DFBB52;
        transition: 0.5s;
        border-radius: 5px;
    }

    .burger::before {
        top: -8px;
    }

    .burger::after {
        top: 8px;
    }

    .icon.active .burger {
        background: rgba(0, 0, 0, 0);
    }

    .icon.active .burger::before {
        top: 0;
        transform: rotate(45deg);
    }

    .icon.active .burger::after {
        top: 0;
        transform: rotate(135deg);
    }

    .menu-container {
        margin-left: 0;
        position: absolute;
        left: 0;
        top: 110%;
        background: #fff;
        width: 100%;
        padding: 15px 0;
        display: none;
        z-index: 9;
        box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.1);
    }

    .menu-container ul {
        justify-content: center;
    }

    .menu-container ul li {
        margin: 10px 0;
        width: 100%;
        text-align: center;
    }

    .top-container {
        padding-top: 7px;
    }

    .top-container .btn-container {
        display: none;
    }

    .name-site {
        font-size: 42px;
        line-height: 56px;
    }

    .zag {
        font-size: 42px;
        line-height: 56px;
    }

    .best-box {
        margin: 0 25px;
    }

    .busines-box {
        width: 32%;
        height: 150px;
        min-height: 125px;
        margin-bottom: 25px;
        padding-bottom: 25px;
        background: #fff;
    }

    .front {
        padding: 25px 0;
        height: 150px;
    }

    .absolut {
        position: relative;
        top: 0;
        left: 0;
        transform: initial;
    }

    .back-content span {
        display: none;
    }

    .back-content p {
        width: 100%;
    }

    .card:hover>.front {
        width: auto;
        height: auto;
        left: 0;
        top: 0;
    }

    .busines-box:hover .card {
        width: auto;
        height: auto;
    }

    .card:hover>.back {
        transform: perspective(600px) rotateY(0deg);
        width: auto;
        height: auto;
        left: 0;
        top: 0;
        box-shadow: none;
    }

    .card:hover>.front {
        transform: perspective(600px) rotateY(0deg);
    }

    .application-box {
        width: 24%;
    }

    .application-box:before {
        display: none;
    }

    #application:before {
        display: none;
    }

    .application-container {
        padding-top: 0;
    }

    .application-middle p {
        font-size: 15px;
        line-height: 18px;
    }

    .foryou-box {
        width: 32%;
    }

    .foryou-box>span {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .news-container {
        margin-left: 0;
        max-width: 100%;
    }

    .news-h {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .news-text>p {
        font-size: 15px;
        line-height: 18px;
    }

    .news-box {
        box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.05), 0px 15px 15px rgba(0, 0, 0, 0.0531481), 0px 5px 5px rgba(0, 0, 0, 0.0425185), 0px 15px 5px rgba(0, 0, 0, 0.035), 0px 5px 3px rgba(0, 0, 0, 0.0274815), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.0168519);
        margin-bottom: 35px;
        width: 95%;
    }

    #bottom {
        margin-top: 0;
        padding-bottom: 60px;
        padding-top: 25px;
    }

    #news .owl-nav button {
        right: 10px;
    }

    #news .owl-next {
        bottom: initial;
        top: -95px;
    }

    #news .owl-prev {
        bottom: initial;
        top: -95px;
        right: 115px !important;
    }

    .footer-container {
        padding-left: 0;
        padding-right: 0;
    }

    .footer-politic {
        max-width: 30%;
    }

    .footer-info {
        width: 30%;
    }

    .product-top {
        padding-left: 0;
    }

    .name-page .zag {
        padding-left: 0;
    }

    .product-left {
        max-width: 40%;
    }

    .product-right {
        width: 57%;
    }

    .product-check-text {
        width: 94%;
    }

    .product-middle {
        padding-left: 0;
        padding-top: 45px;
        padding-right: 0;
    }

    .product-box {
        min-height: 185px;
    }

    .product-bottom .product-h {
        padding-left: 0;
    }

    .product-boxing {
        min-height: 220px;
    }

    #product-two .product-box {
        min-height: 230px;
    }

    #product-tree .product-check-text,
    #product-four .product-check-text {
        width: 94%;
    }

    #product-tree .product-box {
        min-height: 275px;
    }

    #login .container {
        display: block;
        flex-wrap: initial;
        align-items: initial;
        justify-content: initial;
        height: auto;
    }

    .login-container {
        margin: 0 auto;
    }

    #login {
        padding: 60px 0;
    }

    .black .menu-top ul li a {
        color: #2F2F2F;
    }


}

@media only screen and (max-width: 1000px) {

    .name-site {
        font-size: 36px;
        line-height: 48px;
    }

    .our-top .our-box p {
        font-size: 18px;
        line-height: 24px;
        max-width: 100%;
    }

    .our-top .our-box {
        padding-left: 20px;
    }

    .our-bottom .our-box p {
        font-size: 15px;
        line-height: 18px;
    }

    .our-bottom .our-box {
        min-height: 220px;
        padding: 15px;
    }

    #our {
        padding-top: 45px;
        padding-bottom: 60px;
    }

    .our-bottom .our-box.active {
        box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.05), 0px 15px 15px rgba(0, 0, 0, 0.0531481), 0px 5px 5px rgba(0, 0, 0, 0.0425185), 0px 15px 5px rgba(0, 0, 0, 0.035), 0px 5px 3px rgba(0, 0, 0, 0.0274815), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.0168519);
    }

    .best-box {
        margin: 0 10px;
        box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.05), 0px 15px 15px rgba(0, 0, 0, 0.0531481), 0px 5px 5px rgba(0, 0, 0, 0.0425185), 0px 15px 5px rgba(0, 0, 0, 0.035), 0px 5px 3px rgba(0, 0, 0, 0.0274815), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.0168519);
        width: 30%;
    }

    #best {
        padding-top: 45px;
        padding-bottom: 60px;
    }

    .best-boxing p {
        font-size: 20px;
        line-height: 24px;
    }

    #busines {
        padding-top: 45px;
        padding-bottom: 60px;
    }

    .application-box {
        width: 49%;
        height: auto;
        background: #fff;
        box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.05), 0px 15px 15px rgba(0, 0, 0, 0.0531481), 0px 5px 5px rgba(0, 0, 0, 0.0425185), 0px 15px 5px rgba(0, 0, 0, 0.035), 0px 5px 3px rgba(0, 0, 0, 0.0274815), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.0168519);
        border: 1px solid #f8f8f8;
        min-height: 260px;
        margin-bottom: 25px;
        padding-bottom: 75px;
    }

    #application {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .foryou-box>span {
        font-size: 18px;
        line-height: 22px;
    }

    .foryou-box p {
        font-size: 15px;
        line-height: 18px;
    }

    .zag {
        font-size: 36px;
        line-height: 48px;
    }

    #bottom {
        padding-bottom: 45px;
    }

    .menu-container ul li:hover ul {
        display: none;
    }

    .menu-top ul li a:hover:before {
        width: 100%;
        opacity: 0;
    }

    .has-manu {
        display: block;
        position: absolute;
        width: 25px;
        height: 25px;
        background: url(../images/arrow.png) center no-repeat;
        display: block;
        right: -150px;
        top: 0;
        margin: auto;
        webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        left: 0;
    }

    .menu-container ul li ul {
        position: relative;
        padding: 5px;
        background: #f7f7f7;
        margin-top: 15px;
    }

    .product-left {
        max-width: 100%;
    }

    .product-right {
        width: 100%;
    }

    .product-box {
        min-height: 220px;
        width: 48%;
    }

    .product-boxing {
        min-height: 165px;
        width: 48%;
        margin-bottom: 20px;
    }

    #product-two .product-box {
        min-height: 290px;
    }

    #product-two .product-boxing {
        width: 48%;
        min-height: 185px;
    }

    #product-four .product-boxing {
        width: 48%;
    }

    #product-four .product-box {
        min-height: 245px;
    }

    #product-tree .product-box {
        min-height: 345px;
    }




}

@media only screen and (max-width: 768px) {
    .toTop {
        display: none;
    }

    header {
        padding-top: 150px;
    }

    .name-site {
        font-size: 32px;
        line-height: 42px;
    }

    .btn-slider {
        width: 290px;
        margin-right: 15px;
    }

    .btn-slider2 {
        width: 160px;
    }

    .zag {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 24px !important;
        text-align: center;
    }

    .zag-min {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 35px;
        text-align: center;
    }

    .our-top .our-box:nth-child(2) {
        width: 100%;
    }

    .our-top .our-box {
        height: auto;
        width: 100%;
        padding: 10px;
        border-right: 0;
    }

    .our-bottom .our-box {
        min-height: auto;
        padding: 15px;
        width: 100%;
        margin-bottom: 15px;
    }

    #our {
        padding-bottom: 45px;
    }

    .best-container {
        justify-content: space-between;
    }

    .best-box {
        margin: 0;
        width: 49%;
        margin-bottom: 20px;
    }

    #best {
        padding-bottom: 45px;
    }

    .busines-box {
        width: 49%;
    }

    .application-box {
        min-height: 300px;
    }

    .back-content p {
        font-size: 15px;
    }

    .foryou-box {
        width: 49%;
        margin-bottom: 25px;
    }

    .footer-politic p {
        font-size: 14px;
        line-height: 18px;
    }

    .footer-info p {
        font-size: 14px;
        line-height: 18px;
    }

    .logo-footer img {
        width: 100px;
    }

    .footer-info {
        width: 35%;
    }

    .footer-politic {
        max-width: 35%;
    }

    .reveal-modal {
        max-width: 95%;
        padding: 30px 15px;
        padding-top: 15px;
    }

    .forma-thx>span {
        font-size: 18px;
        line-height: 24px;
    }

    .product-check-text p {
        font-size: 18px;
    }

    .product-check-text {
        width: 93%;
    }

    .product-h {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 35px;
    }

    .product-box {
        min-height: auto !important;
        width: 100%;
        margin-bottom: 20px !important;
    }

    .product-boxing {
        min-height: auto !important;
        width: 100% !important;
        padding-bottom: 20px;
    }

    .product-text p {
        font-size: 30px;
        line-height: 34px;
    }

    .login-left {
        width: 100%;
        height: 200px;
    }

    .login-container {
        width: 100%;
        height: auto;
    }

    .login-right {
        margin-left: 0;
        width: 100%;
        padding: 30px;
    }


    .our-bottom .our-box>span {
        display: block;
        font-size: 18px;
        line-height: 24px;
        max-width: 100%;
        font-weight: 600;
        color: #2F2F2F;
        text-align: center;
        margin-bottom: 15px;
    }

    .our-bottom .our-box {
        border-top: 10px solid #DFBB52;
    }

    .our-top {
        display: none;
    }

    .our-bottom .our-box {
        box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.05), 0px 15px 15px rgba(0, 0, 0, 0.0531481), 0px 5px 5px rgba(0, 0, 0, 0.0425185), 0px 15px 5px rgba(0, 0, 0, 0.035), 0px 5px 3px rgba(0, 0, 0, 0.0274815), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.0168519);
    }

    .our-bottom .our-box p {
        color: #2F2F2F;
    }



}

@media only screen and (max-width: 500px) {
    .logo-container img {
        display: block;
        width: 100px;
    }

    .btn-container .btn:before {
        right: 8px;
    }

    .btn-container .btn {
        width: 100px;
        padding-right: 25px;
        font-size: 15px;
    }

    .name-site {
        font-size: 28px;
        line-height: 34px;
        text-align: center;
    }

    .header-btn a {
        width: 100%;
        margin: 0;
        margin-bottom: 15px;
    }

    .best-box {
        width: 100%;
    }

    #busines {
        padding-bottom: 45px;
    }

    .application-box {
        min-height: auto;
        width: 100%;
    }

    .individual-btn {
        width: 100%;
    }

    .foryou-box {
        width: 100%;
    }

    .foryou-icon img {
        margin: 0 auto;
    }

    .foryou-box>span {
        text-align: center;
    }

    #news .owl-nav button {
        width: 70px;
    }

    #news .owl-prev {
        right: 85px !important;
    }

    .news-text {
        min-height: 355px;
    }

    .logo-footer {
        order: 0;
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }

    .logo-footer img {
        margin: 0 auto;
    }

    .footer-info {
        width: 100%;
        text-align: center;
        order: 1;
        margin: 15px 0;
    }

    .footer-politic {
        max-width: 100%;
        order: 2;
        text-align: center;
    }

    .busines-box {
        padding-bottom: 0;
    }

    .back {
        padding-bottom: 25px;
    }

    .reveal-modal .zag {
        font-size: 20px;
    }

    .product-icon img {
        width: 50px;
    }

    .product-text>span {
        font-size: 15px;
        line-height: 15px;
    }

    .product-text p {
        font-size: 22px;
        line-height: 24px;
    }

    .product-left>p {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 15px;
    }

    .product-h {
        font-size: 18px;
        line-height: 22px;
    }

    .product-check-img {
        width: 45px;
        height: 45px;
    }

    .product-check-text p {
        font-size: 16px;
        line-height: 20px;
    }

    .product-check-text {
        width: 94%;
    }

    .product-middle {
        padding-top: 0;
    }

    .product-box {
        padding: 25px;
    }

    .product-bottom {
        padding-top: 20px;
    }

    .product {
        padding-bottom: 45px;
    }

    #product-tree .product-check-text,
    #product-four .product-check-text {
        width: 94%;
    }

    #product-tree .product-check,
    #product-four .product-check {
        padding: 20px 15px;
    }

    #individual.individual {
        padding-bottom: 60px;
    }

    .login-left img {
        width: 50%;
    }

    .login-left {
        height: auto;
        padding: 35px;
    }

    .login-right {
        padding: 30px 15px;
    }




}