@charset "UTF-8";

.btn, .btn-red, .btn-black, .btn-black_2, .btn-white, .btn-filter, .btn-search, .btn-add, .mess__link, .tab__btn, .tab__header_2 .tab__btn {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-family: "FuturaBookDemiC";
  font-size: 17px;
  font-weight: 500;
}

@media (max-width: 640px) {
  .btn, .btn-red, .btn-black, .btn-black_2, .btn-white, .btn-filter, .btn-search, .btn-add, .mess__link, .tab__btn, .tab__header_2 .tab__btn {
    font-size: 20px;
  }
}
::-webkit-scrollbar {
  width: 15px;
  height: 8px;
  background-color: #ffffff85;
}
::-webkit-scrollbar-thumb {
  background-color: #969696;
  border: 1px solid white;
}
::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
background-color: #F5F5F5;
}

.none {
  display: none !important;
}

input[type=text], input[type=submit], textarea, input[type=button], input[type=email], input[type=tel]{
  -webkit-appearance: none;
  border-radius: 0;
}

.mobile-menu__link{
  display: none;
}

.profile__input, .profile__input_2, .profile__textarea, .search-input, .modal__textarea {
  background: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: normal;
  letter-spacing: normal;
  outline: 0;
  font-weight: normal;
  font-family: "FuturaBookC";
}

.profile__input:focus, .profile__input_2:focus, .profile__textarea:focus, .search-input:focus, .profile__input:active, .profile__input_2:active, .profile__textarea:active, .search-input:active {
  outline: 0;
}

.profile-user-agreement {
    margin: 20px 0px 0px;
    max-width: 70%;
}
.profile-user-agreement label {
    font-size: 18px !important;
}
.profile-user-agreement label a {
    font-size: 18px;
}
.profile-user-agreement .checkbox + label::before {
    margin-right: 12px;
}

.swiper-button-next, .swiper-button-prev {
  position: inherit;
  margin: 0;
  color: transparent;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
  font-family: "FuturaBookC";
}

body {
  overflow-x: hidden;
  background-color: #fff;
      min-width: 980px;
}

a {
  text-decoration: none;
}

ul, li {
  list-style-type: none;
}
h1, h2, h3 {
  font-family: "FuturaBookDemiC";
  font-weight: bold;
}
button {
  border-style: none;
  border-width: 0;
  outline: none;
}

button:focus {
  outline: none;
}

.container {
  max-width: 1245px;
  margin: 0 auto;
  padding: 0 15px;
}

.opikal_container {
  max-width: 1245px!important;
  margin: 0 auto;
  padding: 0 15px;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btn {
  border: 1px solid #000;
  color: #000;
  background-color: #fff;
}

.btn:active, .btn:hover {
  color: #ffffff;
  background-color: #000;
}

.btn-red {
    border: 1px solid #000;
    color: #fff;
    background-color: #ff0000;
    padding: 12px 22px;
    line-height: 1.2em;
    min-width: 185px;
    border-radius: 5px;
}
.btn-delete-position-models-ok, .btn-delete-position-models-return {
    margin-top: 24px;
    margin-left: 24px;
}
.btn-delete-position-models-cancel {
    min-width: 185px;
}
.btn-win {
    margin-top: 20px;
    margin-bottom: 8px;
}
.tr-commerce-checkbox-ok, .tr-commerce-checkbox-back {
    margin: 19px 14px 0px;
}
.offer-form .btn-red {
    width: 180px;
    margin-top: 14px;
    margin-bottom: 20px;
}

.btn-red:hover {
    border: 1px solid #ff0000;
    outline: 1px solid #ff0000;
  color: #ff0000;
  background-color: #fff;
}

.btn-red.disabled {
  color: #fff !important;
  border-color:  #000 !important;
  background-color: #f00 !important;
  cursor:  default !important;
  opacity:  0.2;
}

.btn-black {
  border: 2px solid #000 !important;
  color: #000;
  background-color: #fff;
  padding: 12px 28px;
      line-height: 1.18em;
          border-radius: 5px;
}
.btn-black-edit {
  margin-right: 37px;
}
.btn-grey {
    background: #656565;
    border: 1px solid #000 !important;
    color: #fff;
}

.btn-black:hover {
  color: #fff;
  background-color: #000;
}

.save-offer.disabled {
  color: #000 !important;
  border-color:  #000 !important;
  background-color: #fff !important;
  cursor:  default !important;
  opacity:  0.2;
}

.btn-black_2 {
  border: 1px solid #000;
  color: #000;
  background-color: #fff;
  padding: 10px 50px;
}

.btn-black_2:hover {
  border: 1px solid #000;
  color: #fff;
  background-color: #000;
}

.btn-white {
  border: 2px solid #fff;
  color: #fff;
  background-color: transparent;
  padding: 11px 28px;
}

.btn-white:hover {
  border: 2px solid #ff0000;
  color: #ff0000;
}

.btn-filter {
    border: 1px solid #959595;
    background-color: #fff;
    color: #959595;
    padding: 10px 17px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 16.4px;
    font-weight: 500;
    font-family: "FuturaBookC";
}

.btn-filter:hover, .btn-filter-active {
  border: 1px solid #000;
  color: #fff;
  background-color: #000;
}

.btn-search {
  border: 1px solid #000;
  color: #fff;
  background-color: #ff0000;
  padding: 8px 50px;
  margin-left: 25px;
}

.red {
  border: 1px solid transparent;
}

.red:hover {
  border: 1px solid #000;
  background-color: #eb0000;
  color: #fff;
}

.check-component-wrap {
    display: flex;
    justify-content: space-between;
}
.check-component-head {
    margin: -15px 0px 8px;
}
.check-component-wrap .btn-black {
    margin-right: 30px;
    border-radius: 4px;
}
.check-component-wrap .btn-black:hover {
    background: #292929;
}
.check-component-wrap .btn-red {
    margin-right: 5px;
    border-radius: 4px;
}
.check-component-wrap .title-popup {
    width: 376px;
    left: calc(50% - 187px);
}
.btn-black-active {
  border: 1px solid #000;
  color: #fff;
  background-color: #000;
}
.btn-black-active:hover {
  color: #000;
  background-color: #fff;
}
.btn-black-active.disabled {
  color: #fff;
  background-color: #000;
  cursor:  default;
  opacity:  0.2;
}

.btn-add {
  border: 1px solid #000;
  color: #fff;
  background-color: #000;
  font-family: "FuturaBookDemiC";
  font-size: 17px;
  font-weight: bold;
  padding: 10px 60px 10px 25px;
}

.btn-add:active, .btn-add:hover {
  color: #000;
  background-color: #fff;
}

.rools {
  position: absolute;
  top: 55%;
  right: -73px;
  width: 188px;
  height: 42px;
  background-color: #f6f6f8;
  border: 1px solid #f6f6f8;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.rools a {
  font-size: 16px;
  font-family: "FuturaBookDemiC";
  color: black;
  line-height: 1.4;
  display: block;
  padding: 10px 20px;
}

.rools:hover {
  background-color: transparent;
  border: 1px solid #ff0000;
}

.rools:hover a {
  color: #ff0000;
}

.rools .line-1 {
  top: 20px;
  right: 20px;
}

.rools .line-2 {
  top: 12px;
  right: 28px;
}

.label {
  font-size: 16px;
  font-family: "FuturaBookDemiC";
  color: rgba(20, 20, 25, 0.302);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.6;
}
.label-big {
    font-size: 18px;
}
.label-logo {
    margin-bottom: 9px;
}
.label-logo>span {
    text-transform: none;
    font-weight: 500;
}

.notification {
  font-size: 11px;
  font-family: "FuturaBookDemiC";
  color: red;
  text-transform: uppercase;
  position: absolute;
  top: 50px;
  right: -6px;
  cursor: pointer;
}

input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
  display: none;
}

.banner {
  margin-top: 54px;
  width: 100%;
  height: auto;
}

.banner img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.bg {
  background: url(/images/application-bg.jpg);
  background-size: cover;
  background-position: top;
  background-repeat: repeat-y;
  background-attachment: fixed;
  width: 100%;
}

.bg-l{
  background-size: contain;
}

.btn_red {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-family: "FuturaBookDemiC";
  font-size: 17px;
  font-weight: bold;
  display: block;
  width: 100%;
  height: 100%;
  border: solid 2px #ffffff;
  background-color: #ff0000;
  color: white;
  padding: 8px;
}

.btn_red:hover {
  border: solid 2px #ff0000;
  background-color: white;
  color: #ff0000;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0 30px;
}

.breadcrumbs__item {
  margin-right: 50px;
}

.breadcrumbs__item a {
    position: relative;
    font-size: 17px;
    font-family: "FuturaBookC";
    font-family: "FuturaBookC";
    font-weight: 100;
    color: #969696;
}

.breadcrumbs__item a img {
  width: 15px;
  height: 14px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  margin-right: 10px;
}

.breadcrumbs__item a:after {
      content: "";
    display: block;
    height: 2px;
    width: 12px;
    background: #a7a7a7;
    position: absolute;
    top: 50%;
    right: -30px;
}

.breadcrumbs__item:last-child a:after {
  display: none;
}

.nav__btn:hover, .provisioner__btn:hover, .possibility .provisioner__btn:hover {
  -webkit-transition-duration: 5ms;
  transition-duration: 5ms;
  background-color: transparent;
  border: 2px solid #ff0000;
}

.nav__btn:hover a, .provisioner__btn:hover a, .possibility .provisioner__btn:hover a {
  color: #ff0000;
}

.nav__icons_mess img, .nav__icons_notification img, .nav__icons_like img, .nav__icons_account img, .header__img img {
  width: 100%;
  height: auto;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  max-width: 1600px;
  margin: 0 auto;
  padding: 10px 35px 11px 25px;
}

.nav__burger {
  display: none;
}

.nav__logo {
    width: 232px;
    height: 82px;
    background: url(/images/logo.svg) no-repeat center center;
    background-size: 93%;
    display: block;
    margin-top: -2px;
}
.nav__logo:hover {
    opacity: 0.8;
}

.nav__logo a {
  width: 100%;
  height: 100%;
}

.nav__logo img {
  max-width: 100%;
  height: auto;
}

.nav__phone a {
  font-size: 19px;
  font-family: "FuturaBookDemiC";
  color: black;
  font-weight: bold;
  line-height: 1.45;
}

.nav__phone a:hover {
  color: #ff0000;
}

.nav__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: auto;
}

.nav__icons .nav__icon{
  margin-left: 30px;
}

.nav__icons .nav__icon:first-child{
  margin-left: 0;
}

.nav__icons_mess {
  width: 29px;
  height: auto;
}

.nav__icons_notification {
  width: 19px;
  height: auto;
  display: none;
}

.nav__icons_like {
  width: 24px;
  height: auto;
}

.nav__icons_like span {
  font-size: 13px;
  color: white;
  font-weight: bold;
  border-radius: 50%;
  background-color: red;
  text-align: center;
  padding-top: 1px;
  width: 16px;
  height: 16px;
  position: absolute;
  top: -16px;
  left: 13px;
}

.nav__icons_account {
  width: 20px;
  height: auto;
}

.nav__icons_mess a, .nav__icons_notification a, .nav__icons_like a, .nav__icons_account a {
  width: 100%;
  height: 100%;
  position: relative;
}

.nav__icons_mess a:hover, .nav__icons_notification a:hover, .nav__icons_like a:hover, .nav__icons_account a:hover {
  opacity: 0.6;
}

.nav__btn {
  border-width: 1px;
  border-color: black;
  border-style: solid;
  background-color: red;
  width: 205px;
  height: 40px;
}

.nav__btn a {
  display: block;
  font-size: 13px;
  font-family: "FuturaBookC";
  color: white;
  font-weight: bold;
  line-height: 1.65;
  padding: 8px 38px;
}

.nav__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 390px;
}
.top {
        border-bottom: 1px solid #CACACA;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu__link a {
    font-size: 18.4px;
    font-family: "FuturaBookC";
    font-weight: 300;
    color: #3e3e3e;
    line-height: 1.65;
    margin-right: 45px;
}

.menu__link a:hover, .menu__link_act a {
  color: #ff0000;
}

.header__bg {
  background-image: url(/images/header-bg.jpg);
  width: 100%;
  max-height: 859px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  position: relative;
}

.header__content {
  padding: 150px 0;
}

.header__img {
  margin-bottom: 20px;
  width: 324px;
  height: auto;
}

.header__title {
  font-size: 49px;
  font-family: "FuturaBookDemiC";
  color: white;
  font-weight: bold;
  line-height: 1.111;
  width: 830px;
}

.header__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 550px;
  margin-top: 65px;
}

.line-1 {
  background-color: #ff0000;
  width: 19px;
  height: 3px;
  position: absolute;
  top: 26px;
  right: 30px;
}

.line-2 {
  background-color: #ff0000;
  height: 19px;
  width: 3px;
  position: absolute;
  top: 18px;
  right: 38px;
}

.customer p, .provisioner p {
  display: block;
  font-size: 19px;
  font-family: "FuturaBookC";
  color: white;
  line-height: 1.45;
  margin-bottom: 15px;
}

.provisioner__btn {
  background-color: transparent;
  border-width: 2px;
  border-color: white;
  border-style: solid;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.provisioner__btn a {
  font-size: 17px;
  font-family: "FuturaBookC";
  color: white;
  font-weight: bold;
  line-height: 1.65;
  display: block;
  padding: 6px 26px;
}

.nav__btn:hover, .provisioner__btn:hover, .possibility .provisioner__btn:hover {
  background-color: transparent;
  border: 2px solid #ff0000;
}

.nav__btn:hover a, .provisioner__btn:hover a, .possibility .provisioner__btn:hover a {
  color: #ff0000;
}

.equipment {
  width: 100%;
  padding-top: 95px;
  padding-bottom: 110px;
  background-color: #fcfcfc;
  background-image: url(/images/eq-bg.jpg);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}

.equipment__container {
  max-width: 1255px;
  margin: 0 auto;
  padding: 0 15px;
}

.equipment__title {
  font-size: 49px;
  font-family: "FuturaBookDemiC";
  color: black;
  font-weight: 400;
  line-height: 1;
}

.equipment__content {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.equipment__box {
  height: 157px;
  width: 28%;
  /*cursor: pointer;*/
}
.equipment__box.modal-trigger {
    cursor: pointer;
}

.equipment__box_content {
  padding-top: 45px;
  width: 100%;
  min-height: 117px;
  border-bottom: 1px solid #111111;
  position: relative;
}

.equipment__box_content a {
  font-size: 20px;
  font-family: "FuturaBookC";
  color: #111111;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0.3px;
}

.equipment__box_content-last {
  padding-top: 45px;
  width: 80%;
  height: 117px;
}

.equipment__box_content-last p {
  font-size: 20px;
  font-family: "FuturaBookC";
  color: #111111;
  line-height: 1.4;
  font-weight: 500;
}

.equipment__box:hover .equipment__box_content {
  background-color: #ff0000;
  border: 0;
  width: calc(100% + 50px);
  height: 147px;
  padding-top: 45px;
  padding-bottom: 20px;
  padding-left: 50px;
  margin-bottom: 10px;
  margin-left: -50px;
}

.equipment__box:hover .equipment__box_content a {
  color: #fff;
  font-weight: 400;
}

.equipment__box:hover .plus-1, .equipment__box:hover .plus-2 {
  display: block;
}

.equipment__btn {
  font-size: 20px;
  font-family: "FuturaBookC";
  color: #ff0000;
  line-height: 1.4;
  text-decoration: underline;
  font-weight: 500;
  cursor: pointer;
}

.plus-1, .plus-2 {
  display: none;
  background-color: #fff;
  position: absolute;
}

.plus-1 {
  width: 3px;
  height: 23px;
  top: 50px;
  right: 60px;
}

.plus-2 {
  width: 23px;
  height: 3px;
  top: 60px;
  right: 50px;
}

.possibility {
  width: 100%;
  position: relative;
  padding-top: 105px;
  padding-bottom: 115px;
}

.possibility .justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.possibility__content {
  width: 520px;
}

.possibility__content_grey {
  position: absolute;
  background-color: #f4f4f4;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
}

.possibility__content_grey-right {
  position: absolute;
  background-color: #f4f4f4;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
}

.possibility__title {
  font-size: 47px;
  font-family: "FuturaBookDemiC";
  color: #141419;
  font-weight: bold;
  line-height: 1.001;
}

.possibility__slider {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 500px;
  height: 250px;
}

.possibility__slider-item {
  width: 100%;
  height: 100%;
}

.possibility__slider-item li {
  font-size: 17px;
  color: black;
  line-height: 1.385;
  position: relative;
  padding-left: 50px;
  font-weight: 300;
  margin-bottom: 25px;
}

.possibility__slider-item li:before {
  content: "";
  display: block;
  width: 26px;
  height: 2px;
  background-color: #ff0000;
  position: absolute;
  top: 10px;
  left: 0;
}

.possibility__slider-item li:last-child {
  margin-bottom: 0;
}

.possibility__slider_1, .possibility__slider_2 {
  width: 100%;
  height: 100%;
}

.possibility__prev_1, .possibility__next_1, .possibility__prev_2, .possibility__next_2, .modal-slider__next, .modal-slider__prev {
  width: 43px;
  height: 42px;
  border-radius: 50%;
  background-size: cover;
  cursor: pointer;
}

.possibility__prev_1, .possibility__prev_2, .modal-slider__prev {
  background-image: url(/images/prev.png);
}

.possibility__next_1, .possibility__next_2, .modal-slider__next {
  background-image: url(/images/next.png);
}

.possibility .provisioner__btn {
  border-color: #000;
}

.possibility .provisioner__btn a {
  color: #000;
}

.possibility__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.possibility__text {
  font-size: 20px;
  font-family: "FuturaBookC";
  color: black;
  line-height: 1.4;
  margin-top: 20px;
  margin-bottom: 50px;
}

.possibility__text-light {
  font-size: 16px;
  font-family: "FuturaBookC";
  color: rgba(20, 20, 25, 0.502);
  font-weight: 500;
  line-height: 1.5;
  margin-top: 40px;
}

.possibility__text-light_2 {
  font-size: 12px;
  font-family: "FuturaBookC";
  color: rgba(20, 20, 25, 0.502);
  font-weight: bold;
  line-height: 2.5;
  margin-bottom: 55px;
}

.possibility__form {
  margin-top: 40px;
  width: 475px;
}

.possibility__form input {
  width: 100%;
  display: block;
  border: 0;
  padding-bottom: 20px;
  border-bottom: 2px solid #141419;
  margin-bottom: 22px;
  font-size: 18px;
  font-family: "FuturaBookC";
  color: #141419;
  line-height: 1.2;
}

.possibility__form input::-webkit-input-placeholder {
  font-size: 18px;
  font-family: "FuturaBookC";
  color: rgba(20, 20, 25, 0.302);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
}

.possibility__form input:-ms-input-placeholder {
  font-size: 18px;
  font-family: "FuturaBookC";
  color: rgba(20, 20, 25, 0.302);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
}

.possibility__form input::-ms-input-placeholder {
  font-size: 18px;
  font-family: "FuturaBookC";
  color: rgba(20, 20, 25, 0.302);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
}

.possibility__form input::placeholder {
  font-size: 18px;
  font-family: "FuturaBookC";
  color: rgba(20, 20, 25, 0.302);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
}

.possibility__btns {
  width: 410px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.slider-btns {
  margin-left: 56px;
}

.grey-right {
  right: 0;
}

.content-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav__burger {
  position: relative;
  width: 36px;
  height: 27px;
  cursor: pointer;
  z-index: 1;
}

.nav__burger:hover .menu-line, .nav__burger:active .menu-line {
  background-color: #ff0000;
}

.nav__burger.active .menu-line_1 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 12px;
}

.nav__burger.active .menu-line_2 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav__burger.active .menu-line_3 {
  display: none;
}

.menu-line {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background: #141419;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.menu-line_2 {
  top: 12px;
}

.menu-line_3 {
  top: 24px;
}

.modal,
.modal-box {
  z-index: 1000000;
}

.modal-sandbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
}
.modal-confirm {
  text-align: center;
}
#modal-place .modal-body .modal-confirm-small {
    font-size: 17px;
    color: #9d9d9d;
    margin: 26px 0px 10px;
    line-height: 1.5em;
}

.modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: black;
  background: rgba(0, 0, 0, 0.8);
  overflow: auto;
}

.modal-content {
  display: none;
}

.modal-content__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin: 20px 0 30px 0;
}

.modal-content__box {
  width: 49%;
}

.modal-content__inputs {
  position: relative;
}

.modal-content__inputs_error {
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  padding: 6px 36px;
  background-color: #ff0000;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  z-index: 2;
}

.modal-content__btn {
  margin: 10px 0;
  width: 100%;
}

.modal-content__btn_login {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 25px auto 50px auto;
}

.modal-content__text {
  font-size: 19px;
  font-weight: 500;
  font-family: "FuturaBookDemiC";
  color: #000;
}
.modal-offer .modal-content__text {
    margin-top: 14px;
    font-size: 20px;
}

.modal-content__text a {
  display: inline-block;
  color: #ff0000;
  text-decoration: underline;
  letter-spacing: 0.6px;
}

.modal__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 40px;
}

.modal__container {
  margin: 5vh auto 4vh auto;
  width: 820px;
  height: auto;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  position: relative;
}

.modal__container_2 {
  width: 1120px;
}

.modal__close_1, .modal__close_2 {
  position: absolute;
  top: 5px;
  right: 0;
  width: 20px;
  height: 3px;
  background: #141419;
}

.modal__close_1 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal__close_2 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modal__close p {
         display: block;
    padding-right: 28px;
    font-family: "FuturaBookC";
    font-size: 14px;
    color: #141419;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: right;
    /* padding-top: 5px; */
    margin-top: -2px;
    letter-spacing: 0.5px;
}

.modal__subtitle {
  font-size: 15px;
  color: black;
  font-family: "FuturaBookC";
  line-height: 1.2;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}

.modal__subtitle span {
  text-transform: uppercase;
}

.modal__title {
  font-size: 33px;
  color: #141419;
  font-weight: bold;
  font-family: "FuturaBookDemiC";
  line-height: 1;
  width: 100%;
  text-align: center;
}
.modal__title__small {
    font-size: 29.5px;
}
.modal__subtitle {
    font-size: 31px;
    color: #141419;
    font-weight: bold;
    font-family: "FuturaBookDemiC";
    line-height: 1;
    width: 100%;
    text-align: center;
}
.modal__ul {
    text-align: left;
    padding: 0px 25px 0px 92px;
    margin: 27px 0px 0px;
    font-size: 19px;
    list-style-type: disc;
}
.modal__ul li {
    margin-bottom: 20px;
    list-style-type: disc;
    padding-left: 2px;
}

.modal-login .modal__title {
  font-size: 45px;
}

.modal__link {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
  color: #ff0000;
  margin-left: 3px;
  margin-right: 3px;
}

.modal__text {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 500;
  color: #a6a6a7;
  width: 100%;
  text-align: center;
}

.modal__text span {
  color: #ff0000;
}

.modal-box {
  position: relative;
  width: 80%;
  background-color: #fff;
  max-width: 1120px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  border-radius: 4px;
}

.modal__close{
  position: relative;
  cursor: pointer;
  z-index: 2;
}

.modal-header {
  padding: 10px 10px 0 10px;
  background: #fff;
  color: #000;
}

.modal-body {
  background: #fff;
  padding: 25px 50px 25px 50px;
}

.modal-body_reg {
  padding-bottom: 15px;
}

.modal-body-request {
    text-align: center;
    padding: 0px 20px 28px;
    font-size: 21px;
}
.modal .modal-body-request .btn-red {
    display: inline-block;
    width: auto;
    margin-top: 22px;
    margin-bottom: 11px;
    font-size: 18px;
    letter-spacing: 0.1px;
    border: 2px solid transparent;
    padding: 11px 30px;
}
.modal-body-request p {
    margin-bottom: 15px;
}
.modal-body-request .modal__title {
    margin-bottom: 35px;
    font-size: 30px;
}
.modal-body-request i {
    width: 50px;
    height: 50px;
    background: url(/images/crying.svg) no-repeat center center;
    display: inline-block;
    background-size: contain;
}
.modal-body-request .modal-body-success {
    width: 100px;
    height: 100px;
    margin: -22px 0px 0px 0px;
}
.modal-body-request .modal-body-request-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    margin-top: 21px;
}

.modal-body-request-download {
    text-align: center;
    padding: 17px 20px 17px;
    font-size: 21px;
    line-height: 1.35em;
}
.modal-body-request-download strong {
    font-size: 20px;
}
.modal-body-request-download .modal-body-request-download-info {
    margin-top: 20px;
}
#modal-request-download .modal-body-request-download .btn-red {
    display: inline-block;
    width: auto;
    margin-top: 34px;
    margin-bottom: 19px;
    font-size: 18px;
    letter-spacing: 0.1px;
    border: 2px solid transparent;
    padding: 11px 30px;
    min-width: 270px;
}
.modal-body-request-link-wrap span {
    font-family: "FuturaBookDemiC";
}

.modal-body-remind {
    text-align: center;
    padding: 0px 20px 28px;
    font-size: 23px;
    line-height: 1.3em;
}
.modal .modal-body-remind .btn-red {
    display: inline-block;
    width: auto;
    margin-top: 8px;
    font-size: 18px;
    letter-spacing: 0.1px;
    border: 2px solid transparent;
    padding: 11px 30px;
}
.modal-body-remind p {
    margin-bottom: 13px;
}
.modal-body-remind .modal__title {
    margin-bottom: 25px;
    font-size: 30px;
}
.modal-body-remind i {
    width: 54px;
    height: 54px;
    background: url(/images/winking.svg) no-repeat center center;
    display: inline-block;
    background-size: contain;
}
.modal-body-remind .modal-body-remind-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
}

.modal-reg {
  max-width: 730px;
  transform: translate(-50%, -49%);
}

.modal-reg .modal-content__btn {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.modal-trigger {
  -webkit-transition: ease .2s;
  transition: ease .2s;
}

.modal-trigger button {
  top: 50%;
  left: 50%;
  padding: 20px 40px;
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  text-decoration: none;
}

/* --- Registration --- */

.modal-registration {
  width: 420px;
}
.modal-registration .modal-content__box {
  width: 100%;
}
.modal-registration .modal-content__btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.modal-registration .modal__close p {
    color: #a6a6a7;
}
.modal-registration .modal__title {
    font-size: 35px;
}
.registration-types {
    margin: 30px 0px 22px;
}
.registration-types-wrapper {
    width: 300px;
    margin: 0px auto 0px;
    padding: 4px 0px 6px;
}
.registration-type {
    background: #f1f1f1;
    padding: 13px 0px 12px;
    font-size: 21px;
    color: #141419;
    font-weight: bold;
    font-family: "FuturaBookDemiC";
    text-align: center;
    transition: all 0.15s ease 0s;
    margin-bottom: 6px;
}
.registration-type:hover {
    color: #fff;
    background: #f00;
    cursor: pointer;
}

/* --- // --- */

.modal-login {
  width: 400px;
}

.modal-login .modal-content__box {
  width: 100%;
}

.modal-login .btn-red, .modal-forgot .btn-red, .modal-reg .btn-red {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 1px solid transparent;
}

.modal-login .btn-red:hover, .modal-reg .btn-red:hover {
  padding-top: 11px;
  padding-bottom: 11px;
  border: 2px solid #ff0000;
}

.modal-login .modal-content__btn_login {
  margin: 30px auto 10px auto;
}
.modal-login .modal-content__btn_login a:first-child {
  margin-bottom: 20px;
}
.modal-offer {
  width: 720px;
}

.modal-offer .modal__title {
    text-align: left;
    font-size: 37px;
    line-height: 1.1em;
    margin-bottom: 45px;
    margin-top: -8px;
}

.modal-offer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 35px;
}

.modal-offer__row a {
  display: inline-block;
  font-size: 18px;
  color: #141419;
  position: relative;
  padding-left: 40px;
  width: 50%;
  margin-bottom: 32px;
}

.modal-offer__row a img {
  width: 27px;
  height: 27px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  margin-right: 18px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.modal-offer__row a:hover {
  color: #ff0000;
}

.input {
  background: none;
  border: none;
  border-bottom: 2px solid #141419;
  width: 100%;
  height: 34px;
  margin-top: 30px;
  font-family: inherit;
  font-size: 18px;
  font-weight: normal;
  font-family: "FuturaBookC";
  color: #141419;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: normal;
  letter-spacing: normal;
  outline: 0;
}

.input_invalid{
  display: none;
  background-color: #ff0000;
  color: #fff;
  font-size: 13px;
  text-transform: lowercase;
  letter-spacing: 1px;
  font-weight: 400;
  padding: 4px 10px;
  position: absolute;
  bottom: -22px;
  right: 0;
  z-index: 1;
}

.modal-content__inputs_red .input_invalid{
  display: block;
}

.input.error {
  border-color: #ff0000;
}

.input.valid {
  border-color: #169F13;
}

.tech__row.invalid .tech-char {
    display: none !important;
}

.modal .placeholder {
  position: absolute;
  top: 30px;
  left: 0;
  font-size: 18px;
  font-weight: 500;
  font-family: "FuturaBookC";
  color: rgba(20, 20, 25, 0.302);
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  pointer-events: none;
  background: none;
}

.placeholder span {
  color: #ff0000;
}

.textarea {
  margin-top: 4px;
  padding-top: 30px;
  padding-left: 18px;
  height: 90px;
  background: #f2f2f2;
  border: 0;
  font-family: inherit;
  font-size: 18px;
  font-weight: normal;
  font-family: "FuturaBookC";
  color: #141419;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: normal;
  letter-spacing: normal;
  outline: 0;
  resize: none;
  border: 1px solid transparent;
}

.modal .textarea-placeholder {
  position: absolute;
  left: 18px;
  top: 66px;
  font-size: 18px;
  font-family: "FuturaBookC";
  color: rgba(20, 20, 25, 0.302);
  font-weight: bold;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  pointer-events: none;
}

.textarea-placeholder span {
  color: #ff0000;
}

.textarea_error {
  bottom: 4px;
}

.agreement {
  margin-bottom: 30px;
  position: relative;
}
.agreement a:hover {
    opacity: 0.8;
}

.agreement label {
  font-size: 16px;
  font-weight: 500;
  color: #a6a6a7;
}
.agreement.agreement-main label {
    font-size: 16px;
    line-height: 1.7em;
}

@media all and (min-width: 641px) and (max-width: 855px) {
  .modal__container {
    width: 95%;
    height: auto;
  }
}

@media all and (min-width: 0) and (max-width: 730px) {
  .modal__container {
    margin: 0;
    width: 100%;
    height: auto;
  }
  .modal__row {
    margin-bottom: 20px;
  }
  .modal__subtitle {
    margin: 0 0 5px 0;
  }
  .modal__link {
    font-size: 22px;
  }
  .modal-content__box {
    width: 100%;
  }
  .modal-content__inputs {
    margin-bottom: 10px;
  }
  .modal-content__btn_login {
    margin: 15px auto;
  }
  .modal__text {
    margin-top: 0;
  }
  .modal-reg {
    width: 100%;
  }
  .registration-form {
    padding-left: 20px;
    padding-right: 20px;
  }
  .agreement label {
    font-size: 22px;
  }
  .placeholder {
    font-size: 22px;
  }
  .textarea-placeholder {
    font-size: 22px;
  }
  .input {
    height: 44px;
  }
  .textarea {
    height: 150px;
  }
  .textarea-placeholder {
    top: 115px;
  }
}

.modal .placeholder-act {
  font-size: 14px;
  top: 10px;
}

.desk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      margin-bottom: 20px;
}

.desk__img {
    width: 500px;
    height: 500px;
    background: #a9a9a9;
    box-shadow: 0px 0px 8px #dfdfdf;
}

.desk__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.desk__form {
    width: 50%;
    padding-left: 58px;
}

.desk__title {
         font-size: 39px;
    font-family: "FuturaBookDemiC";
    color: #010101;
    font-weight: bold;
    margin-bottom: 26px;
    line-height: 1.1em;
    min-height: 42px;
}
#modal-provider-image-with-form .desk__title {
  font-size: 25px;
}

#modal-image-comment .desk__title {
  font-size: 18px;
  font-family: "FuturaBookDemiC";
  font-weight: bold;
  min-height: initial;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 1em;
}

.desk__name {
      font-size: 19.4px;
    font-family: "FuturaBookC";
    color: #141419;
    margin-bottom: 20px;
    margin-top: 0;
    border: 0;
    /* background: #f2f2f2; */
    padding: 0px 0px 11px;
    border-bottom: 2px solid #000;
    height: auto;
    outline: none;
}

.desk__input {
        width: 100%;
    height: 291px;
    background-color: #f2f2f2;
    padding: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    font-family: "FuturaBookC";
    color: #141419;
    line-height: 1.444;
    border-bottom: 2px solid #000;
}

.desk__input::-webkit-input-placeholder {
  font-size: 18px;
  font-family: "FuturaBookC";
  color: #141419;
  line-height: 1.444;
}

.desk__input:-ms-input-placeholder {
  font-size: 18px;
  font-family: "FuturaBookC";
  color: #141419;
  line-height: 1.444;
}

.desk__input::-ms-input-placeholder {
  font-size: 18px;
  font-family: "FuturaBookC";
  color: #141419;
  line-height: 1.444;
}

.desk__input::placeholder {
  font-size: 18px;
  font-family: "FuturaBookC";
  color: #141419;
  line-height: 1.444;
}

.profile__input, .profile__input_2, .profile__textarea, .search-input {
  background: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: normal;
  letter-spacing: normal;
  outline: 0;
  font-weight: normal;
  font-family: "FuturaBookC";
}

.profile__input:focus, .profile__input_2:focus, .profile__textarea:focus, .search-input:focus, .profile__input:active, .profile__input_2:active, .profile__textarea:active, .search-input:active {
  outline: 0;
}

.input-upload_img, .input-upload_doc {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.input-upload + label {
  position: relative;
  display: inline-block;
  padding: 8px 30px 8px 30px;
  background-color: #000;
  font-size: 16px;
  font-family: "FuturaBookC";
  color: white;
}

.input-upload + label .p {
  font-size: 16px;
  font-family: "FuturaBookC";
  color: white;
  padding-left: 23px;
}
.input-upload + label .p-plan {
    font-size: 19px;
}
.input-upload + label img {
  width: 17px;
  height: 15px;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 10px;
  left: 24px;
}

.input-upload:focus + label,
.input-upload + label:hover {
  background-color: #ff0000;
  cursor: pointer;
}

.checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
  cursor: pointer;
}

