@media only screen and (min-width: 1600px)
{
    .full-banner  .iphonecontent{
        width: 1300px;
        margin: 0 auto;
        left: 50% !important;
        right: auto;
        transform: translateX(-66%); 
    }
    .full-banner .right-text{
        left: 55%;
        top: 32%;
    }
    .one-text svg{
        width: 53px;
        flex: 0 0 65px;
        height: 53px
    }
    .iphone-text .one-text{
        margin:20px 0;
    }
    .iphone-text{
        max-width: 785px
    }
    .contact-section .data-info{
        width:1100px;
    }
    .partners-box .flexslider{
        width:1200px;
    }
    .flexslider .slides > li .content{
        width:1000px;
    }
    .map-contact{
        width:1014px;
    }
    .img-crd img{
        max-height: 80vh
    }
    .one-text-desc{
        padding:25px 20px
    }
    .iphone-text{
        left:8vw;
    }
}

@media only screen and (max-width: 1440px)
{
    .right-text svg{
        width:300px;max-width:100%;height: auto;
    }
    .one-contact{
        font-size: 18px;
    }
    .one-contact h3{
        font-size:18px;
    }
    .contact-info-data p img{
        max-width: 40px;
    }
}


@media only screen and (max-width: 1380px)
{
    header .menu-top .logo-top{
        width:172px;
    }
    .btn {
        padding: 10px 25px;font-size: 12px;
    }
    header nav.navbar{
        padding:2px 0;
    }
    .main-text-content .one-item-text{
        padding:50px 0;padding-right: 70px;width:660px;
    }
    .main-text-content .one-item-text:nth-of-type(2){
        margin-left: 15vw
    }
    .main-text-content .one-item-text:nth-of-type(3){
        margin-left: 30vw
    }
    .main-text-content .one-item-text:first-of-type{
        padding-top:100px;
    }
    .background-text .text-content {
        font-size: 19px;
        line-height: 34px;
    }
    .offer-section{
        padding:60px 0;
    }

}

@media only screen and (max-width: 1280px)
{
    .social_slider_widget{
        display: none;
    }

}


