@media (max-width: 1366px) {
  .sidebar__equip {
    top: 260px;
  }
  .sidebar__equip.rolled_up {
    right: -110px;
    transform: rotate(-90deg);
    top: 240px;
    width: 131px;
  }
  .tech_com_demand .account__rools {
    top: 400px;
  }
  #page_capabilities .modal-box {
    width: 70%;
    height: 82%;
  }
  #add_tech_chars .place-form__message {
      margin: 3.5% auto;
  }
  .reason_why_not {
      right: -85px;
  }
}
@media (max-width: 1335px) {
  .nav__row {
    width: 360px;
  }
}

@media (max-width: 1305px) {
  .nav__icons {
    width: 135px;
  }
  .nav__row {
    width: 315px;
  }
  .card__gallery_item {
    width: 31%;
  }
}

@media (max-width: 1235px) {
  .nav__icons {
    width: 122px;
  }
  .nav__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 158px;
  }
  .menu {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 1160px) {
  .nav__phone {
    margin-top: 6px;
  }
  .nav__icons {
    width: 100%;
  }
  .nav__logo {
    /*width: 180px;*/
  }
  .card__right {
    width: calc(100% - 250px);
    padding-left: 50px;
  }
}

@media (max-width: 1135px) {
  .menu__link a {
    margin-right: 22px;
  }
  .possibility {
    padding: 90px 0;
  }
  .possibility__row {
    display: block;
  }
  .possibility__content {
    width: 100%;
    padding: 0 20px;
  }
  .possibility__content_grey {
    width: 100%;
    height: 50%;
  }
  .possibility__content_grey-right {
    top: 50%;
    height: 50%;
    width: 100%;
  }
  .possibility__content:nth-child(2) {
    margin-top: 90px;
  }
  .possibility__slider {
    width: calc(100% - 50px);
    height: auto;
    margin-bottom: 20px;
  }
  .possibility__form {
    width: 80%;
  }
  .possibility__text {
    margin-bottom: 40px;
  }
  .container {
    width: 100%;
    padding: 0 20px;
  }
  .possibility__content-box:nth-child(3) {
    margin-top: 60px;
  }
}