.checkbox + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 17px;
  color: #141419;
  cursor: pointer;
  position: relative;
}

.checkbox + label::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid #000;
  border-radius: 0.4rem;
  margin-right: 15px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}

.checkbox:checked + label::after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 2px;
    margin-top: 0px;
    top: 0%;
    background-image: url(/images/check.png);
}
.employee__item_row .checkbox:checked + label::after {
    margin-top: -2px;
}
.employee__item_row-inline {
    display: block;
    position: relative;
    padding-right: 60px;
}
.employee-access {
    width: 100%;
    position: absolute;
    right: 0px;
    top: -6px;
    display: flex;
    align-self: flex-end;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    font-family: "FuturaBookC";
    font-size: 15.4px;
    line-height: 1em;
    font-weight: normal;
    border-radius: 5px;
    padding: 2px 2px 2px 8px;
    border: 1px solid #000;
    color: #fff;
    background-color: grey;
    margin: 11px 0 0px 0px;
    z-index: 1000;
    width: 147px;
}
.employee-access-hide {
    display: none;
}
.employee-access-select {
    width: auto;
    min-width: 56px;
    margin: 0px;
    height: 36px;
    padding: 0px 4px;
    border-radius: 4px;
    border: 1px solid #000;
    font-size: 15px !important;
}
#suppl-offer .checkbox:checked + label::after {
    top: 50%;
    margin-top: -11px;
}

.radio input[type="radio"]:checked,
.radio input[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.radio input[type="radio"]:checked + label,
.radio input[type="radio"]:not(:checked) + label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding-left: 30px;
  font-size: 19px;
}

.radio input[type="radio"]:checked + label:before,
.radio input[type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #000;
  background-color: #ffffff;
  border-radius: 50%;
  width: 17px;
  height: 17px;
}

.radio input[type="radio"]:checked + label:after,
.radio input[type="radio"]:not(:checked) + label:after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  left: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #ff0000;
}

.radio input[type="radio"]:not(:checked) + label:after {
  opacity: 0;
}

.radio input[type="radio"]:checked + label:after {
  opacity: 1;
}

.radio input[type="checkbox"]:checked,
.radio input[type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.radio input[type="checkbox"]:checked + label,
.radio input[type="checkbox"]:not(:checked) + label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding-left: 29px;
    font-size: 18px;
}

.radio input[type="checkbox"]:checked + label:before,
.radio input[type="checkbox"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #000;
  background-color: #ffffff;
  border-radius: 50%;
  width: 17px;
  height: 17px;
}

.radio input[type="checkbox"]:checked + label:after,
.radio input[type="checkbox"]:not(:checked) + label:after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  left: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #ff0000;
}

.radio input[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
}

.radio input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
.account {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #fff;
}

.account__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.account__selection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 375px;
}

.account__box {
  margin-top: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 60px;
}

.account__title {
  font-family: "FuturaBookDemiC";
  font-size: 66px;
  color: black;
  font-weight: bold;
  margin-top: 35px;
}

.account__aside {
   width: 300px;
   min-width: 300px;
}
.account__aside nav {
    margin-bottom: 60px;
}

.account__content {
  margin-left: 60px;
  width: 100%;
  max-width: 855px;
}

.account-menu {
  width: 100%;
  background-color: transparent;
}

.account-menu__link {
  width: 100%;
  display: flex;
  position: relative;
}

.account-menu__link::after {
  width: 100%;
  display: flex;
  position: absolute;
  border-bottom: 1px solid #111111;
  content: '';
}

.account-menu__link:first-child::after,
.account-menu__link.left-link-act::after,
.account-menu__link.left-link-act + .account-menu__link:after,
.account-menu__link:hover::after,
.account-menu__link:hover + .account-menu__link:after {
  display: none;
}

.account-menu__link__num, .account-menu__link .menu-link{
  color: #111111;
  font-size: 20px;
  font-weight: 500;
  display: block;
}

.account-menu__link .menu-link {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 50px;
    padding-bottom: 27px;
    font-size: 22px;
    font-weight: normal;
    white-space: nowrap;
    transition: all 0.15s ease 0s;
}

.account-menu__link .menu-link_w{
  width: 115px;
}

.account-menu__link .notification{
  position: initial;
  padding-top: 50px;
}

.account-menu__link:hover, .account-menu__link:hover .account-menu__num{
  background-color: #000;
  color: #fff;
}

.account-menu__link:hover .menu-link{
  background-color: #000;
  color: #fff;
  padding-left: 20px;
}

.account-menu__link:hover .n-l{
  padding-left: 30px;
}

.account-menu__link_1 {
  border-top: 1px solid #111111;
  position: relative;
}

.left-link-act{
  background-color: #000;
}
.left-link-act .menu-link, .left-link-act .account-menu__num{
  color: #fff;
}
.left-link-act .menu-link{
  padding-left: 20px;
}

.account-menu__num {
    position: absolute;
    top: 51.5px;
    right: 5px;
    color: #111111;
    font-size: 20px;
    font-weight: 500;
}

.account-menu__burger_btn {
  display: none;
}

.account__rools {
  position: fixed;
  top: 425px;
  right: -112px;
  width: 280px;
  height: 44px;
  background-color: transparent;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.account__rools .btn-add {
    border: 1px solid #a9a9a9;
}

.account__rools .line-1 {
  top: 20px;
  right: 21px;
}

.account__rools .line-2 {
  top: 12px;
  right: 29px;
}

.burger-line_1, .burger-line_2{
  position: absolute;
  top: 50%;
}

.burger-line_1 {
  right: 0;
  width: 18px;
  height: 3px;
  background: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: rotate(-40deg) translateY(-50%);
  transform: rotate(-40deg) translateY(-50%);
}

.burger-line_2 {
  right: 13px;
  width: 18px;
  height: 3px;
  background: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: rotate(40deg) translateY(-50%);
  transform: rotate(40deg) translateY(-50%);
}

.profile {
      border: 1px solid #000000;
    padding: 33px 57px 33px 53px;
    width: 100%;
    background-color: #fff;
    border-top: 0;
}

.profile:first-child {
  border-top: 1px solid #000000;
}

.profile__title {
  font-size: 27px;
  font-weight: 500;
  color: #141419;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.profile__photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 25px;
  border-bottom: 1px solid #efefef;
  position: relative;
}

.profile__photo_img img{
  margin-right: 45px;
  width: auto;
  height: 120px;
  max-width: 200px;
}
.profile__photo_img_loading {
    position: relative;
}
.profile__photo_img_loading:after {
        content: '';
    width: 36px;
    height: 36px;
    background: url(/images/loading.gif) no-repeat center center;
    -o-background-size: contain !important;
    -webkit-background-size: contain !important;
    -khtml-background-size: contain !important;
    -moz-background-size: contain !important;
    background-size: contain !important;
    margin: 0px auto 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -37px;
}

.profile__photo_img .img-empty{
  margin-right: 45px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  background: url(/images/profile.jpg) no-repeat center center;
}

.profile__item {
  width: 100%;
  border-bottom: 1px solid #efefef;
  padding-top: 39px;
  padding-bottom: 10px;
}
.profile__item input[disabled] {
    opacity: 0.4;
}

.profile__input {
  font-size: 19px;
  font-family: "FuturaBookC";
  color: #141419;
  width: 100%;
  padding-top: 10px;
}

.profile__input::-webkit-input-placeholder {
  font-size: 17px;
  font-weight: 400;
  color: rgba(20, 20, 25, 0.502);
}

.profile__input:-ms-input-placeholder {
  font-size: 17px;
  font-weight: 400;
  color: rgba(20, 20, 25, 0.502);
}

.profile__input::-ms-input-placeholder {
  font-size: 17px;
  font-weight: 400;
  color: rgba(20, 20, 25, 0.502);
}

.profile__input::placeholder {
  font-size: 17px;
  font-weight: 400;
  color: rgba(20, 20, 25, 0.502);
}

.profile__input_2 {
  width: calc(100% - 27%);
  height: 35px;
  font-size: 17px;
  font-weight: 400;
  border-bottom: 1px solid #111111;
}

.profile__input_2::-webkit-input-placeholder {
  font-size: 17px;
  font-weight: 300;
  color: rgba(20, 20, 25, 0.502);
}

.profile__input_2:-ms-input-placeholder {
  font-size: 17px;
  font-weight: 300;
  color: rgba(20, 20, 25, 0.502);
}

.profile__input_2::-ms-input-placeholder {
  font-size: 17px;
  font-weight: 300;
  color: rgba(20, 20, 25, 0.502);
}

.profile__input_2::placeholder {
  font-size: 17px;
  font-weight: 300;
  color: rgba(20, 20, 25, 0.502);
}

.profile__upload {
  margin-top: 55px;
  margin-bottom: 50px;
}
.profile__upload-margin {
    margin-top: 30px;
    margin-bottom: 30px;
}

.profile__upload-label {
  font-size: 25px;
  color: #141419;
  font-weight: 500;
}

.profile__row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  position: relative;
}

.profile__row .label {
  width: 27%;
}

.profile__sub {
  width: 100%;
  background-color: #f1f1f1;
  margin-top: 41px;
  margin-bottom: 16px;
  padding: 30px 25px;
}

.profile__desc {
  margin: 25px 0 50px;
}
.profile__desc .explanation {
    height: 180px;
}

.profile__textarea, .modal__textarea {
  font-size: 19px;
  font-weight: normal;
  font-family: "FuturaBookC";
  color: #141419;
  width: 100%;
  height: 138px;
  border: 1px solid #000000;
  padding: 20px 20px 10px 20px;
}

.profile__textarea::-webkit-input-placeholder, .modal__textarea {
  font-size: 19px;
  color: rgba(20, 20, 25, 0.302);
  line-height: 1.286;
}

.profile__textarea:-ms-input-placeholder, .modal__textarea {
  font-size: 19px;
  color: rgba(20, 20, 25, 0.302);
  line-height: 1.286;
}

.profile__textarea::-ms-input-placeholder, .modal__textarea {
  font-size: 19px;
  color: rgba(20, 20, 25, 0.302);
  line-height: 1.286;
}

.profile__textarea::placeholder, .modal__textarea {
  font-size: 19px;
  color: rgba(20, 20, 25, 0.302);
  line-height: 1.286;
}

.modal__textarea{
  border-color: #c8c8c8;
  color: #222;
  margin: 25px 0;
}

.profile__submit {
  margin-top: 55px;
}
.profile__submit-edit-temp {
    margin-top: 35px;
}

.profile__submit a {
  margin-right: 19px;
}

.sub__list-item {
  margin-left: 28px;
  position: relative;
  font-size: 18px;
  color: black;
  line-height: 2.05;
}

.sub__sub-list {
  padding-left: 28px;
}

.sub-item {
  font-size: 16px;
}

.sub__btn {
  position: relative;
  margin-top: 0px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.sub__list + .sub__btn {
    margin-top: 29px;
}

.sub__btn .line-1 {
  top: 21px;
  right: 17px;
}

.sub__btn .line-2 {
  top: 13px;
  right: 25px;
}

.delete {
  content: '';
  background-image: url(/images/del.png);
  width: 18px;
  height: 18px;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 7px;
  left: -27px;
  transition: all 0.15s ease-out;
cursor: pointer;
}
.delete:hover {
    opacity: 0.7;
}
.upload-doc__file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 19px;
  font-family: "FuturaBookC";
  color: #141419;
  font-style: italic;
  font-weight: 300;
  margin-top: 28px;
  position: relative;
  width: fit-content;
}

.upload-doc__file-name {
    margin-left: 13px;
    font-size: 18px;
    font-family: "FuturaBookDemiC";
    font-weight: 300;
    color: #141419;
    font-style: normal;
    max-width: 533px;
    overflow: hidden;
    text-overflow: ellipsis;
      transition: all 0.15s ease-out;
}
.upload-doc__file-name:hover {
    color: red;
}
.task__block .upload-doc__file-name, .list__additional .upload-doc__file-name {
    max-width: 100%;
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 41px;
      width: 106%;
}

.gallery__item {
        width: 110px;
    height: 110px;
    margin-bottom: 19px;
    position: relative;
    margin-right: 18px;
    transition: all 0.2s ease-out;
    box-shadow: 0px 0px 5px #d3d3d3;
}
.gallery__item:hover {
    opacity: 0.8;
}

.gallery__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 110px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  z-index: 2;
}

.gallery .delete {
         left: auto;
    z-index: 3;
    right: -8px;
    top: -7px;
}

.offer__content {
  width: 100%;
}

.offer__content .list-item-has-remark {
  height: 20px;
  width: 20px;
  color: red;
  position: absolute;
  bottom: 22px;
  right: 50px;
}

.offer__content .list-item-corrected {
  height: 20px;
  width: 20px;
  color: red;
  position: absolute;
  bottom: 24px;
  right: 29px;
}

.offer__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 15px 0;
}

.search {
  width: 100%;
  margin-bottom: 20px;
}

.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: rgba(173, 173, 173, 0.45);
  padding: 27px;
}

.search-form .btn-border {
  margin-left: 25px;
}

.search-form__input {
  width: 100%;
  height: auto;
  position: relative;
}

.search__icon-1 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 10px;
  width: 18px;
  height: 18px;
  background-image: url(/images/search.png);
}

.search__icon-2 {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -2px;
  padding: 8px 0;
}

.search__icon-2 .p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.702);
}

.search__icon-2:hover .p {
  color: red;
}

.search__icon-2:hover .search__img {
  background-image: url(/images/search-2-hover.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.search__img {
  width: 20px;
  height: 17px;
  position: absolute;
  left: -24px;
  background-image: url(/images/search-2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.search-input {
  width: 100%;
  height: 100%;
  padding-left: 35px;
  padding-right: 160px;
  font-size: 18px;
  color: #000;
  background-color: white;
  border: 1px solid #000;
}

.search-input::-webkit-input-placeholder {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.302);
}

.search-input:-ms-input-placeholder {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.302);
}

.search-input::-ms-input-placeholder {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.302);
}

.search-input::placeholder {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.302);
}

.advanced-search {
  display: none;
}

.advanced-search.active {
  display: block;
}

.advanced-search .search-input {
  background: none;
  border: none;
  border-bottom: 2px solid black;
}

.box {
  width: 100%;
  border: 1px solid #000;
  background-color: #fff;
  padding: 52px 57px;
  position: relative;
  margin-top: -1px;
}
.box:first-child {
  margin-top: 0;
}
.box.closed {
  background-color: #dfdfdf;
  min-height: 235px;
}
.box.closed::after {
     content: 'Приём предложений завершен';
    color: rgba(255, 0, 0, 0.5);
    font-size: 17px;
    position: absolute;
    right: 10px;
    bottom: 90px;
    transform: rotateZ(-40deg);
    border: 10px double rgba(255, 0, 0, 0.5);
    border-radius: 5px;
    padding: 5px;
}

.box__notes {
  position: relative;
  margin: -45px -45px 15px 0px;
  text-align: right;
}
.box-favorites .box__notes {
    margin-right: -7px;
}
.request-box .box__notes {
    right: 0px;
}
.box__date {
  display: inline-block;
  margin: 5px 0;
  padding: 5px 10px 2px;
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 5px;
  background-image: url(/images/hover-bg.png);
  font-weight: 500;
}

.box .offer_users {
  text-align:  right;
  margin: 0px 0px 0px 0px;
}
.offer_user {
  font-size: 1.125rem;
  line-height: 1.4;
}
.offer_user_help {
  font-size: 1rem;
  line-height: 1.4;
}
.offer_users .offer_user {
    display: inline-block;
    margin-bottom: 2px;
}
.offer_users .offer_user.dialog:hover {
    color: #ff0000;
}
.box__title {
    font-size: 24px;
    font-family: "FuturaBookC";
    color: #141419;
    font-weight: 500;
    margin: 25px 0 35px 0;
    word-wrap: break-word;
}

.applications__content .box .box__title,
.offer__content .box .box__title {
    max-height: 84px;
    overflow: hidden;
}

.box__equipment {
    margin: 25px 0 35px 0;
    display: flex;
    align-items: flex-start;
}
.box__equipment_item {
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
}

.box__equipment_text {
    font-size: 17.4px;
    font-family: "FuturaBookC";
    color: rgba(255, 0, 0, 0.8);
    text-decoration: underline;
    display: inline-block;
    padding: 5px 20px 5px 0;
    width: calc(98% / 2);
    font-weight: normal;
}
.box__equipment_item .box__equipment_text {
    text-decoration: none;
      line-height: 1.2em;
}
.box__equipment_item .box__equipment_text>span {
    border-bottom: 1px solid #ff7575;
 line-height: 0.9em;
 display: inline;
}
.offer__content .box__equipment_item>.more,
.applications__content .box__equipment_item>.more {
  font-size: 30px;
  font-family: "FuturaBookC";
  font-weight: normal;
  color: #f00;
  line-height: 8px;
}
.box__equipment_item_wrap {
    margin: 0px 0px 40px;
}
.box__equipment_item_hide {
    display: none;
}
.search-not-found {
    display: none;
}

.box__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  margin-bottom: 26px;
}
.box__row__full-width {
  justify-content: space-between;
}