@media only screen and (max-width: 1199px)
{
    .offer-section .section-title{
        text-align: center;
    }
    .iphone-text{
        padding-top:10px;
    }
    .iphone-text .one-text{
        font-size:15px;
    }
    .full-banner .right-text svg{
        transform: scale(0.8);
    }
    .full-banner .right-text{
        font-size:16px !important;
    }
    .iphonecontent img{
        left:1vw !important;
    }
    .languages-items,header .languages-top{
        width:100px;
    }
    header .menu-top .logo-top{
        margin-left: 15px;
    }
    .wrapper{
        padding-top:55px;
    }
    header .menu-top .logo-top img{
        max-height: 60px;
    }
    .dropdown-menu .dropdown-item{
        color:#000;
    }
    .menu-top .navbar-toggler {
        height: 36px;display: block;
        position: relative;
        z-index: 34332;
        width: 50px;
        margin-top: -5px;
    }
    header .menu-top{
        padding:6px  0px;
    }
    .menu-top .navbar-toggler .menu-lines {
        display: inline-block;position: absolute;top:9px;left:10px;margin-top:2px;
        -webkit-transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -ms-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
    }
    .menu-top .navbar-toggler.actived .menu-lines{
        margin-top:10px;
    }
    .menu-top .navbar ul{
        margin:0 auto;
    }
    .contact-top-data{
        flex: 0 0 auto;margin-left: auto;
    }

    .menu-top .contact-top-data ul li{
        font-size: inherit;
    }
    .menu-top .navbar-toggler .menu-lines:after,
    .menu-top .navbar-toggler .menu-lines:before {
        content: "";
        position: absolute;
        top: 8px;
        left: 0;
        width: 28px;
        height: 3px;
        display: inline-block;
        background-color: #000;
        -webkit-transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -ms-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
    }
    .menu-top .navbar-toggler .menu-lines:after {
        top: 16px;
    }
    .menu-top .navbar-toggler .menu-lines span {
        position: absolute;
        top: 0;
        left: 0;
        width: 28px;
        height: 3px;
        background-color: #000;
    }
    .contact-top{
        font-size:12px;
    }
    .menu-top .navbar-toggler.actived .menu-lines > span {
        opacity: 0;
    }
    .menu-top .navbar-toggler.actived .menu-lines:before {
        top: 0;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        background: #fff;
    }
    .menu-top .navbar-toggler.actived .menu-lines:after {
        top: 0;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        background: #fff;
    }
    header.fixed-navbar {
        top: 0px;
    }
    .navbar-header{
        right: 90px;
        position: relative;margin-left: auto;display: none;
    }
    header .menu-top nav{
        position: fixed;width: 400px;height: 100%;background:  #000;max-width:100%;
        text-align: center;
        justify-content: center;right:-100%;
        top: 0;
        -webkit-transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -ms-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
        overflow-y: auto;
        z-index: 34234;
    }
    header .menu-top nav.menu-opened{
        right:0;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu{
        position: relative;background: transparent;
        margin: 0;
        text-align: center;
        border: 0;
        padding: 0;
    }
    header .navbar-nav li{display: block;}
    .navbar-expand-lg .navbar-nav{
        flex-wrap: wrap;
        flex-direction: column;
        width: 500px;
        max-width: 100%;
        left: -100%;
        margin:0 auto;
    }
    header a.logo{
        padding:0 !important;
    }
    header .menu-top a, .navbar-expand-lg .navbar-nav .nav-link {
        color: #fff;
        font-size: 16px;
        padding: 10px 15px 10px;
        position: relative;
    }
    .header-top .menu-top a, .navbar-expand-lg .navbar-nav .nav-item:last-child > .nav-link{
        padding: 10px 25px 10px;
    }
    header .menu-top li ul li a{
        font-size:13px;
    }
    header .nav-item.dropdown > a i {
        position: absolute;
        top: 50%;
        margin-top: -15px;
        right: 15px;
        text-align: right;
        z-index: 2;
        height: 30px;
        padding: 0;
        width: 30px;
        border-radius: 50%;
        background: #000;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    header .menu-ul{
        width:100%;
    }
    body{
        font-size:14px;
    }
    header .ticket img {
        margin-left: 10px;
        margin-top: -20px;
        max-width: 28px;
    }
    .row-mp-data .col-md-5 {
        margin: 10px auto;
        width: 600px;
        max-width: 100%;
        flex: 0 0 auto;
    }
    body.menu-open:before{
        width:100%;height: 100%;position: fixed;background:rgba(0,0,0,0.5);content:'';left:0;top:0;z-index: 10;
    }
    header .languages-top .languages-items .dropdown-menu{
        width:100px;
    }
    .main-text-content,.special-list,.textsx-a p{
        font-size:16px;
    }
    .service-item .title{
        font-size:26px;
    }
    .about-home .container{
        background-size:100px;
    }
    .special-list li{
        margin-bottom: 12px;line-height: 2;
    }
    .title-special,.contact-section .form-title, .section-title{
        font-size:32px;
    }
    .background-text .text-content{
        font-size:17px;line-height: 1.7;
    }
}

@media only screen and (max-width: 1100px)
{

}


@media only screen and (max-width: 1024px)
{
    .full-banner .owl-text.home_content .container{
        width: 100%;
    }
    .slide__content .btn{
        margin-top: 10px;
    }
    .btn {
        padding: 10px 25px;font-size:12px;
    }
    .specialinfo {
        transform: translate(75%,-50%);
    }
    .specialinfo .txt{
        font-size:14px;line-height: 1.6;
    }
}


@media only screen and (max-width: 991px)
{
    .men-photo{
        display: none;
    }
    .title-special, .contact-section .form-title, .section-title{
        font-size:28px;
    }
    .title-special{
        line-height: 40px;
    }
    #carousel{
        padding-left: 10px;padding-right: 10px;padding-top: 20px;margin-top: 20px;
    }
    .main-text-content{
        margin-top:-95px;
    }
    .main-text-content .one-item-text{
        width:50vw; padding:40px 0;padding-right: 30px;
    }
    .contact-form .btn{
        width: auto;font-size:14px;
    }
    .contact-data{
        font-size:15px;
    }
    .service-item .title{font-size:16px;}
    .service-item .title i{
        font-size:20px;
    }
    div.p p span{
        font-size:14px !important;
    }
    #map{
        margin-bottom:30px;
    }
    .contact-info-card .one-contact .adr-inf{
        width:100%;margin:10px 15px;
    }
    header .languages-top a{
        font-size:16px;
    }
    header .languages-top{
        /*        padding-left: 15px;*/
    }
    header .right-elems{
        padding:0 15px 0 20px ;
    }
    header .right-elems a{
        font-size:14px;
    }
    .form-title{
        font-size:30px;line-height: 1.2;
    }
    .text-content-b .page-title{
        font-size:28px;
    }
    .text-content-b .page-subtitle{
        font-size:13px;
    }
    header .menu-top .logo-top{
        max-width: 250px;
    }
    .full-banner .owl-dots{
        bottom:5px;
    }
    .single-slider .container h1{
        font-size:36px;
    }
    .full-banner .owl-text.home_content{
        margin-top: 0;
    }
    .statut-dsg{
        padding:80px 40px;
    }
    .background-text{
        padding:30px 30px;font-size:16px;margin-right: -5vw;
    }
    .background-text .text-content{
        font-size:16px;
    }
    .flexslider .slides > li .content{
        font-size:17px;line-height: 1.9;
    }
}


