@media only screen and (max-width: 1270px){
    .about-img .circles_img {
        display: none;
    }
    .container{
        max-width: 100%;
        padding: 0 20px;
    }
    .circles_img {
        left: 0;
    }
    .campaigns-imgs {
        flex-wrap: wrap;
    }
    .gallery-cards {
        justify-content: center;
    }
    .gallery-card:nth-child(4n) {
        margin-right: 30px;
    }
    #contactOne .container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .contact-text form {
        justify-content: center;
        align-items: center;
    }
    .nav_item:not(:last-child) {
        margin-right: 30px;
    }
}
@media only screen and (max-width: 1170px){
    .campaigns-imgs {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .first-campaigns{
        margin-bottom: 20px;
    }
    .nav_link {
        font-size: 14px;
    }
    .logo {
        max-width: 180px;
    }
    .circles_img {
        bottom: 0;
    }
    .services {
        flex-wrap: wrap;
        justify-content: center;
    }
    .services-card:not(:nth-child(2n)) {
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .services-card:last-child{
        margin-right: 0;
    }
    .services-card {
        max-width: 400px;
        width: 100%;
    }
    .contact-text span {
        text-align: center;
    }
    .contact-img {
        margin-right: 0;
    }
    .center_bottom {
        margin-top: 60px;
    }
}
@media only screen and (max-width: 999px){
    .master-header {
        overflow-x: scroll;
        overflow-y: hidden;
    }
    .m-logo{
        margin-bottom: 30px;
    }
    .master-header::-webkit-scrollbar {
        display: none;
    }
    .master-persons {
        flex-wrap: wrap;
        justify-content: center;
    }
    .master-person:not(:nth-child(2n)){
        margin-right: 30px;
        margin-bottom: 30px;
    }
    .header-title span::after,.header-title span::before {
        display: none;
    }
    .partner{
        text-align: end;
    }
    .partner:not(:nth-child(4n)){
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .partners{
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    #contactTwo .container {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .contact-data {
        justify-content: center;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .contact-data .header-title span{
        text-align: center;
    }
    .m-logo{
        display: block;
        max-width: 160px !important;
    }
    .nav_item{
        margin-top: 10px;
    }
    .nav_link{
        font-size: 16px;
    }
    .nav_list {
        position: fixed;
        height: 100%;
        background: #207b10;
        z-index: 99;
        flex-direction: column;
        width: 100%;
        bottom: 0;
        left: 0;
        padding: 20px;
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transition: 0.3s all ease-in-out;
        -webkit-transition: 0.3s all ease-in-out;
        -moz-transition: 0.3s all ease-in-out;
        -ms-transition: 0.3s all ease-in-out;
        -o-transition: 0.3s all ease-in-out;
    }
    .nav_list.active{
        transform: translate(0);
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
    }
    footer .nav_list{
        display: none;
    }
    .menu{
        display: flex;
        width: 20px;
        height: 20px;
        cursor: pointer;
        position: relative;
        justify-content: center;
        align-items: center;
    }
    .close{
        display: flex;
        position: fixed;
        right: 20px;
        top: 20px;
        width: 20px;
        height: 20px;
    }
    .close span{
        width: 100%;
        background: #fff;
        height: 2px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        position: absolute;
    }
    .close span:first-child{
        left: 0;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
    }
    .menu span{
        width: 100%;
        height: 2px;
        position: absolute;
        background: #fff;
    }
    .menu span:nth-child(1){
        top: 0;
    }
    .menu span:nth-child(3){
        bottom: 0;
    }
    .center_bottom_text {
        font-size: 24px;
        line-height: 32px;
    }
    .center_bottom {
        margin-top: 20px;
    }
    .right_img img {
        height: 100%;
    }
    .left_img img {
        height: 100%;
    }
    .contact-img {
        max-height: 400px;
        overflow: hidden;
    }
    .header-title span {
        font-size: 28px;
    }
}
@media only screen and (max-width: 780px){
    #aboutUs .container {
        justify-content: center;
    }
    #home {
        padding-top: 50px;
    }
    .about-text {
        left: auto;
        top: 30px;
    }
    #home .container {
        flex-direction: column;
        align-items: center;
    }
    .m-btn.btn{
        display: flex;
        margin-top: 20px;
    }
    .right-head .btn{
        display: none;
    }
    .left_img img {
        max-height: 410px;
    }
    .right_img img {
        max-height: 410px;
    }
    .center_bottom {
        margin-top: 40px;
    }
    .center_text {
        padding: 30px 0;
    }
    section:nth-child(3) {
        padding-top: 40px;
    }
    section:not(:nth-child(2)) {
        padding: 20px 0;
    }
    .campaigns-imgs {
        margin-top: 20px;
    }
    .partner:not(:nth-child(3n)) {
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .partners{
        justify-content: center;
    }
    .services-card{
        margin-right: 0 !important;
        margin-bottom: 20px;
        justify-content: center;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .logo {
        max-width: 110px;
    }
}
@media only screen and (max-width:600px){
    .about-text {
        width:100%;
        top: 0;
        position: relative;
        z-index: 9;
        left: 0;
        right: 0;
    }
    .address-block {
        flex-direction: column;
    }
    .address{
        margin-bottom: 20px;
    }
    .about-text p {
        font-size: 16px;
        line-height: 1.35;
        margin-top: 15px;
    }
    .about-img {
        position: absolute;
        max-height: 100%;
    }
    .about-img img{
        object-fit: cover;
    }
    .header-title span {
        font-size: 28px;
        font-family: 'Playfair';
        line-height: 1.25;
    }
    .partners {
        margin-top: 25px;
    }
    #campaigns img{
        width: 100%;
        height: 100%;
    }
    .contact-little-head {
        font-size: 21px;
        font-family: 'Montserrat';
        line-height: 1.25;
    }
    .address p, .tel a, .mail a {
        font-size: 14px;
        line-height: 1.25;
    }
    .campaign-text>p:not(.price) {
        font-size: 16px;
        line-height: 1.2;
    }
    .price {
        font-size: 24px;
        line-height: 1.55;
    }
    .master-person{
        margin-right: 0 !important;
        margin-bottom: 30px !important;
    }
    .gallery-card {
        margin-right: 0;
    }
    .gallery-card:nth-child(4n) {
        margin-right: 0;
    }
    footer .container {
        flex-direction: column;
    }
    .copyright p, .copyright a {
        font-size: 14px;
        text-align: center;
    }
    .copyright {
        margin-top: 20px;
    }
    footer .logo{
        margin-bottom: 20px;
        max-width: 140px;
    }
}