.box__row_fit{
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.box__section {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
}

.box__section:last-child {
  margin-right: 0;
}

.box__section_fav{
  width: calc(100% - 217px);
  margin-right: 0;
}

.box__section_text {
  font-size: 16px;
  font-family: "FuturaBookC";
  color: #141419;
  line-height: 1.6;
  font-weight: 500;
}

.box__section_text-2 {
  font-size: 20px;
  font-family: "FuturaBookC";
  color: #141419;
}

.box__section_label {
  position: relative;
  font-size: 16px;
  font-family: "FuturaBookC";
  color: red;
  text-decoration: underline;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1.6;
}

.box__section_label .notification {
  top: -8px;
}

.box__section_label, .box__section .label {
  margin-right: 12px;
}

.box__line {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    border-top: 0px;
    margin: 36px 0;
}

.box__notification {
  font-size: 13px;
  font-family: "FuturaBookDemiC";
  color: red;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  background-color: #f0f0f0;
  padding: 6px 7px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-left: 15px;
}
.box__section__margin {
  margin-bottom: 16px;
}
.box__notification__no_margin {
  margin-left: 0px;
}

.box__notification span {
  color: #000;
  font-weight: bold;
}

.box__btns {
  margin-top: 15px;
  width: 375px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.box.request-box .offer-date, .box-favorites .offer-date {
  background-color: #b4df55;
  border: 1px solid #ccc;
  border-radius: 7px;
  position: absolute;
  right: 57px;
  padding: 2px 10px;
}
.box__btns3 {
  width: 670px;
}
.block {
  display: block;
}

.select {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}

.select__box {
  width: 48%;
  margin-bottom: 30px;
  position: relative;
}

.select__body {
  display: none;
  border: 2px solid #060606;
  border-top: 0;
  padding-top: 5px;
  padding-bottom: 10px;
}

.select__body.active {
  display: block;
  background: #fff;
  z-index: 3;
}

.del {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 17px;
  height: 17px;
  cursor: pointer;
  background: url(/images/close.svg);
  background-size: cover;
  background-position: center;
    transition: all 0.15s ease-out;
}
.del-fav {
    top: 16px;
    right: 15px;
}
.del:hover {
    opacity: 0.7;
}
.upload-doc__file .del {
  right: -45px;
  top: 10px;
}
.upload-doc__file img {
  width: 37px;
  height: 37px;
}
.fav {
  width: 615px;
}

.fav__btns {
  width: 470px;
}

.fav__btns .btn-black {
  padding: 10px 60px;
}

.fav__btns .btn-red {
  padding: 11px 60px;
}

.fav__btns .btn-red:hover {
  padding: 10px 60px;
}

.applications__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.applications__filter .btn {
  display: inline-block;
  margin-right: 10px;
  padding: 10px 10px;
  margin-bottom: 11px;
}

.applications__content {
  margin-top: 10px;
}

.box-bb{
  border-bottom: 1px solid #000;
}

.applications__offer {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.applications__offer p {
  font-size: 16px;
  color: black;
  margin-right: 25px;
}

.applications__offer p a {
  font-size: 16px;
   font-weight: 500;
  color: #ff0000;
  text-decoration: underline;
}

.applications__offer_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.applications__offer_logo img {
  width: auto;
  height: 35px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  margin-right: 18px;
}

.application__link {
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
}

.application-box {
  position: relative;
  width: 100%;
  background-color: #fff;
  border: 1px solid #a8a8a8;
  border-top: 0;
  padding: 65px 40px 50px 40px;
}

.application-box__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}

.application__num {
  padding: 8px 12px;
  background-color: #ff0000;
  font-size: 13px;
  font-family: "FuturaBookDemiC";
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 25px;
  letter-spacing: 0.3px;
}

.application__date {
  font-size: 16px;
  font-weight: 500;
  color: #191414;
  text-transform: uppercase;
}

.application__text {
  font-size: 17px;
  color: #141419;
}

.application__theme {
  font-size: 21px;
  font-family: "FuturaBookDemiC";
  color: #141419;
  max-height: 77px;
  overflow: hidden;
}

.application__line {
  width: 100%;
  border: 1px solid #e5e5e5;
  margin: 25px 0;
}

.application__tab__text {
  text-align: center;
  color: red;
  position: relative;
  top: 28px;
  font-size: 18px;
  padding-bottom: 60px;
}

.question__container {
  display: flex;
  align-items: baseline;
}

.question__tag {
  overflow:hidden;
  top: 2px;
  margin-left: 7px;
  width: 16px;
  height:16px;
  line-height: 15px;
  color: red;
  position: relative;
  display: block;
}
.tech-ready-process>p {
    display: flex;
    justify-content: space-between;
}
.tech-ready-process-text {
    display: flex;
}
.tech-ready-process-text .question__tag {
    margin-left: 13px;
    top: 1px;
}

.question__tag:hover {
  overflow:visible;
}

.question__tag .question__text {
    width: 235px;
    position: absolute;
    left: 18px;
    top: 0;
    line-height: 20px;
    font-size: 17px;
    font-weight: normal;
    text-transform: none;
    background: white;
    padding: 10px;
    z-index: 9;
    color: #000000 !important;
    box-shadow: 0 0 10px #ccc;
}
.question__tag-big .question__text {
    width: 442px;
}
.tech-ready-process-text .question__tag .question__text {
    width: 368px;
}

.question__tag .question__text.question__text_big {
  width: 342px;
}
.question__text .main-question-text {
  display: inline;
}
.question__text .equip-suggestion {
  display: inline;
}
.new {
  width: 100%;
  height: 100%;
  background-image: url(/images/hover-bg.png);
  background-size: cover;
  background-position: center;
  padding: 15px;
}

.new .application-box, .new .box {
  padding: 45px 54px 50px 55px;
}

.mess__num {
    font-size: 13px;
    color: rgba(20, 20, 25, 0.302);
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.mess__from {
  font-size: 16px;
  font-family: "FuturaBookC";
  color: #141419;
  margin-top: 8px;
}

.mess__theme {
  font-family: "FuturaBookDemiC";
  font-size: 20px;
  color: #000;
  margin-top: 10px;
}

.mess__theme P {
    font-family: "FuturaBookC";
    font-weight: normal;
    font-size: 19.4px;
    color: #000;
    margin-top: 8px;
}

.mess__btns {
  /*width: 257px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mess__btns .mess__link {
    margin-left: 37px;
}

.mess__link {
  font-size: 18px;
  font-family: "FuturaBookDemiC";
  font-weight: 600;
  color: #ff0000;
  text-decoration: underline;
  position: relative;
  padding-left: 30px;
  line-height: 1.2em;
}

.mess__link:hover {
  opacity: 0.7;
}

.mess__link_1 {
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background-image: url(/images/download-icon.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.mess__link_2 {
    position: absolute;
    left: -9px;
    top: -2px;
    width: 31px;
    height: 26px;
    background-image: url(/images/print-icon.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-size: contain;
}

.mess__link_3 {
    position: absolute;
    left: -3px;
    top: 50%;
    width: 27px;
    height: 27px;
    margin-top: -13px;
    background-image: url(/images/pdf-black.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.mess-link-new {
    padding-left: 35px;
}
.tech-com-col {
    width: 50%;
    text-align: left;
}

.mess .box__line {
  margin: 19px 0;
}

.mess .box__btns {
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 35px;
}

.justify {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify_2 {
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.light {
  font-size: 17px;
  font-family: "FuturaBookC";
  color: rgba(20, 20, 25, 0.502);
  display: block;
}

.generated-application__content {
  margin-top: 25px;
}

.generated-application__title {
  font-family: "FuturaBookDemiC";
  font-size: 65px;
  font-weight: 600;
  color: #000;
}

.generated-application__numberBlock {
  display:  flex;
  flex-flow: row wrap;
  justify-content:  space-between;
  align-items:  center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.generated-application__number {
  font-family: "FuturaBookDemiC";
  font-size: 21px;
  font-weight: 600;
  color: #000;
  margin-top: 50px;
  margin-bottom: 32px;
}

.generated-application__number span {
  color: #ff0000;
  font-weight: 500;
  margin-left: 5px;
}

.generated-application__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1030px;
  padding-bottom: 25px;
}

.generated-application__label {
  font-family: "FuturaBookDemiC";
  font-size: 21px;
  font-weight: 600;
  color: #000;
  padding-bottom: 10px;
}

.generated-application__input::-webkit-input-placeholder {
  font-size: 16px;
  font-family: "FuturaBookC";
  color: rgba(20, 20, 25, 0.502);
}

.generated-application__input:-ms-input-placeholder {
  font-size: 16px;
  font-family: "FuturaBookC";
  color: rgba(20, 20, 25, 0.502);
}

.generated-application__input::-ms-input-placeholder {
  font-size: 16px;
  font-family: "FuturaBookC";
  color: rgba(20, 20, 25, 0.502);
}

.generated-application__input::placeholder {
  font-size: 16px;
  font-family: "FuturaBookC";
  color: rgba(20, 20, 25, 0.502);
}

.generated-application__block {
  display: flex;
  margin-right: 32px;
  margin-bottom: 10px;
}

.generated-application .input {
  margin-top: 0;
}

.generated-application .block {
  position: relative;
}

.generated-application__date-inp {
  border: 1px solid #939393;
  background-color: #fff;
  background: #fff url(/images/calendar.png) 14px 50% no-repeat;
  height: 45px;
  padding-left: 50px;
  width: 200px;
}

.generated-application__date-inp::-webkit-inner-spin-button {
  display: none;
}

.generated-application__date-inp::-webkit-calendar-picker-indicator {
  opacity: 0;
}

.generated-application__theme_header {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    background-color: #000;
    padding: 15px 25px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 500;
    letter-spacing: 0.7px;
}

.generated-application__theme_text {
    position: relative;
  border: 1px solid #000;
  background-color: #fff;
  font-family: "FuturaBookC";
  padding: 20px 25px;
  font-size: 20px;
  font-weight: 400;
  color: #000;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.generated-application__theme_text textarea {
  position: relative;
  display: block;
  background-color: #fff;
  font-family: "FuturaBookC";
  font-size: 20px;
  font-weight: 400;
  color: #000;
  width: 100%;
  height: 100%;
  border: none;
  resize: vertical;
  outline : none;
  overflow : hidden;
  min-height: 80px;
}
.generated-application__theme_text textarea::-webkit-scrollbar{
  width: 10px;
  height: 2px;
  background-color: #ffffff85;
}
.generated-application__theme_text textarea::-webkit-scrollbar-thumb{
  background-color: #b6b6b678;
}

.generated-application__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
  padding-bottom: 90px;
}

.generated-application__btns .btn-black, .generated-application__btns .btn-red {
    margin-right: 30px;
    min-width: 188px;
    margin-bottom: 31px;
}
.generated-application__btns .btn-publish {
    min-width: 240px;
}
.generated-application__btns .btn-publish-first {
    min-width: 250px;
}
.generated-application__btns .btn-black:last-child, .generated-application__btns .btn-red:last-child {
    margin-right: 0px;
}

.btn-red-hand-wrap {
    position: relative;
}
.btn-red-hand-wrap .btn-hand {
    position: absolute;
    width: 45px;
    height: 50px;
    right: -75px;
    top: 50%;
    animation: smoothSwipeLeft 3s ease-in-out infinite;
    opacity: 0.7;
    transition: all 0.2s ease 0s;
    margin-top: -25px;
    display: block;
}
.btn-red-hand-wrap .btn-hand:after {
    content: '';
    background: url(../images/svg/hand.svg) center center no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    transform: scaleX(-1);
}
.btn-red-hand-wrap .btn-hand:hover {
    opacity: 1;
}

/* --- Btn wrapper --- */

.btn-hand-wrapper {
    position: relative;
    margin-right: 30px;
}
.btn-hand-wrapper .btn-hand {
    position: absolute;
    width: 45px;
    height: 50px;
    right: -38px;
    top: 50%;
    animation: smoothSwipeLeft 3s ease-in-out infinite;
    opacity: 0.7;
    transition: all 0.2s ease 0s;
    margin-top: -41px;
    display: block;
}
.btn-hand-wrapper .btn-hand:after {
    content: '';
    background: url(../images/svg/hand.svg) center center no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    transform: scaleX(-1);
}
.btn-hand-wrapper .btn-hand:hover {
    opacity: 1;
}

/* --- // --- */

.generated-application__edit {
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  cursor: pointer;
  background-image: url(/images/edit-black.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.tabs {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.tab__btn {
  color: #000;
  background-color: #fff;
  border: 2px solid #000;
  padding: 7px 14px;
}

.tab__btn:hover {
  background-color: #000;
  color: #fff;
}

.tab__btn.tab__header--active {
  background: #000;
  color: #fff;
}

.tab__header {
  display: block;
  clear: both;
}

.tab__header_1 .tab__btn {
  margin-right: 40px;
}

.tab__header_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1px;
}

.tab__header_2 .tab__btn {
  color: #000;
  border: transparent;
  background-color: transparent;
  padding: 22px 0;
  width: 50%;
  font-size: 21px;
      transition: all 0.15s ease-out;
}
.tab__header_2 .tab__btn:hover {
     background: rgba(0,0,0,0.05);
}

.tab__header_2 .tab__btn.tab__header_2--active {
  background: #000;
  color: #fff;
}

.tab__content {
  display: block;
  clear: both;
}

.tabs>.tab__content, .js_app_tab{
  display: none;
}

.js_app_tab.active{
  display: block;
}

.tab__content > div {
  display: inline-block;
  display: none;
}

.tab__content > div.tab__content--active {
  display: block;
}

.tab__content .tab__header > div.tab__header--active {
  background: #000;
  color: #fff;
  cursor: default;
}

.stab {
  width: 100%;
  overflow-y: auto;
  position: relative;
}

.stab-box {
  border: 40px solid rgba(191, 191, 191, 0.451);
  background-color: #fff;
  height: auto;
  min-height: 900px;
  min-height: 500px;
  min-height: 30vh;
  padding-bottom: 88px;
}

.stab__text-right {
  font-size: 17px;
  font-family: "FuturaBookC";
  color: #000;
  line-height: 1.375;
  text-align: right;
  margin-bottom: 5px;
}

.stab__text-right span {
  margin-left: 5px;
  color: #cdcdcd;
}

.stab__right {
  padding: 20px 26px 35px;
}

.stab__block {
    padding-left: 220px;
    padding-top: 30px;
    padding-bottom: 30px;
}

#scroll-style::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: #fff;
  border: 1px solid #000;
}

#scroll-style::-webkit-scrollbar {
  width: 25px;
  background-color: #666666;
}

#scroll-style::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #666666;
}

.scroll-box {
  margin: 0 auto;
  width: 97%;
  max-height: 870px;
  overflow-y: auto;
}
.stab-box .scroll-box {
    max-height: 74vh;
}

.requisites {
  width: 900px;
  margin: 0 auto;
  position: relative;
}

.requisites__list {
  background-color: #fff;
  margin-bottom: 60px;
}

.requisites__list_title {
  font-family: "FuturaBookDemiC";
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 25px;
}

.requisites__list p {
  font-family: "FuturaBookDemiC";
  font-weight: normal;
  background: #fff;
  width: 100%;
  min-width: 300px;
  margin: 0 auto;
  font-size: 19px;
  color: #000;
  padding-right: 6px;
  margin-bottom: 30px;
  position: relative;
}

.requisites__list p:before {
  content: '';
  position: absolute;
  bottom: 4px;
  width: 100%;
  height: 0;
  line-height: 0;
  border-bottom: 1px dashed #D0D0D0;
}
.req_main {
  margin-bottom: 20px;
  font-family: "FuturaBookDemiC";
  font-weight: normal;
  background: #fff;
  width: 100%;
  min-width: 300px;
  margin: 0 auto;
  font-size: 19px;
  color: #000;
  padding-right: 6px;
  margin-bottom: 30px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.req__desc {
  background: inherit;
  padding-left: 10px;
  text-align: left;
  color: #717171;
  width: 30%;
}
.req__desc_yes {
    display: block;
    margin: 0px 0px 6px;
}
.req__chat {
    width: 10%;
    text-align: right;
}
.chat-error {
    background: url(/images/chat.png) no-repeat center center;
    position: fixed;
    z-index: 999;
    right: 40px;
    bottom: 40px;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 60px;
    min-height: 60px;
    box-sizing: border-box;
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    background-color: #29dd2c;
     transition: all 0.15s ease-out;
}
.chat-error:hover {
    opacity: 0.8;
}
.chat-quest {
    display: inline-block;
    width: 21px;
    height: 20px;
    background: url(/images/ques.png) no-repeat center center;
    cursor: pointer;
    position: relative;
}
.chat-quest>div, .chat-quest>span {
    position: absolute;
    top: 13px;
    right: 13px;
    white-space: nowrap;
    border: 1px solid #AEAEAE;
    background: #fff;
    color: #fd0303;
    padding: 8px 19px;
    box-shadow: 0px 2px 10px #a9a9a9;
    font-weight: 500;
    border-radius: 4px;
    z-index: 10;
    display: none;
}
.chat-quest:hover>div, .chat-quest:hover>span {
    display: block;
}
.chat-quest .pill-button {
  border: 1px solid #000;
  color: #fff;
  background-color: rgba(0,0,0,0.66);
  padding: 8px 16px 4px;
  margin: 8px 0;
  line-height: 1.2em;
  border-radius: 4px;
  font-size: 15.4px;
  cursor: pointer;
  width: 100%;
  text-align: center;
}
.chat-quest .pill-button-red {
  background-color: #ff0000;
}
.req__spec-mismatch {
  font-size: 13px;
  min-width: 120px;
  padding: 5px 0 0 10px;
  display: none;
}
.req__desc .req__desc {
  width: 100%;
  padding-left: 0;
  padding-bottom: 15px;
}
.req__name {
  position: relative;
  background: #fff;
  display: inline;
  padding-right: 10px;
  width: 66%;
}
.req-main-lines {
    justify-content: flex-start;
}
.req-main-lines-red {
  color: red;
}
.req-main-lines-red .req__desc {
  color: red;
}
.req-main-lines-red .req__spec-mismatch {
  display: block;
}
.req-name-lines {
    position: relative;
    font-weight: normal;
    padding-right: 5%;
    text-shadow: 0px 0px 0px #e7e7e7;
}
.req-name-lines:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 17px;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #D0D0D0;
}
.req-name-lines>span {
    background: #fff;
    position: relative;
    z-index: 2;
    padding-right: 6px;
}
.req_option {
  padding-bottom: 20px;
}
p.req_option::before {
  border-bottom: none;
}
.requisites__name {
  position: relative;
  background: #fff;
  display: inline;
  padding-right: 10px;
}

.requisites__desc {
  background: inherit;
  position: absolute;
  max-width: 80%;
  bottom: 0;
  right: 0;
  padding-left: 10px;
  text-align: left;
  color: rgba(0, 0, 0, 0.702);
}
.requisites__desc_option {
  background: inherit;
  position: absolute;
  min-width: 4rem;
  bottom: 0;
  right: 0;
  padding-left: 10px;
  text-align: left;
  color: rgba(0, 0, 0, 0.702);
}

.requisites__additional {
  padding-top: 40px;
}

.requisites__additional_item {
  font-family: "FuturaBookC";
  font-size: 19px;
  color: #000;
  margin-bottom: 30px;
}

.requisites__navigation {
    border-radius: 4px;
    background: rgba(0,0,0,0.66);
    color: #fff;
    font-family: "FuturaBookC";
    font-size: 17.4px;
    text-align: center;
    position: absolute;
    width: 214px;
    padding: 13px 0;
    bottom: 66px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 20;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.requisites__navigation__with__text {
  bottom: 95px;
}

.nav-page-fixed {
    /*position: fixed;
    bottom: 30px;*/
}
.nav-page-current, .nav-page-total {
    display: inline-block;
    margin: 0px 8px 0px;
}
.nav-page-current {
    margin-left: 13px;
}

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select-box {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 18px;
  color: #141419;
  width: 100%;
}

.select-styled {
  position: relative;
  background-color: transparent;
  padding: 10px 0;
  border-bottom: 2px solid #141419;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  border-top: 8px solid #141419;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.select-styled:active:after, .select-styled.active:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.select-options {
  display: none;
  width: 100%;
  position: absolute;
  top: 43px;
  right: 0;
  left: 0;
  z-index: 3;
  margin: 0;
  margin-top: -2px;
  padding: 0;
  list-style: none;
  background-color: #fff;
  border: 2px solid #000;
  max-height: 230px;
  opacity: 1;
  overflow-y: auto;
}

.select-options li {
  margin: 0;
  padding: 12px 15px;
  border-top: 1px solid #ccc;
}

.select-options li:hover {
  color: #fff;
  background: #ff0000;
}

.select-options li[rel="hide"] {
  display: none;
}

.steps__list {
  width: 100%;
}

.steps__list .step {
  width: 50%;
  text-align: center;
}

.steps__list .step:last-child {
  width: calc(50% - 15px);
}

.list input {
  width: 100%;
  margin: 0;
  height: 43px;
  font-size: 18px;
  color: #141419;
}

.list input::-webkit-input-placeholder {
  font-size: 18px;
  letter-spacing: -0.45px;
  color: rgba(20, 20, 25, 0.3);
}

.list input:-ms-input-placeholder {
  font-size: 18px;
  letter-spacing: -0.45px;
  color: rgba(20, 20, 25, 0.3);
}

.list input::-ms-input-placeholder {
  font-size: 18px;
  letter-spacing: -0.45px;
  color: rgba(20, 20, 25, 0.3);
}

.list input::placeholder {
  font-size: 18px;
  letter-spacing: -0.45px;
  color: rgba(20, 20, 25, 0.3);
}

.list input[type="checkbox"] {
  height: 22px;
}

.list__container {
  max-width: 1245px;
  margin: 40px auto;
  padding: 0 15px;
  position: relative;
}

.list__word {
  margin-bottom: 18px;
  padding: 21px 27px;
  background: #fff;
  border: 1px solid #FE0000;
}

.list__word .row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
      align-items: center;
}

.list__word .list__text {
    width: 70%;
    font-size: 22px;
    color: #141416;
    font-weight: normal;
    line-height: 1.2em;
}

.list__word .btn-red {
    height: 43px;
    padding: 10px 25px 10px 53px;
    font-size: 18px;
    position: relative;
}
.list__word .btn-red:before {
    content: '';
    position: absolute;
    left: 21px;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: url(/images/download-icon-white.png) no-repeat center center;
}
.list__word .btn-red:hover:before {
    background: url(/images/download-icon.png) no-repeat center center;
}

.list__text {
  font-size: 22px;
  font-weight: 500;
}

.list__text_2 {
  font-size: 20px;
  color: #141419;
  line-height: 1.4;
}

.list__box {
  position: relative;
  cursor: pointer;
  padding: 35px 50px 35px 59px;
  background-color: #eeeeee;
  margin-bottom: 5px;
  transition: all 0.15s ease-out;
  border-radius: 2px;
}
.questionnaire-items .list__box {
    cursor: default;
}
.questionnaire-items .check-list__item label {
    display: inline-block;
}
.questionnaire-items .list__box__child, .questionnaire-items .list__box__child:hover {
    margin-left: 28px;
}
.list__box-head {
    text-align: center;
    padding: 32px 20px 36px;
    font-size: 25px;
    font-family: "FuturaBookDemiC";
}
.list__box-head-empty {
    width: 100%;
    height: 38px;
    text-align: center;
    padding: 0px;
}
.poll-head-name {
    font-family: "FuturaBookDemiC";
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 41px;
    margin-top: 45px;
    width: 100%;
    text-align: center;
}
.poll-head-name:first-child {
    margin-top: 0px;
}
.poll-head-name>span {
    display: inline-block;
    border: 2px solid #e5e5e5;
    padding: 11px 26px 13px;
    font-family: "FuturaBookDemiC";
    width: 100%;
    background: #f1f1f1;
}
.poll-head-name-empty {
    width: 100%;
    height: 38px;
    text-align: center;
    padding: 0px;
}

.list__box .valid {
  z-index: 1;
}

.list__box .list__text {
  width: 56%;
  padding: 10px 30px 0 0;
}

.list__box:hover {
  background-color: #eeeeee;
}

.list__warning {
  font-size: 18px;
  color: #2470d0;
  line-height: 1.37;
  margin-top: 35px;
}

.list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
/* --- Valid ok --- */
.list__item__ok {
    position: relative;
}
.list__item__ok::before {
    content: '';
    position: absolute;
    left: -38px;
    top: 12px;
    width: 22px;
    height: 22px;
    background-image: url(/images/check-22.png);
    /* background-size: cover; */
    background-position: center;
    background-repeat: no-repeat;
}
.list__error {
    position: relative;
}
.list__error .chosen-container, .list__error input, .list__error.theme_text {
    border-bottom: 2px solid red;
}
.list__error:after {
    content: 'заполните поле';
    position: absolute;
    right: 0px;
    top: 44px;
    background: #FE0000;
    color: #fff;
    padding: 1px 16px 2px;
    line-height: 1em;
    font-size: 14px;
    text-align: center;
    width: 160px;
    max-width: 100%;
}
.list__error.theme_text:after {
    top: 58px;
}
.list__error__select:after {
    top: 54px;
}
/* --- // --- */

.list__item-2 {
  -webkit-box-pack: initial;
  -ms-flex-pack: initial;
  justify-content: initial;
}

.list__select {
  width: 350px;
}

.list__select-box {
  width: calc(100% - 56%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.list__select_2 {
  width: 160px;
  margin-right: 10px;
}

.list__select_3 {
    width: 370px;
    padding-left: 20px;
}

.list__select_3 input {
  height: 43px;
  margin-bottom: 20px;
}

.list__select_3 .select-box, .list__select_3 .chosen-container {
  margin-bottom: 20px;
}

.list__select_3 .radio {
  margin-top: 10px;
}

.list__select input {
  margin-bottom: 31px;
}

.list__select .select-box, .list__select .chosen-container {
  margin-bottom: 20px;
}

.list__additional {
  margin-top: 10px;
  margin-bottom: 55px;
}

.list__additional .profile__upload {
  margin: 40px 0 35px 0;
}

.list__new-eqpm {
  width: 700px;
  padding-top: 35px;
  display: none;
}

.list__new-eqpm .att {
  font-size: 21.5px;
  font-weight: 300;
  line-height: 1.33;
  letter-spacing: 0.08px;
  text-align: left;
  color: #ff0000;
}

.list__new-eqpm p a {
  color: #ff0000;
  text-decoration: underline;
}

.list__help {
  padding: 23px 18px 23px 44px;
  background-color: #ff0000;
  position: absolute;
  top: -290px;
  right: 0;
  cursor: pointer;
}
.list__help:hover {
    opacity: 0.8;
}
.place-app .list__help {
    top: -241px;
    display: none;
}

.list__help p {
  color: #fff;
  font-size: 17px;
  /*font-weight: 500;*/
  letter-spacing: 0.1px;
}

.list__help_icon {
  width: 20px;
  height: 20px;
  background: url(/images/help.png) center no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.list__help span {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 33px 33px 0;
  border-color: transparent #cf0000 transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
}

.valid {
  width: 21px;
  height: 21px;
  background-image: url(/images/check-2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 17px;
  top: 61px;
}

.check-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 60px;
}

.check-list__item {
  position: relative;
  width: calc(100% / 3);
  margin-top: 34px;
    padding-right: 18px;
}

.check-list__item .checkbox + label::before{
  position: absolute;
  top: 2px;
  left: 0;
}

.check-list__item label {
  font-size: 19px;
  padding-left: 30px;
}

.check-list__item:nth-child(1), .check-list__item:nth-child(2), .check-list__item:nth-child(3) {
  margin-top: 0;
}

.card-bg {
  border-top: 1px solid #e1e1e1;
}

.card .justify {
  margin-bottom: 50px;
}

.card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.card__left {
  width: 255px;
}

.card__left_2 {
  width: 350px;
}

.card__right {
  width: calc(100% - 250px - 150px);
}

.card__right_2 {
  width: calc(100% - 350px - 60px);
}

.card__right_2 .box__title {
   margin-top: 35px;
   margin-bottom: 33px;
}

.card__right_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 52px;
}

.card__right_btns a, .card__right_btns > div {
  margin-right: 40px;
  margin-bottom: 10px;
}

.card__right_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 360px;
  margin-left: 70px;
}
.card__right_group .share {
    /*display: none;*/
}

.card__img {
     width: 100%;
    height: auto;
    margin-bottom: 46px;
    min-height: 176px;
}

.card__img img {
  width: 100%;
  height: auto;
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.card__img_2 {
  width: auto;
  height: auto;
  margin-bottom: 45px;
  background-color: transparent;
  overflow: hidden;
}

.card__img_2 img {
      -o-object-fit: cover;
    -o-object-position: center;
    /* -webkit-transform: translateX(-50%); */
    position: relative;
    /* left: 50%; */
    /* transform: translateX(-50%); */
    width: 100%;
    /* height: auto; */
    /* object-fit: cover; */
    /* object-position: center; */
}

.card__btns {
  width: 100%;
}

.card__btns a {
  width: 100%;
  margin-bottom: 14px;
  position: relative;
  font-size: 18px;
  letter-spacing: 0.1px;
}

.card__btns a .pdf-img {
  position: absolute;
  width: 22px;
  height: 25px;
  left: 29px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(/images/pdf-icon.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.card__btns a .pdf-img_2 {
  left: 75px;
}

.card__btns .btn-pdf {
  padding: 10px 35px 10px 65px;
}
.card__btns .btn-pdf-requisites {
    padding-top: 12px;
    padding-bottom: 12.5px;
}
.card__btns .btn-black {
  border: 1px solid #000;
}
.card__btns .btn-requisites {
    border: 1px solid #000 !important;
    padding: 11px 15px 11px 49px;
}

.card__name {
    font-size: 37px;
    font-weight: 600;
    font-family: "FuturaBookDemiC";
    color: #000000;
    margin-bottom: 35px;
}

.card__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 15px;
}

.card__block {
    padding-right: 5%;
    margin-bottom: 20px;
    width: 33%;
}
.card__right .card__block {
    width: 100%;
}
.card__block .label {
    margin: 0px 0px 4px;
    font-size: 18px;
    letter-spacing: 0px;
    text-shadow: 0px 0px 0px #f3f3f3;
}
.card__list .label {
    margin: 0px 0px 5px;
}

.card__block_text {
  font-size: 19px;
  font-weight: 500;
  color: #141419;
  margin-top: 10px;
}
.card__about_text {
    font-family: "FuturaBookC";
    font-size: 19px;
    line-height: 1.6em;
    text-shadow: 0px 0px 0px #dddddd;
}

.card__list {
  margin-right: 100px;
}

.card__list>ul {
  margin-top: 15px;
}

.card__list-item {
  font-size: 16px;
  color: #000;
  line-height: 1.82;
  position: relative;
  padding-left: 33px;
}
.card__list-item-big {
    font-size: 18px;
    color: #020202;
}
.card__list-item-middle {
    font-size: 19px;
    color: #020202;
}
.card__list-item-big.card__cat {
    font-weight: 500;
}

.card__list-item a {
  color: #ff0000;
  text-decoration: underline;
}

.card__list-item:before {
  content: "";
  width: 16px;
  height: 1px;
  background-color: #141419;
  position: absolute;
  left: 0;
  top: 16px;
}

.card__desc {
      font-size: 21px;
    font-weight: normal;
    line-height: 1.4em;
    letter-spacing: 0.1px;
    text-align: left;
    color: #141318;
    margin-top: 35px;
    font-family: "FuturaBookC";
}

.card__tel {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4em;
    /* letter-spacing: 0.1px; */
    color: #141419;
    transition: all 0.15s ease-out;
    text-shadow: 0px 0px 0px #c5afaf;
}
.card__tel:hover {
    opacity: 0.9;
}

.card__mail {
  font-size: 19.4px;
  font-weight: 500;
  line-height: 1.25em;
  letter-spacing: 0.08px;
  color: #0958a8;
    transition: all 0.15s ease-out;
}
.card__mail:hover {
    opacity: 0.9;
}
.card__phones {
    margin: 0px 0px 21px;
}

.card__contacts {
  margin-top: 21px;
}

.card__contacts a {
      display: inline-block;
    margin-bottom: 9px;
}

.card__gallery {
      margin: 58px 0 0 0;
    padding-bottom: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.card__gallery_item {
         width: 384px;
    height: 384px;
    margin-bottom: 32px;
    cursor: pointer;
    display: flex;
    box-shadow: 0px 0px 8px #dfdfdf;
}

.card__gallery_item img {
  width: 95%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.cover {
	-o-background-size: cover !important;
    -webkit-background-size: cover !important;
    -khtml-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
}
.contain {
	-o-background-size: contain !important;
    -webkit-background-size: contain !important;
    -khtml-background-size: contain !important;
    -moz-background-size: contain !important;
    background-size: contain !important;
}

.card__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card__row .box__section {
  margin-right: 40px;
}

.card__row_2 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}

.fvrt, .share {
  position: relative;
  padding-left: 33px;
  cursor: pointer;
}

.fvrt p, .share p {
    position: relative;
    font-size: 17px;
    font-family: "FuturaBookDemiC";
    font-weight: bold;
    color: #ff0000;
}

.fvrt span, .share span {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.fvrt:hover, .share:hover {
    opacity: 0.8;
}

.fvrt span {
  width: 23px;
  height: 20px;
  background: url(/images/fav.png) center no-repeat;
  background-size: contain;
}
.fvrt-black span {
    background: url(/images/fav-black.png) center no-repeat;
}
.fvrt-black p {
    font-size: 18.4px;
    font-family: "FuturaBookDemiC";
    font-weight: 600;
    color: #ff0000;
}
.fvrt-black:hover {
    opacity: 0.8;
}

.share span {
    width: 23px;
  height: 22px;
  background: url(/images/share.png) center no-repeat;
  background-size: contain;
}

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select-box {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 18px;
  color: #141419;
  width: 100%;
}

.select-styled {
  position: relative;
  background-color: transparent;
  padding: 10px 0;
  border-bottom: 2px solid #141419;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  border-top: 8px solid #141419;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.select-styled:active:after, .select-styled.active:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.select-options {
  display: none;
  width: 100%;
  position: absolute;
  top: 43px;
  right: 0;
  left: 0;
  z-index: 3;
  margin: 0;
  margin-top: -2px;
  padding: 0;
  list-style: none;
  background-color: #fff;
  border: 2px solid #000;
  max-height: 230px;
  opacity: 1;
  overflow-y: auto;
}

.select-options li {
  margin: 0;
  padding: 12px 15px;
  border-top: 1px solid #ccc;
}

.select-options li:hover {
  color: #fff;
  background: #ff0000;
}

.select-options li[rel="hide"] {
  display: none;
}

.footer {
  width: 100%;
  background-color: #101216;
  padding: 80px 0;
  height: auto;
}

.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__row:first-child {
  border-bottom: 1px solid #1b1d21;
  width: 100%;
  padding-bottom: 65px;
}

.footer__row:nth-child(2) {
  padding-top: 40px;
}

.footer__row P {
  font-size: 10px;
  font-family: "FuturaDemiCTT";
  color: rgba(255, 255, 255, 0.302);
  line-height: 2.4;
}

.footer__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__right {
  width: 20%;
  text-align: right;
}

.footer__logo {
    display: block;
    width: 235px;
    height: 82px;
    margin-right: 57px;
    margin-top: -16px;
    margin-left: -8px;
    background: url(/images/logo-white.svg) no-repeat top center;
    background-size: 93%;
}
.footer__logo:hover {
    opacity: 0.9;
}

.footer__logo a {
  width: 100%;
  height: 100%;
}

.footer__logo img {
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 60%;
}

.footer__menu-link {
  margin-right: 25px;
  height: 20px !important;
  margin-bottom: 10px;
}

.footer__menu-link a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.502);
  font-weight: 400;
      text-transform: lowercase;
          letter-spacing: 0.1px;
}

.footer__menu-link a:hover, .footer__menu-link-active a {
  color: rgba(255, 255, 255, 0.702);
}

.footer__phone a {
  font-size: 20px;
  font-family: "FuturaDemiC";
  color: white;
}

.footer__mail {
  margin-top: 10px;
}

.footer__mail a {
  font-size: 18px;
  font-family: "FuturaBookC";
  color: red;
}

.provisioner .btn-white{
  padding: 11px 28px;
}

.modal-content__inputs_red input, .modal-content__inputs_red textarea{
  border-color: #ff0000;
}

.modal-alert{
  display: none;
  padding: 0 0 30px 0;
  text-align: center;
  font-size: 18px;
  color: #ff0000;
  font-family: "FuturaBookDemiC";
  font-weight: 600;
}
#call-back .modal-alert {
    text-align: left;
    font-size: 18px;
}
#add_tech_chars .modal-alert {
    padding: 24px 0 0px 0;
}

#modal .modal-box{
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
}

#modal .modal-body{
  padding: 30px 15px;
  font-size: 22px;
  color: #141419;
  font-weight: 400;
  line-height: 1.001;
  width: 100%;
  text-align: left;
}

.nav__row_2{
  margin-left: 20px;
  width: calc(145px + 20px + 40px);
}
.nav__row__registration {
    display: flex;
    align-items: center;
    gap: 58px;
    width: auto;
    padding-right: 14px;
}

.remind{
  padding-top: 50px;
  min-height: 700px;
}

.remind__title{
  font-family: "FuturaBookDemiC";
  font-weight: 600;
  font-size: 40px;
  color: #000;
  padding: 50px 0 40px 0;
}

.remind__subtitle{
  font-size: 20px;
  color: #000;
  padding: 10px 0 20px 0;
}
#modal-mess .modal-box{
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#modal-mess {
    z-index: 10000000;
}
.modal-center {
    text-align: center;
    line-height: 1.5em;
    margin: 0px 0px 5px;
}

.modal-message{
    padding: 50px;
    font-size: 20px;
    text-align: center;
    line-height: 1.6em;
}

.modal-message__btns {
  margin-top: 30px;
}

.remind-form{
  width: 50%;
}

.remind-success{
  font-size: 20px;
  color: #000;
  padding: 10px 0 20px 0;
}

.btn-remind_2{
  margin: 30px 0;
  width: 250px;
}

.remind .modal-alert{
  padding: 40px 0 0 0;
  text-align: left;
}

.remind .remind-form .input{
  height: 45px;
}

.remind .remind-form .modal-content__inputs:first-child input{
  margin-top: 0;
}

.modal-box-slider{
      width: 640px;
    /* top: 50px; */
    /* left: 50%; */
    /* transform: translate(-50%, 0); */
    /* transform: translate(0, 0); */
    margin-top: -20px;
}
.modal__title .loading-small {
    margin: 35px 0px 0px;
}

.modal-box-slider .modal-body{
  padding: 25px 80px 50px 80px;
}

.modal-box-slider .slider-btns{
  margin: 30px 0 0 0;
}

.modal-slider{
    margin-top: 35px;
    max-height: 350px;
    overflow: auto;
}

.modal-slider__item{
  font-size: 20px;
  color: rgb(17, 17, 17);
  line-height: 1.4;
  padding-top: 14px;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
}

.modal-slider__prev, .modal-slider__next{
  transform: rotate(-90deg);
}

.modal-block .customer p, .modal-block .provisioner p{
  color: #000;
  margin-top: 30px;
  font-weight: 600;
}

.customer, .provisioner{
  width: 262px;
}

.customer a, .provisioner a{
  width: 100%;
}
.customer .btn-white, .provisioner .btn-white {
    width: 100%;
}

.list-hide{
  display: none;
}

input[type='number'] {
  -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

#modal-cat .row{
  margin-top: 35px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

#modal-cat .slick-list{
  padding-top: 14px;
  padding-bottom: 15px;
}

#inn-form .remind__title{
  padding: 20px 0;
}