@media only screen and (max-width: 880px)
{

}

@media only screen and (max-width: 767px)
{
	.wrapper{
		overflow-x:hidden;
	}
    .languages-bottom .btn{
        width:auto;
    }
    .languages-bottom{
        margin:0 auto;
    }
    .languages-bottom .dropdown-menu{
        width:auto;left: auto;right:auto;min-width: 110px;
    }
    footer .languages-bottom .btn img{
        margin-bottom: 0;
    }
    footer{
        text-align: center;
    }
    footer img{
        margin-bottom: 20px;
    }
    footer .copyright{margin-top:20px;}
    .specialinfo {
        display: none;
    }
    .photo-full .col-md-6 .img-responsive{
        border-radius: 30px;
    }
    .offer-section::before {display:none}
    #offer-slider{
        margin-top: 0;
    }
    .offer-section .section-title{
        margin:90px 0 20px 0;height: auto;top:auto;position: relative;text-align: center;display: block;
    }
    .full-banner{height: auto;min-height:100vh;}
    .full-banner .right-text svg{
        position: absolute;max-width:35vw;transform:rotate(80deg) translateX(-90%);top:0;right:0;
    }
    .full-banner .iphone-text{
        width:90vw !important;min-height: 550px;
    }
    .iphone-text .one-text{
        width:100% !important;max-width:100% !important;
    }
    .full-banner .right-text {
        font-size:14px !important;
        position: relative !important;
        right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        bottom: 0 !important;
        background: #1f1f1f;
        margin-top:-20px;
    }
    .menu-top .navbar-toggler{
        display: none;
    }
    .statut-dsg {
        padding: 60px 15px;
    }
    header .top-header .col-lg-4 {
        display: none;
    }
    .top-header a{
        font-size:12px;
    }
    .top-header ul{
        text-align: center;font-size:13px;
    }

    header .menu-top{
        position: relative;
    }
    header .menu-top .logo-top img {
        max-height: 60px;
    }
    .contact-top-data ul{
        font-size:20px;
    }
    .contact-top-data .contact-top i{
        width:26px;height: 26px;font-size:12px;
    }
    .footer__widget-content {
        font-size: 14px;
    }
    .box-info {
        height: auto;
        margin: 20px 0;
        padding: 40px 15px;
    }
    .text-content-b{
        left:10px;text-align: left;
    }
    .text-content-b .page-title::before,.text-content-b .page-title::after {
        display: none;
    }
    .contact-info-data p{
        font-size:18px;
    }
    .spc-t{font-size:30px;}
    .footer-menu{
        padding:20px 15px;
    }
    .page-title {
        min-height: 200px;
        padding:20px 0;
    }
    footer .social-list{
        margin-bottom: 20px;
    }
    header .menu-top a.logo{
        padding: 0;
    }
    .textsx-a{
        padding:25px;
    }
    .service-item{
        height: auto;
    }
}

