@media screen and (max-width: 1440px) {
    .navbar .nav__item {
        position: relative;
        margin-right: 10px;
    }
    .rukovodstvo__img {
        border-radius: 100%;
        height: auto !important;
        padding: 5px;
    }   
}
@media screen and (max-width: 1280px) {
    .navbar .nav__item .nav__item-link {
        font-size: 15px;
        font-weight: 700;
        text-transform: none;
        display: block;
        position: relative;
        color: #1b1a1a;
        line-height: 90px;
        letter-spacing: 0px;
        padding-right: 5px;
    }
    .slider .slide__title {
        font-size: 40px;
        line-height: 1.1;
        color: #ffffff;
        margin-bottom: 20px;
        margin-left: 70px;
    }
    .slider .slide__desc {
        font-size: 16px;
        line-height: 1.5;
        font-weight: 500;
        color: #ffffff;
        max-width: 580px;
        margin-bottom: 34px;
        margin-left: 70px;
    }
    .dp__none {
        display: none;
    }
    .feature-item {
        position: relative;
        padding: 16px;
        border-radius: 6px;
        margin-bottom: 30px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        width: 296px;
        height: 408px;
    }   
    .features-layout4 .feature-item .feature__title, .features-layout5 .feature-item .feature__title {
        font-size: 16px;
    }
    .features-layout4 .feature-item, .features-layout5 .feature-item {
        margin-bottom: 0;
        border-radius: 0;
        background-color: #ffffff;
        height: 300px;
    }
    .member .member__info .member__name {
        font-size: 13px;
        margin-bottom: 7px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .member .member__info .member__desc {
        font-size: 12px;
        margin-bottom: 0;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
}
@media screen and (max-width: 992px) {
    .slider .slide__title {
        font-size: 40px;
        line-height: 1.1;
        color: #ffffff;
        margin-bottom: 20px;
        margin-left: 60px;
    }
    .slider .slide__desc {
        font-size: 16px;
        line-height: 1.5;
        font-weight: 500;
        color: #ffffff;
        max-width: 580px;
        margin-bottom: 34px;
        margin-left: 60px;
    }
}
@media screen and (max-width: 825px) {
    .container {
        width: 90%;
        margin: auto;
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 92%;
        max-width: 92%;
    }
    .member .member__info .member__name {
        font-size: 20px;
        margin-bottom: 7px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .member .member__info .member__desc {
        font-size: 18px;
        margin-bottom: 0;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .team-layout1 .member {
        -webkit-box-shadow: 0px 0px 10px 2px rgb(40 40 40 / 11%);
        width: 278px;
    }
    .member .member__img img {
        width: 100%;
        height: 311px;
        width: auto;
    }
    .galereya__item__for {
        position: relative;
        border-radius: 5px;
        margin-bottom: 30px;
        -webkit-box-shadow: 0px 5px 83px 0px rgb(40 40 40 / 6%);
        /* -webkit-transition: all 0.3s linear; */
        transition: all 0.3s linear;
        width: 270px;
    }
    .title__title {
        margin-left: 16px;
    }
    .features-layout4 .features-wrapper, .features-layout5 .features-wrapper {
        position: relative;
        z-index: 3;
        overflow: hidden;
        background-color: #ffffff;
        -webkit-box-shadow: 0px 5px 83px 0px rgb(40 40 40 / 11%);
        box-shadow: 0px 5px 83px 0px rgb(40 40 40 / 11%);
        width: 588px;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }
    .features-layout4 .feature-item {
        position: relative;
        padding: 16px;
        border-radius: 6px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        width: 196px;
        height: 333px;
    }
}
@media screen and (max-width: 480px) {
    .features-layout4 .features-wrapper {
        display: table-cell;
    }
    .features-layout4 .feature-item {
        position: relative;
        padding: 16px;
        border-radius: 6px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        width: 345px;
        height: 281px;
    }   
    .features-layout4 .feature__icon img {
        width: 54px;
    }
    .slick-arrow.slick-prev:before {
        content: "\e939";
        font-size: 16px;
    }
    .slick-arrow.slick-next:before {
        content: "\e93b";
        font-size: 16px;
    }
    .pl__35 {
        padding-left: 0;    
    }
    .first__number__heading__name {
        color: #ffffff;
        font-family: "Rubik", sans-serif;
        text-transform: none;
        font-weight: 500;
        line-height: 1.4;
        margin-bottom: -20px;
        font-size: 15px;
        margin-top: 20px;
    }
    .second__number__heading__name {
        color: #ffffff;
        font-size: 12px;
        padding: 20px 0px 10px 0px;
    }
    .numbers__result {
        display: flex;
        margin: 0 -20px;
    }
    .numbers__resul__first {
        margin: 0px 50px;
    }
    .numbers__result__second {
        margin: 0 55px;
    }
    #canvas canvas {
        width: 100% !important;
    }
    .disp__none__mobile {
        display: none !important;
    }
    .title__title {
        margin-left: 0px;
    }
    .rukovodstvo__img {
        border-radius: 100%;    
        padding: 6px;
        width: auto;
    }
    .team-layout1 .member {
        -webkit-box-shadow: 1px 0px 6px 1px rgb(40 40 40 / 11%);
        width: auto;
    }
    .slider__galereya {
        min-width: 0;
        position: relative;
        padding: 0px 10px;
    }
    .navbar .navbar-toggler {
        position: absolute;
        right: 15px;
        height: 0px;
        margin-top: -18px;
    }
    .slider__galereya .slick-arrow.slick-next{
        right: -17px;
    }
    .slider__galereya .slick-arrow.slick-prev{
        left: -17px;
    }
    #sphere__map {
        display: none;
    }
    .slider .slide__title {
        font-size: 16px;
        line-height: 1.1;
        color: #ffffff;
        margin-bottom: 8px;
        margin-left: 60px;
    }
    .slider .slide__desc {
        font-size: 9px;
        line-height: 1.3;
        font-weight: 300;
        color: #ffffff;
        max-width: 580px;
        margin-bottom: 34px;
        margin-left: 60px;
    }
    .member .member__info .member__desc {
        font-size: 12px;
        margin-bottom: 0;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        line-height: 1.4;
    }

    .member .member__info .member__name {
    font-size: 18px;
    margin-bottom: 7px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    }
    .h2__bio {
        font-size: 26px;
    }
    .h4__bio {
        font-size: 14px;
    }
      
}
@media screen and (max-width: 320px) {
    /*  */
}