#modal-subs .modal-box, #modal-add-other-model .modal-box {
  width: 610px;
}
#modal-add-other-model .search-form__input {
  min-height: 38px;
}

#modal-add-other-model-choice .modal-box {
  width: 610px;
}
#modal-add-other-model-choice .modal-add-other-model-choice__buttons {
  width: 500px;
  margin-bottom: 25px;
}
#modal-add-other-model-choice .modal-add-other-model-choice__buttons>div {
  white-space: nowrap;
}
.modal-subs-head {
    text-align: center;
    margin-bottom: 33px;
}
.modal-subs-head h2 {
    font-size: 26px;
    margin-bottom: 6px;
}
.modal-subs-head p {
    font-size: 19px;
}
.modal-subs-head-success {
    width: 100px;
    height: 100px;
    margin: -52px 0px 0px 0px;
}
.modal-subs-head-info {
    font-size: 24.6px;
    margin-bottom: 33px;
}

.select-subs__item{
  margin-top: 20px;
}

.select-subs{
    margin: 10px 0 20px;
}

#modal-subs .equipment__box_content-last, #modal-add-other-model .equipment__box_content-last  {
    padding-top: 15px;
    width: 100%;
    text-align: center;
    height: initial;
    padding-bottom: 15px;
}

#modal-subs .modal-content__btn_login {
  margin: 25px auto 0 auto;
}