@media only screen and (max-width: 575px)
{
    .infs-s img{
        width:30px;margin-right: 10px;
    }
    .infs-s{
        width: 100%;max-width:100%;
    }
    .textsx-a{
        padding:15px;width:calc(100% - 40px);
    }
    .textsx-a .special-list li{
        margin-bottom: 12px;
    }
    .special-list li::before {
        width: 10px;
        height: 10px;
        flex: 0 0 10px;
        margin-right: 10px;
    }
    .contact-section .data-info{
        max-width:100%;
    }
    .contact-section .data-info > .col-12{
        padding:0 20px 20px 20px;
    }
    .form-control{
        min-height: 38px;
    }
    .title-special, .contact-section .form-title, .section-title {
        font-size: 26px;
    }
    .contact-form{
        width:100%;
    }
    .flexslider .slides > li .content{
        font-size:16px;
    }
    .background-text{
        margin-bottom: -100px;border-radius: 30px 0 0 30px
    }
    .main-text-content .one-item-text{
        width:calc(100% - 50px);
        border-radius: 0 20px 0 0;
        padding:20px 15px 20px 0;
        margin-top: -5px;
        line-height: 1.8;
    }
    .background-text .text-content {
        font-size: 15px;
    }
    .about-home .container {
        background-size: 50px;background-position-y: bottom 420px;
    }
    .main-text-content .one-item-text:first-of-type{
        padding-top:65px;
    }

    .main-text-content .one-item-text:nth-of-type(2){
        margin-left: 20px;
    }
    .main-text-content .one-item-text:nth-of-type(3){
        margin-left: 40px;
    }
    .main-text-content .one-item-text::before {
        width: 20px;
        height: 20px;
        right: -20px;
        bottom: -6px;
    }
    .main-text-content .one-item-text::after {height:20px;right: -10px;}
    .languages-items, header .languages-top{
        width:80px;
    }
    .main-text-content, .special-list,.textsx-a p{
        font-size:14px;
    }
    .copyright{
        font-size:13px;
    }
    .footer-companies .footer-img{
        marigin:15px 20px;
    }
    .offer-section h2{
        padding: 20px 0;
    }
    .contact-bg{
        height: 40vh;
    }
    body{
        font-size:14px;
    }
    .contact-top-data{
        display: none;
    }
    .one-contact h3{
        width: 100%;
    }
    div.p img{
        margin:15px 0;
    }
    div.p .photo-full h5 *,div.p h4{
        font-size:22px;line-height: 1.1;
    }
    div.p .photo-full h4 ,	div.p .photo-full h4 *{
        font-size:18px;line-height: 1.2;
    }
    .one-contact{
        flex-wrap:wrap;
    }
    .full-banner .owl-text.home_content{
        padding:0;
    }
    .about-home, .section{
        padding:30px 0;
    }
    .single-slider .container h1 {
        font-size: 24px;
    }
    .breadcrumb {
        font-size: 12px;
    }
    .page-title {
        min-height: 170px;
    }
    header .menu-top .logo-top img{
        max-height: 55px;
    }
    div.p p span strong{
        font-size:22px;
    }
    .subpage2v .entry-title{
        font-size:25px;
    }
    .themecolor em{
        font-size:24px;text-align:center;display: block;
    }
    header{position:fixed;}
    body > .wrapper{
        padding-top: 55px;
    }
    body .offer-window.jconfirm .jconfirm-box-container{
        width: auto;
    }
    .languages-items, header .languages-top{
        padding:0 !important;
    }
    header .languages-top a.flags{
        padding: 5px;
        margin-right: 19px;
    }
    .main-text-content .one-item-text:last-of-type {
        padding-bottom: 65px;
    }
    .img-crd{
        padding-left: 0;
    }
    .offer-section{
        min-height: 100px;padding-top: 80px;
    }

    .offer-section .section-title{
        margin-top:40px;
    }
}


@media only screen and (max-width: 480px)
{
    .flexslider .slides > li .content {
        font-size: 14px;
    }
    .flexslider .slides > li .content .name{
        margin-top: 15px;
    }
    .main-text-content .one-item-text {
        width: calc(100% - 40px);
    }
    .iphonecontent img {
        left: 0 !important;
        height: 74% !important;
        transform: translateX(-66%);
    }
    .full-banner .iphone-text {
        width: 94vw !important;
    }
    .full-banner .owl-slide {
        width: 100%;
        min-height: 560px;
        height: 94vh;
    }
    .full-banner .iphone-text{
        left:10px;
    }
    .iphone-text .one-text {
        font-size: 13px;
    }
    header .menu-top .logo-top{
        margin-left: 0;
    }
    header .top-header{
        display: none;
    }
    .footer__widget-content {
        font-size: 13px;
    }
    .one-contact h3 {
        font-size: 16px;
    }
    .one-contact {
        font-size: 16px;
    }
    .form-title {
        font-size: 24px;
    }
    .spc-t{font-size:26px;}
    .sc_services_port_style  .col-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    header .menu-top nav,.full-banner .owl-text.home_content{
        width:100%;
    }
    .contact-info-card .one-contact .adr-inf{
        padding:15px;
    }
}

@media only screen and (max-width: 400px)
{
    header .ticket img{display: none;}

    header .menu-top .logo-top img {
        max-height: 55px;
    }
    .full-banner .container{
        padding:0;
    }
}

@media only screen and (max-width: 330px)
{

}
@media only screen and (max-width: 300px)
{

}

@media only screen and (min-width:1200px)
{
    .iphone-text{
        bottom: 50%;
        transform: translateY(50%);
        top:auto;
    }
}
@media only screen and (min-width:1340px)
{
    .container {
        max-width: 1140px;
    }
    body{
        font-size:15px;
    }
    header nav.navbar{
        padding:3px 0;
    }

}
@media only screen and (min-width:1420px)
{
    .container {
        max-width: 1200px;
    }
    body{
        font-size:16px;
    }

}
@media only screen and (min-width:1620px)
{
    .container {
        max-width: 1300px;
    }
}
