/* General media */
/*@media screen and (min-width: 1200px) {*/
/*    .container {*/
/*        max-width: 1280px;*/
/*    }*/
/*}*/

@media screen and (max-width: 1300px) {
    #primary-menu ul li>a, #primary-menu ul li>.dropdown {
        text-transform: none;
        letter-spacing: 0;
        font-weight: 500;
        padding: 29px 13px;
    }
}

@media screen and (max-width: 1200px) {
    body p {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .small-list li {
        font-size: 16px;
    }

    .promo a.button {
        position: relative!important;
        top: 0!important;
        margin: 20px 0 0!important;
        left: 0!important;
    }
}

@media screen and (max-width: 991.98px) {
    #logo {
        height: auto!important;
    }

    .postcontent, .postcontent.bothsidebar, .sidebar {
        padding-bottom: 0;
        border-bottom: none;
    }
}


@media screen and (max-width: 768px) {
    .modal .modal-header .close {
        padding: 0;
        margin: 0;
        transform: translate(0);
        position: absolute;
        right: 0;
        border-radius: 50%;
        opacity: 1;
        box-shadow: none;
    }

    #copyrights .copy {
        text-align: center;
        margin-bottom: 15px;
    }

    #copyrights .ico-payment {
        margin: 0 auto 15px;
        display: flex;
        justify-content: center;
    }
}

@media screen and (max-width: 576px) {
    .section {
        padding: 40px 0;
    }

    body p,
    .small-list li {
        font-size: 15px;
    }

    .heading-block {
        margin-bottom: 25px;
    }

    .title-block {
        margin-bottom: 20px;
    }

    .heading-block h1,
    .title-block h1,
    .heading-block h2,
    .heading-block h2 {
        font-size: 22px;
    }

    .heading-block h3,
    .title-block h3 {
        font-size: 18px;
    }

    .list {
        padding-left: 0;
    }

    #page-title h1 {
        line-height: 1.25;
        font-size: 20px;
    }

    #footer .footer-widgets-wrap {
        padding: 40px 0;
    }

    .footer-logo {
        max-width: 150px;
    }

    #copyrights .copy {
        font-size: 16px;
    }
}

@media screen and (max-width: 576px) {
     #copyrights .ico-payment a>img {
        height: auto;
        width: 320px;

    }
}


@media screen and (min-width: 992px) and (max-width: 1199px) {
    #primary-menu ul li>a i+span {
        display: none;
    }

    .reference-card .reference-card__heading--small {
        font-size: 17px;
        line-height: 24px;
    }

    .reference-card__description {
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    .section-intro .reference-card {
        padding: 30px;
    }

    .section-technologies .col div, .section-technologies .col a {
        height: 120px;
    }

    .section-technologies .col img {
        max-width: 40px;
        width: 100%;
        height: 55px;
    }

    .ecosystem-tech-sheme {
        min-height: auto;
    }

    /* 1 */
    .ecosystem-tech-sheme .row:nth-child(1) .col:nth-child(2) {
      transform: translateY(0%);
    }

    .ecosystem-tech-sheme .row:nth-child(1) .col:nth-child(3) {
      transform: translateY(0%);
    }

    /* 2 */
    .ecosystem-tech-sheme .row:nth-child(2) {
      transform: translateY(0%);
    }

    .ecosystem-tech-sheme .row:nth-child(2) .col:nth-child(2) {
      transform: translateY(-100%);
    }

    /* 3 */
    .ecosystem-tech-sheme .row:nth-child(3) {
      transform: translateY(0%);
    }

    .ecosystem-tech-sheme .row:nth-child(3) .col:nth-child(1) {
      transform: translateY(0%);
    }

    .ecosystem-tech-sheme .row:nth-child(3) .col:nth-child(2) {
      transform: translateY(-100%);
    }
}

@media all and (min-width: 768px) and (max-width: 992px) {
    .ecosystem-tech-sheme {
        min-height: auto;
    }

    .ecosystem-tech-sheme .row {
        justify-content: center;
    }

    .ecosystem-tech-sheme .row,
    .ecosystem-tech-sheme .col {
        transform: translateY(0%)!important;
    }
}

@media screen and (max-width: 576px) {
    .swiper_wrapper:not(.force-full-screen), .swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid) .swiper-slide {
        height: 240px!important;
    }

    .swiper_wrapper .slider-caption p:first-child {
        margin: 0;
    }

    .swiper_wrapper .slider-caption p {
        font-size: 1.25rem;
    }

    .slider-caption p {
        margin-top: 0;
    }

    .section-intro .reference-card.card-coming-soon:before {
        font-size: 20px;
    }

    .btns {
        flex-wrap: wrap;
    }

    .btns .button.button-large {
        font-size: 14px;
        letter-spacing: 0;
    }

    .section-technologies .tech-sheme {
        margin-top: 30px;
    }

    .section-technologies .col:first-child {
        border: 1px solid #eee;
    }

    .section-technologies .col {
        border: 1px solid #eee;
    }

    .section-team img {
        margin-bottom: 30px;
    }

    .section-ecosystem.section-technologies .col div svg {
        width: 35px;
        height: 35px;
    }
}


/* About-us */
@media screen and (max-width: 1200px) {
    .about-us {

    }
}

@media (max-width: 768px) {
    .about-us .feature .fancy-title {
        margin-bottom: 15px;
    }
    
    .about-us .feature {
        margin-bottom: 30px;
    }
    
    .about-us .feature:last-child {
        margin-bottom: 0;
    }
}


@media (max-width: 575.98px) {
    .col .position-desc {
        margin-bottom: 40px;
    }

    .col .position-desc:last-child {
        margin-bottom: 0;
    }

    .position-desc .position-title {
        text-align: center;
    }
    

    .position .soc-links {
        margin-top: 10px;
        margin-bottom: 10px;
        position: relative;
    }

    #header.full-header .container, .container, .container-fullwidth {
        padding-left: 20px!important;
        padding-right: 20px!important;
    }
}


/* Clients */
@media screen and (max-width: 768px) {
    .client {
        flex-direction: column;
        text-align: center;
    }

    .client-title .heading {
        margin-top: 25px;
    }

    .client .client-image {
        margin: 0;
    }
    
    .client .client-image a {
        display: block;
    }

    .client .client-image img  {
        margin-bottom: 20px;
        width: auto;
        height: 40px;
    }
    .client .client-title .heading {
        margin-top: 0;
    }
}



/* Contacts */
@media screen and (max-width: 992px) {
    .contact-us {
        background: none;
    }
}

@media screen and (max-width: 992px) {
    .contact-us-wrap {
        padding: 0;
    }
    
    .contact-us-wrap .half-info {
        padding-left: 0;
        padding-top: 125px;
        background: none;
    }
}

@media screen and (max-width: 768px) {
    .contact-us-wrap .half-fields {
        padding-right: 30px;
    }
}

@media screen and (max-width: 576px) {
    .contact-us .form {
        flex-direction: column;
        padding: 30px 15px;
    }

    .contact-us-wrap .half-fields {
        margin-top: 40px;
        padding: 0;
        order: 1;
    }

    .contact-us-wrap .half-fields .title-block {
        margin-bottom: 15px;
    }

    .contact-us-wrap .half-fields h2 {
        color: #555;
        font-size: 24px;
        font-weight: 500;
        margin-bottom: 0;
        
    }

    .contact-us-wrap .half-info {
        padding: 0;
    }
}