.select-subs .select-subs__item:first-child{
  margin-top: 0;
}

#modal-subs .modal-alert, #modal-add-other-model .modal-alert {
  padding: 0;
  margin: 20px 0;
}
.add-other-row {
    margin: 3px 0px 20px;
}
#modal-add-other-model .modal-alert {
    margin-bottom: 13px;
    margin-top: 1px;
}

.img-modal{
     position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    cursor: pointer;
}

#modal-chat .modal-body, #modal-chat-application-p .modal-body{
  padding: 0;
  width: 100%;
  height: 100%;
}

.modal-chat{
  width: 900px;
  height: 600px;
  padding: 0;
}

.left-link-act .n-l {
  padding-left: 30px;
}

.advanced-search__select{
  justify-content: space-between;
  align-items: center;
}

.advanced-search__select .select__box{
  width: 40%;
}

.select__box_checkbox{
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 30px;
}

.box__row_fit .box__section{
  margin-right: 40px;
}

.fvrt .fav-act{
  width: 26px;
  height: 25px;
  background: url(/images/fav-act.png) center no-repeat;
  background-size: cover;
  margin-left: -3px;
}

.card__cat{
  font-weight: 600;
}

.sub-card__list .card__list-item{
  font-weight: 400;
}

#modal-desk-2 .modal-header{
  position: absolute;
  top: 10px;
  right: 10px;
}

#modal-image-comment .modal-header{
  border-radius: 6px 6px 0 0;
}

#modal-image-comment .modal-body{
  padding: 0;
  width: 100%;
  height: 90%;
  border-radius: 0 0 6px 6px;
}

#modal-provider-image-with-form .modal-body {
  padding: 0 0 50px 25px;
  width: 100%;
  height: 100%;
  border-radius: 6px;
}

#modal-tkp-image-with-description .modal-body {
  padding: 5px 0 80px 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
#modal-image-comment .modal-box{
  width: 100%;
  height: 95%;
  padding: 0;
}
#modal-provider-image-with-form .modal-header {
  border-radius: 6px 6px 0 0;
}
#modal-provider-image-with-form .modal-box {
  box-shadow: none;
  width: 100%;
  height: 95%;
  padding: 0;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
#modal-tkp-image-with-description .modal-box {
  box-shadow: none;
  width: 100%;
  height: 95%;
  padding: 0;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
#modal-provider-image-with-form .desk__img {
  width: 100%;
  height: 100%;
  background: #a9a9a9;
  box-shadow: none;
}
#modal-tkp-image-with-description .desk__img {
  width: 100%;
  height: 100%;
  background: #a9a9a9;
  box-shadow: none;
  margin-bottom: 10px;
}
#modal-tkp-image-with-description .desk__title {
  display: inline-block;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  margin: 0 15px 0 0;
  min-height: initial;
}
#modal-tkp-image-with-description .desk__text {
  display: inline-block;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  margin: 0;
  min-height: initial;

}
#modal-image-comment .desk__img {
  height: 86%;
  width: 100%;
  margin-top: 40px;
  position: relative;
  overflow: hidden;
  box-shadow: none;
}
#modal-desk-2 .desk__img_no-separator {
  border-right: none;
  box-shadow: none;
}
#modal-desk-2 .desk__img img {
  position: relative;
  height: 100%;
  width: fit-content;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
#modal-provider-image-with-form .desk__form{
  width: 30%;
}
#modal-provider-image-with-form .desk__form{
    padding: 72px 27px 27px 20px;
    margin: 0;
    display: flex;
    align-items: flex-start;
    position: relative;
    z-index: 1;
}
#modal-provider-image-with-form .btn-red{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 38px;
    font-size: 18px;
}

#modal-image-full .modal-header {
  background: transparent;
}

#modal-image-full .modal__close p {
  color: #c6c6c6;
  font-weight: bold;
}

#modal-image-full .modal__close_1,
#modal-image-full .modal__close_2 {
  background: #acacbb;
}

#modal-image-full .modal-box {
  background-color: transparent;
  border-radius: 6px;
  height: 95%;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

#modal-image-full .modal-body {
  height: 100%;
  width: 100%;
  padding: 0 0 25px 0;
  background: transparent;
}

#modal-image-full .desk__img {
  border-radius: 6px;
  box-shadow: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: initial;
  width: 100%;
  height: 100%;
}

.desk__box {
    min-height: 360px;
    width: 100%;
}
.desk__content {
    width: 100%;
    /*min-height: 252px;*/
}
.desk__text{
        font-size: 21px;
    font-family: "FuturaBookC";
    color: rgb(20, 20, 25);
    line-height: 1.35;
    margin-bottom: 40px;
    text-align: left;
    min-height: 80px;
}
#modal-image-comment .desk__text{
  font-size: 21px;
  font-family: "FuturaBookC";
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0;
  min-height: initial;
  line-height: 1em;
}
.desk__text__empty__name {
    min-height: 149px;
}

.filter-text{
  position: relative;
  display: none;
  padding-right: 5px;
  text-align: right;
  cursor: pointer;
}

.filter-text span{
  position: absolute;
  top: 5px;
  right: 130px;
  width: 15px;
  height: 15px;
  cursor: pointer;
  background: url(/images/close.svg);
  background-size: cover;
  background-position: center;
}

.profile__link{
  position: absolute;
  font-size: 18px;
  display: inline-block;
  color: #ccc;
  top: -10px;
  right: -25px;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 10px 0;
}

.calendar-box{
  padding-top: 30px;
}

.calendar__footer{
  border: 1px solid #000;
  width: 335px;
  margin-top: -1px;
  margin-bottom: 25px;
}

.calendar__footer .agreement{
     margin: 15px 29px;
}

.calendar__footer .agreement .label{
  padding-left: 12px;
}

.ui-corner-all{
  border-radius: 0.4rem;
  border-color: #000;
}

.btn-confirm{
  width: 45%;
  margin-top: 30px;
  min-width: 0px;
}

.tr-commerce-del-ok {
    margin-top: 20px;
}
.add-zip-ok {
    margin-top: 24px;
}

.commerce-model-price-no, .commerce-model-price-yes {
    width: 180px;
    margin: 20px 17px 0px;
}
.commerce-model-price-hidden-wrap {
    margin-bottom: -20px;
    opacity: 0;
}
.commerce-model-price-hidden {
    font-size: 14px;
}
.commerce-model-big {
    font-size: 23px;
    margin: 6px 0px 2px;
}
.commerce-payment-terms-work-hide {
    display: none;
}
.cost-box-parent.hide + .clear {
    height: 30px;
    width: 100%;
}
.cost-box {
    margin: 67px 0px 0px;
}
.cost-box-parent .check__textarea {
    height: 129px;
    font-size: 17.8px;
    padding: 13px 12px 13px 17px;
}

.app-close-ok, .img-delete-ok {
    margin-top: 23px;
}
.select-wrap {
    width: 40%;
}

.agreement label{
    color: #333333;
    font-weight: 500;
    font-size: 19px;
    line-height: 1.4em;
}

.modal-login .modal__close p{
  color: #a6a6a7;
}

.modal-forgot .modal__title{
  font-size: 38px;
}

.modal-forgot .modal-content__btn_login a:first-child{
  margin-bottom: 0;
}

.modal-reg .checkbox + label::before{
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.modal-reg .modal__link{
  font-size: 16px;
}

.modal-reg .modal-content__btn_login{
  margin-top: 30px;
}

#modal-cnf .modal-box{
  width: 420px;
}

#modal-cnf .row{
  justify-content: space-between;
}
#modal-subs .btn-red, #modal-add-other-model .btn-red {
  margin: 20px auto 0 auto;
  width: 180px;
}
#modal-subs .js_req_add_equip, #modal-add-other-model .js_req_add_equip {
    margin-bottom: 6px;
}

.profile__photo .delete {
  top: 0;
}

.poll-items-all-hide {
    display: none;
}
.poll-items-all .list__box {
    padding: 25px 0px 35px;
    border-bottom: 1px solid #B9B9B9;
}
.poll-items-all .list__box:first-child {
    border-top: none;
}
.tech-btn-add-poll-show .line-2 {
    display: none;
}
.tech-btn-add-poll-show .btn-add-show {
    display: none;
}
.tech-btn-add-poll .btn-add-hide {
    display: none;
}
.tech-btn-add-poll-show .btn-add-hide {
    display: block;
}
.poll-items-all .list__text {
    font-size: 21px;
}
.poll-items-all .list__select_3 {
    padding-left: 34px;
}
.poll-items-all .list__select_2 {
    min-width: 124px;
}

.profile-upload-doc {
    margin-top: 50px;
}
.profile-upload-doc-margin {
    margin-top: 0px;
}
.profile-upload-loading {
    width: 33px;
    height: 33px;
    margin: 18px 0px 0px;
    display: none;
}
.modal-btn-ok {
    margin-top: 23px;
}
/* --- questionnaire validate --- */
.steps.questionnaire-steps {
    padding-bottom: 47px;
}
.questionnaire-list .step a {
    font-size: 19.4px;
}
.steps .questionnaire-list li {
    padding: 16px 20px 17px 30px;
    height: 57px;
}
.steps .questionnaire-list li::after {
    border-top: 30px solid transparent;
    border-bottom: 27px solid transparent;
}
.steps .questionnaire-list li:nth-child(n+2)::before {
    border-top: 30px solid transparent;
    border-bottom: 27px solid transparent;
}
.place-app .questionnaire-title {
    padding-bottom: 19px;
}
.questionnaire-title>.questionnaire-title-black {
    color: #000;
}
.place-bg.questionnaire-bg {
    /*background: url(/images/eq-bg.jpg) repeat-y top center;
    background-size: contain;*/
}
.questionnaire-items .list__text {
    font-size: 24px;
    margin-bottom: 7px;
}
.questionnaire-title>span {
    font-size: 41px !important;
    color: #cbcbcb;
    margin-left: 6px;
}
/* --- Placeholder --- */
.placeholder {
    position: absolute;
    top: 10px;
    left: 0px;
    font-size: 17px;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
    padding: 0px 3px 0px 0px;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    pointer-events: none;
    background: none;
    color: #b9b9ba;
    font-weight: normal;
    line-height: 1.2em;
}
.placeholder-act {
    top: -10px;
    left: 0px;
    font-size: 14.4px;
    background: none;
    padding: 0px;
}
.placebox {
	position: relative;
}
.hide + .placeholder {
    display: none;
}
b {
    font-weight: 500;
}
.nav__icon_logged {
    margin-left: 29px;
    width: auto;
    height: 26px;
    min-width: 26px;
    overflow: hidden;
    display: inline-block;
    margin-top: -1px;
    padding: 2px 2px;
    border: 2px solid #828282;
    border-radius: 5px;
    text-align: center;
}
.nav__icon_logged:hover {
    border: 2px solid #000000;
}
.nav__icon_logged img {
    max-height: 100%;
}
/* --- // --- */