@media (max-width: 1080px) {
  .nav__icons_mess {
    width: 25px;
  }
  .nav__icons_notification {
    width: 17px;
    height: auto;
  }
  .nav__icons_like {
    width: 21px;
    height: auto;
  }
  .nav__icons_account {
    width: 18px;
    height: auto;
  }
  .nav__phone a {
    font-size: 18px;
  }
  .nav__row {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .header__content {
    padding: 90px 0;
  }
  .equipment {
    padding: 95px 20px 110px 20px;
  }
  .equipment__box {
    width: 40%;
  }
  .box__section {
    margin-bottom: 10px;
    margin-right: 5px;
  }
  .box__notification {
    margin-right: 10px;
  }
  .card__block {
    margin-bottom: 10px;
  }
  .card__box {
    margin-top: 30px;
  }
}

@media (max-width: 960px) {
    .commerce-tr-index-info {
        top: -44px;
    }
  .nav {
    width: 100%;
    padding: 10px 30px 15px 20px;
  }
  .nav__burger {
    display: block;
  }
  .nav__phone {
    margin-top: 0;
  }
  .nav .red__btn {
    display: none;
  }
  .nav__icons {
    display: none;
  }
  .nav__phone {
    padding: 16px 40px;
  }
  .nav__phone a {
    font-size: 22px;
    font-family: "FuturaBookC";
    font-weight: 300;
    color: black;
    line-height: 1.65;
  }
  .menu {
    display: none;
    position: absolute;
    top: -100%;
    left: 0;
    z-index: 6000;
    background-color: #f3f3f3;
    width: 100%;
    padding-top: 10px;
    height: 100%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .menu.active {
    display: block;
    top: 95px;
  }
  .menu.active .menu__link {
    padding: 16px 40px;
  }
  .menu.active .menu__link a {
    font-size: 22px;
  }
  .row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .card__gallery_item {
    width: 48%;
  }
  .card__list {
    margin-bottom: 20px;
  }
  .card__box {
    margin-top: 20px;
  }
}

@media (max-width: 940px) {
  .header__title {
    width: 93%;
  }
  .footer__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
  .footer__left {
    width: 100%;
  }
  .footer__right {
    width: 100%;
    text-align: left;
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__mail {
    margin-top: 0;
  }
  .footer__phone {
    margin-right: 30px;
  }
  .generated-application .justify_2 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .generated-application__row {
    display: block;
  }
  .generated-application__block {
    width: 30%;
  }
}

@media (max-width: 815px) {
  .header__title {
    font-size: 42px;
  }
  .plus-1 {
    right: 40px;
  }
  .plus-2 {
    right: 30px;
  }
  .fav {
    width: 100%;
  }
  .modal-offer {
    width: 100%;
    margin: 0;
  }
  .footer__row:first-child {
    padding-bottom: 45px;
  }
  .card__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
  .card__left {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .card__img {
    width: 250px;
    margin: 0 70px 35px 0;
  }
  .card__btns {
    width: 250px;
  }
  .card__btns a {
    margin-bottom: 30px;
  }
  .card__right {
    padding-left: 0;
    padding-top: 20px;
    width: 100%;
  }
  .card__gallery {
    margin-top: 30px;
    padding-bottom: 40px;
  }
}

@media (max-width: 685px) {
  .equipment__box {
    width: 48%;
  }
  .box {
    padding: 50px;
  }
  .box__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .box__btns a {
    margin-bottom: 15px;
  }
  .box__notification {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 15px;
  }
  .box__section_text {
    font-size: 18px;
  }
  .box__section_label {
    font-size: 18px;
    line-height: 1.6;
  }
  .mess .box__btns {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .mess__btns {
    margin-left: 35px;
    margin-bottom: 20px;
    width: 250px;
  }
  .mess__from {
    font-size: 20px;
  }
  .mess__num {
    font-size: 18px;
  }
  .mess__link {
    font-size: 18px;
  }
  .search__icon-2 {
    top: 0;
    -webkit-transform: none;
            transform: none;
  }
  .search__icon-2 p {
    display: none;
  }
  .search__img {
    top: 10px;
    left: -15px;
  }
  .applications__offer {
    margin-top: 15px;
    display: block;
  }
  .applications__offer_logo {
    margin-top: 15px;
  }
  .application__num {
    font-size: 16px;
  }
  .application__date {
    font-size: 18px;
  }
  .application__text {
    font-size: 20px;
    color: #141419;
  }
  .fav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (max-width: 640px) {
  .rools {
    display: none;
  }
  .header__title {
    font-size: 38px;
  }
  .equipment {
    padding: 45px 10px 30px 10px;
  }
  .equipment__title {
    font-size: 30px;
  }
  .equipment__content {
    padding-top: 30px;
  }
  .possibility {
    padding: 40px 0;
  }
  .possibility__content:nth-child(2) {
    margin-top: 60px;
  }
  .possibility__content_grey-right {
    top: 50%;
    height: 50%;
  }
  .possibility__form {
    width: 100%;
    margin-top: 30px;
  }
  .possibility__text-light {
    margin-top: 20px;
  }
  .possibility__text-light_2 {
    margin-bottom: 30px;
  }
  .possibility__list-item:before {
    width: 18px;
  }
  .possibility__btns {
    width: 100%;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
  .possibility__btns a:first-child {
    margin-right: 30px;
  }
  .box__notification {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
  }
  .box__equipment a {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .box__equipment a:last-child {
    margin-bottom: 0;
  }
  .applications__offer p {
    font-size: 24px;
  }
  .applications__offer_logo img {
    width: 25px;
    height: 35px;
  }
  .mess__link, .btn, .btn-red, .btn-black, .btn-black_2, .btn-white, .btn-filter, .btn-search, .btn-add {
    font-size: 20px;
  }
  .card__img {
    width: 200px;
    margin: 0 20px 20px 0;
  }
  .card__btns {
    width: calc(100% - 290px);
  }
  .card__gallery_item {
    /*width: 100%;*/
  }
  .footer {
    padding: 40px 0;
  }
  .footer__logo {
    display: none;
  }
  .footer__menu {
    width: 100%;
  }
  .footer__row:first-child {
    padding-bottom: 30px;
  }
  .footer__left {
    width: 100%;
    padding-bottom: 20px;
  }
  .footer__right {
    margin-top: 20px;
  }
}

@media (max-width: 620px) {
  .equipment__box {
    width: 100%;
  }
  .equipment__box:hover .equipment__box_content {
    width: 100%;
    margin-left: 0;
    padding-left: 30px;
  }
}

@media (max-width: 530px) {
  .header__content {
    padding: 40px 0;
  }
  .header__title {
    font-size: 32px;
  }
  .header__rools {
    top: 62%;
  }
  .header__img {
    width: 200px;
    margin-bottom: 10px;
  }
  .possibility__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: auto;
    height: 110px;
  }
}

@media (max-width: 447px) {
  .possibility .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    height: 110px;
  }
  .slider-btns {
    margin-left: 0;
  }
}

@media (max-width: 439px) {
  .possibility__content_grey {
    height: 48%;
  }
}

@media (max-width: 437px) {
  .possibility__content_grey-right {
    top: 49%;
    height: 52%;
  }
}

@media (max-width: 409px) {
  .possibility__content_grey {
    height: 50%;
  }
}

@media (max-width: 386px) {
  .possibility__content_grey-right {
    top: 47%;
    height: 55%;
  }
}

@media (max-width: 380px) {
  .equipment__box {
    height: 130px;
  }
  .equipment__box:hover .equipment__box_content {
    padding-left: 20px;
    padding-top: 20px;
    height: 115px;
  }
  .plus-1 {
    right: 30px;
    top: 20px;
  }
  .plus-2 {
    right: 20px;
    top: 30px;
  }
  .footer__right {
    margin-top: 20px;
    display: block;
  }
  .footer__mail {
    margin-top: 15px;
  }
}

@media (max-width: 348px) {
  .possibility__content_grey-right {
    top: 45%;
    height: 55%;
  }
}

@media (max-width: 320px) {
  .header__content {
    padding: 30px 0;
  }
  .header__title {
    font-size: 24px;
  }
  .header__rools {
    top: 62%;
  }
  .header__img {
    width: 180px;
    margin-bottom: 10px;
  }
}

@media all and (min-width: 0px) and (max-width: 979px) {
  .application-n{
    display: none;
  }
  .header__box {
    width: 100%;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    width: auto;
    margin-top: 40px;
  }
  .customer, .provisioner {
    width: 300px;
  }
  .provisioner {
    margin-top: 40px;
  }
  .customer p, .provisioner p {
    font-size: 22px;
  }
  .possibility__slider {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .possibility__list-item {
    font-size: 20px;
  }
  .mobile-menu__link{
    display: block;
  }
  .mobile-menu__link a{
    font-weight: 500;
  }
  .active .nav__row{
    width: 100%;
    margin: 0;
  }
  .mobile-menu__link_login{
    display: none;
  }
  .profile__input {
    font-size: 22px;
  }
  .upload-doc__file-name {
    font-size: 20px;
  }
  .input-upload + label p {
    font-size: 20px;
  }
  .input-upload + label {
    height: auto;
    padding: 14px 30px;
  }
  .input-upload + label img {
    width: 19px;
    height: 17px;
    top: 50%;
    transform: translateY(-50%);
  }
  .account__row {
    display: block;
  }
  .account__rools {
    display: none;
  }
  .account__box {
    display: block;
  }
  .account__aside {
    width: 100%;
  }
  .account__aside .banner {
    display: none;
  }
  .account__content {
    margin-left: 0;
    margin-top: 40px;
  }
  .account-menu {
    position: relative;
    background-color: #fff;
  }
  .account-menu__burger_menu {
    display: none;
  }
  .account-menu__burger_menu.active {
    display: block;
  }
  .account-menu__burger_btn {
    display: block;
    width: 34px;
    height: 50px;
    position: absolute;
    top: 53px;
    right: 30px;
    transform: translateY(-50%);
    background-color: transparent;
    cursor: pointer;
  }
  .account-menu__link, .account-menu__link_1 {
    border: 0;
  }
  .account-menu__link .notification {
    font-size: 18px;
    padding-top: 23px;
  }
  .account-menu__num {
    top: 30px;
    right: 38px;
  }
  .account-menu__link .menu-link{
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    font-size: 22px;
  }
  .account-menu__link_1 {
    background-color: #000;
  }
  .account-menu__link_1 .menu-link{
    padding-top: 40px;
    padding-bottom: 40px;
    color: #fff;
  }
  .account-menu__link .n-l{
    padding-left: 32px;
  }
  .modal__close {
    margin-top: 15px;
  }
  .modal__close p {
    font-size: 16px;
  }
}