.wrap {
    overflow: hidden;
    position: relative;
}
.body-hidden {
    overflow: hidden;
}
.delete-draft-ok {
    margin-top: 24px;
}
.del-pdraft-ok {
    margin-top: 24px;
}

.bnr-item {
    text-align: center;
    display: block;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1px;
}
.account__aside .bnr-item {
    display: block;
    height: auto;
    width: 100%;
}
.bnr-item img {
    display: block;
    height: auto;
}
a.bnr-item:hover img {
    opacity: 0.95;
}
/* --- Page --- */
.container .page-title {
    line-height: 1em;
    font-size: 61px;
    padding: 13px 0 46px 0;
}
.page-content {
    font-size: 18px;
    letter-spacing: 0.1px;
    line-height: 1.4em;
    padding-bottom: 50px;
    color: #2c2c2c;
}
.page-content p {
    margin-bottom: 9px;
}
.page-content ul, .page-content ol {
    margin: 0px 0px 13px 28px;
}
.page-content li {
    margin-bottom: 9px;
    list-style: disc;
}
.page-content strong, .page-content b {
    font-family: "FuturaBookC";
    font-weight: 500;
    text-shadow: 0px 0px 0px #d5d5d5;
}
.page-content a {
    color: #fe0000;
}
.page-content table td {
    line-height: 1.4em;
    padding: 7px 14px;
    font-size: 18px;
}
/* --- // --- */

/* --- EDIT --- */
.edit {
    color: #fff;
    background: #fe0000;
    border-radius: 7px;
    padding: 4px 13px;
    line-height: 1.4em;
    margin-bottom: 5px;
    display: inline-block;
    margin-right: 12px;
    text-decoration: none;
    font-size: 11.4px !important;
    font-weight: normal;
    line-height: 1em;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    font-family: 'Roboto', sans-serif;
}
.edit:hover {
	background: #f30000;
}
.edits-wrap {
	position: relative;
  	height: 0px;
	z-index: 100;
}
.edits {
	position: absolute;
    top: 1px;
    left: 1px;
    z-index: 10;
}
.edits3 {
    top: 20px;
}
.btn-disabled {
	opacity: 0.3;
    pointer-events: none;
}
.btn-hidden {
    display: none;
}
.adv-delete-ok {
    margin-top: 20px;
}
.template-add-request {
    margin-left: 30px;
}
.common-line {
    clear: both;
    height: 20px;
    width: 100%;
}
.delete-poll-file-ok {
    margin-top: 18px;
}
.tech__info_row {
  margin-top: 22px;
}

.choice-equip-center {
  text-align: center;
}
.choice-equip-center span {
    color: #a9a9a9;
    font-size: 19px;
    display: block;
    line-height: 1.5em;
    margin-top: 10px;
}
.choice-equip-center .btn-red {
    width: 205px;
    margin: 29px 16px 0px;
    min-width: 100px;
}
.choice-equip-step-second {
    display: none;
}
.work-case-name {
    font-size: 19.4px;
}
.work-case-name>span {
    position: relative;
    font-family: "FuturaBookDemiC";
    display: inline-block;
}
.work-case-name-ruble {
    position: absolute;
    top: 4px;
    right: -29px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    /*background: url(/images/ruble.png) no-repeat center center #fff;
    background: url(../images/question.png?v=3) no-repeat top center;*/
    background: url(../images/question-icon.png) no-repeat top center;
    background-size: contain;
    z-index: 10;
}
.work-case-name-ruble:after {
    content: 'Выбранная услуга будет добавлена в коммерческую часть предложения';
    position: absolute;
    left: 12px;
    bottom: 11px;
    background: #fff;
    font-size: 16px;
    width: 300px;
    font-weight: normal;
    line-height: 1.2em;
    padding: 12px 16px;
    box-shadow: 2px 2px 9px #a9a9a9;
    display: none;
}
.work-case-name-ruble:hover:after {
  display: block;
}
.works-textarea-type-help {
    color: #000;
    opacity: 0.5;
    margin: -7px 0px 14px;
    line-height: 1.25em;
}
.card__checkbox {
  position:  relative;
}
.card__checkbox.disabled {
  opacity:  0.5;
}
.card__checkbox.disabled::before {
  content:  '';
  display:  block;
  width:  100%;
  height:  100%;
  position:  absolute;
  top:  0px;
  left:  0px;
  z-index:  3;
}


.profile__user-head {
    background: #f3f3f3;
}
.profile__user {
  font-size: 1rem;
  line-height: 1;
  display: flex;
  flex-flow:  row nowrap;
  border: 1px solid #ccc;
}
.profile__user div {
  padding: 10px 10px;
}
.profile__user div:not(:first-child) {
  border-left: 1px solid #ccc;
}
.profile__user:not(:first-child) {
  border-top: 0px;
}
.profile__user div:first-child {
  width:  40px;
  text-align:  center;
}
.profile__user div:nth-child(2) {
  width:  270px;
}
.profile__user div:nth-child(3) {
  width:  250px;
}
.profile__user div:nth-child(4) {
  width:  calc(100% - 520px);
}
.profile__user:hover {
  background: #f2f4f8;
}
.profile__user__type {
  border:  0px;
  padding:  7px 10px;
  width:  calc(100% + 20px);
  margin:  -10px -10px;
  font-size:  1rem;
  line-height: 1;
  appearance: none;
  background:  url('/images/arrow-down.png') right 10px center no-repeat;
  cursor:  pointer;
}

.black {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
}
.mod {
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: calc(100% - 28px);
}
.dialog {
  cursor: pointer
}
.modbox {
  padding: 20px;
  border-radius: 4px;
  background: #fff;
  color: #000;
  min-width:  400px;
}
.modal-bodys {
  padding: 25px 0px 0px;
}
.modal__titles {
  font-size: 22px;
  color: #141419;
  font-weight: bold;
  font-family: "FuturaBookDemiC";
  line-height: 1;
  width: 100%;
  text-align: center;
}
.modal-btn-block {
  margin:  25px 0px 10px;
  display:  flex;
  flex-flow:  row wrap;
  justify-content:  center;
  align-items:  center;
}
.modal-yes {
  min-width:  unset;
  width:  100px;
  height:  48px;
  display:  flex;
  align-items:  center;
  justify-content:  center;
  outline:  none !important;
}
.modal-no {
  min-width:  unset;
  width:  100px;
  height:  48px;
  display:  flex;
  align-items:  center;
  justify-content:  center;
  outline:  none !important;
  margin: 0px 0px 0px 25px;
}

.employee__list {
    margin: 19px 0px 0px 7px;
    height: 225px;
    overflow: auto;
}
.employee__item {
    display: block;
    position: relative;
    padding: 11px 0;
}
.employee__item:not(:first-child) {
  /*margin-top:  15px;*/
}
.employee__item .checkbox__label {
  font-size:  17px;
  line-height:  1;
  margin-left: 0px;
  justify-content:  flex-start;
  align-items: flex-start;
}
.employee__item .checkbox__label .text__grey {
  display:  block;
  width:  100%;
  font-size:  15px;
  line-height:  1;
  align-self: end;
  margin-left:  33px;
  margin-top: 3px;
  color:  #999;
}

.change-offers-sel {
  margin:  25px 0px 0px;
}
.err {
  border-color: red !important;
}

.js-title {
  position: relative;
}

.title-popup {
  position: absolute;
  top: calc(100% + 10px);
  left: calc(50% - 250px);
  z-index: 5;
  padding: 10px;
  width: 500px;
  text-align: left;
  font-weight: 300;
  color: #181818;
  background: #fff;
  box-shadow: 0 0 10px #ccc;
}

.title-static {
    position: absolute;
    bottom: 92%;
    left: 28px;
    z-index: 5;
    padding: 11px 27px 13px 14px;
    width: 91%;
    text-align: left;
    font-weight: 300;
    color: #181818;
    background: #fff;
    box-shadow: 0 0 10px #ccc;
    border-radius: 8px;
    font-size: 17px;
    line-height: 1.2em;
    display: none;
}
.title-static:after {
    content: '';
    position: absolute;
    left: 28px;
    bottom: -22px;
    border: 13px solid transparent;
    border-top: 12px solid white;
}
.title-static-close {
    position: absolute;
    top: 5px;
    right: 6px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: url(../images/svg/close.svg) -18px 0px no-repeat;
    opacity: 0.3;
    scale: 0.8;
}

.js-title__small .title-popup {
  left: calc(50% - 150px);
  width: 300px;
}
.js-title__left .title-popup {
    left: calc(50% - 150px);
    width: 610px;
    left: -2px;
}
.js-title__nowrap .title-popup {
    width: auto;
    white-space: nowrap;
}
.js-title__right .title-popup {
    left: auto;
    right: 0px;
    width: 241px;
}
.js-title__smallest .title-popup {
    left: calc(50% - 123px);
    width: 246px;
}
.js-title__middle .title-popup {
    width: 370px;
    left: auto;
    right: 100%;
    top: 0px;
    margin-right: 3px;
    padding: 10px 10px 11px 13px;
}
.base-complect-wrap .title-popup {
    font-size: 16px;
    left: -10px !important;
}
.tech__row.access_1 .base-complect-wrap .title-popup {
    top: calc(100% + 6px);
}
.questionnaire-items .check-list__item .title-popup {
    left: 20px !important;
    font-size: 16px;
}
.title-num .js-title__small .title-popup {
    font-size: 14px;
    width: auto !important;
    white-space: nowrap;
    margin-top: -3px;
    left: -10px !important;
}
.tr-commerce .title-num .js-title__small .title-popup {
    left: 0px !important;
}
.message__btns_add-equip .title-popup {
    width: 314px;
    left: calc(50% - 158px);
    margin-top: 5px;
}
/* Модальное окно публикации заявки с выбором поставщиков */
.publish-bid-modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0, .8);
}

.publish-bid-modal.publish-bid-modal_open{
  display: flex;
  align-items: center;
  justify-content: center;
}

.publish-bid-modal.publish-bid-modal_loading{
  pointer-events: none;
}

.publish-bid-modal.publish-bid-modal_loading .publish-bid-modal__wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: url(../images/loading.gif) no-repeat center center;
  background-color: rgba(0,0,0, .8);
  background-size: 36px;
}

.publish-bid-modal__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 420px;
  max-height: 600px;
  padding: 20px;
  padding-top: 0;
  border-radius: 4px;
  background-color: #fff;
}
.publish-bid-modal__toolbar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: end;
  height: 23px;
  min-height: 23px;
  margin-top: 10px;
}
.publish-bid-modal__close {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: -8px;
  text-transform: uppercase;
  font-size: 14px;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
}
.publish-bid-modal__close::after {
  content: '✕';
  margin-left: 4px;
  font-size: 20px;
  font-weight: bold;
}
.publish-bid-modal__title {
  margin-top: 20px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.publish-bid-modal__sub-title {
  margin-top: 20px;
  font-size: 16px;
  text-align: center;
}
.publish-bid-modal__actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 47px;
  margin-top: 20px;
}
.publish-bid-modal__submit {
}
.publish-bid-modal__clear {
  margin-left: auto;
}
.publish-bid-modal__list {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-y: auto;
  margin-top: 20px;
  list-style: none;
  border: 2px solid #ccc;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
}
.publish-bid-modal__list-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 40px;
  min-height: 40px;
  width: 100%;
  font-size: 20px;
  text-align: left;
  padding: 4px;
  overflow: hidden;
  box-sizing: border-box;
  cursor: pointer;
}
.publish-bid-modal__list-item:before {
  content: '';
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 32px;
  min-width: 32px;
  height: 32px;
  border: 2px solid #1b1d21;
  border-radius: 0.4rem;
  margin-right: 4px;
  box-sizing: border-box;
}
.publish-bid-modal__list-item.publish-bid-modal__list-item_checked:before {
  content: '✓';
  color: #f00;
  font-size: 27px;
}
.publish-bid-modal__list-item-img {
  width: 40px;
  min-width: 40px;
  height: 32px;
  margin-right: 4px;
  pointer-events: none;

  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.publish-bid-modal__list-item-label {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  pointer-events: none;
}
@media (max-width: 960px) {
  .publish-bid-modal__actions {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
  }
  .publish-bid-modal__submit {
    width: 100%;
  }
  .publish-bid-modal__clear {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }

}

/* Global styles*/
.g-lock-scroll {
  overflow: hidden !important;
  height: auto !important;
}

.shaded-block {
  border: none !important;
  border-radius: 20px;
  outline: none !important;
  box-shadow: 0px 8px 20px 2px #d1d1d1;
}

.shaded-block__overflow {
  overflow: hidden;
}

.shaded-block__margin {
  margin: 20px 0;
}

.shaded-block__new {
  border: 15px solid #c1d8e2 !important;
}

.shaded-block:hover {
  z-index: 1;
  box-shadow: 0px 8px 20px 2px grey;
  transform: scale(1.01);
  transition: transform .3s, -webkit-transform .3s;
}

/* --- Tariff -- */
.tariff-items {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.tariff-item {
    width: 29.5%;
    margin: 0px 5.5% 70px 0px;
    border-radius: 20px;
    box-shadow: 0px 8px 16px 2px #e5e5e5;
    background: #fff;
    padding: 0px;
    overflow: hidden;
    position: relative;
    transition: all .3s;
}
.tariff-item:nth-child(3n) {
    margin-right: 0px;
}
.tariff-item:hover {
  z-index: 1;
  box-shadow: 0px 8px 20px 2px #a9a9a9;
  /*transform: scale(1.01);*/
}
.tariff-item-name {
    font-weight: 500;
    background: #000;
    color: #fff;
    padding: 11px 14px 12px;
    text-align: center;
    font-size: 20px;
}
.tariff-item-marks {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: left;
}
.tariff-item-mark {
    line-height: 1.5em;
    margin: 0px auto 3px;
    font-size: 18px;
    text-align: left;
}
.tariff-item-mark>span {
    position: relative;
    padding-left: 28px;
}
.tariff-item-mark>span:before {
    content: "";
    background: url(../images/check.png) no-repeat center center;
    width: 16px;
    height: 18px;
    position: absolute;
    left: 0px;
    top: 1px;
    background-size: contain;
}
.tariff-item-content {
    margin: 24px 43px 0px;
    text-align: center;
    padding-bottom: 92px;
}
.tariff-item-btn-wrap {
    position: absolute;
    bottom: 29px;
    left: 0px;
    padding: 0px 42px;
    width: 100%;
}
.tariff-item-btn {
    width: 100%;
    padding: 11px 22px;
}
.tariff-item-btn.disabled {
    opacity: 0.3;
}
.tariff-item-price, .tariff-item-price2 {
    font-weight: bold;
    font-size: 20px;
    margin-top: 17px;
}
.tariff-item-price>span, .tariff-item-price2>span {
    margin-left: 6px;
    position: relative;
}
.tariff-item-price2>span {
    font-size: 21.5px;
}
.tariff-item-price>span:before {
    content: '';
    width: 85%;
    height: 1.5px;
    background: #000;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: 3px;
}
.modal-tariff-text {
    margin: -20px 0px 0px;
}
.modal-tariff-text span {
    color: #ff0000;
    cursor: pointer;
    border-bottom: 1px solid;
    line-height: 0.8em;
    display: inline-block;
}
.modal-tariff-text span:hover {
    opacity: 0.6;
}
/*--- // -- */

/* Remarks */
.remark-save-modal {
  width: 400px;
  max-width: 100%;
}
.remark-save-modal__title {
  font-weight: bold;
}
.remark-save-modal__text {
  font-size: 16px;
  line-height: 20px;
  margin-top: 10px;
}
.remark-save-modal__confirm {
  transform: translateY(25px);
}
.btn-save-remarks {
  position: fixed;
  right: 120px;
  bottom: 120px;
  border-radius: 6px;
  border: none;
  box-shadow: 2px 0 19px 0 rgba(34, 60, 80, .3);
  cursor: pointer;
}

.remark-mode-btn {
  display: none;
}

.del-equip-model-ok {
    margin-top: 21px;
}

/* --- Reg countries --- */
.reg-countries {
    margin: 49px 0px 43px;
}
.reg-countries-head {
    font-size: 24px;
    color: rgba(20, 20, 25, 0.502);
    font-weight: bold;
    font-family: "FuturaBookDemiC";
    line-height: 1;
    width: 100%;
    text-align: center;
    margin-bottom: 24px;
}
.reg-countries-wrapper {
    width: 300px;
    margin: 0px auto 0px;
    padding: 4px 0px 6px;
}
.reg-country {
    background: #f1f1f1;
    padding: 10px 0px 10px;
    font-size: 21.4px;
    color: #141419;
    font-weight: bold;
    font-family: "FuturaBookDemiC";
    text-align: center;
    transition: all 0.15s ease 0s;
    margin-bottom: 3px;
}
.reg-country:hover {
    color: #fff;
    background: #f00;
    cursor: pointer;
}
.reg-countries-info {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 23px 0px 0px;
}
.reg-countries-info-label, .reg-countries-info-name {
    font-size: 20px;
    color: #141419;
    font-weight: bold;
    font-family: "FuturaBookDemiC";
}
.reg-countries-info-name {
    color: #ff0000;
    margin-left: 8px;
    cursor: pointer;
    transition: all 0.15s ease 0s;
}
.reg-countries-info-name:hover {
    opacity: 0.6;
}
.suggestions-off .suggestions-wrapper {
    display: none !important;
}
/* --- Tech blue --- */
.tech-text-blue {
    width: 81%;
    margin: 54px 0px 2px;
    color: #0000b0;
    font-size: 17px;
    line-height: 1.5em;
    font-weight: 300;
}
.message {
    display: none;
}
/* --- // --- */

.th-nds {
    /*font-weight: 500;
    letter-spacing: -0.3px;
    margin: 0px -1px 0px 0px;
    font-size: 16.5px;
    color: #e40000;*/
}

/* --- Edit blocked --- */
.edit-blocked-user {
    position: relative;
    padding-left: 32px;
    font-size: 20px;
    margin-bottom: 42px;
    font-family: "FuturaBookDemiC";
}
.edit-blocked-user>span {
    font-family: "FuturaBookDemiC";
    color: red;
    border-bottom: 1px solid red;
    line-height: 1em;
    display: inline-block;
    margin-left: 6px;
}
.edit-blocked-user>a:hover {
    opacity: 0.7;
}
.edit-blocked-user:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -9px;
    width: 18px;
    height: 18px;
    background: url(/images/attention_red.svg) no-repeat center center;
    background-size: contain;
}
.tech-com-edit-blocked {
    opacity: 0.2;
    position: relative;
}
.tech-com-edit-blocked:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}
.edit-blocked-info {
    /* position: fixed; */
    right: 0px;
    background: #fff;
    bottom: 122px;
    padding: 25px 22px 16px 28px;
    z-index: 100000;
    font-weight: 500;
    font-size: 17.4px;
    /* box-shadow: 3px 3px 6px #8c8c8c; */
    border-radius: 3px;
    margin: 0px 0px 37px;
}
.edit-blocked-user {
    padding-left: 28px;
    position: relative;
    margin-bottom: 12px;
}
.edit-blocked-user a {
    color: #ff0000;
    margin-left: 4px;
    border-bottom: 1px solid #ff0000;
    line-height: 0.9em;
    display: inline-block;
}
.edit-blocked-user-name {
    color: #ff0000;
    margin-left: 2px;
}
.edit-timer-end {
    color: #ff0000;
    border-bottom: 1px solid #ff0000;
    line-height: 0.9em;
    display: inline-block;
    margin-top: 11px;
    cursor: pointer;
}
.edit-timer-end:hover {
    opacity: 0.7;
}
.edit-timer-end-ok {
    margin-top: 21px;
}
.edit-blocked-user:before {
    content: '';
    position: absolute;
    left: 0px;
    margin-top: -10px;
    top: 50%;
    width: 18px;
    height: 18px;
    background: url(../images/green_i.svg) no-repeat center center;
    background-size: contain;
}
.edit-wrapper {
    position: relative;
}
.edit-timer-wrap {
    display: flex;
    align-items: flex-end;
}
.edit-timer-text {
    margin-right: 10px;
    color: #969696;
    font-size: 17.4px;
    margin-bottom: 1px;
}
.edit-timer {
    min-width: 47px;
    font-size: 18.4px;
}
.edit-continue-yes, .edit-continue-no {
    margin: 22px 12px 0px;
}

/* --- Explanation --- */
.explanation {
  height: 100px;
  width: 100%;
  border: 1px solid #939393;
  resize: none;
  margin: 15px 0;
  padding: 12px 8px 12px 12px;
  font-size: 18px;
}
.explanation-big {
  position: relative;
  width: 100%;
  /*height: 130px;*/
}
.explanation-big-show.explanation-big-tech-case {
  width: 80%;
}
.explanation-big-show {
  border: 1px solid black;
  border-radius: 5px;
  background-color: white;
  height: 100px;
  margin: 15px 0;
}
.explanation-big-modal {
  width: 100%;
  height: 100%;
  transition: ease .2s;
}
.explanation-big-show .terms-box-textarea {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* --- Place application Error --- */
.place-app-textarea-wrap {
    margin-bottom: 17px;
}
.place-app-textarea-wrap-error {
    position: relative;
}
.place-app-textarea-wrap-error .place-app-textarea {
    border: 1px solid red !important;
    outline: 1px solid red;
}
.place-app-textarea-wrap-error:after {
    content: 'заполните это поле';
    position: absolute;
    left: 0px;
    bottom: 2px;
    background: #FE0000;
    color: #fff;
    padding: 1px 16px 2px;
    line-height: 1em;
    font-size: 14px;
    text-align: center;
    width: 170px;
    max-width: 100%;
}
.explanation-big-open .place-app-textarea-wrap-error:after {
    display: none;
}
/* --- // --- */
.explanation-big-show .explanation-big-modal {
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0,0,0,0.5);
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.explanation-big-show .explanation-big-modal .explanation {
  width: 1215px;
  height: 71%;
  max-width: 95%;
  padding: 30px;
  font-size: 30px;
}
.explanation-big-show .explanation-big-modal .chars_error_wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.explanation-big-show .explain-chars-case {
  display: none;
}

.tech-char {
    white-space: nowrap;
}
.tech-char-box {
    width: 187px;
    margin-top: -1px;
}
.tkp-edit-access-redirect {
    display: none;
}
.chars-user-unit {
    position: absolute;
    left: 80%;
    top: 65px;
    width: 20%;
    padding: 0px 15px 0px 22px;
    font-size: 20px;
    display: flex;
    align-items: center;
    height: 123px;
    word-wrap: break-word;
}
/* --- Overlay Tooltip --- */
.tooltip {
  position: relative;
}
.tooltip:before {
  display: none;
  position: absolute;
  z-index: 10;
  content: attr(data-tooltip-text);
  top: 100%;
  padding: 10px;
  background:#fff;
  color: #000;
  box-shadow: 0 0 10px #ccc;
  line-height: 20px;
  font-size: 17px;
  font-weight: normal;
  text-transform: none;
}
.tooltip:hover:before {
  display: block;
}

/* --- Preload --- */
#preloader {
    display: none;
    position: fixed;
    z-index: 9999999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3) url(/images/three-dots.svg) center center no-repeat;
    background-size: 41px;
}
/* --- // --- */

/* --- Equipment Search --- */
.place-app__equipment-search .search-input {
  height: 38px;
}
/* --- // --- */

/**
 * _utilities.css
 * https://getbootstrap.com/docs/5.2/utilities/background/
 * https://getbootstrap.com/docs/5.2/utilities/borders/
 * https://getbootstrap.com/docs/5.2/utilities/sizing/
 * https://getbootstrap.com/docs/5.2/utilities/text/
 */

.opikal-bs .bg-white {
  background-color: rgba(255, 255, 255, 1) !important;
}

.opikal-bs .rounded-0 {
  border-radius: 0 !important;
}
.opikal-bs .rounded-1 {
  border-radius: 0.25rem !important;
}
.opikal-bs .rounded,
.opikal-bs .rounded-2 {
  border-radius: 0.4rem !important;
}
.opikal-bs .rounded-3 {
  border-radius: 0.5rem !important;
}
.opikal-bs .rounded-4 {
  border-radius: 1rem !important;
}
.opikal-bs .rounded-5 {
  border-radius: 2rem !important;
}

.opikal-bs .rounded-top {
  border-top-left-radius: 0.4rem !important;
  border-top-right-radius: 0.4rem !important;
}
.opikal-bs .rounded-end {
  border-top-right-radius: 0.4rem !important;
  border-bottom-right-radius: 0.4rem !important;
}
.opikal-bs .rounded-bottom {
  border-bottom-right-radius: 0.4rem !important;
  border-bottom-left-radius: 0.4rem !important;
}
.opikal-bs .rounded-start {
  border-bottom-left-radius: 0.4rem !important;
  border-top-left-radius: 0.4rem !important;
}

.opikal-bs .w-50 {
  width: 50% !important;
}
.opikal-bs .w-100 {
  width: 100% !important;
}

.opikal-bs .text-center {
    text-align: center !important;
}

/**
 * _custom.css
 */
.opikal-bs .rounded-top-left-0 {
  border-top-left-radius: 0 !important;
}

/* --- // --- */

.chosen.select {
    visibility: hidden;
}

/* --- History --- */

.btn-history {
    position: fixed;
    top: 20px;
    right: 20px;
}
.popup-history {
    width: 430px;
    background-color: white;
    -webkit-box-shadow: 0px 8px 20px 2px grey;
    box-shadow: 0px 8px 20px 2px grey;
    padding: 18px 20px 23px 20px;
    position: fixed;
    top: 50%;
    margin-top: -82px;
    right: 1.5%;
    z-index: 999999;
    display: none;
    text-align: center;
    background: #ff0000;
    color: #fff;
}
.popup-history .__alert__message p {
    font-size: 19px;
}
.popup-history .__alert__title {
    padding-bottom: 12px;
}
.popup-history-btn {
    margin-top: 18px;
    padding: 9px 33px;
    background: #000;
    color: #fff;
}
.popup-history-btn:hover {
    background: #efefef;
    color: #000;
}
.popup-history .__alert__title p:before {
    background: url(../images/attention_white.svg) no-repeat;
    background-size: contain;
}
.popup-history .__alert__title p {
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 0px 0px 0px #afafaf;
    font-size: 20px;
}
.popup-history .__alert__title p:before {
    padding-right: 37px;
    width: 24px;
    height: 24px;
    display: inline-block;
}
.popup-history .close {
    right: 14px;
    top: 10px;
}
.popup-history-modal {
    margin: -14px 0px -10px;
}
.js-history-save-ok {
    margin-top: 20px;
}
.history-modal-text {
    margin: -16px 0px 22px;
}
.modal-no-close .modal__close {
    display: none;
}

/* --- Notice Cookie --- */

.cookie {
    display: none;
    position: fixed;
    bottom: 35px;
    left: 50%;
    width: 100%;
    padding: 10px 28px 15px 10px;
    border-radius: 8px;
    background: #fff;
    line-height: 1.36em;
    color: #000;
    box-shadow: 3px 5px 7px 7px #5454544f;
    border: none;
    font-weight: normal;
    text-align: left;
    z-index: 10000000000;
    text-align: left;
    width: 610px;
    margin-left: -314px;
    text-align: center;
    font-size: 18px;
}
.cookie-close {
    position: absolute;
    right: 10px;
    top: 10px;
    /* margin: -8px 0 0 -8px; */
    width: 16px;
    height: 16px;
    background: url(../images/svg/close.svg) -18px 0 no-repeat;
    cursor: pointer;
}
.cookie-close:hover {
    opacity: 0.9;
    transform: scale(1.1);
}
.cookie-link {
    color: #ff0000;
    transition: 0.15s ease 0s;
    line-height: 1em;
    display: inline-block;
}
.cookie-link:hover {
    color: #FF692D;
    border-bottom: 1px solid #FF692D;
}
.cookie-btn-wrap {
    text-align: center;
}
.cookie-btn {
    padding: 8px 15px 10px;
    margin-top: 12px;
    margin-left: 19px;
    font-weight: normal;
    line-height: 1.2em;
    transition: background-color 0.3s ease;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    min-width: 150px;
}
/* --- Search --- */

.search {
    position: relative;
}
.search-hand {
    position: absolute;
    width: 45px;
    height: 50px;
    background: url(../images/svg/hand.svg) center center no-repeat;
    background-size: contain;
    left: -65px;
    top: 25px;
    animation: smoothSwipe 3s ease-in-out infinite;
    opacity: 0.7;
    transition: all 0.2s ease 0s;
}
.search-hand:hover {
    opacity: 1;
}
.js_step1 .btn-hand {
    position: absolute;
    width: 45px;
    height: 50px;
    background: url(../images/svg/hand.svg) center center no-repeat;
    background-size: contain;
    left: -70px;
    top: 50%;
    animation: smoothSwipe 3s ease-in-out infinite;
    opacity: 0.7;
    transition: all 0.2s ease 0s;
    margin-top: -25px;
}
.btn-hand-wrap.disabled .btn-hand {
    display: none;
}
.btn-hand:hover {
    opacity: 1;
}
.btn-hand-wrap {
    position: relative;
}
@keyframes smoothSwipe {
    0% {
        transform: translateX(0px);
        opacity: 0;
    }
    40% {
        transform: translateX(15px);
        opacity: 1;
    }
    50% {
        transform: translateX(15px);
        opacity: 1;
    }
    66% {
        transform: translateX(30px);
        opacity: 0;
    }
    100% {
        transform: translateX(0px);
        opacity: 0;
    }
}
@keyframes smoothSwipeLeft {
    0% {
        transform: translateX(0px);
        opacity: 0;
    }
    40% {
        transform: translateX(-20px);
        opacity: 1;
    }
    50% {
        transform: translateX(-20px);
        opacity: 1;
    }
    66% {
        transform: translateX(-35px);
        opacity: 0;
    }
    100% {
        transform: translateX(0px);
        opacity: 0;
    }
}

/* --- Modal body --- */

.modal-body-limit {
    font-size: 20px;
    padding: 35px 20px 25px 20px;
    text-align: center;
}
.modal-body-limit-btns {
    margin: 50px 0px 10px;
}
.modal-body-limit-btns .btn-red {
    width: 250px;
}
#modal-requests-profile-error .modal-body-limit-btns {
    margin: 20px 0px 10px;
}

/* --- // --- */

.opikal-component .modal-body {
    font-size: 18.5px !important;
}
.opikal-component .Button_opikalRed__FiMoi button {
    font-size: 18px;
    min-width: 105px;
}

/* --- Form input error --- */

.input-error-wrap {
    position: relative;
}
.input-error-active {
    border-bottom: 1px solid red;
}
.input-error {
    position: absolute;
    bottom: -20px;
    left: 0px;
    background: red;
    color: #fff;
    padding: 1px 11px 2px;
    font-size: 14px;
    display: none;
}
.input-error-active .input-error {
    display: block;
}
.input-error-wrap-password .input-error {
    bottom: -30px;
}

/* --- Flags --- */

.flags-wrap {
    display: flex;
    align-items: center;
    margin-top: 4px;
}
.flags {
    width: 60px;
    height: 40px;
    margin: 0px 7px -11px 0px;
    padding: 0px 0px 0px 0px;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition: all 0.3s ease 0s;
}
.flags:hover {
    opacity: 0.8;
}
.flags:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 6px;
    top: 50%;
    right: 5px;
    background: url(/images/arrow-down.png) center center no-repeat;
    background-size: contain;
    margin-top: -3px;
}
.flag-item {
    display: none;
    width: 33px;
    height: 25px;
    position: relative;
    border: 1px solid #ededed;
}
.flag-item.active {
    display: block;
}
.flag-item:after, .flags-select-item-img:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}
.flag-item1:after {
    background: url(/images/svg/flags/flag1.svg) no-repeat center center;
}
.flag-item2:after {
    background: url(/images/svg/flags/flag2.svg) no-repeat center center;
}
.flag-item4:after {
    background: url(/images/svg/flags/flag4.svg) no-repeat center center;
}
.flag-item14:after {
    background: url(/images/svg/flags/flag14.svg) no-repeat center center;
}
.flags-select {
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    background: #fff;
    box-shadow: 1px 1px 5px #a9a9a9;
    padding: 2px 2px;
    z-index: 100;
    margin-top: 2px;
    display: none;
}
.flags-select-item {
    display: flex;
    align-items: center;
    padding: 7px 7px;
    font-size: 19px;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}
.flags-select-item:hover {
    background: #f3f3f3;
}
.flags-select-item-img {
    position: relative;
    width: 33px;
    height: 25px;
    display: block;
    margin-right: 11px;
    border: 1px solid #ededed;
}
.flags-select-item-code {
    color: rgba(20, 20, 25, 0.302);
    font-weight: 500;
    margin-left: 7px;
}

/* --- Eye --- */

.eye-wrap {
    position: relative;
}
.eye-wrap input {
    padding-right: 34px;
}
.eye {
    position: absolute;
    right: 2px;
    top: 9px;
    cursor: pointer;
    transition: all 0.15s ease 0s;
    opacity: 0.7;
}
.eye svg path {
    transition: all 0.15s ease 0s;
}
.eye:hover svg path, .eye.active svg path {
    fill: #000;
}

/* --- Blur --- */

.blur {
    filter: blur(6px);
    pointer-events: none;
}
.blur-wrap .req__desc {
    filter: blur(5px);
    user-select: none;
}
.blur-wrap .requisites .requisites__desc {
    filter: blur(5px);
    pointer-events: none;
    user-select: none;
}
.blur-wrap .req__desc .req__desc {
    filter: none;
}
.blur-wrap .upload-doc__file-name {

}

/* --- Requests box --- */

.request-box-wrap-not-access * {
    opacity: 0.85;
}
.request-box-wrap-not-access .box__btns div {
    opacity: 0.5;
}
.request-box-wrap-not-access:hover * {
    opacity: 1;
}
.request-box-wrap-not-access:hover .box__btns div {
    opacity: 1;
}
.public-application-not-access {
    margin: 50px 0px 50px;
    border: 40px solid rgba(191, 191, 191, 0.451);
    background-color: #fff;
    height: auto;
    min-height: 900px;
    min-height: 500px;
    min-height: 30vh;
    padding: 62px 60px 80px;
}
.public-application-not-access p {
    font-size: 1.35rem;
    padding-bottom: 2.4rem;
    line-height: 1.5em;
}
.logo-opikal {
    opacity: 0.7;
    max-width: 90%;
}

/* --- // --- */
